/* 250626 */
@charset "UTF-8"; @import url(../fonts/pretendard/pretendard-subset.min.css); @import url(../fonts/Poppins/poppins.css); @import url(../fonts/Paperlogy/Paperlogy.css); /* Styles for the demo */
body { font-family: 'Pretendard', 'Poppins', 'Paperlogy'; color: #fff; text-align: center; } 

html { margin: 0; padding: 0; } 
body { margin: 0; padding: 0; } 
body.main { overflow: hidden; height: 100%; } 
p { margin: 0; padding: 0; } 

h1 { font-size: 6em; font-size: calc(2em + 2vw); margin: 0; text-shadow: 0px 0 17px rgba(0, 0, 0, 0.8); } 

.container { padding: 0 40px; } 
.container::after { content: ''; display: block; clear: both; } 

.header { position: fixed; top: 0; width: 100%; z-index: 100; height: 90px; } 
.header-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; padding: 0 20px; } 
.header .logo-wrap { display: flex; align-items: center; justify-content: center; } 
.header .logo { width: 139px; height: 35px; background: url(../images/common/logo.svg) no-repeat center / contain; } 
.header .beta { display: block; background: url(../images/common/beta.svg) no-repeat center / contain; width: 42px; height: 22px; margin-left: 5px; position: relative; top: -12.5px; } 
.header .menu { font-family: Poppins; font-weight: 600; font-size: 14px; line-height: 100%; letter-spacing: 0px; text-align: center; text-transform: capitalize; color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 0 10px; } 
.header .menu a { position: relative; display: flex; justify-content: center; align-items: center; color: #fff; text-decoration: none; height: 40px; line-height: 21px; transition: all .3s ease; } 
.header .menu .notice { min-width: 88px; border-radius: 21px; border: 1px solid transparent; } 
.header .menu .notice:hover { background: #333; border: 1px solid #333; } 
.header .menu .notice p { position: relative; } 
.header .menu .notice .dot { position: absolute; display: block; top: 0; right: -9px; width: 5px; height: 5px; border-radius: 100%; background-color: #FD6B17; } 
.header .menu .partners { min-width: 120px; border: 1px solid #DEDEDE; border-radius: 30px; } 
.header .menu .partners { justify-content: start; padding-left: 17.5px; padding-right: 17.5px; min-width: auto; } 
.header .menu .partners:hover { background: #E6FF82; color: #111; border: 1px solid #E6FF82; } 
.ico-right { position: relative; width: 20px; height: 20px; background: url(../images/partners/ico-right-white.svg) no-repeat center / contain; margin-left: 5px; animation: moveRight 2s ease-in-out infinite; top: -1px; } 
.header .menu a:hover .ico-right { background: url(../images/partners/ico-right.svg) no-repeat center / contain; animation: none; transform: none; } 
@keyframes moveRight { 
 0% { opacity: 0; transform: translateX(-10px); } 
 15% { opacity: 1; transform: translateX(0); } 
 65% { opacity: 1; transform: translateX(0); } 
 100% { opacity: 0; transform: translateX(10px); } 
 }

/* 햄버거 버튼 (모바일 전용) */
.menu-btn { display: none; flex-direction: column; gap: 4px; background: none; border: none; } 
.menu-btn span { width: 24px; height: 2px; background-color: #fff; display: block; } 

/* 모바일 메뉴 */
.mobile-menu { position: fixed; top: 0; right: 0; width: 100%; height: 100vh; background: white; display: flex; flex-direction: column; padding: 40px 24px; gap: 24px; z-index: 1000; font-family: 'Pretendard', sans-serif; } 

.mobile-menu a { font-size: 18px; color: #111; text-decoration: none; } 

.mobile-menu .logo { font-weight: 700; font-size: 20px; } 

.mobile-menu .partners strong { font-weight: 700; } 

.mobile-menu .notice { font-size: 16px; font-weight: 500; } 

.mobile-menu .notice .count { color: #FD6B17; font-weight: 700; margin-left: 4px; } 

.close-btn { position: absolute; top: 20px; right: 20px; width: 24px; height: 24px; border: none; font-size: 24px; color: #111; cursor: pointer; background: url(../images/common/icon-close.svg) no-repeat center / contain; } 
.mobile-menu { display: none; flex-direction: column; align-items: center; background: #0f1d13; padding-top: 64px; position: fixed; top: 0; right: 0; width: 100%; height: 100vh; gap: 0; z-index: 99; padding-left: 20px; padding-right: 20px; padding-bottom: 0; box-sizing: border-box; } 
.mobile-menu a { color: #111; font-size: 1.5rem; text-decoration: none; width: 100%; text-align: left; line-height: 64px; } 
.mobile-menu a.menu-partners { font-family: Pretendard; font-weight: 600; font-size: 20px; letter-spacing: 0px; color: #111; } 
.mobile-menu a.menu-notice { font-family: Pretendard; font-weight: 600; font-size: 20px; letter-spacing: 0px; color: #111; } 
.mobile-menu a.menu-notice .count { font-family: Pretendard; font-weight: 600; font-size: 20px; letter-spacing: 0px; color: #FD6B17; } 

.mobile-menu.active { display: flex; background: #fff; height: auto; } 
.mobile-menu.active.hidden { display: none; } 

.footer { background: #000; color: #fff; padding: 40px 20px; width: 100%; max-width: 1000px; margin: 0 auto; } 

.footer-inner { display: flex; justify-content: space-between; align-items: stretch; flex-direction: column; max-width: 1200px; margin: 0 auto; } 

.footer-left { font-family: Pretendard; font-weight: 400; font-size: 14px; line-height: 150%; letter-spacing: 0px; text-align: left; color: #EEF2EC; display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; } 
.footer-left > .box { margin: 30px 0; } 

.footer-left .main-text { font-family: Poppins; font-weight: 700; font-size: 24px; line-height: 100%; letter-spacing: 0%; vertical-align: middle; color: #fff; margin-top: 0; margin-bottom: 20px; } 
.footer-left .sub-text { font-family: Pretendard; font-weight: 600; font-size: 16px; line-height: 150%; letter-spacing: 0px; color: #fff; } 

.footer-left .company { font-family: Pretendard; font-weight: 600; font-size: 16px; line-height: 150%; letter-spacing: 0px; margin-top: 16px; color: #EEF2EC; } 

.footer-right { display: flex; flex-direction: column; align-items: stretch; } 
.footer-right .box { display: flex; justify-content: space-between; margin-bottom: 20px; } 

.contact-btn { background: #2269ff; color: #fff; font-family: Pretendard; font-weight: 600; font-size: 15px; line-height: 1; padding: 13.5px 16px; border-radius: 20px; cursor: pointer; width: 110px; max-width: 110px; max-height: 42px; border: none; text-decoration: none; text-align: center; box-sizing: border-box; } 
.footer-right address { text-align: left; } 

.footer-links { list-style: none; padding: 0; display: flex; gap: 16px; justify-content: flex-end; margin-top: 0; margin-bottom: 0; } 

.footer-links li a { color: #fff; font-family: Pretendard; font-weight: 600; font-size: 14px; line-height: 150%; letter-spacing: 0px; text-decoration: none; } 

.footer-right .addr-text { font-family: Pretendard; font-weight: 400; font-size: 14px; line-height: 150%; font-style: normal; color: #EEF2EC; opacity: 50%; } 
.footer-right .copy-text { font-family: Pretendard; font-weight: 400; font-size: 14px; line-height: 150%; color: #EEF2EC; text-align: left; opacity: 50%; } 

.pc-view { display: block; } 
.mo-view { display: none; } 

#fp-nav ul li, .fp-slidesNav ul li { width: 6px; height: 6px; margin: 10px 0; } 
#fp-nav ul li a span, .fp-slidesNav ul li a span { width: 6px; height: 6px; background: rgba(207, 207, 207, 0.6); } 
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span { background: var(--brand-brand, rgba(230, 255, 130, 1)); } 
#fp-nav ul li a span, .fp-slidesNav ul li a span { margin: -3px 0 0 -3px; } 
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span { width: 6px; height: 6px; margin: -3px 0 0 -3px; } 
/* nav */
#bullet-nav { position: fixed; top: 50%; right: 20px; transform: translateY(-50%); display: flex; flex-direction: column; gap: 10px; z-index: 1000; } 

.bullet { width: 6px; height: 6px; border-radius: 50%; background-color: #6b7280; transition: background-color 0.3s; cursor: pointer; } 
/* nav */

.bullet.active { background-color: #d9f99d; } 

/* 스크롤애니 */
.scrollNav { position: absolute; left: 50%; bottom: 65px; transform: translateX(-50%); width: 84px; height: 65px; background: url(../images/common/icon-scroll.svg) top center / 24px 36px no-repeat; z-index: 9999; display: flex; align-items: end; justify-content: center; } 
.scrollNav .dotBox { position: absolute; left: 50%; top: 10px; transform: translateX(-50%); animation: scrollNavAni 1s .1s ease-in-out infinite both; } 
.scrollNav .dotBox::before { content: ""; display: block; width: 4px; height: 9px; border-radius: 2px; background-color: #fff; } 
.scrollNav .dotBox { font-family: Pretendard; font-weight: 700; font-size: 12px; line-height: 160%; letter-spacing: -2%; text-align: center; color: #fff; } 
.scrollNav.hide { display: none; } 
@keyframes scrollNavAni { 
 0% { transform: translate(-50%, 0); } 
 50% { transform: translate(-50%, 8px); } 
 100% { transform: translate(-50%, 0); } 
 }
/* 스크롤애니 */
.btn-down { display: none; } 

/* ------------------------------------------------------------------------------------------------- */
/* 반응형 대응 */
@media (max-width: 768px){
 .pc-view { display: none; } 
 .mo-view { display: block; } 
 html.mo { height: auto; overflow: visible; } 
 body.mo { height: auto; overflow: visible; } 
 #stack-container { height: auto; } 
 html { overflow: visible; height: auto; } 
body { overflow: visible; height: auto; } 

.header-wrap { background: #000; } 
.header .logo-wrap { display: flex; align-items: center; justify-content: center; } 
.header .logo { position: relative; width: 99px; height: 17px; background: url(../images/common/logo.svg) no-repeat center / contain; } 

.header .beta { display: block; background: url(../images/common/beta.svg) no-repeat center / contain; width: 37px; height: 21px; margin-left: 4.83px; position: relative; top: -2.5px; } 

.footer-left > .box { margin: 0 0 30px 0; } 
.footer-inner { padding: 0; } 
.footer-left { flex-direction: column; align-items: start; margin-bottom: 70px; } 
.slide-8 .footer { padding: 0 15px; width: auto; } 
.footer-left .main-text { font-size: 24px; } 
.footer-left .sub-text { font-size: 16px; } 
.footer-right .box { flex-direction: column; align-items: start; margin-bottom: 30px; } 
.footer-right .box .company { font-family: Pretendard; font-weight: 600; font-size: 18px; line-height: 150%; letter-spacing: 0px; margin-bottom: 20px; } 
.footer-links { font-family: Pretendard; font-weight: 600; font-size: 14px; line-height: 150%; letter-spacing: 0px; display: flex; width: 100%; justify-content: start; } 

.fade-01,
.fade-02,
.fade-03,
.fade-04 { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; } 

.active .fade-01 { opacity: 1; transform: translateY(0); transition-delay: 0.3s; } 
.active .fade-02 { opacity: 1; transform: translateY(0); transition-delay: 0.6s; } 
.active .fade-03 { opacity: 1; transform: translateY(0); transition-delay: 0.9s; } 
.active .fade-04 { opacity: 1; transform: translateY(0); transition-delay: 1.2s; } 
.slide-6.active .fade-04 { transition-delay: 0.3s; } 

/* 스크롤애니 */
.scrollNav { position: fixed; bottom: 30px; width: 24px; height: 24px; background: url(../images/common/arrow-down.svg) no-repeat center / contain; animation: scrollNavAni 1s .1s ease-in-out infinite both; } 
.scrollNav .dotBox { display: none; } 
.scrollNav .dotBox::before { display: none; } 
.scrollNav p { display: none; } 
@keyframes scrollNavAni { 
 0% { transform: translate(-50%, 0); } 
 50% { transform: translate(-50%, 8px); } 
 100% { transform: translate(-50%, 0); } 
 }
/* 스크롤애니 */
.btn-down { font-family: Pretendard; font-weight: 600; font-size: 13px; line-height: 150%; letter-spacing: 0px; color: #111111; background: #E6FF82; border-radius: 6px; height: 32px; display: flex; align-items: center; justify-content: center; border: 0; margin-left: auto; margin-right: 14px; padding: 0 10px; } 
.contact-btn { width: 110px; } 
 }
/* ------------------------------------------------------------------------------------------------ */
 
@media (max-width: 321px){
 .slide .title-wrap { padding: 0 20px; } 
 }

/* 모달 */
/* ----- modal ----- */
.modal-dialog,
.modal-content,
.modal-header,
.modal-body,
.modal-footer { clear: both; } 
.modal-dialog:after,
.modal-content:after,
.modal-header:after,
.modal-body:after,
.modal-footer:after { content: ""; clear: both; display: block; } 
.modal { display: none; position: fixed; top: 0; left: 0; padding: 0; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; text-align: center; z-index: 999; } 
.modal:before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); } 
.modal .my-logo img { width: auto; max-width: inherit; height: 26px; } 
.modal.exStyle.no-bg:before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: none; } 
.modal-dialog { position: absolute; top: 50%; left: 0; margin-top: -160px; padding: 20px; width: 100%; z-index: 2; box-sizing: border-box; } 
.modal-content { width: 100%; min-width: 280px; max-width: 320px; overflow: hidden; display: inline-block; border-radius: 24px; background-color: #fff; text-align: left; vertical-align: top; } 
.modal-header { position: relative; } 
.modal-header .btn-close { position: absolute; top: 8px; right: 8px; } 
.modal-body { padding: 24px 20px; /* min-height: 90px; 모달 텍스트 1줄일때 필요없으므로 주석처리 4/4 */
 background-color: #fff; font-size: 14px; } 
.modal-body h3 { color: #151515; font-size: 18px; font-weight: 700; line-height: 25.2px; letter-spacing: -0.03em; text-align: center; max-height: 50px; overflow: hidden; /* 최대 2줄만 노출되어야함 4/4 */ } 
.modal-body h3:empty { margin-bottom: 0; } 
.modal-body h3:empty + p { margin-top: 0; } 
.modal-body h3 + p { margin-top: 8px; } 
.modal-body .execute-title { font-family: Pretendard; font-weight: 700; font-size: 16px; line-height: 140%; letter-spacing: -2%; text-align: center; text-decoration: underline; color: #7cac04; margin-bottom: 16px; } 
.modal-body .execute-wrap { width: 100%; border-radius: 16px; background: #f6f6f9; padding: 12px 0; font-family: Pretendard; font-weight: 400; font-size: 13px; line-height: 140%; letter-spacing: -2%; text-align: center; color: #454545; margin-top: 16px; } 
.modal-body .execute-text-wrap { font-family: Pretendard; font-weight: 400; font-size: 16px; line-height: 140%; letter-spacing: -2%; text-align: center; margin: 16px 0 0; } 
.modal-body p { display: flex; align-items: center; justify-content: center; flex-direction: column; color: #151515; font-family: Pretendard; font-weight: 700; font-size: 18px; line-height: 140%; letter-spacing: -3%; text-align: center; } 
.modal-footer { display: flex; gap: 8px; } 
.modal-footer.vertical,
body:not(.custom-pass) .modal:not(.modal-slide) .modal-footer.vertical { flex-direction: column; padding-bottom: 4px; } 
.modal-footer .btn { width: 100%; height: 56px; border-radius: 16px; font-size: 16px; font-weight: 700; line-height: 22.4px; letter-spacing: -0.02em; text-align: center; border: 0; cursor: pointer; } 
.modal-footer .btn.btn-cancel { border-radius: 16px; color: #151515; background-color: #fff; } 
.type2 .modal-footer .btn.btn-cancel { border: 0; font-weight: 500; font-size: 14px; color: #888; height: 44px; } 
.modal-footer .btn.btn-confirm { color: #e0ff63; background-color: #151515; } 
.modal-footer .btn.btn-noShow { background-color: #fff; border: 0; font-family: Pretendard; font-weight: 500; font-size: 14px; line-height: 140%; letter-spacing: -2%; text-align: center; color: #888888; } 
body:not(.custom-pass) .modal:not(.modal-slide) .modal-footer { padding: 0 20px 20px; } 
.modal-open { overflow: hidden; } 
.modal .modal-body .info-text::before { content: ''; display: block; background: url(../images/common/icon-info.svg) no-repeat center / contain; width: 64px; height: 64px; margin-bottom: 8px; } 
/* 모달 */

/* 토스트 모달 */
.modal-toast { display: none; width: calc(100% - 40px); height: 44px; padding: 0 16px; position: fixed; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 1000; } 
.modal-toast.is-btn { bottom: 96px; } 
.modal-toast p { width: 100%; height: 44px; border-radius: 24px; color: #E0FF63; font-family: Pretendard; font-weight: 400; font-size: 14px; line-height: 44px; text-align: center; background-color: rgba(21, 21, 21, 0.8); } 