/* 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;
}

* {
    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/busan_edu_vote/img/main_bg.jpg');
	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: '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: '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;
	}
}

/* 개인정보 입력 팝업 */
#mainPopup.b_popup {
    padding: 24px 12px;
    background: rgba(0, 0, 0, 0.78);
}

#mainPopup .b_popup_inner {
    width: min(720px, 96vw);
    max-height: calc(100svh - 48px);
    overflow-y: auto;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

#mainPopup .b_popup_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 111px;
    margin: 0;
    background: #111;
    color: #fff;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1;
}

#mainPopup .b_popup_title span {
    font-family: inherit;
    font-weight: inherit;
}

#mainPopup .b_popup_title .btn_close_popup {
    display: none;
}

#mainPopup .b_popup_content {
    padding: 91px 43px 68px 49px;
    background: #fff;
}

#mainPopup #saveFrmProcess {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#mainPopup .form_group {
    order: 3;
    display: grid;
    grid-template-columns: 164px minmax(0, 1fr);
    align-items: center;
    width: 100%;
    min-height: 68px;
    overflow: visible;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
}

#mainPopup .form_group_2 {
    order: 1;
    grid-template-rows: 70px 61px;
    min-height: 131px;
    border-top: 1px solid #ccc;
}

#mainPopup .form_group_0 {
    order: 2;
}

#mainPopup .form_group_1 {
    order: 3;
}

#mainPopup .form_group_3 {
    grid-template-rows: 58px 30px;
    min-height: 88px;
}

#mainPopup .form_group_3 > label.label {
    grid-row: 1 / 3;
    min-height: 88px;
}

#mainPopup .form_group_3 > input:not([type="hidden"]):not([type="file"]) {
    grid-row: 1;
}

#mainPopup .vote_frequency_note {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    margin: 0;
    padding: 0 10px 8px 15px;
    color: #202020;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    text-align: left;
}

#mainPopup .vote_frequency_note b {
    color: #ff0056;
    font: inherit;
    font-weight: 700;
}

#mainPopup .term_zone {
    order: 4;
    margin-top: 28px;
}

#mainPopup .btn_box {
    order: 5;
}

#mainPopup .form_group > label.label {
    display: flex;
    grid-column: 1;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 100%;
    min-height: 68px;
    padding: 0 10px;
    border: 0;
    background: #292929;
    color: #fff;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

#mainPopup .form_group_2 > label.label {
    grid-row: 1 / 3;
    min-height: 131px;
}

#mainPopup .form_group > label.label span {
    font: inherit;
}

#mainPopup .form_group > label.label > span:not(.text) {
    display: none;
}

#mainPopup .form_group input:not([type="hidden"]):not([type="file"]) {
    grid-column: 2;
    width: 198px;
    height: 40px;
    margin-left: 15px;
    padding: 0 10px;
    border: 1px solid #aaa;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 20px;
    box-shadow: none;
	width: calc(100% - 15px);
}

#mainPopup .form_group_0 > input:not([type="hidden"]):not([type="file"]),
#mainPopup .form_group_1 > input:not([type="hidden"]):not([type="file"]) {
    
}

#mainPopup .form_group input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#mainPopup .form_group label.file_label {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    align-items: center;
    width: auto;
    height: 40px;
    min-height: 0;
    margin: 0 9px 2px 15px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #aaa;
    border-radius: 0;
    background: #fff;
    color: #111;
    cursor: pointer;
}

#mainPopup .form_group label.file_label .file-name {
    min-width: 0;
    flex: 1;
    padding: 0 7px;
    overflow: hidden;
    color: #333;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#mainPopup .form_group label.file_label::after {
    content: "첨부하기";
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 78px;
    width: 78px;
    height: 27px;
    margin-right: 5px;
    padding: 0;
    border-radius: 0;
    background: #111;
    color: #fff;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

#mainPopup .form_group_2::after {
    content: "※ 투표 완료 페이지에서 션이 투표 인증샷을 올려주세요!\A    이벤트와 관련 없는 인증샷은 추첨에서 제외됩니다.";
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    padding: 9px 10px 0 15px;
    color: #202020;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
    white-space: pre-line;
}

#mainPopup .term_zone .term {
    height: 240px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #f5f5f5;
    color: #111;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
}

#mainPopup .term_zone .term .inner {
    height: 100%;
    padding: 22px;
    overflow-y: auto;
    text-align: left;
    scrollbar-color: #aaa #eee;
}

#mainPopup .term_zone .term .inner::-webkit-scrollbar {
    width: 36px;
}

#mainPopup .term_zone .term .inner::-webkit-scrollbar-track {
    border-left: 1px solid #ddd;
    background: #eee;
}

#mainPopup .term_zone .term .inner::-webkit-scrollbar-thumb {
    border: 4px solid #eee;
    background: #aaa;
}

#mainPopup .term_zone .term .h5 {
    margin: 0 0 4px;
    font-size: inherit;
    font-weight: 700;
}

#mainPopup .term_zone .term .h6 {
    margin: 26px 0 4px;
    font-size: inherit;
    font-weight: 700;
}

#mainPopup .term_zone .agree {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 15px;
    color: #111;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
}

#mainPopup .term_zone .agree > span {
    display: flex;
    align-items: center;
}

#mainPopup .term_zone .agree input {
    width: 26px;
    height: 26px;
    margin: 0 6px 0 0;
    border: 1px solid #777;
    background: #fff;
}

#mainPopup .term_zone .agree input::after {
    width: 14px;
    height: 14px;
    background: #ff0056;
}

#mainPopup .btn_box {
    display: flex;
    gap: 20px;
    margin-top: 16px;
}

#mainPopup .btn_box button {
    width: auto;
    height: 80px;
    flex: 1;
    margin: 0;
    border: 2px solid #111;
    border-radius: 0;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    box-shadow: none;
}

#mainPopup .btn_box .btn_close_popup {
    order: 1;
    flex: 0 0 300px;
    background: #fff;
    color: #111;
}

#mainPopup .btn_box .confirm_btn {
    order: 2;
    border-color: #111;
    background: #ff0056;
    color: #fff;
}

/* 메인 투표 버튼을 눌렀을 때 손이 올라와 버튼을 누르는 모션 */
.main_phone_hand > img {
    animation: none;
    transform: translate(0, 0);
}

.main_phone_hand.is_clicking > img {
    animation: mainPhoneHandClick 0.82s cubic-bezier(0.22, 0.75, 0.22, 1) both;
}

@keyframes mainPhoneHandClick {
    0% {
        transform: translate(14px, 34px) rotate(3deg);
    }
    45% {
        transform: translate(0, 0) rotate(0deg);
    }
    58% {
        transform: translate(-2px, -3px) rotate(-1deg) scale(0.95);
    }
    74% {
        transform: translate(0, 1px) rotate(0deg) scale(1);
    }
    100% {
        transform: translate(0, 0);
    }
}

@media (max-width: 750px) {
    #mainPopup.b_popup {
        padding: 2vw;
        -webkit-text-size-adjust: 100%;
    }

    #mainPopup .b_popup_inner {
        width: 96vw;
        max-height: calc(100svh - 4vw);
    }

    #mainPopup .b_popup_title {
        height: 14.8vw;
        font-size: 6.1333vw;
    }

    #mainPopup .b_popup_content {
        padding: 12.1333vw 5.7333vw 9.0667vw 6.5333vw;
    }

    #mainPopup .form_group {
        grid-template-columns: max(96px, 21.8667vw) minmax(0, 1fr);
        min-height: max(56px, 9.0667vw);
        border-right: 1px solid #d7d7d7;
        background: #fafafa;
    }

    #mainPopup .form_group_2 {
        grid-template-rows: max(52px, 9.3333vw) auto;
        min-height: max(112px, 17.4667vw);
        overflow: hidden;
        border-radius: 5px 5px 0 0;
    }

    #mainPopup .form_group_3 {
        grid-template-rows: max(52px, 9.0667vw) auto;
        min-height: max(82px, 13.0667vw);
    }

    #mainPopup .form_group_3 > label.label {
        min-height: max(82px, 13.0667vw);
    }

    #mainPopup .vote_frequency_note {
        padding: 0 10px 8px;
        font-size: max(12px, 2.1333vw);
        line-height: 1.35;
        word-break: keep-all;
    }

    #mainPopup .form_group > label.label {
        width: max(96px, 21.8667vw);
        min-height: max(56px, 9.0667vw);
        padding: 0 1.3333vw;
        background: #262626;
        font-size: max(16px, 2.9333vw);
    }

    #mainPopup .form_group_2 > label.label {
        min-height: max(112px, 17.4667vw);
    }

    #mainPopup .form_group input:not([type="hidden"]):not([type="file"]) {
        width: 26.4vw;
        height: max(40px, 5.3333vw);
        margin-left: 10px;
        padding: 0 12px;
        border-radius: 4px;
        background: #fff;
        font-size: max(16px, 2.6667vw);
        line-height: 1.2;
        transition: border-color .2s ease, box-shadow .2s ease;
		width: calc(100% - 20px);
    }

    #mainPopup select,
    #mainPopup textarea {
        font-size: max(16px, 2.6667vw);
    }

    #mainPopup .form_group_0 > input:not([type="hidden"]):not([type="file"]),
    #mainPopup .form_group_1 > input:not([type="hidden"]):not([type="file"]) {
        
    }

    #mainPopup .form_group input:not([type="hidden"]):not([type="file"]):focus {
        border-color: #ff0056;
        outline: 0;
        box-shadow: 0 0 0 3px rgba(255, 0, 86, .12);
    }

    #mainPopup .form_group label.file_label {
        height: max(40px, 5.3333vw);
        align-self: center;
        margin: 6px 10px;
        border-color: #aaa;
        border-radius: 4px;
        background: #fff;
        transition: border-color .2s ease, box-shadow .2s ease;
    }

    #mainPopup .form_group label.file_label .file-name {
        padding: 0 0.9333vw;
        font-size: max(12px, 1.8667vw);
    }

    #mainPopup .form_group label.file_label::after {
        flex-basis: max(78px, 10.4vw);
        width: max(78px, 10.4vw);
        height: max(28px, 3.6vw);
        margin-right: 5px;
        border-radius: 2px;
        font-size: max(14px, 2.1333vw);
    }

    #mainPopup .form_group input[type="file"]:focus + label.file_label {
        border-color: #ff0056;
        box-shadow: 0 0 0 3px rgba(255, 0, 86, .12);
    }

    #mainPopup .form_group_2::after {
        padding: 5px 10px 10px;
        font-size: max(12px, 2.1333vw);
        line-height: 1.45;
        word-break: keep-all;
    }

    #mainPopup .term_zone {
        margin-top: 3.7333vw;
    }

    #mainPopup .term_zone .term {
        height: 32vw;
        min-height: 180px;
        font-size: max(14px, 2.4vw);
    }

    #mainPopup .term_zone .term .inner {
        padding: 2.9333vw;
    }

    #mainPopup .term_zone .term .inner::-webkit-scrollbar {
        width: 4.8vw;
    }

    #mainPopup .term_zone .term .h6 {
        margin-top: 3.4667vw;
    }

    #mainPopup .term_zone .agree {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.3333vw;
        margin-top: 2vw;
        font-size: max(14px, 2.6667vw);
        text-align: center;
        white-space: normal;
    }

    #mainPopup .term_zone .agree > span:first-child {
        width: 100%;
        justify-content: center;
    }

    #mainPopup .term_zone .agree input {
        width: max(24px, 3.4667vw);
        height: max(24px, 3.4667vw);
        margin-right: 0.8vw;
    }

    #mainPopup .term_zone .agree input::after {
        width: 1.8667vw;
        height: 1.8667vw;
    }

    #mainPopup .btn_box {
        gap: 2.6667vw;
        margin-top: 2.1333vw;
    }

    #mainPopup .btn_box .btn_close_popup {
        flex-basis: 40vw;
    }

    #mainPopup .btn_box button {
        height: 10.6667vw;
        border-width: 0.2667vw;
        font-size: max(18px, 4.2667vw);
    }
}

@media (prefers-reduced-motion: reduce) {
    .main_phone_hand > img,
    .main_phone_hand.is_clicking > img {
        animation: none;
        transform: none;
    }
}

/* =========================================================
   2026 부산교육청 캐릭터 투표 이벤트
   PSD 1920 x 4087 / 중앙 콘텐츠 750px 기준
   ========================================================= */

.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 {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #082664;
}

.section.main {
	position: relative;
	height: 1156px;
	padding: 0;
	background: url('/PROJECT_HTML/busan_edu_vote/img/main_bg.jpg') center bottom / auto 1156px no-repeat;
	overflow: hidden;
}

.main_canvas {
	position: absolute;
	top: 0;
	left: 50%;
	width: 750px;
	height: 1156px;
	transform: translateX(-50%);
}

.main_asset {
	position: absolute;
	z-index: 3;
	line-height: 0;
}

.main_asset > img {
	display: block;
	width: 100%;
	max-width: none;
}

.main_logo {
	left: 35.4667%;
	top: 4.8443%;
	width: 29.0667%;
}

.main_title_tag {
	left: 8.4%;
	top: 12.3702%;
	width: 83.4667%;
}

.main_title_top {
	left: 6.9333%;
	top: 18.8581%;
	width: 58.9333%;
}

.main_title_bottom {
	left: 13.2%;
	top: 25%;
	width: 78.9333%;
}

.main_description {
	left: 14.8%;
	top: 38.8408%;
	width: 68.5333%;
}

.main_period {
	left: 14.8%;
	top: 48.2699%;
	width: 68.5333%;
}

.main_birds {
	width: 20%;
	z-index: 2;
}

.main_birds_left {
	left: -35.2%;
	top: 31.4014%;
}

.main_birds_right {
	left: 101.3333%;
	top: 27.8547%;
}

.main_birds > img {
	transform-origin: center;
	animation: birdsFlyAway 5.8s ease-in-out infinite;
}

.main_birds_left > img {
	animation-delay: -2.7s;
	animation-direction: reverse;
}

.main_bubble {
	width: 21.3333%;
	z-index: 4;
}

.main_bubble_left {
	left: -32.9333%;
	top: 66.6955%;
}

.main_bubble_right {
	left: 108.9333%;
	top: 52.8547%;
}

.main_bubble_center {
	left: 15.4667%;
	top: 65.7439%;
	width: 22.6667%;
	z-index: 7;
}

.main_bubble > img {
	transform-origin: 50% 85%;
	animation: bubbleWiggle 2.8s ease-in-out infinite;
}

.main_bubble_right > img {
	animation-delay: -1.2s;
	animation-direction: reverse;
}

.main_bubble_center > img {
	animation-delay: -.55s;
}

.main_cha_item {
	z-index: 7;
	pointer-events: none;
}

.main_cha_item_01 {
	left: 25.0667%;
	top: 57.0069%;
	width: 9.8667%;
}

.main_cha_item_02 {
	left: 65.8667%;
	top: 56.8339%;
	width: 9.8667%;
}

.main_cha_item_03 {
	left: 73.4667%;
	top: 61.5917%;
	width: 8.8%;
}

.main_cha_item > img {
	transform-origin: 50% 50%;
	will-change: transform, opacity;
}

.main_cha_item_01 > img {
	animation: mainChaItemFly01 3.8s ease-in-out infinite;
}

.main_cha_item_02 > img {
	animation: mainChaItemFly02 4.4s ease-in-out -.9s infinite;
}

.main_cha_item_03 > img {
	animation: mainChaItemFly03 3.3s ease-in-out -.35s infinite;
}

@keyframes mainChaItemFly01 {
	0%, 100% {
		transform: translate(0, 0) rotate(-5deg) scale(1);
	}
	25% {
		transform: translate(-8px, -10px) rotate(4deg) scale(1.04);
	}
	52% {
		transform: translate(5px, -17px) rotate(-3deg) scale(.98);
	}
	76% {
		transform: translate(10px, -6px) rotate(6deg) scale(1.03);
	}
}

@keyframes mainChaItemFly02 {
	0%, 100% {
		transform: translate(0, 0) rotate(4deg) scale(1);
	}
	28% {
		transform: translate(10px, -13px) rotate(-5deg) scale(1.05);
	}
	55% {
		transform: translate(-4px, -19px) rotate(3deg) scale(.97);
	}
	80% {
		transform: translate(-10px, -7px) rotate(-4deg) scale(1.02);
	}
}

@keyframes mainChaItemFly03 {
	0%, 100% {
		opacity: 1;
		transform: translate(0, 0) rotate(-7deg) scale(1);
	}
	22% {
		transform: translate(8px, -9px) rotate(7deg) scale(1.06);
	}
	48% {
		opacity: .88;
		transform: translate(-3px, -16px) rotate(-5deg) scale(.96);
	}
	72% {
		transform: translate(-10px, -5px) rotate(6deg) scale(1.04);
	}
}

.main_character {
	left: 36%;
	top: 59.7751%;
	width: 30.9333%;
	z-index: 6;
}

.main_character > img {
	transform-origin: 50% 100%;
	animation: mainCharacterAutoReact 4.2s cubic-bezier(.4, 0, .2, 1) 1.2s infinite both;
}

.main_character.is_cheering > img {
	animation: characterCheer .82s cubic-bezier(.2, .9, .25, 1);
}

.main_phone {
	left: 20.8%;
	top: 63.3218%;
	width: 52%;
	z-index: 5;
}

.main_phone_hand {
	left: 56.5333%;
	top: auto;
	bottom: 0;
	width: 60%;
	height: 19.3772%;
	z-index: 10;
	pointer-events: none;
}

.main_phone_hand > img {
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 18% 18%;
	animation: mainPhoneHandAutoPress 4.2s cubic-bezier(.4, 0, .2, 1) 1.2s infinite both;
	transform: translate(32px, 230px) rotate(3deg);
	will-change: transform;
}

@keyframes mainPhoneHandAutoPress {
	0%, 14%, 100% {
		transform: translate(32px, 230px) rotate(3deg);
	}
	49% {
		transform: translate(0, 88px) rotate(0deg);
	}
	54% {
		transform: translate(-3px, 80px) rotate(-.5deg);
	}
	59% {
		transform: translate(0, 88px) rotate(0deg);
	}
	94% {
		transform: translate(32px, 230px) rotate(3deg);
	}
}

@keyframes mainCharacterAutoReact {
	0%, 50%, 76%, 100% {
		transform: translateY(0) rotate(0deg) scale(1);
	}
	55% {
		transform: translateY(-42px) rotate(-7deg) scale(1.06);
	}
	62% {
		transform: translateY(0) rotate(5deg) scale(.98, 1.03);
	}
	69% {
		transform: translateY(-18px) rotate(-3deg) scale(1.03);
	}
}

.main_phone_vote {
	position: absolute;
	left: 34.1333%;
	top: 86.6782%;
	width: 30.1333%;
	height: 8.21799%;
	z-index: 9;
	border-radius: 14px;
}

.main_phone_vote::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: url('/PROJECT_HTML/busan_edu_vote/img/main_center_phone_frame.png?v=20260716_09') 60.9756% 83.0769% / 172.5664% 442.1053% no-repeat;
	pointer-events: none;
	transform-origin: 50% 50%;
	animation: mainVoteButtonAutoPulse 4.2s cubic-bezier(.4, 0, .2, 1) 1.2s infinite both;
	will-change: transform, filter;
}

@keyframes mainVoteButtonAutoPulse {
	0%, 49%, 62%, 100% {
		transform: scale(1);
		filter: brightness(1);
	}
	54% {
		transform: scale(1.045);
		filter: brightness(1.06);
	}
	58% {
		transform: scale(.99);
		filter: brightness(1.02);
	}
}

.main_phone_vote:focus-visible,
.quick_link:focus-visible,
.mobile_quick_link:focus-visible,
.sns_link:focus-visible,
.section02_btn:focus-visible {
	outline: 4px solid #fff;
	outline-offset: 4px;
}

.load_reveal {
	opacity: 0;
	animation-duration: .9s;
	animation-timing-function: cubic-bezier(.16, .84, .32, 1.16);
	animation-fill-mode: forwards;
}

.load_drop { animation-name: loadDrop; }
.load_pop { animation-name: loadPop; }
.load_from_left { animation-name: loadFromLeft; }
.load_from_right { animation-name: loadFromRight; }
.load_rise { animation-name: loadRise; }
.load_delay_01 { animation-delay: .1s; }
.load_delay_02 { animation-delay: .2s; }
.load_delay_03 { animation-delay: .3s; }
.load_delay_04 { animation-delay: .4s; }
.load_delay_05 { animation-delay: .52s; }
.load_delay_06 { animation-delay: .65s; }
.load_delay_07 { animation-delay: .82s; }
.load_delay_08 { animation-delay: 1.02s; }

.quick_bar.pc {
	position: fixed;
	top: 150px;
	left: calc(50% + 583px);
	right: auto;
	width: 188px;
	height: 416px;
	margin: 0;
	z-index: 50;
	filter: drop-shadow(0 8px 8px rgba(3, 18, 55, .22));
}

.quick_bar.pc > img,
.quick_bar.mo > img {
	display: block;
	width: 100%;
	height: auto;
}

.quick_link,
.mobile_quick_link,
.sns_link {
	position: absolute;
	display: block;
	z-index: 2;
}

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

.quick_vote {
	top: 0;
	height: 48.5577%;
}

.quick_apply {
	top: 50%;
	height: 50%;
}

.section_02 {
	position: relative;
	height: 2261px;
	padding-top: 60px;
	background: #082664;
	overflow: hidden;
}

.section_02 > .inner {
	position: relative;
	width: min(750px, 100%);
	height: 100%;
	max-width: none;
	margin: 0 auto;
}

.guide_slice {
	position: absolute;
	left: 1.3333%;
	width: 97.3333%;
	overflow: hidden;
	line-height: 0;
}

.guide_slice > img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}

.guide_slice_01 {
	top: .7473%;
	height: 30.5932%;
}

.guide_slice_02 {
	top: 31.1069%;
	height: 24.5213%;
}

.guide_slice_02 > img {
	transform: translateY(-37.2279%);
}

.guide_slice_03 {
	top: 55.3947%;
	height: 12.8445%;
}

.guide_slice_03 > img {
	transform: translateY(-67.0103%);
}

.guide_slice_04 {
	top: 68.0056%;
	height: 14.2924%;
}

.guide_slice_04 > img {
	transform: translateY(-82.4742%);
}

.section02_btn,
.section02_apply_hand {
	position: absolute;
	display: block;
	line-height: 0;
}

.section02_btn {
	top: 86.3148%;
	width: 44.5333%;
	z-index: 3;
	transition: filter .25s ease, transform .25s ease;
}

.section02_btn > img,
.section02_apply_hand > img {
	display: block;
	width: 100%;
	max-width: none;
}

.section02_vote_btn {
	left: 4.4%;
}

.section02_apply_btn {
	left: 50.8%;
}

.section02_btn:hover {
	filter: brightness(1.06) drop-shadow(0 10px 7px rgba(0, 0, 0, .18));
	transform: translateY(-5px);
}

.section02_apply_hand {
	left: 82.5333%;
	top: 91.4059%;
	width: 13.8667%;
	z-index: 5;
	pointer-events: none;
}

.section02_apply_hand > img {
	transform-origin: 20% 18%;
	animation: applyHandGuide 2.15s ease-in-out infinite;
}

.scroll_reveal {
	opacity: 1;
}

.reveal_ready .scroll_reveal {
	opacity: 0;
	transition: opacity .85s ease, transform .9s cubic-bezier(.2, .75, .25, 1), filter .9s ease;
	will-change: opacity, transform;
}

.reveal_ready .scroll_reveal.reveal_down {
	transform: translateY(-55px) scale(.98);
	filter: blur(5px);
}

.reveal_ready .scroll_reveal.reveal_left {
	transform: translateX(-70px) rotate(-1.5deg);
}

.reveal_ready .scroll_reveal.reveal_right {
	transform: translateX(70px) rotate(1.5deg);
}

.reveal_ready .scroll_reveal.reveal_up {
	transform: translateY(70px);
}

.reveal_ready .scroll_reveal.reveal_zoom {
	transform: scale(.88);
	filter: blur(4px);
}

.reveal_ready .scroll_reveal.is_visible {
	opacity: 1;
	transform: none;
	filter: none;
}

.section_phara {
	position: relative;
	height: auto;
	background: #00306e;
	overflow: hidden;
}

.notice_content {
	width: 650px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
	padding: 43px 0;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	letter-spacing: -.05em;
}

.notice_content li {
	white-space: nowrap;
}

.section.sns {
	position: relative;
	height: 184px;
	padding: 0;
	background: #212121;
	overflow: hidden;
}

.sns_links {
	position: relative;
	top: 52px;
	width: 514px;
	height: 82px;
	margin: 0 auto;
	line-height: 0;
}

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

.sns_link {
	top: 0;
	width: 16.3424%;
	height: 100%;
	border-radius: 50%;
}

.sns_youtube { left: 0; }
.sns_instagram { left: 21.0117%; }
.sns_blog { left: 42.0233%; }
.sns_facebook { left: 62.8405%; }
.sns_daangn { left: 83.8521%; }

.sns_link:hover {
	background: rgba(255, 255, 255, .1);
}

.footer {
	height: 250px;
	padding: 29px 0 0;
	background: #fff;
	color: #121212;
}

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

.footer .logo img {
	display: block;
	width: 308px;
	max-width: 100%;
	margin: 0 auto;
}

.footer .info {
	margin-top: 24px;
	color: #121212;
	font-size: 20px;
	line-height: 1.15;
	font-weight: 500;
	letter-spacing: -.025em;
}

.footer address,
.footer .info p {
	font: inherit;
}

.mobile_quick_scope {
	position: relative;
	height: 0;
	z-index: 60;
}

.quick_bar.mo {
	display: none;
	position: fixed;
	left: 50%;
	bottom: 0;
	width: min(750px, 100vw);
	height: auto;
	transform: translateX(-50%);
	z-index: 60;
	filter: drop-shadow(0 -5px 8px rgba(3, 18, 55, .18));
}

.mobile_quick_link {
	top: 0;
	height: 100%;
}

.mobile_vote {
	left: 0;
	width: 34%;
}

.mobile_apply {
	left: 33.3333%;
	width: 33.8667%;
}

.mobile_share {
	left: 66.4%;
	width: 33.6%;
}

@keyframes loadDrop {
	0% { opacity: 0; transform: translateY(-40px); }
	70% { opacity: 1; transform: translateY(5px); }
	100% { opacity: 1; transform: translateY(0); }
}

@keyframes loadPop {
	0% { opacity: 0; transform: scale(.55) rotate(-3deg); }
	72% { opacity: 1; transform: scale(1.05) rotate(1deg); }
	100% { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes loadFromLeft {
	0% { opacity: 0; transform: translateX(-70px) rotate(-2deg); }
	100% { opacity: 1; transform: translateX(0) rotate(0); }
}

@keyframes loadFromRight {
	0% { opacity: 0; transform: translateX(70px) rotate(2deg); }
	100% { opacity: 1; transform: translateX(0) rotate(0); }
}

@keyframes loadRise {
	0% { opacity: 0; transform: translateY(55px); }
	100% { opacity: 1; transform: translateY(0); }
}

@keyframes birdsFlyAway {
	0%, 100% { opacity: 1; transform: translate(0, 0) scale(1); }
	42% { opacity: .72; transform: translate(58px, -34px) scale(.58); }
	52% { opacity: .7; transform: translate(62px, -36px) scale(.55); }
	68% { opacity: 1; transform: translate(-10px, 7px) scale(1.05); }
	78% { transform: translate(4px, -3px) scale(.98); }
}

@keyframes bubbleWiggle {
	0%, 100% { transform: translateY(0) rotate(-2.2deg); }
	50% { transform: translateY(-7px) rotate(2.2deg); }
}

@keyframes phoneHandClick {
	0%, 22%, 100% { opacity: .9; transform: translate(14px, 34px) rotate(3deg); }
	45% { opacity: 1; transform: translate(0, 0) rotate(0); }
	52% { transform: translate(-2px, -3px) rotate(-1deg) scale(.96); }
	62% { transform: translate(0, 1px) rotate(0) scale(1); }
	78% { opacity: 1; transform: translate(7px, 18px) rotate(2deg); }
}

@keyframes characterCheer {
	0%, 100% { transform: translateY(0) rotate(0) scale(1); }
	22% { transform: translateY(-26px) rotate(-6deg) scale(1.04); }
	43% { transform: translateY(0) rotate(5deg) scale(.98, 1.03); }
	63% { transform: translateY(-13px) rotate(-3deg) scale(1.02); }
	82% { transform: translateY(0) rotate(2deg); }
}

@keyframes applyHandGuide {
	0%, 18%, 100% { transform: translate(12px, 18px) rotate(5deg); }
	44% { transform: translate(0, 0) rotate(0); }
	52% { transform: translate(-3px, -3px) rotate(-2deg) scale(.94); }
	62% { transform: translate(0, 0) rotate(0) scale(1); }
	78% { transform: translate(7px, 10px) rotate(3deg); }
}

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

@media (max-width: 991px) {
	.quick_bar.pc {
		display: none;
	}

	.quick_bar.mo {
		display: block;
	}
}

@media (max-width: 750px) {
	.section.main {
		height: 154.1333vw;
		background-size: auto 154.1333vw;
	}

	.main_canvas {
		width: 100vw;
		height: 154.1333vw;
	}

	.main_phone_vote {
		border-radius: 1.8667vw;
	}

	.section_02 {
		height: 285.4667vw;
	}

	.section02_btn:hover {
		transform: translateY(-.6667vw);
	}

	.section_phara {
		height: auto;
	}

	.notice_content {
		width: 86.6667vw;
		max-width: none;
		padding: 5.7333vw 0;
		font-size: 2.4vw;
		line-height: 3.4667vw;
	}

	.section.sns {
		height: 24.5333vw;
		padding: 0;
	}

	.sns_links {
		top: 6.9333vw;
		width: 68.5333vw;
		height: 10.9333vw;
	}

	.footer {
		height: 48.1333vw;
		padding: 3.8667vw 0 0;
	}

	.footer .logo img {
		width: 41.0667vw;
	}

	.footer .info {
		margin-top: 3.2vw;
		font-size: 2.6667vw;
		line-height: 1.15;
	}

	.quick_bar.mo {
		width: 100vw;
	}
}

@media (prefers-reduced-motion: reduce) {
	.load_reveal,
	.reveal_ready .scroll_reveal {
		opacity: 1;
		transform: none;
		filter: none;
		animation: none;
		transition: none;
	}

	.main_birds > img,
	.main_bubble > img,
	.section02_apply_hand > img,
	.main_character.is_cheering > img {
		animation: none;
	}
}
