/* 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;
    overflow: hidden;       /* pang 좌우 이탈 차단 */
    position: relative;     /* pang이 container 기준으로 배치되도록 */
}

.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/2026yeongju_seonbi/img/main_bg.jpg?new');
	background-size: cover;
	background-position: center;
	height: 1090px;
	padding-top: 40px;
}

.section.main .main_wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.section.main .bg_item {
	position: absolute;
	width: max(100%, 1920px);
	height: 920px;
	top: 196px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url('/PROJECT_HTML/2026yeongju_seonbi/img/main_bg_item.png?new');
	background-size: 100%;
	background-position: center center;
	z-index: 7;
}

.section.main .logo {
	margin-bottom: 92px;
}

.section.main .top_image {
	margin-bottom: 48px;
}

.section.main .main_title {
	margin-bottom: 80px;
}

.section.main .main_info {
	margin-bottom: 32px;
}

.pang {
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	width: 1810px;
	height: 2396px;
	background-image: url('/PROJECT_HTML/2026yeongju_seonbi/img/bg_pang.png?new');
	background-size: cover;
	background-position: center;
}

.section_02 {
	position: relative;
	padding: 104px 0;
	background-image: url('/PROJECT_HTML/2026yeongju_seonbi/img/section02_bg.jpg?new');
	background-size: cover;
	background-position: center;
}

.section_02 .bg_item {
	position: absolute;
	width: max(100%, 1906px);
	height: 1744px;
	top: 302px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url('/PROJECT_HTML/2026yeongju_seonbi/img/section02_bg_item.png?new');
	background-size: 100%;
	background-position: center center;
	z-index: 7;
}

.section_02 .title {
	position: relative;
	z-index: 7;
}

.video_zone {
	margin-top: -10px;
	margin-bottom: 68px;
}

.video_area {
    position: absolute;
    width: 620px;
    left: 50%;
    transform: translateX(calc(-50% + 5px));
    top: 20px;
}

.video_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 58.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 20px;
  border: 2px solid #5e370d;
}

.video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 18px;
}

.section_03 {
	position: relative;
	padding: 104px 0;
	background-image: url('/PROJECT_HTML/2026yeongju_seonbi/img/section03_bg.jpg?new');
	background-size: cover;
	background-position: center;
}

.section_03 .bg_item {
	position: absolute;
	width: max(100%, 1920px);
	height: 1030px;
	top: 324px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url('/PROJECT_HTML/2026yeongju_seonbi/img/section03_bg_item.png?new');
	background-size: 100%;
	background-position: center center;
}

.section_03 .title {
	margin-bottom: 76px;
}

.card_game_zone_ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	max-width: 672px;
	margin: auto;
}

.card_game_zone_ul li {
	width: 216px;
	height: 284px;
}

.card_game_zone_ul li .card_img {
	width: 100%;
	height: 100%;
}

.card_game_zone_ul li.start_btn_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.section_04 {
	padding: 64px 0;
	background-color: #2e2e2e;
	
}

.section dl {
	display: flex;
	margin: auto;
	color: #fff;
	margin-bottom: 4px;
}

.section dl:last-of-type {
	margin-bottom: 0;
}

.section dt {
	padding-right: 4px;
}

.section dd {
	text-align: left;
}

.section.sns {
	padding: 52px 0;
	background-color: #232323;
	border-bottom: 1px solid #656565;
}

.footer {
	background-color: #232323;
	padding: 60px 0;
}

.footer .info {
	color: #fff;
	margin-top: 30px;
}

/* 오버레이 (팝업) */
.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(720px, 100%);
  border-radius: 12px;
  max-height: calc(100svh - 48px);
  overflow: auto;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  background-color: #fff;
}

.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: #164578;
    color: #fff;
	font-family: 'SchoolSafetyNotification';
}

.b_popup_content  .form_group label.file_label {
	
}

.b_popup_content  .form_group .label_2 {
	font-size: 20px;
	text-align: center;
	align-items: flex-start;
	padding-top: 6px;
}

.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 .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;
	border: 1px solid #000;
	padding: 20px;
}

.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;
}

.b_popup .term_zone .agree .align_center {
	display: flex;
	align-items:center;
	justify-content: center;
	gap: 8px;
}

.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: #434343;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.b_popup .term_zone .agree input:checked::after {
    display: inline-block;
}

.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: #a5a5a5;
    color: #fff;
    font-size: 25px;
	cursor: pointer;
	border-radius: 15px;
	font-weight: 900;
}

.b_popup .btn_box button.confirm_btn {
    background-color: #000;
	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;
}

@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;
	}

}

/* ==============================================
   LOADING ANIMATION  (main section)
   ============================================== */

/* 로고 : 위에서 떨어지며 바운스 */
@keyframes loadDropBounce {
    0%   { opacity: 0; transform: translateY(-50px) scale(0.85); }
    65%  { opacity: 1; transform: translateY(6px)   scale(1.02); }
    82%  { transform: translateY(-3px) scale(0.99); }
    100% { opacity: 1; transform: translateY(0)     scale(1); }
}
/* 상단 이미지 : 회전하며 줌인 */
@keyframes loadSpinZoom {
    0%   { opacity: 0; transform: scale(0.5) rotate(-15deg); }
    70%  { opacity: 1; transform: scale(1.05) rotate(2deg); }
    100% { opacity: 1; transform: scale(1) rotate(0); }
}
/* 메인타이틀 : 왼쪽에서 슬라이드 */
@keyframes loadSlideLeft {
    0%   { opacity: 0; transform: translateX(-70px) skewX(4deg); }
    70%  { opacity: 1; transform: translateX(6px)   skewX(-1deg); }
    100% { opacity: 1; transform: translateX(0)     skewX(0); }
}
/* 메인 정보 : 오른쪽에서 슬라이드 */
@keyframes loadSlideRight {
    0%   { opacity: 0; transform: translateX(70px) skewX(-4deg); }
    70%  { opacity: 1; transform: translateX(-6px) skewX(1deg); }
    100% { opacity: 1; transform: translateX(0)    skewX(0); }
}
/* 버튼 : 아래에서 바운스업 */
@keyframes loadBounceUp {
    0%   { opacity: 0; transform: translateY(50px) scale(0.9); }
    55%  { opacity: 1; transform: translateY(-10px) scale(1.04); }
    75%  { transform: translateY(4px) scale(0.98); }
    90%  { transform: translateY(-2px) scale(1.01); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

.section.main .logo      { animation: loadDropBounce  0.9s cubic-bezier(.2,1,.4,1)  0.1s  both; }
.section.main .top_image { animation: loadSpinZoom    0.85s cubic-bezier(.2,1,.3,1) 0.38s both; }
.section.main .main_title{ animation: loadSlideLeft   0.8s  cubic-bezier(.2,1,.4,1) 0.62s both; }
.section.main .main_info { animation: loadSlideRight  0.8s  cubic-bezier(.2,1,.4,1) 0.82s both; }
.section.main .btn_wrap  { animation: loadBounceUp    1.0s  cubic-bezier(.2,1,.3,1) 1.0s  both; }
.section.main .quick_bar { animation: loadBounceUp    0.9s  cubic-bezier(.2,1,.3,1) 1.15s both; }

/* ==============================================
   SCROLL ANIMATIONS  (다양한 타입)
   ============================================== */

/* 공통 기저 */
.sa-up, .sa-left, .sa-right, .sa-zoom, .sa-flip, .sa-reveal {
    opacity: 0;
    will-change: opacity, transform;
}
/* 위로 올라오기 */
.sa-up    { transform: translateY(55px); transition: opacity 0.85s ease, transform 0.85s cubic-bezier(.2,1,.4,1); }
/* 왼쪽에서 */
.sa-left  { transform: translateX(-60px); transition: opacity 0.8s ease, transform 0.8s cubic-bezier(.2,1,.4,1); }
/* 오른쪽에서 */
.sa-right { transform: translateX(60px);  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(.2,1,.4,1); }
/* 줌인 */
.sa-zoom  { transform: scale(0.78);       transition: opacity 0.8s ease, transform 0.8s cubic-bezier(.2,1.2,.4,1); }
/* 원근 플립 */
.sa-flip  { transform: perspective(500px) rotateX(28deg) translateY(30px); transition: opacity 0.9s ease, transform 0.9s cubic-bezier(.2,1,.3,1); }
/* 마스크 리빌 (위로 스윕) */
.sa-reveal { transform: translateY(38px) scaleY(0.92); transform-origin: bottom center; transition: opacity 0.75s ease, transform 0.75s cubic-bezier(.2,1,.4,1); }

/* in-view : 모든 타입 리셋 */
.sa-up.in-view, .sa-left.in-view, .sa-right.in-view,
.sa-zoom.in-view, .sa-flip.in-view, .sa-reveal.in-view {
    opacity: 1;
    transform: none;
}

/* ==============================================
   bg_item 둥둥 떠다니기
   ============================================== */
@keyframes floatUpDown {
    0%, 100% { transform: translateX(-50%) translateY(0px); }
    50%       { transform: translateX(-50%) translateY(-20px); }
}
.section.main .bg_item {
    animation: floatUpDown 4.5s ease-in-out infinite;
}
.section_02 .bg_item {
    animation: floatUpDown 5.2s ease-in-out 0.6s infinite;
}
.section_03 .bg_item {
    animation: floatUpDown 4.0s ease-in-out 1.1s infinite;
}

/* ==============================================
   PANG 폭죽 : 버스트 → 좌우 스웨이 + 상하 롤링
   ============================================== */
/* scale 완전 제거 → 뷰포트 이탈 없음 */
@keyframes pangBurst {
    0%   { transform: translateX(-50%) rotate(-12deg); opacity: 0; }
    40%  { transform: translateX(-50%) rotate(4deg);   opacity: 1; }
    65%  { transform: translateX(-50%) rotate(-2deg);  opacity: 1; }
    82%  { transform: translateX(-50%) rotate(1deg);   opacity: 1; }
    100% { transform: translateX(-50%) rotate(0deg);   opacity: 1; }
}
/* PC: ±10px 좌우 스웨이 */
@keyframes pangSway {
    0%, 100% { transform: translateX(calc(-50% - 10px)) rotate(-0.4deg); }
    50%       { transform: translateX(calc(-50% + 10px)) rotate(0.4deg); }
}
/* PC: 위→아래 롤링, 끝까지 내려가면 위에서 재시작 (section.main overflow:hidden이 클리핑) */
@keyframes pangFallTop {
    0%   { top: -2396px; }
    100% { top: 1090px; }
}
/* 모바일 전용: scale·과도한 이동 없이 살짝만 */
@keyframes pangBurstMo {
    0%   { transform: translateX(-50%) rotate(-6deg); opacity: 0; }
    45%  { transform: translateX(-50%) rotate(2deg);  opacity: 1; }
    75%  { transform: translateX(-50%) rotate(-0.5deg); opacity: 1; }
    100% { transform: translateX(-50%) rotate(0deg);  opacity: 1; }
}
@keyframes pangSwayMo {
    0%, 100% { transform: translateX(calc(-50% - 3px)); }
    50%       { transform: translateX(calc(-50% + 3px)); }
}
/* 모바일: 위→아래 롤링 (section.main 높이 148.33vw 기준 클리핑) */
@keyframes pangFallTopMo {
    0%   { top: -124.79vw; }
    100% { top: 148.33vw; }
}
.pang { animation: pangBurst 1.5s cubic-bezier(.15,1,.3,1) forwards; }
/* 스웨이(좌우) + 낙하(상하) 동시 실행 — top과 transform은 별개 속성이므로 충돌 없음 */
.pang.pang-sway { animation: pangSway 4s ease-in-out 0s infinite, pangFallTop 20s linear -14.1s infinite; }

/* ==============================================
   CARD GAME
   ============================================== */

/* ── li : containing block ── */
.card_game_zone_ul li:not(.start_btn_wrap) {
    position: relative;
    overflow: visible;
}

/* ── card-item : li 꽉 채움 + perspective는 여기! ── */
.card-item {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    cursor: pointer;
    opacity: 0;
    perspective: 1200px;           /* perspective = 부모에 */
}

/* ── card-inner : 3D 플립 ── */
.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;  /* perspective는 부모에 있으므로 여기선 제거 */
    transition: transform 0.52s cubic-bezier(.3, 1.6, .5, .9);
    will-change: transform;
}
.card-item.flipped .card-inner {
    transform: rotateY(180deg);
}

/* ── card-face : 앞/뒤 면 ── */
.card-face {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    border-radius: 10px;
}
.card-face img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    -webkit-user-drag: none;
    /* GPU 레이어 고정 → 블러 방지 핵심 */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    image-rendering: auto;
}
.card-back  { z-index: 2; }
.card-front { transform: rotateY(180deg); z-index: 1; }

/* ── 착착착 등장 : scale 제거(블러 원인) → translate + rotate만 사용 ── */
@keyframes cardDeal {
    0%   { opacity: 0; transform: translateY(-40px) rotate(-28deg); }
    55%  { opacity: 1; transform: translateY(4px)   rotate(2deg); }
    75%  { transform: translateY(-2px) rotate(-0.5deg); }
    100% { opacity: 1; transform: translateY(0)     rotate(0deg); }
}
.card-item.dealt {
    animation: cardDeal 0.42s cubic-bezier(.2, 1.5, .4, 1) forwards;
}

/* ── 매칭 성공 글로우 ── */
@keyframes matchPulse {
    0%, 100% { box-shadow: 0 0 0 3px #f5c518, 0 0 14px rgba(245,197,24,.5); }
    50%       { box-shadow: 0 0 0 5px #f5c518, 0 0 28px rgba(245,197,24,.9); }
}
.card-item.matched .card-inner {
    border-radius: 10px;
    animation: matchPulse 1.2s ease-in-out infinite;
}

/* ==============================================
   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;
}

@media(max-width: 750px) {

	.section.main {
		padding-top: 5.33vw;
		height: 148.33vw;
	}
	
	.section.main .bg_item {
		top: 26.13vw;
		background-size: 220vw;
		width: 220vw;
		height: 122.67vw;
		background-repeat: no-repeat;
	}
	
	.section.main .logo {
		margin-bottom: 12.27vw;
		line-height: 1;
	}
	
	.section.main .logo img {
		width: 45.87vw;
	}
	
	.section.main .top_image {
		margin-bottom: 6.4vw;
	}
	
	.section.main .top_image img {
		width: 43.47vw;
	}
	
	.section.main .main_title {
		margin-bottom: 10.67vw;
	}
	
	.section.main .main_title img {
		width: 49.33vw;
	}
	
	.section.main .main_info {
		margin-bottom: 4.27vw;
	}
	
	.section.main .main_info img {
		width: 87.2vw;
	}
	
	.section.main .btn_wrap img {
		width: 28.27vw;
	}
	
	.pang {
		width: 94.27vw;
		height: 124.79vw;
		top: 8vw;
		/* 모바일 전용 애니메이션으로 교체 (overflow 방지) */
		animation-name: pangBurstMo;
	}
	/* 모바일: 좌우 스웨이 + 상하 롤링 동시 실행 */
	.pang.pang-sway {
		animation: pangSwayMo 3s ease-in-out 0s infinite, pangFallTopMo 15s linear -7.3s infinite;
	}
	
	.section_02,
	.section_03 {
		padding: 13.87vw 0;
	}
	
	.section_02 .bg_item,
	.section_03 .bg_item {
		display: none;
	}
	
	.section_02 .title img {
		width: 89.87vw;
	}

	.video_zone {
		margin-top: -1.33vw;
		margin-bottom: 9.07vw;
	}
	
	.video_area {
		width: 86.57vw;
		top: 2.48vw;
		transform: translateX(calc(-50% + 0.67vw));
	}
	
	.video_wrap {
		border-radius: 2.61vw;
	}
	
	.video_wrap iframe {
		border-radius: 2.35vw;
	}
	
	.section_02 .info img {
		width: 92.27vw;
	}
	
	.section_03 .title {
		margin-bottom: 10.13vw;
	}
	
	.section_03 .title img {
		width: 59.47vw;
	}
	
	.card_game_zone_ul {
		max-width: 89.6vw;
		gap: 1.6vw;
	}
	
	.card_game_zone_ul li {
		width: 28.8vw;
		height: 37.87vw;
	}
	
	.section.sns {
		padding: 12vw 0 18vw;
	}
	
	.section.sns img {
		width: 82.4vw;
	}
	
	.section_04 {
		padding: 8.53vw 2.4vw;
	}
	
	.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_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 {
		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 .term_zone .term {
        height: 32vw;
        margin-bottom: 1.6vw;
        font-size: 3.2vw;
		border-radius: 3.2vw;
		padding: 0;
    }
	
	.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;
    }
}