/* 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
}

.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: #434343;
   color: #fff
}

::-moz-selection {
   background: #434343;
   color: #fff
}

::-webkit-selection {
    background: #434343;
   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 .inner.z-10 {
	position: relative;
	z-index: 10;
}

.section.main {
	background-image: url('/PROJECT_HTML/2026bangudae/img/main_bg_new.png?new');
	background-size: cover;
	background-position: center;
	height: 1258px;
	padding-top: 40px;
}

.section.main .logo {
	margin-bottom: 44px;
}

.section.main h2 {
	margin-bottom: 36px;	
}

.section.main h4 {
	margin-bottom: 24px;
}

.section_wrap {
	background-image: url('/PROJECT_HTML/2026bangudae/img/section_bg.jpg?new');
	background-size: cover;
	background-position: center;
}

.section_02 {
	margin-top: -192px;
	padding: 80px 0 100px;
}

.slider_wrap {
	margin-bottom: 40px;
}

.slider_wrap .title {
	margin-bottom: 40px;
}

.slider_nav {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 96%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section_02 .pharases {
	margin-bottom: 40px;
}

.video_zone {
	margin-top: -160px;
	margin-bottom: 900px;
}

.video_area {
    position: absolute;
    width: 620px;
    left: 50%;
    transform: translateX(calc(-50%));
    top: 160px;
	border: 2px solid #000;
	border-radius: 23px;
}

.video_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 12;
  overflow: hidden;
   background: #000;
  border-radius: 20px;
  border: 20px solid #382318;
}

.video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.section_03 {
	position: relative;
	padding: 104px 0;
	background-image: url('/PROJECT_HTML/2026bangudae/img/section03_bg.jpg?new');
	background-size: cover;
	background-position: center;
}

.section_03 .inner {
	max-width: 792px;
}

.section_04 {
	background-image: url('/PROJECT_HTML/2026bangudae/img/event_bg.jpg?new');
	background-size: cover;
	background-position: center;
	height: 1320px;
}

.section_04  .hint_on_img {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.52);
}

.section_04 .checking_btn {
	position: absolute;
	cursor: pointer;
}

.section_04 .checking_btn > img {
	left: 0;
	top: 0;
}

.section_04 .checking_btn.chk_001 {
	width: 116px;
	height: 64px;
	left: 138px;
    top: 740px;
}

.section_04 .checking_btn.chk_002 {
	width: 116px;
    height: 170px;
    left: 378px;
    top: 718px;
}

.section_04 .checking_btn.chk_003 {
	width: 118px;
    height: 108px;
    left: 582px;
    top: 940px;
}

.section_04 .inner {
	padding-top: 60px;
	height: 100%;
}

/* =============================================
   HINT CHARS BUTTON GROUP
   ============================================= */
.hint_chars_wrap {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 632px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	z-index: 15;
	bottom: -32px;
}

.hint_chars_shadow {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	z-index: 1;
}

.hint_btn_left,
.hint_btn_right {
	flex-shrink: 0;
	position: relative;
	z-index: 3;
	padding: 0;
	margin-top: -20px;
	transition: transform 0.2s ease;
}

.hint_btn_left:hover,
.hint_btn_right:hover {
	transform: translateY(-6px);
}

.hint_btn_left {
	width: 200px;
	margin-right: 0;
}

.hint_btn_right {
	width: 240px;
	margin-right: -40px;
}

.hint_btn_left img,
.hint_btn_right img {
	display: block;
	width: 100%;
}

.hint_chars_obj {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	flex-shrink: 0;
	width: 438px;
	z-index: 2;
	pointer-events: none;
	display: block;
}

.hint_btn_right.is-active {
	filter: brightness(1.12);
}

/* =============================================
   HINT TOOLTIP
   ============================================= */
.hint-tooltip {
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	background: rgba(20, 12, 4, 0.82);
	color: #fff;
	padding: 10px 22px;
	border-radius: 28px;
	font-size: 15px;
	text-align: center;
	word-break: keep-all;
	white-space: nowrap;
	pointer-events: none;
	z-index: 60;
	opacity: 0;
	transition: opacity 0.3s ease;
	box-shadow: 0 4px 16px rgba(0,0,0,0.35);
}

.hint-tooltip.is-visible {
	opacity: 1;
}

.hint-tooltip small {
	display: block;
	margin-top: 5px;
	font-size: 0.84em;
	opacity: 0.88;
}

/* =============================================
   MAGNIFIER LENS
   ============================================= */
#magLens {
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 4px solid rgba(255,255,255,0.88);
	box-shadow: 0 4px 20px rgba(0,0,0,0.6), 0 0 0 1px rgba(0,0,0,0.25);
	pointer-events: none;
	display: none;
	z-index: 35;
	background-repeat: no-repeat;
	overflow: hidden;
}

.section_04.mag-mode { cursor: crosshair; }

.section_event {
	padding: 100px 0 72px;
	background-color: #ad7354;
}

.section_05 {
	padding: 72px 0;
	background-color: #742c2c;
}

.section dl {
	display: flex;
	justify-content: center;
	margin: auto;
	color: #fff;
	margin-bottom: 4px;
}

.section dl:last-of-type {
	margin-bottom: 0;
}

.section dt {
	padding-right: 4px;
}

.section.sns {
	padding: 52px 0;
	background-color: #342323;
	border-bottom: 1px solid #fff;
}

.footer {
	background-color: #342323;
	padding: 60px 0;
}

.footer .info {
	color: #fff;
	margin-top: 30px;
}

/* 오버레이 (팝업) */

.b_popup_inner {
  position: relative;
  width: min(720px, 100%);
  border-radius: 12px;
  padding: 20px;
}

.b_popup_title {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    color: #000;
    font-size: 36px;
}

.b_popup_title span {
    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:nth-child(4) {
	border-top: 1px solid #000;
}

.b_popup_content .form_group label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 166px;
	max-width: 166px;
    height: 60px;
    font-size: 24px;
    background-color: #1f1f1f;
    color: #fff;
	font-family: 'SchoolSafetyNotification';
}

.b_popup_content .form_group .label_2,
.b_popup_content .form_group .label_3 {
	font-size: 20px;
	text-align: center;
	align-items: flex-start;
	padding-top: 6px;
	word-break: keep-all;
	background-color: #027be4;
}

/* 유튜브 구독 라디오 행 */
.b_popup_content .form_group:has(input[type="radio"]) {
	justify-content: center;
	background-color: #027be4;
	align-items: center;
}
.b_popup_content .form_group:has(input[type="radio"]) > .label {
	width: auto;
	max-width: none;
	white-space: nowrap;
	align-items: center;
	padding: 0 18px;
	padding-top: 0;
}
.b_popup_content .form_group:has(input[type="radio"]) > label:not(.label) {
	width: auto;
	max-width: none;
	height: 60px;
	padding: 0 16px;
	background-color: transparent;
	color: #fff;
	gap: 10px;
	font-size: 18px;
	cursor: pointer;
}
.b_popup_content .form_group:has(input[type="radio"]) input[type="radio"] {
	width: 24px;
	height: 24px;
	border: 3px solid #000;
	background-color: #fff;
	cursor: pointer;
	transition: background-color 0.2s ease;
	box-sizing: border-box;
}
.b_popup_content .form_group:has(input[type="radio"]) input[type="radio"]:checked {
	/* background-color: #fff; */
}

.b_popup_content .form_group input {
    flex: 1;
    min-width: 0;
    width: auto;
    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[type='file'] {
	display: none;
}

.b_popup_content .form_group input::placeholder {
	font-size: 20px;
}

.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: 4px;
}

.b_popup_content .term_zone .term {
    height: 280px;
    font-size: 18px;
    margin-bottom: 12px;
	border-radius: 20px;
	margin-top: 40px;
}

.b_popup_content .term_zone .term .inner {
	height: 100%;
    overflow-y: scroll;
	border: 1px solid #000;
	padding: 20px;
	text-align: left;
	background-color: #fff;
}

.b_popup_content .term_zone .term .h5 {
	font-weight: 900;
	margin-bottom: 8px;
}

.b_popup_content .term_zone .term .h6 {
	margin-bottom: 4px;
}

.b_popup_content .term_zone .agree {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    gap: 8px;
	color: #fff;
}

.b_popup_content .term_zone .agree .align_center {
	display: flex;
	align-items:center;
	justify-content: center;
	gap: 8px;
}

.b_popup_content .term_zone .agree input + label {
    cursor: pointer;
}

.b_popup_content .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_content .term_zone .agree input::after {
    content:'';
    display: none;
    width: 12px;
    height: 12px;
    background-color: #434343;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.b_popup_content .term_zone .agree input:checked::after {
    display: inline-block;
}

.b_popup_content .btn_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}
.b_popup_content .btn_box .btn_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/*.b_popup_content .btn_box button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 70px;
    background-color: #a5a5a5;
    color: #fff;
    font-size: 25px;
	cursor: pointer;
	border-radius: 15px;
	font-weight: 900;
}

.b_popup_content .btn_box button.confirm_btn {
    background-color: #000;
	color: #fff;
}*/

.quick_bar.pc {
	position: fixed;
	margin-left: 636px;
	z-index: 50;
}

.quick_bar.mo {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 50;
}

@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;
	}
	
	.section03 .info img {
		width: 79.92vw;
	}

}

/* ==============================================
   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: center;
    justify-content: space-between;
    cursor: pointer;
    background-color: #fff;
    padding: 0;
    font-size: 16px;
    color: #aaa;
    overflow: hidden;
}
.b_popup_content .form_group label.file_label .file-name {
    flex: 1;
    padding: 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.b_popup_content .form_group label.file_label::after {
    content: '파일선택';
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #212121;
    color: #fff;
    height: 100%;
    padding: 0 20px;
    font-size: 18px;
    white-space: nowrap;
    font-family: 'SchoolSafetyNotification';
    flex-shrink: 0;
    cursor: pointer;
}

/* =============================================
   MAIN SECTION ANIMATIONS — 요소별 다른 방향/이징
   ============================================= */
/* 로고: 스케일 팝인 */
.section.main .logo {
    opacity: 0;
    transform: scale(0.75);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.34, 1.6, 0.64, 1);
}
.section.main.is-loaded .logo { opacity: 1; transform: scale(1); transition-delay: 0s; }

/* h3: 왼쪽에서 슬라이드 */
.section.main h3 {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section.main.is-loaded h3 { opacity: 1; transform: none; transition-delay: 0.2s; }

/* h2: 아래서 스프링 바운스 */
.section.main h2 {
    opacity: 0;
    transform: translateY(40px) scale(0.96);
    transition: opacity 0.8s ease, transform 0.85s cubic-bezier(0.34, 1.45, 0.64, 1);
}
.section.main.is-loaded h2 { opacity: 1; transform: none; transition-delay: 0.45s; }

/* h4: 오른쪽에서 페이드 */
.section.main h4 {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.section.main.is-loaded h4 { opacity: 1; transform: none; transition-delay: 0.72s; }

/* cha: 아래서 스프링업 → 이후 까딱 무한 */
.section.main .cha {
    opacity: 0;
    transform: translateY(55px) scale(0.94);
    transform-origin: bottom center;
    transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.34, 1.35, 0.64, 1);
}
.section.main.is-loaded .cha { opacity: 1; transform: none; transition-delay: 0.98s; }

@keyframes chaSway {
    0%, 100% { transform: rotate(-2.5deg) translateX(-5px); }
    50%       { transform: rotate(2.5deg)  translateX(5px); }
}
.section.main .cha.is-swaying {
    transform-origin: bottom center;
    animation: chaSway 2s ease-in-out infinite;
}

/* =============================================
   SCROLL REVEAL — 방향/이징 다양화
   ============================================= */
.scroll-reveal {
    opacity: 0;
    transform: translateY(45px);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scroll-reveal.from-left {
    transform: translateX(-55px);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.34, 1.3, 0.64, 1);
}
.scroll-reveal.from-right {
    transform: translateX(55px);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.34, 1.3, 0.64, 1);
}
.scroll-reveal.scale-in {
    transform: scale(0.87) translateY(25px);
    transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.34, 1.2, 0.64, 1);
}
.scroll-reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* =============================================
   SLIDER FIX — li를 겹쳐 쌓아 레이아웃 이탈 방지
   ============================================= */
.section_02 .content {
    position: relative;
}
.slider_wrap ul.slider {
    position: relative;
    overflow: hidden;
}
.slider_wrap ul.slider li {
    position: absolute;
    top: 0; left: 0; width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.slider_wrap ul.slider li.is-active {
    position: relative;   /* 높이를 점유하는 기준 아이템 */
    opacity: 1;
    pointer-events: auto;
}

/* =============================================
   HINT
   ============================================= */
.section_04 .hint_on_img {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.section_04.hint-active .hint_on_img {
    opacity: 1;
}

/* 힌트 이미지 마커 */
.hint_img {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    z-index: 20;
    transition: opacity 0.3s ease;
	width: 100%;
	height: 100%;
}
.section_04.hint-active .hint_img { opacity: 1; }

@keyframes hintRevealLR { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0% 0 0); } }
@keyframes hintRevealTB { from { clip-path: inset(0 0 100% 0); } to { clip-path: inset(0 0 0% 0); } }
@keyframes hintRevealBT { from { clip-path: inset(100% 0 0 0); } to { clip-path: inset(0% 0 0 0); } }

.section_04.hint-active .hint_img_001 { animation: hintRevealLR 0.75s ease 0.1s  both; }
.section_04.hint-active .hint_img_002 { animation: hintRevealTB 0.85s ease 0.32s both; }
.section_04.hint-active .hint_img_003 { animation: hintRevealBT 0.75s ease 0.56s both; }


/* =============================================
   SVG CHECK CIRCLES
   ============================================= */
.chk_svg {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    z-index: 20;
}
.chk_svg.is-drawn { opacity: 1; }
.chk_svg ellipse {
    fill: none;
    stroke: #e03030;
    stroke-width: 5;
    stroke-linecap: round;
}
.chk_svg.svg_001 ellipse { stroke-dasharray: 425; stroke-dashoffset: 425; }
.chk_svg.svg_002 ellipse { stroke-dasharray: 590; stroke-dashoffset: 590; }
.chk_svg.svg_003 ellipse { stroke-dasharray: 493; stroke-dashoffset: 493; }
@keyframes drawCircle { to { stroke-dashoffset: 0; } }
.chk_svg.is-drawn ellipse {
    animation: drawCircle 0.45s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
/* SVG positions (desktop) */
.chk_svg.svg_001 { left: 108px; top: 710px; width: 176px; height: 124px; }
.chk_svg.svg_002 { left: 348px; top: 688px; width: 176px; height: 230px; }
.chk_svg.svg_003 { left: 552px; top: 910px; width: 178px; height: 168px; }

/* =============================================
   FORM NOTICE
   ============================================= */
.form_notice {
    margin-top: 16px;
    padding: 12px 16px;
    background-color: #fff3e0;
    border-left: 4px solid #ad7354;
    color: #5e3720;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0 6px 6px 0;
}
.form_notice strong {
    font-weight: 700;
}

@media(max-width: 750px) {
    .form_notice { font-size: 3.2vw; padding: 2.4vw 3.2vw; margin-top: 2.4vw; }
}

/* =============================================
   SECTION EVENT hidden until correct answer
   ============================================= */
.section_event { display: none; }

/* =============================================
   FILE UPLOAD REDESIGN
   ============================================= */
.b_popup_content .form_group label.file_label::after { display: none; }
.b_popup_content .form_group label.file_label {
    height: 60px;
    padding: 0;
    background-color: #faf6f3;
    transition: background-color 0.2s;
    border-radius: 0;
}
.b_popup_content .form_group label.file_label:hover { background-color: #f0e8e1; }
.b_popup_content .form_group label.file_label .file-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    flex-shrink: 0;
    color: #ad7354;
}
.b_popup_content .form_group label.file_label .file-text {
    flex: 1;
    padding: 0 12px;
    font-size: 15px;
    color: #aaa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'SchoolSafetyNotification';
    transition: color 0.2s;
}
.b_popup_content .form_group label.file_label .file-text.has-file {
    color: #333;
    font-size: 14px;
}
.b_popup_content .form_group label.file_label .file-btn-label {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #212121;
    color: #fff;
    height: 100%;
    padding: 0 22px;
    font-size: 17px;
    font-family: 'SchoolSafetyNotification';
    flex-shrink: 0;
    transition: background-color 0.2s;
    white-space: nowrap;
}
.b_popup_content .form_group label.file_label:hover .file-btn-label {
    background-color: #5e3720;
}

@media(max-width: 750px) {

	.section.main {
		padding-top: 5.33vw;
		height: 167.73vw;
	}
	
	.section.main .logo {
		margin-bottom: 5.87vw;
	}
	
	.section.main .logo img {
		width: 23.47vw;
	}
	
	.section.main h3 img {
		width: 53.87vw;
	}
	
	.section.main h2 {
		margin-bottom: 4.8vw;
	}
	
	.section.main h2 img {
		width: 74.13vw;
	}
	
	.section.main h4 {
		margin-bottom: 3.2vw;
	}
	
	.section.main h4 img {
		width: 54.93vw;
	}
	
	.section.main .cha {
		width: 69.6vw;
		margin: auto;
	}
	
	.section_02 {
		margin-top: -30.6vw;
        padding: 13.67vw 0 13.33vw;
	}
	
	.slider_wrap {
		margin-bottom: 5.33vw;
	}
	
	.slider_wrap .title {
		margin-bottom: 5.33vw;
	}
	
	.slider_wrap .title img {
		width: 76.27vw;
	}
	
	.slider_wrap .slider {
		width: 96vw;
		margin: auto;
	}
	
	.slider_nav {
		width: 92vw;
	}
	
	.slider_nav button {
		width: 6.8vw;
		height: 6.8vw;
	}
	
	.section_02 .pharases {
		width: 75.73vw;
		margin: auto;
		margin-bottom: 5.33vw;
	}
	
	.video_zone {
		margin-top: -21.33vw;
		margin-bottom: 126.67vw;
	}
	
	.video_zone > img {
		width: 69.07vw;
	}
	
	.video_wrap {
		border-width: 2.4vw;
		border-radius: 2.67vw;
	}
	
	.video_area {
		width: 82.67vw;
		top: 21.33vw;
		border-radius: 3.07vw;
	}
	
	.section.sns {
		padding: 12vw 0 18vw;
	}
	
	.section.sns img {
		width: 82.4vw;
	}
	
	.section_04 {
		height: 176vw;
	}
	
	.section_04 .inner {
		padding-top: 8vw;
	}
	
	.section_04 .title img {
		width: 77.6vw;
	}
	
	.hint_chars_wrap {
		width: 94vw;
		bottom: -8vw;
	}
	
	.hint_chars_shadow {
		bottom: -4vw;
	}

	.hint_btn_left {
		width: 28vw;
	}

	.hint_btn_right {
		width: 32.2vw;
		margin-right: -4vw;
	}

	.hint_chars_obj {
		width: 66vw;
	}

	.hint-tooltip {
		font-size: 3.6vw;
		padding: 2.4vw 4.8vw;
		white-space: normal;
		max-width: 82vw;
	}

	#magLens {
		width: 24vw;
		height: 24vw;
	}

	#magHandle {
		position: absolute;
		display: none;
		z-index: 34;
		width: 14px;
		height: 65px;
		background: linear-gradient(to right,
			rgba(255,255,255,0.95) 0%,
			rgba(220,220,220,0.90) 50%,
			rgba(195,195,195,0.88) 100%
		);
		border-radius: 0 0 8px 8px;
		box-shadow:
			inset 2px 0 0 rgba(255,255,255,0.7),
			inset -1px 0 0 rgba(0,0,0,0.12),
			0 4px 12px rgba(0,0,0,0.45);
		pointer-events: none;
	}
	
	.section dl {
		font-size: 3.2vw;
		word-break: keep-all;
	}
	
	.footer {
		padding: 8vw 0;
	}
	
	.footer .logo img {
		width: 21.87vw;
	}
	
	.footer .info {
		margin-top: 4vw;
		font-size: 3.2vw;
	}
	
	.b_popup_title {
		margin-bottom: 5.33vw;
		font-size: 4.8vw;
    }
	
	.b_popup_title img {
		width: 50.93vw;
	}
    
    .b_popup_content .form_group label {
		min-width: 30vw;
        width: 30vw;
        height: 10vw;
        font-size: 3.2vw;
		padding: 0 2.4vw;
    }
	
	.b_popup_content .form_group .label_2,
	.b_popup_content .form_group .label_3 {
		padding-top: 1.28vw;
		font-size: 3.2vw;
	}
	
    .b_popup_content .form_group input {
        width: 58.53vw;
        padding: 1.6vw;
        height: 10vw;
        font-size: 16px;
    }
    
    .b_popup_content .form_group input::placeholder {
        font-size: 3.2vw;
    }
	
	.b_popup_content .form_group label.file_label {
		width: 58.53vw;
		height: 10vw;
		font-size: 3.2vw;
	}
	.b_popup_content .form_group label.file_label .file-name {
		font-size: 3.2vw;
		padding: 0 2.4vw;
	}
	.b_popup_content .form_group label.file_label::after {
		font-size: 3.6vw;
		padding: 0 3.2vw;
	}
   
    .b_popup_content .pharases {
        padding: 0 1.6vw 1.6vw;
        font-size: 3.2vw;
    }
    
    .b_popup_content .term_zone .term {
        height: 32vw;
        margin-bottom: 1.6vw;
        font-size: 3.2vw;
		border-radius: 3.2vw;
		padding: 0;
    }
	
	.b_popup_content .term_zone .term .h5 {
		margin-bottom: 8px;
	}

	.b_popup_content .term_zone .term .h6 {
		margin-bottom: 4px;
	}
    
    .b_popup_content .term_zone .agree {
        display: block;
        font-size: 3.2vw;
        gap: 1.07vw;
        text-align: center;
    }
    
    .b_popup_content .term_zone .agree > span:first-child {
        display: block;
        margin-bottom: 2vw;
        text-align: center;
    }
    
    .b_popup_content .term_zone .agree > span:nth-child(2) {
        margin-right: 1.6vw;
    }
    
    .b_popup_content .term_zone .agree input {
        width: 3.6vw;
        height: 3.6vw;
    }
    
    .b_popup_content .term_zone .agree input::after {
        width: 2vw;
        height: 2vw;
    }
	
	.b_popup_content .form_group:has(input[type="radio"]) > .label {
		padding: 0;
		padding-right: 2.4vw;
	}
	
	.b_popup_content .form_group:has(input[type="radio"]) > label:not(.label) {
		min-width: auto;
		font-size: 3.2vw;
		height: 10vw;
		padding: 1.2vw;
		gap: 1.6vw;
	}
	
	.b_popup_content .form_group:has(input[type="radio"]) input[type="radio"] {
		width: 3.6vw;
		height: 3.6vw;
		flex: 0 1 auto;
	}
    
    .b_popup_content .btn_box {
        gap: 3.33vw;
		margin-top: 5.22vw;
    }
	
	.section_05 {
		padding: 12vw 2.4vw;
	}
	
	.section_event {
		padding: 12vw 0;
	}
	
	.b_popup_inner {
		
	}
	
	.b_popup_content .term_zone .term .inner {
		padding: 3.6vw;
	}
	
	.section dl {
		justify-content: flex-start;
	}
	
	.section dd {
		text-align: left;
	}

	/* checking buttons mobile */
	.section_04 .checking_btn.chk_001 {
		width: 15.47vw; height: 8.53vw;
		left: 18.4vw;  top: 98.67vw;
	}
	.section_04 .checking_btn.chk_002 {
		width: 15.47vw; height: 22.67vw;
		left: 50.4vw;  top: 95.73vw;
	}
	.section_04 .checking_btn.chk_003 {
		width: 15.73vw; height: 14.4vw;
		left: 77.6vw;  top: 125.33vw;
	}
	/* SVG circles mobile */
	.chk_svg.svg_001 { left: 14.4vw; top: 94.67vw; width: 23.47vw; height: 16.53vw; }
	.chk_svg.svg_002 { left: 46.4vw; top: 91.73vw; width: 23.47vw; height: 30.67vw; }
	.chk_svg.svg_003 { left: 73.6vw; top: 121.33vw; width: 23.73vw; height: 22.4vw; }

	/* hint images mobile */
	.hint_img_001 { left: 12.8vw;  top: 94.13vw;  width: 27.73vw; }
	.hint_img_002 { left: 44.53vw; top: 90.13vw;  width: 26.13vw; }
	.hint_img_003 { left: 68.0vw;  top: 118.13vw; width: 33.33vw; }

	/* file label mobile */
	.b_popup_content .form_group label.file_label {
		width: 100%; height: 10vw;
	}
	.b_popup_content .form_group label.file_label .file-icon {
		width: 8vw;
	}
	.b_popup_content .form_group label.file_label .file-icon svg {
		width: 4vw; height: 4vw;
	}
	.b_popup_content .form_group label.file_label .file-text {
		font-size: 3.2vw; padding: 0 2.4vw;
	}
	.b_popup_content .form_group label.file_label .file-btn-label {
		font-size: 3.6vw; padding: 0 3.2vw;
	}

}