@charset "UTF-8";.sidebar{position:fixed;top:50%;left:0;transform:translateY(-50%);background-color:#fff;padding:16px;width:100px;box-shadow:2px 0 8px #0000001a;z-index:999;display:flex;flex-direction:column;gap:20px}.sidebar a{text-decoration:none;color:#333;font-weight:500}.sidebar a:hover{color:#007bff}.sidebar a.active{color:#007bff;font-weight:700}.gamsung-contact-button{position:absolute;bottom:20px;right:20px;z-index:1000}.gamsung-contact-button img{width:100px;height:100px;transition:transform .3s ease}.gamsung-contact-button .tooltip-link{position:relative;display:inline-block}.gamsung-contact-button .tooltip-link:hover .tooltip-text{opacity:1;visibility:visible;transform:translateY(-6px)}.gamsung-contact-button .tooltip-text{position:absolute;bottom:110%;right:0;transform:translate(0) translateY(0);background-color:#333;color:#fff;padding:6px 12px;border-radius:4px;font-size:1rem;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;z-index:10}*{box-sizing:border-box}html,body,#root{height:100svh;margin:0;overflow:auto;background:#fff}.main-page{display:flex;justify-content:space-between;padding:5%;padding-top:calc(5% + 48px);background:linear-gradient(90deg,#fff 3%,#d5d7db 51%,#abb6ca);position:relative;height:100svh}.main-page .intro-section{width:40%;display:flex;height:100%;padding-bottom:2rem;flex-direction:column;justify-content:space-between;align-items:flex-start}.main-page .intro-section .content-wrapper .sub-title{margin:3rem 0 2rem;word-break:keep-all}.main-page .intro-section .content-wrapper .sub-title .first-des{font-size:1.5rem;line-height:3rem;word-break:keep-all}.main-page .intro-section .content-wrapper .sub-title .head{font-size:2.5rem;font-weight:700;margin-top:3rem;word-break:keep-all}.main-page .intro-section .content-wrapper .sub-title .second-des{font-size:1.2rem;margin-top:3rem;line-height:1.8rem;word-break:keep-all}.main-page .intro-section .cta-button{padding:.8rem 1.5rem;font-size:1.2rem;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:background-color .3s ease;width:80%;align-self:flex-start}.main-page .image-stack-wrapper{padding-top:calc(5% + 48px);position:absolute;top:25%;right:10%;width:40%;height:400px;display:flex;justify-content:center;align-items:center}.main-page .image-stack-wrapper .stack-item{position:absolute;transition:transform .8s cubic-bezier(.25,1,.5,1),opacity .8s}.main-page .image-stack-wrapper .stack-item img{width:100%;height:auto;border-radius:8px;box-shadow:0 8px 16px #0000004d}.main-page .image-stack-wrapper .nav-button{padding-top:calc(5% + 48px);position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;border:none;cursor:pointer;transition:all .3s ease;z-index:1000;opacity:.5}.main-page .image-stack-wrapper .nav-button img{width:40px;height:40px}.main-page .image-stack-wrapper .nav-button:hover{transform:translateY(-50%) scale(1.2)}.main-page .image-stack-wrapper .nav-button.prev{left:-60px}.main-page .image-stack-wrapper .nav-button.next{right:-60px}.mobile-stack{display:flex;flex-direction:column;word-break:keep-all}.mobile-stack .business-section{text-align:center;display:flex;flex-direction:column;justify-content:center;min-height:100svh}.mobile-stack .business-section .content-wrapper img.logo{width:250px;margin:1rem auto}.mobile-stack .business-section .content-wrapper .sub-title{margin:2rem 0}.mobile-stack .business-section .content-wrapper .sub-title .first-des{font-size:1rem;line-height:2rem}.mobile-stack .business-section .content-wrapper .sub-title .head{font-size:1.5rem;font-weight:700;margin-top:1rem}.mobile-stack .business-section .content-wrapper .sub-title .second-des{font-size:.8rem;margin-top:1rem}.mobile-stack .business-section .content-wrapper .cta-button{padding:.5rem 3rem;font-size:1.2rem;border:none;border-radius:10px;color:#fff;margin-top:2rem}.mobile-carousel{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;width:100vw;height:100vh;position:relative}.mobile-carousel .swipe-indicator{position:absolute;top:100px;font-size:1rem;z-index:10}.mobile-carousel .slide{flex:0 0 100vw;height:100vh;scroll-snap-align:start;display:flex;justify-content:center;align-items:center;position:relative;box-sizing:border-box}.mobile-carousel .content-wrapper{width:100%;max-width:100vw;padding:2rem;box-sizing:border-box;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.mobile-carousel .logo{max-width:200px;width:100%;height:auto;margin-bottom:2rem}.mobile-carousel .cta-button{margin-top:2rem;padding:1rem 2rem;font-size:1.1rem;border-radius:30px;color:#fff;border:none;cursor:pointer}.slide img,.slide video{width:100%;max-width:500px;height:auto}.indicator-dots{display:flex;justify-content:center;margin-top:1rem;gap:.5rem;position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10}.indicator-dots .dot{width:10px;height:10px;border-radius:50%;background-color:#0000004d;transition:all .3s ease}.indicator-dots .dot.active{background-color:#000;transform:scale(1.3)}@media (max-width: 1200px){.main-page{flex-direction:column;align-items:center;padding:3%}.main-page .intro-section{width:80%;height:auto}.main-page .intro-section .content-wrapper .sub-title .first-des{font-size:1.5rem;line-height:2.4rem}.main-page .intro-section .content-wrapper .sub-title .head{font-size:2rem;margin-top:2rem}.main-page .intro-section .content-wrapper .sub-title .second-des{font-size:1rem;margin-top:2rem;line-height:1.6rem}.main-page .intro-section .cta-button{width:100%}.main-page .image-stack-wrapper{position:static;width:80%;margin-top:3rem;height:auto}.main-page .image-stack-wrapper .stack-item img{max-width:100%;height:auto}}@media (max-width: 767px){.main-page{display:none}}.fnb-intro{height:calc(100vh - 110px);position:relative;align-items:center;display:flex}.fnb-intro .fnb-box{display:flex;flex-direction:column;margin-left:10rem}.fnb-intro .fnb-box .fnb-head img{width:40%}.fnb-intro .fnb-box .fnb-des{color:#000;font-size:3rem;font-weight:500;margin-top:1rem}.custom-tab-list{display:flex;gap:0;position:fixed;top:48px;left:0;right:0;z-index:1000;overflow-x:hidden;background-color:#000;margin:0}.custom-tab-list.tab1{border-bottom:15px solid #fff9ee}.custom-tab-list.tab2{border-bottom:15px solid #f2c94c}.custom-tab-list.tab3{border-bottom:15px solid #402e32}.custom-tab-list::-webkit-scrollbar{display:none}@media (max-width: 768px){.custom-tab-list{padding:.5rem;top:48px}}.custom-tab{position:relative;height:50px;width:100%;color:#fff;cursor:pointer;border:none;font-size:1.2rem;border-radius:10px 20px 0 0;clip-path:polygon(0 0,95% 0,100% 100%,0% 100%);transition:transform .3s ease,filter .3s ease,box-shadow .3s ease;z-index:1;box-shadow:inset 0 1px #ffffff4d,0 2px 5px #00000026;background:var(--tab-bg-color)}.custom-tab:hover{filter:brightness(1.05);box-shadow:inset 0 1px #ffffff4d,0 4px 10px #0003}@media (max-width: 1024px){.custom-tab{padding:.7rem 3rem;font-size:1.1rem}}@media (max-width: 768px){.custom-tab{min-width:max-content;margin-left:0;padding:.6rem 2rem;font-size:1rem;clip-path:none;border-radius:10px;box-shadow:none}}@media (max-width: 480px){.custom-tab{font-size:.9rem;padding:.5rem 1.5rem}}.custom-tab[data-active]{z-index:5;box-shadow:inset 0 2px 2px #fff3,0 6px 18px #0000004d}@media (max-width: 480px){.custom-tab[data-active]{transform:translateY(0)}}.tab-brown{--tab-bg-color: #fff9ee;color:#000;z-index:4}.tab-yellow{--tab-bg-color: #f2c94c;color:#333;z-index:3}.tab-gray{--tab-bg-color: #402e32;color:#fff;z-index:2}.mantine-Tabs-panel{margin-top:52px;background:#f9f9f9;border:15px solid var(--tab-bg-color);position:relative;z-index:10}@media (max-width: 768px){.mantine-Tabs-panel{padding:0}}@media (max-width: 480px){.mantine-Tabs-panel{padding:0}}.panel-brown{border:15px solid #fff9ee;background-color:#fff9ee;color:#000}.panel-yellow{border:15px solid #f2c94c;background-color:#f2c94c;color:#333}.panel-gray{border:15px solid #402e32;background-color:#402e32;color:#fff}.suomien-page{position:relative;width:100%;height:auto}@media (max-width: 768px){.suomien-page{background-position:40% center}}.suomien-page .background-layer{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;filter:brightness(.7)}.suomien-page .content-layer{position:relative;z-index:1;margin:0 auto}.suomien-page .header{text-align:center;padding:5rem 0;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.suomien-page .section{background-color:#ffffffd9;border-radius:16px;padding:3rem;margin-bottom:3rem;box-shadow:0 4px 20px #0000001a}.suomien-page .section p{font-size:1.2rem;line-height:1.6;color:#444}.suomien-page .footer{text-align:center;padding:3rem 0;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.suomien-intro{position:relative;width:100%;height:calc(100vh - 110px);background-size:cover;background-position:center}.suomien-intro .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to left,#0000,#958038a6 40%,#e5c456 69%);display:flex;justify-content:flex-start;align-items:center;padding:0 10%;box-sizing:border-box}.suomien-intro .overlay:before{content:"";position:absolute;top:50px;bottom:50px;left:50px;right:50px;border:2px solid #b00;z-index:1}.suomien-intro .overlay .suo-intro-text{position:relative;z-index:2;max-width:600px;text-align:left;color:#4b2e13;font-family:"Noto Serif KR",serif}.suomien-intro .overlay .suo-intro-text img{max-width:100%;margin-bottom:1.5rem}.suomien-intro .overlay .suo-intro-text div{line-height:1.8;font-size:1.1rem;margin-bottom:4rem;padding-left:2rem}.suomien-intro .overlay .suo-intro-text button{margin-left:2rem;padding:1rem 3rem;background-color:#ffffff61;color:#b00;border:1px solid #b00;cursor:pointer;width:70%;font-size:1rem;transition:background-color .3s ease}.suomien-intro .overlay .suo-intro-text button:hover{background-color:#800;color:#fff}@media screen and (max-width: 768px){.suomien-intro{height:auto}.suomien-intro .overlay{position:relative;flex-direction:column;align-items:flex-start;justify-content:center;padding:3rem 1.5rem;height:auto;min-height:100vh;box-sizing:border-box;background:linear-gradient(to top,#0000,#958038a6 10%,#e5c456 69%)}.suomien-intro .overlay:before{display:none}.suomien-intro .overlay .suo-intro-text{width:100%;max-width:100%;padding:0}.suomien-intro .overlay .suo-intro-text img{width:100%;margin-bottom:1.5rem}.suomien-intro .overlay .suo-intro-text div{font-size:1rem;line-height:1.6;padding:0;margin-bottom:2rem}.suomien-intro .overlay .suo-intro-text button{width:100%;padding:1rem;font-size:1rem;margin:0}}.feature-card{display:flex;align-items:center;background-color:#fff;border-radius:20px;padding:1rem 1.5rem;gap:1.5rem;width:100%;box-shadow:0 4px 20px #0000000d;max-width:500px;margin:1.5rem auto;transition:all .3s ease;height:auto}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.feature-card .icon-wrapper{flex-shrink:0;width:80px;height:80px;background-color:#020202;border-radius:50%;display:flex;align-items:center;justify-content:center}.feature-card .icon-wrapper img,.feature-card .icon-wrapper svg{width:50px;height:50px}.feature-card .text-wrapper{display:flex;flex-direction:column;gap:.5rem}.feature-card .text-wrapper .head-text{font-size:1.2rem;color:#111}.feature-card .text-wrapper .sub-text{font-size:.95rem;color:#757474;line-height:1.2rem;font-weight:400}@media (max-width: 768px){.feature-card{flex-direction:column;text-align:center;padding:1.5rem 1.2rem;border-radius:24px;gap:0}.feature-card .icon-wrapper{margin-bottom:1rem}.feature-card .text-wrapper .head-text{font-size:1.1rem}.feature-card .text-wrapper .sub-text{font-size:.9rem}}.reason-section{background-color:#020202b3;display:flex;padding:2rem;flex-direction:column;align-items:flex-end}.reason-section .reason-title{font-size:7rem;color:#fff;width:100%}.reason-section .feature-box{width:70%;display:flex;flex-wrap:wrap;gap:1rem}@media (max-width: 1024px){.reason-section{padding:1.5rem}.reason-section .reason-title{font-size:5rem}.reason-section .feature-box{width:90%}}@media (max-width: 600px){.reason-section{align-items:center;padding:1rem}.reason-section .reason-title{font-size:3rem;text-align:center}.reason-section .feature-box{width:100%;flex-direction:column;align-items:center}}.menu-section .menu-title{font-size:7rem;color:#fff;width:100%}.menu-section .menu-grid{width:70%;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width: 600px){.menu-section{align-items:center}.menu-section .menu-title{font-size:3rem;text-align:center;margin-bottom:30px}.menu-section .menu-grid{width:100%;align-items:center;flex-wrap:wrap}}.map-section{padding:3rem 2rem;background-color:#020202b3}.map-section .map-title{font-size:5rem;font-weight:500;margin-bottom:4rem;color:#fff}.map-section .map-wrapper{min-width:500px;height:500px;width:100%}.store-list .simplebar-scrollbar:before{background:wheat;border-radius:6px;opacity:.8;transition:opacity .3s}.store-list .simplebar-track.simplebar-vertical{width:8px;right:0}.store-list .simplebar-scrollbar{width:100%}.store-list .simplebar-scrollbar:before:hover{opacity:1}.map-section{padding:3rem 2rem;display:flex;flex-direction:column;align-items:flex-end;background-color:#020202b3}.map-section .map-title{font-size:5rem;font-weight:500;margin-bottom:4rem;color:#fff;width:100%}.map-section .map-container{display:flex;gap:2rem}.map-section .map-container .store-list{max-height:500px;width:300px;flex-shrink:0;padding-right:1rem;box-sizing:border-box;display:flex;flex-direction:column;gap:1rem}.map-section .map-container .store-list .store-card{width:100%;margin-bottom:.5rem;background:#ffffff3b;padding:1rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:.2s}.map-section .map-container .store-list .store-card:hover{background-color:wheat;color:#000}.map-section .map-container .store-list .store-card:hover strong{font-weight:400;font-size:1rem;color:#000}.map-section .map-container .store-list .store-card:hover .store-add{font-size:.85rem;margin-top:.3rem;color:#000}.map-section .map-container .store-list .store-card strong{font-weight:400;font-size:1rem;color:#fff}.map-section .map-container .store-list .store-card .store-add{font-size:.85rem;margin-top:.3rem;color:#fff}.map-section .map-wrapper{min-width:700px;height:500px;width:100%}.map-section .map-wrapper .kakao-map{width:100%;max-width:1200px;height:500px;min-height:300px;display:block;border-radius:12px;overflow:hidden;position:relative;box-shadow:0 2px 10px #00000026}.map-section .custom-overlay{background:#fff;border-radius:6px;padding:.4rem .8rem;font-weight:600;font-size:.85rem;box-shadow:0 2px 6px #00000040;border:1px solid #eee}@media (max-width: 1024px){.map-section .map-title{font-size:3rem;margin-bottom:2rem}.map-section .map-container{flex-direction:column}.map-section .map-container .store-list{width:100%;max-height:300px;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.5rem}.map-section .map-container .store-list .store-card{min-width:250px;margin-bottom:.5rem;margin-right:1rem;flex-shrink:0}.map-section .map-container .map-wrapper{min-width:unset;height:400px}.map-section .map-container .map-wrapper .kakao-map{height:400px}}@media (max-width: 600px){.map-section{padding:2rem 1rem}.map-section .map-title{font-size:2.5rem}.map-section .store-list .store-card{min-width:200px;padding:.8rem}.map-section .map-wrapper,.map-section .map-wrapper .kakao-map{height:300px}}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.our-story-section{align-items:center;display:flex;flex-direction:column;gap:5rem;padding:5rem}.our-story-section .section-title{color:#451818;font-size:5rem;font-weight:700}.our-story-section .story-block{display:flex;align-items:center;justify-content:space-between;gap:3rem;width:70%}.our-story-section .story-block .story-image{width:45%}.our-story-section .story-block .story-text-box{display:flex;flex-direction:column;gap:1rem}.our-story-section .story-block .story-text-box .symbol-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:center;background-size:50%;opacity:.12;z-index:0;margin-top:12rem;pointer-events:none}.our-story-section .story-block .story-text-box .story-text-box{position:relative;padding:3rem 2rem}.our-story-section .story-block .story-text-box .story-text-box>*:not(.symbol-bg-overlay){position:relative;z-index:1}.our-story-section .story-block .story-text-box .story-symbol{position:absolute;width:20%;opacity:.15;right:0;transform:translate(-20rem);z-index:1}.our-story-section .story-block .story-text-box .story-text1{font-size:3rem;letter-spacing:.1rem}.our-story-section .story-block .story-text-box .story-text2{font-size:1rem;font-weight:200;line-height:1.5rem;letter-spacing:.1rem}.our-story-section .story-block .story-text-box .story-text3{font-size:1rem;font-weight:100;letter-spacing:.1rem;line-height:1.5rem}.our-story-section .story-block .story-text-box .story-text1-r{font-size:3rem;letter-spacing:.1rem;text-align:right;z-index:4}.our-story-section .story-block .story-text-box .story-text2-r{font-size:1rem;font-weight:200;line-height:1.5rem;letter-spacing:.1rem;text-align:right;z-index:4}.our-story-section .story-block .story-text-box .story-text3-r{font-size:1rem;font-weight:100;letter-spacing:.1rem;line-height:1.5rem;text-align:right;z-index:4}.emotion-design-section{padding:2rem;text-align:center}.emotion-design-section .headline{font-size:2.5rem;font-weight:600;color:#222;margin-bottom:2rem}.emotion-design-section .background-area{position:relative;width:100%;height:500px;overflow:hidden}.emotion-design-section .background-area .background-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.7;z-index:0}.emotion-design-section .background-area .overlay-content{position:relative;z-index:1;padding:3rem;color:#000}.emotion-design-section .background-area .overlay-content .symbol{width:100px;margin-bottom:1rem}.emotion-design-section .background-area .overlay-content .content-text{font-size:1.2rem;line-height:1.6}@media (max-width: 768px){.emotion-design-section .background-area{height:auto;aspect-ratio:4/3}.emotion-design-section .overlay-content{bottom:1rem;right:1rem}.emotion-design-section .overlay-content .symbol{width:48px}.emotion-design-section .overlay-content .brand-label{font-size:1.2rem}}.yeontan-page{background-size:100% auto;background-position:top center;background-repeat:repeat-y;position:relative;min-height:100vh;width:100%;overflow-x:hidden}.content-layer{position:relative;z-index:10;display:flex;flex-direction:column}.yeontan-intro{position:relative;width:100%;height:calc(100vh - 100px);background:linear-gradient(to left,#000 23%,#000000b5 54%,#0000)}.yeontan-intro .overlay{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-end}.yeontan-intro .overlay .intro-text-box{color:#fff;padding:2rem;border-radius:1rem;max-width:800px}.yeontan-intro .overlay .intro-text-box .subtitle{font-size:1.7rem}.yeontan-intro .overlay .intro-text-box .logo{width:60%;margin-bottom:1rem}.yeontan-intro .overlay .intro-text-box div{font-size:1.2rem;line-height:2;margin-bottom:2rem}.yeontan-intro .overlay .intro-text-box button{background-color:#fff;color:#000;opacity:.8;border:none;padding:.8rem 1.5rem;font-size:1rem;width:80%;cursor:pointer;border:1px solid #000}.yeontan-intro .overlay .intro-text-box button:hover{background-color:#000;color:#fff;border:1px solid white}.strength-section{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:2rem;padding:2rem;background-color:#020202b3}.strength-section .yeontan-title{font-size:7rem;color:#fff;width:100%}.strength-section .strength-card{width:250px;height:330px;padding:2rem 1rem;border-radius:0 0 120px 120px;color:#fff;text-align:center;position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-shadow:0 4px 12px #0006;transition:transform .3s ease;margin-right:2rem}.strength-section .strength-card:hover{transform:translateY(-5px)}.strength-section .strength-card .y-title{font-size:1.7rem;margin-bottom:.4rem}.strength-section .strength-card .y-dis{font-size:1rem;line-height:1.4;font-weight:200;white-space:pre-line;margin-bottom:1rem}.strength-section .strength-card .icon{width:100px;height:100px;object-fit:contain}@media (max-width: 768px){.strength-section{flex-direction:column;align-items:center}}.yeontan-menu-card{background-color:#1b1b1b;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #0009;transition:transform .3s ease;color:#fff;display:flex;flex-direction:column;width:100%;max-width:250px}.yeontan-menu-card:hover{transform:translateY(-6px)}.yeontan-menu-card .image-wrapper{width:100%;height:180px;overflow:hidden}.yeontan-menu-card .image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.yeontan-menu-card .image-wrapper img:hover{transform:scale(1.05)}.yeontan-menu-card .menu-info{padding:1rem;display:flex;height:40%;gap:.2rem;flex-direction:column;align-items:flex-start;justify-content:space-between}.yeontan-menu-card .menu-info .menu-name{font-size:1.1rem;font-weight:700}.yeontan-menu-card .menu-info .menu-price{color:#fc6;font-weight:600}.yeontan-menu-card .menu-info .menu-description{font-size:.7rem;line-height:1.4;opacity:.8;font-weight:400}.menu-section{background-color:#020202b3;display:flex;padding:2rem;flex-direction:column;align-items:flex-end}.menu-section .menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;justify-items:center;width:80%;margin-top:2rem}@media (max-width: 768px){.menu-section .menu-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.menu-section .menu-grid{grid-template-columns:1fr}}.menu-section h3{margin:.5rem 0 .25rem;font-size:1.1rem}.menu-section p{color:#666;font-size:.9rem}.yeontan-map-section{padding:3rem;text-align:center;background-color:#020202b3}.yeontan-map-section .map-title{font-size:4rem;margin-bottom:2rem;font-weight:400;color:#fff}.yeontan-map-section .store-name{font-size:1.3rem;margin-bottom:2rem}.yeontan-map-section .yeontan-map-wrapper{width:100%;max-width:1200px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 0 10px #0000001a}.yeontan-map-section .custom-overlay{background:#1b1b1b;color:#fff;padding:.5rem 1rem;border-radius:6px;font-weight:700;white-space:nowrap}.fnb{background-color:#000;padding-top:48px}.onepage-container{height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth;background-color:#121212}.onepage-container>*{scroll-snap-align:start;height:100vh}@media screen and (max-width: 768px){.onepage-container{scroll-snap-type:none!important;overflow-y:auto!important;height:auto!important}.onepage-container>*{height:auto!important;scroll-snap-align:none!important}}.logint1{display:inline-flex;flex-direction:column;background-repeat:no-repeat;width:100%;background-size:cover;background-position:top center;position:relative}.logint1:after{content:"";display:block;width:100%;padding-bottom:20vw}.logint1 .first-box{padding:18% 6% 10%;display:flex;justify-content:space-between;z-index:0}.logint1 .first-box .background-text{position:absolute;top:-4rem;right:0;font-size:22rem;font-weight:700;color:#ccd3e0;z-index:-1;white-space:nowrap;pointer-events:none}@media (max-width: 768px){.logint1 .first-box .background-text{font-size:clamp(4rem,20vw,8rem);top:-1rem;right:0}}@media (max-width: 480px){.logint1 .first-box .background-text{font-size:8rem;top:0}}.logint1 .first-box .head{font-size:clamp(1rem,4vw,4rem);font-weight:700;color:#13294b}.logint1 .first-box img{width:clamp(180px,50%,50%);height:auto}.logint1 .box{position:relative;padding-left:6%}.logint1 .box .second-box{display:inline-flex;position:relative;top:clamp(-200px,-10vw,-60px);flex-direction:column;padding:clamp(.8rem,1.5vw,2rem);background:#13294b}.logint1 .box .second-box .second-head{color:#fff;font-size:clamp(1.2rem,1.5vw,1.8rem);font-weight:700;margin-bottom:clamp(.8rem,2vw,3rem)}.logint1 .box .second-box .second-dis{color:#fff;font-weight:300;line-height:1.8rem;font-size:clamp(.9rem,1vw,1.1rem)}.logint1 .box2{width:100%;position:relative;display:inline-flex;flex-direction:column;align-items:flex-end;margin-top:-5rem;z-index:0}.logint1 .box2 .text-box{margin-right:6%}.logint1 .box2 .text-box .head{font-size:clamp(1rem,4vw,4rem);font-weight:700;color:#13294b;white-space:nowrap}.logint1 .box2 .disbox{display:flex;flex-direction:column;align-items:center;margin-right:6%}.logint1 .box2 .disbox img{margin-top:8%;width:40%}.logint1 .box2 .disbox .dis{font-size:clamp(1rem,2.5vw,2rem);margin-top:8%}.logint1 .box2 .disbox .dis .im{font-weight:700}.logint1 .box2 .background-text{position:absolute;bottom:-20rem;left:0;font-size:30rem;font-weight:700;color:#d9dce2;z-index:-1;white-space:nowrap;pointer-events:none}@media (max-width: 768px){.logint1 .box2 .background-text{font-size:clamp(4rem,20vw,8rem);top:-1rem;right:0}}@media (max-width: 480px){.logint1 .box2 .background-text{font-size:8rem;top:0}}@media (max-width: 768px){.logint1 .background-text{display:none!important}.logint1 .first-box{flex-direction:column;align-items:center;text-align:center}.logint1 .first-box .head{font-size:3rem;margin-bottom:1.5rem}.logint1 .first-box img{width:100%}.logint1 .box{margin-top:2rem;width:100%;padding-left:0}.logint1 .box .second-box{width:100%;margin-top:10px}.logint1 .box .second-box .second-head{font-size:1.5rem;line-height:2rem}.logint1 .box2{align-items:center;margin-top:2rem}.logint1 .box2 .text-box,.logint1 .box2 .disbox{margin-right:0;align-items:center;text-align:center}.logint1 .box2 .text-box .head,.logint1 .box2 .disbox .head{font-size:3rem}.logint1 .box2 .disbox img{width:65%}.logint1 .box2 .head{font-size:clamp(1.3rem,4vw,3rem)}.logint1 .box2 .dis{font-size:clamp(.9rem,3vw,1.5rem)}}.process-section{padding:4rem 2rem;background-color:#fff;padding:6% 6% 0 10%}.process-section .main-title{font-size:4rem;font-weight:700;text-align:left;color:#13294b;z-index:1;position:relative;margin-bottom:5rem}.process-section .section .sec-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#13294b}.process-section .section .sec-dis{font-size:1.5rem;color:#13294b;margin-bottom:5rem}.process-section .step-flow{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:2rem;padding-bottom:10rem}.process-section .step-flow .step{display:flex;align-items:center;gap:1rem}.process-section .step-flow .step.total-icon{display:inline-flex;max-width:300px}.process-section .step-flow .step.total-icon .icon-text img{width:100%}.process-section .step-flow .step.total-icon .label .line-text{font-size:1rem;line-height:1.4}.process-section .step-flow .step .icon-text{display:flex;flex-direction:column;align-items:center}.process-section .step-flow .step .icon-text img{width:80px;height:auto;margin-bottom:.5rem}.process-section .step-flow .step .icon-text .label{text-align:center}.process-section .step-flow .step .icon-text .label .line-text{font-size:1.1rem;font-weight:700}.process-section .step-flow .step .arrow{display:flex;align-items:center}.process-section .step-flow .step .arrow img{width:20px;height:auto}.effect-section{padding-bottom:10rem;background-color:#fff;text-align:center;align-items:center;justify-content:center}.effect-section .effect-title{font-size:3rem;font-weight:700;color:#13294b;margin-bottom:4rem}.effect-section .effect-head{font-size:2rem;font-weight:700;color:#13294b;margin-top:3rem;text-align:center}.effect-section .effect-head2{text-align:center;font-size:2rem;color:#13294b;margin-top:10px}.effect-section .arrow2{margin-top:5rem}.effect-section .arrow2 img{width:20%}.effect-section .total-icon2{margin-top:5rem}.effect-section .total-icon2 img{width:30%}.effect-section .total-text{margin-top:3rem}.effect-section .total-text .total-h{font-weight:700;display:inline-block;white-space:nowrap}.effect-section .effect-grid{display:inline-flex;justify-content:center;align-items:center;flex-wrap:wrap;border:10px solid #ddd9d9;border-radius:1rem;padding:1.5rem 4rem}.effect-section .effect-item{width:100px;display:flex;flex-direction:column;align-items:center}.effect-section .effect-item img{width:100px;height:100px;margin-bottom:1rem}.effect-section .effect-item h3{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#13294b}.effect-section .effect-item p{font-size:.95rem;color:#444;line-height:1.4}.effect-section .plus-sign img{width:50%}@media (max-width: 1024px){.process-section{padding:0}.process-section .main-title{font-size:3rem;text-align:center}.process-section .section .sec-title{font-size:1.6rem;text-align:center}.process-section .section .sec-dis{font-size:1.2rem;text-align:center}.process-section .step-flow{flex-wrap:wrap;padding-bottom:5rem}.process-section .step-flow .step .arrow{margin:1rem 0}.effect-section{padding:3rem 1rem}.effect-section .effect-title{font-size:2.4rem}.effect-section .effect-head,.effect-section .effect-head2{font-size:1.5rem}.effect-section .effect-grid{padding:2rem;flex-wrap:wrap;gap:1rem}.effect-section .effect-item{width:auto}.effect-section .effect-item img{width:50px;height:50px;margin-bottom:0}.effect-section .effect-item h3{font-size:1.2rem}.effect-section .plus-sign img{width:20px;height:auto}.effect-section .arrow2{margin-top:3rem}.effect-section .arrow2 img{width:50%}.effect-section .total-icon2 img{width:60%}.effect-section .total-text{font-size:1rem}.effect-section .total-text .effect-head2{font-size:1.3rem}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.reveal.active{opacity:1;transform:translateY(0)}.logistics-system-section{padding:0 2rem 5rem;background:linear-gradient(#fff,#d5d0d0);text-align:center;align-items:center;justify-content:center}.logistics-system-section .section-title{font-size:3rem;font-weight:700;color:#13294b;margin-bottom:5rem}@media (max-width: 768px){.logistics-system-section .section-title{font-size:2.2rem;margin-bottom:3rem}}.logistics-system-section .step-flow{display:flex;justify-content:center;align-items:center;gap:5rem;margin-bottom:6rem;flex-wrap:wrap}@media (max-width: 768px){.logistics-system-section .step-flow{gap:2.5rem;margin-bottom:4rem}}.logistics-system-section .step-flow .step-box{position:relative;display:flex;flex-direction:column;align-items:center}.logistics-system-section .step-flow .step-box .step-label{font-weight:700;font-size:1.5rem;color:#13294b;margin-bottom:1rem}@media (max-width: 768px){.logistics-system-section .step-flow .step-box .step-label{font-size:1.2rem}}.logistics-system-section .step-flow .step-box img{width:90px;height:auto;margin-bottom:1rem}@media (max-width: 768px){.logistics-system-section .step-flow .step-box img{width:70px}}.logistics-system-section .step-flow .step-box .step-title{font-size:2rem;font-weight:700;color:#13294b}@media (max-width: 768px){.logistics-system-section .step-flow .step-box .step-title{font-size:1.4rem}}.logistics-system-section .step-flow .step-box .arrow{position:absolute;right:-3rem;top:50%;transform:translateY(-50%);width:24px;height:auto}@media (max-width: 768px){.logistics-system-section .step-flow .step-box .arrow{position:static;transform:none;margin-top:1rem;width:20px}}.logistics-system-section .features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;max-width:720px;margin:0 auto 4rem;justify-items:center}@media (max-width: 768px){.logistics-system-section .features-grid{grid-template-columns:1fr}}.logistics-system-section .features-grid .feature-box{border:2px solid #0f1b2a;background-color:#fff;border-radius:.8rem;padding:1rem;width:100%;max-width:300px;height:150px;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;text-align:center}.logistics-system-section .features-grid .feature-box img{width:48px;height:48px;margin-bottom:.5rem}@media (max-width: 768px){.logistics-system-section .features-grid .feature-box img{width:40px;height:40px}}.logistics-system-section .features-grid .feature-box .feature-title{font-size:1.2rem;font-weight:700;color:#13294b}@media (max-width: 768px){.logistics-system-section .features-grid .feature-box .feature-title{font-size:1rem}}.logistics-system-section .features-grid .feature-box .feature-content{font-size:.95rem;color:#444;line-height:1.5;word-break:keep-all}@media (max-width: 768px){.logistics-system-section .features-grid .feature-box .feature-content{font-size:.9rem}}.logo-slider{overflow:hidden;width:100%;padding:5rem 10%;background-color:#fff}@media (max-width: 768px){.logo-slider{padding:0 0 100px;align-items:center;text-align:center;width:100%}}.logo-slider .logo-title{font-size:3rem;font-weight:700;color:#13294b;margin-bottom:3rem}@media (max-width: 768px){.logo-slider .logo-title{font-size:2rem}}.logo-slider .logo-subtitle{color:#13294b;font-size:1rem;line-height:1.5rem;margin-bottom:3rem}@media (max-width: 768px){.logo-slider .logo-subtitle{font-size:.9rem}}.logo-track-wrapper{width:100%;overflow:hidden;display:flex;justify-content:center}.logo-track{display:flex;width:max-content;animation:scrollLeft 60s linear infinite}.logo-track img{height:auto;max-height:250px;object-fit:contain}@media (max-width: 768px){.logo-track img{max-height:150px}}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.map-layout{display:flex;gap:2rem;padding:4rem;max-width:1200px;margin:0 auto}.map-layout .map-wrapper{flex:2;height:50vh;background:#eee;border-radius:8px}.map-layout .center-list{flex:1;display:flex;flex-direction:column;gap:1rem}.map-layout .center-list .info-text .info-item{display:flex;align-items:center;margin-bottom:8px;color:#797979}.map-layout .center-list .info-text .info-item img{width:20px;margin-right:5px}.map-layout .center-list .center-card{background:#f9f9f9;border:1px solid #ddd;padding:1rem;border-radius:8px;cursor:pointer;transition:all .2s}.map-layout .center-list .center-card:hover{background:#fffef3;box-shadow:0 0 6px #0000001a}.map-layout .center-list .center-card h3{margin:0 0 .5rem;color:#13294b;font-size:1rem}.map-layout .center-list .center-card p{margin:0;font-size:.85rem}@media screen and (max-width: 768px){.map-layout{flex-direction:column;padding:2rem 1rem}.map-layout .map-wrapper{width:100%;height:300px;min-height:300px}.map-layout .center-list{width:100%;flex-direction:column}.map-layout .center-list .center-card{padding:.75rem}.map-layout .center-list .center-card h3{font-size:.95rem}.map-layout .center-list .center-card p{font-size:.8rem}}.custom-overlay{background:#fff;border:1px solid #999;border-radius:8px;padding:10px 12px;box-shadow:0 2px 6px #00000026;font-size:13px;color:#333}.custom-overlay .title{font-weight:700;color:#13294b;margin-bottom:4px;font-size:13px}.custom-overlay .desc{font-size:12px}@media screen and (max-width: 768px){.custom-overlay{padding:8px 10px;font-size:12px}.custom-overlay .title{font-size:12px}.custom-overlay .desc{font-size:11px}}.location-section{position:relative;padding:6rem 2rem;background-color:#f9f9f9;overflow:hidden;text-align:center}.location-section .background-text{position:absolute;top:-4rem;right:0;font-size:22rem;font-weight:700;color:#ccd3e0;z-index:0;white-space:nowrap;pointer-events:none}.location-section .location-head{font-size:4rem;font-weight:700;text-align:left;color:#13294b;z-index:1;position:relative;margin-left:4rem;margin-top:8rem}.location-section .info-text{margin-top:2rem;font-size:.95rem;color:#333;line-height:1.6;z-index:1;position:relative}.location-section .info-text p{margin:.2rem 0}.location-section .map-layout,.location-section .map-wrapper{position:relative;z-index:1;width:100%;max-width:100%}.location-section .map-layout iframe,.location-section .map-wrapper iframe{width:100%;height:450px;border:0}@media screen and (max-width: 768px){.location-section{padding:3rem 1rem;margin-bottom:4rem}.location-section .background-text{font-size:clamp(4rem,20vw,8rem);top:-1rem;right:0}.location-section .location-head{font-size:2rem;text-align:center;margin:2rem auto 1.5rem}.location-section .info-text{font-size:.9rem;padding:0 1rem;text-align:center}.location-section .map-wrapper{height:auto}.location-section .map-wrapper iframe{height:250px}}@media screen and (max-width: 480px){.location-section .location-head{font-size:1.6rem}.location-section .info-item .text{font-size:.7rem}.location-section .info-item img{width:5px}.location-section .background-text{font-size:5rem;top:0;left:50%;transform:translate(-50%);text-align:center}.location-section .map-wrapper iframe{height:200px}}.bi-first{height:100svh;display:flex;justify-content:flex-end;flex-direction:column;background-size:cover;background-position:center;background-repeat:no-repeat}.bi-first .text-area{padding:5%;max-width:1000px}.bi-first .text-area .discription{color:#fff;font-size:clamp(1rem,1.5vw,1.5rem);padding-bottom:2%;line-height:1.6;word-break:keep-all}.bi-first .text-area .head{color:#fff;font-size:clamp(2rem,4vw,4rem);font-weight:700;line-height:1.3;word-break:keep-all}@media screen and (max-width: 768px){.bi-first{background-position:center 35%}.bi-first .text-area{padding:8%}.bi-first .text-area .discription{font-size:1.1rem}.bi-first .text-area .head{font-size:2.2rem}}@media screen and (max-width: 480px){.bi-first{background-position:70% 30%}.bi-first .text-area{padding:10% 6%}.bi-first .text-area .discription{font-size:1rem;line-height:1.5}.bi-first .text-area .head{font-size:1.8rem;line-height:1.4}}.slogan-section{display:flex;justify-content:space-between;flex-direction:column;position:relative;flex-wrap:wrap;height:100%;width:100%;margin-top:0;z-index:0}.slogan-section .left,.slogan-section .right{position:relative;z-index:10}.slogan-section .left{z-index:1}.slogan-section .left .globe-icon{width:150px;height:auto;margin-top:30rem;margin-bottom:2rem;display:block;margin-left:10rem;margin-right:auto;z-index:10;position:relative}.slogan-section .left .slogan-bg-text{position:absolute;top:0;left:0;font-size:clamp(6rem,10vw,10rem);font-weight:800;color:#dfe3e8;z-index:-10;pointer-events:none}.slogan-section .left .slogan-yellow-text{color:#ffb300;margin-top:1rem;z-index:10;padding-left:100px;padding-right:100px;font-size:clamp(1rem,2vw,2rem);line-height:1.6;z-index:1;font-weight:400}.slogan-section .right{position:relative;z-index:10;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column}.slogan-section .slogan-keyword{text-align:center;font-size:clamp(2rem,4vw,4rem);font-weight:700;color:#13294b;z-index:1;margin-top:-40rem;padding-left:100px;padding-right:100px}.slogan-section .slogan-keyword .slogan-description{font-size:clamp(1rem,2vw,2rem);color:#13294b;line-height:1.6;z-index:1;text-align:right;margin-top:2rem;font-weight:400}.slogan-section .vision-bg-text{right:0;font-size:clamp(6rem,10vw,10rem);font-weight:800;color:#fff2cc;z-index:-10;pointer-events:none}@media screen and (max-width: 430px){.slogan-section{flex-direction:column;align-items:center;text-align:center}.slogan-section .left,.slogan-section .right{padding-left:1rem;padding-right:1rem;align-items:center}.slogan-section .left .slogan-bg-text{font-size:clamp(3rem,25vw,5rem);top:-2rem;left:50%;transform:translate(-50%);text-align:center}.slogan-section .left .slogan-yellow-text{font-size:1.5rem;line-height:2rem;padding:0 1rem;transform:translateY(8rem)}.slogan-section .left .globe-icon{margin-top:25rem;padding-left:0;padding-right:0;transform:translateY(8rem);display:block;margin-left:auto;margin-right:auto}.slogan-section .right{align-items:center;justify-content:center}.slogan-section .slogan-keyword{font-size:clamp(1.8rem,5vw,4rem);margin-top:50px;padding:0 1rem;transform:translateY(-30rem)}.slogan-section .slogan-keyword .slogan-description{font-size:clamp(.9rem,4vw,1.5rem);margin-top:1rem;text-align:center;padding:0 1rem}.slogan-section .vision-bg-text{font-size:clamp(4rem,20vw,5rem);margin-top:2rem;left:50%;width:100%;transform:translate(-50%) translateY(2.5rem);position:absolute;text-align:center}}.custom-timeline{position:relative;padding:4rem 2rem 10rem;background:linear-gradient(to bottom,#fff,#fff1d9)}.custom-timeline .timeline-head{font-size:clamp(2rem,5vw,5rem);font-weight:700;color:#ffb83b;position:relative;margin-bottom:10rem;margin-left:6rem}.custom-timeline .line{position:absolute;top:10%;bottom:0;left:50%;width:1px;background-color:#a09f9f;transform:translate(-50%);z-index:1;margin-bottom:100px}.custom-timeline .timeline-block{position:relative;width:50%;padding:2rem 2rem 2rem 3rem;box-sizing:border-box;z-index:2}.custom-timeline .timeline-block.left{left:0;text-align:right}.custom-timeline .timeline-block.left .year{text-align:right}.custom-timeline .timeline-block.left ul{padding-right:1.5rem;text-align:left;list-style-position:inside}.custom-timeline .timeline-block.right{left:50%;text-align:left}.custom-timeline .timeline-block.right .year:after{left:-45px}.custom-timeline .timeline-block.right ul{padding-left:1.5rem;text-align:left;list-style-position:inside}.custom-timeline .timeline-block .year{font-size:clamp(2rem,5vw,5rem);font-weight:700;color:#ffb83b;margin-bottom:1rem;position:relative}.custom-timeline .timeline-block .year:after{content:"";position:absolute;top:50%;width:30px;height:1px;background:#a09f9f;transform:translateY(-50%)}.custom-timeline .timeline-block .items{list-style:disc;color:#000;font-size:1rem;line-height:1.6}.custom-timeline .timeline-block.left .items{padding-right:2rem;margin-left:auto;display:inline-block}@media (max-width: 1024px){.custom-timeline{padding:3rem 1rem 5rem}.custom-timeline .line{left:1rem;transform:none}.custom-timeline .timeline-block{width:100%;left:0!important;padding:2rem 1rem;text-align:left}.custom-timeline .timeline-block.left,.custom-timeline .timeline-block.right{text-align:left}.custom-timeline .timeline-block .year{text-align:left!important}.custom-timeline .timeline-block .year:after{display:none}.custom-timeline .timeline-block .items{padding-left:1.2rem;padding-right:0}.custom-timeline .timeline-head{margin-left:0;font-size:2rem;text-align:center}}@media (max-width: 480px){.custom-timeline .timeline-block{padding:1.5rem .8rem}.custom-timeline .timeline-block .year{font-size:1.6rem}.custom-timeline .timeline-block .items{font-size:.95rem;line-height:1.5}}.org-chart{text-align:center;padding:2rem;background:#fff}.org-chart .org-title{font-size:3rem;font-weight:700;color:#13294b;margin-bottom:5rem}.org-chart .org-row{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-bottom:4rem}.org-chart .org-branch{display:flex;flex-direction:column;align-items:center}.org-chart .org-sub{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.org-chart .org-box,.org-chart .org-box2{border:1px solid #333;padding:.5rem 1rem;min-width:100px;background:#fff;font-size:1rem;font-weight:500}.org-chart .org-box:first-child{background-color:#2f3f57;color:#fff;font-weight:600}.org-chart .org-box1{background-color:#3467b4;color:#fff;font-weight:400;padding:.5rem 1rem}@media screen and (max-width: 768px){.org-chart{padding:1rem}.org-chart .org-title{font-size:2rem;margin-bottom:3rem}.org-chart .org-row{flex-direction:column;gap:1.5rem;margin-bottom:3rem;align-items:center}.org-chart .org-box,.org-chart .org-box2,.org-chart .org-box1{font-size:.9rem;min-width:auto;width:100%;max-width:250px}.org-chart .org-box:first-child{background-color:#2f3f57;color:#fff;font-weight:600;width:200px}.org-chart .org-sub{align-items:center;width:200px}}@media screen and (max-width: 480px){.org-chart .org-title{font-size:1.6rem}.org-chart .org-box,.org-chart .org-box2,.org-chart .org-box1{font-size:.85rem;padding:.4rem .8rem}}.service-intro-section{position:relative;background-color:#f8f8f8;z-index:0;overflow:hidden}@media (max-width: 768px){.service-intro-section{padding-top:4rem}}.service-intro-section .background-text{position:absolute;top:-4rem;right:0;font-size:22rem;font-weight:700;color:#ccd3e0;z-index:-1;white-space:nowrap;pointer-events:none}@media (max-width: 768px){.service-intro-section .background-text{display:none}}@media (max-width: 480px){.service-intro-section .background-text{display:none}}.service-intro-section svg{width:100%;height:auto;display:block;margin:0 auto;transform:translate(-100px) translateY(-50px)}@media (max-width: 768px){.service-intro-section svg{transform:scale(.85) translate(-50px) translateY(-30px)}}@media (max-width: 480px){.service-intro-section svg{transform:scale(.7) translate(-30px) translateY(-20px)}}.text-group text{transition:fill .2s ease,font-weight .2s ease}.text-group text .s-dis{font-size:10px}@media (max-width: 768px){.text-group text{font-size:11px}}@media (max-width: 480px){.text-group text{font-size:10px}}.text-group:hover text{font-weight:700;fill:#0b1c39;font-size:18px}@media (max-width: 768px){.text-group:hover text{font-size:16px}}@media (max-width: 480px){.text-group:hover text{font-size:14px}}.service-head{font-size:4rem;font-weight:700;text-align:left;color:#13294b;z-index:1;position:relative;padding:18% 6% 0 10%}@media (max-width: 768px){.service-head{font-size:2rem;text-align:center}}@media (max-width: 480px){.service-head{font-size:2.5rem;padding:5%}}.product-card{background:#fff;border:1px solid #ccc;padding:1rem}.product-card img{width:100%;height:auto;object-fit:contain}.product-card h3{margin:1rem 0 .5rem;text-align:center}.product-card p{font-size:.9rem;margin:.2rem 0}.badge-printable{background-color:#365e99;color:#fff;padding:.3rem .6rem;border-radius:12px;font-size:.8rem;margin-bottom:.5rem;display:inline-block;text-align:center}.image-wrapper{position:relative;width:100%;height:auto}.image-wrapper img{width:100%;display:block;border-radius:4px}.image-wrapper .badge-overlay{position:absolute;bottom:1rem;right:1rem;background-color:#365e99;color:#fff;padding:.2rem .5rem;font-size:.75rem;font-weight:700;border-radius:8px;box-shadow:0 1px 4px #0003}.material-filter-box{padding:1rem}.material-filter-box .filter-title{font-size:1.1rem;font-weight:700;margin-top:1.5rem;margin-bottom:.5rem}.material-filter-box .category-list .checkbox-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem;cursor:pointer}.material-filter-box .category-list .checkbox-item input{accent-color:#13294b}.material-filter-box .category-list .checkbox-item.active label{font-weight:700}.material-filter-box .tag-area{display:flex;flex-wrap:wrap;gap:.5rem}.material-filter-box .tag-area .tag{background:#f0f0f0;border-radius:16px;padding:.4rem .8rem;font-size:.85rem;cursor:pointer}.material-filter-box .tag-area .tag.active{background:#13294b;color:#fff;font-weight:700}.material-filter-box .filter-buttons{display:flex;gap:.5rem;flex-direction:column;margin-bottom:1rem}.material-filter-box .filter-buttons .apply-button{flex:1;background:#13294b;color:#fff;border:none;padding:.5rem;border-radius:4px;cursor:pointer}.material-filter-box .filter-buttons .reset-button{flex:1;background:#eee;color:#333;border:none;padding:.5rem;font-weight:700;border-radius:4px;cursor:pointer}.product-list-page{display:flex;flex-direction:column;width:100%;margin:3rem auto;gap:2rem;justify-content:center;align-items:center}.product-list-page .product-head{font-size:3rem;font-weight:700;color:#13294b;text-align:center}@media (max-width: 768px){.product-list-page .product-head{font-size:2.5rem}}@media (max-width: 480px){.product-list-page .product-head{font-size:2rem}}.product-list-page .product-box{display:flex;width:100%;gap:2rem;justify-content:center;padding:0 1rem}.product-list-page .product-box aside{width:220px;flex-shrink:0}.product-list-page .product-box main{margin-bottom:100px;width:100%;max-width:880px;padding:0 1rem}.product-list-page .product-box main .search-result-info,.product-list-page .product-box main .selected-filters{margin:1rem auto;font-size:1.1rem;color:#333;font-weight:500}.product-list-page .product-box main .product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;justify-items:center;width:100%}.product-list-page .product-box main .product-grid .product-card{border:1px solid #eee;background:#fff;display:flex;flex-direction:column;justify-content:flex-start;width:100%;max-width:280px;height:450px;padding:1rem}.product-list-page .product-box main .product-grid .product-card h3{text-align:center;display:flex;align-items:center;justify-content:center;min-height:3rem;margin:.5rem 0;word-break:keep-all;white-space:normal;font-size:1rem}@media (max-width: 480px){.product-list-page .product-box main .product-grid .product-card h3{font-size:.9rem}}.product-list-page .product-box main .product-grid .product-card .product-info{font-size:.85rem;text-align:left;width:100%;word-break:break-word;white-space:normal;line-height:1.5}@media (max-width: 480px){.product-list-page .product-box main .product-grid .product-card .product-info{font-size:.8rem}}@media (max-width: 1024px){.product-list-page .product-box{flex-direction:column}.product-list-page .product-box aside{width:100%;padding:0 1rem;margin-bottom:1rem}.product-list-page .product-box main{padding:0}}@media (max-width: 600px){.product-list-page .product-box main .product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 400px){.product-list-page .product-box main .product-grid{grid-template-columns:1fr}}.pagination{margin-top:2rem;margin-bottom:3rem;text-align:center}.pagination button{margin:0 .25rem;padding:.5rem 1rem;border:none;background:#eee;cursor:pointer;border-radius:4px;font-weight:500}.pagination button:hover{background:#ddd}.pagination button.active{background:#13294b;color:#fff}.pagination button:disabled{background:#f5f5f5;color:#aaa;cursor:default}@media (max-width: 600px){.pagination button{padding:.4rem .7rem;font-size:.85rem;margin:0 .15rem}}html,body,#root{height:100%;margin:0;overflow:auto;background:#fff}.layout{display:flex;flex-direction:column;min-height:100vh}.single-section-container{flex:1;display:flex;flex-direction:column}.fullpage-container{flex:1;overflow-y:auto;scroll-behavior:smooth}.compact-section{max-width:70%;margin:0 auto;border-radius:12px;box-shadow:0 0 10px #00000008}@media (max-width: 768px){.compact-section{max-width:90%}}.hero{background:#fefaf2;text-align:center;position:relative;height:100vh;display:flex;align-items:center;justify-content:center}.hero .hero-container{position:relative;width:100%;margin:0 auto;height:100%}.hero .bear-left,.hero .bear-right{position:absolute;bottom:0;width:30%}.hero .bear-left{left:30px}.hero .bear-right{right:30px}.hero .bear-center{position:absolute;bottom:0;left:50%;transform:translate(-50%) translateY(0);width:15%}.hero .hero-center{position:relative;text-align:center;display:flex;flex-direction:column;align-items:center;top:10%}.hero .hero-center .logo{width:16%;margin:4rem}.hero .hero-center .hero-button{background:#ffb83b;color:#fff;font-size:1.5rem;padding:.8rem 2rem;border-radius:8px;width:300px;margin-bottom:1rem;text-decoration:none;display:inline-block}.hero .hero-center .hero-button2{background:#62cc54;color:#fff;font-size:1.5rem;padding:.8rem 2rem;border-radius:8px;width:300px;text-decoration:none;display:inline-block}@media (max-width: 1024px){.hero .bear-left,.hero .bear-right{width:18%}.hero .hero-center{transform:translateY(20%)}.hero .hero-center .logo{width:30%;margin:2rem}.hero .hero-center .hero-button,.hero .hero-center .hero-button2{font-size:1rem;width:240px}.hero .hero-center .bear-center{width:14%}}@media (max-width: 768px){.hero .bear-left,.hero .bear-right,.hero .bear-center{width:40%}.hero .hero-center .logo{width:35%;margin:1.5rem}.hero .hero-center .hero-button,.hero .hero-center .hero-button2{font-size:.8rem;width:200px}}@media (max-width: 480px){.hero{min-height:unset;height:100vh;padding:2rem 1rem}.hero .bear-left,.hero .bear-right{width:40%}.hero .hero-center{margin-bottom:100px;position:relative;display:flex;top:10%;justify-content:center;flex-direction:column;align-items:center}.hero .hero-center .logo{width:45%;margin:1rem}.hero .hero-center .hero-button{font-size:.7rem;width:160px;padding:10px}.hero .hero-center .hero-button2{font-size:.7rem;width:160px;padding:10px;margin-bottom:10rem}.hero .hero-center .bear-center{width:20%;display:block;bottom:0}}.intro-wrapper{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;position:relative;background-color:#fefaf2;transition:all .6s ease}.intro-text{position:relative;text-align:center;transition:transform 1s ease;height:100vh;z-index:2;top:35%}.intro-text h2{font-size:4rem;margin-bottom:1rem}.intro-text p{font-size:1.5rem;line-height:1.4}.intro-text.moved{transform:translateY(-35vh) scale(.8)}.intro-text .fade-in-para{opacity:0;animation:fadeInSlow 3.5s ease-out forwards;animation-delay:.1s}.blue-box{opacity:0;transform:translateY(60px);background:#2580ef;color:#fff;padding:4rem;border-radius:16px;max-width:1000px;text-align:center;transition:all 1s ease;z-index:1}.blue-box.visible{position:relative;opacity:1;transform:translateY(0);top:-10%}.blue-box .blue-box-header{font-size:2.5rem;font-weight:500;margin-bottom:2rem}.blue-box .blue-box-text{font-size:1.5rem;font-weight:100;margin-bottom:2rem}.blue-box .blue-box-text .point-text{font-weight:500}.blue-box .blue-box-text:last-child{margin-bottom:0}.blue-box ul{margin-top:1rem;padding-left:0;list-style:none}.blue-box ul li{margin:.5rem 0}.intro-bear{width:25%;position:absolute;bottom:-20%;right:5%;opacity:0;transform:translateY(30px);transition:all 1s ease}.intro-bear.visible{bottom:0;opacity:1;z-index:10}@media screen and (max-width: 768px){.intro-text{top:8%}.intro-text h2{font-size:2.8rem}.intro-text p{font-size:1.2rem}.intro-text.moved{transform:translateY(0) scale(.85)}.blue-box{padding:3rem}.blue-box .blue-box-header{font-size:1.5rem}.blue-box .blue-box-text{font-size:1rem}.intro-bear{width:35%;right:3%}.intro-bear.visible{bottom:50px;opacity:1;z-index:10}}@media screen and (max-width: 480px){.intro-wrapper{height:100%;padding:3rem 0 12rem}.intro-wrapper .intro-text{position:relative;top:0%;height:100%}.intro-wrapper .intro-text h2{font-size:2rem}.intro-wrapper .intro-text p{font-size:1rem}.intro-wrapper .intro-text.moved{transform:translateY(-10px) scale(.9)}.intro-wrapper .blue-box{padding:2rem 1rem}.intro-wrapper .blue-box .blue-box-header{font-size:1.3rem}.intro-wrapper .blue-box .blue-box-text{font-size:1rem}.intro-wrapper .blue-box.visible{position:relative;opacity:1;transform:translateY(0);top:-45%}.intro-wrapper .intro-bear{width:50%;position:absolute;right:0;opacity:0;z-index:10}.intro-wrapper .intro-bear.visible{opacity:1;bottom:8%}}.category-wrapper{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;position:relative;background:#fefaf2}@media (max-width: 768px){.category-wrapper{min-height:calc(100svh + 10rem);padding:0rem 1rem}}.category-title{position:absolute;text-align:center;transition:transform 1s ease;z-index:2;top:40%}.category-title h2{font-size:4rem;font-weight:700;margin-bottom:1rem}@media (max-width: 1024px){.category-title h2{font-size:3rem}}@media (max-width: 768px){.category-title h2{font-size:2.2rem}}@media (max-width: 480px){.category-title h2{font-size:1.8rem}}.category-title p{font-size:1.5rem}@media (max-width: 768px){.category-title p{font-size:1.2rem}}@media (max-width: 480px){.category-title p{font-size:1rem}}.category-title.moved{position:absolute;transform:translateY(-150%) scale(.8)}@media (max-width: 760px){.category-title.moved{transform:translateY(-310%) scale(.8)}}@media (max-width: 480px){.category-title.moved{transform:translateY(-680%) scale(.9)}}@keyframes fadeInSlow{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.category-box{opacity:0;transform:translateY(40px);transition:all 1.2s ease;z-index:1;display:grid;grid-template-rows:auto 1fr;justify-items:center;align-items:start;gap:2rem;border:15px solid #ffb83b;border-radius:20px;padding:2rem 5rem;background:#fff}.category-box.visible{opacity:1;transform:translateY(15%)}@media (max-width: 768px){.category-box.visible{transform:translateY(10%);margin-bottom:100px}}@media (max-width: 480px){.category-box.visible{transform:translateY(5%)}}@media (max-width: 1024px){.category-box{padding:2rem 3rem}}@media (max-width: 768px){.category-box{padding:1.5rem 2rem;border-width:10px}}@media (max-width: 480px){.category-box{padding:1rem;border-width:8px}}.category-box .category-heading{font-size:2rem;font-weight:700;color:#7d3ebf;margin:0}@media (max-width: 768px){.category-box .category-heading{font-size:1.6rem}}@media (max-width: 480px){.category-box .category-heading{font-size:1.4rem}}.category-box .icon-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;width:100%}@media (max-width: 1024px){.category-box .icon-grid{gap:2rem}}@media (max-width: 768px){.category-box .icon-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem 2rem}}@media (max-width: 480px){.category-box .icon-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}}.category-box .icon-grid .icon-box{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:transform .3s ease;font-size:1.3rem}@media (max-width: 768px){.category-box .icon-grid .icon-box{font-size:1.05rem}}@media (max-width: 480px){.category-box .icon-grid .icon-box{font-size:.95rem}}.category-box .icon-grid .icon-box img{width:70%;max-width:120px;margin-bottom:1rem}@media (max-width: 768px){.category-box .icon-grid .icon-box img{width:80%}}@media (max-width: 480px){.category-box .icon-grid .icon-box img{width:90%}}.category-box .icon-grid .icon-box:hover{transform:translateY(-6px)}.category-box .cat-sub{color:#8b8b8b;font-size:1rem}@media (max-width: 768px){.category-box .cat-sub{font-size:.9rem}}@media (max-width: 480px){.category-box .cat-sub{font-size:.8rem}}@media (max-width: 768px){.category-title.moved{transform:none!important;position:absolute;top:0}.category-box{opacity:1!important;transform:none!important}.category-box.visible{transform:none!important;opacity:1!important;margin-top:100px}}.story-wrapper{display:flex;flex-direction:column;align-items:center;min-height:100vh;justify-content:flex-start;background:#fff;overflow:hidden;padding:2rem 1rem;position:relative}.story-title{position:absolute;text-align:center;transition:transform 1s ease;z-index:2;top:40%}.story-title h2{font-size:4rem;font-weight:700;margin-bottom:1rem}.story-title p{font-size:1.5rem;opacity:0;animation:fadeInSlow 3s ease-out forwards;animation-delay:.2s}.story-title.moved{transform:translateY(-150%) scale(.8)}.story-box{opacity:0;transform:translateY(50px);transition:all 1.2s ease;z-index:1}.story-box.visible{opacity:1;margin-top:4rem;transform:translateY(30%)}.story-box .story-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1200px;margin:0 auto}.story-box .reel-wrapper{width:100%;max-width:250px;flex:1 1 200px;aspect-ratio:9/16;margin:1rem auto}.story-box .reel-wrapper iframe{width:100%;height:100%;border:none;border-radius:12px;box-shadow:0 4px 20px #0000001a}@media screen and (max-width: 768px){.story-wrapper{display:flex;flex-direction:column;align-items:center;height:100%;position:relative}.story-wrapper .story-title h2{font-size:2rem}.story-wrapper .story-title p{font-size:1rem}.story-wrapper .story-title.moved{position:absolute;top:3%}.story-wrapper .story-box{opacity:0;transform:translateY(0);transition:all 1.2s ease;z-index:1}.story-wrapper .story-box.visible{opacity:1;margin-top:10rem;transform:translateY(10%)}.story-wrapper .story-box .story-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1200px;margin:0 auto}}@media screen and (max-width: 768px) and (max-width: 768px){.story-wrapper .story-box .story-cards{flex-wrap:wrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:1rem;gap:1.2rem}}@media screen and (max-width: 768px){.story-wrapper .story-box .reel-wrapper{width:140px;flex:0 0 auto;aspect-ratio:9/16;margin:0}.story-wrapper .story-box .reel-wrapper iframe{width:100%;height:100%;border:none;border-radius:12px;box-shadow:0 4px 20px #0000001a}}@media screen and (max-width: 768px){.story-title{transition:none!important}.story-title.moved{transform:none!important}.story-title h2{animation:none!important}.story-title p{opacity:1!important;animation:none!important}.story-box{opacity:1!important;transform:none!important;transition:none!important}.story-box.visible{opacity:1!important;transform:none!important}}.sketch-section{width:100%;padding:3rem 0;display:flex;height:100%;background:#fff;flex-direction:column;align-items:center}.sketch-section .sketch-head{font-size:3rem;margin-bottom:3rem;font-weight:700}@media (max-width: 768px){.sketch-section .sketch-head{font-size:2.2rem;margin-bottom:2rem}}.sketch-section .video-box{position:relative;width:80%;max-width:1000px;margin:0 auto;height:600px}.sketch-section .video-box iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media (max-width: 1024px){.sketch-section .video-box{height:400px}}@media (max-width: 768px){.sketch-section .video-box{height:300px}}@media (max-width: 480px){.sketch-section .video-box{height:200px;width:90%}}.footer-section{background-color:#333;color:#fff;height:100%}.footer-section .footer-container{padding:3rem 5rem;max-width:1200px;text-align:center;display:flex;justify-content:space-between;align-items:flex-start}.footer-section .footer-container img{width:15%;height:auto}@media (max-width: 1024px){.footer-section .footer-container{padding:2rem;flex-direction:column;align-items:center}.footer-section .footer-container img{width:40%;margin-bottom:1.5rem}}@media (max-width: 768px){.footer-section .footer-container{padding:2rem 2rem 10rem;flex-direction:column;align-items:center}.footer-section .footer-container img{width:40%;margin-bottom:1.5rem}}.footer-section .footer-menu{display:flex;flex-direction:column;font-size:.8rem;font-weight:700;line-height:1.5rem;align-items:flex-start}.footer-section .footer-menu a{color:inherit;text-decoration:none}.footer-section .footer-menu a:visited,.footer-section .footer-menu a:hover,.footer-section .footer-menu a:active,.footer-section .footer-menu a:focus{color:inherit}@media (max-width: 768px){.footer-section .footer-menu{font-size:.75rem;line-height:1.4rem;align-items:center}}.footer-section .footer-text{font-size:.8rem;line-height:1.5rem;text-align:left}.footer-section .footer-text a{color:inherit;text-decoration:none;font-weight:700}.footer-section .footer-text a:visited,.footer-section .footer-text a:hover,.footer-section .footer-text a:active,.footer-section .footer-text a:focus{color:inherit}@media (max-width: 768px){.footer-section .footer-text{font-size:.75rem;text-align:center;line-height:1.4rem}}.footer-section .footer-subtext{font-size:.75rem;margin-top:.5rem}@media (max-width: 768px){.footer-section .footer-subtext{font-size:.7rem;margin-bottom:10rem}}html,body{margin:0;padding:0;height:100%;overflow:hidden;background-color:#fefaf2}@media (max-width: 768px){html,body{overflow:auto}}.scroll-container{height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth}@media (max-width: 480px){.scroll-container{height:auto;scroll-snap-type:none;overflow-y:visible}}.scroll-section{height:100vh;scroll-snap-align:start}@media (max-width: 768px){.scroll-section{height:auto;scroll-snap-align:none}}.scroll-section:nth-last-child(1){height:auto}.intro-page{position:relative;width:100vw;height:100vh;background-color:#000}.intro-page .intro-overlay{position:absolute;top:0;left:0;text-align:center;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem;padding:0 2rem}.intro-page .intro-overlay .logo{width:30%;height:auto;z-index:0}.intro-page .intro-overlay .first-des{font-size:1.5rem}.intro-page .intro-overlay .first-head{font-size:1.5rem;font-weight:700}@media (max-width: 1024px){.intro-page .intro-overlay{gap:2rem}.intro-page .intro-overlay .logo{width:40%}.intro-page .intro-overlay .first-des,.intro-page .intro-overlay .first-head{font-size:1.2rem}}@media (max-width: 600px){.intro-page .intro-overlay{gap:1.5rem}.intro-page .intro-overlay .logo{width:60%}.intro-page .intro-overlay .logo1{width:30%}.intro-page .intro-overlay .first-des,.intro-page .intro-overlay .first-head{font-size:1rem}}body{margin:0;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{word-break:keep-all;overflow-wrap:break-word}
