@charset "UTF-8";.for-share{align-items:flex-end;backdrop-filter:blur(10px);background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 48.16%);display:flex;font-family:Pretendard;height:calc(var(--vh, 1vh)*100);justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .5s,visibility .5s;visibility:hidden;width:100%;z-index:30}.for-share.phase1,.for-share.phase2{opacity:1;pointer-events:auto;visibility:visible}.for-share-content{align-items:center;display:flex;flex-direction:column;height:calc(100% - 60px);justify-content:center;max-width:500px;padding:0 32px;position:relative;text-align:center;width:100%}.for-share-text{color:#191e20;font-size:32px;font-weight:700;letter-spacing:-.3px;line-height:130%;opacity:0;position:absolute;transition:opacity .6s}.for-share.phase1 .for-share-text{opacity:1}.for-share.phase2 .for-share-text{height:0;opacity:0;overflow:hidden}.for-share-btn-wrap{display:flex;gap:8px;margin-top:24px;opacity:0;transition:opacity .6s;width:100%}.for-share.phase1 .for-share-btn-wrap,.for-share.phase2 .for-share-btn-wrap{opacity:1}.for-share-btn,.for-share-continue{border-radius:15px;cursor:pointer;flex:1;font-size:18px;font-weight:600;letter-spacing:-.17px;line-height:140%;padding:16px 0;transition:background .3s}.for-share-continue{background:#eceff1;color:#263238}.for-share-btn{background:#02a39e;color:#fafafa}@media (hover:hover){.for-share-btn:hover{background:#018e8a}}.for-share-text-after{color:#191e20;font-size:32px;font-weight:800;letter-spacing:-.3px;line-height:130%;opacity:0;transition:opacity .6s}.for-share.phase2 .for-share-text-after{height:auto;opacity:1}.share-card{background-color:#191e20;border-radius:14px;height:280px;margin-top:24px;opacity:0;padding:28px;pointer-events:none;transform:translateY(20px);width:280px;-webkit-touch-callout:default;overflow:hidden;position:relative}.share-card-txt-wrap{position:relative;z-index:1}.share-card-title{z-index:1}.for-share.phase2 .share-card,.for-share.phase2 .share-card-img{opacity:1;pointer-events:auto;transform:translateY(0);transition:opacity .6s .2s,transform .6s .2s}.share-card-img{border-radius:14px;height:280px;margin-top:24px;opacity:0;pointer-events:none;transform:translateY(20px);width:280px;-webkit-touch-callout:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.share-card-txt-wrap{color:#fff;font-size:24px;font-weight:700;letter-spacing:-.24px;line-height:160%;text-align:left}.share-card-txt-wrap li span{background:#02a39e;color:#191e20;width:-moz-fit-content;width:fit-content}.share-card-title{bottom:28px;color:#949ba7;font-family:Pretendard;font-size:14px;font-weight:500;letter-spacing:-.048px;line-height:140%;position:absolute;text-align:left}.share-card-back{height:100%;left:0;position:absolute;top:0;width:100%}.share-card-guide{background:#f0f2f3;border-radius:12px;color:#333d4b;font-size:14px;letter-spacing:-.056px;line-height:150%;margin-top:20px;opacity:0;padding:4px 12px;pointer-events:none;position:relative;z-index:10}.share-card-guide:before{background:#f0f2f3;clip-path:polygon(46% 0,54% 0,100% 100%,0 100%);content:"";display:block;height:9px;left:calc(50% - 7px);position:absolute;top:-8px;width:14px}.for-share.phase2 .share-card-guide{opacity:1;transition:opacity .6s .4s}.recommend-modal{align-items:flex-end;background:rgba(0,0,0,.5);display:flex;font-family:pretendard;inset:0;justify-content:center;opacity:0;position:fixed;transition:opacity .3s,visibility .3s;visibility:hidden;z-index:30}.recommend-modal.active{opacity:1;visibility:visible}.recommend-modal-card{background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -4px 20px rgba(0,0,0,.15);max-width:700px;padding:36px 24px 24px;transform:translateY(100%);transition:transform .5s ease-out;width:100%}.recommend-modal.active .recommend-modal-card{transform:translateY(0)}.recommend-modal-card:before{background-color:#d4d9e2;border-radius:4px;content:"";display:block;height:4px;left:calc(50% - 22.5px);position:absolute;top:8px;width:55px}.recommend-modal-card li:first-child{position:relative}.recommend-modal-subtitle{color:#4e5968;font-size:14px;font-weight:500;letter-spacing:-.056px;line-height:150%;margin:0 0 4px 12px}.recommend-modal-title{color:#191f28;font-size:18px;font-weight:700;letter-spacing:-.2px;line-height:140%;margin:0 0 28px 12px}.recommend-modal-img{border-radius:4px;height:100%;position:absolute;right:12px;top:0;width:auto}.recommend-modal-actions{display:flex;gap:12px}.recommend-modal-cancel{background:#f0f2f3;border-radius:15px;color:#4e5968;cursor:pointer;flex:1;font-size:18px;font-weight:600;letter-spacing:-.072px;line-height:150%;padding:14.5px;transition:background .2s}.recommend-modal-cancel:hover{background:#f5f5f5}.recommend-modal-read{background:#d4d9e2;border:none;border-radius:10px;color:#191f28;cursor:pointer;flex:1;overflow:hidden;padding:14px;position:relative;text-decoration:none;z-index:0}.recommend-modal-read,.recommend-modal-read:before{align-items:center;display:flex;font-size:18px;font-weight:600;justify-content:center;text-align:center}.recommend-modal-read:before{background:#263238;border-radius:inherit;clip-path:inset(0 100% 0 0);color:#fff;content:"지금 읽기";height:100%;inset:0;position:absolute;width:100%}.recommend-modal-read.counting:before{animation:countdownShrink 10s linear forwards}@keyframes countdownShrink{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}.recommend-modal-read:hover{background:#f5f5f5}@media (min-width:876px){.share-card{padding:36px}.share-card,.share-card-img{height:400px;width:400px}.for-share-text{font-size:44px}.for-share-btn,.for-share-continue{font-size:24px}.for-share-text-after{font-size:44px}.share-card-txt-wrap{font-size:40px}.share-card-title{bottom:36px;font-size:18px}.share-card-guide{font-size:20px}.recommend-modal-card{border-radius:20px;margin-bottom:60px}.recommend-modal-card:before{display:none}.recommend-modal-subtitle{font-size:16px;margin:0 0 4px 24px}.recommend-modal-title{font-size:28px;margin:0 0 28px 24px}.recommend-modal-img{right:24px}}:root{--color-primary-cyan:#008689;--color-primary-cyanindark:#00b5b8;--color-secondary-cyan:#f2f9f9;--color-secondary-blue:#f0f5fc;--color-neutral-black-100:#000;--color-neutral-gray1-100:#111;--color-neutral-black-75:#000000bf;--color-neutral-gray2:#5a5a5a;--color-neutral-black-50:#00000080;--color-neutral-gray3:#888;--color-neutral-gray1-50:#11111180;--color-neutral-gray4:#e5e5e5;--color-neutral-white-100:#fff;--color-neutral-white-75:#ffffffbf;--color-neutral-white-50:#ffffff80}html{height:100%;overscroll-behavior-y:none;scrollbar-gutter:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}html::-webkit-scrollbar{display:none}body{overscroll-behavior-y:none;scrollbar-gutter:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}body,body #wrap,body #wrap .container{height:100%;width:100%}body #wrap .container{align-items:center;background:#f1f1f1;display:flex;font-family:Inter,Pretendard;gap:20px;justify-content:center}.body_r{color:#434b56;font-size:18px;font-weight:400;letter-spacing:-.18px;line-height:170%}.body_r:not(:last-child){padding-bottom:16px}.body_r.bold{color:#191f28;font-weight:500}a{display:inline-block}#viewProgress{display:none}#sub_header{display:block!important;height:60px;position:fixed}#sub_header.fix{z-index:201}#sub_header .sub_header_con{align-items:center;background:#fff;border-bottom:2px solid #fff;display:flex;height:60px;justify-content:center;width:100vw}#sub_header .donga_logo{left:40px;margin-left:0;position:absolute}#sub_header .hero_contents_logo{position:absolute;width:126px;z-index:1}#sub_header .right_box{display:flex;position:absolute;right:40px;top:auto}#sub_header .right_box .btn_reply{margin-left:24px}.modal.share_box{left:-10rem;top:5rem}.main_view{padding-bottom:0}.da_corp_foot{border-top:none;margin-top:0}.sub_page .logo{height:2.36rem;width:12.6rem}.da_corp_foot .info_list_wrap{padding:2.6rem 0}.da_corp_area{padding:0 0 2rem}#footer{display:none}@media (max-width:1200px){body #wrap .container{flex-direction:column;gap:0}}@media (max-width:1280px){.main_view{max-width:none}}@media (max-width:1079px){#header.sub_page progress{inset:5.8rem 0 0}.sub_page .logo{height:2.4rem;width:10.7rem}}@media (max-width:876px){#sub_header .donga_logo{left:16px;width:65px}#sub_header .right_box{right:16px}#sub_header .right_box .btn_reply{margin-left:8px}}@media (max-width:767px){#header.sub_page progress{inset:5.8rem 0 0}}@media (max-width:640px){#header.sub_page #gnb{display:block;width:100px}#header.sub_page #gnb img{width:100%}#header.sub_page .donga_logo a .logo{width:75px!important}}.byline-wrap{align-items:center;background:rgba(0,0,0,.7);box-sizing:border-box;color:#fff;display:flex;flex-direction:column;font-family:Pretendard;height:calc(100% - 60px);justify-content:flex-start;left:0;opacity:0;overflow-y:scroll;padding:10px 22px 60px;position:absolute;top:60px;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:25}.byline-wrap.active{opacity:1;visibility:visible}.byline-close-btn{background-color:hsla(0,0%,100%,.2);border-radius:8px;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-bottom:12px;margin-left:auto;padding:8px;width:32px;z-index:1}.byline-title{color:#fff;font-size:30px;font-weight:700;letter-spacing:-.6px;margin-bottom:4px;text-align:left}.byline-title,.byline-txt{line-height:135%;width:100%}.byline-txt{font-size:16px;font-weight:500;letter-spacing:-.32px;margin-bottom:24px}.how-make-wrap{background:linear-gradient(180deg,#fafafa 84.13%,var(--color-grey-50,#eceff1) 100%);border-radius:14px;margin-top:16px;padding:16px;width:100%}.how-make-chip{background:#02a39e;border-radius:8px;font-size:14px;font-weight:600;letter-spacing:-.28px;line-height:160%;margin-bottom:16px;padding:2px 8px;width:-moz-fit-content;width:fit-content}.make-list-txt{border-top:1px solid #90a4ae;color:#37474f;font-size:16px;letter-spacing:-.32px;line-height:150%;margin-top:16px;padding-top:16px}.how-make-wrap li:last-child img{width:100%}.cost-desc{font-size:14px;margin-top:16px}.cost-desc p:first-child{align-items:center;color:#263238;display:flex;font-weight:600;gap:8px;letter-spacing:-.5px;line-height:20px;margin-bottom:4px}.cost-desc p:first-child img{height:24px;width:24px}.cost-desc p:nth-child(2){color:#263238;letter-spacing:-.5px;line-height:22px}.make-list{align-items:flex-start;background:#fff;border-radius:14px;color:#263238;display:flex;flex-direction:column;padding:16px;width:100%}.make-list li{margin-bottom:8px;width:100%}.make-list li.make-list-chip{background:#455a64;border-radius:8px;color:#fff;font-size:14px;font-weight:600;letter-spacing:-.28px;line-height:160%;margin-bottom:16px;padding:2px 8px;width:-moz-fit-content;width:fit-content}@media (min-width:1200px){.byline-wrap{align-content:center;align-items:stretch;flex-direction:row;flex-wrap:wrap;gap:0;overflow:auto;padding:0 calc(50% - 500px)}.byline-close-btn{margin-bottom:24px}.byline-title{font-size:44px;margin-bottom:4px}.byline-txt{font-size:24px;margin-bottom:24px}.make-list{margin-right:16px;padding:24px;width:calc(50% - 8px)}.make-list li.make-list-chip{font-size:18px;margin-bottom:20px;padding:8px}.make-list-txt{font-size:18px;margin-top:20px;padding-top:20px}.how-make-wrap{margin-top:0;padding:24px;width:calc(50% - 8px)}.how-make-chip{font-size:18px;margin-bottom:4px;padding:8px}.cost-desc{font-size:18px;margin-top:24px}.cost-desc p:first-child{margin-bottom:8px}.cost-desc p:nth-child(2) br{display:none}}@keyframes scrollBounce{0%{transform:translateY(-6px)}50%{transform:translateY(6px)}to{transform:translateY(-6px)}}.chatbot-part{flex:1;overflow:hidden;position:relative;width:100%}.chatbot-part-topBox{background:linear-gradient(0deg,hsla(0,0%,100%,0),#fff);top:0;z-index:10}.chatbot-part-bottomBox,.chatbot-part-topBox{display:none;height:60px;left:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .5s;width:100%}.chatbot-part-bottomBox{align-items:center;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff);bottom:0;justify-content:center;z-index:20}.chatbot-part-bottomBox img{animation:scrollBounce 1.2s linear infinite}.CTA-part{background:#fff;box-sizing:border-box;color:#263238;display:flex;flex-direction:column;font-family:Pretendard;font-size:22px;font-weight:600;height:100%;letter-spacing:-.22px;line-height:150%;padding:20px 20px 24px;position:absolute;top:0;transition:1s;width:100%;z-index:10}.CTA-title{flex:1;padding:0 2px}.CTA-title br:nth-child(2){display:none}.CTA-indicator{height:45%;max-height:-moz-fit-content;max-height:fit-content}.CTA-btn{background:#02a39e;border-radius:14px;color:#fff;font-size:17px;font-weight:700;letter-spacing:-.5px;line-height:22px;padding:17px 0;width:100%}.chatbot{background:#fff;box-sizing:border-box;height:100%;overflow-y:scroll;padding:17px 22px;position:relative;width:100%}.qna-wrap{display:flex;flex-direction:column;font-family:pretendard;font-size:16px;font-weight:500;gap:20px;letter-spacing:-.5px;line-height:24px;padding-bottom:20px}.user-txt{background:#02a39e;border-radius:14px 14px 0 14px;color:#fff;margin-left:auto;max-width:calc(100% - 42px);opacity:0;padding:8px 12px;transform:translateY(10px);transition:.5s;width:-moz-fit-content;width:fit-content}.user-txt.active{opacity:1;transform:none}.answer-txt{background:#eceff1;border-radius:14px 14px 14px 0;color:#37474f;font-weight:400;max-width:calc(100% - 42px);opacity:0;padding:12px;transform:translateY(10px);transition:.5s;width:-moz-fit-content;width:fit-content}.answer-txt>img{width:240px}.answer-txt.active{opacity:1;transform:none}.answer-txt button{align-items:center;background:#fff;border-radius:30px;color:#546e7a;display:flex;font-family:pretendard;font-size:12px;font-weight:500;gap:6px;letter-spacing:-.5px;line-height:16px;margin-top:16px;padding:5px 8px}.for-dim{background:rgba(0,0,0,.5);height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:30}.answer-link-modal{background:#fff;border-radius:20px 20px 0 0;bottom:0;color:#37474f;font-family:pretendard;font-size:20px;font-weight:600;left:0;letter-spacing:-.5px;line-height:26px;padding:40px 22px 50px;position:absolute;transform:translateY(100%);transition:1s;width:100%}.answer-link-modal:before{background-color:#d4d9e2;border-radius:4px;content:"";display:block;height:4px;left:calc(50% - 22.5px);position:absolute;top:16px;width:32px}.modal-title{margin-bottom:8px}.answer-link{margin-top:20px}.answer-link a{align-items:center;display:flex;gap:16px;justify-content:space-between}.answer-link p{font-size:18px;line-height:22px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.answer-link p span{color:#78909c;display:block;font-size:12px;font-weight:500;line-height:16px;margin-top:4px}.answer-link-close{margin-top:16px}.answer-link-close button{background:#eceff1;border-radius:14px;color:#455a64;font-family:Pretendard;font-size:16px;font-weight:700;letter-spacing:-.064px;line-height:150%;padding:16px 0;width:100%}.induce-tab-wrap{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.induce-txt{align-items:center;color:#263238;display:flex;font-family:pretendard;font-size:20px;font-weight:600;justify-content:space-between}.induce-all-btn,.induce-txt{letter-spacing:-.5px;line-height:24px}.induce-all-btn{color:#607d8b;font-size:18px;font-weight:400}.question-all-wrap{background:#fff;box-sizing:border-box;height:100%;left:0;overflow-y:auto;padding:70px 22px;position:absolute;top:0;transform:translateX(100%);transition:transform .3s;width:100%;z-index:15}.question-all-wrap::-webkit-scrollbar{display:none}.question-all-wrap.active{transform:translateX(0)}.question-all-back{align-items:center;color:#263238;display:flex;font-family:pretendard;font-size:24px;font-weight:600;gap:8px;letter-spacing:-.5px;line-height:30px;margin-bottom:20px}.question-all-back img{margin-right:8px}.question-all-list{display:flex;flex-direction:column;gap:12px}.additional-question{background:#dff1f2;border:1px solid #afdedd;border-radius:14px;transition:opacity .3s,border-color .3s,background .3s}.additional-question.disabled{background:#eceff1;border:none;pointer-events:none}.additional-question button{align-items:flex-start;color:#02a39e;display:flex;font-family:pretendard;font-size:16px;font-weight:500;gap:8px;justify-content:flex-start;letter-spacing:-.5px;line-height:24px;padding:8px 44px 8px 12px;position:relative;text-align:left;width:100%}.additional-question.disabled button{color:#b0bec5}.additional-question button svg:first-child{flex-shrink:0;margin-top:6px}@media (min-width:1200px){.chatbot-part{border-radius:20px;flex:none;height:80%;width:524px}.CTA-part{font-size:38px;justify-content:center;padding:0 60px}.CTA-title{flex:none;margin-bottom:24px}.CTA-title br:nth-child(2){display:inline-block}.CTA-btn{font-size:24px;padding:25px 0}.chatbot{padding-top:95px}.chatbot::-webkit-scrollbar{display:none}.qna-wrap{font-size:20px;gap:32px;line-height:32px;padding-bottom:24px}.answer-txt,.user-txt{max-width:calc(100% - 116px)}.induce-txt{margin-bottom:8px}.additional-question button{font-size:20px;line-height:32px}.additional-question button svg:first-child{height:16px;margin-top:8px;width:16px}.answer-link-modal{border-radius:20px;bottom:100px;left:calc(50% - 340px);padding:40px 22px 22px;width:680px}.modal-title{margin-bottom:10px}.answer-link-close{margin:16px auto 0;width:335px}}@keyframes marqueeScroll{0%{transform:translateX(0)}to{transform:translateX(var(--marquee-distance))}}.left-panel{width:100%}.main-header{font-family:pretendard;margin-top:60px}.cost-wrap{background:#fff;display:flex;justify-content:center}.cost-wrap li{align-items:center;display:flex;flex:1;gap:12px;padding:12px 0}.cost-wrap li img{height:24px;width:24px}.cost-wrap li p{color:#22252a;font-size:14px;letter-spacing:-.5px;line-height:20px;padding:0 8px;vertical-align:middle}.cost-wrap li p span:first-child{font-size:18px;font-weight:700;letter-spacing:-.5px;line-height:22px;margin:0 4px 0 8px}.cost-wrap li p span:nth-child(2){font-size:17px;letter-spacing:-.5px;line-height:22px}.cost-wrap li:first-child{border-right:1px solid #f0f2f3;justify-content:flex-end}.cost-wrap li:nth-child(2){justify-content:flex-start}.cost-wrap li:nth-child(2) img{margin-left:20px}.cost-wrap li:first-child p{margin-right:20px}.realtime-news-wrap{align-items:center;background-color:#fff;display:flex;height:36px;overflow:hidden;position:relative}.realtime-news-head{background:#02a39e;color:#fff}.realtime-news-head,.realtime-news-ranking{flex-shrink:0;font-size:14px;font-weight:700;letter-spacing:-.5px;line-height:20px;padding:8px;z-index:1}.realtime-news-ranking{background:#fafafa;color:#02a39e}.realtime-news-slider{background:#fafafa;flex:1;height:100%;overflow:hidden;position:relative}.realtime-news-slider:after{background:linear-gradient(90deg,hsla(0,0%,98%,0),#fafafa);content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:24px;z-index:1}.realtime-news-item{align-items:center;color:#191f28;display:flex;font-size:14px;font-weight:500;height:100%;left:0;letter-spacing:-.5px;line-height:20px;padding:0 8px;position:absolute;text-decoration:none;top:0;transition:transform .4s,opacity .4s;white-space:nowrap;width:100%}.realtime-news-item span{display:inline-block}.realtime-news-item span.marquee{animation:marqueeScroll var(--marquee-duration,8s) linear 1s 1 forwards}@media (min-width:1200px){.left-panel{border-radius:20px;display:flex;flex-direction:column;height:80%;overflow:hidden;width:700px}.main-header{display:flex;flex-direction:column-reverse;margin-top:0}.realtime-news-wrap{height:auto}.realtime-news-head{font-size:22px;padding:25px 16.5px}.realtime-news-ranking{font-size:22px;padding:25px 18px}.realtime-news-item{font-size:22px}.cost-wrap{justify-content:flex-start}.cost-wrap li{flex:none;padding:16px 20px}.cost-wrap li p{font-size:22px}.cost-wrap li:first-child p{margin-right:5px}.cost-wrap li p span:nth-child(2){font-size:24px}.cost-wrap li p span:first-child{font-size:26px}.cost-wrap li:nth-child(2) img{margin-left:0}}.map-part{aspect-ratio:5/3;overflow:hidden;position:relative}.byline-btn{bottom:20px;position:absolute;right:20px;z-index:25}.Iran-map,.map-part img{width:100%}.lottie{height:auto!important}.answer-map-img,.answer-map-img-wrap,.lottie{left:0;position:absolute;top:0;width:100%}.answer-map-img{opacity:0;transition:opacity .6s}.answer-map-img.active{opacity:1}@media (min-width:1200px){.left-panel .map-part{flex:1;overflow:hidden}.byline-btn{height:40px;width:40px}}
/*# sourceMappingURL=styles.css.map*/