#header{position:fixed;top:0;left:0;width:100%;height:120px;background:#fff;border-bottom:1px solid rgba(0,0,0,.2);z-index:100}#header .header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:1720px;margin:0 auto;padding:0 20px}#header .logo-wrap{display:flex;align-items:center;gap:16px}#header .logo-wrap img{width:248px;height:56px}#header .logo-wrap .logo-txt{font-size:16px;font-weight:700}#header .gnb{display:flex;align-items:center;gap:64px}#header .gnb-item{position:relative}#header .gnb-link{font-size:20px;font-weight:400;display:block;padding:10px 0}#header .gnb-sub{position:absolute;top:100%;left:50%;transform:translateX(-50%);min-width:180px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.1);opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;padding:8px 0}#header .gnb-item:hover .gnb-sub{opacity:1;visibility:visible}#header .gnb-sub a{display:block;padding:10px 20px;font-size:15px;font-weight:400;white-space:nowrap;transition:background .2s,color .2s}#header .gnb-sub a:hover{background:#f6f6f6;color:#9f0d3e}#header .hamburger-btn{display:none;width:24px;height:20px;flex-direction:column;justify-content:space-between;background:none;border:none;cursor:pointer;padding:0}#header .hamburger-btn span{display:block;width:100%;height:2px;background:#000}.mobile-menu{position:fixed;top:0;right:-100%;width:100%;max-width:320px;height:100vh;background:#fff;z-index:200;transition:right .3s ease;overflow-y:auto}.mobile-menu.active{right:0}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid rgba(0,0,0,.1)}.mobile-menu-header .logo-wrap{display:flex;align-items:center;gap:8px}.mobile-menu-header .logo-wrap img{width:100px;height:auto}.mobile-menu-header .logo-wrap .logo-txt{display:none!important}.mobile-menu-header .close-btn{width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;position:relative}.mobile-menu-header .close-btn span{position:absolute;top:50%;left:50%;width:20px;height:2px;background:#000}.mobile-menu-header .close-btn span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.mobile-menu-header .close-btn span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.mobile-gnb{display:flex;flex-direction:column}.mobile-gnb-item{border-bottom:1px solid rgba(0,0,0,.1)}.mobile-gnb-link{display:block;width:100%;padding:20px;font-size:18px;font-weight:500;text-align:left;background:none;border:none;cursor:pointer}.mobile-gnb-sub{display:none;background:#f6f6f6}.mobile-gnb-item.active .mobile-gnb-sub,.mobile-gnb-sub.active{display:block}.mobile-gnb-sub a{display:block;padding:14px 20px 14px 32px;font-size:15px;font-weight:400}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.5);z-index:150;opacity:0;visibility:hidden;transition:opacity .3s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible}#footer{background:#eaeaea}#footer .footer-inner{display:flex;align-items:flex-start;max-width:1720px;margin:0 auto;padding:56px 20px 64px}#footer .footer-left{width:640px;display:flex;flex-direction:column;gap:12px}#footer .footer-link{display:flex;align-items:center;gap:16px}#footer .footer-link a{font-size:14px;font-weight:400}#footer .footer-link .dot{width:4px;height:4px;background:#000}#footer .copyright{font-size:13px;font-weight:400;opacity:.6}#footer .footer-right{display:flex;flex-direction:column;gap:12px}#footer .footer-right .address{font-size:14px;font-weight:400}#footer .footer-right .contact{display:flex;align-items:center;gap:16px;font-size:14px;font-weight:400}#footer .footer-right .contact .dot{width:4px;height:4px;background:#000}.body{min-height:calc(100vh - 164px)}.main{padding-top:120px}.hero-section{position:relative;width:100%;height:800px;background:#8a8a8a;overflow:hidden}.hero-section .hero-swiper{width:100%;height:100%}.hero-section .swiper-slide{position:relative}.hero-section .hero-bg{width:100%;height:100%;object-fit:cover}.hero-section .hero-gradient{position:absolute;bottom:0;left:0;width:100%;height:240px;background:linear-gradient(0deg,rgba(0,0,0,.6),transparent);z-index:1}.hero-section .hero-content{position:absolute;left:0;right:0;bottom:77px;z-index:2}.hero-section .hero-sub{font-size:26px;font-weight:500;margin-bottom:26px;color:#fff}.hero-section .hero-title{font-size:44px;font-weight:700;color:#fff}.hero-section .hero-control{position:absolute;left:0;right:0;bottom:24px;z-index:10}.hero-section .hero-control .container{display:flex;align-items:center;gap:8px}.hero-section .hero-btn{width:24px;height:24px;background:rgba(0,0,0,.6);border-radius:2px;display:flex;align-items:center;justify-content:center;cursor:pointer}.hero-section .hero-btn img{width:6px;height:10px}.hero-section .hero-btn.hero-prev img{transform:rotate(180deg)}.hero-section .hero-page{width:56px;height:24px;background:rgba(0,0,0,.6);border:.5px solid hsla(0,0%,100%,.1);border-radius:2px;display:flex;align-items:center;justify-content:center;gap:3px;font-size:14px;color:#fff}.hero-section .hero-page .hero-current{font-weight:700;color:#fff}.hero-section .hero-page .hero-total{font-weight:400;opacity:.6;color:#fff}.quickmenu-section{padding:90px 0 110px}.quickmenu-section .quickmenu-wrap{display:flex;align-items:center;justify-content:center;gap:24px}.quickmenu-item{width:160px;height:200px;background:#fff;display:flex;flex-direction:column;align-items:center}.quickmenu-item .icon-wrap{width:100px;height:100px;margin-top:32px;display:flex;align-items:center;justify-content:center}.quickmenu-item .icon-wrap img{max-width:92px;max-height:85px}.quickmenu-item .menu-txt{margin-top:auto;padding-top:20px;padding-bottom:48px;font-size:16px;font-weight:700;text-align:center}.intro-section{padding-bottom:0}.intro-section .intro-content{display:flex;flex-direction:column;align-items:flex-start;gap:48px;margin-bottom:52px}.intro-section .intro-title{font-size:64px;font-weight:700}.intro-section .intro-desc{font-size:20px;font-weight:400;line-height:1.6;opacity:.64}.intro-section .banner-img{width:100%;height:430px;object-fit:cover}.modhu-section{padding:96px 0 0}.modhu-section .modhu-wrap{display:flex;align-items:flex-start;gap:137px}.modhu-section .modhu-left{width:591px;display:flex;flex-direction:column;gap:80px}.modhu-section .modhu-title{font-size:64px;font-weight:800;line-height:1.3}.modhu-section .modhu-desc{font-size:20px;font-weight:400;line-height:1.6;opacity:.64}.modhu-section .modhu-right{display:flex}.modhu-section .market-list{display:flex;flex-direction:column;width:464px;padding-bottom:160px;border-left:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1)}.modhu-section .market-item{width:100%;height:101px;background:#fff;border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:space-between;padding:0 40px;transition:all .3s ease}.modhu-section .market-item.active{background:#9f0d3e;border:none}.modhu-section .market-item .market-name{font-size:24px;font-weight:800;opacity:.6;transition:all .3s ease}.modhu-section .market-item:hover .market-name{color:#9f0d3e;opacity:1}.modhu-section .market-item.active .market-name{color:#fff;opacity:1}.modhu-section .market-item .arrow{width:9px;height:16px;transition:all .3s ease;opacity:.6}.modhu-section .market-item:hover .arrow{opacity:1;filter:brightness(0) saturate(100%) invert(12%) sepia(96%) saturate(4295%) hue-rotate(336deg) brightness(85%) contrast(101%)}.modhu-section .modhu-img{width:432px;height:400px;object-fit:cover;margin-left:56px}.main-biz-section{padding:64px 0 0}.main-biz-section .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.main-biz-section .section-title{font-size:32px;font-weight:700}.main-biz-section .section-more{display:flex;align-items:center;gap:16px}.main-biz-section .section-more span{font-size:20px;font-weight:700;color:rgba(0,0,0,.4)}.main-biz-section .section-more img{width:9px;height:16px}.main-biz-section .main-biz-wrap{position:relative}.main-biz-section .main-biz-top-line{width:100%;height:2px;background:#000}.main-biz-section .main-biz-content{display:flex;padding-top:34px}.main-biz-section .main-biz-left{width:50%;display:flex}.main-biz-section .main-biz-img-large{width:320px;height:472px;object-fit:cover}.main-biz-section .main-biz-intro{padding-left:40px;padding-top:32px;width:488px}.main-biz-section .main-biz-intro .modhu-label{font-size:24px;font-weight:700;color:#9f0d3e;margin-bottom:20px}.main-biz-section .main-biz-intro .modhu-keywords{display:flex;align-items:center;gap:12px;margin-bottom:48px}.main-biz-section .main-biz-intro .keyword{font-size:20px;font-weight:700}.main-biz-section .main-biz-intro .keyword span:first-child{color:#9f0d3e}.main-biz-section .main-biz-intro .keyword-dot{width:4px;height:4px;background:#d9d9d9}.main-biz-section .main-biz-intro .intro-sub-title{font-size:40px;font-weight:800;line-height:1.3;margin-bottom:26px}.main-biz-section .main-biz-intro .intro-sub-desc{font-size:20px;font-weight:400;line-height:1.6;opacity:.64}.main-biz-section .main-biz-right{width:50%;border-left:1px solid #ebebeb}.main-biz-section .main-biz-item{display:flex;align-items:center;gap:40px;padding:32px;border-bottom:1px solid #ebebeb;cursor:pointer;transition:background .3s ease}.main-biz-section .main-biz-item:hover{background:rgba(159,13,62,.03)}.main-biz-section .main-biz-item:last-child{border-bottom:none}.main-biz-section .main-biz-item .item-img{width:320px;height:204px;object-fit:cover}.main-biz-section .main-biz-item .item-content{display:flex;flex-direction:column;gap:16px}.main-biz-section .main-biz-item .item-label{font-size:20px;font-weight:700;color:#9f0d3e}.main-biz-section .main-biz-item .item-title-wrap{display:flex;align-items:center;gap:16px}.main-biz-section .main-biz-item .item-title{font-size:24px;font-weight:700}.main-biz-section .main-biz-item .item-tag{padding:4px 10px;background:rgba(159,13,62,.1);border-radius:4px;font-size:16px;font-weight:700;color:#9f0d3e}.main-biz-section .main-biz-item .item-desc{font-size:16px;font-weight:400;line-height:1.4;word-break:keep-all}.main-biz-section .main-biz-bottom{display:flex;border-top:1px solid #ebebeb}.main-biz-section .main-biz-bottom .main-biz-item{border-bottom:none;padding:32px;width:50%}.main-biz-section .main-biz-bottom .main-biz-item:first-child{border-right:1px solid #ebebeb;padding-left:unset}.main-biz-section .main-biz-bottom .main-biz-item:last-child{border-left:none}.news-section{padding:120px 0 160px}.news-section .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.news-section .section-title{font-size:32px;font-weight:700}.news-section .section-more{display:flex;align-items:center;gap:16px}.news-section .section-more span{font-size:20px;font-weight:700;color:rgba(0,0,0,.4)}.news-section .section-more img{width:9px;height:16px}.news-section .news-wrap{display:flex;gap:32px;padding-top:32px;border-top:2px solid #000}.news-section .news-item{width:25%}.news-section .news-item,.news-section .news-item .news-content{display:flex;flex-direction:column;gap:24px}.news-section .news-item .news-title{font-size:24px;font-weight:700;line-height:1.4}.news-section .news-item .news-text{display:flex;flex-direction:column;gap:12px}.news-section .news-item .news-desc{font-size:14px;font-weight:400;line-height:1.4;opacity:.64;height:72px;overflow:hidden}.news-section .news-item .news-date{font-size:14px;font-weight:400;line-height:1.3;opacity:.4}.news-section .news-item .news-img{width:100%;height:240px;object-fit:cover}.news-section .news-divider{width:1px;height:458px;background:#ebebeb}.news-section .news-sns{width:25%;position:relative}.news-section .news-sns .sns-img{width:100%;height:458px;object-fit:cover}.news-section .news-sns .sns-bar{position:absolute;bottom:0;left:0;right:0;height:45px;background:rgba(0,0,0,.7);display:flex;align-items:center;gap:8px;padding:0 16px}.news-section .news-sns .sns-icon{width:24px;height:24px}.news-section .news-sns .sns-id{font-size:16px;font-weight:700;color:#fff}.news-section .news-sns .sns-arrow{width:7px;height:12px}.sub{padding-top:120px}.sub-title-section{padding:80px 0;border-bottom:1px solid rgba(0,0,0,.1)}.sub-title-section .sub-title{font-size:48px;font-weight:700;margin-bottom:24px}.sub-title-section .breadcrumb{display:flex;align-items:center;gap:12px}.sub-title-section .breadcrumb a,.sub-title-section .breadcrumb span{font-size:14px;font-weight:400;color:rgba(0,0,0,.6)}.sub-title-section .breadcrumb .current{color:#000;font-weight:500}.sub-title-section .breadcrumb .divider{width:6px;height:10px;position:relative}.sub-title-section .breadcrumb .divider:before{content:">";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;color:rgba(0,0,0,.4)}.container.w1480{max-width:1480px}.greeting-section{padding:80px 0 120px}.greeting-section .greeting-title{font-size:40px;font-weight:700;margin-bottom:40px}.greeting-section .greeting-wrap{display:flex;gap:56px;align-items:flex-start}.greeting-section .greeting-img{width:288px;min-width:288px;height:288px}.greeting-section .greeting-img img{width:100%;height:100%;object-fit:cover}.greeting-section .greeting-content{display:flex;flex-direction:column;gap:16px}.greeting-section .greeting-content p{word-break:keep-all}.greeting-section .greeting-hello{font-size:20px;font-weight:700;line-height:1.5}.greeting-section .greeting-text{font-size:16px;line-height:1.5}.greeting-section .greeting-text .highlight{color:#9f0d3e;font-weight:700}.org-section{padding:80px 0}.org-section .org-title{font-size:40px;font-weight:700;margin-bottom:80px}.org-section .org-wrap{display:flex;align-items:flex-start;gap:40px;position:relative}.org-section .org-logo-box{width:560px;min-width:560px;height:160px;border:2px solid #3e3a39;border-radius:8px;padding:40px 64px;display:flex;align-items:center;justify-content:center}.org-section .org-logo-box img{width:354px;height:80px;object-fit:contain}.org-section .org-connect-line{position:absolute;left:560px;top:40px;width:460px;height:1px;border-top:1px dashed #9f0d3e;z-index:1}.org-section .org-chart-area{width:840px;min-width:840px;height:392px;background:#f4f4f4;border-radius:8px 104px 8px 8px;position:relative}.org-section .org-symbol{position:absolute;top:0;right:0;width:236px;height:236px;opacity:1}.org-section .org-symbol img{width:100%;height:100%;object-fit:contain}.org-section .org-chart{position:relative;width:100%;height:100%}.org-section .org-box{padding:10px;border-radius:4px;font-size:20px;font-weight:700;text-align:center;color:#fff;width:240px;height:44px;display:flex;align-items:center;justify-content:center;position:absolute}.org-section .org-box.primary{background:#9f0d3e;font-size:24px;height:56px;top:56px;left:300px;word-break:keep-all}.org-section .org-box.dark{background:#670023;top:128px;left:300px}.org-section .org-box.outline{background:#fff;color:#9f0d3e;border:2px solid #9f0d3e;top:188px;left:556px}.org-section .org-box.green-dark{background:#00652e;top:248px;left:44px}.org-section .org-box.blue{background:#0e3f8e;top:248px;left:300px}.org-section .org-box.orange{background:#d18635;top:248px;left:556px}.org-section .org-box.green{background:#30a53c;top:308px;left:44px}.org-section .org-line{position:absolute;border:0}.org-section .org-line:after{content:"";position:absolute;width:6px;height:6px;background:#9f0d3e;border-radius:50%}.org-section .line-v1{left:420px;top:40px;width:0;height:16px;border-left:1px dashed #9f0d3e}.org-section .line-v1:after{top:-3px;left:-3px}.org-section .line-v2{left:420px;top:172px;width:0;height:58px;border-left:1px dashed #9f0d3e}.org-section .line-v2:after{display:none}.org-section .line-h1{left:420px;top:210px;width:136px;height:0;border-top:1px dashed #9f0d3e}.org-section .line-h1:after{left:-1.5px;top:-3px}.org-section .line-h2{left:164px;top:270px;width:512px;height:0;border-top:1px dashed #9f0d3e}.org-section .line-h2:after{display:none}.org-section .line-v3{left:420px;top:108px;width:0;height:18px;border-left:1px dashed #9f0d3e}.org-section .line-v3:after{display:none}.org-section .line-v4{left:420px;top:230px;width:0;height:18px;border-left:1px dashed #9f0d3e}.org-section .line-v4:after{display:none}.org-section .line-v6{left:164px;top:292px;width:0;height:16px;border-left:1px dashed #9f0d3e}.org-section .line-v-orange,.org-section .line-v5,.org-section .line-v6:after,.org-section .org-connect-line-mobile{display:none}.partner-section{padding:0 0 120px}.partner-section .partner-title{font-size:40px;font-weight:700;margin-bottom:40px}.partner-section .partner-wrap{display:flex;gap:40px}.partner-section .partner-visual{width:560px;min-width:560px;height:unset;position:relative;border-radius:8px;overflow:hidden}.partner-section .partner-visual .partner-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:grayscale(100%)}.partner-section .partner-visual .partner-overlay{position:relative;z-index:1;width:100%;height:100%;background:rgba(0,0,0,.4);justify-content:center;padding:40px}.partner-section .partner-intro,.partner-section .partner-visual .partner-overlay{display:flex;flex-direction:column;align-items:center;gap:32px}.partner-section .partner-desc{font-size:26px;font-weight:700;color:#fff;line-height:1.5;text-align:center}.partner-section .arrow-down{width:22px;height:16px}.partner-section .partner-stage{display:flex;flex-direction:column;align-items:center;gap:16px}.partner-section .stage-badge{background:#9f0d3e;padding:9px 20px;border-radius:20px;font-size:16px;font-weight:700;color:#fff;box-shadow:0 0 16px rgba(159,13,62,.32)}.partner-section .stage-box{background:rgba(0,0,0,.32);border-radius:4px;padding:16px 20px;width:300px;display:flex;flex-direction:column;align-items:center;gap:12px}.partner-section .stage-txt{font-size:16px;font-weight:700;color:#fff;text-align:center;line-height:1.4}.partner-section .stage-txt strong{font-weight:700;color:#fff}.partner-section .stage-divider{width:12px;height:1px;background:#fff;transform:rotate(90deg)}.partner-section .partner-list{width:840px;display:flex;flex-direction:column;gap:40px}.partner-section .partner-group{margin-bottom:0}.partner-section .group-title{font-size:20px;font-weight:700;margin-bottom:16px}.partner-section .partner-card{background:#fff;border-top:1px solid rgba(0,0,0,.2)}.partner-section .partner-card-main{display:grid;grid-template-columns:320px 1fr;padding:24px 0;border-bottom:1px solid rgba(0,0,0,.2)}.partner-section .partner-card-logo{display:flex;flex-direction:column;gap:0}.partner-section .partner-card-logo img{width:248px;height:56px;object-fit:contain;object-position:left}.partner-section .partner-card-logo .sub-info{background:#f8f8f8;padding:16px 10px;margin-top:auto;width:320px}.partner-section .partner-card-logo .sub-info ul{padding-left:21px}.partner-section .partner-card-logo .sub-info li{font-size:14px;line-height:1.6;list-style:disc}.partner-section .partner-card-content{display:flex;flex-direction:column;gap:16px;margin-left:40px}.partner-section .partner-card-content .info-header{display:flex;align-items:center;gap:8px;padding-bottom:16px;border-bottom:1px dashed rgba(0,0,0,.1)}.partner-section .partner-card-content .info-header .label{font-size:14px;font-weight:700}.partner-section .partner-card-content .info-header .dot{width:4px;height:4px;background:#d9d9d9}.partner-section .partner-card-content .info-header+p{font-size:16px;margin-top:-4px;padding-bottom:16px;border-bottom:1px dashed rgba(0,0,0,.1)}.partner-section .partner-card-content .detail-row{display:flex;flex-direction:column;gap:12px}.partner-section .partner-card-content .detail-row:not(:last-child){padding-bottom:16px;border-bottom:1px dashed rgba(0,0,0,.1)}.partner-section .partner-card-content .detail-label{font-size:14px;font-weight:700}.partner-section .partner-card-content .detail-txt{font-size:16px;line-height:1.4}.partner-section .partner-card-row{display:grid;grid-template-columns:320px 1fr;padding:24px 0;border-top:1px solid rgba(0,0,0,.2)}.partner-section .partner-card-row .logos{display:flex;flex-direction:column;gap:16px;width:179px}.partner-section .partner-card-row .logos img{width:100%;height:auto;object-fit:contain}.partner-section .partner-card-row .card-content{display:flex;flex-direction:column;gap:16px;margin-left:40px}.partner-section .partner-card-row .card-content .detail-row{display:flex;flex-direction:column;gap:12px}.partner-section .partner-card-row .card-content .detail-row:not(:last-child){padding-bottom:16px;border-bottom:1px dashed rgba(0,0,0,.1)}.partner-section .partner-card-row .card-content .detail-label{font-size:14px;font-weight:700}.partner-section .partner-card-row .card-content .detail-txt{font-size:16px;line-height:1.4}.partner-section .partner-card-market{display:grid;grid-template-columns:320px 1fr;padding:24px 0;border-top:1px dashed rgba(0,0,0,.2);border-bottom:1px solid rgba(0,0,0,.2)}.partner-section .partner-card-market .market-left{display:flex;gap:16px;align-items:flex-start}.partner-section .partner-card-market .market-info{display:flex;flex-direction:column;gap:8px}.partner-section .partner-card-market .market-name{font-size:18px;font-weight:700}.partner-section .partner-card-market .market-sub{font-size:15px}.partner-section .partner-card-market .market-imgs{display:flex;gap:8px}.partner-section .partner-card-market .market-imgs img{width:56px;height:56px;border-radius:8px;object-fit:cover}.partner-section .partner-card-market .market-imgs img:last-child{border:1px solid rgba(0,0,0,.05)}.partner-section .partner-card-market .card-content{display:flex;flex-direction:column;gap:12px;margin-left:40px}.partner-section .partner-card-market .card-content .detail-label{font-size:14px;font-weight:700}.partner-section .partner-card-market .card-content .detail-txt{font-size:16px}@media screen and (max-width:1520px){.goals-section .goals-card-wrap{gap:20px}.goals-section .goals-card{width:calc(25% - 15px)}.info-card-wrap{gap:20px}.info-card{width:calc(50% - 10px)}.regional-analysis{width:600px}.org-section .org-wrap{gap:24px}.org-section .org-logo-box{width:400px;min-width:400px;height:120px;padding:24px 40px}.org-section .org-logo-box img{width:280px;height:auto}.org-section .org-connect-line{left:400px;width:324px}.org-section .org-chart-area{width:700px;min-width:700px;height:340px}.org-section .org-box{width:200px;height:40px;font-size:16px}.org-section .org-box.primary{font-size:20px;height:48px;top:48px;left:250px}.org-section .org-box.dark{top:112px;left:250px}.org-section .org-box.outline{top:168px;left:466px}.org-section .org-box.green-dark{top:224px;left:34px}.org-section .org-box.blue{top:224px;left:250px}.org-section .org-box.orange{top:224px;left:466px}.org-section .org-box.green{top:280px;left:34px}.org-section .line-v1{left:350px;top:32px;height:16px}.org-section .line-v2{left:350px;top:152px;height:48px}.org-section .line-v3{left:350px;top:96px;height:16px}.org-section .line-h1{left:350px;top:188px;width:116px}.org-section .line-h2{left:134px;top:244px;width:432px}.org-section .line-v4{left:350px;top:200px;height:24px}.org-section .line-v6{left:134px;top:264px;height:16px}.partner-section .partner-wrap{gap:32px}.partner-section .partner-visual{width:400px;min-width:400px}.partner-section .partner-desc{font-size:22px}.partner-section .partner-list{width:calc(100% - 432px)}.partner-section .partner-card-main,.partner-section .partner-card-market,.partner-section .partner-card-row{grid-template-columns:280px 1fr}.partner-section .partner-card-logo .sub-info{width:280px}}@media screen and (max-width:1320px){.vision-hero-section .vision-page-title{font-size:32px}.vision-hero-wrap{height:380px}.vision-hero-content{top:60px;left:60px;width:350px}.vision-hero-content .vision-title{font-size:28px}.vision-hero-content .vision-text{margin-top:40px}.vision-hero-content .vision-text p{font-size:18px}.goals-section .goals-card-wrap{flex-wrap:wrap;gap:16px}.goals-section .goals-card{width:calc(50% - 8px);padding:40px 0}.info-card{width:100%}.info-card-left{width:180px}.info-card-title{font-size:20px}.regional-bg-wrap{height:400px}.regional-left{padding:60px;width:380px}.regional-left .regional-title{font-size:28px}.regional-analysis{width:520px;bottom:-80px}.regional-analysis .analysis-title{font-size:20px}.regional-analysis .analysis-label{width:80px;font-size:16px}.regional-analysis .analysis-txt{font-size:14px}.strength-section{padding-top:140px}.strength-section .info-card-left{width:160px}#header .gnb{gap:32px}#header .gnb-link{font-size:16px}.org-section .org-wrap{gap:16px}.org-section .org-logo-box{width:320px;min-width:320px;height:100px;padding:20px 24px}.org-section .org-logo-box img{width:220px;height:auto}.org-section .org-connect-line{left:320px;width:216px}.org-section .org-chart-area{width:560px;min-width:560px;height:300px;border-radius:8px 80px 8px 8px}.org-section .org-symbol{width:160px;height:160px}.org-section .org-box{width:160px;height:36px;font-size:14px}.org-section .org-box.primary{font-size:16px;height:42px;top:40px;left:200px}.org-section .org-box.dark{top:96px;left:200px}.org-section .org-box.outline{top:144px;left:376px}.org-section .org-box.green-dark{top:192px;left:24px}.org-section .org-box.blue{top:192px;left:200px}.org-section .org-box.orange{top:192px;left:376px}.org-section .org-box.green{top:240px;left:24px}.org-section .line-v1{left:280px;top:24px;height:16px}.org-section .line-v2{left:280px;top:132px;height:40px}.org-section .line-v3{left:280px;top:82px;height:14px}.org-section .line-h1{left:280px;top:162px;width:96px}.org-section .line-h2{left:104px;top:210px;width:352px}.org-section .line-v4{left:280px;top:172px;height:20px}.org-section .line-v6{left:104px;top:228px;height:12px}.partner-section .partner-visual{width:320px;min-width:320px}.partner-section .partner-desc{font-size:18px}.partner-section .partner-list{width:calc(100% - 352px)}.partner-section .partner-card-main,.partner-section .partner-card-market,.partner-section .partner-card-row{grid-template-columns:240px 1fr}.partner-section .partner-card-logo .sub-info{width:240px}.partner-section .partner-card-logo img{width:200px;height:auto}.modhu-section .modhu-wrap{gap:60px}.modhu-section .modhu-left{width:400px}.modhu-section .modhu-title{font-size:48px}.modhu-section .market-list{width:360px;padding-bottom:unset}.modhu-section .market-item{padding:0 24px}.modhu-section .market-item .market-name{font-size:20px}.modhu-section .modhu-img{width:300px;height:300px;margin-left:32px}.main-biz-section .main-biz-left{width:50%}.main-biz-section .main-biz-intro{width:260px;padding-left:20px}.main-biz-section .main-biz-intro .intro-sub-title{font-size:28px}.main-biz-section .main-biz-intro .intro-sub-desc{font-size:16px}.main-biz-section .main-biz-item .item-img{width:240px;height:160px;border-bottom:unset}.main-biz-section .main-biz-item .item-content{gap:12px}.main-biz-section .main-biz-item .item-title{font-size:20px}.main-biz-section .main-biz-item .item-desc{font-size:14px}}.vision-hero-section{padding-top:80px}.vision-hero-section .vision-page-title{font-size:40px;font-weight:700;margin-bottom:72px}.vision-hero-wrap{position:relative;width:100%;max-width:1440px;height:455px;margin:0 auto;overflow:hidden}.vision-hero-wrap .vision-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.vision-hero-wrap .vision-hero-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(0,0,0,.4),transparent)}.vision-hero-content{position:absolute;top:80px;left:80px;display:flex;flex-direction:column;gap:16px;width:402px}.vision-hero-content .vision-label{font-size:18px;font-weight:700;color:#9f0d3e}.vision-hero-content .vision-title{font-size:32px;font-weight:700;color:#fff}.vision-hero-content .vision-desc{font-size:16px;color:#fff}.vision-hero-content .vision-text{margin-top:79px}.vision-hero-content .vision-text p{font-size:22px;font-weight:700;color:#fff;line-height:1.6}.goals-section{padding:80px 0}.goals-section .goals-header{display:flex;flex-direction:column;gap:16px;margin-bottom:56px}.goals-section .goals-label{font-size:18px;font-weight:700;color:#9f0d3e}.goals-section .goals-title{font-size:32px;font-weight:700}.goals-section .goals-desc{font-size:16px}.goals-section .goals-card-wrap{display:flex;gap:40px}.goals-section .goals-card{width:330px;display:flex;flex-direction:column;align-items:center;gap:16px;padding:56px 0;border:1px solid rgba(0,0,0,.1)}.goals-section .goals-icon{width:96px;height:96px;display:flex;align-items:center;justify-content:center}.goals-section .goals-icon img{max-width:96px;max-height:96px}.goals-section .goals-card-info{display:flex;flex-direction:column;align-items:center;gap:12px}.goals-section .goals-badge{display:flex;align-items:center;justify-content:center;height:24px;padding:0 10px;background:rgba(159,13,62,.08);border:1px solid #9f0d3e;border-radius:4px;font-size:14px;color:#9f0d3e}.goals-section .goals-card-title{font-size:22px;font-weight:700;text-align:center}.goals-section .goals-card-desc{font-size:16px;text-align:center}.info-card-wrap{display:flex;flex-wrap:wrap;gap:32px}.info-card{width:700px;height:80px;gap:24px;padding:0 32px;border:1px solid rgba(0,0,0,.1)}.info-card,.info-card-left{display:flex;align-items:center}.info-card-left{gap:12px;width:200px}.info-card-num{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#494949;font-size:14px;color:#fff}.info-card-num.primary{background:#9f0d3e}.info-card-title{font-size:22px;font-weight:700}.info-card-desc{font-size:16px;line-height:1.4;text-align:center}.strategy-section{padding:0 0 80px}.strategy-section .strategy-header{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.strategy-section .strategy-title{font-size:32px;font-weight:700}.strategy-section .strategy-desc{font-size:16px}.regional-section{position:relative}.regional-bg-wrap{position:relative;width:100%;max-width:1440px;height:455px;margin:0 auto}.regional-bg-wrap .regional-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.regional-bg-wrap .regional-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4)}.regional-bg-wrap .regional-content{position:relative;z-index:1;width:100%;height:100%;display:flex;align-items:flex-end}.regional-left{padding:80px;display:flex;flex-direction:column;gap:16px;width:452px}.regional-left .regional-title{font-size:32px;font-weight:700;color:#fff}.regional-left .regional-desc{font-size:16px;color:#fff}.regional-analysis{position:absolute;right:0;bottom:-56px;width:706px;padding:24px;background:linear-gradient(180deg,rgba(159,13,62,.8),#9f0d3e);border-radius:24px 0 24px 0}.regional-analysis .analysis-header{padding:10px 16px;background:linear-gradient(90deg,rgba(0,0,0,.2),transparent);border-radius:8px 0 0 0;margin-bottom:24px}.regional-analysis .analysis-title{font-size:24px;font-weight:700;color:#fff}.regional-analysis .analysis-list{display:flex;flex-direction:column;gap:16px}.regional-analysis .analysis-item{display:flex;align-items:center;gap:24px;padding-bottom:16px;border-bottom:1px dashed hsla(0,0%,100%,.4)}.regional-analysis .analysis-item.last{border-bottom:none;padding-bottom:0}.regional-analysis .analysis-label{width:96px;font-size:20px;font-weight:700;color:#fff}.regional-analysis .analysis-txt{font-size:16px;color:#fff;line-height:1.4}.strength-section{padding:120px 0}.strength-section .strength-title{font-size:24px;font-weight:700;margin-bottom:24px}.strength-section .info-card-left{width:180px}@media screen and (max-width:1023px){#header{height:80px}#header .logo-wrap img{width:180px;height:auto}#header .logo-wrap .logo-txt{font-size:14px}#header .gnb{display:none}#header .hamburger-btn{display:flex}.main{padding-top:80px}.hero-section{height:400px}.hero-section .hero-content{bottom:60px}.hero-section .hero-sub{font-size:16px;margin-bottom:16px}.hero-section .hero-title{font-size:24px}.hero-section .hero-control{bottom:16px}.quickmenu-section{padding:40px 0}.quickmenu-section .quickmenu-wrap{flex-wrap:wrap;gap:16px}.quickmenu-item{width:calc(50% - 8px);height:140px}.quickmenu-item .icon-wrap{width:60px;height:60px;margin-top:20px}.quickmenu-item .icon-wrap img{max-width:50px;max-height:50px}.quickmenu-item .menu-txt{font-size:14px;padding-bottom:20px;padding-top:8px}.intro-section .intro-content{gap:24px;margin-bottom:24px}.intro-section .intro-title{font-size:28px}.intro-section .intro-desc{font-size:14px}.intro-section .banner-img{height:200px}.modhu-section{padding:40px 0 0}.modhu-section .modhu-wrap{flex-direction:column;gap:40px}.modhu-section .modhu-left{width:100%;gap:24px}.modhu-section .modhu-title{font-size:28px}.modhu-section .modhu-desc{font-size:14px}.modhu-section .modhu-right{flex-direction:column;width:100%}.modhu-section .market-list{width:100%}.modhu-section .market-item{height:60px;padding:0 20px}.modhu-section .market-item .market-name{font-size:16px}.modhu-section .modhu-img{width:100%;height:200px;margin:20px 0 0}.main-biz-section{padding:60px 0 0}.main-biz-section .section-header{margin-bottom:20px}.main-biz-section .section-title{font-size:20px}.main-biz-section .section-more span{font-size:14px}.main-biz-section .main-biz-content{flex-direction:column}.main-biz-section .main-biz-left{width:100%;display:flex;flex-direction:column}.main-biz-section .main-biz-img-large{width:100%;height:200px}.main-biz-section .main-biz-intro{width:100%;padding:24px 0}.main-biz-section .main-biz-intro .modhu-label{font-size:16px;margin-bottom:12px}.main-biz-section .main-biz-intro .modhu-keywords{gap:8px;margin-bottom:24px;flex-wrap:wrap}.main-biz-section .main-biz-intro .keyword{font-size:14px}.main-biz-section .main-biz-intro .intro-sub-title{font-size:24px;margin-bottom:16px}.main-biz-section .main-biz-intro .intro-sub-desc{font-size:14px}.main-biz-section .main-biz-right{width:100%;border-left:none;border-top:1px solid #ebebeb}.main-biz-section .main-biz-item{flex-direction:column;gap:16px;padding:24px 0;border-bottom:unset}.main-biz-section .main-biz-item .item-img{width:100%;height:180px}.main-biz-section .main-biz-item .item-label{font-size:14px}.main-biz-section .main-biz-item .item-title-wrap{flex-wrap:wrap;gap:8px}.main-biz-section .main-biz-item .item-title{font-size:18px}.main-biz-section .main-biz-item .item-tag{font-size:12px;padding:2px 8px}.main-biz-section .main-biz-item .item-desc{font-size:14px}.main-biz-section .main-biz-bottom{flex-direction:column;margin-top:0;padding-top:0;border-top:none}.main-biz-section .main-biz-bottom .main-biz-item{width:100%}.main-biz-section .main-biz-bottom .main-biz-item:first-child{padding-right:0;border-right:none}.main-biz-section .main-biz-bottom .main-biz-item:last-child{padding-right:unset;padding-left:0;border-left:none;padding-top:24px}.news-section{padding:60px 0 80px}.news-section .section-header{margin-bottom:16px}.news-section .section-title{font-size:20px}.news-section .section-more span{font-size:14px}.news-section .news-wrap{flex-direction:column;gap:24px;padding-top:24px}.news-section .news-item{width:100%}.news-section .news-item .news-title{font-size:18px}.news-section .news-item .news-img{height:180px}.news-section .news-divider{width:100%;height:1px}.news-section .news-sns{width:100%}.news-section .news-sns .sns-img{height:300px}#footer .footer-inner{flex-direction:column;gap:24px;padding:40px 20px}#footer .footer-left{width:100%}#footer .footer-right .contact{flex-wrap:wrap;gap:8px}.sub{padding-top:80px}.sub-title-section{padding:40px 0}.sub-title-section .sub-title{font-size:28px;margin-bottom:16px}.sub-title-section .breadcrumb{gap:8px}.sub-title-section .breadcrumb a,.sub-title-section .breadcrumb span{font-size:12px}.greeting-section{padding:40px 0 60px}.greeting-section .greeting-title{font-size:28px;margin-bottom:32px}.greeting-section .greeting-wrap{flex-direction:column;gap:24px}.greeting-section .greeting-img{width:100%;height:200px}.greeting-section .greeting-hello{font-size:16px}.greeting-section .greeting-text{font-size:14px}.org-section{padding:40px 0}.org-section .org-title{font-size:28px;margin-bottom:32px}.org-section .org-wrap{flex-direction:column;gap:16px}.org-section .org-logo-box{width:100%;min-width:unset;height:auto;padding:24px}.org-section .org-logo-box img{width:auto;max-width:200px;height:auto;object-fit:contain}.org-section .org-connect-line{display:none}.org-section .org-chart-area{width:100%;min-width:unset;height:248px;border-radius:8px}.org-section .org-symbol{width:80px;height:80px}.org-section .org-chart{height:248px}.org-section .org-box{width:90px;height:30px;font-size:10px}.org-section .org-box.primary{font-size:11px;height:34px;top:20px;left:50%;transform:translateX(-50%)}.org-section .org-box.dark{top:62px;left:50%;transform:translateX(-50%)}.org-section .org-box.outline{top:100px;left:auto;right:16px;transform:none}.org-section .org-box.green-dark{top:160px;left:16px}.org-section .org-box.blue{top:160px;left:50%;transform:translateX(-50%)}.org-section .org-box.orange{top:160px;left:auto;right:16px}.org-section .org-box.green{top:200px;left:16px}.org-section .org-connect-line-mobile{display:block;position:absolute;left:50%;top:-16px;width:1px;height:16px;border-left:1px dashed #9f0d3e;transform:translateX(-.5px)}.org-section .org-line{display:block}.org-section .org-line:after{width:4px;height:4px}.org-section .line-v1{left:50%;top:0;width:0;height:20px;transform:translateX(-.5px)}.org-section .line-v1:after{top:-2px;left:-2px}.org-section .line-v2{left:50%;top:54px;width:0;height:8px;transform:translateX(-.5px)}.org-section .line-v2:after{display:none}.org-section .line-v3{left:50%;top:92px;width:0;height:53px;transform:translateX(-.5px)}.org-section .line-v3:after{display:none}.org-section .line-h1{left:50%;top:115px;width:calc(50% - 16px - 45px);height:0}.org-section .line-h1:after{left:-2px;top:-2px}.org-section .line-h2{left:61px;top:145px;width:calc(100% - 122px);height:0}.org-section .line-h2:after{display:none}.org-section .line-v4{left:61px;top:145px;width:0;height:15px}.org-section .line-v4:after{display:none}.org-section .line-v5{display:block;position:absolute;left:50%;top:145px;width:0;height:15px;border-left:1px dashed #9f0d3e;transform:translateX(-.5px)}.org-section .line-v5:after{display:none}.org-section .line-v-orange{display:block;position:absolute;right:61px;top:145px;width:0;height:15px;border-left:1px dashed #9f0d3e}.org-section .line-v-orange:after{display:none}.org-section .line-v6{left:61px;top:190px;width:0;height:10px}.org-section .line-v6:after{display:none}.vision-hero-section{padding-top:40px}.vision-hero-section .vision-page-title{font-size:28px;margin-bottom:32px}.vision-hero-wrap{height:320px}.vision-hero-content{top:40px;left:20px;right:20px;width:auto}.vision-hero-content .vision-label{font-size:14px}.vision-hero-content .vision-title{font-size:24px}.vision-hero-content .vision-desc{font-size:14px}.vision-hero-content .vision-text{margin-top:24px}.vision-hero-content .vision-text p{font-size:16px}.goals-section{padding:40px 0}.goals-section .goals-header{margin-bottom:32px}.goals-section .goals-label{font-size:14px}.goals-section .goals-title{font-size:24px}.goals-section .goals-desc{font-size:14px}.goals-section .goals-card-wrap{flex-direction:column;gap:16px}.goals-section .goals-card{width:100%;padding:32px 0}.goals-section .goals-icon{width:64px;height:64px}.goals-section .goals-icon img{max-width:64px;max-height:64px}.goals-section .goals-card-title{font-size:18px}.goals-section .goals-card-desc{font-size:14px}.strategy-section{padding:0 0 40px}.strategy-section .strategy-header{margin-bottom:24px}.strategy-section .strategy-title{font-size:24px}.strategy-section .strategy-desc{font-size:14px}.info-card,.info-card-wrap{flex-direction:column;gap:12px}.info-card{width:100%;height:auto;align-items:flex-start;padding:20px}.info-card-left{width:100%}.info-card-title{font-size:18px}.info-card-desc{font-size:14px;text-align:left}.regional-bg-wrap{height:auto}.regional-bg-wrap .regional-content{flex-direction:column}.regional-left{padding:40px 20px;width:100%}.regional-left .regional-title{font-size:24px}.regional-left .regional-desc{font-size:14px}.regional-analysis{position:relative;right:auto;bottom:auto;width:100%;border-radius:0;padding:20px}.regional-analysis .analysis-header{margin-bottom:16px}.regional-analysis .analysis-title{font-size:18px}.regional-analysis .analysis-item{flex-direction:column;align-items:flex-start;gap:8px}.regional-analysis .analysis-label{width:auto;font-size:14px}.regional-analysis .analysis-txt{font-size:14px}.strength-section{padding:40px 0 60px}.strength-section .strength-title{font-size:20px;margin-bottom:16px}.partner-section{padding:40px 0 60px}.partner-section .partner-title{font-size:28px;margin-bottom:32px}.partner-section .partner-wrap{flex-direction:column;gap:32px}.partner-section .partner-visual{width:100%;min-width:unset;height:unset}.partner-section .partner-visual .partner-overlay{padding:40px 20px;gap:24px}.partner-section .partner-intro{gap:24px}.partner-section .partner-desc{font-size:18px}.partner-section .stage-box{width:260px}.partner-section .stage-txt{font-size:14px}.partner-section .partner-list{width:100%}.partner-section .group-title{font-size:18px}.partner-section .partner-card-main{grid-template-columns:1fr;height:auto;gap:16px}.partner-section .partner-card-logo img{width:180px;height:auto}.partner-section .partner-card-logo .sub-info{width:100%;margin-top:16px}.partner-section .partner-card-content{margin-left:0;margin-top:8px}.partner-section .partner-card-content .info-header .label{font-size:13px}.partner-section .partner-card-content .info-header+p{font-size:14px}.partner-section .partner-card-content .detail-label{font-size:13px}.partner-section .partner-card-content .detail-txt{font-size:14px}.partner-section .partner-card-row{grid-template-columns:1fr;gap:16px}.partner-section .partner-card-row .logos{width:120px}.partner-section .partner-card-row .card-content{margin-left:0;margin-top:8px}.partner-section .partner-card-row .card-content .detail-label{font-size:13px}.partner-section .partner-card-row .card-content .detail-txt{font-size:14px}.partner-section .partner-card-market{grid-template-columns:1fr;gap:16px}.partner-section .partner-card-market .market-left{flex-wrap:wrap}.partner-section .partner-card-market .market-name{font-size:16px}.partner-section .partner-card-market .market-sub{font-size:14px}.partner-section .partner-card-market .card-content{margin-left:0}.partner-section .partner-card-market .card-content .detail-label{font-size:13px}.partner-section .partner-card-market .card-content .detail-txt{font-size:14px}}.tag{display:inline-flex;align-items:center;justify-content:center;padding:5px 8px;background:#fff;border:1px solid rgba(0,0,0,.1);font-size:14px;color:rgba(0,0,0,.4)}.tag.primary{border-color:#9f0d3e;color:#9f0d3e}.tag.small{padding:3px 5px;font-size:12px}.article-meta .dot,.detail-meta .dot,.location-detail .dot,.nav-meta .dot{width:4px;height:4px;background:#d9d9d9}.board-section{padding:80px 0 120px}.board-section .board-title{font-size:40px;font-weight:700;margin-bottom:32px}.board-section .board-desc{font-size:16px;line-height:1.6;margin-bottom:24px}.board-search{display:flex;align-items:center;gap:12px;width:400px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.2);margin-bottom:32px}.board-search img{width:20px;height:20px}.board-search input{width:100%;border:none;outline:none;font-size:16px}.board-search input::placeholder{color:rgba(0,0,0,.4)}.board-table{width:100%}.board-table .table-header{display:flex;background:rgba(71,3,26,.08)}.board-table .table-header>div{height:40px;display:flex;align-items:center;justify-content:center;font-size:16px}.board-table .col-date{width:200px}.board-table .col-title{width:920px;justify-content:flex-start!important;padding-left:40px}.board-table .col-file,.board-table .col-view{width:160px}.board-table .table-row{display:flex;border-bottom:1px solid rgba(0,0,0,.1)}.board-table .table-row>div{height:48px;display:flex;align-items:center;justify-content:center;font-size:16px}.board-table .table-row .col-title a{color:#000}.board-table .table-row .col-title a:hover{text-decoration:underline}.board-table .btn-download{display:flex;align-items:center;gap:5px;height:24px;padding:0 10px;border:1px solid rgba(0,0,0,.2);border-radius:4px;font-size:14px;color:#000}.board-table .btn-download img{width:12px;height:12px}.pagination{gap:0;margin-top:48px}.pagination,.pagination .page-btn{display:flex;align-items:center;justify-content:center}.pagination .page-btn{width:32px;height:32px}.pagination .page-btn img{width:7px;height:12px}.pagination .page-num,.pagination .page-nums{display:flex;align-items:center}.pagination .page-num{width:32px;height:32px;justify-content:center;font-size:16px;color:rgba(0,0,0,.4)}.pagination .page-num.active{font-weight:700;color:#000}.board-detail-section{padding:40px 0 120px}.board-detail-layout{display:flex;gap:64px}.board-nav{width:336px;gap:10px;padding-top:134px}.board-nav,.board-nav-item{display:flex;flex-direction:column}.board-nav-item{gap:12px;padding:16px;background:#f5f5f5}.board-nav-header{display:flex;align-items:center;gap:12px}.board-nav-header .nav-badge{display:flex;align-items:center;justify-content:center;width:64px;height:16px;background:#9f0d3e;border-radius:2px;font-size:13px;color:#fff}.board-nav-header .nav-title{font-size:14px;font-weight:700}.board-nav .nav-meta{display:flex;align-items:center;gap:10px}.board-nav .nav-meta span{font-size:12px}.board-nav .nav-meta .nav-date{opacity:.4}.board-nav .nav-tags{display:flex;flex-wrap:wrap;gap:3px}.board-detail-content{width:800px}.detail-header{display:flex;flex-direction:column;align-items:center;gap:12px;padding-bottom:26px;border-bottom:1px solid rgba(0,0,0,.1)}.detail-header .detail-title{font-size:24px;font-weight:700;text-align:center;line-height:1.4}.detail-header .detail-meta{display:flex;align-items:center;gap:10px}.detail-header .detail-meta span{font-size:14px}.detail-header .detail-meta .detail-date{opacity:.4}.detail-header .detail-tags{display:flex;flex-wrap:wrap;gap:8px}.detail-body{padding:24px 0}.detail-body .detail-img{width:100%;margin-bottom:24px}.detail-body .detail-img img{width:100%;height:auto;object-fit:cover}.detail-body .detail-info-box{font-size:16px;line-height:1.6;opacity:.6;margin-bottom:24px}.detail-body .detail-quote{font-weight:700;margin-bottom:24px}.detail-body .detail-quote,.detail-body .detail-text{font-size:16px;line-height:1.6}.detail-attachment{display:flex;align-items:center;justify-content:space-between;padding:10px 24px;background:#f5f5f5;border-radius:8px}.detail-attachment .attachment-info{display:flex;align-items:center;gap:16px}.detail-attachment .attachment-info img{width:18px;height:18px}.detail-attachment .attachment-info span{font-size:16px}.detail-attachment .attachment-download{width:18px;height:18px}.detail-attachment .attachment-download img{width:100%;height:100%}.guseul-section{padding:80px 0 0}.guseul-section .guseul-header{display:flex;align-items:baseline;gap:24px;margin-bottom:40px}.guseul-section .guseul-title{font-size:40px;font-weight:700}.guseul-section .guseul-desc{font-size:20px}.guseul-layout{display:flex;gap:64px}.guseul-hero{position:relative;width:560px;height:680px}.guseul-hero .guseul-hero-bg{position:absolute;top:0;left:0;width:100%;height:440px;object-fit:cover}.guseul-hero .guseul-hero-gradient{position:absolute;top:0;left:0;width:100%;height:440px;background:linear-gradient(0deg,rgba(0,0,0,.6),transparent)}.guseul-hero-content{position:absolute;top:276px;left:24px;right:24px}.guseul-hero-content .guseul-intro-title{font-weight:700;margin-bottom:12px}.guseul-hero-content .guseul-intro-desc,.guseul-hero-content .guseul-intro-title{font-size:16px;color:#fff;line-height:1.4}.guseul-info{position:absolute;bottom:0;left:0;right:0}.guseul-info-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.guseul-info-header img{width:16px;height:16px}.guseul-info-header p{font-size:16px;font-weight:700}.guseul-info-list{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.guseul-info-item{display:flex;align-items:center;gap:12px;width:274px;height:52px;padding:0 16px;border:1px solid rgba(0,0,0,.1)}.guseul-info-item .info-num{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#9f0d3e;border-radius:16px;font-size:14px;font-weight:600;color:#fff}.guseul-info-item p{font-size:16px;font-weight:700}.guseul-info-desc{font-size:14px;opacity:.6}.guseul-articles{width:816px}.article-grid{display:flex;flex-wrap:wrap;gap:40px}.article-card{width:388px;margin-bottom:40px}.article-card a{display:block}.article-card .article-thumb{width:100%;height:217px;overflow:hidden;transition:border-radius .2s}.article-card .article-thumb.tall{height:440px}.article-card .article-thumb img{width:100%;height:100%;object-fit:cover}.article-card .article-info{margin-top:16px}.article-card .article-title{font-size:16px;font-weight:700;line-height:1.4;margin-bottom:8px;transition:color .2s}.article-card .article-meta{display:flex;align-items:center;gap:10px;margin-bottom:12px}.article-card .article-meta span{font-size:14px}.article-card .article-meta .article-date{opacity:.4}.article-card .article-tags{display:flex;flex-wrap:wrap;gap:8px}.article-card .tag{transition:border-color .2s,color .2s}.article-card:hover .article-thumb{border-radius:16px}.article-card:hover .article-title{color:#9f0d3e}.article-card:hover .tag{border-color:#9f0d3e;color:#9f0d3e}.location-section{padding:80px 0 120px}.location-layout{display:flex;gap:40px}.location-map{width:700px;height:480px;border-radius:8px;overflow:hidden}.location-map img{width:100%;height:100%;object-fit:cover}.location-info{width:700px}.location-info .location-title{font-size:40px;font-weight:700;margin-bottom:56px}.location-list{display:flex;flex-direction:column;gap:24px;margin-bottom:56px}.location-item{display:flex;gap:20px}.location-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(159,13,62,.1);border-radius:8px}.location-icon img{width:20px;height:20px}.location-detail{display:flex;flex-direction:column;gap:5px;width:500px}.location-detail .detail-label{font-size:14px;font-weight:700}.location-detail .detail-row{display:flex;align-items:center;gap:12px}.location-detail .detail-value{font-size:16px}.location-detail .detail-sub{font-size:14px;opacity:.4}.location-detail .btn-copy{height:24px;padding:0 5px;border:1px solid rgba(0,0,0,.2);border-radius:4px;font-size:14px;background:#fff;cursor:pointer}.location-notice{display:flex;gap:10px;padding:16px 24px;background:#f4f4f4}.location-notice .notice-label{width:160px;font-size:14px;font-weight:700;line-height:1.4}.location-notice .notice-text{font-size:14px;line-height:1.4;opacity:.4}.gallery-section{padding:80px 0 120px}.gallery-section .gallery-title{font-size:40px;font-weight:700;margin-bottom:40px}.gallery-grid{display:flex;flex-wrap:wrap;gap:40px}.gallery-item{width:330px;height:440px;overflow:hidden}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-item a{display:flex;width:100%;height:100%}.gallery-item a img{object-fit:cover}@media screen and (max-width:1520px){.board-table .col-date{width:160px}.board-table .col-title{width:calc(100% - 480px)}.guseul-layout{gap:40px}.guseul-hero{width:480px}.guseul-articles{width:calc(100% - 520px)}.article-card{width:100%}.article-grid{gap:24px}.article-card{width:calc(50% - 12px)}.article-card .article-thumb,.article-card .article-thumb.tall{height:200px}.location-layout{gap:32px}.location-map{width:50%;height:400px}.location-info{width:50%}.location-info .location-title{font-size:32px;margin-bottom:40px}.gallery-grid{gap:24px}.gallery-item{width:calc(25% - 18px);height:320px}}@media screen and (max-width:1320px){.guseul-layout{flex-direction:column}.guseul-hero{width:100%;height:auto}.guseul-hero .guseul-hero-bg{position:relative;width:100%;height:300px}.guseul-hero .guseul-hero-gradient{height:300px}.guseul-hero-content{position:relative;top:auto;left:auto;right:auto;padding:20px 0}.guseul-hero-content .guseul-intro-desc,.guseul-hero-content .guseul-intro-title{color:#000}.guseul-info{position:relative}.guseul-articles{width:100%}.gallery-item{width:calc(33.333% - 16px);height:280px}}@media screen and (max-width:1023px){.tag{padding:4px 6px;font-size:12px}.tag.small{padding:2px 4px;font-size:10px}.board-section{padding:40px 0 60px}.board-section .board-title{font-size:28px;margin-bottom:16px}.board-section .board-desc{font-size:14px;margin-bottom:16px}.board-search{width:100%;margin-bottom:24px}.board-search input{font-size:14px}.board-table .table-header{display:none}.board-table .table-row{flex-direction:column;align-items:flex-start;gap:8px;padding:16px 0}.board-table .table-row>div{width:100%;height:auto;justify-content:flex-start;padding:0}.board-table .table-row .col-date{font-size:12px;opacity:.6;order:1}.board-table .table-row .col-title{order:2}.board-table .table-row .col-file{order:3}.board-table .table-row .col-view{display:none}.pagination{margin-top:32px}.pagination .page-num{font-size:14px}.board-detail-section{padding:20px 0 60px}.board-detail-layout{flex-direction:column;gap:24px}.board-nav{width:100%;padding-top:0;order:2}.board-nav-item{padding:12px}.board-nav-header .nav-title{font-size:13px}.board-detail-content{width:100%;order:1}.detail-header .detail-title{font-size:20px}.detail-header .detail-meta span{font-size:12px}.detail-body .detail-info-box,.detail-body .detail-quote,.detail-body .detail-text{font-size:14px}.detail-attachment{padding:10px 16px}.detail-attachment .attachment-info span{font-size:14px}.guseul-section{padding:40px 0 0}.guseul-section .guseul-header{flex-direction:column;gap:8px;margin-bottom:24px}.guseul-section .guseul-title{font-size:28px}.guseul-section .guseul-desc{font-size:14px}.guseul-hero .guseul-hero-bg,.guseul-hero .guseul-hero-gradient{height:240px}.guseul-hero-content .guseul-intro-desc,.guseul-hero-content .guseul-intro-title{font-size:14px}.guseul-info-list{flex-direction:column;gap:8px}.guseul-info-item{width:100%;height:44px}.guseul-info-item .info-num{width:28px;height:28px;font-size:12px}.guseul-info-item p{font-size:14px}.guseul-info-desc{font-size:12px}.article-grid{gap:16px}.article-card{width:100%}.article-card .article-thumb,.article-card .article-thumb.tall{height:180px}.article-card .article-title{font-size:14px}.article-card .article-meta span{font-size:12px}.location-section{padding:40px 0 60px}.location-layout{flex-direction:column;gap:32px}.location-map{width:100%;height:240px}.location-info{width:100%}.location-info .location-title{font-size:28px;margin-bottom:32px}.location-list{gap:20px;margin-bottom:32px}.location-item{flex-direction:column;gap:12px}.location-detail{width:100%}.location-detail .detail-row{flex-wrap:wrap;gap:8px}.location-detail .detail-value{font-size:14px}.location-detail .detail-sub{font-size:12px;width:100%}.location-notice{flex-direction:column;gap:8px;padding:16px}.location-notice .notice-label{width:100%;font-size:13px}.location-notice .notice-text{font-size:13px}.gallery-section{padding:40px 0 60px}.gallery-section .gallery-title{font-size:28px;margin-bottom:24px}.gallery-grid{gap:12px}.gallery-item{width:calc(50% - 6px);height:200px}}.business-page-section{padding:80px 0 120px}.business-page-section .page-title{font-size:40px;font-weight:700;margin-bottom:24px}.business-tabs{display:flex;align-items:center;gap:32px;border-bottom:1px solid rgba(0,0,0,.1)}.business-tabs .tab-btn{padding-bottom:24px;background:none;cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;font-size:24px;font-weight:700;opacity:.4}.business-tabs .tab-btn.active{border-bottom-color:#9f0d3e;opacity:1}.tab-content{display:none;padding-top:32px}.tab-content.active{display:block}.business-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.business-title{font-size:48px;font-weight:700}.business-header .breadcrumb{display:flex;align-items:center;gap:16px}.business-header .breadcrumb img{width:16px;height:16px}.business-header .breadcrumb img.divider{width:3px;height:6px}.business-header .breadcrumb span{font-size:14px}.business-header .breadcrumb .current{color:#9f0d3e;font-weight:600}.business-content{display:flex;gap:40px;margin-bottom:64px}.business-visual{position:relative;width:700px;min-width:700px;height:560px;border-radius:2px;overflow:hidden}.business-visual>img{width:100%;height:100%;object-fit:cover}.visual-tooltip{position:absolute;top:37px;right:0;display:flex;align-items:flex-start;gap:15px;padding:10px;width:419px;height:64px;background:rgba(0,0,0,.4);border-radius:20px 0 0 20px}.visual-tooltip img{width:24px;height:24px;flex-shrink:0}.visual-tooltip p{font-size:16px;line-height:1.4;color:#fff}.business-info{width:700px;gap:64px}.business-info,.info-section{display:flex;flex-direction:column}.info-section{gap:32px}.info-section .section-header{display:flex;align-items:center;gap:16px}.info-section .section-header img{width:24px;height:24px}.info-section .section-header h4{font-size:24px;font-weight:700}.info-section .section-body{font-size:16px;line-height:1.4}.info-section .section-body p{margin-bottom:16px}.info-section .section-body p:last-child{margin-bottom:0}.info-section .goal-box{background:#f6f6f6;padding:12px 10px;border-radius:4px}.info-section .goal-box ul{padding-left:24px}.info-section .goal-box ul li{line-height:1.6;list-style:disc}.business-bottom{display:flex;gap:28px;padding-top:56px;border-top:1px solid rgba(0,0,0,.1)}.program-area{width:356px;min-width:356px}.program-area .area-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.program-area .area-header img{width:24px;height:24px}.program-area .area-header h4{font-size:24px;font-weight:700}.program-box{position:relative;width:356px;height:81px;border-radius:4px;overflow:hidden;margin-bottom:24px}.program-box .program-bg{position:absolute;top:0;left:0;width:100%;height:100%}.program-box .program-bg img{width:100%;height:100%;object-fit:cover}.program-box .program-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(0,0,0,.8),hsla(0,0%,40%,.8));display:flex;flex-direction:column;justify-content:center;padding:0 22px;border-radius:4px}.program-box .program-overlay p{font-size:14px;font-weight:600;color:#fff;line-height:1.4}.program-list{display:flex;flex-direction:column;gap:16px}.program-item{display:flex;align-items:center;gap:16px}.program-item .num{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#494949;font-size:14px;color:#fff}.program-item .num.primary{background:#9f0d3e}.program-item .name{font-size:18px;font-weight:700}.program-item img{width:10px;height:10px}.effect-area{flex:1 1}.effect-area .area-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.effect-area .area-header img{width:24px;height:24px}.effect-area .area-header h4{font-size:24px;font-weight:700}.effect-list{display:flex;gap:25px}.effect-list.cols-4 .effect-card{width:239px}.effect-list.cols-3 .effect-card{width:326px}.effect-card{height:214px;border-radius:4px;display:flex;align-items:center;justify-content:center}.effect-card p{font-size:20px;font-weight:700;text-align:center;line-height:1.6}.effect-card.primary{background:#9f0d3e}.effect-card.primary p{color:#fff}.effect-card.dark{background:#3e3a39}.effect-card.dark p{color:#fff}.effect-card.outline{background:#fff;border:1.5px solid rgba(0,0,0,.4)}.effect-card.outline p{color:#000}@media screen and (max-width:1520px){.business-content{gap:32px}.business-visual{width:560px;min-width:560px;height:450px}.visual-tooltip{top:30px;width:360px;height:auto;padding:8px 12px;gap:10px}.visual-tooltip img{width:20px;height:20px}.visual-tooltip p{font-size:14px}.business-info{width:calc(100% - 592px)}.program-area{width:300px;min-width:300px}.program-box{width:300px}.effect-list.cols-4 .effect-card{width:calc(25% - 19px)}.effect-list.cols-3 .effect-card{width:calc(33.333% - 17px)}}@media screen and (max-width:1320px){.business-tabs{flex-wrap:wrap;gap:16px 24px}.business-tabs .tab-btn{font-size:18px;padding-bottom:16px}.business-header{flex-direction:column;align-items:flex-start;gap:16px}.business-title{font-size:36px}.business-content{flex-direction:column}.business-visual{width:100%;min-width:unset;height:400px}.business-info{width:100%;gap:48px}.business-bottom{flex-direction:column;gap:40px}.program-area{width:100%;min-width:unset}.program-box{width:100%}.program-list{flex-direction:row;flex-wrap:wrap;gap:12px 24px}.effect-area{width:100%}.effect-list{flex-wrap:wrap;gap:16px}.effect-list.cols-3 .effect-card,.effect-list.cols-4 .effect-card{width:calc(50% - 8px);height:160px}.effect-list.cols-3 .effect-card:last-child{width:100%}}@media screen and (max-width:1023px){.business-page-section{padding:40px 0 60px}.business-page-section .page-title{font-size:28px;margin-bottom:16px}.business-tabs{gap:12px 16px}.business-tabs .tab-btn{font-size:14px;padding-bottom:12px}.business-header{margin-bottom:24px}.business-title{font-size:24px}.business-header .breadcrumb{display:none}.tab-content{padding-top:20px}.business-content{margin-bottom:40px}.business-visual{height:280px}.visual-tooltip{display:none}.business-info{gap:32px}.info-section{gap:20px}.info-section .section-header h4{font-size:18px}.info-section .section-body{font-size:14px}.info-section .section-body p{margin-bottom:12px}.info-section .goal-box ul li{font-size:14px}.business-bottom{padding-top:32px;gap:32px}.program-area .area-header h4{font-size:18px}.program-box{height:70px}.program-box .program-overlay p{font-size:12px}.program-list{gap:10px 16px}.program-item .num{width:20px;height:20px;font-size:12px}.program-item .name{font-size:14px}.effect-area .area-header h4{font-size:18px}.effect-list.cols-3 .effect-card,.effect-list.cols-4 .effect-card{width:calc(50% - 8px);height:120px}.effect-card p{font-size:14px}}.program-page-section{padding:80px 0 120px}.program-page-section .page-title{font-size:40px;font-weight:700;margin-bottom:40px}.program-tabs{display:flex;align-items:center;gap:32px;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:32px}.program-tabs .tab-link{padding-bottom:24px;border-bottom:2px solid transparent;margin-bottom:-1px;font-size:24px;font-weight:700;opacity:.4}.program-tabs .tab-link.active{border-bottom-color:#9f0d3e;opacity:1}.program-sub-tabs{display:flex;align-items:center;gap:8px;margin-bottom:24px}.program-sub-btn{padding:10px 16px;border-radius:4px;border:1px solid rgba(0,0,0,.2);background:#fff;font-size:16px;font-weight:700;color:rgba(0,0,0,.6);cursor:pointer}.program-sub-btn.active{background:#9f0d3e;border-color:#9f0d3e;color:#fff}.program-breadcrumb{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-bottom:24px}.program-breadcrumb img{width:16px;height:16px}.program-breadcrumb img.divider{width:3px;height:6px}.program-breadcrumb span{font-size:14px}.program-breadcrumb .current{color:#9f0d3e;font-weight:600}.program-detail-header{margin-bottom:32px}.program-detail-title{font-size:48px;font-weight:700}.program-detail-layout{display:flex;gap:56px}.program-detail-left{width:664px;min-width:664px;border-right:1px solid rgba(0,0,0,.1);padding-right:56px}.program-detail-right{width:664px}.program-intro{margin-bottom:40px}.program-intro .intro-subtitle{font-size:20px;font-weight:600;color:#9f0d3e;margin-bottom:24px}.program-intro .intro-desc{font-size:16px;font-weight:400;line-height:1.4;opacity:.64}.program-intro .intro-desc p{margin-bottom:0}.program-section{margin-bottom:40px}.program-section .section-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.program-section .section-header img{width:24px;height:24px}.program-section .section-header h4{font-size:24px;font-weight:700}.program-goal-box{background:#f6f6f6;border-radius:4px;padding:12px 10px}.program-goal-box ul{padding-left:24px}.program-goal-box ul li{font-size:16px;line-height:1.6;list-style:disc}.program-content-list{display:flex;flex-direction:column;gap:40px}.program-content-item{display:flex;flex-direction:column;gap:24px}.program-content-item .content-title{font-size:20px;font-weight:600}.program-content-item .content-desc{font-size:16px;font-weight:400;line-height:1.4;opacity:.64}.program-effect-list{display:flex;gap:24px}.program-effect-card{width:205px;height:160px;border-radius:4px;display:flex;align-items:center;justify-content:center;text-align:center}.program-effect-card p{font-size:20px;font-weight:700;line-height:1.6}.program-effect-card.primary{background:#9f0d3e}.program-effect-card.primary p{color:#fff}.program-effect-card.dark{background:#3e3a39}.program-effect-card.dark p{color:#fff}.program-effect-card.outline{background:#fff;border:1.5px solid rgba(0,0,0,.4)}.program-effect-grid{display:grid;grid-template-columns:repeat(2,320px);grid-gap:24px;gap:24px}.program-effect-grid .program-effect-card{width:320px;height:120px}.program-images{display:flex;flex-direction:column;gap:24px}.program-img-large{height:400px}.program-img-large,.program-img-medium{width:664px;object-fit:cover;object-position:top;border-radius:2px}.program-img-medium{height:576px}.program-img-row{display:flex;gap:24px}.program-img-small{flex:1 1;min-width:0;height:160px;object-fit:cover;object-position:top}.program-img-tall{width:320px;height:443px}.program-img-full,.program-img-tall{object-fit:cover;object-position:top}.program-img-full{width:664px;border:1px solid rgba(0,0,0,.1)}.program-illust-wrap{width:664px;height:531px;background:#fcf1e7;border-radius:2px;position:relative;overflow:hidden}.program-illust-wrap img{position:absolute;max-width:none}.program-images-grid-2col{display:flex;gap:24px;flex-direction:row}.program-img-col{display:flex;flex-direction:column;gap:24px;width:320px}.program-img-tall-lg{height:443px}.program-img-medium-h,.program-img-tall-lg{width:320px;object-fit:cover;object-position:top}.program-img-medium-h{height:210px}@media screen and (max-width:1520px){.program-detail-layout{gap:40px}.program-detail-left{width:500px;min-width:500px;padding-right:40px}.program-detail-right{width:calc(100% - 540px)}.program-img-large{width:100%;height:320px}.program-img-medium{width:100%;height:450px}.program-img-row{flex-wrap:wrap}.program-img-small{flex:1 1;min-width:calc(33.33% - 16px);height:140px}.program-img-tall{width:calc(50% - 12px);height:350px}.program-img-full{width:100%}.program-illust-wrap{width:100%;height:400px}.program-effect-grid{grid-template-columns:repeat(2,1fr)}.program-effect-grid .program-effect-card{width:100%}.program-images-grid-2col{gap:16px}.program-img-col{width:calc(50% - 8px);gap:16px}.program-img-tall-lg{width:100%;height:350px}.program-img-medium-h{width:100%;height:170px}}@media screen and (max-width:1320px){.program-tabs{gap:24px}.program-tabs .tab-link{font-size:18px;padding-bottom:16px}.program-detail-title{font-size:36px}.program-detail-left{width:400px;min-width:400px;padding-right:32px}.program-detail-right{width:calc(100% - 432px)}.program-intro .intro-subtitle{font-size:18px}.program-section .section-header h4{font-size:20px}.program-content-item .content-title{font-size:18px}.program-effect-list{flex-wrap:wrap;gap:16px}.program-effect-card{width:calc(50% - 8px);height:120px}.program-effect-card p{font-size:16px}}@media screen and (max-width:1023px){.program-page-section{padding:40px 0 60px}.program-page-section .page-title{font-size:28px;margin-bottom:24px}.program-tabs{flex-wrap:wrap;gap:12px 16px}.program-tabs .tab-link{font-size:14px;padding-bottom:12px}.program-sub-tabs{flex-wrap:wrap;gap:8px}.program-sub-btn{padding:8px 12px;font-size:14px}.program-breadcrumb{display:none}.program-detail-header{margin-bottom:24px}.program-detail-title{font-size:24px}.program-detail-layout{flex-direction:column;gap:40px}.program-detail-left{width:100%;min-width:unset;border-right:none;border-bottom:1px solid rgba(0,0,0,.1);padding-right:0;padding-bottom:40px}.program-detail-right{width:100%}.program-intro{margin-bottom:32px}.program-intro .intro-subtitle{font-size:16px;margin-bottom:16px}.program-intro .intro-desc{font-size:14px}.program-section{margin-bottom:32px}.program-section .section-header h4{font-size:18px}.program-goal-box ul li{font-size:14px}.program-content-list{gap:32px}.program-content-item{gap:16px}.program-content-item .content-title{font-size:16px}.program-content-item .content-desc{font-size:14px}.program-effect-list{gap:12px}.program-effect-card{width:calc(50% - 6px);height:100px}.program-effect-card p{font-size:14px}.program-effect-grid{grid-template-columns:repeat(2,1fr);gap:12px}.program-effect-grid .program-effect-card{height:100px}.program-img-large{height:240px}.program-img-medium{height:300px}.program-img-small{height:120px}.program-img-tall{height:280px}.program-illust-wrap{height:300px}.program-images-grid-2col{gap:12px}.program-img-col{width:calc(50% - 6px);gap:12px}.program-img-tall-lg{height:280px}.program-img-medium-h{height:140px}}.detail-footer{display:flex;justify-content:center;padding-top:40px}.btn-list{display:inline-flex;align-items:center;justify-content:center;min-width:160px;height:48px;padding:0 32px;border:1px solid rgba(0,0,0,.2);border-radius:4px;font-size:16px;font-weight:500;color:#000;background:#fff;transition:all .2s ease;text-decoration:none}.btn-list:hover{background:#9f0d3e;color:#fff;border-color:#9f0d3e}.btn-back{display:inline-flex;align-items:center;justify-content:center;min-width:160px;height:48px;padding:0 32px;border:1px solid rgba(0,0,0,.2);border-radius:4px;font-size:16px;font-weight:500;color:#000;background:#fff;transition:all .2s ease;text-decoration:none;margin-top:20px}.btn-back:hover{background:#9f0d3e;color:#fff;border-color:#9f0d3e}