@charset "UTF-8";@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInDisplay{0%{opacity:0}to{opacity:1;display:block}}@keyframes fadeOutDisplay{0%{opacity:1}to{opacity:0;display:none}}@keyframes deviceSlideIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes deviceSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(100%)}}@keyframes introLoad{0%{opacity:0;transform:scale(.8) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes introUnload{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.8) translateY(30px)}}@keyframes page1Load{0%{opacity:0}to{opacity:1}}@keyframes page1Unload{0%{opacity:1}to{opacity:0}}@keyframes page2Load{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes page2Unload{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes page3Load{0%{opacity:0}to{opacity:1}}@keyframes page3Unload{0%{opacity:1}to{opacity:0}}@keyframes infoLoad{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes infoUnload{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%)}}@keyframes load{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes unload{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes buttonSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0);pointer-events:auto}}@keyframes popOut{0%{opacity:0;transform:scale(.3) translateY(20px)}50%{opacity:1;transform:scale(1.1) translateY(-5px)}to{opacity:1;transform:scale(1) translateY(0)}}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@keyframes closeIconAppear{0%{opacity:0;transform:rotate(-90deg) scale(.5)}to{opacity:1;transform:rotate(0) scale(1)}}@keyframes hamburgerDisappear{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}@keyframes slideOutToTop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@keyframes pageModeInfoIndexLoad{0%{opacity:0;transform:translate(-100%) translateY(-50%)}to{opacity:1;transform:translate(0) translateY(-50%)}}@keyframes pageModeInfoContentLoad{0%{transform:translate(100%)}to{transform:translate(0)}}.intro-page{width:100%;height:100%;margin:0 auto;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.main-title{padding-top:55px;padding-bottom:90px;width:100%;height:100vh;min-height:720px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(./../img/deco/intro_bg_deco1.svg);background-size:auto 120%;background-position:center calc(50% - 30px);background-repeat:no-repeat}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.main-title{padding-bottom:70px}}@media (max-width: 800px){.main-title{height:unset;min-height:100vh;background-image:url(./../img/deco/intro_m-bg_deco.svg);background-size:auto 100%;background-position:calc(50% - 50px) -10px}}.main-title:before{content:"";position:absolute;inset:0;background-image:url(./../img/icon-scroll_down.svg),url(./../img/icon-double_arrow.svg);background-repeat:no-repeat,no-repeat;background-position:center calc(100% - 30px),calc(50% + 1px) calc(100% - 12px);background-size:50px,30px;animation:scroll-move .5s ease-in-out infinite alternate}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.main-title:before{background-size:32px,20px;background-position:center calc(100% - 25px),calc(50% + 1px) calc(100% - 8px);animation:scroll-move-tablet .5s ease-in-out infinite alternate}}@media (max-width: 800px){.main-title:before{background-size:32px,20px;background-position:center calc(100% - 25px),calc(50% + 1px) calc(100% - 5px);animation:scroll-move-tablet .5s ease-in-out infinite alternate}}@keyframes scroll-move{0%{background-position:center calc(100% - 30px),calc(50% + 1px) calc(100% - 12px)}to{background-position:center calc(100% - 30px),calc(50% + 1px) calc(100% - 5px)}}@keyframes scroll-move-tablet{0%{background-position:center calc(100% - 25px),calc(50% + 1px) calc(100% - 8px)}to{background-position:center calc(100% - 25px),calc(50% + 1px) calc(100% - 5px)}}.main-title__inner{width:60%;max-width:928px;min-width:700px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;animation:introLoad .8s ease forwards;position:relative}@media (max-width: 800px){.main-title__inner{width:100%;padding:40px 20px;margin:unset;min-width:unset}}.en .main-title__inner{width:65%;max-width:1040px}@media (max-width: 800px){.en .main-title__inner{width:100%}}.main-title__inner *{z-index:3}.main-title__inner p{line-height:1.5;font-size:24px;color:#111;font-family:Pretendard;white-space:nowrap;animation:introLoad .8s ease .6s both}.en .main-title__inner p{font-size:20px}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.main-title__inner p{font-size:18px}}@media (max-width: 800px){.main-title__inner p{font-size:14px;white-space:unset}.en .main-title__inner p{font-size:14px}}.main-title__inner h3{color:#111;font-size:30px;font-family:MungyeongGamhongApple;font-weight:400;text-shadow:-2px -2px #fafafa,0px -2px #fafafa,2px -2px #fafafa,-2px 0px #fafafa,2px 0px #fafafa,-2px 2px #fafafa,0px 2px #fafafa,2px 2px #fafafa;animation:introLoad .8s ease .2s both;width:max-content}.main-title__inner h3:before{content:"";position:absolute;top:-95%;left:-8%;width:8%;aspect-ratio:1/1;background-image:url(./../img/deco/title_star1.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.en .main-title__inner h3:before{width:5%;left:-5%}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.en .main-title__inner h3:before{left:-30px;top:-20px}}@media (max-width: 800px){.en .main-title__inner h3:before{width:7%;left:-15px;top:-15px}}.en .main-title__inner h3{font-size:32px}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.en .main-title__inner h3{font-size:24px}}@media (max-width: 800px){.en .main-title__inner h3{font-size:16px}}.main-title__inner h3:after{content:"";position:absolute;top:-150%;right:-10%;width:12%;aspect-ratio:54/61;background-image:url(./../img/deco/title_star2.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.en .main-title__inner h3:after{width:8%}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.en .main-title__inner h3:after{right:-30px;top:-30px}}@media (max-width: 800px){.en .main-title__inner h3:after{width:12%;right:-25px;top:-25px}}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.main-title__inner h3{font-size:26px}}@media (max-width: 800px){.main-title__inner h3{font-size:24px;text-shadow:-1px -1px #fafafa,0px -1px #fafafa,1px -1px #fafafa,-1px 0px #fafafa,1px 0px #fafafa,-1px 1px #fafafa,0px 1px #fafafa,1px 1px #fafafa}.en .main-title__inner h3{font-size:12px}}.main-title__inner h1{color:#111;font-size:70px;font-family:MungyeongGamhongApple;font-weight:400;line-height:1.5;text-shadow:-2px -2px #fafafa,0px -2px #fafafa,2px -2px #fafafa,-2px 0px #fafafa,2px 0px #fafafa,-2px 2px #fafafa,0px 2px #fafafa,2px 2px #fafafa;animation:introLoad .8s ease .4s both}.en .main-title__inner h1{width:100%;font-size:56px}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.en .main-title__inner h1{font-size:44px}}@media (max-width: 800px){.en .main-title__inner h1{font-size:28px;max-width:400px}}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.main-title__inner h1{font-size:55px}}@media (max-width: 800px){.main-title__inner h1{font-size:20px;text-shadow:-1px -1px #fafafa,0px -1px #fafafa,1px -1px #fafafa,-1px 0px #fafafa,1px 0px #fafafa,-1px 1px #fafafa,0px 1px #fafafa,1px 1px #fafafa}.en .main-title__inner h1{font-size:28px}}@media (max-width: 800px){.main-title__inner h3{font-size:16px}.main-title__inner h1{font-size:34px}}.main-title__buttons{width:100%;margin-top:30px;display:flex;flex-direction:row;justify-content:center;gap:15px;animation:buttonSlideUp .6s ease 1s both;pointer-events:none}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.main-title__buttons{margin-top:20px;max-width:600px}}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.en .main-title__buttons{max-width:750px}}@media (max-width: 800px){.main-title__buttons{gap:5px;margin-top:0;flex-direction:column;align-items:center;max-width:400px}}.main-title__buttons button{position:relative;width:50%;min-width:320px;aspect-ratio:444/302;padding:55px 32px 32px;margin-bottom:10px;border-radius:14px;border:2px solid #111;background:#fafafa;box-sizing:border-box;box-shadow:6px 6px #111;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.main-title__buttons button b{color:#111;font-family:OngleipParkDahyeon;font-size:48px;font-weight:500;text-align:left;white-space:nowrap;line-height:120%}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.main-title__buttons button b{font-size:35px}}@media (max-width: 800px){.main-title__buttons button b{font-size:28px}}.en .main-title__buttons button b{font-size:38px;line-height:100%}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.en .main-title__buttons button b{font-size:28px}}@media (max-width: 800px){.en .main-title__buttons button b{font-size:26px;font-weight:400}}.main-title__buttons button span{font-size:20px;font-family:Pretendard;color:#111;line-height:1.5;text-align:left}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.main-title__buttons button span{font-size:16px}}@media (max-width: 800px){.main-title__buttons button span{font-size:16px}}.en .main-title__buttons button span{font-size:18px}@media (max-width: 800px){.en .main-title__buttons button span{font-size:14px}}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.en .main-title__buttons button:nth-child(2) span br{display:none}}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.main-title__buttons button{padding:45px 20px 20px;aspect-ratio:444/312}}@media (max-width: 800px){.main-title__buttons button{padding:32px 20px 20px;width:100%;aspect-ratio:322/160;gap:6px}.en .main-title__buttons button{aspect-ratio:320/208;max-height:320px;font-size:26px}}.main-title__buttons button:nth-child(1){background-image:url(./../img/deco/intro_btn1-1.svg),url(./../img/deco/intro_btn1-2.svg);background-size:35% auto,35% auto;background-position:bottom -3px right -3px,bottom -3px right 40%;background-repeat:no-repeat}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.main-title__buttons button:nth-child(1){background-size:35% auto,35% auto;background-position:bottom -3px right -3px,bottom -3px right 75px}}@media (max-width: 800px){.main-title__buttons button:nth-child(1){background-size:auto 70%,auto 30%;background-position:bottom -3px right -3px,bottom -3px right 30%}}.en .main-title__buttons button:nth-child(1){background-image:url(./../img/deco/intro_btn1-1.svg),url(./../img/deco/intro_btn1-2.svg);background-size:32% auto,32% auto;background-position:bottom -3px right -3px,bottom -3px right 130px}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.en .main-title__buttons button:nth-child(1){background-size:32% auto,32% auto;background-position:bottom -3px right -3px,bottom -3px right 85px}}@media (max-width: 800px){.en .main-title__buttons button:nth-child(1){background-size:auto 60%,auto 30%;background-position:bottom -3px right -3px,bottom -3px right 40%}}.main-title__buttons button:nth-child(1):before{content:"";position:absolute;top:-5px;left:15px;width:36px;aspect-ratio:36/44;background-image:url(../img/order_01.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.main-title__buttons button:nth-child(1):before{width:32px}}@media (max-width: 800px){.main-title__buttons button:nth-child(1):before{width:28px}}.main-title__buttons button:nth-child(2){background-image:url(./../img/deco/intro_btn2.svg);background-size:50% auto;background-position:bottom -1px right -1px;background-repeat:no-repeat}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.main-title__buttons button:nth-child(2){background-size:45% auto}}@media (max-width: 800px){.main-title__buttons button:nth-child(2){background-size:auto 70%}}.en .main-title__buttons button:nth-child(2){background-size:42% auto;background-position:bottom -1px right -1px;background-repeat:no-repeat}.main-title__buttons button:nth-child(2):before{content:"";position:absolute;top:-5px;left:15px;width:36px;aspect-ratio:36/44;background-image:url(../img/order_02.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.main-title__buttons button:nth-child(2):before{width:32px}}@media (max-width: 800px){.main-title__buttons button:nth-child(2):before{width:28px}}.info-menu{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:80px 0;background:#efefef}@media (max-width: 800px){.info-menu{padding:40px 0;flex-direction:column}}.info-menu__inner{width:100%;max-width:928px;min-width:320px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;padding:0 20px}@media (max-width: 800px){.info-menu__inner{padding:0 20px;gap:15px;align-items:center}}.en .info-menu__inner{max-width:1040px}.info-menu__title{font-size:24px;line-height:150%;color:#111;font-size:28px;font-family:MungyeongGamhongApple;font-weight:400;width:100%;text-align:left}@media (max-width: 800px){.info-menu__title{max-width:400px;font-size:18px}}.info-menu__buttons{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (max-width: 800px){.info-menu__buttons{max-width:400px;grid-template-columns:repeat(1,1fr);gap:10px}}.info-menu__buttons button{height:164px;border-radius:14px;border:1px solid #111;background:#fafafa;padding:35px 36% 35px 30px;word-break:keep-all;text-align:left;font-size:24px;font-weight:700;line-height:150%;color:#111;display:flex;align-items:flex-start;justify-content:flex-start;background-position:right;background-repeat:no-repeat}@media (max-width: 800px){.info-menu__buttons button{height:115px;font-size:16px;padding:23px 50% 23px 21px}}.info-menu__buttons button:nth-child(1){background-image:url(./../img/deco/deco1.svg);background-size:42% auto;background-position:right 7% center}.en .info-menu__buttons button:nth-child(1){background-image:url(./../img/deco/deco1_en.svg)}.info-menu__buttons button:nth-child(2){background-image:url(./../img/deco/deco2.svg);background-size:32% auto;background-position:right 5% center}.en .info-menu__buttons button:nth-child(2){background-image:url(./../img/deco/deco2_en.svg)}.info-menu__buttons button:nth-child(3){background-image:url(./../img/deco/deco3.svg);background-size:25% auto;background-position:right 10% center}.en .info-menu__buttons button:nth-child(3){background-image:url(./../img/deco/deco3_en.svg)}.info-menu__buttons button:nth-child(4){background-image:url(./../img/deco/info4_deco1.svg);background-size:auto 60%;background-position:right 8% center}.en .info-menu__buttons button:nth-child(4){background-image:url(./../img/deco/info4_deco1_en.svg)}.info-menu__buttons button:nth-child(5){background-image:url(./../img/deco/deco5.svg);background-size:40% auto;background-position:right 10% bottom -2px}.en .info-menu__buttons button:nth-child(5){background-image:url(./../img/deco/deco5_en.svg)}.info-page{z-index:10;position:fixed;top:0;left:0;width:100%;height:100vh}.info-page.slide-out{animation:slideOut .5s ease-out forwards}.info__close{cursor:pointer;width:40px;height:40px;position:absolute;top:60px;right:15px;border:none;border-radius:50%;background:rgba(114,114,114,.2);transition:all .3s ease;color:#111;font-size:24px;display:flex;align-items:center;justify-content:center}.info__close:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}.info__back{display:none}@media (max-width: 800px){.info__back{display:flex;cursor:pointer;width:40px;height:40px;position:absolute;top:60px;left:16px;border:none;border-radius:50%;background:rgba(114,114,114,.2);transition:all .3s ease;color:#111;align-items:center;justify-content:center}.info__back:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}}.info__index{max-width:300px;height:100vh;position:absolute;top:0;left:0;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:12px;animation:infoLoad .5s ease-out forwards}@media (max-width: 800px){.info__index{padding-left:20px;width:100%;max-width:unset;z-index:5;background-color:#efefef}}.info__index__close{display:none}@media (max-width: 800px){.info__index__close{display:flex;cursor:pointer;width:40px;height:40px;position:absolute;top:60px;right:15px;border:none;border-radius:50%;background:rgba(114,114,114,.2);transition:all .3s ease;color:#111;font-size:24px;align-items:center;justify-content:center}.info__index__close:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}}.info__index__title{display:none;align-items:center;justify-content:center;width:106px;aspect-ratio:106/45;background-color:#d3ccf5;border-radius:50%;border:5px double #111;font-size:18px;font-weight:700}@media (max-width: 800px){.info__index__title{display:flex}}.info__index__tab{cursor:pointer;padding:16px 12px;border:1px solid rgb(0,0,0);border-radius:0 12px 12px 0;transition:all .3s ease;background-color:#efefef;color:#111;font-size:16px;font-weight:500;line-height:150%;text-align:left}.info__index__tab:hover{padding:20px 16px;background-color:#f6f6e9}.info__index__tab.active{background:#f6f6e9}@media (max-width: 800px){.info__index__tab{padding:16px 12px 16px 0;border:unset;border-radius:12px;font-size:18px;font-weight:600}.info__index__tab.active{background:unset}}.info__content{position:fixed;width:100%;height:100vh;top:0;left:0;background-color:#efefef;padding-left:300px;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;animation:infoLoad .5s ease-out forwards;display:flex;justify-content:center}@media (max-width: 800px){.info__content{padding:unset;z-index:10}}.info__content .content-display{margin-top:60px;padding:60px 150px 0;display:flex;flex-direction:column;width:100%}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.info__content .content-display{min-width:unset;padding:60px 20px 0}}@media (max-width: 800px){.info__content .content-display{min-width:unset;padding:0 16px}}.info__content .content-display h2{color:#111;font-size:32px;font-weight:700;line-height:150%;text-align:left;flex-shrink:0;width:100%;max-width:960px;margin:0 auto 28px}@media (max-width: 800px){.info__content .content-display h2{font-size:24px;margin:14px 0 10px}}.info__content .content-display .content-body{width:100%;max-width:960px;padding-bottom:60px;margin:0 auto;font-size:16px;flex:1;text-align:left}@media (max-width: 800px){.info__content .content-display .content-body{padding:20px 0 150px}}.info__content .content-display .content-body p{font-size:18px;color:#111}.info__content .content-display .content-body .content-section{border:1px solid #111;border-radius:6px;padding:70px 40px 35px;background:#f6f6e9;display:flex;flex-direction:column;gap:37px}@media (max-width: 800px){.info__content .content-display .content-body .content-section{padding:30px 14px;gap:18px}}.info__content .content-display .content-body .content-section:not(:last-child){margin-bottom:30px}.info__content .content-display .content-body .content-section .head1{color:#111;font-size:22px;font-weight:700;line-height:150%}@media (max-width: 800px){.info__content .content-display .content-body .content-section .head1{font-size:20px}}.info__content .content-display .content-body .content-section .head2{color:#111;font-size:20px;font-weight:600;line-height:150%}@media (max-width: 800px){.info__content .content-display .content-body .content-section .head2{font-size:18px}}.info__content .content-display .content-body .content-section .head3{color:#111;font-size:16px;font-weight:600;line-height:150%}.info__content .content-display .content-body .content-section .HL{display:inline;color:#111;font-size:18px;font-weight:600;line-height:150%;background:linear-gradient(to bottom,transparent 0%,transparent 60%,#e7eda2 60%,#e7eda2 100%);background-repeat:repeat-x;background-size:100% 100%;box-decoration-break:clone;-webkit-box-decoration-break:clone;margin-bottom:8px}.info__content .content-display .content-body .content-section .HL b{font-size:20px;font-weight:700}@media (max-width: 800px){.info__content .content-display .content-body .content-section .HL{font-size:14px}.info__content .content-display .content-body .content-section .HL b{font-size:18x}}.info__content .content-display .content-body .content-section .box{border-radius:8px;border:1px solid #111;background:#e7eda2;padding:14px 22px;margin-right:30%}@media (max-width: 800px){.info__content .content-display .content-body .content-section .box{padding:12px 17px;margin-right:0}}.info__content .content-display .content-body .content-section ul li{color:#111;font-size:16px;font-weight:400;line-height:150%}.info__content .content-display .content-body .content-section ul li:not(:last-child){margin-bottom:25px}.info__content .content-display .content-body .content-section ul li span{font-size:16px;font-weight:700;line-height:150%}.info__content .content-display .content-body .content-section .content-subsection .link{display:flex;flex-direction:row;align-items:center;gap:8px}.info__content .content-display .content-body .content-section .content-subsection .link span{font-size:16px;font-weight:500;line-height:150%}.info__content .content-display .content-body .content-section .content-subsection .link a{border:1px solid #111;border-radius:6px;padding:8px 10px;color:#111;font-size:12px;font-weight:500;line-height:150%;text-decoration:none;display:flex;align-items:center;justify-content:center}.info__content .content-display .content-body .content-p{margin-top:96px;width:100%;display:block;font-size:24px;font-weight:600;line-height:150%}@media (max-width: 800px){.info__content .content-display .content-body .content-p{font-size:22px}}.info__content .content-display .content-body .content-button{cursor:pointer;margin-top:30px;display:flex;flex-direction:row;gap:20px;animation:unset;pointer-events:unset}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.info__content .content-display .content-body .content-button{gap:15px;max-width:unset}}@media (max-width: 800px){.info__content .content-display .content-body .content-button{gap:10px;flex-direction:column;align-items:center;max-width:unset}}.info__content .content-display .content-body .content-button button{aspect-ratio:unset;padding:30px 25px;font-size:32px;box-shadow:5px 5px #111;margin-bottom:5px}.info__content .content-display .content-body .content-button button b{font-size:32px}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.info__content .content-display .content-body .content-button button b{font-size:24px}}@media (max-width: 800px){.info__content .content-display .content-body .content-button button b{font-size:28px}}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.info__content .content-display .content-body .content-button button{padding:25px 20px;font-size:32px}}@media (max-width: 800px){.info__content .content-display .content-body .content-button button{padding:20px 16px;font-size:30px}}.info__content .content-display .content-body .content-button button:before{display:none}.info__content .content-display .content-body .content-button button:nth-child(1){background-size:auto 70%,auto 35%;background-position:bottom -3px right -3px,bottom -3px right 70px}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.info__content .content-display .content-body .content-button button:nth-child(1){background-size:auto 60%,auto 30%;background-position:bottom -3px right -3px,bottom -3px right 70px}}@media (max-width: 800px){.info__content .content-display .content-body .content-button button:nth-child(1){background-size:auto 110px,auto 50px;background-position:bottom -3px right -3px,bottom -3px right 70px}}.info__content .content-display .content-body .content-button button:nth-child(2){background-size:auto 90%;padding-right:25%}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.info__content .content-display .content-body .content-button button:nth-child(2){background-size:auto 70%}}@media (max-width: 800px){.info__content .content-display .content-body .content-button button:nth-child(2){background-size:auto 100px}}.info__content .content-display .content-body .content-button button span{font-size:16px}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.info__content .content-display .content-body .content-button button span{margin-top:4px;font-size:14px}}@media (max-width: 800px){.info__content .content-display .content-body .content-button button span{font-size:14px}}.info__content .content-display.info-1 .content-section{position:relative;overflow:unset;padding-bottom:70px}.info__content .content-display.info-1 .content-section:after{content:"";display:block;position:absolute;bottom:-50px;right:-15px;width:35%;max-width:259px;min-width:200px;aspect-ratio:259/132;background-image:url(./../img/deco/info1_deco.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat}.en .info__content .content-display.info-1 .content-section:after{background-image:url(./../img/deco/info1_deco_en.svg)}@media (max-width: 800px){.info__content .content-display.info-1 .content-section:after{bottom:-38px;right:0;background-image:url(./../img/deco/deco1.svg);width:20%;min-width:166px}}.info__content .content-display.info-2 .content-section{padding:0;position:relative}.info__content .content-display.info-2 .content-section .HL{display:inline-block;font-size:16px;margin-bottom:8px}.info__content .content-display.info-2 .content-section .content-subsection{padding:0 40px;border-radius:6px 6px 0 0}@media (max-width: 800px){.info__content .content-display.info-2 .content-section .content-subsection{padding:0 16px}}.info__content .content-display.info-2 .content-section .content-subsection:last-child{margin-bottom:37px}.info__content .content-display.info-2 .content-section .content-subsection:has(>.title){padding:0;background:#e7eda2}.info__content .content-display.info-2 .content-section .content-subsection>.title{color:#111;font-size:26px;font-weight:700;line-height:150%;padding:19px 40px 15px;border-bottom:1px solid #111}.en .info__content .content-display.info-2 .content-section .content-subsection>.title{padding-right:40%!important}@media (max-width: 800px){.info__content .content-display.info-2 .content-section .content-subsection>.title{font-size:20px;padding:15px}}.info__content .content-display.info-2 .content-section:nth-child(1) .title{position:relative}.info__content .content-display.info-2 .content-section:nth-child(1) .title:after{content:"";position:absolute;top:-28px;right:8px;display:block;width:165px;height:140px;background-image:url(./../img/deco/info2_deco1.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat}.en .info__content .content-display.info-2 .content-section:nth-child(1) .title:after{background-image:url(./../img/deco/info2_deco1_en.svg)}@media (max-width: 800px){.info__content .content-display.info-2 .content-section:nth-child(1) .title:after{top:-36px;right:3px;width:120px;height:103px}}.info__content .content-display.info-2 .content-section:nth-child(2):before{content:"";position:absolute;top:0;left:-150px;display:block;width:212px;height:212px;background-image:url(./../img/deco/info2_bg1.svg);background-size:212px 212px;background-position:center;background-repeat:no-repeat;z-index:-1}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.info__content .content-display.info-2 .content-section:nth-child(2):before{display:none}}@media (max-width: 800px){.info__content .content-display.info-2 .content-section:nth-child(2):before{display:none}}.info__content .content-display.info-2 .content-section:nth-child(2) .title{position:relative}.info__content .content-display.info-2 .content-section:nth-child(2) .title:after{content:"";position:absolute;top:-10px;right:22px;display:block;width:161px;height:69px;background-image:url(./../img/deco/info2_deco2.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat}.en .info__content .content-display.info-2 .content-section:nth-child(2) .title:after{background-image:url(./../img/deco/info2_deco2_en.svg)}@media (max-width: 800px){.info__content .content-display.info-2 .content-section:nth-child(2) .title:after{top:50%;transform:translateY(-50%);right:10px;width:116px;height:50px}}.info__content .content-display.info-2 .content-section:nth-child(3):before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-150px;display:block;width:212px;height:212px;background-image:url(./../img/deco/info2_bg2.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat;z-index:-1}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.info__content .content-display.info-2 .content-section:nth-child(3):before{display:none}}@media (max-width: 800px){.info__content .content-display.info-2 .content-section:nth-child(3):before{display:none}}.info__content .content-display.info-2 .content-section:nth-child(3) .title{position:relative}.info__content .content-display.info-2 .content-section:nth-child(3) .title:after{content:"";position:absolute;top:12px;right:20px;display:block;width:224px;height:76px;background-image:url(./../img/deco/info2_deco3.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat}.en .info__content .content-display.info-2 .content-section:nth-child(3) .title:after{width:308px;height:76px;background-image:url(./../img/deco/info2_deco3_en.svg)}@media (max-width: 800px){.en .info__content .content-display.info-2 .content-section:nth-child(3) .title:after{width:150px;height:40px;right:5px}}@media (max-width: 800px){.info__content .content-display.info-2 .content-section:nth-child(3) .title:after{top:50%;transform:translateY(-50%);right:10px;width:140px;height:55px}}.info__content .content-display.info-2 .content-section:nth-child(4):before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:-150px;display:block;width:212px;height:212px;background-image:url(./../img/deco/info2_bg3.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat;z-index:-1}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.info__content .content-display.info-2 .content-section:nth-child(4):before{display:none}}@media (max-width: 800px){.info__content .content-display.info-2 .content-section:nth-child(4):before{display:none}}.info__content .content-display.info-2 .content-section:nth-child(4) .title{position:relative}.info__content .content-display.info-2 .content-section:nth-child(4) .title:after{content:"";position:absolute;top:-20px;right:20px;display:block;width:197px;height:106px;background-image:url(./../img/deco/info2_deco4.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat}.en .info__content .content-display.info-2 .content-section:nth-child(4) .title:after{background-image:url(./../img/deco/info2_deco4_en.svg)}@media (max-width: 800px){.en .info__content .content-display.info-2 .content-section:nth-child(4) .title:after{top:50%;transform:translateY(-50%);right:8px}}@media (max-width: 800px){.info__content .content-display.info-2 .content-section:nth-child(4) .title:after{top:45%;transform:translateY(-50%);right:-16px;width:112px;height:61px}}.info__content .content-display.info-3 .content-section:first-child{position:relative;padding-top:100px}@media (max-width: 800px){.info__content .content-display.info-3 .content-section:first-child{padding-top:30px}}@media (max-width: 800px){.info__content .content-display.info-3 .content-section:first-child .box{padding-right:35%}}.info__content .content-display.info-3 .content-section:first-child:after{content:"";position:absolute;top:24px;right:20px;display:block;background-image:url(./../img/deco/info3_deco.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat;width:120px;aspect-ratio:1}.en .info__content .content-display.info-3 .content-section:first-child:after{background-image:url(./../img/deco/info3_deco_en.svg)}@media (max-width: 800px){.info__content .content-display.info-3 .content-section:first-child:after{width:100px}}.info__content .content-display.info-3 .content-section:nth-child(2) .content-subsection .box{margin-right:unset}.info__content .content-display.info-3 .content-section .box{display:inline-block}.info__content .content-display.info-4 .content-section{gap:20px}@media (max-width: 800px){.info__content .content-display.info-4 .content-section{padding:22px 14px}}.info__content .content-display.info-4 .content-section:nth-child(1){position:relative;padding-top:50px}.info__content .content-display.info-4 .content-section:nth-child(1) .content-subsection:nth-child(1){padding-right:110px}.info__content .content-display.info-4 .content-section:nth-child(1):after{content:"";position:absolute;top:-40px;right:-40px;display:block;background-image:url(./../img/deco/info4_deco1.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat;width:20%;max-width:248px;min-width:200px;aspect-ratio:248/175}@media (max-width: 800px){.info__content .content-display.info-4 .content-section:nth-child(1):after{top:-45px;right:-15px;width:160px;max-width:unset;min-width:unset}}.en .info__content .content-display.info-4 .content-section:nth-child(1):after{background-image:url(./../img/deco/info4_deco1_en.svg)}.info__content .content-display.info-4 .content-section:nth-child(3){position:relative}.info__content .content-display.info-4 .content-section:nth-child(3):after{content:"";position:absolute;top:-40px;right:-55px;display:block;background-image:url(./../img/deco/info4_deco2.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat;width:25%;max-width:210px;min-width:180px;aspect-ratio:200/130}.en .info__content .content-display.info-4 .content-section:nth-child(3):after{background-image:url(./../img/deco/info4_deco2_en.svg)}@media (max-width: 800px){.info__content .content-display.info-4 .content-section:nth-child(3):after{top:-58px;right:-22px;width:130px;max-width:unset;min-width:unset}}.info__content .content-display.info-4 .content-section .content-subsection ul{padding:30px 32px;border-radius:6px;border:1px solid #111;background:#e7eda2;box-shadow:0 4px 4px #0003}@media (max-width: 800px){.info__content .content-display.info-4 .content-section .content-subsection ul{padding:30px 20px}}.info__content .content-display.info-4 .content-section .content-subsection .ol{padding:unset;border-radius:unset;border:unset;background:unset;box-shadow:unset}@media (max-width: 800px){.info__content .content-display.info-4 .content-section .content-subsection .ol{padding-left:22px}}.info__content .content-display.info-4 .content-section .content-subsection .ol li{margin-bottom:6px;color:#111;font-size:20px;font-weight:600}@media (max-width: 800px){.info__content .content-display.info-4 .content-section .content-subsection .ol li{font-size:18px;text-indent:-22px}}.info__content .content-display.info-5 .content-section{border:unset;border-radius:unset;padding:unset;background:unset;gap:20px}.info__content .content-display.info-5 .content-section .content-subsection:has(>.title){display:flex;align-items:center;justify-content:left;padding:60px 30% 60px 40px;width:100%;min-height:102px;border:1px solid #111;border-bottom:5px solid #111;background:#cde6f6;border-radius:6px;background-image:url(./../img/char_blue.svg);background-size:24% auto;background-position:right 5px bottom -2px;background-repeat:no-repeat}@media (max-width: 800px){.info__content .content-display.info-5 .content-section .content-subsection:has(>.title){padding:30px 39% 30px 15px;background-size:35% auto}}.info__content .content-display.info-5 .content-section ul.guidance{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.info__content .content-display.info-5 .content-section ul.guidance li{width:100%}@media (max-width: 800px){.info__content .content-display.info-5 .content-section ul.guidance{display:flex;flex-direction:column;grid-template-columns:unset}.info__content .content-display.info-5 .content-section ul.guidance li{min-height:unset}}.info__content .content-display.info-5 .content-section .title{font-family:OngleipParkDahyeon;font-size:48px;word-break:keep-all;position:relative}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.info__content .content-display.info-5 .content-section .title{font-size:36px}}@media (max-width: 800px){.info__content .content-display.info-5 .content-section .title{font-size:24px}}.en .info__content .content-display.info-5 .content-section .title{font-size:42px}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.en .info__content .content-display.info-5 .content-section .title{font-size:36px}}@media (max-width: 800px){.en .info__content .content-display.info-5 .content-section .title{font-size:22px}}.info__content .content-display.info-5 .content-section .title:before{content:"";position:absolute;top:-30px;left:-15px;display:block;width:30px;height:20px;background-image:url(./../img/U0022_blue.svg);background-size:contain;background-position:center;background-repeat:no-repeat}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.info__content .content-display.info-5 .content-section .title:before{left:0}}@media (max-width: 800px){.info__content .content-display.info-5 .content-section .title:before{top:-15px;left:0;width:17px;height:12px}}.info__content .content-display.info-5 .content-section .title:after{content:"";position:absolute;bottom:-30px;right:-15px;display:block;width:30px;height:20px;background-image:url(./../img/U0022_blue.svg);background-size:contain;background-position:center;background-repeat:no-repeat;transform:rotate(180deg)}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.info__content .content-display.info-5 .content-section .title:after{right:0}}@media (max-width: 800px){.info__content .content-display.info-5 .content-section .title:after{bottom:-15px;right:0;width:17px;height:12px}}.info__content .content-display.info-5 .content-section ul{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}.info__content .content-display.info-5 .content-section ul li{color:#111;font-size:16px;font-weight:500;line-height:150%;width:calc(50% - 6px);min-height:212px;padding:24px 32px;border-radius:6px;background:#deebf3;display:flex;justify-content:center;align-items:center;flex-shrink:0;gap:10px}.info__content .content-display.info-5 .content-section ul li:not(:last-child){margin-bottom:0}@media (max-width: 800px){.info__content .content-display.info-5 .content-section ul li{padding:32px 24px}}.info__content .content-display.info-5 .content-section:nth-child(2) .content-subsection:has(>.title){background-color:#bae4bc;background-image:url(./../img/char_green.svg)}.info__content .content-display.info-5 .content-section:nth-child(2) .title:before{background-image:url(./../img/U0022_green.svg)}.info__content .content-display.info-5 .content-section:nth-child(2) .title:after{background-image:url(./../img/U0022_green.svg)}.info__content .content-display.info-5 .content-section:nth-child(2) ul li{background-color:#e0ece1}.info__content .content-display.info-5 .content-section:nth-child(3) .content-subsection:has(>.title){background-color:#ffc2c2;background-image:url(./../img/char_red.svg)}.info__content .content-display.info-5 .content-section:nth-child(3) .title:before{background-image:url(./../img/U0022_red.svg)}.info__content .content-display.info-5 .content-section:nth-child(3) .title:after{background-image:url(./../img/U0022_red.svg)}.info__content .content-display.info-5 .content-section:nth-child(3) ul li{background-color:#f5dddd}.info.page-mode .info__index{z-index:5}.info.page-mode .info__index__close{cursor:pointer;width:40px;height:40px;position:absolute;top:60px;right:15px;border:none;border-radius:50%;background:rgba(114,114,114,.2);transition:all .3s ease;color:#111;font-size:24px;display:flex;align-items:center;justify-content:center}.info.page-mode .info__index__close:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}.info.page-mode .info__content{z-index:10;padding:0 16px}.info.page-mode .info__content .content-display{height:calc(100vh - 120px);margin:60px 0}@keyframes slideOut{0%{transform:translate(0)}to{transform:translate(-100%)}}.info__content.slide-out{animation:slideOut .5s ease-out forwards}body.overflow{height:100vh;height:calc(var(--vh, 1dvh) * 100);overflow:hidden}.only-m{display:none}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.only-m{display:block}}@media (max-width: 800px){.only-m{display:block}}.only-pc{display:block}@media (max-width: 800px){.only-pc{display:none}}.main-wrapper{width:100%;background-color:#d3ccf5}@media (max-width: 800px){.main-wrapper{height:unset}}.loaded .intro{animation:.5s ease introLoad forwards}.unloaded .intro{animation-delay:.5s;animation:.5s ease introUnload forwards}.loaded .page1{animation:.5s ease page1Load forwards}.unloaded .page1{animation-delay:.5s;animation:.5s ease page1Unload forwards}.loaded .page2{animation:.5s ease page1Load forwards}.unloaded .page2{animation-delay:.5s;animation:.5s ease page1Unload forwards}.loaded .declaration-page{animation:.5s ease page3Load forwards}.unloaded .declaration-page{animation-delay:.5s;animation:.5s ease page3Unload forwards}.loaded .info{animation:.8s ease infoLoad forwards}.unloaded .info{animation-delay:.5s;animation:.8s ease infoUnload forwards}.wrap{width:100%;height:100%;position:relative}.hamburger-menu{position:absolute;top:60px;right:20px;background:transparent;border:none;width:50px;height:50px;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;transition:all .3s ease;z-index:3}.hamburger-menu:hover{background:rgba(0,0,0,.18);transform:scale(1.05)}@media (max-width: 800px){.hamburger-menu{display:none}}.hamburger-menu span{width:20px;height:2px;background:#111111;border-radius:1px;transition:all .3s ease}.hamburger-menu span:last-child{width:20px}.home,.page1,.page2{display:flex;justify-content:center;align-items:center;min-height:500px;font-size:2rem;position:absolute;top:0;left:0;width:100%;height:calc(100vh - 55px)}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.home,.page1,.page2{align-items:flex-start}}.intro{z-index:1}.page1{z-index:2;background:#efefef;position:relative}.page1,.page2{height:100vh;height:100dvh;height:calc(var(--vh, 1vh) * 100);height:calc(var(--vh, 1dvh) * 100);overflow-y:hidden}@media (max-width: 800px){.page1,.page2{padding-top:0}}.counter-hidden{display:none;position:absolute;bottom:0;left:0}.counter-hidden-link{display:none}.counter-hidden-link.active{display:block}#error_b701cc0ba34a235dac2a7aaabac45e804eb0d69f{display:none}.unloaded .page1 .device{animation:deviceSlideOut .5s ease forwards}.device{z-index:15;aspect-ratio:378/830;height:94%;max-height:830px;position:relative;animation:deviceSlideIn .6s ease forwards;opacity:0;margin-top:10px;margin-bottom:28px}.device.fade-out{animation:fadeOut .5s ease forwards}@media (max-width: 800px){.device{width:100%;height:100%;max-height:100%;aspect-ratio:unset;min-width:unset;max-height:unset;margin-bottom:0;overflow-x:hidden;max-width:100vw;margin-top:unset}}.device img{width:100%}.device .dialogue{position:absolute;top:0;left:0;margin:15px 10px;width:calc(100% - 20px);height:calc(100% - 30px);background:#3ba3a6;border-radius:32px;overflow:hidden;display:flex;flex-direction:column}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.device .dialogue{margin:12px 8px;width:calc(100% - 16px);height:calc(100% - 24px)}}@media (max-width: 800px){.device .dialogue{border-radius:0;width:100%;height:100%;margin:0;overscroll-behavior:none}}.device__inner{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(./../img/mobile_device.png);background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (max-width: 800px){.device__inner{border-radius:0;background-image:unset}}.device-deco{position:absolute;display:flex;align-items:center;height:100%}.device-deco.left{left:0;transform:translate(2px);animation:deviceDecoSlideInLink 1s ease forwards}.device-deco.left img{padding-right:30px}.device-deco.right{right:0;width:60%;transform:translate(-2px);animation:deviceDecoSlideIn 3s ease forwards}.device-deco.right.deco{max-width:200px;animation:deviceDecoSlideInEmpty 1s ease forwards}@keyframes deviceDecoSlideIn{0%{transform:translate(-2px) rotate(0)}25%{transform:translate(110%) rotate(12deg)}75%{transform:translate(110%) rotate(12deg)}to{transform:translate(-2px) rotate(0)}}@keyframes deviceDecoSlideInEmpty{0%{transform:translate(-2px) rotate(0)}to{transform:translate(110%) rotate(5deg)}}@keyframes deviceDecoSlideInLink{0%{transform:translate(-2px)}to{transform:translate(-100%)}}.dialogue{transition:all .5s ease}.dialogue__header{width:100%;aspect-ratio:360/50;position:absolute;z-index:1;background-image:url(./../img/chat_header.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (max-width: 800px){.dialogue__header{background-image:unset;position:unset;height:60px}}.dialogue__scroll{width:100%;flex:1 1 auto;overflow-y:auto;padding:45px 20px 0;display:flex;flex-direction:column;-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth}.dialogue__scroll::-webkit-scrollbar{display:none}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.dialogue__scroll{padding:35px 10px 0}}@media (max-width: 800px){.dialogue__scroll{padding:0 20px;overscroll-behavior:none}}.dialogue__answer{padding:12px 18px;display:flex;flex-direction:column;gap:8px;border-radius:12px;flex:0 0 auto;animation:answerfadeInUp .5s ease forwards}@keyframes answerfadeInUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.dialogue__answer{padding:12px 10px;gap:6px}}.dialogue__answer .fade-out{animation:answerfadeOut .5s ease forwards}@keyframes answerfadeOut{0%{transform:translateY(0)}to{transform:translateY(100%)}}.dialogue__answer button{padding:12px 16px;display:flex;justify-content:center;align-items:center;flex-shrink:0;gap:10px;border-radius:8px;border:1px solid #111;background:#fafafa;color:#111;text-align:center;font-size:16px;font-weight:500;line-height:150%}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.dialogue__answer button{font-size:14px;padding:10px 12px;line-height:130%}}.message{display:flex;flex-direction:row;align-items:flex-end;gap:10px;margin-bottom:16px;opacity:0;transform:translateY(20px);transition:all .5s ease;animation:fadeInUp .5s ease forwards;opacity:1;transform:translateY(0)}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.message{gap:8px;margin-bottom:8px}}@media (max-width: 800px){.message{margin-bottom:15px}}@keyframes fadeInUp{0%{opacity:.5;transform:translateY(20px)}to{opacity:1;transform:translateZ(0)}}.message__text{border:1px solid #111}.page2 .message{align-items:flex-start}.page2 .message__text{border-radius:0 24px 24px}.page2 .message__image{width:unset;max-width:unset;aspect-ratio:unset;border-radius:unset;border:unset;margin-right:auto}.page2 .message__image img[src*=chat_info]{width:80%;max-width:unset;aspect-ratio:258/322;margin-right:unset;margin-left:46px}@media (max-width: 800px){.page2 .message__image img[src*=chat_info]{margin-left:58px}}.en .page2 .message__image img[src*=chat_info]{aspect-ratio:258/411}.page2 .message__image img[src*=question]{width:100%;max-width:unset;aspect-ratio:325/171;margin-right:unset;border:1.5px solid #111;border-radius:12px}.message__text{background:#f1f1f1;color:#333;border-radius:24px 24px 24px 0}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.message__text{border-radius:18px 18px 18px 0}}.message--me{align-items:flex-end;flex-direction:row-reverse}.message--me .message__text{background:#4caf50;color:#fff;border-radius:24px 24px 5px}.message__card{display:none;margin-bottom:unset}@media (max-width: 800px){.message__card{display:block}}.message__speaker{color:#fff;font-size:12px;font-weight:700;width:48px;height:48px;aspect-ratio:1;border-radius:50%;background:#3ba3a6;display:flex;justify-content:center;align-items:center}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.message__speaker{width:40px;height:40px}}.message__text{max-width:80%;padding:14px 18px;word-wrap:break-word;color:#111;font-size:16px;font-weight:500;line-height:150%}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.message__text{padding:8px 12px;font-size:14px}}.message__image{width:80%;max-width:300px;aspect-ratio:251/187;border-radius:12px;border:1px solid #111;overflow:hidden;margin-right:58px}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.message__image{border-bottom:1px solid #111}}.message__image img{width:100%;height:100%;object-fit:cover}.message.me{flex-direction:row-reverse}.message.me .message__speaker{background-image:url(./../img/emoji/me_default.png);background-size:100% 100%;background-position:center;background-repeat:no-repeat}.message.me.default .message__speaker{background-image:url(./../img/emoji/me_default.svg)}.message.me.angry .message__speaker{background-image:url(./../img/emoji/me_angry.svg)}.message.me.sad .message__speaker{background-image:url(./../img/emoji/me_sad.svg)}.message.me.surprise .message__speaker{background-image:url(./../img/emoji/me_surprise.svg)}.message.me.no .message__speaker{background-image:url(./../img/emoji/me_no.svg)}.message.me .message__text{border-radius:24px 24px 5px;background-color:#c9efd5}.page2 .message.me .message__speaker{display:none}.page2 .message.me .message__text{background:#0f6679;color:#fff8fb}.message.card{flex-direction:row-reverse;display:none}@media (max-width: 800px){.message.card{display:flex;justify-content:center}.message.card img{width:60%;max-width:300px}}.message.friend1 .message__speaker{background-image:url(./../img/emoji/friend1_default.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat}.message.friend1.surprise .message__speaker{background-image:url(./../img/emoji/friend1_surprise.svg)}.message.friend1.fun .message__speaker{background-image:url(./../img/emoji/friend1_fun.svg)}.message.friend1.happy .message__speaker{background-image:url(./../img/emoji/friend1_happy.svg)}.message.friend1.smile .message__speaker{background-image:url(./../img/emoji/friend1_smile.svg)}.message.friend2 .message__speaker{background-image:url(./../img/emoji/friend2_default.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat}.message.friend2.bad .message__speaker{background-image:url(./../img/emoji/friend2_bad.svg)}.message.friend2.default .message__speaker{background-image:url(./../img/emoji/friend2_default.svg)}.message.friend2.fun .message__speaker{background-image:url(./../img/emoji/friend2_fun.svg)}.message.friend2.smile .message__speaker{background-image:url(./../img/emoji/friend2_smile.svg)}.message.friend3 .message__speaker{background-image:url(./../img/emoji/friend3_default.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat}.message.friend3.absurd .message__speaker{background-image:url(./../img/emoji/friend3_absurd.svg)}.message.friend3.happy .message__speaker{background-image:url(./../img/emoji/friend3_happy.svg)}.message.friend3.bad .message__speaker{background-image:url(./../img/emoji/friend3_bad.svg)}.message.friend3.smile .message__speaker{background-image:url(./../img/emoji/friend3_smile.svg)}.message.friend3.surprise .message__speaker{background-image:url(./../img/emoji/friend3_surprise.svg)}.message.system{align-items:center;justify-content:center}.message.system .message__text{border:none;background:rgba(255,255,255,.3647058824);border-radius:10px}.message.link{flex-direction:row-reverse}.message.link .message__link{max-width:300px;border:1.5px solid #111;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;height:180px;width:80%;margin-right:58px}.message.link .message__link-container{display:flex;flex-direction:column;gap:16px}.message.link .message__link .message__link-img{overflow:hidden}.message.link .message__link .message__link-img img{width:100%;height:100%;object-fit:cover}.message.link .message__link p{font-weight:500;background:#f1f1f1;padding:10px;display:flex;align-items:center;color:#111;font-size:14px;font-weight:600;line-height:150%}.message.linkImg{flex-direction:row-reverse;display:none;width:80%;max-height:340px}@media (max-width: 800px){.message.linkImg{display:flex;align-items:center;justify-content:center;width:100%;max-height:unset}}.message.linkImg img{width:80%;max-height:340px}@media (max-width: 800px){.message.linkImg img{max-width:340px}}.message.linkImg .message__link{border-radius:14px;overflow:hidden;display:flex;flex-direction:column;height:180px;width:80%;margin-right:58px}.message.linkImg .message__link .message__link-img{overflow:hidden}.message.linkImg .message__link .message__link-img img{width:100%;height:100%;object-fit:cover}.message.counselor .message__speaker{background-image:url(./../img/emoji/counselor_default.png);background-size:100% 100%;background-position:center;background-repeat:no-repeat}.message.counselor .message__text span{color:#0f6679;font-weight:700}.message.counselor .message__text i{display:inline-block;background-color:#ffffff81;padding:2px 10px;border-radius:50%;font-size:14px;font-weight:800;line-height:150%;font-style:normal;border:1px solid #111;margin-bottom:4px}.message.counselor:has(i) .message__text{font-weight:600;background-color:#aad4f4}.message.counselor:has(i):nth-child(2) .message__text{background-color:#d7ceff}.message.counselor-add .message__speaker{background-image:none}.message.counselor-add .message__text{border-radius:24px}.message.counselor-add .message__text i{display:inline-block;background-color:#fafafa;color:#2c2c2c;padding:2px 10px;border-radius:50%;font-size:14px;font-weight:800;line-height:150%;font-style:normal;border:1px solid #111;margin-bottom:4px}.message.counselor-add:has(i) .message__text{color:#fafafa;background-color:#2c2c2c;margin-top:-17px;font-weight:400}.message.counselor:has(i)+.message.counselor-add .message__text{color:#fafafa;background-color:#2c2c2c;margin-top:-17px}.choice-button{background:#3ba3a6;color:#efefef;border:none;padding:8px 12px;border-radius:15px;cursor:pointer;font-size:13px;transition:all .2s ease;text-align:left;opacity:0;transform:translateY(10px)}.choice-button--animate{opacity:1;transform:translateY(0);transition:all .3s ease}.choice-button:hover{color:#efefef;background:#111;transform:translateY(-1px)}.choice-button:active{transform:translateY(0)}.page1:has(.device){background-color:#d3ccf5;padding-top:55px;min-height:700px;overflow-x:hidden}@media (max-width: 800px){.page1:has(.device){min-height:unset;padding-top:0;overflow-x:hidden;position:fixed;width:100%;left:0;right:0}}.page1:has(.scenario-content){min-height:800px;background-color:#efefef}@media (max-width: 800px){.page1:has(.scenario-content){min-height:100vh;height:auto;max-height:none;overflow-y:visible}}.scenario-content{max-width:625px;text-align:left;display:flex;flex-direction:column;justify-content:center;gap:15px;width:100%;margin-top:35px}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.scenario-content{max-width:480px;margin:auto 0;padding-top:55px;gap:10px}}@media (max-width: 800px){.scenario-content{justify-content:flex-start;padding:22px 20px 0;margin-top:55px;gap:12px;overflow-y:visible;overflow-x:visible;-ms-overflow-style:none;scrollbar-width:none}.scenario-content::-webkit-scrollbar{display:none}}.scenario-content.fade-out{animation:fadeOutDisplay .5s ease forwards}.scenario-content.fade-in{animation:fadeIn .5s ease forwards}.scenario-content h6{color:#111;font-size:30px;font-weight:700;line-height:150%;position:relative;margin:50px 0}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.scenario-content h6{margin:35px 0}}.scenario-content h6:before{content:"";position:absolute;top:-50px;left:0;width:49px;height:36px;background-image:url(./../img/U0022_purple.svg);background-size:cover;background-position:center;background-repeat:no-repeat}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.scenario-content h6:before{width:36px;height:26px;top:-35px}}.scenario-content h6:after{content:"";position:absolute;bottom:-50px;right:0;width:49px;height:36px;background-image:url(./../img/U0022_purple.svg);background-size:cover;background-position:center;background-repeat:no-repeat;transform:rotate(180deg)}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.scenario-content h6:after{width:36px;height:26px;bottom:-35px}}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.scenario-content h6{font-size:28px}}@media (max-width: 800px){.scenario-content h6{font-size:26px;line-height:140%;margin:30px 0}.scenario-content h6:before{width:28px;height:20px;top:-30px;left:0}.scenario-content h6:after{width:28px;height:20px;bottom:-30px;right:0}}.scenario-content .scenario-chat{display:flex;flex-direction:column;gap:12px}.scenario-content .scenario-chat__item{border-radius:6px;border:1px solid #111;padding:18px 22px;background:linear-gradient(90deg,rgba(255,255,255,.9) 0%,rgba(245,243,255,.9) 100%);box-shadow:0 4px 4px #0000001f;display:flex;flex-direction:column;gap:4px}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.scenario-content .scenario-chat__item{padding:12px 18px}}@media (max-width: 800px){.scenario-content .scenario-chat__item{padding:12px 18px}}.scenario-content .scenario-chat__item p{font-size:20px;font-weight:400;line-height:150%}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.scenario-content .scenario-chat__item p{font-size:18px}}@media (max-width: 800px){.scenario-content .scenario-chat__item p{font-size:16px}}.scenario-content .scenario-chat__item p span{font-size:20px;font-weight:500;line-height:150%}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.scenario-content .scenario-chat__item p span{font-size:18px}}@media (max-width: 800px){.scenario-content .scenario-chat__item p span{font-size:16px}}.scenario-content .scenario-chat__item img{margin-top:12px}.scenario-content .scenario-chat__item__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.scenario-content .scenario-chat__item__header span{color:#111;font-size:14px;font-weight:400;line-height:150%}.scenario-content button{cursor:pointer;width:100%;padding:1rem 2rem;border-radius:8px;border:unset;background:#111;color:#fff;font-size:1.2rem;transition:all .3s ease}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.scenario-content button{font-size:18px}}@media (max-width: 800px){.scenario-content button{font-size:16px;padding:12px}}.scenario-content button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.page2{background-color:#acddae;overflow-x:visible}.page2:has(.device){align-items:center;padding-top:55px;min-height:700px}@media (max-width: 800px){.page2:has(.device){min-height:unset;padding-top:0;overflow:hidden;overscroll-behavior:none}}.page2:has(.scenario-content){min-height:1350px;background-color:#acddae}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.page2:has(.scenario-content){min-height:1100px}}@media (max-width: 800px){.page2:has(.scenario-content){min-height:100vh;height:auto;max-height:none;overflow-y:visible;-ms-overflow-style:none;scrollbar-width:none}.page2:has(.scenario-content)::-webkit-scrollbar{display:none}}.page2 .scenario-content{min-height:700px}.en .page2 .scenario-content{min-height:800px}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.page2 .scenario-content{min-height:700px}.en .page2 .scenario-content{min-height:900px}}@media (max-width: 800px){.page2 .scenario-content{min-height:700px}}.page2 .scenario-content h6{margin-bottom:0}@media (max-width: 800px){.page2 .scenario-content h6{font-size:24px}}.en .page2 .scenario-content h6{line-height:120%}.en .page2 .scenario-content h6 span{font-size:18px;line-height:140%}.page2 .scenario-content h6:before{background-image:url(./../img/U0022_green_b.svg)}.page2 .scenario-content h6:after{background-image:none}.page2 .scenario-content>p{position:relative;color:#111;font-size:20px;font-weight:400;line-height:150%;margin-bottom:45px}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.page2 .scenario-content>p{font-size:18px}}@media (max-width: 800px){.page2 .scenario-content>p{font-size:16px;margin-bottom:30px}}.page2 .scenario-content>p:after{content:"";position:absolute;bottom:-35px;right:0;width:49px;height:36px;background-image:url(./../img/U0022_green_b.svg);background-size:cover;background-position:center;background-repeat:no-repeat;transform:rotate(180deg)}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.page2 .scenario-content>p:after{width:36px;height:26px;bottom:-25px}}@media (max-width: 800px){.page2 .scenario-content>p:after{width:28px;height:20px;bottom:-30px;right:0}}.page2 .scenario-content>p span{font-weight:700}.page2 .scenario-content>p span:not(:nth-last-child(4)){background:linear-gradient(to top,#e7eda2 50%,transparent 50%)}.page2 .scenario-content .scenario-buttons-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:24px;width:100%;position:relative}.en .page2 .scenario-content .scenario-buttons-grid{gap:20px}.page2 .scenario-content .scenario-buttons-grid:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:118%;height:118%;background-image:url(./../img/challenge_bg.svg);background-size:100% 105%;background-position:center;background-repeat:no-repeat;z-index:-1}@media (max-width: 800px){.page2 .scenario-content .scenario-buttons-grid:after{display:none}}@media (max-width: 800px){.page2 .scenario-content .scenario-buttons-grid{grid-template-columns:1fr;gap:12px}.en .page2 .scenario-content .scenario-buttons-grid{gap:10px}}.page2 .scenario-content .scenario-button{cursor:pointer;background-color:#474747;aspect-ratio:300/181;padding:12px 35% 12px 20px;border-radius:6px;box-shadow:3px 3px #111;border:1px solid #111;position:relative;transition:all .2s ease;width:100%;height:100%;color:#858585;font-family:MungyeongGamhongApple;font-size:15px;font-weight:400;line-height:150%;display:flex;flex-direction:column;align-items:flex-start;gap:3px;background-size:auto 90%;background-position:right 10px bottom -1px;background-repeat:no-repeat}.en .page2 .scenario-content .scenario-button{aspect-ratio:300/190;padding-right:35%;font-size:14px;background-size:auto 70%}.en .page2 .scenario-content .scenario-button:nth-child(1){padding-right:40%}.en .page2 .scenario-content .scenario-button:nth-child(3){background-size:auto 45%}.en .page2 .scenario-content .scenario-button:nth-child(4){background-size:auto 60%}.en .page2 .scenario-content .scenario-button:nth-child(5){background-size:auto 60%}.en .page2 .scenario-content .scenario-button:nth-child(6){padding-right:35%;background-size:auto 60%}@media (max-width: 800px){.en .page2 .scenario-content .scenario-button:nth-child(6){padding-right:22%}}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.page2 .scenario-content .scenario-button{font-size:13px}.en .page2 .scenario-content .scenario-button{padding-right:30%;font-size:13px}}@media (max-width: 800px){.page2 .scenario-content .scenario-button{font-size:12px;aspect-ratio:320/122;padding-left:16px}.en .page2 .scenario-content .scenario-button{aspect-ratio:320/122;padding-right:28%;font-size:11px}}.page2 .scenario-content .scenario-button:nth-child(1){background-image:url(./../img/challenge_bg_1.svg)}.page2 .scenario-content .scenario-button:nth-child(2){background-image:url(./../img/challenge_bg_2.svg)}.en .page2 .scenario-content .scenario-button:nth-child(2){background-image:url(./../img/en_challenge_bg_2.svg)}.page2 .scenario-content .scenario-button:nth-child(3){background-image:url(./../img/challenge_bg_3.svg);background-size:auto 53%;background-position:right 10px bottom 20%}.page2 .scenario-content .scenario-button:nth-child(4){background-image:url(./../img/challenge_bg_4.svg);background-size:auto 72%}.page2 .scenario-content .scenario-button:nth-child(5){background-image:url(./../img/challenge_bg_5.svg);background-size:auto 80%}.page2 .scenario-content .scenario-button:nth-child(6){background-image:url(./../img/challenge_bg_6.svg);background-size:auto 72%;background-position:right 10px bottom 8px}.page2 .scenario-content .scenario-button.completed{background-color:#0f6679;color:#003743}.page2 .scenario-content .scenario-button__star{position:absolute;top:11px;right:11px;width:36px;height:36px}@media (max-width: 800px){.page2 .scenario-content .scenario-button__star{top:8px;right:8px;width:24px;height:24px}}.page2 .scenario-content .scenario-button__star svg{width:100%;height:100%}.page2 .scenario-content .scenario-button__star .star-path{fill:#999;transition:fill .3s ease}.page2 .scenario-content .scenario-button__star.completed .star-path{fill:gold}.page2 .scenario-content .scenario-button span{color:#fff8fb;font-family:Pretendard Variable;font-size:20px;font-style:normal;font-weight:500;line-height:150%;text-align:left;word-break:keep-all;display:inline-block;max-width:100%;overflow:hidden}.en .page2 .scenario-content .scenario-button span{white-space:normal;-webkit-white-space:normal;font-size:18px;line-height:140%}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.page2 .scenario-content .scenario-button span{font-size:14px;white-space:normal;word-break:keep-all;line-height:140%}.en .page2 .scenario-content .scenario-button span{font-size:14px}}@media (max-width: 800px){.page2 .scenario-content .scenario-button span{font-size:16px}.en .page2 .scenario-content .scenario-button span{font-size:15px;white-space:normal}}.page2 .scenario-content.fade-in{opacity:0}.page2 .scenario-content .challenge-stars-container{display:flex;flex-direction:column;align-items:flex-start;gap:15px;margin-top:20px;flex:.6}.page2 .scenario-content .challenge-stars{display:flex;gap:0px;justify-content:center;width:82%}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.page2 .scenario-content .challenge-stars{width:90%}}@media (max-width: 800px){.page2 .scenario-content .challenge-stars{gap:0px;width:100%}}.page2 .scenario-content .challenge-text{color:#111;font-size:20px;font-weight:600;line-height:150%}.en .page2 .scenario-content .challenge-text{font-size:18px;line-height:140%}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.page2 .scenario-content .challenge-text{font-size:18px}.en .page2 .scenario-content .challenge-text{font-size:16px}}@media (max-width: 800px){.page2 .scenario-content .challenge-text{font-size:14px}.en .page2 .scenario-content .challenge-text{font-size:13px}}.page2 .scenario-content .challenge-complete-btn{padding:10px 24px;margin-bottom:40px;border-radius:5px;transition:all .3s ease;background-color:#fff;border:1px solid #111;box-shadow:3px 3px #111}@media (max-width: 800px){.page2 .scenario-content .challenge-complete-btn--pc{display:none}}.page2 .scenario-content .challenge-complete-btn--mobile{display:none}@media (max-width: 800px){.page2 .scenario-content .challenge-complete-btn--mobile{display:block;width:100%;padding:6px 12px;aspect-ratio:unset}}.page2 .scenario-content .challenge-complete-btn.enabled{background-color:#efefef;cursor:pointer;opacity:1}.page2 .scenario-content .challenge-complete-btn.disabled{background-color:#c6c5c5;cursor:not-allowed;opacity:.6}.page2 .scenario-content .challenge-complete-btn span{color:#111;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:5px}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.page2 .scenario-content .challenge-complete-btn span{font-size:16px}}@media (max-width: 800px){.page2 .scenario-content .challenge-complete-btn span{font-size:14px}}.page2 .scenario-content .challenge-complete-btn span:before{content:"";display:inline-block;width:42px;height:38px;background-image:url(./../img/icon_trophy.svg);background-size:100% 100%;background-repeat:no-repeat}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.page2 .scenario-content .challenge-complete-btn span:before{width:35px;height:31px}}@media (max-width: 800px){.page2 .scenario-content .challenge-complete-btn span:before{width:35px;height:31px}}.page2 .scenario-content__challenge{overflow-x:visible}@media (max-width: 800px){.page2 .scenario-content__challenge{flex-direction:column}}.page2 .scenario-content__challenge-inner{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:15px;margin-top:40px;overflow-x:visible}@media (max-width: 800px){.page2 .scenario-content__challenge-inner{gap:5px;margin-top:10px;margin-bottom:20px;flex-direction:row}}.page2 .scenario-content__image{display:flex;flex-direction:column;flex:.5}@media screen and (max-height: 740px){.page2 .scenario-content__image{margin-top:0}}@media (max-width: 800px){.page2 .scenario-content__image{margin-top:0}}.page2 .scenario-content__image b{color:#ae4200;font-weight:500}.page2 .scenario-content__image span{position:relative;display:inline;align-self:flex-start;padding:2px 10px;box-decoration-break:clone;-webkit-box-decoration-break:clone;width:fit-content;text-align:left;color:#111;font-size:20px;font-family:OngleipParkDahyeon;font-weight:400;line-height:130%;text-shadow:-2px -2px #fafafa,0px -2px #fafafa,2px -2px #fafafa,-2px 0px #fafafa,2px 0px #fafafa,-2px 2px #fafafa,0px 2px #fafafa,2px 2px #fafafa;background-color:#f8f0bc}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.page2 .scenario-content__image span{font-size:18px}}@media (max-width: 800px){.page2 .scenario-content__image span{font-size:13px}}.page2 .scenario-content__image span:nth-child(2){margin-top:2px;margin-bottom:10px}.page2 .scenario-content__image span:nth-child(2):after{content:"";position:absolute;bottom:-5px;left:calc(100% + 5px);width:27px;height:17px;background-image:url(./../img/icon_spring-arrow.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.page2 .scenario-content__image span:nth-child(2):after{width:27px;height:17px}}@media (max-width: 800px){.page2 .scenario-content__image span:nth-child(2):after{width:18px;height:12px}}.page2 .scenario-content__image>div{position:relative;width:80%;max-width:400px;margin:0 auto}@media screen and (max-height: 740px){.page2 .scenario-content__image>div{max-width:200px}}@media (max-width: 800px){.page2 .scenario-content__image>div{max-width:200px;width:unset;width:90%}}.page2 .dialogue__answer button{color:#fff8fb;font-weight:400;background:#0f6679}.page2 .dialogue__answer button:hover{background:#111}.declaration-page{width:100%;height:100%;min-height:100vh;padding:60px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#efefef}@media (max-width: 800px){.declaration-page{padding-top:0}}.declaration-page .result{max-width:684px;display:flex;flex-direction:column;gap:36px;margin-bottom:4%}@media (max-width: 800px){.declaration-page .result{margin:55px 0;padding:25px 20px 0}}.declaration-page .result__ment{aspect-ratio:684/296;width:100%;background-size:100% 100%;background-position:center;background-repeat:no-repeat}.declaration-page .result__ment strong{height:100%;display:flex;align-items:center;justify-content:flex-start;margin-left:12%;font-size:32px;font-weight:700;line-height:150%}@media (max-width: 800px){.declaration-page .result__ment strong{margin-left:5%;font-size:18px}}.declaration-page .result__button button{position:relative;width:100%;aspect-ratio:668/180;padding:32px;margin-bottom:10px;border-radius:14px;border:2px solid #111;background:#fafafa;box-sizing:border-box;color:#111;font-family:OngleipParkDahyeon;font-size:48px;text-align:left;box-shadow:6px 6px #111;display:flex;flex-direction:column}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.declaration-page .result__button button{padding:25px;font-size:35px}}@media (max-width: 800px){.declaration-page .result__button button{padding:20px;font-size:28px;width:100%;aspect-ratio:322/130;gap:16px}.en .declaration-page .result__button button{font-size:26px}}.declaration-page .result__button button:nth-child(1){background-image:url(./../img/deco/intro_btn2.svg);background-size:auto 90%;background-position:bottom right;background-repeat:no-repeat;gap:12px}@media (max-width: 800px){.declaration-page .result__button button:nth-child(1){background-size:auto 70%;background-position:bottom right;padding-right:25%}}.declaration-page .result__button button span{font-size:20px;font-family:Pretendard;color:#111;line-height:1.5}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.declaration-page .result__button button span{font-size:16px}}@media (max-width: 800px){.declaration-page .result__button button span{font-size:16px}}.declaration-page .result>p{font-size:20px;font-weight:400;line-height:150%}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.declaration-page .result>p{font-size:18px}}@media (max-width: 800px){.declaration-page .result>p{font-size:16px}}.declaration-page .result__content{display:flex;flex-direction:row;align-items:flex-start;gap:0px;width:100%}.declaration-page .result__text{flex:1;display:flex;flex-direction:column;gap:20px;position:relative}@media (max-width: 800px){.declaration-page .result__text:after{content:"";position:absolute;top:-25px;right:0;width:80px;height:74px;background-image:url(./../img/challenge_success.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat}}.declaration-page .result__title{padding:5px 10px;width:fit-content;border-radius:4px;border:1px solid #111;background:#addbf9;color:#111;font-size:22px;font-weight:700;line-height:150%}.declaration-page .result__description{font-size:18px;font-weight:400;color:#333;line-height:1.5;margin:0}@media (min-width: 801px) and (max-width: 1440px),(max-height: 750px){.declaration-page .result__description{font-size:16px}}@media (max-width: 800px){.declaration-page .result__description{font-size:16px}}@media (max-width: 800px){.declaration-page .result__image{display:none}}.declaration-page .result>button{cursor:pointer;width:100%;padding:1rem 2rem;border-radius:8px;border:unset;background:#111;color:#fff;font-size:1.2rem;transition:all .3s ease}@media (max-width: 800px){.declaration-page .result>button{font-size:16px;padding:12px}}.declaration-page .shared{display:flex;flex-direction:column;gap:18px}.declaration-page .shared__header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:10px}.declaration-page .shared__header__title{font-size:16px;font-weight:400;line-height:150%;margin-right:auto}.declaration-page .shared__header__title strong{display:inline-block;font-size:24px;font-weight:700;line-height:1.5}@media (max-width: 800px){.declaration-page .shared__header__title strong{font-size:20px}}.declaration-page .shared__header__share{border-radius:26px;border:1px solid #111;background-color:#efefef;font-size:14px;font-weight:500;padding:7px 34px;transition:background-color .2s ease}.declaration-page .shared__header__share:hover{background-color:#111;color:#efefef}.declaration-page .shared__header__save{color:#efefef;border-radius:26px;border:1px solid #efefef;background:#111;font-size:14px;font-weight:500;padding:7px 34px}.declaration-page .shared__declarations{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;gap:12px}@media (max-width: 800px){.declaration-page .shared__declarations{grid-template-columns:repeat(2,1fr)}}.declaration-page .shared__declarations__item{cursor:pointer;position:relative;transition:transform .2s ease;width:100%}.declaration-page .shared__declarations__item img{display:block;width:100%}.declaration-page .shared__declarations__item:hover{border:1.5px solid #111}.declaration-page .shared__declarations__item:hover:after{content:"✓";position:absolute;top:10px;right:10px;color:#fff;background:#111;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.declaration-page .shared__declarations__item:last-child{cursor:default}.declaration-page .shared__declarations__item:last-child:hover{border:none}.declaration-page .shared__declarations__item:last-child:hover:after{display:none}.declaration-page .shared__tool{z-index:5;display:flex;position:fixed;inset:0;width:100vw;height:100vh;height:calc(var(--vh, 1dvh) * 100);background:rgba(0,0,0,.7176470588);justify-content:center;align-items:center}@media (max-width: 800px){.declaration-page .shared__tool{padding:0 16px}}.declaration-page .shared__tool__content{width:25%;min-width:340px;max-width:450px;position:relative;padding:39px 32px 51px;background:#fff;border-radius:8px;text-align:center;animation:bounceIn .5s forwards;display:flex;flex-direction:column;align-items:center;gap:18px}@media (max-width: 800px){.declaration-page .shared__tool__content{width:100%;padding:30px 16px}}.declaration-page .shared__tool__content__image{width:80%;object-fit:cover;border-radius:8px;aspect-ratio:440/550;box-shadow:0 4px 8px #0003}.declaration-page .shared__tool__content h3{display:block;font-size:20px;line-height:1.5;font-weight:700;color:#111;font-family:Pretendard}.declaration-page .shared__tool__content ul{display:flex;position:relative;top:0;left:0}.declaration-page .shared__tool__content ul li{cursor:pointer;margin:0 8px}.declaration-page .shared__tool__content ul li a{border-radius:100%;opacity:1;color:#fff;font-size:48px}.declaration-page .shared__tool__content ul li a.icon-hk-sns-facebook{background:#1877f2}.declaration-page .shared__tool__content ul li a.icon-hk-sns-twitter{background:#111}.declaration-page .shared__tool__content ul li a.icon-hk-sns-kakao{background:#fae100;color:initial}.declaration-page .shared__tool__content ul li a.icon-hk-sns-link{background:#999}.declaration-page .shared__tool__content ul li a.icon-hk-sns-instagram{width:48px;height:48px;background:#c13584;background-image:url(./../img/instagram.png);background-size:55px 55px;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;border-radius:none}.declaration-page .shared__tool__preview{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px}.declaration-page .shared__tool__icons{position:relative;top:0;left:0;margin:0;padding:0;list-style:none}.declaration-page .shared__tool__hash-tag{cursor:pointer;font-size:14px;font-weight:600;line-height:150%;padding:5px 10px;background:#efefef}.declaration-page .shared__tool__hash-tag:before{content:"📋";font-weight:400;margin-right:5px}.declaration-page .shared__tool__close{position:absolute;display:block;top:7px;right:7px;width:40px;height:40px;border:0;background:0;padding:0}.declaration-page .shared__tool__close:before,.declaration-page .shared__tool__close:after{content:"";position:absolute;top:50%;left:50%;width:20px;margin-left:-10px;border-top:2px solid #111;transition:.5s}.declaration-page .shared__tool__close:before{transform:rotate(45deg)}.declaration-page .shared__tool__close:after{transform:rotate(-45deg)}@keyframes articleBarContentSlideIn{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}.article-bar{position:absolute;top:0;left:0;width:100%;min-height:55px;z-index:99}@media (max-width: 800px){.article-bar.other-mode:has(+.page1 .device){transition:background-color 0s .5s;background-color:#3ba3a6}.article-bar.other-mode:has(+.page1 .device) .wrapper{animation:articleBarContentSlideIn .4s ease .5s forwards;opacity:0}.article-bar.other-mode:has(+.page2 .device){transition:background-color 0s .5s;background-color:#3ba3a6}.article-bar.other-mode:has(+.page2 .device) .wrapper{animation:articleBarContentSlideIn .4s ease .5s forwards;opacity:0}.article-bar.other-mode:has(+.page2 .device.fade-out){transition:background-color .5s ease 0s;background-color:#acddae}}.article-bar:has(+.intro-page .info-page){z-index:1}.info-page .article-bar{background-color:#efefef;width:calc(100% - 16px)}@media (max-width: 800px){.info-page .article-bar{width:100%}}.article-bar:has(+.declaration-page){display:none}.declaration-page .article-bar{z-index:1}.info-page .article-bar{transform:translate(-100%);animation:infoLoad .5s ease-out forwards}.info-page .article-bar .wrapper .back{width:unset;left:20px;gap:15px}@media (max-width: 800px){.info-page .article-bar .wrapper .back{left:10px}}.info-page .article-bar .wrapper .back span{display:flex}@media (max-width: 800px){.info-page .article-bar .wrapper .back{display:flex;transform:none;left:10px}.info-page .article-bar .wrapper .menu{cursor:pointer;width:55px;height:55px;position:absolute;top:50%;transform:translateY(-50%);right:0;display:flex;align-items:center;justify-content:center;gap:8px;background-image:url(../img/icon-menu.svg);background-size:30px 30px;background-position:center;background-repeat:no-repeat;transition:all .3s ease}.info-page .article-bar .wrapper .header-controls{display:none}.info-page .article-bar .wrapper>p{display:none}}.article-bar:has(+.page1 .scenario-content) .wrapper .back,.article-bar:has(+.page2 .scenario-content) .wrapper .back{width:unset;left:20px;gap:15px}@media (max-width: 800px){.article-bar:has(+.page1 .scenario-content) .wrapper .back,.article-bar:has(+.page2 .scenario-content) .wrapper .back{left:10px}}.article-bar:has(+.page1 .scenario-content) .wrapper .back span,.article-bar:has(+.page2 .scenario-content) .wrapper .back span{display:flex}@media (max-width: 800px){.article-bar:has(+.page1 .scenario-content) .wrapper .back,.article-bar:has(+.page2 .scenario-content) .wrapper .back{display:flex;transform:none;left:10px}.article-bar:has(+.page1 .scenario-content) .wrapper .header-controls,.article-bar:has(+.page2 .scenario-content) .wrapper .header-controls{display:none}.article-bar:has(+.page1 .scenario-content) .wrapper>p,.article-bar:has(+.page2 .scenario-content) .wrapper>p{display:none}}.overflow .article-bar{width:100%}@media (max-width: 800px){.article-bar{min-height:55px;width:100%}}.article-bar .wrapper{box-sizing:border-box;vertical-align:middle;width:100%;max-width:100%}@media (max-width: 800px){.article-bar .wrapper{padding:0;display:flex;align-items:center;min-height:55px}}.article-bar .wrapper .logo{position:absolute;top:50%;transform:translateY(-50%);left:20px;font-size:40px;display:flex;gap:8px}@media (max-width: 800px){.article-bar .wrapper .logo{backdrop-filter:none;display:none;top:14px;left:10px;width:56px;height:15px}}.article-bar .wrapper .logo span{font-size:40px}.article-bar .wrapper .logo a{display:flex;align-items:center}.article-bar .wrapper .logo .icon-hk_kt-logo{display:block;background-repeat:no-repeat;background-position:center;width:70px;height:19px;background-image:url(../img/hk_logo.svg);background-size:100% 100%}.en .article-bar .wrapper .logo .icon-hk_kt-logo{width:169px;height:19px;background-image:url(../img/The_Korea_Times_logo.svg)}.article-bar .wrapper .logo span{display:flex;align-items:center;justify-content:center;font-size:25px;color:#111;width:12px}.article-bar .wrapper .logo .icon-hk-logo_square{display:none}.article-bar .wrapper .back{cursor:pointer;width:55px;height:55px;display:none;align-items:center;justify-content:center;gap:8px;position:absolute;top:50%;transform:translateY(-50%);left:0;transition:all .3s ease}.article-bar .wrapper .back:before{content:"";width:9px;height:16px;background-image:url(../img/exit_arrow.svg);background-size:20px 20px;background-position:center;background-repeat:no-repeat}.article-bar .wrapper .back span{display:none;font-size:20px;font-weight:500}@media (max-width: 800px){.article-bar .wrapper .back{width:unset;left:10px;display:flex;align-items:center;justify-content:flex-start;gap:15px;position:relative;border-radius:8px;border:none;transition:all .3s ease;z-index:20;font-size:20px;font-weight:500;line-height:28px}.article-bar .wrapper .back:before{content:"";width:9px;height:16px;background-image:url(../img/exit_arrow.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.article-bar .wrapper .back span{display:flex}.article-bar .wrapper .back img{height:15px}}.article-bar .wrapper p{display:none;line-height:55px;padding-top:0}@media (max-width: 800px){.article-bar .wrapper p{display:none;padding-left:15px}}.article-bar .wrapper .header-controls{display:block;position:absolute;top:50%;transform:translateY(-50%);right:16px;border:0;background:none;font-size:40px;color:#111;display:flex;align-items:center;gap:10px}@media (max-width: 800px){.article-bar .wrapper .header-controls{right:5px;gap:0px}}.article-bar .wrapper .header-controls .language-toggle-btn{font-size:20px;backdrop-filter:blur(2px)}@media (max-width: 800px){.article-bar .wrapper .header-controls .language-toggle-btn{backdrop-filter:none}}.article-bar .wrapper .header-controls .icon-hk-sns-share{padding:0;border:0;background:none;color:#111;clip-path:circle(50% at 50% 50%)}@media (max-width: 800px){.article-bar .wrapper .header-controls .icon-hk-sns-share{backdrop-filter:none}}.article-bar .wrapper .header-controls .icon-hk-sns-share:hover{opacity:1}.article-bar .wrapper .header-controls .icon-hk-sns-sound{padding:0;border:0;background:none;clip-path:circle(50% at 50% 50%);width:36px;height:36px;background-image:url(../img/icon-sound-x.svg);background-size:25px 20px;background-position:center;background-repeat:no-repeat}.article-bar .wrapper .header-controls .icon-hk-sns-sound.on{background-image:url(../img/icon-sound.svg);background-size:100% 100%}.article-bar .wrapper .header-controls .share-tools-content h3,.article-bar .wrapper .header-controls .share-tools-content .share-close-btn,.article-bar .wrapper .share-tools-layer{display:none}.article-bar .wrapper .share-tools-layer.active{display:flex;position:fixed;inset:0;width:100vw;height:100vh;height:calc(var(--vh, 1dvh) * 100);background:rgba(0,0,0,.72);justify-content:center;align-items:center}.article-bar .wrapper .share-tools-layer.active .share-tools-content{position:relative;padding:39px 32px 51px;background:#fff;border-radius:8px;text-align:center;animation:bounceIn .5s forwards}.article-bar .wrapper .share-tools-layer.active .share-tools-content h3{display:block;margin-bottom:18px;font-size:20px;line-height:1.5;font-weight:700;color:#111;font-family:Pretendard,sans-serif}.article-bar .wrapper .share-tools-layer.active .share-tools-content .share-tools-top{position:relative;top:0;left:0}.article-bar .wrapper .share-tools-layer.active .share-tools-content .share-tools-top li{margin:0 8px}.article-bar .wrapper .share-tools-layer.active .share-tools-content .share-tools-top li a{border-radius:100%;opacity:1;color:#fff;font-size:48px}.article-bar .wrapper .share-tools-layer.active .share-tools-content .share-tools-top li a.icon-hk-sns-facebook{background:#1877f2}.article-bar .wrapper .share-tools-layer.active .share-tools-content .share-tools-top li a.icon-hk-sns-twitter{background:#111}.article-bar .wrapper .share-tools-layer.active .share-tools-content .share-tools-top li a.icon-hk-sns-kakao{background:#fae100;color:initial}.article-bar .wrapper .share-tools-layer.active .share-tools-content .share-tools-top li a.icon-hk-sns-link{background:#999}.article-bar .wrapper .share-tools-layer.active .share-tools-content .share-close-btn{position:absolute;display:block;top:7px;right:7px;width:40px;height:40px;border:0;background:0;padding:0}.article-bar .wrapper .share-tools-layer.active .share-tools-content .share-close-btn:before,.article-bar .wrapper .share-tools-layer.active .share-tools-content .share-close-btn:after{content:"";position:absolute;top:50%;left:50%;width:20px;margin-left:-10px;border-top:2px solid #111;transition:.5s}.article-bar .wrapper .share-tools-layer.active .share-tools-content .share-close-btn:before{transform:rotate(45deg)}.article-bar .wrapper .share-tools-layer.active .share-tools-content .share-close-btn:after{transform:rotate(-45deg)}.article-bar .logo{position:absolute;top:0;left:0;font-size:80px;color:#111}.article-bar .logo .icon-hk-logo,.article-bar .logo .icon-kt-logo{display:none}.article-bar .logo span{display:block;vertical-align:top}.article-bar .logo:hover{opacity:1}@media (max-width: 800px){.article-bar .logo{top:0;left:0;font-size:72px}}.article-bar p{width:calc(100% - 400px);display:none;padding-top:8px;color:#111;font-size:16px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 auto}@media (max-width: 800px){.article-bar p{margin:0;width:calc(100% - 200px);text-align:left}}.article-bar p span{vertical-align:middle;line-height:1;font-size:18px;font-weight:600;color:#111}@media (max-width: 800px){.article-bar p span{font-size:16px;font-weight:400}}@media (max-width: 800px){.article-bar p span.for-m{display:inline!important;word-spacing:-1px;letter-spacing:-1px}}.article-bar .share-tools-top{position:absolute;top:11px;right:15px;margin:0;list-style:none;z-index:10}@media (max-width: 800px){.article-bar .share-tools-top{top:12px;right:18px}}.article-bar .share-tools-top li{float:left}.article-bar .share-tools-top a{display:block;font-size:40px;border:0;opacity:.6;color:#111}.article-bar .share-tools-top a:hover{opacity:1}@media (max-width: 800px){.article-bar .share-tools-top a{display:block}}.title.for-m{display:none}.title.for-pc{display:inline;text-align:center}@media (max-width: 800px){.title.for-pc{display:none}.title.for-m{margin-left:10px}}.toggleContainer{height:100%;position:relative;display:grid;grid-template-columns:repeat(2,1fr);width:fit-content;border:1.5px solid #111;border-radius:20px;background:transparent;color:#111;font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;cursor:pointer}@media (max-width: 800px){.toggleContainer{font-size:12px;height:80%}}.toggleContainer:before{content:"";position:absolute;width:50%;height:100%;left:0%;border-radius:20px;background:#111111;transition:all .3s}.toggleContainer div{padding:8px 11px;text-align:center;z-index:1;display:flex;align-items:center;justify-content:center}.toggleCheckbox:checked+.toggleContainer:before{left:50%}.toggleCheckbox{display:none}.toggleCheckbox:checked+.toggleContainer div:first-child{color:#111;transition:color .3s}.toggleCheckbox:checked+.toggleContainer div:last-child{color:#fafafa;transition:color .3s}.toggleCheckbox+.toggleContainer div:first-child{color:#fafafa;transition:color .3s}.toggleCheckbox+.toggleContainer div:last-child{color:#111;transition:color .3s}.article-bar.other-mode .wrapper .logo{display:none}.article-bar.other-mode .wrapper .back{display:flex}.article-bar.other-mode .wrapper p{display:block}@media (max-width: 800px){.article-bar.other-mode .wrapper .logo{display:none}.article-bar.other-mode .wrapper .back{display:flex;transform:none;left:10px}.article-bar.other-mode .wrapper p,.article-bar.other-mode .wrapper .header-controls{display:none}}
