/* 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: 'SchoolSafetyNotification';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimAllimjangTTF-R.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'DaeguBukseongro';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2511-1@1.0/DaeguBukseongro-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

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

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
	font-family: "DaeguBukseongro", "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: 'Paperozi';
    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: 'SchoolSafetyNotification';
}

.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: 'SchoolSafetyNotification';
	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: 'SchoolSafetyNotification';
	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: 'SchoolSafetyNotification';
	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: 'Paperozi';
	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;
	}
}

/* 2026 밀양시 SNS 영상 공모전 */
.blind {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.header {
	position: relative;
	z-index: 100;
	background: #f4f2ff;
	border-bottom: 1px dashed rgba(26, 28, 41, .35);
}

.header .inner {
	width: min(1528px, calc(100% - 40px));
	min-height: 112px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.header .logo,
.header .logo a,
.header .logo img {
	display: block;
}

.header .logo {
	flex: 0 0 178px;
}

.header .nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 32px;
}

.header .nav li {
	position: relative;
}

.header .nav li + li::before {
	content: '';
	position: absolute;
	left: -17px;
	top: 50%;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #1a1c29;
	transform: translateY(-50%);
}

.header .nav a,
.header .nav button {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #1a1c29;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: color .2s ease, transform .2s ease;
}

.header .nav .nav_download {
	color: #0758bc;
}

.header .nav .nav_apply {
	color: #ff4758;
}

.header .nav a:hover,
.header .nav a:focus-visible,
.header .nav button:hover,
.header .nav button:focus-visible {
	color: #009bab;
	transform: translateY(-2px);
}

.contest_home {
	background: #f4f2ff;
}

.hero_section {
	position: relative;
	min-height: 1288px;
	overflow: hidden;
	background: #f4f2ff;
}

.hero_art,
.hero_title,
.hero_actions {
	position: absolute;
}

.hero_art img,
.hero_title img,
.hero_actions img {
	display: block;
	width: 100%;
}

.hero_top_left {
	z-index: 2;
	top: 99px;
	left: calc(50% - 960px);
	width: 366px;
	animation: heroCornerLeft 1s cubic-bezier(.2, .8, .2, 1) both;
}

.hero_top_right {
	z-index: 2;
	top: 99px;
	right: calc(50% - 960px);
	width: 370px;
	animation: heroCornerRight 1s .08s cubic-bezier(.2, .8, .2, 1) both;
}

.hero_title {
	z-index: 5;
	top: 96px;
	left: 50%;
	width: 584px;
	height: 394px;
	transform: translateX(-50%);
}

.hero_title .hero_bubble,
.hero_title .hero_heading,
.hero_title .hero_copy {
	position: absolute;
}

.hero_title .bubble_left {
	top: 0;
	left: 94px;
	width: 280px;
	animation: bubblePop .65s .18s cubic-bezier(.18, .89, .32, 1.35) both;
}

.hero_title .bubble_right {
	top: 49px;
	left: 255px;
	width: 230px;
	animation: bubblePop .65s .32s cubic-bezier(.18, .89, .32, 1.35) both;
}

.hero_title .hero_heading {
	top: 126px;
	left: 0;
	width: 584px;
	animation: heroTitleIn .9s .42s cubic-bezier(.2, .8, .2, 1) both;
}

.hero_title .hero_copy {
	top: 308px;
	left: 23px;
	width: 532px;
	animation: heroCopyIn .8s .68s ease both;
}

.hero_center_line {
	z-index: 3;
	top: 372px;
	left: 50%;
	width: 1920px;
	transform: translateX(-50%);
	animation: heroLineIn 1.1s .55s cubic-bezier(.2, .8, .2, 1) both;
}

.hero_bottom_line {
	z-index: 2;
	top: 804px;
	left: 50%;
	width: 1920px;
	transform: translateX(-50%);
	animation: heroLineUp 1.1s .75s cubic-bezier(.2, .8, .2, 1) both;
}

.hero_actions {
	z-index: 6;
	top: 1132px;
	left: 50%;
	display: flex;
	gap: 37px;
	transform: translateX(-50%);
}

.hero_action {
	position: relative;
	display: block;
	width: 324px;
	overflow: hidden;
	border-radius: 999px;
	animation: actionRise .7s 1s ease both;
	transition: transform .22s ease, filter .22s ease;
}

.hero_action::after {
	content: '';
	position: absolute;
	top: -45%;
	left: -55%;
	width: 32%;
	height: 190%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent);
	transform: rotate(18deg);
	animation: actionShine 4.8s 2s ease-in-out infinite;
	pointer-events: none;
}

.hero_action:nth-child(2) {
	animation-delay: 1.12s;
}

.hero_action:hover,
.hero_action:focus-visible {
	transform: translateY(-7px) rotate(-1deg);
	filter: drop-shadow(0 10px 14px rgba(26, 28, 41, .2));
}

.overview_section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 82px;
	padding: 45px 20px 84px;
	background-color: #f4f2ff;
	background-image:
		radial-gradient(circle at 10% 25%, rgba(0, 155, 171, .1), transparent 20%),
		radial-gradient(circle at 90% 75%, rgba(255, 71, 88, .09), transparent 22%);
	background-size: 115% 115%;
	animation: ambientBackground 11s ease-in-out infinite alternate;
}

.overview_item,
.guide_item {
	display: block;
	width: min(690px, 100%);
	height: auto;
	filter: drop-shadow(0 10px 18px rgba(26, 28, 41, .08));
	transition: filter .45s ease, transform .45s cubic-bezier(.2, .8, .2, 1);
}

.guide_item {
	width: min(692px, 100%);
}

.overview_item:hover,
.guide_item:hover {
	filter: drop-shadow(0 16px 24px rgba(26, 28, 41, .16));
	transform: translateY(-6px) !important;
}

.guide_section {
	display: flex;
	justify-content: center;
	padding: 86px 20px 87px;
	background-color: #1a1c29;
	background-image:
		radial-gradient(circle at 16% 18%, rgba(0, 155, 171, .16), transparent 25%),
		radial-gradient(circle at 82% 78%, rgba(255, 71, 88, .12), transparent 24%);
	background-size: 125% 125%;
	animation: ambientBackground 13s ease-in-out infinite alternate-reverse;
}

.notice_section {
	padding: 67px 20px 94px;
	background: #fff;
}

.notice_title {
	width: 172px;
	margin: 0 auto 40px;
}

.notice_title img {
	display: block;
	width: 100%;
}

.notice_list {
	width: min(690px, 100%);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.notice_list li {
	position: relative;
	padding-left: 34px;
	color: #353744;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.55;
	word-break: keep-all;
	font-family: 'Paperozi';
}

.notice_list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	height: 24px;
	background: url('/PROJECT_HTML/Miryang_sns/img/section04_bullet.png?new') center / contain no-repeat;
}

.notice_list li.reveal.is-visible::before {
	animation: noticeBulletPop .62s cubic-bezier(.18, .89, .32, 1.35) both;
}

.official_sns {
	min-height: 181px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 20px;
	background: #1a1c29;
}

.sns_links {
	position: relative;
	width: min(554px, 100%);
}

.sns_links > img {
	display: block;
	width: 100%;
}

.sns_links > a {
	position: absolute;
	top: 0;
	height: 100%;
	border-radius: 50%;
	transition: transform .2s ease, filter .2s ease;
}

.sns_links > a:hover,
.sns_links > a:focus-visible {
	transform: translateY(-6px) scale(1.06);
	filter: drop-shadow(0 7px 6px rgba(0, 0, 0, .25));
}

.sns_home { left: 0; width: 13.2%; }
.sns_youtube { left: 17.3%; width: 13.2%; }
.sns_facebook { left: 35%; width: 13.2%; }
.sns_instagram { left: 52.5%; width: 13.2%; }
.sns_blog { left: 70%; width: 13%; }
.sns_kakao { left: 87.5%; width: 12.5%; }

.contest_footer {
	min-height: 0;
	padding: 64px 20px;
	text-align: center;
	background: #fff;
}

.contest_footer > img {
	display: block;
	width: 170px;
	margin: 0 auto 31px;
}

.contest_footer address,
.contest_footer p {
	font-size: 13px;
	font-weight: 800;
	line-height: 1.55;
}

/* 스크롤 등장 효과: 푸터에는 적용하지 않습니다. */
.reveal {
	opacity: 0;
	transition: opacity .85s ease, transform .85s cubic-bezier(.2, .8, .2, 1), clip-path 1s ease;
	will-change: opacity, transform;
}

.reveal[data-reveal="rise"] { transform: translateY(55px); }
.reveal[data-reveal="scale"] { transform: scale(.92) rotate(.8deg); }
.reveal[data-reveal="left"] { transform: translateX(-42px); }
.reveal[data-reveal="right"] { transform: translateX(42px); }
.reveal[data-reveal="clip"] { clip-path: inset(0 0 100% 0); transform: translateY(24px); }

.reveal.reveal_safe {
	opacity: 1;
	clip-path: none;
}

.reveal.is-visible {
	opacity: 1;
	transform: none;
	clip-path: inset(0 0 0 0);
}

.guide_item.reveal {
	opacity: 0;
	transform: perspective(900px) translateY(82px) scale(.94) rotateX(7deg);
	clip-path: none;
	filter: blur(5px) brightness(.78) drop-shadow(0 4px 8px rgba(0, 0, 0, .08));
	transform-origin: center top;
	transition: none;
}

.guide_item.reveal.is-visible {
	animation: guideSectionReveal 1.15s cubic-bezier(.2, .8, .2, 1) both;
}

/* 하단 모바일 바로가기: 이미지 위에 독립 a/button 링크를 정확히 배치 */
.quick_bar.mo {
	display: none;
	width: min(750px, 100%);
	height: auto;
	margin: 0;
}

.quick_bar.mo > img {
	display: block;
	width: 100%;
}

.quick_bar.mo .quick_link {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 25%;
	border-radius: 0;
}

.quick_bar.mo .quick_download { left: 0; }
.quick_bar.mo .quick_apply { left: 25%; }
.quick_bar.mo .quick_confirm { left: 50%; }
.quick_bar.mo .quick_inquiry { left: 75%; }

/* 관리자 연동 폼은 마크업/로직을 유지하고 레이아웃만 보완 */
.apply_wrap,
.section.notice {
	min-height: calc(100vh - 112px);
	padding: 72px 20px 110px;
	background: #f4f2ff;
}

.apply_inner,
.section.notice > .inner,
.section.notice > form.inner {
	width: min(820px, 100%);
	margin: 0 auto;
}

.apply_title h2,
.section.notice > .inner > .title,
.section.notice > form.inner > .title {
	margin-bottom: 42px;
	color: #1a1c29;
	font-family: 'Ria', "Noto Sans KR", sans-serif;
	font-size: 38px;
	font-weight: 900;
	text-align: center;
}

.apply_content form {
	padding: 42px;
	border: 2px solid #1a1c29;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(26, 28, 41, .1);
}

.apply_content .form_group {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	align-items: center;
	gap: 14px 18px;
	padding: 13px 0;
	border-bottom: 1px dashed #bcc1cc;
}

.apply_content .form_group > .label {
	align-self: stretch;
	display: flex;
	align-items: center;
	padding: 0 18px;
	border-radius: 9px;
	background: #0758bc;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.apply_content .form_group input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.apply_content .form_group select,
.apply_content .form_group textarea {
	width: 100%;
	min-width: 0;
	min-height: 52px;
	padding: 12px 14px;
	border: 1px solid #9096a2;
	border-radius: 9px;
	background: #fff;
	color: #1a1c29;
	font-size: 16px;
	line-height: 1.4;
	outline: none;
}

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

.password_help {
	margin: 7px 0 0;
	color: #e43f50;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.password_input_wrap {
	position: relative;
	width: 100%;
	min-width: 0;
}

.password_input_wrap > input:not([type="hidden"]) {
	padding-right: 56px !important;
}

.password_visibility_toggle {
	position: absolute;
	top: 50%;
	right: 6px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: #535b69;
	cursor: pointer;
	transform: translateY(-50%);
	transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.password_visibility_toggle:hover,
.password_visibility_toggle:focus-visible {
	background: rgba(7, 88, 188, .09);
	color: #0758bc;
	outline: 2px solid rgba(7, 88, 188, .25);
	outline-offset: -2px;
}

.password_visibility_toggle:active {
	transform: translateY(-50%) scale(.92);
}

.password_visibility_toggle svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.password_visibility_toggle::after {
	content: '';
	position: absolute;
	width: 27px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	opacity: 0;
	transform: rotate(45deg);
	transition: opacity .18s ease;
}

.password_visibility_toggle[aria-pressed="true"]::after {
	opacity: 1;
}

.apply_content .form_group > .password_help {
	grid-column: 2;
	margin-top: -5px;
}

.apply_content .form_group input:focus,
.apply_content .form_group select:focus,
.apply_content .form_group textarea:focus {
	border-color: #0758bc;
	box-shadow: 0 0 0 3px rgba(7, 88, 188, .14);
}

.apply_content .content_title {
	margin: 42px 0 16px;
	font-size: 24px;
	font-weight: 800;
	text-align: center;
}

.apply_content .term_zone .term {
	max-height: 280px;
	overflow-y: auto;
	padding: 24px;
	border: 1px solid #9096a2;
	border-radius: 12px;
	background: #f8f8fb;
	font-size: 15px;
	line-height: 1.6;
}

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

.apply_content .term_zone .agree {
	margin-top: 16px;
	font-size: 16px;
	text-align: center;
}

.apply_content .term_zone .agree input {
	width: 22px;
	height: 22px;
	margin-right: 8px;
}

/* 공모전 접수 폼 */
.apply_wrap {
	position: relative;
	overflow: hidden;
	background-color: #f4f2ff;
	background-image:
		radial-gradient(circle at 7% 12%, rgba(0, 155, 171, .11), transparent 24%),
		radial-gradient(circle at 94% 88%, rgba(255, 71, 88, .1), transparent 25%);
	background-size: 115% 115%;
	animation: ambientBackground 14s ease-in-out infinite alternate;
}

.apply_inner {
	position: relative;
	z-index: 1;
	animation: applyPageIn .82s cubic-bezier(.2, .8, .2, 1) both;
}

.apply_title h2 {
	position: relative;
	width: max-content;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 17px;
}

.apply_title h2::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 82px;
	height: 5px;
	border-radius: 999px;
	background: linear-gradient(90deg, #009bab 0 50%, #ff4758 50% 100%);
	transform: translateX(-50%);
}

.apply_content form {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(7, 88, 188, .2);
	box-shadow: 0 22px 52px rgba(26, 28, 41, .12);
}

.apply_content form::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: linear-gradient(90deg, #009bab 0 50%, #ff4758 50% 100%);
}

.edit_mode_notice {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 6px 0 24px;
	padding: 16px 18px;
	border: 1px solid rgba(7, 88, 188, .3);
	border-radius: 12px;
	background: #eef6ff;
	color: #273347;
	font-size: 15px;
	line-height: 1.55;
}

.edit_mode_notice strong {
	flex: 0 0 auto;
	padding: 6px 10px;
	border-radius: 999px;
	background: #0758bc;
	color: #fff;
	font-size: 14px;
}

.apply_content .form_group {
	position: relative;
	margin-bottom: 11px;
	padding: 11px;
	border: 1px solid #e0e5ed;
	border-radius: 14px;
	background: #fbfcff;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
	animation: applyRowIn .65s cubic-bezier(.2, .8, .2, 1) both;
}

.apply_content .form_group:nth-of-type(2) { animation-delay: .07s; }
.apply_content .form_group:nth-of-type(3) { animation-delay: .14s; }
.apply_content .form_group:nth-of-type(4) { animation-delay: .21s; }

.apply_content .form_group:focus-within {
	border-color: rgba(7, 88, 188, .45);
	box-shadow: 0 9px 20px rgba(7, 88, 188, .1);
	transform: translateY(-2px);
}

.apply_content .form_group > .label {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #0758bc, #0871cd);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
}

.apply_content .form_group > .label::after {
	content: '';
	position: absolute;
	top: -25px;
	right: -30px;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
}

.apply_content .form_group > .label .text,
.apply_content .form_group > .label > span {
	position: relative;
	z-index: 1;
}

.apply_content .form_group input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.apply_content .form_group select,
.apply_content .form_group textarea {
	border-color: #b4bbc7;
	box-shadow: inset 0 1px 2px rgba(26, 28, 41, .035);
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.apply_content .form_group input::placeholder,
.apply_content .form_group textarea::placeholder {
	color: #8c929d;
}

.apply_content .password_help {
	display: flex;
	align-items: center;
	gap: 5px;
}

.apply_content .content_title {
	position: relative;
	margin-top: 46px;
	padding-top: 27px;
	color: #1a1c29;
}

.apply_content .content_title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, transparent, #c7ccd5 15%, #c7ccd5 85%, transparent);
	transform: translateX(-50%);
}

.apply_content .term_zone .term {
	border-color: #d4d9e2;
	background: linear-gradient(180deg, #fbfcff, #f5f7fa);
	box-shadow: inset 0 1px 4px rgba(26, 28, 41, .04);
	scrollbar-color: #0758bc #e9edf3;
	scrollbar-width: thin;
}

.apply_content .term_zone .term::-webkit-scrollbar {
	width: 9px;
}

.apply_content .term_zone .term::-webkit-scrollbar-track {
	background: #e9edf3;
	border-radius: 999px;
}

.apply_content .term_zone .term::-webkit-scrollbar-thumb {
	border: 2px solid #e9edf3;
	border-radius: 999px;
	background: #0758bc;
}

.apply_content .term_zone .h5 {
	margin-bottom: 12px;
	color: #0758bc;
	font-size: 17px;
}

.apply_content .term_zone .h6 {
	margin-bottom: 5px;
	color: #1a1c29;
}

.apply_content .term_zone .agree {
	padding: 17px 18px;
	border: 1px solid rgba(0, 155, 171, .25);
	border-radius: 12px;
	background: rgba(0, 155, 171, .065);
}

.apply_content .term_zone .agree .align_center {
	justify-content: center;
}

.apply_content .term_zone .agree label {
	font-weight: 800;
	cursor: pointer;
}

.apply_content .btn_box .btn {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #ff4758, #f6374c);
	box-shadow: 0 11px 25px rgba(255, 71, 88, .27);
	transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.apply_content .btn_box .btn::after {
	content: '';
	position: absolute;
	top: -50%;
	left: -45%;
	width: 25%;
	height: 200%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent);
	transform: rotate(18deg);
	animation: actionShine 4.8s 1.6s ease-in-out infinite;
	pointer-events: none;
}

.apply_content .btn_box .btn:hover,
.apply_content .btn_box .btn:focus-visible {
	box-shadow: 0 16px 32px rgba(255, 71, 88, .34);
	filter: saturate(1.08);
	transform: translateY(-4px);
}

.apply_content .file_input_wrap {
	position: relative;
	width: 100%;
	min-width: 0;
	min-height: 54px;
	overflow: hidden;
	border: 1px solid #aeb6c3;
	border-radius: 9px;
	background: #fff;
	box-shadow: inset 0 1px 2px rgba(26, 28, 41, .035);
	transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.apply_content .file_input_wrap:hover {
	border-color: #0758bc;
	transform: translateY(-1px);
}

.apply_content .file_input_wrap:focus-within {
	border-color: #0758bc;
	box-shadow: 0 0 0 3px rgba(7, 88, 188, .14);
}

.apply_content .apply_file_input {
	position: absolute !important;
	inset: 0;
	z-index: 3;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	opacity: 0;
	cursor: pointer;
}

.apply_content .file_label {
	display: grid;
	grid-template-columns: 142px minmax(0, 1fr);
	width: 100%;
	min-height: 52px;
	margin: 0;
	background: #fff;
	pointer-events: none;
}

.apply_content .file_select_text,
.apply_content .file_name {
	display: flex;
	align-items: center;
	min-width: 0;
	min-height: 52px;
	font-size: 16px;
	line-height: 1.35;
}

.apply_content .file_select_text {
	justify-content: center;
	gap: 7px;
	padding: 10px 14px;
	background: #1a1c29;
	color: #fff;
	font-weight: 800;
	transition: background-color .22s ease;
}

.apply_content .file_select_text svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.apply_content .file_name {
	overflow: hidden;
	padding: 10px 16px;
	color: #838a96;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.apply_content .file_input_wrap:hover .file_select_text,
.apply_content .file_input_wrap:focus-within .file_select_text,
.apply_content .file_input_wrap.has-file .file_select_text {
	background: #0758bc;
}

.apply_content .file_input_wrap.has-file {
	border-color: rgba(7, 88, 188, .55);
	background: #f7fbff;
}

.apply_content .file_input_wrap.has-file .file_name {
	color: #0758bc;
	font-weight: 800;
}

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

.apply_content .btn_box .btn,
.section.notice .btn_box .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 230px;
	min-height: 64px;
	padding: 12px 30px;
	border: 2px solid #1a1c29;
	border-radius: 14px;
	background: #ff4758;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	text-decoration: none;
}

.section.notice .content {
	width: 100%;
}

/* 공지/문의: 기존 PHP 동작은 유지하고 목록·작성·상세의 표면만 정돈합니다. */
.section.notice {
	position: relative;
	overflow: hidden;
	background-color: #f4f2ff;
	background-image:
		radial-gradient(circle at 8% 14%, rgba(0, 155, 171, .1), transparent 24%),
		radial-gradient(circle at 92% 82%, rgba(255, 71, 88, .09), transparent 25%);
	background-size: 115% 115%;
	animation: ambientBackground 14s ease-in-out infinite alternate;
}

.section.notice > .inner,
.section.notice > form.inner {
	position: relative;
	z-index: 1;
	animation: noticePageIn .8s cubic-bezier(.2, .8, .2, 1) both;
}

.section.notice > .inner > .title,
.section.notice > form.inner > .title {
	position: relative;
	width: max-content;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 17px;
}

.section.notice > .inner > .title::after,
.section.notice > form.inner > .title::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 72px;
	height: 5px;
	border-radius: 999px;
	background: linear-gradient(90deg, #009bab 0 50%, #ff4758 50% 100%);
	transform: translateX(-50%);
}

.section.notice .content,
.section.notice > form.inner .notice_w_table,
.section.notice > .inner > .notice_w_table {
	padding: 30px;
	border: 1px solid rgba(7, 88, 188, .14);
	border-radius: 24px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 18px 45px rgba(26, 28, 41, .1);
}

.section.notice table.notice_table {
	margin-top: 0;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid #dce2eb;
	border-radius: 15px;
	background: #fff;
}

.section.notice table.notice_table th,
.section.notice table.notice_table td {
	padding: 16px 14px;
	border-right: 0;
}

.section.notice table.notice_table th {
	border-bottom: 0;
	background: #1a1c29;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .02em;
}

.section.notice table.notice_table td {
	border-bottom: 1px solid #e5e8ef;
	background: #fff;
	color: #353744;
	line-height: 1.55;
	transition: background-color .2s ease;
}

.section.notice table.notice_table tr:last-child td {
	border-bottom: 0;
}

.section.notice table.notice_table tr:hover td {
	background: #f7fbff;
}

.section.notice table.notice_table td a {
	color: #34313f;
	font-weight: 800;
	text-decoration: none;
	transition: color .2s ease;
}

.section.notice table.notice_table td a:hover,
.section.notice table.notice_table td a:focus-visible {
	color: #e43f50;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.section.notice .notice_table td span,
.section.notice .notice_table.mo .answer span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #0758bc;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.section.notice .notice_table td span.notice_ticket,
.section.notice .notice_table.mo span.notice_ticket {
	background: #009bab !important;
}

.section.notice .notice_table td span.complete,
.section.notice .notice_table.mo .answer span.complete {
	background: #ff4758;
}

.section.notice .notice_w_table {
	width: 100%;
	padding: 0 !important;
	border-top: 0;
}

.section.notice .notice_w_table th {
	width: 165px;
	background: #0758bc !important;
	vertical-align: middle;
}

.section.notice .notice_w_table input,
.section.notice .notice_w_table textarea {
	border: 1px solid #aeb6c3;
	border-radius: 9px;
	background: #fff;
	color: #1a1c29;
	font-size: 16px;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.section.notice .notice_w_table input {
	height: 52px;
}

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

.section.notice .notice_w_table input:focus,
.section.notice .notice_w_table textarea:focus {
	border-color: #0758bc;
	box-shadow: 0 0 0 3px rgba(7, 88, 188, .13);
}

.section.notice .notice_view + .notice_view {
	margin-top: 18px;
}

.section.notice .notice_view td.fl,
.section.notice .notice_view td:last-child {
	min-height: 80px;
	font-weight: 500;
	line-height: 1.75;
}

.section.notice .btn_box .btn {
	box-shadow: 0 9px 22px rgba(255, 71, 88, .2);
	transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.section.notice .btn_box .btn:hover,
.section.notice .btn_box .btn:focus-visible {
	background: #f13649;
	box-shadow: 0 13px 28px rgba(255, 71, 88, .3);
	transform: translateY(-4px);
}

.b_popup_inner {
	padding: 30px;
	background: #1a1c29;
}

.b_popup_content input,
.b_popup_content textarea,
.b_popup_content select {
	font-size: 16px;
}

#popup02 .b_popup_inner {
	width: min(620px, 100%);
	padding: 34px;
	border: 2px solid #1a1c29;
	border-radius: 20px;
	background: #f4f2ff;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .32);
}

#popup02 .b_popup_title {
	margin-bottom: 28px;
	padding: 0 50px;
	color: #1a1c29;
	font-size: 30px;
}

#popup02 .b_popup_title .btn_close_popup {
	top: -7px;
	right: -5px;
	color: #1a1c29;
}

#popup02 .b_popup_content .form_group {
	display: flex;
	align-items: stretch;
	margin-bottom: 12px;
	border: 1px solid #1a1c29;
	border-radius: 10px;
	overflow: hidden;
}

#popup02 .b_popup_content .form_group > label {
	width: 150px;
	height: auto;
	min-height: 60px;
	padding: 10px;
	background: #0758bc;
	font-family: 'DaeguBukseongro';
	font-size: 17px;
	font-weight: 800;
}

#popup02 .search_input_wrap {
	flex: 1;
	min-width: 0;
	padding: 0 14px 10px;
	background: #fff;
}

#popup02 .search_input_wrap input {
	width: 100%;
	height: 52px;
	padding: 0;
	border: 0;
	background: #fff;
	font-family: 'DaeguBukseongro';
	font-size: 16px;
	outline: none;
}

#popup02 .search_input_wrap input::placeholder {
	color: #6f7683;
	font-size: 17px;
	font-weight: 500;
	opacity: 1;
}

#popup02 .search_input_wrap input:focus {
	box-shadow: inset 0 -3px 0 rgba(7, 88, 188, .24);
}

#popup02 .password_help {
	margin-top: -2px;
	font-size: 13px;
}

#popup02 .btn_box {
	margin-top: 28px;
}

#popup02 .btn_box .confirm_btn,
#popup02 .btn_box .edit_btn {
	width: min(230px, 100%);
	height: 62px;
	border: 2px solid #1a1c29;
	border-radius: 14px;
	color: #fff;
	font-size: 21px;
	font-weight: 800;
}

#popup02 .btn_box .confirm_btn {
	background: #ff4758;
}

#popup02 .btn_box .edit_btn {
	background: #0758bc;
}

#popup02 .btn_box .confirm_btn:hover,
#popup02 .btn_box .confirm_btn:focus-visible,
#popup02 .btn_box .edit_btn:hover,
#popup02 .btn_box .edit_btn:focus-visible {
	filter: brightness(1.08);
	transform: translateY(-2px);
}

@keyframes heroCornerLeft {
	from { opacity: 0; transform: translate(-90px, -35px) rotate(-8deg); }
	to { opacity: 1; transform: none; }
}

@keyframes heroCornerRight {
	from { opacity: 0; transform: translate(90px, -35px) rotate(8deg); }
	to { opacity: 1; transform: none; }
}

@keyframes bubblePop {
	from { opacity: 0; transform: scale(.3) rotate(-8deg); }
	to { opacity: 1; transform: none; }
}

@keyframes heroTitleIn {
	from { opacity: 0; transform: translateY(38px) scale(.94); filter: blur(7px); }
	to { opacity: 1; transform: none; filter: none; }
}

@keyframes heroCopyIn {
	from { opacity: 0; transform: translateY(18px); }
	to { opacity: 1; transform: none; }
}

@keyframes heroLineIn {
	from { opacity: 0; transform: translateX(-50%) scale(.88); }
	to { opacity: 1; transform: translateX(-50%) scale(1); }
}

@keyframes heroLineUp {
	from { opacity: 0; transform: translateX(-50%) translateY(48px) scale(.9); }
	to { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}

@keyframes actionRise {
	from { opacity: 0; transform: translateY(32px); }
	to { opacity: 1; transform: none; }
}

@keyframes actionShine {
	0%, 58% { left: -55%; opacity: 0; }
	64% { opacity: 1; }
	80%, 100% { left: 125%; opacity: 0; }
}

@keyframes ambientBackground {
	from { background-position: 0% 0%, 100% 100%; }
	to { background-position: 12% 8%, 88% 92%; }
}

@keyframes guideSectionReveal {
	0% {
		opacity: 0;
		transform: perspective(900px) translateY(82px) scale(.94) rotateX(7deg);
		filter: blur(5px) brightness(.78) drop-shadow(0 4px 8px rgba(0, 0, 0, .08));
	}
	65% {
		opacity: 1;
		transform: perspective(900px) translateY(-10px) scale(1.012) rotateX(-1deg);
		filter: blur(0) brightness(1.04) drop-shadow(0 17px 25px rgba(0, 0, 0, .22));
	}
	82% {
		transform: perspective(900px) translateY(4px) scale(.997) rotateX(.4deg);
	}
	100% {
		opacity: 1;
		transform: none;
		filter: drop-shadow(0 10px 18px rgba(26, 28, 41, .08));
	}
}

@keyframes noticeBulletPop {
	from { opacity: 0; transform: scale(.35) rotate(-18deg); }
	to { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes noticePageIn {
	from { opacity: 0; transform: translateY(26px); }
	to { opacity: 1; transform: none; }
}

@keyframes applyPageIn {
	from { opacity: 0; transform: translateY(30px) scale(.988); }
	to { opacity: 1; transform: none; }
}

@keyframes applyRowIn {
	from { opacity: 0; transform: translateX(-18px); }
	to { opacity: 1; transform: none; }
}

@keyframes heroArtFloatLeft {
	from { transform: translate3d(0, 0, 0) rotate(0); }
	to { transform: translate3d(8px, 10px, 0) rotate(.7deg); }
}

@keyframes heroArtFloatRight {
	from { transform: translate3d(0, 0, 0) rotate(0); }
	to { transform: translate3d(-8px, 9px, 0) rotate(-.7deg); }
}

.hero_top_left > img {
	animation: heroArtFloatLeft 6.4s 1.25s ease-in-out infinite alternate;
}

.hero_top_right > img {
	animation: heroArtFloatRight 6.8s 1.35s ease-in-out infinite alternate;
}

@media (max-width: 1100px) {
	.header .inner {
		gap: 24px;
	}

	.header .nav {
		gap: 20px;
	}

	.header .nav li + li::before {
		left: -11px;
	}
}

@media (max-width: 991px) {
	.header .inner {
		width: min(100% - 32px, 750px);
		min-height: 0;
		padding: 16px 0 14px;
		flex-wrap: wrap;
		justify-content: center;
		gap: 13px;
	}

	.header .logo {
		flex-basis: 142px;
	}

	.header .nav {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 0;
		border: 1px solid rgba(26, 28, 41, .35);
		border-radius: 9px;
		overflow: hidden;
		background: rgba(255, 255, 255, .72);
	}

	.header .nav li + li::before {
		display: none;
	}

	.header .nav li + li {
		border-left: 1px solid rgba(26, 28, 41, .25);
	}

	.header .nav a,
	.header .nav button {
		width: 100%;
		justify-content: center;
		padding: 4px 7px;
		font-size: 12px;
		text-align: center;
		white-space: normal;
	}

	.quick_bar.mo {
		display: block;
		position: fixed;
		left: 50%;
		bottom: 0;
		z-index: 999;
		transform: translateX(-50%);
		filter: drop-shadow(0 -7px 12px rgba(0, 0, 0, .18));
	}

	.contest_footer {
		min-height: 0;
		padding: 52px 20px 150px;
	}
}

@media (max-width: 750px) {
	.hero_section {
		min-height: 750px;
	}

	.hero_title {
		top: 32px;
		width: 92vw;
		height: 300px;
	}

	.hero_title .bubble_left {
		left: 14%;
		width: 48%;
	}

	.hero_title .bubble_right {
		top: 8vw;
		left: 45%;
		width: 39.4%;
	}

	.hero_title .hero_heading {
		top: 21vw;
		width: 100%;
	}

	.hero_title .hero_copy {
		top: 49vw;
		left: 4.5%;
		width: 91%;
	}

	.hero_top_left,
	.hero_top_right {
		top: 270px;
		width: 35vw;
		opacity: .85;
	}

	.hero_top_left { left: -8vw; }
	.hero_top_right { right: -8vw; }

	.hero_center_line {
		top: 345px;
		width: 145vw;
	}

	.hero_bottom_line {
		top: 485px;
		width: 145vw;
	}

	.hero_actions {
		top: 650px;
		width: calc(100% - 28px);
		gap: 12px;
	}

	.hero_action {
		width: calc(50% - 6px);
	}

	.overview_section {
		gap: 50px;
		padding: 45px 16px 58px;
	}

	.guide_section {
		padding: 55px 16px 58px;
	}

	.notice_section {
		padding: 52px 18px 64px;
	}

	.notice_title {
		width: 132px;
		margin-bottom: 30px;
	}

	.notice_list {
		gap: 17px;
	}

	.notice_list li {
		padding-left: 29px;
		font-size: 14px;
		line-height: 1.58;
	}

	.notice_list li::before {
		width: 21px;
		height: 20px;
	}

	.official_sns {
		min-height: 120px;
		padding: 25px 6vw;
	}

	.contest_footer {
		min-height: 0;
		padding: 46px 18px;
	}

	.contest_footer > img {
		width: 140px;
		margin-bottom: 24px;
	}

	.contest_footer address,
	.contest_footer p {
		font-size: 12px;
	}

	.apply_wrap,
	.section.notice {
		min-height: calc(100vh - 126px);
		padding: 46px 14px 120px;
	}

	.apply_title h2,
	.section.notice > .inner > .title,
	.section.notice > form.inner > .title {
		margin-bottom: 28px;
		font-size: 30px;
	}

	.section.notice .content {
		padding: 14px;
		border-radius: 18px;
	}

	.section.notice .notice_table.mo {
		display: flex;
		flex-direction: column;
		gap: 11px;
		margin-top: 0;
		border-top: 0;
	}

	.section.notice .notice_table.mo li {
		display: grid;
		grid-template-columns: 38px minmax(0, 1fr) auto;
		align-items: center;
		gap: 10px;
		padding: 14px 12px;
		border: 1px solid #dce2eb;
		border-radius: 14px;
		background: #fff;
		box-shadow: 0 6px 16px rgba(26, 28, 41, .07);
		font-size: 13px;
	}

	.section.notice .notice_table.mo li .no,
	.section.notice .notice_table.mo li .answer {
		width: auto;
		text-align: center;
	}

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

	.section.notice .notice_table.mo li .title {
		margin: 0 0 7px;
		padding: 0;
		font-family: 'NanumSquareNeo', sans-serif;
		font-size: 15px;
		font-weight: 900;
		line-height: 1.4;
		text-align: left;
	}

	.section.notice .notice_table.mo li .title a {
		color: #34313f;
		text-decoration: none;
	}

	.section.notice .notice_table.mo li .title a:hover,
	.section.notice .notice_table.mo li .title a:focus-visible {
		color: #e43f50;
	}

	.section.notice .notice_table.mo li .title::after {
		display: none;
	}

	.section.notice .notice_table.mo li .con .flex {
		gap: 8px;
		color: #6a707c;
		font-size: 12px;
	}

	.section.notice .notice_table.mo li .con .flex .date {
		padding-left: 8px;
	}

	.section.notice .notice_table.mo li .answer span {
		padding: 5px 8px;
		border-radius: 999px;
		font-size: 11px;
	}

	.section.notice .notice_w_table th {
		width: 105px;
		padding: 13px 9px !important;
		font-size: 13px !important;
	}

	.section.notice .notice_w_table td {
		padding: 11px !important;
	}

	.apply_content form {
		padding: 25px 14px 28px;
		border-radius: 14px;
	}

	.apply_content .form_group {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 9px;
		margin-bottom: 10px;
		padding: 10px;
		border-bottom: 1px solid #e0e5ed;
		border-radius: 12px;
	}

	.edit_mode_notice {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
		margin-bottom: 18px;
		padding: 14px;
	}

	.apply_content .form_group > .label {
		width: 100%;
		min-height: 44px;
		padding: 10px 13px;
		font-size: 16px;
	}

	.apply_content .form_group > .password_help {
		margin-top: 0;
	}

	.apply_content .file_label {
		grid-template-columns: 118px minmax(0, 1fr);
	}

	.apply_content .file_select_text,
	.apply_content .file_name {
		min-height: 52px;
		font-size: 16px;
	}

	.apply_content .file_select_text {
		padding: 10px;
	}

	.apply_content .file_name {
		padding: 10px 12px;
	}

	.apply_content .form_group input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
	.apply_content .form_group select,
	.apply_content .form_group textarea,
	.notice_w_table input,
	.notice_w_table textarea,
	.pw input,
	.b_popup_content input,
	.b_popup_content textarea,
	.b_popup_content select {
		width: 100%;
		font-size: 16px;
	}

	.apply_content .content_title {
		margin-top: 30px;
		font-size: 20px;
	}

	.apply_content .term_zone .term {
		max-height: 42vh;
		padding: 17px;
		font-size: 14px;
	}

	.apply_content .term_zone .agree {
		padding: 14px 12px;
		font-size: 16px;
		line-height: 1.5;
	}

	.apply_content .term_zone .agree .align_center {
		align-items: flex-start;
	}

	.apply_content .btn_box .btn,
	.section.notice .btn_box .btn {
		width: 100%;
		min-width: 0;
		min-height: 56px;
		font-size: 18px;
	}

	.b_popup {
		align-items: flex-start;
		padding: 14px 10px;
	}

	.b_popup_inner {
		width: 100%;
		max-height: calc(100svh - 28px);
		padding: 22px 14px;
	}

	.b_popup_title {
		padding: 0 44px;
		font-size: 24px;
	}

	.b_popup_title .btn_close_popup {
		width: 44px;
		height: 44px;
	}

	#popup02 .b_popup_inner {
		padding: 24px 14px;
	}

	#popup02 .b_popup_title {
		margin-bottom: 22px;
		padding: 0 42px;
		font-size: 23px;
	}

	#popup02 .b_popup_content,
	#popup02 .b_popup_content form {
		width: 100%;
		min-width: 0;
		padding: 0;
	}

	#popup02 .b_popup_content .form_group {
		width: 100%;
		min-width: 0;
		flex-direction: column;
		border-radius: 10px;
	}

	#popup02 .b_popup_content .form_group > label {
		width: 100%;
		min-height: 44px;
		padding: 9px 12px;
		font-size: 16px;
	}

	#popup02 .search_input_wrap {
		width: 100%;
		min-width: 0;
		flex: none;
		padding: 0 13px 10px;
	}

	#popup02 .password_input_wrap {
		width: 100%;
		min-width: 0;
	}

	#popup02 .search_input_wrap input {
		width: 100%;
		height: 52px;
		font-size: 16px;
	}

	#popup02 .btn_box {
		align-items: stretch;
		flex-direction: column;
	}

	#popup02 .btn_box .confirm_btn,
	#popup02 .btn_box .edit_btn {
		width: 100%;
		height: 56px;
	}
}

@media (max-width: 480px) {
	.header .inner {
		width: calc(100% - 20px);
	}

	.header .nav {
		grid-template-columns: repeat(2, 1fr);
	}

	.header .nav li:nth-child(3) {
		border-left: 0;
		border-top: 1px solid rgba(26, 28, 41, .25);
	}

	.header .nav li:nth-child(4) {
		border-top: 1px solid rgba(26, 28, 41, .25);
	}

	.hero_section {
		min-height: 700px;
	}

	.hero_top_left,
	.hero_top_right {
		display: none;
	}

	.hero_center_line {
		top: 330px;
		width: 172vw;
	}

	.hero_bottom_line {
		top: 485px;
		width: 172vw;
	}

	.hero_actions {
		top: 615px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}

	.reveal {
		opacity: 1;
		transform: none;
		clip-path: none;
		filter: none;
	}
}
