/* style.css */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Outfit:wght@100..900&family=Protest+Riot&display=swap');

/* font-family: "Noto Sans KR", sans-serif; */
/* font-family: "Outfit", sans-serif; */

@font-face {
    font-family: 'Ria';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/RiaSans-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SchoolSafetyChalk';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/HakgyoansimBunpilR.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
	font-family: "Noto Sans KR", sans-serif; 
	font-weight: 400;
}

ol, ul {
    list-style: none
}

blockquote,
q {
    quotes: '"' '"'
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

address {
    font-style: normal
}

textarea {
    width: 100%;
    resize: none;
}

button, img, input, select {
    vertical-align: middle
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}

.ellipsis {
	display:inline-block;
	max-width:100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: normal;
	vertical-align:middle
}

table td a {
    overflow: hidden;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

body, html {
	overflow-x:hidden;
}

body {
	color:#353535;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	-webkit-user-drag: none;
}

::selection {
   background: #d99b71;
   color: #fff
}

::-moz-selection {
   background: #d99b71;
   color: #fff
}

::-webkit-selection {
    background: #d99b71;
   color: #fff
}

area {
    cursor: pointer;
}

button {
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

.rel {
    position: relative;
}

.font_outfit {
	font-family: "Outfit", sans-serif; 
}

.container {
    max-width: 1920px;
    margin: auto;
}

.section .inner {
    max-width: 750px;
    margin: auto;
    text-align: center;
}

.section.main {
	background-image: url('/PROJECT_HTML/폴더이름/img/section01_bg_new.jpg?new');
	background-size: cover;
	background-position: center;
	height: 1088px;
	padding-top: 72px;
	overflow: hidden;
}


.section dl {
	display: flex;
	justify-content: center;
	margin: auto;
	color: #09003e;
	margin-bottom: 4px;
}

.section dl:last-of-type {
	margin-bottom: 0;
}

.section dt {
	padding-right: 3px;
}

.section.sns {
	padding: 100px 0 75px;
	background-color: #1d170d;
}

.footer {
	background-color: #1d170d;
	padding-bottom: 100px;
}

.footer .info {
	color: #fff;
	margin-top: 30px;
}

.video_wrap {
  position: relative;
  width: 600px;
  margin: auto;
  margin-top: 68px;
  padding-bottom: 58.15%; /* 16:9 */
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 20px;
  border: 2px solid #000;
}

.video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 18px;
}

/* 오버레이 (팝업) */
.b_popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,.7);
  overflow: auto;
  display: none; /* 기본 숨김 */
  align-items: center;
  justify-content: center;
  padding: 24px 12px;
}

.b_popup.is-open { display: flex; } /* 열릴 때 flex */

.b_popup_inner {
  position: relative;
  width: min(680px, 100%);
  border-radius: 12px;
  max-height: calc(100svh - 48px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.b_popup_title {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    font-size: 36px;
	
}

.b_popup_title span {
    font-family: 'Ria';
    font-weight: 900;
}

.b_popup_title .btn_close_popup {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    color: #999;
    background: transparent;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.b_popup_content  .form_group {
    display: flex;
    align-items: center;
	overflow: hidden;
	border-bottom: 1px solid #000;
}

.b_popup_content .form_group:first-of-type {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	
}

.b_popup_content .form_group:nth-of-type(3) {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border: none;
}

.b_popup_content  .form_group label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 166px;
    height: 60px;
    font-size: 24px;
    background-color: #7e4400;
    color: #fff;
	font-family: 'SchoolSafetyChalk';
}

.b_popup_content .form_group input {
    width: 514px;
    height: 60px;
    padding: 0 12px;
    font-size: 24px;
    border-radius: 0px;
    border: none;
    outline: none; 
	font-family: 'SchoolSafetyChalk';
	background-color: #fff;
}

.b_popup_content .form_group input::placeholder {
	font-size: 20px;
}

.b_popup_content .form_group:has(textarea) {
	align-items: stretch;
}

.b_popup_content .form_group textarea {
	flex: 1;
	min-width: 0;
	width: auto;
	height: 120px;
	padding: 14px 12px;
	font-size: 20px;
	border: none;
	outline: none;
	background-color: #fff;
	font-family: 'SchoolSafetyChalk';
	resize: none;
	display: block;
	line-height: 1.4;
}
.b_popup_content .form_group textarea::placeholder {
	font-size: 18px;
	color: #b3b3b3;
}

.b_popup_content .pharases {
    padding: 0 12px 12px;
}

.b_popup_content dl {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.b_popup_content dl dt {
    padding-right: 3px;
}

.b_popup .term_zone .term {
    height: 280px;
    background-color: #fff;
    padding: 24px;
    font-size: 18px;
    margin-bottom: 12px;
	border-radius: 20px;
	margin-top: 40px;
}

.b_popup .term_zone .term .inner {
	height: 100%;
    overflow-y: scroll;
}

.b_popup .term_zone .term .h5 {
	font-weight: 900;
	margin-bottom: 8px;
}

.b_popup .term_zone .term .h6 {
	margin-bottom: 4px;
}

.b_popup .term_zone .agree {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    gap: 8px;
	color: #fff;
}

.b_popup .term_zone .agree input + label {
    cursor: pointer;
}

.b_popup .term_zone .agree input {
    appearance: none;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
}

.b_popup .term_zone .agree input::after {
    content:'';
    display: none;
    width: 12px;
    height: 12px;
    background-color: #d99b71;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.b_popup .term_zone .agree input:checked::after {
    display: inline-block;
}

/* ==============================================
   FILE LABEL - 흰 영역(파일명) + 검정 파일선택 버튼
   ============================================== */
.b_popup_content .form_group label.file_label {
	max-width: none;
	width: auto;
	flex: 1;
	min-width: 0;
	height: 60px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	cursor: pointer;
	background-color: #fff;
	padding: 0;
	font-size: 16px;
	color: #888;
	overflow: hidden;
}
.b_popup_content .form_group label.file_label .file-name {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	padding: 0 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #888;
	background-color: #fff;
}
.b_popup_content .form_group label.file_label.has-file .file-name {
	color: #1f1f1f;
	font-weight: 700;
}
.b_popup_content .form_group label.file_label::after {
	content: '파일선택';
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1f1f1f;
	color: #fff;
	height: 100%;
	padding: 0 22px;
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
	font-family: 'SchoolSafetyChalk';
	flex-shrink: 0;
	cursor: pointer;
}

.b_popup .btn_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.b_popup .btn_box button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 70px;
    background-color: #fff;
    color: #000;
    font-size: 25px;
	cursor: pointer;
	border-radius: 15px;
	font-family: 'Ria';
	font-weight: 900;
}

.b_popup .btn_box button.confirm_btn {
    background-color: #9f010a;
	color: #fff;
}

.quick_bar.pc {
	position: fixed;
	margin-left: 836px;
	z-index: 50;
}

.quick_bar.mo {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 50;
}

.notice_table {
	width: 100%;
	margin-top: 40px;
	font-size: 14px;
}

.notice_table.mo {
	display: none;
}

.notice_table * {
	font-family: 'NanumSquareNeo';
	font-weight: 600;
}

.notice_table th,
.notice_table td {
	padding: 12px;
}

.notice_table th {
	background-color: #002046;
	color: #fff;
}

.notice_table td {
	border-bottom: 1px solid #002046;
	background-color: #fff;
}

.notice_table td span {
	border-radius: 4px;
	background-color: #002046;
	padding: 4px 8px;
	color: #fff;
	font-size: 12px;
}

.notice_table td span.notice_ticket {
	background-color: #FF8A5D !important;
	color: #fff;
	padding: 4px 8px;
	border-radius: 4px;
}

.notice_table td span.complete {
	background-color: #FF6E44;
}

.notice_w_table {
	width: 100%;
	border-top: 2px solid #002046;
}

.notice_w_table th {
	border-bottom: 1px solid #f5f5f5;
	width: 200px;
}

.notice_w_table input,
.notice_w_table textarea {
	width: 100%;
	padding: 12px;
	font-size: 16px;
}

.notice_w_table textarea {
	height: 250px;
	resize: none;
}

.notice_w_table input {
	height: 40px;
	border: 1px solid #002046;
}

.notice_view td {
	text-align: left;
	background-color: #fff;
}

.notice_view td.fl {
	font-weight: 400;
}

.password_wrap {
	position: relative;
}

.password_wrap input {
  width: 100%;
  padding-right: 40px; /* 아이콘 자리 */
  box-sizing: border-box;
}

.pw input {
	height: 40px;
	border: 1px solid #002046;
	font-size: 16px;
	padding: 0 12px;
}

.password_wrap .toggle_pw {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagenation {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.pagenation span,
.pagenation button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid #002046;
	background-color: #002046;
	color: #fff;
	font-family: 'NanumSquareNeo';
	font-weight: 600;
	cursor: pointer;
}

.pagenation span.active {
	background-color: #FF6E44;
	border-color: #FF6E44;
}

@media(max-width: 1600px) {
	.quick_bar.pc {
		margin-left: 0;
		right: 16px;
	}
}

@media(max-width: 991px) {
	.quick_bar.pc {
		display: none;
	}
	
	.quick_bar.mo {
		display: block;
	}
	
	.section.sns {
		padding-bottom: 120px;
	}
	
	.footer {
		padding: 100px 0;
	}
}

@media(max-width: 750px) {

	.video_wrap {
		
	}
	
	.video_wrap iframe {
		
	}
	
	.section_phara {
		padding: 7.89vw 2.8vw;
	}
	
	.section_phara dl {
		font-size: 3.2vw;
		word-break: keep-all;
	}
	
	.section.sns {
		padding: 13.6vw 2.8vw 24vw;
	}
	
	.footer {
		padding: 8vw 0;
	}
	
	.footer .logo img {
		width: 36vw;
	}
	
	.footer .info {
		margin-top: 4vw;
		font-size: 3.2vw;
	}
	
	.b_popup_title {
		font-size: 4.8vw;
		line-height: 1.3;
    }
	
	.b_popup_content {
		padding: 6vw;
	}
    
    .b_popup_content .form_group label {
        width: 32.13vw;
        height: 40px;
        font-size: 3.2vw;
    }
    
    .b_popup_content .form_group input {
        width: 58.53vw;
        padding: 1.6vw;
        height: 40px;
        font-size: 16px;
    }
    
    .b_popup_content .form_group input::placeholder {
        font-size: 2.53vw;
    }
	
	.b_popup_content .form_group textarea {
		width: 58.53vw;
		min-height: 22vw;
		height: 22vw;
		padding: 2.13vw;
		font-size: 16px;
		line-height: 1.4;
	}

	.b_popup_content .form_group textarea::placeholder {
		font-size: 3vw;
	}
	
	.b_popup_content .form_group:first-of-type {
		border-top-left-radius: 3.2vw;
		border-top-right-radius: 3.2vw;
	}

	.b_popup_content .form_group:nth-of-type(3) {
		border-bottom-left-radius: 3.2vw;
		border-bottom-right-radius: 3.2vw;
	}
   
    .b_popup_content .pharases {
        padding: 0 1.6vw 1.6vw;
        font-size: 2.4vw;
    }
    
    .b_popup .term_zone .term {
        height: 24vw;
        padding: 3.2vw;
        margin-bottom: 1.6vw;
        font-size: 2.4vw;
		border-radius: 3.2vw;
    }
	
	.b_popup .term_zone .term .h5 {
		margin-bottom: 8px;
	}

	.b_popup .term_zone .term .h6 {
		margin-bottom: 4px;
	}
    
    .b_popup .term_zone .agree {
        display: block;
        font-size: 3.2vw;
        gap: 1.07vw;
        text-align: center;
    }
    
    .b_popup .term_zone .agree > span:first-child {
        display: block;
        margin-bottom: 2vw;
        text-align: center;
    }
    
    .b_popup .term_zone .agree > span:nth-child(2) {
        margin-right: 1.6vw;
    }
    
    .b_popup .term_zone .agree input {
        width: 3.6vw;
        height: 3.6vw;
    }
    
    .b_popup .term_zone .agree input::after {
        width: 2vw;
        height: 2vw;
    }
    
    .b_popup .btn_box {
        gap: 3.33vw;
		margin-top: 5.22vw;
    }
    
    .b_popup .btn_box button {
        width: 42.67vw;
        height: 12vw;
        margin-top: 1.6vw;
        font-size: 4.33vw;
		border-radius: 3.2vw;
    }
	
	.notice_table.pc {
		display: none;
	}

	.notice_table.mo {
		display: block;
	}

	.pagenation {
		margin-top: 8vw;
		gap: 2vw;
	}

	.pagenation span,
	.pagenation button {
		font-size: 2.87vw;
		width: 6.27vw;
		height: 6.27vw;
	}

	.notice_table.mo {
		width: 100%;
		border-top: 2px solid #0d3462;
	}

	.notice_table.mo li {
		width: 100%;
		display: flex;
		align-items: center;
		padding: 2vw;
		gap: 2vw;
		border-bottom: 1px solid #0d3462;
		font-size: 3.2vw;
	}

	.notice_table.mo li .no {
		width: 8vw;
	}

	.notice_table.mo li .title {
		font-size: 4vw;
		margin-bottom: 1.2vw;
		font-weight: 900;
		color: #000;
	}

	.notice_table.mo li .con {
		width: 76vw;
		text-align: left;
	}

	.notice_table.mo li .con .flex {
		display: flex;
		align-items: center;
		gap: 2vw;
	}

	.notice_table.mo li .con .flex .date {
		border-left: 1px solid #999;
		padding-left: 2vw;
	}

	.notice_table.mo li .answer {
		width: 20vw;
	}

	.notice_table.mo li .answer span {
		border-radius: 0.8vw;
		background-color: #002046;
		padding: 1.2vw 1.6vw;
		color: #fff;
		font-size: 3.2vw;
	}

	.notice_table.mo li .answer span.complete {
		background-color: #FF6E44;
	}

	.notice_w_table {
		font-size: 3.2vw;
	}

	.notice_w_table th {
		width: 24vw;
	}

	.section.notice .btn_box {
		margin-top: 15px;
	}

	.section.notice .btn_box .btn {
		font-size: 14px;
	}
	
	.b_popup#popup03 .btn_box .btn,
	.section.notice .btn_box .btn.big {
		width: 200px;
		height: 50px;
		font-size: 16px;
	}
}
/* =========================================================
   BUSAN STUDENT HANDWRITING EVENT — PSD LAYOUT OVERRIDES
   The existing shared styles above are intentionally retained.
   ========================================================= */
:root {
	--event-sky: #71eaff;
	--event-pink: #ff8fb7;
	--event-hot-pink: #fb1f55;
	--event-blue: #3156a6;
	--event-navy: #073775;
	--event-ink: #252525;
	--event-paper: #fffefd;
}

html {
	scroll-behavior: smooth;
}

body {
	background: #fff;
}

.sr_only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.container {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: none;
	min-height: 100vh;
	position: relative;
}

.header {
	position: absolute;
	top: min(3.333vw, 64px);
	left: 0;
	width: 100%;
	z-index: 80;
	pointer-events: none;
}

.header .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.header .logo,
.header .logo a {
	display: block;
	line-height: 0;
	pointer-events: auto;
}

.header .logo img {
	display: block;
	width: min(11.354vw, 218px);
	min-width: 118px;
	height: auto;
}

.header .nav,
.pattern {
	display: none;
}

/* Main visual: desktop positions are proportional to the 1920 × 1065 PSD. */
.main_visual {
	position: relative;
	flex: 0 0 auto;
	width: 100%;
	aspect-ratio: 1920 / 1065;
	overflow: hidden;
	background: var(--event-sky);
}

.main_visual img,
.sub_visual img {
	display: block;
}

.main_obj_wide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.main_copy {
	position: absolute;
	top: 15.775%;
	left: 50%;
	z-index: 3;
	width: min(29.167vw, 560px);
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main_copy_tagline {
	width: 78.214%;
	height: auto;
}

.main_copy_title {
	width: 100%;
	height: auto;
	margin-top: 4.107%;
}

.main_copy_date {
	width: 63.929%;
	height: auto;
	margin-top: 4.286%;
}

.main_obj_center {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 2;
	width: min(52.292vw, 1004px);
	height: auto;
	transform: translateX(-50%);
}

/* Event details: image bounds follow x=631–1313 in the PSD. */
.event_info {
	flex: 0 0 auto;
	padding: min(4.167vw, 80px) 24px min(4.323vw, 83px);
	background-color: var(--event-paper);
	background-image:
		linear-gradient(rgba(35, 145, 175, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(35, 145, 175, .045) 1px, transparent 1px);
	background-size: 20px 20px;
}

.event_info_inner {
	width: min(682px, 100%);
	margin: 0 auto;
}

.info_card {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.info_awards {
	width: 98.534%;
	margin-top: min(3.542vw, 68px);
}

.info_judging {
	width: 96.188%;
	margin-top: min(3.021vw, 58px);
}

/* Application area: x=633–1286, y=2970–4988 in the PSD. */
.apply_wrap {
	flex: 0 0 auto;
	width: 100%;
	padding: min(5.729vw, 110px) 24px min(7.708vw, 148px);
	background: #e2e5e7;
	scroll-margin-top: 24px;
}

.apply_inner {
	width: min(653px, 100%);
	margin: 0 auto;
}

.apply_title {
	display: flex;
	justify-content: center;
	text-align: center;
}

.apply_title h2,
.apply_content .content_title {
	position: relative;
	z-index: 0;
	display: inline-block;
	font-family: 'SchoolSafetyChalk', "Noto Sans KR", sans-serif;
	font-weight: 700;
	line-height: 1.15;
	color: #191919;
}

.apply_title h2 {
	width: 315px;
	max-width: 100%;
	font-size: 0;
	line-height: 0;
}

.apply_title h2 img {
	display: block;
	width: 100%;
	height: auto;
}

.apply_title h2::after,
.apply_content .content_title::after {
	content: '';
	position: absolute;
	left: 3%;
	right: 0;
	bottom: -.12em;
	height: .16em;
	z-index: -1;
	border-radius: 50%;
	background: #181818;
	transform: rotate(-1deg);
}

.apply_title h2::after {
	content: none;
}

.apply_content {
	margin-top: min(2.448vw, 47px);
	text-align: center;
}

.apply_content .content_title {
	font-size: clamp(25px, 1.667vw, 32px);
	margin-bottom: min(2.396vw, 46px);
}

.apply_content .content_title:not(:first-child) {
	margin-top: min(4.167vw, 80px);
}

.apply_content .form_group {
	position: relative;
	display: grid;
	grid-template-columns: 184px minmax(0, 1fr);
	align-items: stretch;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
}

.apply_content .form_group > input[type='hidden'] {
	display: none;
}

.apply_content .form_group > .label {
	grid-column: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 59px;
	padding: 9px 12px;
	border: 1px solid rgba(128, 0, 56, .16);
	background: #ef286c;
	color: #fff;
	font-family: 'SchoolSafetyChalk', "Noto Sans KR", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	cursor: default;
}

.apply_content .form_group > .label .text,
.apply_content .form_group > .label span {
	font-family: inherit;
	font-weight: inherit;
}

.apply_content .form_group.label_color_matched > .label {
	border-color: #333 !important;
	background: #333 !important;
	color: #fff !important;
}

.apply_content .form_group > input:not([type='hidden']):not([type='file']):not([type='checkbox']):not([type='radio']),
.apply_content .form_group > select,
.apply_content .form_group > textarea,
.apply_content .dynamic_password,
.apply_content .form_group > .file_label {
	grid-column: 2;
	width: 100%;
	min-width: 0;
}

.apply_content .form_group > .birth_date_selects {
	grid-column: 2;
	display: grid;
	grid-template-columns: 1.2fr .9fr .9fr;
	gap: 8px;
	width: 100%;
	min-width: 0;
}

.apply_content .birth_date_selects select {
	width: 100%;
	min-width: 0;
	min-height: 59px;
	padding: 12px 34px 12px 14px;
	border: 1px solid #d8d8d8;
	border-radius: 0;
	background-color: #fff;
	color: #202020;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 16px;
	line-height: 1.45;
	outline: none;
}

.apply_content .birth_date_selects select:focus {
	position: relative;
	z-index: 2;
	border-color: #087f9a;
	box-shadow: 0 0 0 3px rgba(8, 127, 154, .18);
}

.apply_content .birth_date_selects select:disabled {
	background-color: #f2f2f2;
	color: #999;
	cursor: not-allowed;
}

.apply_content .birth_date_source {
	display: none !important;
}

.apply_content .form_group > input:not([type='hidden']):not([type='file']):not([type='checkbox']):not([type='radio']),
.apply_content .form_group > select,
.apply_content .form_group > textarea,
.apply_content .dynamic_password input {
	min-height: 59px;
	padding: 12px 16px;
	border: 1px solid #d8d8d8;
	border-radius: 0;
	background: #fff;
	color: #202020;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 16px;
	line-height: 1.45;
	outline: none;
}

.apply_content .form_group > textarea {
	min-height: 130px;
	resize: vertical;
}

.apply_content .form_group > input:focus,
.apply_content .form_group > select:focus,
.apply_content .form_group > textarea:focus,
.apply_content .dynamic_password input:focus {
	position: relative;
	z-index: 2;
	border-color: #087f9a;
	box-shadow: 0 0 0 3px rgba(8, 127, 154, .18);
}

.apply_content .form_group > input::placeholder,
.apply_content .form_group > textarea::placeholder,
.apply_content .dynamic_password input::placeholder {
	color: #999;
	opacity: 1;
}

.apply_content .form_group > label:not(.label):not(.file_label) {
	grid-column: 2;
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 8px 14px;
	background: #fff;
	font-size: 16px;
	cursor: pointer;
}

.apply_content .form_group input[type='checkbox'],
.apply_content .form_group input[type='radio'] {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	accent-color: var(--event-hot-pink);
}

.apply_content .event_file_input {
	display: none;
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.apply_content .form_group > .file_label {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	min-height: 59px;
	overflow: hidden;
	border: 1px solid #d8d8d8;
	background: #fff;
	cursor: pointer;
}

.apply_content .file_label .file_name {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	padding: 10px 16px;
	overflow: hidden;
	color: #888;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.apply_content .file_label.has_file .file_name {
	color: #202020;
	font-weight: 700;
}

.apply_content .file_label::after {
	content: '파일선택';
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 108px;
	padding: 10px 18px;
	background: #202020;
	color: #fff;
	font-family: 'SchoolSafetyChalk', "Noto Sans KR", sans-serif;
	font-size: 17px;
	font-weight: 700;
}

.dynamic_password {
	position: relative;
}

.apply_content .dynamic_password input {
	width: 100%;
	padding-right: 56px;
}

.dynamic_password .dynamic_password_toggle {
	position: absolute;
	top: 50%;
	right: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	color: #343434;
	transform: translateY(-50%);
}

.dynamic_password .dynamic_password_toggle svg {
	display: block;
	width: 24px;
	height: 24px;
}

.guardian_section_title {
	width: 100%;
	margin: min(4.167vw, 80px) 0 min(2.396vw, 46px);
	text-align: center;
}

.guardian_section_title span {
	position: relative;
	z-index: 0;
	display: inline-block;
	font-family: 'SchoolSafetyChalk', "Noto Sans KR", sans-serif;
	font-size: clamp(25px, 1.667vw, 32px);
	font-weight: 700;
	line-height: 1.15;
}

.guardian_section_title span::after {
	content: '';
	position: absolute;
	left: 3%;
	right: 0;
	bottom: -.12em;
	height: .16em;
	z-index: -1;
	border-radius: 50%;
	background: #181818;
	transform: rotate(-1deg);
}

.guardian_section_title small {
	display: block;
	margin-top: 10px;
	color: #4a4a4a;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.birth_date_help {
	grid-column: 1 / -1;
	margin: 7px 7px 0;
	color: #5c1732;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

.guardian_consent_block {
	width: 100%;
	margin-top: 26px;
	padding: 24px 26px;
	border: 2px solid #ef286c;
	background: rgba(255, 255, 255, .93);
	color: #272727;
	text-align: left;
}

.guardian_consent_block[hidden],
.guardian_section_title[hidden],
.apply_content .form_group[hidden] {
	display: none !important;
}

.guardian_consent_block h3 {
	font-size: 20px;
	font-weight: 800;
}

.guardian_consent_block p {
	margin-top: 9px;
	font-size: 15px;
	line-height: 1.55;
	word-break: keep-all;
}

.guardian_consent_block > label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 18px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	cursor: pointer;
}

.guardian_consent_block input {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	margin-top: 1px;
	accent-color: var(--event-hot-pink);
}

.apply_content .term_zone {
	width: 100%;
}

.apply_content .term_zone .term {
	min-height: 195px;
	max-height: 260px;
	padding: 25px 27px;
	overflow: hidden;
	border: 1px solid #d8d8d8;
	border-right: 20px solid #ef286c;
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 1.55;
	text-align: left;
}

.apply_content .term_zone .term .inner {
	max-height: 208px;
	overflow-y: auto;
	padding-right: 8px;
}

.apply_content .term_zone .h5,
.apply_content .term_zone .h6 {
	font-weight: 800;
}

.apply_content .term_zone .h5 {
	margin-bottom: 9px;
}

.apply_content .term_zone .h6 {
	margin-bottom: 4px;
}

.apply_content .term_zone .agree {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
}

.apply_content .term_zone .agree .align_center,
.apply_content .term_zone .agree .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.apply_content .term_zone .agree input {
	width: 22px;
	height: 22px;
	accent-color: var(--event-hot-pink);
}

.apply_content .term_zone .agree label {
	cursor: pointer;
}

.apply_content .btn_box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: min(4.427vw, 85px);
}

.apply_content .btn_box .btn {
	display: block;
	width: min(244px, 47%);
	height: auto;
	line-height: 0;
	border: 0;
	border-radius: 0;
	background: none;
}

.apply_content .btn_box .btn img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform .2s ease, filter .2s ease;
}

.apply_content .btn_box .btn:hover img,
.apply_content .btn_box .btn:focus-visible img {
	transform: translateY(-3px);
	filter: drop-shadow(0 7px 7px rgba(77, 4, 32, .22));
}

/* Cautions: PSD blue field starts at y=4943. */
.cautions {
	flex: 0 0 auto;
	padding: min(5.625vw, 108px) 24px min(5.417vw, 104px);
	background: var(--event-blue);
	color: #fff;
	scroll-margin-top: 24px;
}

.cautions_inner {
	width: min(741px, 100%);
	margin: 0 auto;
}

.cautions h2 {
	text-align: center;
	line-height: 0;
}

.cautions h2 img {
	width: min(220px, 50vw);
	height: auto;
}

.cautions_content {
	margin-top: min(3.49vw, 67px);
	font-family: 'SchoolSafetyChalk', "Noto Sans KR", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	word-break: keep-all;
}

.cautions_content * {
	font-family: "Noto Sans KR", sans-serif; 
}

.cautions_content section + section {
	margin-top: 28px;
}

.cautions_content h3 {
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: 800;
}

.cautions_content h3::before {
	content: '◆ ';
}

.cautions_content ol {
	list-style: decimal;
	padding-left: 1.5em;
}

.cautions_content li {
	padding-left: .15em;
}

/* Sub-page visual: desktop bounds follow the 1920 × 540 PSD section. */
.sub_visual {
	position: relative;
	flex: 0 0 auto;
	width: 100%;
	aspect-ratio: 1920 / 540;
	overflow: hidden;
	background-color: var(--event-sky);
	background-image: url('/PROJECT_HTML/busan_edu_writing/img/sub_visual.png?new');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sub_visual_title {
	position: absolute;
	top: 32.778%;
	left: 50%;
	width: min(30.115vw, 560px);
	height: auto;
	transform: translateX(-50%);
}

.section.notice {
	flex: 1 0 auto;
	width: 100%;
	padding: min(5.521vw, 106px) 20px 120px;
	background: #fff;
}

.section.notice .inner {
	width: min(713px, 100%);
	max-width: 713px;
	margin: 0 auto;
	text-align: center;
}

.section.notice > .inner > .title,
.section.notice > form.inner > .title {
	font-family: 'SchoolSafetyChalk', "Noto Sans KR", sans-serif;
	font-size: clamp(28px, 1.875vw, 36px);
	font-weight: 700;
	color: var(--event-navy);
}

.section.notice > div.inner > .title {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.section.notice .notice_table {
	width: 100%;
	margin-top: 38px;
	border: 0;
	font-size: 14px;
	table-layout: fixed;
}

.section.notice .notice_table th,
.section.notice .notice_table td {
	padding: 14px 12px;
	font-family: "Noto Sans KR", sans-serif;
	font-weight: 500;
	line-height: 1.4;
}

.section.notice .notice_table th {
	border: 0;
	background: #18192c;
	color: #fff;
	font-weight: 700;
}

.section.notice .notice_table th:first-child {
	border-radius: 7px 0 0 0;
}

.section.notice .notice_table th:last-child {
	border-radius: 0 7px 0 0;
}

.section.notice .notice_w_table  th:first-child {
	border-radius: 0px 0 0 0;
}

.section.notice .notice_w_table  th:last-child {
	border-radius: 0 0px 0 0;
}

.section.notice .notice_table td {
	border-bottom: 1px solid #dedee5;
	background: #fff;
	color: #333;
}

.section.notice .notice_table.pc th:nth-child(1) { width: 70px; }
.section.notice .notice_table.pc th:nth-child(3) { width: 105px; }
.section.notice .notice_table.pc th:nth-child(4) { width: 120px; }
.section.notice .notice_table.pc th:nth-child(5) { width: 105px; }

.section.notice .notice_table td a {
	color: inherit;
	text-decoration: none;
}

.section.notice .notice_table td span,
.section.notice .notice_table td span.notice_ticket,
.section.notice .notice_table td span.complete,
.section.notice .notice_table td span.waiting {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 8px;
	border-radius: 999px;
	background: #2678c8 !important;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}

.section.notice .notice_table td span.notice_ticket {
	background: var(--event-hot-pink) !important;
}

.section.notice .btn_box {
	display: flex;
	justify-content: center;
	margin-top: 42px;
}

.section.notice .btn_box .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(245px, 100%);
	min-height: 64px;
	padding: 12px 24px;
	border-radius: 12px;
	background: var(--event-hot-pink);
	box-shadow: 5px 5px 0 #20202c;
	color: #fff;
	font-family: 'SchoolSafetyChalk', "Noto Sans KR", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}

.section.notice .btn_box .btn:hover,
.section.notice .btn_box .btn:focus-visible {
	transform: translate(2px, 2px);
	box-shadow: 3px 3px 0 #20202c;
}

.section.notice .notice_w_table {
	border-top: 3px solid #18192c;
	table-layout: auto;
}

.section.notice .notice_w_table th {
	width: 170px;
	border-radius: 0;
}

.section.notice .notice_w_table input,
.section.notice .notice_w_table textarea {
	width: 100%;
	font-size: 16px;
}

.section.notice .notice_w_table input {
	min-height: 48px;
}

.section.notice .notice_w_table textarea {
	min-height: 250px;
}

.section.notice .password_wrap .toggle_pw,
#popup03 .password_wrap .toggle_pw {
	width: 44px;
	height: 44px;
	right: 4px;
}

.section.notice .password_wrap input,
#popup03 .password_wrap input {
	padding-right: 54px;
	font-size: 16px;
}

/* Password prompt used by inquiry rows. */
.b_popup#popup03 {
	padding: 24px;
}

.b_popup#popup03 .b_popup_inner {
	width: min(520px, 100%);
	padding: 34px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

.b_popup#popup03 .b_popup_title {
	margin-bottom: 25px;
	padding: 0 42px;
	color: var(--event-navy);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}

.b_popup#popup03 .b_popup_title .btn_close_popup {
	top: -10px;
	right: -4px;
	color: #555;
}

.b_popup#popup03 .b_popup_content {
	padding: 0;
}

.b_popup#popup03 .pw input {
	width: 100%;
	min-height: 52px;
	border: 1px solid #bfc3cb;
	border-radius: 8px;
}

.b_popup#popup03 .btn_box {
	margin-top: 22px;
}

.b_popup#popup03 .btn_box .btn {
	width: 100%;
	min-height: 54px;
	border-radius: 9px;
	background: var(--event-hot-pink);
	color: #fff;
	font-size: 19px;
}

/* Floating controls use real links over the exact exported artwork. */
.quick_bar.pc {
	position: fixed;
	top: min(7.5vw, 100px);
	left: calc(50% + 538px);
	right: auto;
	display: block;
	width: 188px;
	margin: 0;
	z-index: 100;
}

.quick_bar img {
	display: block;
	width: 100%;
	height: auto;
}

.quick_bar .quick_link {
	position: absolute;
	display: block;
	z-index: 2;
}

.quick_bar.pc .quick_link {
	left: 0;
	width: 100%;
}

.quick_bar.pc .quick_notice { top: 0; height: 28.45%; }
.quick_bar.pc .quick_apply { top: 29.74%; height: 43.75%; }
.quick_bar.pc .quick_inquiry { top: 74.57%; height: 25.43%; }

.quick_bar .quick_link:focus-visible,
.sns_links a:focus-visible {
	outline: 4px solid #ffdc3e;
	outline-offset: 3px;
}

.quick_bar.mo {
	display: none;
}

/* Social links and footer preserve the PSD's top/bottom breathing room. */
.section.sns {
	flex: 0 0 auto;
	padding: 54px 20px 50px;
	background: #262626;
}

.sns_links {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	width: min(514px, 100%);
	margin: 0 auto;
}

.sns_links img {
	grid-column: 1 / -1;
	grid-row: 1;
	display: block;
	width: 100%;
	height: auto;
}

.sns_links a {
	grid-row: 1;
	z-index: 1;
	display: block;
	min-width: 44px;
	min-height: 44px;
	border-radius: 50%;
}

.sns_links a:nth-of-type(1) { grid-column: 1; }
.sns_links a:nth-of-type(2) { grid-column: 2; }
.sns_links a:nth-of-type(3) { grid-column: 3; }
.sns_links a:nth-of-type(4) { grid-column: 4; }
.sns_links a:nth-of-type(5) { grid-column: 5; }

.footer {
	flex: 0 0 auto;
	padding: 29px 20px 100px;
	background: #fff;
}

.footer_inner {
	width: min(760px, 100%);
	margin: 0 auto;
	text-align: center;
}

.footer_logo {
	display: inline-block;
	line-height: 0;
}

.footer_logo img {
	display: block;
	width: min(308px, 70vw);
	height: auto;
}

.footer address {
	margin-top: 26px;
	color: #292929;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.55;
}

/* Initial hero motion and section-by-section scroll reveals. */
.motion_ready .header .logo {
	animation: eventLogoDrop .8s cubic-bezier(.2, .8, .2, 1) both;
}

.motion_ready .main_obj_wide {
	animation: eventSceneOpen 1.3s cubic-bezier(.2, .75, .2, 1) both;
}

.motion_ready .main_copy_tagline {
	animation: eventBubbleIn .75s .18s cubic-bezier(.22, 1.2, .36, 1) both;
}

.motion_ready .main_copy_title {
	animation: eventInkIn_0 .9s .38s cubic-bezier(.16, 1, .3, 1) both;
}

.motion_ready .main_copy_date {
	animation: eventDateIn .7s .72s ease-out both;
}

.motion_ready .main_obj_center {
	animation: eventHandsIn 1s .55s cubic-bezier(.16, 1, .3, 1) both;
}

.motion_ready .sub_visual_title {
	animation: eventInkIn .9s .25s cubic-bezier(.16, 1, .3, 1) both;
}

.motion_ready .scroll_reveal {
	opacity: 0;
	transition:
		opacity .85s ease,
		transform .9s cubic-bezier(.16, 1, .3, 1),
		filter .85s ease;
	will-change: opacity, transform;
}

.motion_ready .scroll_reveal.reveal_up { transform: translateY(70px); }
.motion_ready .scroll_reveal.reveal_left { transform: translateX(-80px) rotate(-2deg); }
.motion_ready .scroll_reveal.reveal_right { transform: translateX(80px) rotate(2deg); }
.motion_ready .scroll_reveal.reveal_scale { transform: scale(.9) rotate(-1deg); filter: blur(5px); }

.motion_ready .scroll_reveal.is_visible {
	opacity: 1;
	transform: translate(0, 0) scale(1) rotate(0);
	filter: blur(0);
}

@keyframes eventLogoDrop {
	from { opacity: 0; transform: translateY(-24px) scale(.9); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes eventSceneOpen {
	from { opacity: 0; transform: scale(1.055); filter: saturate(.7); }
	to { opacity: 1; transform: scale(1); filter: saturate(1); }
}

@keyframes eventBubbleIn {
	0% { opacity: 0; transform: translateY(-18px) scale(.8) rotate(-3deg); }
	70% { opacity: 1; transform: translateY(3px) scale(1.035) rotate(1deg); }
	100% { opacity: 1; transform: none; }
}

@keyframes eventInkIn_0 {
	from { opacity: 0; transform: translateY(28px) scale(.9); clip-path: inset(0 100% 0 0); }
	to { opacity: 1; transform: 0; clip-path: inset(0 0 0 0); }
}

@keyframes eventInkIn {
	from { opacity: 0; transform: translate(-50%, 28px) scale(.9); clip-path: inset(0 100% 0 0); }
	to { opacity: 1; transform: translateX(-50%); clip-path: inset(0 0 0 0); }
}

@keyframes eventDateIn {
	from { opacity: 0; transform: translateY(12px) rotate(-2deg); }
	to { opacity: 1; transform: none; }
}

@keyframes eventHandsIn {
	from { opacity: 0; transform: translateX(-50%) translateY(90px); }
	to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

@media (max-width: 1400px) {
	.quick_bar.pc {
		left: auto;
		right: 18px;
	}
}

@media (max-width: 991px) {
	.header {
		top: 24px;
	}

	.header .logo img {
		width: 140px;
		min-width: 0;
	}

	.main_visual {
		aspect-ratio: auto;
		padding: 96px 16px 0;
	}

	.main_obj_wide {
		width: 100%;
		height: 100%;
		max-width: none;
		object-fit: cover;
		opacity: .88;
	}

	.main_copy {
		position: relative;
		top: auto;
		left: auto;
		width: min(560px, 94vw);
		margin: 38px auto 0;
		transform: none;
	}

	.main_obj_center {
		position: relative;
		left: auto;
		bottom: auto;
		width: 150vw;
		max-width: none;
		margin: 26px 0 0 -25vw;
		transform: none;
	}

	.event_info {
		padding: 64px 22px 66px;
		background-size: 16px 16px;
	}

	.info_awards,
	.info_judging {
		margin-top: 42px;
	}

	.apply_wrap {
		padding: 72px 20px 84px;
	}

	.apply_content {
		margin-top: 42px;
	}

	.apply_content .content_title {
		margin-bottom: 34px;
	}

	.apply_content .content_title:not(:first-child) {
		margin-top: 60px;
	}

	.cautions {
		padding: 72px 22px 76px;
	}

	.cautions_content {
		margin-top: 44px;
	}

	.sub_visual {
		aspect-ratio: auto;
		padding: 104px 18px 38px;
		background-position: center;
	}

	.sub_visual_title {
		position: relative;
		top: auto;
		left: 50%;
		width: min(559px, 88vw);
		margin: 24px auto 0;
		transform: none;
	}

	.section.notice {
		padding: 76px 20px 90px;
	}

	.quick_bar.pc {
		display: none;
	}

	.quick_bar.mo {
		position: fixed !important;
		left: 50%;
		bottom: 0 !important;
		display: block;
		width: min(750px, 100%);
		margin: 0;
		padding-bottom: env(safe-area-inset-bottom);
		background: #fff;
		transform: translateX(-50%);
		z-index: 1000;
	}

	.quick_bar.mo .quick_link {
		top: 0;
		bottom: env(safe-area-inset-bottom);
		width: 25%;
	}

	.quick_bar.mo .quick_notice { left: 0; }
	.quick_bar.mo .quick_apply { left: 25%; }
	.quick_bar.mo .quick_inquiry { left: 50%; }
	.quick_bar.mo .quick_kakao { left: 75%; }

	.section.sns {
		padding: 44px 22px;
	}

	.sns_links {
		width: min(420px, 84vw);
	}

	.footer {
		padding: 38px 20px calc(96px + env(safe-area-inset-bottom));
	}

	.motion_ready .main_obj_center {
		animation-name: eventHandsInMobile;
	}
}

@keyframes eventHandsInMobile {
	from { opacity: 0; transform: translateY(80px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 700px) {
	.main_copy {
		width: min(560px, 88vw);
	}

	.main_obj_center {
		width: 132vw;
		margin-left: -24vw;
	}

	.apply_inner {
		width: 100%;
	}

	.apply_content .form_group {
		grid-template-columns: minmax(0, 1fr);
		margin-bottom: 16px;
	}

	.apply_content .form_group > .label,
	.apply_content .form_group > input:not([type='hidden']):not([type='file']):not([type='checkbox']):not([type='radio']),
	.apply_content .form_group > select,
	.apply_content .form_group > textarea,
	.apply_content .dynamic_password,
	.apply_content .form_group > .file_label,
	.apply_content .form_group > .birth_date_selects,
	.apply_content .form_group > label:not(.label):not(.file_label) {
		grid-column: 1;
	}

	.apply_content .form_group > .label {
		justify-content: flex-start;
		min-height: 44px;
		padding: 9px 14px;
		font-size: 17px;
		text-align: left;
	}

	.apply_content .form_group > input:not([type='hidden']):not([type='file']):not([type='checkbox']):not([type='radio']),
	.apply_content .form_group > select,
	.apply_content .form_group > textarea,
	.apply_content .dynamic_password input,
	.apply_content .birth_date_selects select {
		width: 100%;
		min-height: 52px;
		font-size: 16px;
	}

	.apply_content .form_group > .birth_date_selects {
		gap: 6px;
	}

	.apply_content .birth_date_selects select {
		padding-right: 26px;
		padding-left: 10px;
	}

	.apply_content .form_group > textarea {
		min-height: 150px;
	}

	.apply_content .form_group > .file_label {
		min-height: 52px;
	}

	.apply_content .file_label::after {
		min-width: 96px;
		padding: 8px 12px;
		font-size: 16px;
	}

	.apply_content .term_zone .term {
		min-height: 220px;
		max-height: 300px;
		padding: 20px;
		border-right-width: 10px;
		font-size: 14px;
	}

	.guardian_section_title {
		margin: 58px 0 34px;
	}

	.guardian_section_title small {
		margin-top: 8px;
		font-size: 13px;
	}

	.birth_date_help {
		margin: 8px 3px 0;
		font-size: 13px;
	}

	.guardian_consent_block {
		margin-top: 20px;
		padding: 20px 18px;
	}

	.guardian_consent_block h3 {
		font-size: 19px;
	}

	.guardian_consent_block p,
	.guardian_consent_block > label {
		font-size: 16px;
	}

	.apply_content .term_zone .term .inner {
		max-height: 255px;
	}

	.apply_content .term_zone .agree {
		font-size: 16px;
		line-height: 1.45;
	}

	.apply_content .btn_box {
		gap: 8px;
		margin-top: 52px;
	}

	.cautions_content {
		font-size: 14px;
		line-height: 1.75;
		word-break: normal;
	}

	.cautions_content h3 {
		font-size: 16px;
	}

	.section.notice {
		padding: 58px 16px 72px;
	}

	.section.notice .notice_table.mo {
		margin-top: 30px;
		border-top: 3px solid #18192c;
	}

	.section.notice .notice_table.mo li {
		display: flex;
		align-items: center;
		gap: 10px;
		width: 100%;
		padding: 15px 8px;
		border-bottom: 1px solid #dedee5;
		font-size: 14px;
	}

	.section.notice .notice_table.mo li .no {
		flex: 0 0 34px;
		width: auto;
	}

	.section.notice .notice_table.mo li .con {
		flex: 1 1 auto;
		width: auto;
		min-width: 0;
	}

	.section.notice .notice_table.mo li .title {
		margin-bottom: 6px;
		font-size: 16px;
		line-height: 1.35;
	}
	
	.section.notice .notice_table.mo li .title a {
		color: #000;
	}

	.section.notice .notice_table.mo li .con .flex {
		gap: 8px;
		font-size: 13px;
	}

	.section.notice .notice_table.mo li .answer {
		flex: 0 0 auto;
		width: auto;
	}

	.section.notice .notice_table.mo li .answer span {
		padding: 5px 8px;
		font-size: 12px;
	}

	.section.notice .notice_w_table,
	.section.notice .notice_w_table tbody,
	.section.notice .notice_w_table tr,
	.section.notice .notice_w_table th,
	.section.notice .notice_w_table td {
		display: block;
		width: 100%;
	}

	.section.notice .notice_w_table tr {
		margin-bottom: 14px;
	}

	.section.notice .notice_w_table th {
		padding: 11px 14px;
		text-align: left;
	}

	.section.notice .notice_w_table td {
		padding: 0;
		border: 0;
	}

	.section.notice .notice_view td {
		padding: 16px;
		border: 1px solid #dedee5;
		font-size: 15px;
	}

	.section.notice .btn_box .btn,
	.section.notice .btn_box .btn.big,
	.b_popup#popup03 .btn_box .btn {
		width: min(240px, 100%);
		min-height: 54px;
		height: auto;
		font-size: 18px;
	}

	.b_popup#popup03 {
		align-items: center;
		padding: 16px;
	}

	.b_popup#popup03 .b_popup_inner {
		padding: 26px 20px;
		max-height: calc(100svh - 32px);
	}

	.b_popup#popup03 .b_popup_title {
		padding: 0 34px;
		font-size: 20px;
	}

	.b_popup#popup03 .pw input {
		min-height: 54px;
		font-size: 16px;
	}

	.footer address {
		font-size: 12px;
	}
}

@media (max-width: 430px) {
	.header .logo img {
		width: 124px;
	}

	.main_visual {
		padding-top: 82px;
	}

	.main_copy {
		margin-top: 32px;
	}

	.event_info {
		padding: 50px 16px 54px;
	}

	.info_awards,
	.info_judging {
		margin-top: 32px;
	}

	.apply_wrap {
		padding: 58px 16px 68px;
	}

	.apply_content .content_title {
		font-size: 25px;
	}

	.apply_content .btn_box .btn {
		width: calc(50% - 4px);
	}

	.sub_visual {
		padding: 88px 14px 30px;
	}

	.section.sns {
		padding: 34px 18px;
	}

	.footer_logo img {
		width: 220px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.motion_ready .header .logo,
	.motion_ready .main_obj_wide,
	.motion_ready .main_copy_tagline,
	.motion_ready .main_copy_title,
	.motion_ready .main_copy_date,
	.motion_ready .main_obj_center,
	.motion_ready .sub_visual_title {
		animation: none !important;
	}
	.motion_ready .scroll_reveal {
		opacity: 1 !important;
		transform: none !important;
		filter: none !important;
		transition: none !important;
	}
}
