:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media(prefers-color-scheme:dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#homeMainSlider .slide-link-wrapper{display:block;width:100%;height:100%;position:relative;text-decoration:none;color:inherit;cursor:default}#homeMainSlider .slide-link-wrapper.has-link{cursor:pointer}#homeMainSlider{width:100%;height:730px;position:relative;background-color:#fff}#homeMainSlider .my-swiper{width:100%;height:100%}#homeMainSlider .slide-bg{width:100%;height:100%;background-size:cover;background-position:center}#homeMainSlider .dim{position:absolute;inset:0}#homeMainSlider .slide-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:flex-end;align-items:flex-start;width:100%;max-width:1400px;z-index:10;padding:0 20px;color:#fff}#homeMainSlider .text-group{width:100%;max-width:610px;text-align:left;flex-grow:0}#homeMainSlider .tag{display:inline-block;background-color:var(--main-clr);color:#fff;padding:2px 16px;border-radius:30px;font-weight:var(--font-weight-bold);font-size:var(--font-size-16);line-height:var(--line-height-lg);letter-spacing:var(--letter-spacing-sm);margin-bottom:16px}#homeMainSlider .title{font-size:var(--font-size-48);font-weight:var(--font-weight-bold);margin-bottom:16px;line-height:var(--line-height-md);word-break:keep-all}#homeMainSlider .desc{font-size:var(--font-size-16);font-weight:var(--font-weight-regular);line-height:var(--line-height-lg);opacity:.9;font-weight:400;word-break:keep-all}#homeMainSlider .bottom-controls{position:absolute;bottom:60px;left:50%;transform:translate(-50%);z-index:20;display:flex;align-items:center;gap:20px}#homeMainSlider .custom-pagination{display:flex;align-items:center}#homeMainSlider .controls-inner{display:flex;width:100%;gap:10px;justify-content:space-between;align-items:center}#homeMainSlider :deep(.swiper-pagination-bullet){width:14px;height:14px;background:#ffffff80;border-radius:14px;opacity:1;margin:0 5px!important;cursor:pointer;transition:width .3s ease,background-color .3s ease}#homeMainSlider :deep(.swiper-pagination-bullet-active){width:54px;background:var(--main-clr);border-radius:10px}#homeMainSlider .play-pause-btn{width:24px;height:24px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:transparent;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s;padding:0;flex:none}#homeMainSlider .play-pause-btn:hover{background:#ea639a;border-color:#ea639a}#homeMainSlider .play-pause-btn svg{width:14px;height:14px;fill:currentColor}#homeMainSlider .nav-wrapper{position:absolute;display:flex;width:100%;max-width:1400px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:50;padding:0 20px;justify-content:space-between;align-items:center;pointer-events:none}#homeMainSlider .nav-btn{display:flex;justify-content:center;align-items:center;z-index:50;width:24px;height:24px;padding:0;background:transparent;pointer-events:auto;cursor:pointer;transition:color .2s;filter:brightness(0) invert(1)}#homeMainSlider .nav-btn img{object-fit:contain}#homeMainSlider .cstom-next{transform:rotate(180deg)}.text-group .tag,.text-group .title,.text-group .desc{opacity:0;transform:translateY(30px);transition:all .1s}:deep(.swiper-slide-active) .text-group .tag{opacity:1;transform:translateY(0);transition:all .8s ease .2s}:deep(.swiper-slide-active) .text-group .title{opacity:1;transform:translateY(0);transition:all .8s ease .4s}:deep(.swiper-slide-active) .text-group .desc{opacity:1;transform:translateY(0);transition:all .8s ease .6s}.second-section{position:relative;background:url(/img/img_business_bg_01.webp) bottom center / cover no-repeat;min-height:100dvh;padding:120px 0;box-sizing:border-box}.second-section>.max-wrap{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:158px}.second-section .second-title{display:flex;flex-direction:column;gap:4px;height:100%}.second-section .second-title>h3{color:#212121;font-weight:var(--font-weight-semi-bold);font-size:var(--font-size-42);letter-spacing:-.01em}.second-section .second-title>h3>strong{color:var(--main-clr);font-weight:var(--font-weight-semi-bold)}.second-section .second-title>p{color:#2d3036;font-weight:400;font-size:var(--font-size-18);line-height:1.6;letter-spacing:-.01em}.second-section .card-wrapper{display:flex;flex-direction:row;width:100%;justify-content:space-between;gap:24px}.second-section .card-wrapper>li{position:relative;padding:37px 67px 37px 38px;border-radius:8px;border:2px solid #F8CFE0;flex-basis:440px;flex-shrink:1;box-shadow:0 4px 4px -4px #0c0c0d0d;background-color:#fff;transition:transform .3s ease}.second-section .card-wrapper>li div.bar{width:4px;height:54px;background-color:var(--main-clr);border-radius:2px;position:absolute;left:0}.second-section .card-wrapper>li div.card{display:flex;flex-direction:column}.second-section .card-wrapper>li div.card>img{margin-bottom:22px;width:fit-content}.second-section .card-wrapper>li div.card>div.sub-title-wrapper{margin-bottom:20px;display:flex;flex-direction:column;gap:4px}.second-section .card-wrapper>li div.card>div.sub-title-wrapper>span{color:#813655;font-size:14px;font-weight:600;line-height:1.2;letter-spacing:-.01em}.second-section .card-wrapper>li div.card>div.sub-title-wrapper>h4{color:#2d3036;font-size:24px;font-weight:600;line-height:1.2;letter-spacing:0em}.second-section .card-wrapper>li div.card>ul{display:flex;flex-direction:column;gap:8px}.second-section .card-wrapper>li div.card>ul>li{font-weight:400;font-size:16px;line-height:1.4;letter-spacing:-.01em;color:#2d3036}.second-section .card-wrapper>li:hover,.second-section .card-wrapper>li:focus-within{border-color:var(--main-clr);box-shadow:5px 16px 20px -4px #746b7066,0 4px 4px -4px #0c0c0d0d;transform:translateY(-4px)}.company-section{position:relative;padding:120px 0;width:100%;height:100vh;background-color:var(--black-color-50);contain:strict}.company-section>div{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.company-section .sec-header{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid var(--black-color-900);padding-bottom:20px;margin-bottom:32px}.company-section .sec-header h3{font-size:var(--font-size-42);line-height:var(--line-height-md);font-weight:var(--font-weight-semi-bold);margin-bottom:4px}.company-section .sec-header p{color:#666;font-size:16px;line-height:var(--line-height-lg);word-break:keep-all}.company-section .more-btn{width:44px;height:44px;color:var(--main-clr);transition:transform .3s}.company-section .more-btn:hover{transform:rotate(90deg)}.company-section .content-wrapper{display:flex;justify-content:space-between;gap:40px;height:420px}.company-section .company-detail{width:50%;display:flex;flex-direction:column;gap:32px}.company-section .detail-body{display:flex;gap:24px}.company-section .logo-box{width:48%;max-width:280px;height:158px;background:#fff;border:1px solid #eee;border-radius:8px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden;flex-shrink:0}.company-section .detail-logo{max-width:90%;max-height:90%;object-fit:contain}.company-section .no-logo{font-size:18px;font-weight:700;color:#999}.company-section .info-box{width:48%;padding-top:8px}.company-section .info-box .name{font-size:var(--font-size-24);font-weight:var(--font-weight-semi-bold);margin-bottom:6px;color:#111}.company-section .info-box .desc{font-size:var(--font-size-16);color:var(--black-color-900);line-height:var(--line-height-lg);word-break:keep-all;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.company-section .btn-group{display:flex;width:48%;gap:8px}.company-section .btn-group button,.btn-group a{flex:1;height:46px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer;text-decoration:none;transition:.2s}.company-section .detail-btn{background:transparent;border:1px solid var(--main-900);color:var(--main-900)}.company-section .detail-btn:hover{border-color:#333;background:#f9f9f9}.company-section .home-btn{background:var(--main-clr);border:1px solid var(--main-clr);color:#fff}.company-section .home-btn:hover{background:#e91e63;border-color:#e91e63}.company-section .company-slider-wrap{min-width:0;width:41%}.company-section .company-swiper{width:100%;height:100%;padding-bottom:40px}.company-section .logo-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:12px;width:100%;height:100%}.company-section .logo-item{width:100%;max-width:180px;height:100%;background:#fff;border:1px solid #eee;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:15px;transition:border-color .2s,box-shadow .2s;will-change:border-color,box-shadow}.company-section .logo-item:hover{border-color:#ccc;box-shadow:0 4px 12px #00000014}.company-section .logo-item.active{border-color:var(--main-clr);box-shadow:0 0 0 1px var(--main-clr) inset}.company-section .thumb-logo{width:100%;height:100%;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:filter .3s,opacity .3s;will-change:filter,opacity}.company-section .logo-item:hover .thumb-logo,.logo-item.active .thumb-logo{filter:grayscale(0%);opacity:1}.company-section .company-slider-wrap{position:relative;padding-bottom:50px}.company-section .slider-controls{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px}.company-section .custom-pagination{display:flex;width:100px!important;justify-content:center;gap:12px;position:static}.custom-pagination .swiper-pagination-bullet{width:12px;height:12px;margin:0!important;background:#ddd;opacity:1;flex-shrink:0}.custom-pagination .swiper-pagination-bullet-active{background:var(--main-clr);width:46px;border-radius:23px;transition:width .3s}.company-section .play-pause-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;transition:opacity .2s}.company-section .btn-group button:only-child{max-width:100%}.center-news-section{height:auto;padding:120px 0;box-sizing:border-box}.center-news-section .max-wrap{display:flex;flex-direction:column;gap:60px}.center-news-section .main-title{width:40%;display:flex;flex-direction:column;gap:4px}.center-news-section .main-title>h3{color:#212121;font-size:var(--font-size-42);font-weight:var(--font-weight-semi-bold);line-height:var(--line-height-md);letter-spacing:var(--letter-spacing-sm);word-break:keep-all}.center-news-section .main-title>span{color:#2d3036;font-size:20px;font-weight:400;line-height:1.6;letter-spacing:-.01em;word-break:keep-all}.center-news-section .news-header{display:flex;position:relative;justify-content:space-between;align-items:flex-end}.center-news-section .news-header .news-tab-wrap{display:flex;align-items:center;gap:20px}.center-news-section .news-header .news-tab-wrap .news-tab{display:flex;text-align:center;overflow:hidden}.center-news-section .news-header .news-tab-wrap .news-tab li{display:block;position:relative}.center-news-section .news-header .news-tab-wrap .news-tab li button{position:relative;padding:12px 24px;border-style:none;background:transparent;font-size:20px;font-weight:500;line-height:1.6;letter-spacing:-.01em;color:#616874;cursor:pointer;transition:all .2s}.center-news-section .news-header .news-tab-wrap .news-tab li button:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:#f0f1f2}.center-news-section .news-header .news-tab-wrap .news-tab li.is-active button{color:#000}.center-news-section .news-header .news-tab-wrap .news-tab li.is-active button:after{background-color:#ea639b}.center-news-section .news-header .news-tab-wrap .more-btn{width:44px;height:44px;color:var(--main-clr);transition:transform .3s}.center-news-section .news-header .news-tab-wrap .more-btn:hover{transform:rotate(90deg)}.center-news-section .news-swiper{width:100%;overflow:hidden;padding:10px 0}.cat-slide{width:100%}.cards-container{display:flex;gap:24px;width:100%;justify-content:flex-start}.cards-container>.news-card{width:calc((100% - 48px) / 3);flex:0 0 auto;display:flex;flex-direction:column;height:100%;min-height:520px;padding:24px;box-sizing:border-box;border:1px solid #f0f1f2;background-color:#fff;transition:all .3s ease;text-decoration:none}.cards-container>.news-card:hover{background-color:#ea639b!important;color:#fff}.cards-container>.news-card:hover .date{color:#fff!important}.cards-container>.news-card .thumb-img{width:100%;aspect-ratio:16 / 10;object-fit:cover;margin-bottom:24px;border-radius:4px}.cards-container>.news-card .card-info{flex:1;display:flex;flex-direction:column;gap:16px;text-align:left}.cards-container>.news-card .card-info .tit{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;height:58px;font-size:24px;font-weight:600;line-height:1.2;letter-spacing:-.01em;color:#212121}.cards-container>.news-card .card-info .desc{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;text-overflow:ellipsis;white-space:normal;height:130px;font-size:16px;font-weight:500;line-height:1.6;letter-spacing:-.01em;word-break:break-word;flex:1;color:#2d3036}.cards-container>.news-card .card-info .date{margin-top:auto;font-size:14px;font-weight:400;line-height:1.2;color:#616874}.cards-container>.news-card:hover .tit,.cards-container>.news-card:hover .desc{color:#fff}.empty-card{width:100%!important;border:1px dashed #ddd!important;justify-content:center!important;align-items:center!important}#shuttleGuide{padding:120px 0;box-sizing:border-box}#shuttleGuide .shuttle-intro-header{display:flex;flex-direction:column;justify-content:space-between;border-bottom:1px solid var(--black-color-900);padding-bottom:20px;margin-bottom:32px}#shuttleGuide .shuttle-title{font-size:var(--font-size-42);line-height:var(--line-height-md);font-weight:var(--font-weight-semi-bold);margin-bottom:4px}#shuttleGuide .shuttle-subtitle{color:#666;font-size:16px;line-height:var(--line-height-lg);word-break:keep-all}#shuttleGuide .shuttle-layout-grid{display:flex;gap:50px;align-items:flex-start}#shuttleGuide .shuttle-map-area{flex:1.2;width:100%;min-width:0}#shuttleGuide .my-shuttle-swiper{width:100%;border-radius:12px;border:1px solid #eee;overflow:hidden;background:#fff;position:relative}#shuttleGuide .slide-img-item img{width:100%;max-width:620px;display:block;object-fit:contain}#shuttleGuide .shuttle-info-area{flex:1}#shuttleGuide .info-h4{font-size:18px;font-weight:700;color:#000;margin-bottom:20px;word-break:keep-all}#shuttleGuide .time-section{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid var(--black-color-200)}#shuttleGuide .route-item{display:flex;gap:15px;margin-bottom:25px}#shuttleGuide .route-badge{width:24px;height:24px;background:var(--main-clr);color:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}#shuttleGuide .route-path{font-size:15px;color:#444;line-height:1.7;word-break:keep-all}#shuttleGuide .guide-list{list-style:none;padding:0}#shuttleGuide .guide-list li{font-size:14px;color:#666;line-height:1.8;margin-bottom:10px;position:relative;padding-left:15px}#shuttleGuide .guide-list li:before{content:"·";position:absolute;left:0;font-weight:700}#shuttleGuide .swiper-pagination-bullet-active{background:var(--main-clr)!important;width:24px!important;border-radius:5px!important;transition:.3s}#shuttleGuide .swiper-button-next,#shuttleGuide .swiper-button-prev{color:var(--main-clr)!important;transform:scale(.6);font-weight:700}#shuttleGuide .swiper-button-next:after,#shuttleGuide .swiper-button-prev:after{font-size:24px!important}.partner-slider-section{width:100%;padding:36px 0;background-color:#f0f1f2;overflow:hidden}.partner-slider-section .main-title{margin-bottom:40px}.partner-slider-section .main-title>h3{font-size:24px;font-weight:600;line-height:1.2;word-break:keep-all}.partner-slider-section .agency-slide{max-width:1400px;margin:0 auto;position:relative;width:100%;overflow:visible}.partner-slider-section .agency-slide-wrap{max-width:1400px;margin:0 auto;position:relative;width:100%}.partner-slider-section .agency-slide .swiper-slide{display:flex;align-items:center;justify-content:center;opacity:.3;transition:opacity .3s}.partner-slider-section .agency-slide .swiper-slide-prev,.partner-slider-section .agency-slide .swiper-slide-duplicate-prev,.partner-slider-section .agency-slide .swiper-slide-active,.partner-slider-section .agency-slide .swiper-slide-duplicate-active,.partner-slider-section .agency-slide .swiper-slide-next,.partner-slider-section .agency-slide .swiper-slide-duplicate-next{opacity:1}.partner-slider-section .agency-slide .swiper-slide img{width:100%;height:80px;object-fit:contain}.partner-slider-section .swiper-button-prev:after,.swiper-button-next:after{content:none}.partner-slider-section .swiper-button-prev,.swiper-button-next{background:transparent;border:none;width:32px;height:32px;top:60%;padding:0;z-index:10}.partner-slider-section .swiper-button-prev{left:0}.partner-slider-section .swiper-button-next{right:0;transform:rotate(180deg)}.partner-slider-section .swiper-button-prev img,.swiper-button-next img{width:100%;height:100%;object-fit:contain;display:block}@media screen and (max-width:1024px){#homeMainSlider .slide-content{justify-content:start}#homeMainSlider .text-group{width:96%}#homeMainSlider .tag{padding:2px 12px;font-size:var(--font-size-14);margin-bottom:10px}#homeMainSlider .title{font-size:var(--font-size-36);margin-bottom:10px}#homeMainSlider .desc{font-size:var(--font-size-14)}.nav-btn{display:none}.bottom-controls{gap:10px}.play-pause-btn{width:20px;height:20px}.play-pause-btn svg{width:14px;height:14px;fill:currentColor}.second-section{padding:80px 0}.second-section>.max-wrap{gap:32px}.second-section .second-title{gap:8px}.second-section .second-title>h3{font-size:var(--font-size-28);line-height:var(--line-height-md)}.second-section .second-title>p{color:#2d3036;font-weight:400;font-size:16px;line-height:1.6;letter-spacing:-.01em}.second-section .card-wrapper{flex-direction:column;gap:20px}.second-section .card-wrapper>li{padding:24px;flex-basis:200px}.second-section .card-wrapper>li div.card{display:flex;flex-direction:column}.second-section .card-wrapper>li div.card>img{margin-bottom:12px;width:44px;height:44px}.second-section .card-wrapper>li div.card>div.sub-title-wrapper{margin-bottom:10px}.second-section .card-wrapper>li div.card>div.sub-title-wrapper>h4{font-size:18px}.second-section .card-wrapper>li div.card>ul>li{font-size:14px}.company-section{position:static;padding:60px 0;height:auto;contain:content}.company-section>div{position:static;transform:none;left:auto;top:auto}.company-section .sec-header{position:relative;margin-bottom:20px}.company-section .sec-header h3{font-size:var(--font-size-28)}.company-section .sec-header p{width:90%}.company-section .sec-header .more-btn{position:absolute;top:0;right:0;width:32px;height:32px}.company-section .content-wrapper{flex-direction:column;height:auto;gap:24px}.company-section .company-detail{width:100%;align-items:center;gap:16px}.company-section .detail-body{flex-direction:column;gap:12px;align-items:center}.company-section .company-slider-wrap{width:100%}.company-section .logo-box{width:100%;height:120px}.company-section .info-box{width:100%;padding-top:0;text-align:center}.company-section .info-box .name{font-size:var(--font-size-18)}.company-section .info-box .desc{font-size:var(--font-size-14)}.company-section .company-swiper{height:320px}.company-section .btn-group button,.btn-group a{height:38px;line-height:38px}.company-section .logo-grid{gap:10px}.center-news-section{padding:80px 0}.center-news-section .max-wrap{gap:28px}.center-news-section .main-title{width:100%;padding-right:44px}.center-news-section .main-title>h3{font-size:var(--font-size-28)}.center-news-section .main-title span{font-weight:400;font-size:16px;line-height:1.6;letter-spacing:-.01em}.center-news-section .news-header{flex-direction:column;align-items:flex-start;gap:20px}.center-news-section .news-header .news-tab-wrap,.center-news-section .news-header .news-tab-wrap .news-tab{width:100%}.center-news-section .news-header .news-tab-wrap .news-tab li:first-child{flex:1}.center-news-section .news-header .news-tab-wrap .news-tab li:nth-child(2),.center-news-section .news-header .news-tab-wrap .news-tab li:nth-child(3){flex:1}.center-news-section .news-header .news-tab-wrap .news-tab li:last-child{flex:1.5}.center-news-section .news-header .news-tab-wrap .news-tab li button{width:100%;font-size:var(--font-size-16);padding:12px 8px}.cards-container{flex-direction:column;gap:16px}.cards-container>.news-card{width:100%;min-height:unset;padding:20px}.center-news-section .news-header{position:relative}.center-news-section .news-header .news-tab-wrap .more-btn{position:absolute;right:0;top:0;width:38px;height:38px;color:var(--main-clr)}#shuttleGuide{padding:80px 0}#shuttleGuide .shuttle-intro-header{margin-bottom:20px}#shuttleGuide .shuttle-title{font-size:var(--font-size-28)}#shuttleGuide .shuttle-subtitle{width:90%;font-size:var(--font-size-16)}#shuttleGuide .info-h4{margin-bottom:12px}#shuttleGuide .guide-list li{margin-bottom:5px}#shuttleGuide .shuttle-layout-grid{flex-direction:column;gap:30px;margin-bottom:0}#shuttleGuide .shuttle-map-area,#shuttleGuide .shuttle-info-area{width:100%}#shuttleGuide .time-section{margin-bottom:30px;padding-bottom:20px}.partner-slider-section{padding:16px 24px}.partner-slider-section .main-title{margin-bottom:20px}.partner-slider-section .agency-slide .swiper-slide-active{opacity:1}.partner-slider-section .swiper-button-prev,.partner-slider-section .swiper-button-next{width:20px;height:20px;top:52px!important}.partner-slider-section .swiper-button-prev{left:-10px!important}.partner-slider-section .swiper-button-next{right:-10px!important}}*{margin:0;padding:0;box-sizing:border-box}*:focus{outline:none}html,body{font-family:system-ui,sans-serif}html{font-size:16px;-webkit-text-size-adjust:100%}ul,ol{list-style:none}a{text-decoration:none;display:block;color:inherit}picture{display:block}img{vertical-align:top;max-width:100%;height:auto}body,input,textarea,button{border:none;outline:none;font-family:inherit}input,textarea,button{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:none;padding:0;margin:0;box-shadow:none;border-radius:0}button,input[type=submit],input[type=button]{cursor:pointer;appearance:none;-webkit-appearance:none;color:inherit}input[type=search]::-webkit-search-decoration{display:none}input:focus,textarea:focus,button:focus{box-shadow:none}::placeholder{color:inherit;opacity:1}.sr-only{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}:root{--font-sans:"Pretendard Variable","Pretendard",system-ui,-apple-system,"Segoe UI",Roboto,"Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;--main-clr: #EA639A;--main-50: #FDEFF5;--main-100: #FDEFF5;--main-200: #F5B7D1;--main-300: #F196BC;--main-400: #EE82AF;--main-600: #D55A8D;--main-700: #A6466E;--main-800: #813655;--main-900: #622A41;--black-color-50: #F0F1F2;--black-color-100: #D1D3D8;--black-color-200: #BBBEC5;--black-color-300: #9CA1AA;--black-color-400: #898E99;--black-color-500: #7D818B;--black-color-600: #616874;--black-color-700: #4C515B;--black-color-800: #3A3C40;--black-color-900: #2D3036;--font-size-72: 72px;--font-size-52: 52px;--font-size-48: 48px;--font-size-42: 42px;--font-size-36: 36px;--font-size-32: 32px;--font-size-28: 28px;--font-size-24: 24px;--font-size-20: 20px;--font-size-18: 18px;--font-size-16: 16px;--font-size-15: 15px;--font-size-14: 14px;--font-size-13: 13px;--font-size-12: 12px;--font-size-11: 11px;--font-weight-bold: 700;--font-weight-semi-bold: 600;--font-weight-medium: 500;--font-weight-regular: 400;--line-height-xl: 1.7;--line-height-lg: 1.5;--line-height-md: 1.3;--line-height-sm: 1.2;--line-height-base: 1;--letter-spacing-lg: .1em;--letter-spacing-md: .05em;--letter-spacing-base: 0em;--letter-spacing-sm: -.02em;--letter-spacing-xs: -.08em}body{font-family:var(--font-sans);color:#2d3036;background:#fff}textarea{background:#fff}.mo{display:none}.dpnone{display:none!important}.max-wrap{max-width:1400px;margin:0 auto;width:92%}.btn-group{display:flex}.pg-btn{cursor:pointer;background:none;border:none;padding:0}.pg-btn:disabled{cursor:default;opacity:.3}.pg-btn>img{aspect-ratio:1 / 1;width:32px;vertical-align:middle}.pg-num-group{display:flex;align-items:center;gap:4px}.pg-num{width:34px;height:34px;border:1px solid var(--main-700);color:var(--main-700);display:flex;align-items:center;justify-content:center;background-color:#fff;transition:all .3s ease;cursor:pointer;font-weight:600;font-size:var(--font-size-14)}.pg-num:hover:not(.active){background-color:var(--main-700);color:#fff}.pg-num.active{background-color:var(--main-clr);color:#fff;border-color:var(--main-clr)}.board-pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:60px;margin-bottom:86px}@media screen and (max-width:1024px){.pc{display:none}.mo{display:block}}header.header{background-color:#fff;width:100%;height:96px;max-width:100%;display:flex;align-items:center;position:sticky;top:0;z-index:1000}header.header .max-wrap{width:100%;display:flex;position:relative;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;padding:0 20px}.logo{width:12%;max-width:180px}.logo img{display:block;height:32px;width:auto}.header-right{display:flex;align-items:center;gap:20px}nav.gnb{position:absolute;left:50%;transform:translate(-50%);width:70%;max-width:805px}nav.gnb ul{display:flex;justify-content:center;width:100%;align-items:center}nav.gnb ul li{display:flex;position:relative;height:96px;padding:0 20px;justify-content:center;align-items:center;text-align:center;font-weight:var(--font-weight-bold);font-size:var(--font-size-18);line-height:var(--line-height-lg);letter-spacing:0;text-decoration:none;transition:color .15s ease,transform .15s ease,opacity .15s ease}nav.gnb ul li:nth-child(1){flex:1.5}nav.gnb ul li:nth-child(2){flex:1.6}nav.gnb ul li:nth-child(3),nav.gnb ul li:nth-child(5){flex:1}nav.gnb ul li:nth-child(4){flex:1.2}.sns-group{display:flex;align-items:center;gap:12px}.sns-group a{display:flex;justify-content:center;width:32px;height:32px;background-color:var(--black-color-50);border-radius:16px}.sns-group a img{display:block;align-items:center;width:100%;max-width:24px}.gnb-dropdown{display:block;position:fixed;top:96px;left:0;width:100%;height:0;justify-content:center;overflow:hidden;background-color:var(--black-color-50);z-index:999;transition:height .4s ease-in-out}.gnb-dropdown.active{height:274px}.dropdown-inner{display:flex;justify-content:center;width:70%;max-width:805px;margin:0 auto}.dropdown-inner ul.sub-col{padding:20px 20px 0;text-align:center;box-sizing:border-box}.dropdown-inner ul.sub-col li{display:block}.dropdown-inner ul.sub-col li a{height:40px;font-size:14px}.dropdown-inner ul.sub-col li a:hover{text-decoration:underline;color:var(--main-700)}.dropdown-inner ul.sub-col:nth-child(1){flex:1.5}.dropdown-inner ul.sub-col:nth-child(2){flex:1.6}.dropdown-inner ul.sub-col:nth-child(3),.dropdown-inner ul.sub-col:nth-child(5){flex:1}.dropdown-inner ul.sub-col:nth-child(4){flex:1.2}nav.gnb ul li:hover{color:var(--main-clr)}nav.gnb ul li:focus-visible{outline:2px solid var(--main-clr);outline-offset:4px;border-radius:6px}nav.gnb ul li:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:4px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .15s ease;opacity:.9}nav.gnb ul li:hover:after{transform:scaleX(1)}.hamburger{display:none;position:relative;width:44px;height:44px;border:0;background:transparent;cursor:pointer;border-radius:10px}.overlay{position:fixed;inset:0;background:#00000073;z-index:999}.mobile-nav{position:fixed;top:0;right:0;width:min(86vw,360px);height:100vh;background:#fff;z-index:1000;box-shadow:-20px 0 40px #0000002e;display:flex;flex-direction:column}.mobile-nav-head{display:flex;align-items:center;padding:10px 14px;justify-content:space-between;height:64px;border-bottom:1px solid rgba(0,0,0,.08)}.mobile-nav-title{font-weight:800;font-size:14px;letter-spacing:.06em;margin:0}.mobile-nav-close{width:44px;height:44px;border:0;background:transparent;cursor:pointer;border-radius:10px}.mobile-nav-close:focus-visible{outline:2px solid var(--main-clr);outline-offset:3px}.mobile-nav-list{display:flex;flex-direction:column;padding:0;margin-bottom:auto}.accordion-list{list-style:none;padding:0;margin:0}.accordion-item{border-bottom:1px solid #f0f0f0}.accordion-head{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 32px 12px 18px;background:#fff;border:none;font-size:16px;font-weight:700;color:#111;cursor:pointer;text-align:left;transition:background-color .2s}.accordion-head .arrow{width:8px;height:8px;border-right:2px solid #999;border-bottom:2px solid #999;transform:rotate(45deg);transition:transform .3s ease;margin-bottom:2px}.accordion-item.is-open .accordion-head{color:var(--main-clr);background-color:#fff}.accordion-item.is-open .arrow{transform:rotate(-135deg);margin-top:4px;border-color:var(--main-clr)}.accordion-body{list-style:none;padding:0;background-color:#f7f7f7}.accordion-body li a{display:block;padding:14px 30px;font-size:14px;color:#555;text-decoration:none;border-bottom:1px solid #eee;font-weight:500}.accordion-body li a:last-child{border-bottom:none}.accordion-body li a:hover,.accordion-body li a.router-link-active{color:var(--main-clr);background-color:#00000005}.mobile-nav-link{display:flex;align-items:center;padding:14px 12px;border-radius:12px;text-decoration:none;font-weight:700;color:#111;transition:background-color .15s ease,color .15s ease,transform .15s ease}.mobile-nav-link:hover{background:#0000000a;transform:translateY(-1px)}.mobile-nav-link.router-link-active{color:var(--main-clr);background:#0000000a}.fade-enter-active,.fade-leave-active{transition:opacity .18s ease}.fade-enter-from,.fade-leave-to{opacity:0}.drawer-enter-active,.drawer-leave-active{transition:transform .22s ease;will-change:transform}.drawer-enter-from,.drawer-leave-to{transform:translate(100%)}.auth{display:flex;align-items:center;gap:12px}.auth-name{font-weight:700;font-size:14px;white-space:nowrap;color:#2d3036;transition:color .2s}.auth-name.is-admin{color:#ea639a}.auth-name:hover{opacity:.8}.auth-btn{display:inline-flex;align-items:center;justify-content:center;height:32px;font-weight:500;font-size:13px;text-decoration:none;color:#7d818b;background:none;border:none;cursor:pointer;transition:color .2s;padding:0}.auth-btn:hover{color:#2d3036}.auth-name-link{text-decoration:none;display:flex;align-items:center}.auth-btn:focus-visible{outline:2px solid var(--main-clr);outline-offset:3px}.mobile-auth{padding:12px 12px 8px;border-bottom:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;gap:8px}.mobile-auth-name{margin:0;font-weight:800;font-size:14px}.mobile-auth-btn{display:flex;align-items:center;justify-content:center;height:44px;border-radius:12px;font-weight:800;text-decoration:none;border:1px solid rgba(0,0,0,.12);background:#fff;color:#111;transition:transform .15s ease,background-color .15s ease,border-color .15s ease,color .15s ease}.mobile-auth-btn-solid{background:var(--main-clr);color:#fff;border-color:var(--main-clr)}.auth-name-link{text-decoration:none;color:inherit}.sns-group-desktop{display:none}.mobile-sns-group{display:flex;gap:10px;justify-content:center}.mobile-sns-group .icon-btn{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background-color:#f5f5f5;border-radius:50%;transition:background-color .2s}.mobile-sns-group .icon-btn img{width:20px;height:20px;display:block}@media screen and (max-width:1024px){header.header{height:64px}.logo img{max-width:120px}header.header .max-wrap{padding:0 14px}nav.gnb-desktop{display:none}.hamburger{display:inline-flex;align-items:center;justify-content:center}.auth-desktop{display:none}}footer.footer{padding:61px 0 81px;display:flex;align-items:center;background-color:#2d3036;color:#fff}footer.footer>div.max-wrap{display:flex;flex-direction:column;gap:40px}footer .footer-top{display:flex;justify-content:space-between;align-items:center}footer .footer-top strong img{display:block}footer .footer-top nav{display:flex;font-size:16px;font-weight:400;line-height:1.6;letter-spacing:-.01em;align-items:center}footer .footer-top nav>a{display:flex;align-items:center;color:#fff}footer .footer-bottom{display:flex;flex-direction:column;gap:4px;font-size:16px;font-weight:400;line-height:1.6;letter-spacing:-.01em;color:#f0f1f2}footer .footer-bottom>ul{display:flex;gap:12px}footer .footer-bottom>ul>li{display:flex;align-items:center;position:relative;padding-right:12px}footer .footer-bottom>ul>li:not(:last-child):before{content:"";display:block;width:1px;height:18px;right:0;top:50%;transform:translateY(-50%);background-color:#f0f1f2;position:absolute}footer .footer-bottom p.copyright{font-size:14px;font-weight:400;color:#bbbec5}.fixed-menu{display:flex;flex-direction:column;gap:20px;position:fixed;right:7%;bottom:70px;z-index:1000}.fixed-menu>*{display:flex;width:60px;height:60px;border-radius:30px;justify-content:center;align-items:center;box-shadow:0 2px 2px 4px #0c0c0d0d}.fixed-menu button.btn-share{background-color:var(--main-clr);transition:all .2s linear}.fixed-menu button.btn-share:hover{background-color:#813655}.fixed-menu a.btn-top{flex-direction:column;background-color:#bbbec5}@media screen and (min-width:1025px){footer .footer-top nav>a{position:relative;display:flex;align-items:center;color:#fff;padding:6px 2px;--u-left: 0px;transition:color .2s ease,transform .2s ease}footer .footer-top nav>a:not(:first-child){padding-left:34px;--u-left: 34px}footer .footer-top nav>a:not(:first-child):before{content:"";position:absolute;left:17px;top:50%;width:3px;height:3px;border-radius:50%;background-color:#d1d3d8;transform:translate(-50%,-50%)}footer .footer-top nav>a:hover{color:var(--main-clr);text-decoration:underline}}@media screen and (max-width:1024px){footer{padding:60px 20px}footer .max-wrap{gap:28px}footer .footer-top{flex-direction:column;align-items:flex-start}footer .footer-top strong{margin:0 auto}footer .footer-top strong a{display:block;width:100%}footer .footer-top strong a img{display:block;width:100%;min-width:185px}footer .footer-top nav{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:6px 14px;font-size:14px;font-weight:400;line-height:1.6;letter-spacing:-.01em}footer .footer-top nav>a{display:inline-flex;align-items:center;color:#fff;text-decoration:none}footer .footer-top nav>a:hover{text-decoration:underline;color:#fff}footer .footer-top nav>a:not(:first-child):before{content:none}footer .footer-bottom{gap:4px;font-size:14px;text-align:center}footer .footer-bottom>ul{flex-wrap:wrap;justify-content:center;gap:0px}footer .footer-bottom>ul>li{padding-right:12px}footer .footer-bottom>ul>li:not(:last-child):before{content:"";display:none;width:1px;height:18px;right:0;top:50%;transform:translateY(-50%);background-color:#f0f1f2;position:absolute}footer .footer-bottom p.copyright{font-size:14px;font-weight:400;color:#bbbec5}.fixed-menu{display:flex;flex-direction:column;gap:20px;position:fixed;right:5%;bottom:50px;z-index:1000}.fixed-menu>*{display:flex;width:60px;height:60px;border-radius:30px;justify-content:center;align-items:center;box-shadow:0 2px 2px 4px #0c0c0d0d}.fixed-menu button.btn-share{background-color:#ea639b;transition:all .2s linear}.fixed-menu a.btn-top{flex-direction:column;background-color:#bbbec5}}.admin-wrap{display:flex;flex-direction:column;height:100vh;overflow:hidden;background-color:#f4f7f9}.admin-wrap .admin-header{flex:0 0 70px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 30px;border-bottom:1px solid #e1e6eb;box-shadow:0 2px 4px #00000005;z-index:10}.admin-wrap .admin-title{font-size:22px;color:#1e1e2d;font-weight:800;letter-spacing:-.5px}.admin-wrap .admin-title span{color:#ea639a;font-size:14px;margin-left:5px;vertical-align:top}.admin-wrap .admin-logout-btn{background:#f8f9fa;border:1px solid #e9ecef;color:#495057;padding:6px 15px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:.2s}.admin-wrap .admin-body{display:flex;flex:1;overflow:hidden}.admin-wrap .admin-sidebar{width:260px;background-color:#1e1e2d;display:flex;flex-direction:column;padding:20px 10px;overflow-y:auto;border-right:none}.admin-wrap .menu-group{margin-bottom:8px}.admin-wrap .gnb-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:transparent;border:none;border-radius:8px;color:#a2a3b7;cursor:pointer;transition:.3s}.admin-wrap .gnb-trigger:hover{background:#ffffff0d;color:#fff}.admin-wrap .gnb-trigger.is-open{color:#fff}.admin-wrap .trigger-left{display:flex;align-items:center;gap:12px}.admin-wrap .icon-menu{width:18px;height:18px;display:flex;align-items:center;justify-content:center;opacity:.7}.admin-wrap .icon-menu img{width:100%;height:auto}.admin-wrap .gnb-trigger-text{font-size:15px;font-weight:600}.admin-wrap .gnb-subnav{list-style:none;background:#1b1b28;border-radius:8px;margin:4px 8px 0;overflow:hidden;max-height:0;opacity:0;transition:all .3s ease}.admin-wrap .gnb-subnav.is-open{max-height:500px;opacity:1;padding:5px 0}.admin-wrap .gnb-subnav-item{margin-top:2px}.admin-wrap .admin-nav-link{display:block;padding:10px 16px 10px 48px;color:#7e8299;font-size:14px;font-weight:500;text-decoration:none;transition:.2s;border-radius:6px}.admin-wrap .admin-nav-link:hover{color:#fff}.admin-wrap .admin-nav-link.router-link-active{background:linear-gradient(90deg,#214da026,#214da000);color:#fff;border-left:3px solid #214da0;padding-left:45px;font-weight:600}.admin-wrap .admin-main{flex:1;padding:40px;overflow-y:auto;background:#f4f7f9}.admin-card .admin-btn.primary{background:#333;color:#fff;border-color:#333;font-weight:700}.admin-member-list-page .admin-btn.danger{padding:2px 8px;font-size:11px}.member-detail .apply-reject-box{margin-bottom:20px;background:#f0f7ff;border-color:#91d5ff;color:#0050b3;padding:20px;border:1px solid #ffa39e;border-radius:8px;font-size:14px}.member-detail .apply-reject-box strong{display:block;margin-bottom:8px;font-size:15px}.member-detail .apply-reject-box ul{list-style:disc;padding-left:20px;font-size:13px;line-height:1.6}.member-detail .admin-password-reset-box .admin-subtitle{color:#d35400}.admin-wrap .admin-user{display:flex;flex-direction:row;gap:12px;align-items:center}.gnb-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:0;border-radius:10px;background:transparent;cursor:pointer}.gnb-trigger:hover{background:#f5f5f5}.gnb-trigger-text{font-weight:800}.gnb-trigger-icon{display:inline-flex;transition:transform .2s ease}.gnb-trigger.is-open .gnb-trigger-icon{transform:rotate(180deg)}.gnb-subnav{list-style:none;padding:0;margin:6px 0 0;overflow:hidden;max-height:0;opacity:0;transform:translateY(-4px);transition:max-height .22s ease,opacity .18s ease,transform .22s ease}.gnb-subnav.is-open{max-height:240px;opacity:1;transform:translateY(0)}.gnb-subnav-item{margin-top:6px}.admin-card{display:flex;flex-direction:column;gap:24px}.admin-card .admin-card-title{display:flex;flex-direction:row;gap:12px;font-size:18px;font-weight:800;padding:12px 0;border-bottom:1px solid #ccc;margin-right:60px}.admin-card .admin-card-title>a,.admin-card .admin-card-title>span{font-weight:800;font-size:18px;transition:color .5s ease;color:#333}.admin-card .admin-card-title>a:hover:not(.active),.admin-card .admin-card-title>strong:not(.active){color:var(--main-clr)}.admin-card .admin-card-title>a.active,.admin-card .admin-card-title>strong.active{color:var(--main-clr)}.admin-card .admin-list{list-style:none;padding:0;margin:0;display:grid;gap:8px}.admin-card .admin-item{font-size:14px}.admin-card .admin-table .col-agency{width:180px}.admin-editor{min-height:80dvh}.admin-editor .ql-container,.admin-editor .ql-editor{min-height:50dvh}.admin-card .admin-table{width:100%;border-collapse:collapse;border-top:2px solid #333;table-layout:fixed}.admin-card .admin-table th{padding:12px 8px;background:#f9f9f9;border-bottom:1px solid #ddd;font-weight:700;font-size:14px;color:#333}.admin-card .admin-table td{padding:10px 8px;border-bottom:1px solid #eee;font-size:14px;color:#666;vertical-align:middle}.admin-card .admin-table tr{background:#fff}.admin-card .admin-table tr.is-pinned{background:var(--main-50)}.admin-card .admin-table tr:hover{background:#fafafa}.admin-card .admin-table .col-no{width:60px}.admin-card .admin-table .col-pin,.admin-card .admin-table .col-active{width:80px}.admin-card .admin-table .col-date{width:120px}.admin-card .admin-table .col-title{width:auto}.admin-card .admin-table .col-manage{width:150px}.admin-card .txt-center{text-align:center}.admin-card .badge-pin{display:inline-block;padding:2px 6px;background:#333;color:#fff;font-size:11px;border-radius:2px;font-weight:400}.admin-card .admin-td-title{text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-card .admin-link-btn{border:none;background:none;padding:0;cursor:pointer;font-size:14px;color:#333;text-align:center}.admin-card .admin-btn{padding:6px 12px;font-size:13px;border:1px solid #ccc;background:#fff;cursor:pointer;border-radius:2px;transition:all .2s;margin:0 4px;width:fit-content;display:inline-flex;align-items:center;justify-content:center}.admin-card .admin-btn.danger{color:#fff;background:#e74c3c;border-color:#c0392b}.admin-board-form .admin-field{display:flex;flex-direction:column;margin-bottom:20px}.admin-board-form .admin-field-row{display:flex;gap:30px;align-items:flex-start;margin-bottom:20px}.admin-board-form .admin-field-row .admin-field{margin-bottom:0;flex:1}.admin-board-form .admin-label{font-weight:700;font-size:14px;margin-bottom:8px;color:#333;display:block}.admin-board-form input[type=text],.admin-board-form input[type=date],.admin-board-form input[type=number],.admin-board-form input[type=file],.admin-board-form input[type=password],.admin-board-form input[type=email]{padding:8px 12px;border:1px solid #ddd;border-radius:2px;font-size:14px;width:100%;box-sizing:border-box;background-color:#fff}.admin-board-form input:focus{border-color:#333;outline:none}.admin-board-form .admin-check{flex-direction:row;align-items:center;gap:8px;cursor:pointer;height:38px;flex:none!important}.admin-board-form .admin-check input[type=checkbox]{width:18px;height:18px;cursor:pointer;margin:0}.admin-board-form .admin-check span{font-size:14px;color:#333;font-weight:700}.admin-board-form .admin-files{margin-top:20px;padding:20px;background:#f9f9f9;border-radius:4px}.admin-board-form .admin-subtitle{font-size:15px;font-weight:700;margin-bottom:12px;border-left:4px solid #333;padding-left:10px}.admin-board-form .admin-file-list{list-style:none;padding:0;margin:0}.admin-board-form .admin-file-item{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #eee}.admin-board-form .admin-file-item:last-child{border-bottom:none}.admin-board-form .admin-file-link{color:#06c;text-decoration:none;font-size:14px}.admin-wrap .admin-btn{height:36px;padding:0 12px;border:1px solid #ddd;border-radius:8px;background:#fff;font-weight:800;cursor:pointer}.adminRelatedApplyFormView .status-msg{padding:8px 15px;background:#f9f9f9;border-radius:4px;border:1px solid #ddd;text-align:center;width:fit-content;min-width:200px;margin-left:auto}.adminRelatedApplyFormView .admin-muted{font-size:13px;color:#888}.admin-board-form .admin-form-actions,.user-apply-detail-page .admin-form-actions,.user-apply-form-page .admin-form-actions{display:flex;justify-content:center;gap:10px;margin-top:40px;padding-top:20px;border-top:1px solid #eee}.user-apply-form-page .admin-form-actions .admin-btn,.user-apply-detail-page .admin-form-actions .admin-btn{background:#fff;color:#333;border-color:#ccc;font-weight:700;padding:10px 30px;border:1px solid #ccc}.admin-board-form .admin-btn.primary,.user-apply-detail-page .admin-btn.primary,.user-apply-form-page .admin-btn.primary{background:#333;color:#fff;border-color:#333;font-weight:700;padding:10px 30px}.admin-board-form .admin-btn.primary:hover,.user-apply-detail-page .admin-btn.primary:hover,.user-apply-form-page .admin-btn.primary:hover{background:#000}.admin-board-form .admin-check-group{flex:none!important;width:auto;align-items:flex-start}.admin-board-form .admin-toggle{position:relative;display:inline-block;width:44px;height:22px;cursor:pointer}.admin-board-form .admin-toggle input{opacity:0;width:0;height:0}.admin-board-form .admin-toggle .slider{position:absolute;inset:0;background-color:#ccc;transition:.4s;border-radius:22px}.admin-board-form .admin-toggle .slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.admin-board-form .admin-toggle input:checked+.slider{background-color:#333}.admin-board-form .admin-toggle input:checked+.slider:before{transform:translate(22px)}.admin-board-form .admin-toggle:hover .slider{box-shadow:0 0 1px #333}.admin-search-bar{display:flex;gap:8px;align-items:center;margin-bottom:16px;background:#f9f9f9;padding:12px;border-radius:8px}.admin-search-input{height:36px;padding:0 4px;border:1px solid #ddd;border-radius:4px;font-size:14px;flex:1;max-width:300px;box-sizing:border-box;background-color:#fff}select.admin-search-input{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fff url(/img/icons/icon_dropdown_arrow.svg) no-repeat right 15px center;background-size:12px;padding-right:35px;cursor:pointer}.admin-search-input:focus{border-color:var(--main-clr);outline:none}.admin-tenant-form .logo-preview{width:200px;height:98px;border:1px solid #eee;background:#f9f9f9;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:4px}.admin-tenant-form select.admin-select{padding:8px 12px;border:1px solid #ddd;border-radius:2px;font-size:14px;background:#fff}.admin-tenant-form .admin-form-section{margin-bottom:20px}.admin-tenant-form .admin-divider{border:0;border-top:1px solid #eee;margin:30px 0}.admin-tenant-form .req{color:#e74c3c;font-weight:700}.admin-tenant-form .admin-radio-group{display:flex;gap:20px;align-items:center;height:40px}.admin-tenant-form .admin-radio-group label{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:14px}.admin-tenant-form .admin-textarea,.member-detail textarea,.admin-member-list-page textarea{width:100%;min-height:180px;padding:15px;border:1px solid #ddd;box-sizing:border-box;line-height:1.6;resize:none}.admin-tenant-form .tenant-upload-wrapper{display:flex;flex-direction:column;gap:12px}.admin-tenant-form .logo-preview{width:200px;height:125px;border:1px solid #eee;background:#f9f9f9;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:4px}.admin-tenant-form .logo-preview img{max-width:100%;max-height:100%;object-fit:contain}.admin-tenant-form .guide-text{font-size:13px;color:#888;margin-top:4px}.admin-tenant-form .admin-file-item{margin-top:8px;font-size:13px;color:#3498db}.admin-tenant-form .admin-radio-group{display:flex;gap:10px;align-items:center;height:40px}.admin-tenant-form .admin-radio-group label{display:flex;align-items:center;padding:6px 16px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-size:14px;transition:all .2s ease;color:#666}.admin-tenant-form .admin-radio-group input[type=radio]{display:none}.admin-tenant-form .admin-radio-group label:has(input[type=radio]:checked){border-color:#3498db;background:#ebf5fb;color:#2980b9;font-weight:700;box-shadow:0 2px 4px #3498db1a}.admin-tenant-form .admin-radio-group label:hover{background:#f9f9f9;border-color:#ccc}.admin-tenant-list .list-logo-box{width:80px;height:39px;object-fit:contain;margin:0 auto;border:1px solid #eee;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.admin-tenant-list .list-logo-box img{max-width:100%;max-height:100%;object-fit:contain}.admin-tenant-list .industry-tag{font-size:12px;color:var(--main-clr);background:#f0f7ff;padding:2px 8px;border-radius:12px;border:1px solid #d0e5ff}.admin-tenant-list .status-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;color:#fff}.admin-tenant-list .status-badge.on{background:#27ae60}.admin-tenant-list .status-badge.off{background:#999}.admin-tenant-form.admin-tenant-news-form .admin-select{width:100%;max-width:500px;height:44px;padding:0 15px;border:1px solid #ddd;border-radius:4px;background:#fff url(/img/icons/icon_dropdown_arrow.svg) no-repeat right 15px center;appearance:none;font-size:14px}.admin-tenant-form .admin-textarea{border:1px solid #ddd;border-radius:4px;padding:15px;font-size:14px;line-height:1.6;background-color:#fff;transition:border-color .2s}.admin-tenant-form .admin-textarea:focus{border-color:var(--main-clr);outline:none}.admin-tenant-settings-form select.admin-search-input{padding:12px}.admin-tenant-settings-form .admin-board-form input[type=text],.admin-tenant-form.admin-tenant-settings-form .admin-textarea{max-width:600px}.shuttle-admin .admin-header{margin-bottom:30px}.shuttle-admin .admin-title{font-size:24px;font-weight:800;color:#111;margin-bottom:8px}.shuttle-admin .admin-subtitle{font-size:14px;color:#666}.shuttle-admin .setting-card{background:#fff;border:1px solid #eef0f2;border-radius:12px;box-shadow:0 4px 20px #0000000d;max-width:900px}.shuttle-admin .card-header{padding:20px 30px;border-bottom:1px solid #f1f3f5;display:flex;justify-content:space-between;align-items:center}.shuttle-admin .card-title{font-size:18px;font-weight:700;color:#333;margin:0}.shuttle-admin .security-badges{display:flex;gap:8px}.shuttle-admin .badge{padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase}.shuttle-admin .badge.scan{background:#e7f5ff;color:#228be6}.shuttle-admin .badge.virus{background:#f3f0ff;color:#7950f2}.shuttle-admin .card-body{padding:30px}.shuttle-admin .path-info{margin-bottom:30px}.shuttle-admin .path-info .label{display:block;font-size:13px;font-weight:600;color:#868e96;margin-bottom:10px}.shuttle-admin .path-box{padding:15px;background:#f8f9fa;border-radius:8px;border:1px solid #dee2e6}.shuttle-admin .path-box code{font-family:Consolas,monospace;color:#e64980;font-size:14px}.shuttle-admin .empty-msg{color:#adb5bd;font-size:14px;font-style:italic}.shuttle-admin .file-drop-zone{border:2px dashed #ced4da;border-radius:12px;transition:.3s;position:relative;background:#fcfcfc}.shuttle-admin .file-drop-zone:hover{border-color:var(--main-clr);background:#f8f9ff}.shuttle-admin .file-drop-zone.has-file{border-color:#40c057;background:#f4fff6;border-style:solid}.shuttle-admin input[type=file]{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;z-index:10}.shuttle-admin .upload-label{display:flex;align-items:center;padding:40px;gap:20px;cursor:pointer}.shuttle-admin .upload-icon{font-size:40px;width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000000d}.shuttle-admin .upload-text strong{display:block;font-size:16px;color:#343a40;margin-bottom:5px}.shuttle-admin .upload-text span{font-size:13px;color:#868e96}.shuttle-admin .button-group{margin-top:30px;text-align:right}.shuttle-admin .btn-submit{background:var(--main-clr);color:#fff;border:none;padding:16px 40px;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:.2s;box-shadow:0 4px 15px #0000001a}.shuttle-admin .btn-submit:hover:not(:disabled){transform:translateY(-2px);filter:brightness(1.1)}.shuttle-admin .btn-submit:disabled{background:#dee2e6;cursor:not-allowed;box-shadow:none}.shuttle-admin .card-footer{padding:20px 30px;background:#fcfcfd;border-top:1px solid #f1f3f5}.shuttle-admin .guide-text{font-size:13px;color:#999;margin:4px 0}.shuttle-admin .guide-text code{color:#495057;font-weight:600}.member-detail .admin-divider{margin:30px 0;border-top:1px solid #eee}.member-detail .readonly-bg{background-color:#f8f9fa}.member-detail .admin-subtitle{font-size:16px;font-weight:700;margin-bottom:15px;color:#333}.member-detail .input-hint{font-size:12px;color:#3498db;margin-top:5px}.member-detail .admin-password-reset-box{margin:30px 0;padding:20px;background-color:#fffaf0;border:1px dashed #ffa500;border-radius:8px}.member-detail .reset-notice{font-size:14px;color:#d35400;margin-bottom:12px}.member-detail .admin-btn.warning{background-color:orange;color:#fff;border:none;font-weight:700}.member-detail .admin-btn.warning:hover{background-color:#e69500}.member-detail .custom-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.member-detail .custom-modal{background:#fff;padding:25px;border-radius:8px;width:420px;box-shadow:0 10px 25px #0003}.member-detail .custom-modal h3{margin-bottom:10px;color:#e74c3c;font-size:18px}.member-detail .custom-modal p{font-size:14px;color:#666;margin-bottom:15px;line-height:1.4}.member-detail .custom-modal textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;margin-bottom:15px;font-size:14px;resize:none}.member-detail .modal-btns{display:flex;gap:10px;justify-content:flex-end}.admin-member-list-page .status-badge{font-weight:700;font-size:13px}.admin-member-list-page .status-badge.on{color:#2ecc71}.admin-member-list-page .status-badge.off{color:#e74c3c}.admin-member-list-page .admin-link-btn{background:none;border:none;color:#333;cursor:pointer;text-decoration:underline;padding:0;font-size:inherit}.admin-member-list-page .admin-link-btn:hover{color:#3498db}.admin-member-list-page .company-link{color:#3498db;text-decoration:underline;font-size:13px}.admin-member-list-page .company-link:hover{color:#2980b9}.admin-member-list-page .admin-muted{color:#ccc;font-size:12px}.admin-member-list-page select.admin-search-input{padding:0 8px}.member-detail select.admin-search-input{padding:12px 8px}.banner-manage textarea{width:100%;min-height:180px;padding:15px;border:1px solid #ddd;box-sizing:border-box;line-height:1.6;resize:none}.ci-file-manager .ci-manager-content{display:flex;flex-direction:column;gap:40px;padding:20px 0}.ci-file-manager .manager-section{display:flex;flex-direction:column;gap:12px}.ci-file-manager .card-label{font-weight:700;font-size:15px;color:#111}.ci-file-manager .current-file-card{background:#f8f9fb;border:1px solid #eaedf2;border-radius:8px;padding:15px}.ci-file-manager .file-info-area{display:flex;align-items:center;gap:15px}.ci-file-manager .file-preview img{max-width:120px;max-height:40px;object-fit:contain;background:#fff;padding:4px;border:1px solid #eee}.ci-file-manager .file-icon img{width:32px;height:32px}.ci-file-manager .file-details{flex:1;min-width:0}.ci-file-manager .file-name{display:block;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ci-file-manager .file-path{font-size:12px;color:#888;margin-top:2px}.ci-file-manager .no-file-msg{font-size:13px;color:#999;padding:10px 0}.ci-file-manager .upload-drop-zone{border:2px dashed #d1d9e6;border-radius:8px;padding:30px;text-align:center;cursor:pointer;transition:all .2s;background:#fff}.ci-file-manager .upload-drop-zone:hover,.upload-drop-zone.active{border-color:#214da0;background:#f0f4ff}.ci-file-manager .upload-drop-zone.loading{opacity:.6;pointer-events:none}.ci-file-manager .upload-icon{font-size:24px;margin-bottom:8px}.ci-file-manager .security-badge{font-size:11px;background:#e8f5e9;color:#2e7d32;padding:2px 8px;border-radius:4px;margin-left:10px;font-weight:400}.space-admin-view .admin-floor-list{background:#f9f9f9;padding:25px;border-radius:8px;border:1px solid #eee;margin-top:15px}.space-admin-view .admin-table-header{display:grid;grid-template-columns:100px 1fr 100px;gap:10px;margin-bottom:12px;font-weight:700;text-align:center;color:#333;font-size:14px}.space-admin-view .floor-row-item{display:grid;grid-template-columns:100px 1fr 100px;gap:10px;align-items:center;margin-bottom:8px}.space-admin-view .floor-row-item input{background:#fff!important;text-align:center}.space-admin-view .floor-row-item .input-info{text-align:left}.space-admin-view .admin-tabs-nav{display:flex;gap:8px;margin-bottom:15px}.space-admin-view .admin-tabs-nav .admin-btn{padding:10px 24px;border-radius:6px;border:1px solid #ddd;background:#fff;cursor:pointer;font-weight:600}.space-admin-view .admin-tabs-nav .admin-btn.primary{background:#1e1e2d;color:#fff;border-color:#1e1e2d}.space-admin-view .add-btn{width:100%;margin-top:15px;border-style:dashed;background:#fff;height:45px;color:#666}.space-admin-view .add-btn:hover{background:#f0f0f0;border-color:#999}.space-admin-view .save-btn{width:240px;height:50px;font-size:16px;border-radius:8px}.space-admin-view .admin-divider{margin:40px 0;border-top:1px solid #eee}.admin-intro-form .guide-text{font-size:13px;color:var(--main-clr);margin-top:6px;font-weight:500}.admin-intro-form .biz-input-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.admin-intro-form textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;margin-bottom:15px;font-size:14px;resize:none;background-color:#fff}.admin-intro-form .guide-text.danger{color:#e74c3c;font-weight:700;margin-top:10px}.admin-intro-form .logo-preview-box{width:384px;height:71px;background:#f9f9f9;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:10px;border-radius:4px}.admin-intro-form .logo-preview-box img{max-width:100%;height:auto}.ql-toolbar.ql-snow,.ql-editor{background:#fff}.board-wrap{width:100%;max-width:1200px;margin:0 auto;padding:50px 20px;box-sizing:border-box}.board-wrap.tenant-board-wrap{padding:0 20px 50px}.board-title-h2{font-size:32px;font-weight:800;text-align:center;margin-bottom:40px}.board-list-table{width:100%;border-collapse:collapse;border-top:2px solid #222}.board-list-table th{padding:15px 10px;background:#f8f9fa;border-bottom:1px solid #ddd;font-weight:700;font-size:15px}.board-list-table td{padding:15px 10px;border-bottom:1px solid #eee;text-align:center;font-size:15px}.board-list-table .subject{text-align:left;padding-left:20px;font-weight:500;cursor:pointer}.board-list-table tr{transition:backgrouund .3 ease}.board-list-table tr:hover:not(.row-pinned){background:#fcfcfc}.board-list-table tr.row-pinned:hover{background:var(--main-100)}.badge-notice{display:inline-block;padding:2px 8px;background:#ff4d4f;color:#fff;border-radius:4px;font-size:12px;font-weight:700}.board-page{min-height:70dvh}.board-page .board-header{aspect-ratio:1920 / 192;background:url(/img/board/banner_board_aict_news.avif) no-repeat center/cover;display:flex;align-items:center;justify-content:center;margin-bottom:86px}.board-page .board-main-title{color:#fff;font-size:var(--font-size-36);font-weight:var(--font-weight-bold)}.board-page .board-tabs{display:flex;justify-content:flex-start;border-bottom:1px solid var(--black-color-100);margin-bottom:60px}.board-wrap.tenant-board-wrap .board-tabs{max-width:1200px;margin:0 auto 60px;display:flex;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.board-wrap.tenant-board-wrap .tab-item{font-size:16px;border-bottom:3px solid transparent;transition:.3s;text-align:center;text-decoration:none}.board-wrap.tenant-board-wrap .tab-item.active{color:var(--main-400);border-bottom-color:var(--main-400);font-weight:700}.board-page .tab-item{padding:12px 30px;font-size:var(--font-size-16);font-weight:var(--font-weight-medium);color:var(--black-color-500);text-decoration:none;position:relative;white-space:nowrap}.board-page .tab-item.active{color:var(--main-clr);font-weight:var(--font-weight-bold)}.board-page .tab-item.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:var(--main-clr)}.board-page .board-search-bar{display:flex;justify-content:flex-start;gap:13px;margin-bottom:20px}.board-page .search-input{width:300px;height:44px;border:1px solid var(--black-color-100);padding:0 15px;border-radius:4px}.board-page .search-btn{height:44px;padding:0 25px;background:var(--main-clr);color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:700;white-space:nowrap}.board-page .board-list-table{width:100%;border-collapse:collapse;border-top:1px solid var(--black-color-800);table-layout:fixed}.board-page .board-list-table th{padding:15px 10px;border-bottom:1px solid var(--black-color-100);font-size:var(--font-size-14);color:var(--black-color-800);background:#fff}.board-page .board-list-table td{padding:15px 10px;border-bottom:1px solid var(--black-color-50);font-size:var(--font-size-15);color:var(--black-color-700);white-space:nowrap}.board-page .col-no{width:100px}.board-page .col-agency{width:280px}.board-page .col-title{width:auto}.board-page .col-file,.board-page .col-date,.board-page .col-views{width:176px}.board-page .txt-center{text-align:center}.board-page .row-pinned{background:var(--main-50)}.board-page .badge-important{padding:2px 8px;background:var(--main-clr);color:#fff;border-radius:4px;font-size:var(--font-size-12)}.board-page .td-subject{text-align:center;padding-left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.board-page .td-subject a{color:inherit;text-decoration:none}.board-page .icon-clip{width:20px;aspect-ratio:1 / 1}.board-page .press-row-item{cursor:pointer;transition:background .2s}.board-page .press-row-item:hover{background:#f9f9f9}.board-page .icon-external{width:14px;height:14px;margin-left:6px;vertical-align:middle;opacity:.5}.board-detail-page .detail-top-bar{border-bottom:1px solid var(--black-color-100);padding-bottom:30px;margin-bottom:40px}.board-detail-page .detail-subject{position:relative;font-size:var(--font-size-28);font-weight:var(--font-weight-bold);color:var(--black-color-900);margin-bottom:15px;line-height:1.3;display:flex;align-items:center;gap:12px}.board-detail-page .btn-icon-back{position:absolute;left:-24px;top:50%;transform:translate(-100%,-50%);background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.board-detail-page .btn-icon-back img{width:32px;height:32px}.board-detail-page .detail-meta{font-size:var(--font-size-14);color:var(--black-color-400);display:flex;gap:10px}.board-detail-page .detail-content{min-height:300px;padding:20px 0 60px;line-height:1.8;color:var(--black-color-700)}.board-detail-page .detail-file-box{background:#f8f9fa;border-radius:8px;padding:25px;margin-bottom:60px;display:flex;flex-direction:column;gap:12px}.board-detail-page .file-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--black-color-600);font-size:var(--font-size-14)}.board-detail-page .file-icon{width:18px;height:18px}.board-detail-page .file-size{color:var(--black-color-400);margin-left:5px}.board-detail-page .detail-nav{border-top:1px solid var(--black-color-100);border-bottom:1px solid var(--black-color-100);margin-bottom:86px}.board-detail-page .nav-row{display:flex;padding:20px;cursor:pointer;transition:background .2s;align-items:center}.board-detail-page .nav-row:hover{background:#fcfcfc}.board-detail-page .nav-row:first-child{border-bottom:1px solid var(--black-color-50)}.board-detail-page .nav-label{width:80px;font-weight:var(--font-weight-bold);color:var(--black-color-800)}.board-detail-page .nav-subject{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:20px}.board-detail-page .nav-date{font-size:var(--font-size-14);color:var(--black-color-400)}.board-detail-page .detail-agency-tag{color:var(--main-clr);margin-right:8px;font-weight:700}.ql-editor{line-height:1.8;font-size:16px;color:#333}.ql-editor strong{font-weight:700!important}.ql-editor em{font-style:italic!important}.ql-editor u{text-decoration:underline!important}.ql-editor s{text-decoration:line-through!important}.ql-editor a{color:#0056b3!important;text-decoration:underline!important;cursor:pointer}.ql-editor h1,.ql-editor h2,.ql-editor h3{font-weight:700!important;margin:20px 0 10px;line-height:1.3}.ql-editor p{margin-bottom:10px}.ql-align-center{text-align:center!important}.ql-align-right{text-align:right!important}.ql-align-justify{text-align:justify!important}.ql-editor ul,.ql-editor ol{padding-left:25px!important;margin:10px 0!important}.ql-editor li{list-style:inherit!important;margin-bottom:5px}.ql-editor img{max-width:100%!important;height:auto!important;display:block;margin:15px 0}.ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px;font-style:italic}.status-badge-tag{display:inline-block;padding:2px 10px;border-radius:12px;font-size:12px;font-weight:700;border:1px solid #ddd}.status-badge-tag.pending{background:#f5f5f5;color:#666}.status-badge-tag.approved{background:#e6f7ff;color:#1890ff;border-color:#91d5ff}.status-badge-tag.rejected{background:#fff1f0;color:#f5222d;border-color:#ffa39e;width:fit-content}.admin-board-form .admin-divider{margin:40px 0;border-top:1px dashed #ccc}.admin-board-form .admin-subtitle{font-size:18px;font-weight:800;margin-bottom:20px;color:#333}.apply-reject-box{padding:20px;background:#fff1f0;border:1px solid #ffa39e;border-radius:8px;color:#cf1322;margin-bottom:30px;font-size:14px}.apply-reject-box strong{display:block;margin-bottom:8px;font-size:15px}.user-apply-detail-page .detail-files{margin-top:40px;padding:20px;background:#f8f9fa;border-radius:8px}.user-apply-detail-page .file-label{font-weight:700;margin-bottom:10px;color:#333;font-size:15px}.user-apply-detail-page .file-list{list-style:none;padding:0;margin:0}.user-apply-detail-page .file-item{display:flex;align-items:center;text-decoration:none;color:#555;padding:5px 0;font-size:14px}.user-apply-detail-page .file-item:hover{color:#000;text-decoration:underline}.user-apply-detail-page .file-name{margin-right:8px}.user-apply-detail-page .file-size{color:#888;font-size:12px}.user-apply-detail-page .admin-form-actions{display:flex;justify-content:center;gap:10px;margin-top:40px;padding-top:20px;border-top:1px solid #eee;margin-bottom:32px}@media(max-width:1024px){.board-page{min-height:unset}.board-page .board-header{aspect-ratio:1920 / 450;margin-bottom:32px}.board-detail-page .detail-nav{margin-bottom:32px}.board-page .board-tabs{display:flex;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-bottom:1px solid var(--black-color-100);width:100%;box-sizing:border-box}.board-page .board-tabs::-webkit-scrollbar{display:none}.board-page .tab-item{flex:0 0 auto;padding:12px 20px}.board-page .board-list-table{table-layout:fixed!important;width:100%!important}.board-page .col-agency,.board-page .col-file,.board-page .col-views{display:none!important}.board-page .col-no{display:table-cell!important;width:50px!important}.board-page .col-date{display:table-cell!important;width:90px!important;font-size:13px;text-align:center}.board-page .td-subject.col-title{display:table-cell!important;text-align:left;padding:15px 6px!important;overflow:hidden!important;white-space:nowrap!important}.board-page .td-subject.col-title a,.board-page .td-subject.col-title .subject-text{display:block!important;width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:inherit;text-decoration:none}.board-page .icon-external{display:none}.board-page .board-list-table td{padding:15px 6px}.board-page .search-input{width:100%}.board-page .board-main-title{font-size:var(--font-size-24)}.board-detail-page .detail-subject{font-size:20px;display:flex;flex-direction:column;gap:10px}.board-detail-page .nav-date{display:none}.board-wrap.tenant-board-wrap .tab-item{padding:12px 20px;flex:1;min-width:120px}}.tenant-page .tenant-header{aspect-ratio:1920 / 192;background:url(/img/board/banner_board_aict_news.avif) no-repeat center/cover;display:flex;align-items:center;justify-content:center;margin-bottom:86px}.tenant-page .tenant-main-title{color:#fff;font-size:var(--font-size-36);font-weight:var(--font-weight-bold)}.tenant-page .tenant-top-nav{border-bottom:1px solid #ddd;margin-bottom:60px;width:100%;background:#fff}.tenant-page .nav-inner{max-width:1200px;margin:0 auto;display:flex;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tenant-page .nav-inner::-webkit-scrollbar{display:none}.tenant-page .nav-inner{-ms-overflow-style:none;scrollbar-width:none}.tenant-page .nav-inner a{padding:12px 40px;text-align:center;text-decoration:none;color:#444;font-size:16px;border-bottom:3px solid transparent;transition:.3s}.tenant-page .nav-inner a.active{color:var(--main-400);border-bottom-color:var(--main-400);font-weight:700}.tenant-page .tenant-content-wrap{max-width:1200px;margin:0 auto;padding:0 20px 100px}.tenant-page .tenant-hero{display:flex;justify-content:center;align-items:center;position:relative;margin-bottom:40px}.tenant-page .hero-text{text-align:center}.tenant-page .pink-title{color:var(--main-400);font-size:36px;font-weight:700;line-height:1.3}.tenant-page .main-subtitle{font-size:32px;color:#000;font-weight:500;line-height:1.3}.tenant-page .search-box-container{background:#f2f2f2;border-radius:10px;padding:40px;margin-bottom:50px}.tenant-page .search-fields-top{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:15px}.search-fields-top select{height:45px;border:1px solid #ddd;border-radius:4px;padding:0 40px 0 15px;font-size:14px;outline:none;background-color:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url(/img/icons/icon_dropdown_arrow.svg);background-repeat:no-repeat;background-position:right 12px center;background-size:14px;cursor:pointer}.search-fields-top select::-ms-expand{display:none}.tenant-page .search-fields-bottom{display:flex;gap:10px;width:fit-content;margin:0 auto}.tenant-page .search-fields-bottom input{flex:1;height:45px;border:1px solid #ddd;border-radius:4px;padding:0 20px;outline:none;background-color:#fff;max-width:594px;width:594px}.tenant-page .btn-main-pink{background:var(--main-400);color:#fff;border:none;border-radius:4px;font-weight:700;cursor:pointer;transition:.3s;width:131px}.tenant-page .btn-main-pink:hover{background:#c2185b}.tenant-page .list-summary-bar{border-bottom:2px solid #333;padding-bottom:15px;margin-bottom:40px;font-size:20px;font-weight:700}.tenant-page .list-summary-bar .count{color:var(--main-400)}.tenant-page .company-grid-layout{display:grid;grid-template-columns:repeat(4,1fr);gap:50px 30px}.tenant-page .company-item-card{text-align:left}.tenant-page .logo-area{height:180px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;padding:20px;border:1px solid #f0f0f0;transition:.3s}.tenant-page .logo-area:hover{box-shadow:0 10px 20px #0000000d}.tenant-page .logo-area img{max-width:100%;max-height:100%;object-fit:contain}.tenant-page .company-name{font-size:16px;font-weight:700;color:#222;margin-bottom:10px}.tenant-page .tag-cloud{display:flex;flex-wrap:wrap;gap:6px}.tenant-page .tag-cloud span{background:#f9f9f9;border:1px solid #eee;color:#888;padding:2px 8px;border-radius:4px;font-size:11px}.tenant-view-page .view-top-bar{position:relative;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #ccc}.tenant-view-page .btn-back{width:32px;aspect-ratio:1 / 1;position:absolute;top:50%;left:-16px;transform:translate(-100%,calc(-50% - 10px));background:none;border:none;cursor:pointer}.tenant-view-page .view-top-bar h3{color:#000;font-size:28px;line-height:1.3;font-weight:700}.tenant-view-page .company-summary-card{display:flex;gap:24px;background:#fff;margin-bottom:78px}.tenant-view-page .view-logo-box{width:372px;height:237px;border:1px solid #f5f5f5;display:flex;align-items:center;justify-content:center;padding:20px}.tenant-view-page .view-logo-box img{max-width:100%;max-height:100%;object-fit:contain;width:100%}.tenant-view-page .info-list a{display:inline-block}.tenant-view-page .summary-right .view-company-name{color:#000;font-size:24px;line-height:1.2;margin-top:8px;font-weight:600;margin-bottom:20px}.tenant-view-page .tag-cloud{display:flex;gap:4px;margin-bottom:10px}.tenant-view-page .tag-cloud span{padding:2px 8px;background-color:#fff;border:1px solid #9CA1AA;border-radius:8px;font-size:13px;font-weight:400;color:#4c515b}.tenant-view-page .info-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:4px}.tenant-view-page .info-list li{font-size:16px;color:#2d3036;line-height:1.6;font-weight:400;letter-spacing:-.01em}.tenant-view-page .info-list strong{width:100px;color:#000;font-weight:600;display:inline-block}.tenant-view-page .view-section{margin-bottom:80px}.tenant-view-page .section-h4{font-size:28px;line-height:1.3;font-weight:700;margin-bottom:20px;border-left:5px solid var(--main-400);padding-left:15px}.tenant-view-page .description-box{margin-top:20px;border-top:1px solid #ccc;background:#fff;padding:20px 0;line-height:1.8;color:#555;white-space:pre-wrap}.tenant-view-page .video-content-area{border-top:1px solid #ccc;padding-top:40px;text-align:center}.tenant-view-page .video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:10px;margin-bottom:30px}.tenant-view-page .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.tenant-view-page .brochure-btn{background:var(--main-400);color:#fff;padding:12px 50px;border-radius:5px;text-decoration:none;font-weight:700;white-space:nowrap;align-items:center;justify-content:center;text-align:center;display:inline-flex;width:unset}.tenant-view-page .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:30px;border-top:1px solid #ccc;padding-top:40px}.tenant-view-page .news-card{background:#f9f9f9;padding:30px;border-radius:4px;min-height:285px;display:flex;flex-direction:column;text-align:left}.tenant-view-page .news-card.highlight{background:var(--main-400);color:#fff}.tenant-view-page .news-body{flex-grow:1}.tenant-view-page .news-subject{font-size:18px;font-weight:700;margin-bottom:15px;line-height:1.4;color:inherit}.tenant-view-page .news-excerpt{font-size:14px;color:#666;line-height:1.6;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.tenant-view-page .news-card.highlight .news-excerpt{color:#fffc}.tenant-view-page .news-date{font-size:13px;color:#999;margin-top:auto}.tenant-view-page .news-card.highlight .news-date{color:#fffc}.tenant-view-page .view-footer{text-align:center;margin-top:80px;border-top:1px solid #eee;padding-top:40px}.tenant-view-page .btn-list-outline{margin:0 auto;color:#000;border:1px solid #000;width:248px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#fff;font-weight:700;cursor:pointer;transition:background .3s ease,color .3s ease}.tenant-view-page .btn-list-outline:hover{background-color:#000;color:#fff}.tenant-guide-page .tenant-guide-section{width:100%;padding:80px 0}.tenant-guide-page .process-main-title{font-size:24px;font-weight:700;color:#000;margin-bottom:50px;text-align:left}.tenant-guide-page .recruit-process-list{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;list-style:none;padding:0}.tenant-guide-page .recruit-process-list li{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.tenant-guide-page .icon-circle{width:100px;height:100px;background-color:#fff;border:1px solid #f0f0f0;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 4px 10px #00000008}.tenant-guide-page .icon-circle img{width:40px;height:40px}.tenant-guide-page .text-area{display:flex;flex-direction:column;align-items:center;gap:8px}.tenant-guide-page .step-label{display:flex;align-items:center;justify-content:center;gap:6px;font-size:18px;font-weight:700;color:#000;white-space:nowrap}.tenant-guide-page .step-label img{width:22px;height:22px}.tenant-guide-page .step-desc{font-size:14px;color:#4c515b;line-height:1.5;word-break:keep-all}.tenant-guide-page .tenant-guide-info-container{width:100%;margin-top:60px;background-color:#fff}.tenant-guide-page .info-main-title{font-size:28px;font-weight:700;color:#000;padding-bottom:20px;border-bottom:2px solid #333;margin-bottom:0}.tenant-guide-page .info-row{display:flex;border-bottom:1px solid #eee;padding:40px 0;align-items:flex-start}.tenant-guide-page .info-row:last-child{border-bottom:none}.tenant-guide-page .info-label{width:180px;min-width:180px;font-size:20px;font-weight:700;color:#000;padding-top:2px}.tenant-guide-page .info-content{flex-grow:1}.tenant-guide-page .bullet-list{list-style:none;padding:0;margin:0}.tenant-guide-page .bullet-list li{position:relative;padding-left:15px;font-size:16px;color:#2d3036;line-height:1.8;margin-bottom:6px}.tenant-guide-page .bullet-list li:before{content:"·";position:absolute;left:0;font-weight:700}.tenant-guide-page .sub-section{margin-bottom:30px}.tenant-guide-page .sub-title{display:block;font-size:17px;font-weight:700;color:#000;margin-bottom:10px}.tenant-guide-page .apply-btn-wrapper{text-align:center;margin-top:86px;padding-bottom:100px}.tenant-guide-page .large-apply-btn{width:auto;padding:18px 80px;font-size:20px;border-radius:8px}.tenant-guide-page .bullet-list li strong{font-weight:700}@media(max-width:1024px){.tenant-page .tenant-header{aspect-ratio:1920 / 450;margin-bottom:32px}.tenant-page .nav-inner a{padding:12px 20px;flex:1;min-width:120px}.tenant-page .company-grid-layout,.tenant-page .search-fields-top{grid-template-columns:repeat(2,1fr)}.tenant-page .search-fields-bottom{width:100%;display:flex;flex-direction:column;align-items:center}.tenant-page .search-fields-bottom input{max-width:100%;width:100%;text-align:center;padding:12px 0}.tenant-page .search-box-container{padding:12px}.tenant-page .btn-main-pink{width:100%;height:auto}.tenant-guide-page .large-apply-btn{padding:18px 12px}.tenant-view-page .company-summary-card{flex-direction:column;padding:20px}.tenant-view-page .view-logo-box{width:100%;height:auto;aspect-ratio:320/237}.tenant-view-page .news-grid{grid-template-columns:1fr}.tenant-guide-page .recruit-process-list{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 10px}.tenant-guide-page .info-row{flex-direction:column;gap:15px;padding:30px 20px}.tenant-guide-page .info-label{width:100%;font-size:18px}.tenant-guide-page .info-main-title{padding-left:20px;padding-right:20px}}@media(max-width:640px){.tenant-guide-page .recruit-process-list{grid-template-columns:repeat(2,1fr)}}.facility-page .building-info-hero{display:flex;gap:30px;position:relative;margin-bottom:60px}.facility-page .building-img{flex:1;border-radius:12px;overflow:hidden;height:380px}.facility-page .building-img img{height:100%}.facility-page .info-card-box{width:432px;background:#fff;border:1px solid #eee;padding:20px 40px;border-radius:12px;box-shadow:10px 10px 30px #0000000d;position:absolute;right:0;bottom:-40px}.facility-page .info-card-box h3{font-size:20px;font-weight:700;margin-bottom:25px;color:#000}.facility-page .contact-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:15px}.facility-page .contact-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.4}.facility-page .contact-list li img{width:18px;margin-top:2px}.facility-page .contact-list li strong{width:70px;min-width:70px;color:#666;font-weight:500}.facility-page .contact-list li span{color:#333;font-weight:500}.facility-page .building-selector{display:flex;width:100%;border-radius:8px;overflow:hidden;margin-top:80px;margin-bottom:40px;background:#f5f5f5}.facility-page .building-selector button{flex:1;height:56px;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:.3s;color:#666}.facility-page .building-selector button.active{background:#2d3036;color:#fff}.facility-page .floor-guide-wrapper{min-height:600px;border-top:1px solid #eee}.facility-page .floor-row{display:flex;align-items:center;padding:20px 0;border-bottom:1px solid #eee}.facility-page .floor-no{width:60px;font-size:16px;font-weight:700;color:var(--main-400)}.facility-page .floor-info{font-size:15px;color:#444;font-weight:400}.shuttle-page .shuttle-intro-header{margin-bottom:40px;border-bottom:1px solid #eee;padding-bottom:30px}.shuttle-page .shuttle-title{font-size:28px;font-weight:700;color:#000;margin-bottom:15px}.shuttle-page .shuttle-subtitle{font-size:16px;color:#666;line-height:1.6}.shuttle-page .shuttle-layout-grid{display:flex;gap:50px;align-items:flex-start;margin-bottom:80px}.shuttle-page .shuttle-map-area{flex:1.2;width:100%;min-width:0}.shuttle-page .my-shuttle-swiper{width:100%;border-radius:12px;border:1px solid #eee;overflow:hidden;background:#fff;position:relative}.shuttle-page .slide-img-item img{width:100%;display:block;object-fit:contain}.shuttle-page .shuttle-info-area{flex:1}.shuttle-page .info-h4{font-size:18px;font-weight:700;color:#000;margin-bottom:20px}.shuttle-page .time-section{margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #f5f5f5}.shuttle-page .route-item{display:flex;gap:15px;margin-bottom:25px}.shuttle-page .route-badge{width:24px;height:24px;background:var(--main-clr);color:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.shuttle-page .route-path{font-size:15px;color:#444;line-height:1.7;word-break:keep-all}.shuttle-page .guide-list{list-style:none;padding:0}.shuttle-page .guide-list li{font-size:14px;color:#666;line-height:1.8;margin-bottom:10px;position:relative;padding-left:15px}.shuttle-page .guide-list li:before{content:"·";position:absolute;left:0;font-weight:700}.shuttle-page .swiper-pagination-bullet-active{background:var(--main-clr)!important;width:24px!important;border-radius:5px!important;transition:.3s}.shuttle-page .swiper-button-next,.shuttle-page .swiper-button-prev{color:var(--main-clr)!important;transform:scale(.6);font-weight:700}.shuttle-page .swiper-button-next:after,.shuttle-page .swiper-button-prev:after{font-size:24px!important}.shuttle-page .timetable-section{margin-top:80px;padding-top:60px;border-top:1px solid #eee}.shuttle-page .section-title{font-size:24px;font-weight:700;color:#333;margin-bottom:30px}.shuttle-page .section-desc-box{margin-bottom:40px}.shuttle-page .emphasize-text{font-size:17px;color:#222;margin-top:15px}.shuttle-page .notice-list{list-style:none;padding:0;margin-top:20px}.shuttle-page .notice-list li{font-size:14px;color:#666;margin-bottom:5px}.shuttle-page .peak-info-wrap{margin-bottom:50px}.shuttle-page .peak-header{font-size:18px;font-weight:700;color:#333;margin-bottom:15px;display:flex;align-items:center}.shuttle-page .peak-icon{width:16px;height:16px;background:#3f3e4d;display:inline-block;margin-right:10px;border-radius:2px}.shuttle-page .peak-content{display:flex;gap:30px;font-size:16px;font-weight:700;color:#000}.shuttle-page .timetable-table-wrap{width:100%;max-width:800px;border:1px solid #eee;overflow:hidden;border-radius:8px}.shuttle-page .table-title,.shuttle-page .table-subtitle{background:#d0e7f3;padding:10px;text-align:center;font-weight:700;color:#333}.shuttle-page .time-table{width:100%;border-collapse:collapse}.shuttle-page .time-table td{border:1px solid #fff;background:#f2f2f2;height:50px;text-align:center;font-size:18px;color:#444}.shuttle-page .time-table td.peak{background:#e0e0e0;font-weight:800;color:#000}.shuttle-page .qr-guide-section{margin-top:80px;padding-top:60px;border-top:1px solid #eee}.shuttle-page .guide-intro{margin-bottom:40px}.shuttle-page .guide-intro p{font-size:16px;color:#444;line-height:1.6;margin-bottom:5px}.shuttle-page .guide-intro strong{color:#000;font-weight:700}.shuttle-page .sub-label{font-size:18px;font-weight:700;color:#000;margin-bottom:15px;display:block}.shuttle-page .guide-download-area{margin-bottom:50px}.shuttle-page .pdf-download-btn{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:700;color:#333;text-decoration:none;transition:.2s}.shuttle-page .pdf-download-btn:hover{color:var(--main-clr);text-decoration:underline}.shuttle-page .icon-pdf{width:24px;height:30px;background:url(/img/icons/icon_file_pdf.svg) no-repeat center / contain;display:inline-block}.shuttle-page .qr-shortcut-area{margin-bottom:60px}.shuttle-page .qr-flex-box{display:flex;gap:40px;margin-top:20px}.shuttle-page .qr-item{display:flex;flex-direction:column;align-items:center;gap:10px}.shuttle-page .qr-img-wrap{width:130px;height:130px;border:1px solid #eee;border-radius:8px;padding:10px;background:#fff;display:flex;align-items:center;justify-content:center}.shuttle-page .qr-img-wrap img{width:100%;height:100%;object-fit:contain}.shuttle-page .qr-name{font-size:14px;font-weight:700;padding:4px 12px;border-radius:4px}.shuttle-page .qr-name.android{background:#e8f5e9;color:#2e7d32}.shuttle-page .qr-name.ios{background:#f5f5f5;color:#666}.shuttle-page .caution-notice-box{background:#fff9f0;border:1px solid #ffe0b2;padding:30px;border-radius:12px;margin-top:40px}.shuttle-page .caution-title{font-size:17px;font-weight:700;color:#e65100;margin-bottom:15px}.shuttle-page .caution-list{list-style:none;padding:0}.shuttle-page .caution-list li{font-size:15px;color:#5d4037;line-height:1.6;margin-bottom:8px;position:relative;padding-left:15px}.shuttle-page .caution-list li:before{content:"·";position:absolute;left:0;font-weight:700}@media(max-width:1024px){.facility-page .building-info-hero{flex-direction:column;gap:0;margin-bottom:40px}.facility-page .building-img{width:100%;height:auto;aspect-ratio:16 / 10}.facility-page .info-card-box{position:static;width:100%;padding:30px 20px;box-shadow:none;border-top:none;border-radius:0 0 12px 12px}.facility-page .building-selector{margin-top:40px}.facility-page .floor-guide-wrapper{min-height:400px}.facility-page .floor-info{font-size:13px;line-height:1.5;word-break:keep-all}.shuttle-page .shuttle-intro-header{margin-bottom:30px;padding-bottom:20px}.shuttle-page .shuttle-title{font-size:22px}.shuttle-page .shuttle-layout-grid{flex-direction:column;gap:30px}.shuttle-page .shuttle-map-area,.shuttle-page .shuttle-info-area{width:100%}.shuttle-page .time-section{margin-bottom:30px;padding-bottom:20px}.shuttle-page .timetable-section{margin-top:60px;padding-top:40px}.shuttle-page .section-title{font-size:20px;margin-bottom:20px}.shuttle-page .peak-content{flex-direction:column;gap:10px}.shuttle-page .timetable-table-wrap{overflow-x:auto}.shuttle-page .time-table td{font-size:14px;height:40px}.shuttle-page .qr-flex-box{gap:20px}.shuttle-page .qr-img-wrap{width:100px;height:100px}.shuttle-page .caution-notice-box{padding:20px}}.center-view-wrap{display:flex;flex-direction:column;gap:80px}#centerVisualSection{background:url(/img/img_main_ban_01.png) no-repeat center/cover;height:346px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;border-radius:8px;overflow:hidden;position:relative}#centerVisualSection .visual-text{position:relative;display:flex;justify-content:center;flex-direction:column;gap:10px;z-index:1}#centerVisualSection .visual-text h3{font-size:var(--font-size-36);font-weight:var(--font-weight-bold);line-height:var(--line-height-md)}#centerVisualSection .visual-text p{width:66%;margin:0 auto;font-size:var(--font-size-20);font-weight:var(--font-weight-medium);line-height:var(--line-height-lg);letter-spacing:var(--letter-spacing-sm);color:var(--black-color-50);word-break:keep-all}#centerBusinessSection{display:flex;flex-direction:column;gap:20px;padding:60px 0}#centerBusinessSection .sec-title{font-size:var(--font-size-28);font-weight:var(--font-weight-bold);border-bottom:1px solid var(--black-color-100);padding-bottom:20px;color:#111}#centerBusinessSection .card-list{display:flex;gap:20px}#centerBusinessSection .card-item{flex:1;background:#f9f9f9;padding:28px 24px;text-align:center;border-radius:8px}#centerBusinessSection .icon-box{display:flex;margin:0 auto 20px;width:100px;height:100px;background:var(--main-clr);border-radius:50%;align-items:center;justify-content:center}#centerBusinessSection .icon-box img{width:100%;max-width:80px}#centerBusinessSection .sub-txt{display:block;margin-bottom:6px;font-size:var(--font-size-14);font-weight:var(--font-weight-semi-bold);line-height:var(--line-height-sm);color:var(--main-clr)}#centerBusinessSection .card-item h5{font-size:var(--font-size-24);font-weight:var(--font-weight-semi-bold);line-height:var(--line-height-sm);margin-bottom:12px;word-break:keep-all}#centerBusinessSection .card-item ul{display:flex;flex-direction:column;gap:6px;text-align:center;list-style:none;padding:0;font-size:var(--font-size-16);line-height:var(--line-height-lg);color:#111}#centerOverviewSection{display:flex;flex-direction:column;gap:20px}#centerOverviewSection .sec-title{font-size:var(--font-size-28);font-weight:var(--font-weight-bold);border-bottom:1px solid var(--black-color-100);padding-bottom:20px;color:#111}#centerOverviewSection .info-list{display:flex;flex-direction:column;gap:20px}#centerOverviewSection .info-list li{position:relative;gap:10px;padding-left:20px;display:flex;align-items:center;color:#111;word-break:keep-all}#centerOverviewSection .info-list li:before{content:"•";position:absolute;left:6px;top:0;line-height:30px;color:#111}#centerOverviewSection .info-list .label{width:100px;font-size:var(--font-size-20);font-weight:var(--font-weight-semi-bold);flex-shrink:0}#centerOverviewSection .info-list .desc{flex:1;font-size:var(--font-size-16);line-height:var(--line-height-lg)}#centerProgramSection{display:flex;flex-direction:column;gap:20px}#centerProgramSection .sec-title{font-size:var(--font-size-28);font-weight:var(--font-weight-bold);border-bottom:1px solid var(--black-color-100);padding-bottom:20px;color:#111}#centerProgramSection .program-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}#centerProgramSection .program-item{background:var(--black-color-50);padding:24px 32px;border-radius:8px}#centerProgramSection .program-item h5{font-size:var(--font-size-20);font-weight:var(--font-weight-bold);color:var(--main-700);margin-bottom:16px}#centerProgramSection .program-item ul{display:flex;flex-direction:column;gap:8px;list-style:none;padding:0;margin:0}#centerProgramSection .program-item li{position:relative;display:flex;gap:10px;padding-left:20px;font-size:var(--font-size-16);color:#444;line-height:var(--line-height-lg)}#centerProgramSection .program-item li:before{content:"•";position:absolute;left:6px;top:0;color:#111}#centerProgramSection .program-item li strong{font-weight:var(--font-weight-semi-bold);color:#111;flex-shrink:0}#centerSupportSection{margin-bottom:40px}#centerSupportSection .sec-title{font-size:24px;font-weight:700;margin-bottom:16px;border-bottom:1px solid var(--black-color-100);padding-bottom:15px;color:#111}#centerSupportSection .tab-buttons{display:flex;background:var(--black-color-50);border-radius:8px;overflow:hidden;margin-bottom:20px}#centerSupportSection .tab-buttons button{flex:1;padding:16px 0;border:none;border-radius:8px;background:transparent;font-size:16px;font-weight:600;color:#666;cursor:pointer;transition:all .2s}#centerSupportSection .tab-buttons button.active{background:#333;color:#fff}#centerSupportSection .support-table table{width:100%;border-collapse:collapse}#centerSupportSection .support-table th,.support-table td{padding:20px;border-bottom:1px solid #eee;text-align:left;font-size:15px;line-height:1.5}#centerSupportSection .support-table th{background:var(--black-color-50);font-weight:700;color:#111}#centerSupportSection .support-table td{color:#555}#centerSupportSection .no-data{padding:40px;text-align:center;color:#999;border-bottom:1px solid #eee}#specialVisual{background:url(/img/img_main_ban_01.png) no-repeat center/cover;height:346px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;border-radius:8px;overflow:hidden;position:relative}#specialVisual .visual-text{position:relative;display:flex;justify-content:center;flex-direction:column;padding:0 20px;gap:10px;z-index:1}#specialVisual .sub-label{display:inline-block;font-size:var(--font-size-18);color:var(--black-color-200);font-weight:var(--font-weight-semi-bold)}#specialVisual .visual-text h3{font-size:var(--font-size-36);font-weight:var(--font-weight-bold);line-height:var(--line-height-md)}#specialVisual .visual-text p{font-size:var(--font-size-20);font-weight:var(--font-weight-medium);line-height:var(--line-height-lg);letter-spacing:var(--letter-spacing-sm);color:var(--black-color-50);word-break:keep-all}#specialMapSection{position:relative;width:100%}#specialMapSection .sec-title{font-size:24px;font-weight:700;padding-bottom:20px;border-bottom:2px solid #ddd;margin-bottom:30px;color:#111}#specialMapSection .map-container{position:relative;width:100%;border-radius:12px;overflow:hidden;background:#f0f4f8}#specialMapSection .map-bg{width:100%;display:block;height:auto;object-fit:cover}#specialMapSection .markers-layer{position:absolute;inset:0;width:100%;height:100%}#specialMapSection .marker-btn{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;z-index:10;transition:transform .2s}#specialMapSection .marker-btn:hover{transform:translate(-50%,-50%) scale(1.1);z-index:20}#specialMapSection .marker-text-wrap{display:flex;flex-direction:column;align-items:center;text-align:center}#specialMapSection .main-txt{display:block;width:100%;font-size:var(--font-size-16);font-weight:var(--font-weight-semi-bold);-webkit-text-stroke:2px #fff;paint-order:stroke fill}#specialMapSection .sub-txt{-webkit-text-stroke:1px #fff;paint-order:stroke fill}#specialMapSection .marker-icon-box{margin-bottom:6px;filter:drop-shadow(0 4px 6px rgba(0,0,0,.15));border:1px solid var(--black-color-100);border-radius:12px;background-color:#fff;overflow:hidden}#specialMapSection .marker-icon-box img{display:block;height:70px;width:100%;object-fit:contain}#specialMapSection .marker-label{background:#fff;padding:6px 12px;border-radius:20px;border:1px solid #EA639B;font-size:14px;font-weight:700;color:#333;box-shadow:0 4px 10px #0000001a;white-space:nowrap}#specialMapSection .mobile-list{display:none;margin-top:20px}#specialMapSection .mobile-guide{font-size:13px;color:#666;margin-bottom:10px;text-align:right}#specialMapSection .list-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:15px;background:#fff;cursor:pointer;transition:all .2s}#specialMapSection .btn-icon{margin-right:10px;font-size:18px}#specialMapSection .btn-text{flex:1;text-align:left;font-size:15px;font-weight:600;color:#333}#specialMapSection .btn-arrow{color:#999;font-weight:700}#specialMapSection .modal-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:500px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0003;animation:popIn .3s ease-out;z-index:1000}#specialMapSection .modal-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #eee}#specialMapSection .modal-header h5{font-size:18px;font-weight:700;color:#111;margin:0}#specialMapSection .close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#333;padding:0;line-height:1}#specialMapSection .modal-body{padding:20px}#specialMapSection .img-wrap{width:100%;height:200px;background:#eee;border-radius:8px;overflow:hidden;margin-bottom:20px;position:relative;display:flex;align-items:center;justify-content:center}#specialMapSection .img-wrap img{width:100%;height:100%;object-fit:cover}#specialMapSection .facility-title{font-size:22px;font-weight:700;margin-bottom:15px;color:#111}#specialMapSection .title-sub{font-size:16px;font-weight:400;color:#666;margin-left:8px;vertical-align:middle}#specialMapSection .facility-info{background:#f9f9f9;padding:15px;border-radius:8px}#specialMapSection .facility-info dl{display:flex;margin-bottom:10px}#specialMapSection .facility-info dl:last-child{margin-bottom:0}#specialMapSection .facility-info dt{width:50px;font-weight:700;color:#555;flex-shrink:0}#specialMapSection .facility-info dd{flex:1;color:#333;line-height:1.5;font-size:15px}#specialMapSection .modal-footer{padding:15px 20px;text-align:center;border-top:1px solid #eee}#specialMapSection .confirm-btn{background:#ea639b;color:#fff;border:none;padding:10px 40px;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}#specialMapSection .confirm-btn:hover{background:#d64580}@keyframes popIn{0%{opacity:0;transform:translate(-50%,-46%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}#specialBusiness .sec-title{display:flex;flex-direction:column;gap:4px;padding-bottom:20px;margin-bottom:20px;font-size:var(--font-size-28);font-weight:var(--font-weight-bold);line-height:var(--line-height-md);color:#111;border-bottom:1px solid var(--black-color-100)}#specialBusiness .sub-desc{display:block;font-size:var(--font-size-16);font-weight:var(--font-weight-regular);color:var(--black-color-900)}#specialBusiness .business-grid{display:flex;gap:20px}#specialBusiness .biz-card{flex:1;background:#f8f8f8;border-radius:8px;padding:40px 20px;text-align:center;transition:transform .3s}#specialBusiness .biz-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000000d}#specialBusiness .icon-circle{width:76px;height:76px;background:#fff;border-radius:50%;margin:0 auto 16px;display:flex;align-items:center;justify-content:center}#specialBusiness .icon-circle img{width:36px}#specialBusiness .biz-card p{font-size:var(--font-size-20);font-weight:var(--font-weight-semi-bold);line-height:var(--line-height-md);color:#333}#specialRegulation .sec-title{display:flex;flex-direction:column;gap:4px;margin-bottom:20px;font-size:var(--font-size-28);font-weight:var(--font-weight-bold);color:#111;padding-bottom:20px;border-bottom:1px solid var(--black-color-100)}#specialRegulation .sub-desc{font-size:var(--font-size-16);font-weight:var(--font-weight-regular);color:var(--black-color-900)}#specialRegulation .regulation-list{display:flex;flex-direction:column;gap:20px}#specialRegulation .regulation-list li{display:flex;align-items:flex-start;gap:12px}#specialRegulation .reg-icon{width:56px;height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--black-color-50);border-radius:50%}#specialRegulation .reg-icon img{width:36px;height:36px}#specialRegulation .reg-content strong{display:block;font-size:var(--font-size-20);font-weight:var(--font-weight-bold);color:var(--main-700);line-height:var(--line-height-md)}#specialRegulation .reg-content p{font-size:var(--font-size-16);color:#111;line-height:var(--line-height-lg);margin:0}#greetViewSection .greeting-visual{margin-bottom:60px;background:url(/img/intro/img_greeting_ban.png) no-repeat center/cover;height:300px;display:flex;justify-content:center;color:#fff;border-radius:8px;overflow:hidden;position:relative}#greetViewSection .visual-text{position:relative;display:flex;justify-content:center;align-items:start;flex-direction:column;z-index:1}#greetViewSection .sub-label{display:inline-block;font-size:var(--font-size-18);margin-bottom:20px;color:var(--black-color-200);font-weight:var(--font-weight-semi-bold)}#greetViewSection .visual-text h3{font-size:var(--font-size-36);font-weight:var(--font-weight-medium);line-height:var(--line-height-md)}#greetViewSection .visual-text h3 b{font-weight:var(--font-weight-bold)}#greetViewSection .greeting-content{width:100%}#greetViewSection .content-inner{max-width:1400px;margin:0 auto;padding:0 20px}#greetViewSection .greeting-title{font-size:var(--font-size-20);font-weight:var(--font-weight-semi-bold);color:#111;margin-bottom:32px}#greetViewSection .greeting-body{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}#greetViewSection .greeting-body p{font-size:var(--font-size-18);line-height:var(--line-height-lg);color:var(--black-color-900);word-break:keep-all}#greetViewSection .signature-box{display:flex;align-items:center;justify-content:flex-end;gap:20px}#greetViewSection .position{font-size:var(--font-size-18);font-weight:var(--font-weight-semi-bold);color:var(--black-color-500);margin-bottom:5px}#greetViewSection .name{display:block}#ciViewSection .intro-section{margin-bottom:40px}#ciViewSection .main-title{font-size:var(--font-size-36);font-weight:var(--font-weight-bold);line-height:var(--line-height-md);color:#111;margin-bottom:12px;word-break:keep-all}#ciViewSection .main-title .highlight{color:var(--main-clr);font-weight:var(--font-weight-bold)}#ciViewSection .desc{font-size:var(--font-size-18);color:#444;line-height:1.6;word-break:keep-all}#ciViewSection .desc strong{font-weight:var(--font-weight-bold);color:#111}#ciViewSection .visual-section{margin-bottom:60px;text-align:center}#ciViewSection .logo-box{width:100%;background-color:#fafafa;border:1px solid #eee;padding:80px 20px;margin-bottom:40px;border-radius:8px;background-image:linear-gradient(#eee 1px,transparent 1px),linear-gradient(90deg,#eee 1px,transparent 1px);background-size:40px 40px}#ciViewSection .ci-img{max-width:384px;width:100%;height:auto}#ciViewSection .btn-wrap{display:flex;justify-content:center}#ciViewSection .btn-download{display:inline-flex;width:100%;max-width:248px;padding:12px;align-items:center;justify-content:center;gap:10px;background-color:var(--main-clr);color:#fff;font-size:var(--font-size-16);font-weight:700;border-radius:4px;text-decoration:none;transition:all .3s}#ciViewSection .btn-download:hover{background-color:var(--main-clr)}#ciViewSection .btn-download .icon{width:24px;height:24px;filter:brightness(0) invert(1)}#ciViewSection .sec-title{margin-bottom:20px;font-size:var(--font-size-28);font-weight:var(--font-weight-bold);color:#111;padding-bottom:20px;border-bottom:1px solid var(--black-color-100)}#ciViewSection .color-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}#ciViewSection .color-card{padding:40px 24px;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;min-height:240px;box-shadow:0 4px 10px #0000000d}#ciViewSection .color-card.has-border{border:1px solid #ddd}#ciViewSection .color-name{font-size:var(--font-size-28);font-weight:var(--font-weight-bold);margin-bottom:40px;text-transform:uppercase}#ciViewSection .color-info{display:flex;flex-direction:column;gap:8px;font-size:var(--font-size-14);font-weight:var(--font-weight-medium)}#ciViewSection .color-info .row{display:flex;justify-content:space-between}#ciViewSection .color-info .label{font-weight:var(--font-weight-medium)}#ciViewSection .color-info .value{font-weight:var(--font-weight-medium);text-align:right}.map-area{width:100%;height:360px;margin-bottom:40px;border:1px solid #ddd;overflow:hidden}.root_daum_roughmap{width:100%!important}:deep(.root_daum_roughmap),:deep(.root_daum_roughmap_landing){width:100%!important;height:100%!important;padding:0!important;margin:0!important}:deep(.root_daum_roughmap .wrap_map){width:100%!important;height:100%!important}#locationSection .sec-title{margin-bottom:20px;font-size:var(--font-size-28);font-weight:var(--font-weight-bold);color:#111;padding-bottom:20px;border-bottom:1px solid var(--black-color-100)}#locationSection .location-info{display:flex;justify-content:space-between;margin-bottom:32px}#locationSection .location-info>div{position:relative;padding-left:48px}#locationSection .addr-group:before,.tel-group:before{content:"";display:block;position:absolute;left:0;top:2px;width:36px;height:36px;background-color:#ea639b}#locationSection .addr-group:before{-webkit-mask:url(/img/icons/ic_map_pin.svg) no-repeat center / contain;mask:url(/img/icons/ic_map_pin.svg) no-repeat center / contain}#locationSection .addr-group>div{display:flex;gap:4px}#locationSection .addr-group>div>strong{font-size:var(--font-size-16);font-weight:var(--font-weight-semi-bold);line-height:var(--line-height-lg)}#locationSection .addr-group>div>button{width:24px;height:24px;background:url(/img/icons/ic_copy.svg) no-repeat center / contain}#locationSection .addr-group>div>p{font-size:var(--font-size-14);font-weight:var(--font-weight-regular)}#locationSection .tel-group{display:flex;font-size:var(--font-size-16);font-weight:var(--font-weight-semi-bold);line-height:36px}#locationSection .tel-group:before{-webkit-mask:url(/img/icons/ic_phone.svg) no-repeat center / contain;mask:url(/img/icons/ic_phone.svg) no-repeat center / contain}#locationSection .location-content{display:flex;flex-direction:column;gap:20px}#locationSection ul.transport-list>li{display:flex;padding:24px 0;align-items:center;gap:40px}#locationSection ul.transport-list>li:not(:last-child){border-bottom:1px solid var(--black-color-100)}#locationSection .icon-box{display:flex;width:120px;height:120px;border:1px solid #D1D3D8;border-radius:50%;justify-content:center;align-items:center}#locationSection .icon-box>img{display:block;width:54px;height:54px;flex-shrink:0}#locationSection .text-box>strong{display:block;margin-bottom:24px;width:132px;font-size:var(--font-size-20);font-weight:var(--font-weight-semi-bold);line-height:1.2;flex-shrink:0}#locationSection ul.transport-list>li:first-child>div.text-box>div.desc{display:flex;flex-direction:column;align-items:start;row-gap:6px;word-break:keep-all}#locationSection .text-box>div.desc{font-size:var(--font-size-16);font-weight:var(--font-weight-regular);color:#2d3036}#locationSection .text-box>div.desc p{word-break:keep-all}#locationSection .text-box>div.desc p b{font-weight:var(--font-weight-semi-bold)}#locationSection .text-box>div.desc p.sub-txt{margin-bottom:4px}#locationSection span.badge{display:inline-block;margin:0 2px 0 4px;padding:2px 12px;border-radius:12px;font-size:var(--font-size-14);font-weight:600;line-height:1.2;color:#fff;flex-shrink:0}#locationSection span.badge-red{background-color:#b82d14}#locationSection span.badge-green{background-color:#44b462}#locationSection span.badge-blue{background-color:#1c34ad}#locationSection span.badge-orange{background-color:#e8791d}@media screen and (max-width:1024px){.center-view-wrap{gap:60px}#centerVisualSection{height:auto;padding:60px 20px}#centerVisualSection .visual-text h3{font-size:var(--font-size-24)}#centerVisualSection .visual-text p{width:100%;font-size:var(--font-size-16)}#centerBusinessSection{display:flex;flex-direction:column;gap:20px;padding:40px 0}#centerBusinessSection .sec-title{font-size:var(--font-size-24);margin-bottom:16px;padding-bottom:16px}#centerBusinessSection .card-item{padding:20px}#centerBusinessSection .icon-box{display:flex;margin:0 auto 10px;width:48px;height:48px}#centerBusinessSection .icon-box img{width:100%}#centerBusinessSection .card-list{flex-direction:column}#centerBusinessSection .card-item h5{font-size:var(--font-size-20);margin-bottom:8px}#centerBusinessSection .card-item ul{gap:4px;font-size:var(--font-size-14)}#centerOverviewSection .sec-title{font-size:var(--font-size-24);margin-bottom:16px;padding-bottom:16px}#centerOverviewSection .info-list{gap:24px}#centerOverviewSection .info-list li{flex-direction:column;align-items:flex-start;gap:6px;padding-left:18px}#centerOverviewSection .info-list li:before{top:2px;left:0;line-height:1.4}#centerOverviewSection .info-list .label{width:100%;font-size:var(--font-size-18);margin-bottom:2px}#centerOverviewSection .info-list .desc{width:100%;font-size:var(--font-size-14);margin-left:0}#centerProgramSection .sec-title{font-size:var(--font-size-24);margin-bottom:16px;padding-bottom:16px}#centerProgramSection .program-grid{grid-template-columns:1fr;gap:16px}#centerProgramSection .program-item{padding:24px 20px}#centerProgramSection .program-item h5{font-size:var(--font-size-18);margin-bottom:12px}#centerProgramSection .program-item li{font-size:var(--font-size-14);padding-left:14px;flex-direction:column;align-items:flex-start;gap:4px}#centerProgramSection .program-item li:before{left:0;top:2px}#centerSupportSection .support-table colgroup{display:none}#centerSupportSection .support-table th,.support-table td{display:block;width:100%;padding:10px 15px}#centerSupportSection .support-table th{background:#fff;padding-bottom:0;color:var(--main-clr);border-style:none}#centerSupportSection .support-table td{padding-top:5px;border-bottom:1px solid #eee;margin-bottom:10px}#specialVisual{height:auto;padding:60px 20px}#specialVisual .sub-label{font-size:var(--font-size-14)}#specialVisual .visual-text h3{font-size:var(--font-size-24)}#specialVisual .visual-text p{width:100%;font-size:var(--font-size-16)}#specialMapSection .sec-title{font-size:var(--font-size-24);padding-bottom:16px;margin-bottom:16px}#specialMapSection .markers-layer{display:none}#specialMapSection .map-bg{width:100%;display:block;height:auto;object-fit:cover}#specialMapSection .mobile-list{display:block}#specialMapSection .mobile-guide{font-size:13px;color:#888;margin-bottom:10px;text-align:right}#specialMapSection .list-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:15px;background:#fff;border:1px solid #eee;border-radius:12px;margin-bottom:10px;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #00000008}#specialMapSection .list-btn:active{background:#fafafa;transform:scale(.98)}#specialMapSection .list-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f4f4f4;border-radius:50%;margin-right:12px;border:1px solid #e0e0e0}#specialMapSection .list-icon img{width:24px;height:24px;object-fit:contain}#specialMapSection .list-text-group{flex:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left}#specialMapSection .btn-text{font-size:15px;font-weight:700;color:#333;line-height:1.3}#specialMapSection .btn-sub-text{font-size:13px;color:#ea639b;margin-top:2px;font-weight:500}#specialMapSection .btn-arrow{color:#ccc;font-weight:700;font-size:18px}#specialMapSection .modal-box{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:88%;max-width:400px;z-index:10000;box-shadow:0 0 0 100vh #0009}#specialMapSection .facility-title{font-size:20px}#specialMapSection .title-sub{display:block}#specialMapSection .facility-info dd{font-size:14px}#specialBusiness .sec-title{font-size:var(--font-size-24);margin-bottom:16px;padding-bottom:16px}#specialBusiness .business-grid{flex-direction:column;gap:10px}#specialBusiness .sub-desc{font-size:var(--font-size-14)}#specialBusiness .biz-card{display:flex;justify-content:flex-start;align-items:center;gap:20px;padding:20px}#specialBusiness .icon-circle{width:36px;height:36px;margin:0}#specialBusiness .icon-circle img{width:20px}#specialBusiness .biz-card p{font-size:var(--font-size-16);text-align:left}#specialRegulation .sec-title{font-size:var(--font-size-24);margin-bottom:16px;padding-bottom:16px}#specialRegulation .sub-desc{font-size:var(--font-size-14)}#specialRegulation .regulation-list{gap:20px}#specialRegulation .regulation-list li{flex-direction:row;align-items:flex-start;gap:10px}#specialRegulation .reg-icon{width:44px;height:44px;min-width:44px;border-radius:12px;margin-bottom:0}#specialRegulation .reg-icon img{width:24px;height:24px}#specialRegulation .reg-content{flex:1}#specialRegulation .reg-content strong{font-size:var(--font-size-16);margin-bottom:4px}#specialRegulation .reg-content p{font-size:var(--font-size-14);word-break:keep-all}#greetViewSection .greeting-visual{margin-bottom:40px;height:auto;padding:60px 20px}#greetViewSection .sub-label{font-size:var(--font-size-14);margin-bottom:10px}#greetViewSection .visual-text h3{font-size:var(--font-size-24);word-break:keep-all}#greetViewSection .greeting-title{margin-bottom:20px;font-size:20px}#greetViewSection .greeting-body{margin-bottom:20px}#greetViewSection .greeting-body p{font-size:var(--font-size-16)}#greetViewSection .name img{width:100%;max-width:80px}#greetViewSection .signature-box{gap:10px}#greetViewSection .signature-box .position{font-size:var(--font-size-16)}#ciViewSection .main-title{font-size:var(--font-size-24);padding-bottom:16px}#ciViewSection .desc{font-size:var(--font-size-14)}#ciViewSection .logo-box{padding:40px}#ciViewSection .ci-img{max-width:200px}#ciViewSection .sec-title{font-size:var(--font-size-24);margin-bottom:16px;padding-bottom:16px}#ciViewSection .color-grid{grid-template-columns:1fr}#ciViewSection .color-card{min-height:180px;padding:24px;gap:20px}#ciViewSection .btn-download{max-width:200px;padding:8px 0}#ciViewSection .color-name{font-size:var(--font-size-20);margin-bottom:0}#ciViewSection .color-info{gap:6px;font-size:var(--font-size-13)}#ciViewSection .color-info .row{display:flex;justify-content:space-between}#locationSection .sec-title{font-size:var(--font-size-24);padding-bottom:16px;margin-bottom:30px}#locationSection .map-area{height:300px;margin-bottom:30px}#locationSection .location-info{flex-direction:column;gap:16px;margin-bottom:32px}#locationSection .location-info>div{position:relative;padding-left:24px}#locationSection .location-info .addr-group:before,#locationSection .location-info .tel-group:before{position:absolute;width:20px;height:20px;top:3.5px;left:0}#locationSection .location-info .addr-group>div{gap:8px;margin-bottom:4px}#locationSection .location-info .addr-group>div>strong{font-size:18px}#locationSection .location-info .addr-group>p{font-size:14px;line-height:1.5;word-break:keep-all}#locationSection .location-info .tel-group{font-size:16px;line-height:27px}#locationSection .location-content>ul.transport-list{gap:0}#locationSection ul.transport-list>li{align-items:flex-start;gap:20px;padding:30px 0}#locationSection .icon-box{width:60px;height:60px;flex-shrink:0}#locationSection .icon-box>img{width:28px;height:28px}#locationSection .text-box{width:100%;display:flex;flex-direction:column;gap:10px}#locationSection .text-box>strong{margin-bottom:0;width:auto;font-size:18px}#locationSection .text-box>div.desc{font-size:15px;line-height:1.6}#locationSection ul.transport-list>li:first-child>div.text-box>div.desc{row-gap:12px}#locationSection span.badge{font-size:13px;padding:2px 8px;margin:0 4px 0 0;vertical-align:middle}}.auth-wrap{max-width:520px;margin:60px auto;padding:40px 30px;background:#fff;border:1px solid var(--black-color-100);border-radius:16px;box-shadow:0 10px 30px #0000000d}.auth-wrap .auth-title{font-size:var(--font-size-32);font-weight:800;color:var(--black-color-900);margin-bottom:10px;text-align:center}.auth-wrap .auth-desc{font-size:var(--font-size-14);color:var(--black-color-500);text-align:center;margin-bottom:30px}.auth-wrap .auth-form{display:flex;flex-direction:column;gap:20px}.auth-wrap .field{display:flex;flex-direction:column;gap:6px;position:relative}.auth-wrap .field .label-txt{font-weight:700;font-size:var(--font-size-14);color:var(--black-color-800);display:flex;align-items:center;gap:6px}.auth-wrap .field .essential{color:var(--main-clr);font-size:18px;line-height:1}.auth-wrap .field input,.auth-wrap .field select{height:52px;padding:0 16px;border:1px solid var(--black-color-200);border-radius:12px;font-size:var(--font-size-15);transition:all .2s;background-color:#fff}.auth-wrap .field input::placeholder{color:#aaa;font-weight:400}.auth-wrap .field input:focus{border-color:var(--black-color-900);outline:none;box-shadow:0 0 0 4px #0000000d}.auth-wrap .field.is-error input,.auth-wrap .field.is-error select{border-color:#ff4d4f;background-color:#fffbfa}.auth-wrap .error-txt{font-size:12px;color:#ff4d4f;font-weight:500;min-height:18px;margin-top:2px}.auth-wrap .policy-txt{font-size:12px;color:var(--black-color-500);line-height:1.5;margin-top:2px}.auth-wrap .field select{appearance:none;background:#fff url(/img/icons/icon_dropdown_arrow.svg) no-repeat right 15px center;padding-right:40px}.auth-wrap .input-with-btn{display:flex;gap:8px}.auth-wrap .input-with-btn input{flex:1}.auth-wrap .btn-check{height:52px;padding:0 20px;background:var(--black-color-800);color:#fff;border:none;border-radius:12px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .2s}.auth-wrap .btn-check:disabled{background:var(--black-color-100);color:var(--black-color-300);cursor:not-allowed}.auth-wrap .auth-btn-submit{height:56px;margin-top:10px;background:var(--main-clr);color:#fff;border:none;border-radius:12px;font-size:var(--font-size-18);font-weight:800;cursor:pointer;transition:all .2s}.auth-wrap .auth-btn-submit:hover{background:var(--main-600)}.auth-wrap .auth-btn-submit:disabled{background:var(--main-200);cursor:not-allowed}@media screen and (max-width:1024px){.auth-wrap{width:92%;margin:30px auto;padding:30px 20px;border-radius:12px}.auth-wrap .auth-title{font-size:24px}.auth-wrap .input-with-btn{flex-direction:column}.auth-wrap .btn-check{width:100%}}.slide-link-wrapper[data-v-08a85c19]{display:block;width:100%;height:100%;position:relative;text-decoration:none;color:inherit;cursor:default}.slide-link-wrapper.has-link[data-v-08a85c19]{cursor:pointer}.hero-slider[data-v-08a85c19]{width:100%;height:730px;position:relative;background-color:#fff}.my-swiper[data-v-08a85c19]{width:100%;height:100%}.slide-bg[data-v-08a85c19]{width:100%;height:100%;background-size:cover;background-position:center}.dim[data-v-08a85c19]{position:absolute;inset:0}.slide-content[data-v-08a85c19]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:flex-end;align-items:flex-start;width:100%;max-width:1400px;z-index:10;padding:0 20px;color:#fff}.text-group[data-v-08a85c19]{width:100%;max-width:610px;text-align:left;flex-grow:0}.text-group .tag[data-v-08a85c19],.text-group .title[data-v-08a85c19],.text-group .desc[data-v-08a85c19]{opacity:0;transform:translateY(30px);transition:all .1s}[data-v-08a85c19] .swiper-slide-active .text-group .tag{opacity:1;transform:translateY(0);transition:all .8s ease .2s}[data-v-08a85c19] .swiper-slide-active .text-group .title{opacity:1;transform:translateY(0);transition:all .8s ease .4s}[data-v-08a85c19] .swiper-slide-active .text-group .desc{opacity:1;transform:translateY(0);transition:all .8s ease .6s}.tag[data-v-08a85c19]{display:inline-block;background-color:var(--main-clr);color:#fff;padding:2px 16px;border-radius:30px;font-weight:var(--font-weight-bold);font-size:var(--font-size-16);line-height:var(--line-height-lg);letter-spacing:var(--letter-spacing-sm);margin-bottom:16px}.title[data-v-08a85c19]{font-size:var(--font-size-48);font-weight:var(--font-weight-bold);margin-bottom:16px;line-height:var(--line-height-md);word-break:keep-all}.desc[data-v-08a85c19]{font-size:var(--font-size-16);font-weight:var(--font-weight-regular);line-height:var(--line-height-lg);opacity:.9;font-weight:400;word-break:keep-all}.bottom-controls[data-v-08a85c19]{position:absolute;bottom:60px;left:50%;transform:translate(-50%);z-index:20;display:flex;align-items:center;gap:20px}.custom-pagination[data-v-08a85c19]{display:flex;align-items:center}.controls-inner[data-v-08a85c19]{display:flex;width:100%;gap:10px;justify-content:space-between;align-items:center}[data-v-08a85c19] .swiper-pagination-bullet{width:14px;height:14px;background:#ffffff80;border-radius:14px;opacity:1;margin:0 5px!important;cursor:pointer;transition:width .3s ease,background-color .3s ease}[data-v-08a85c19] .swiper-pagination-bullet-active{width:54px;background:var(--main-clr);border-radius:10px}.play-pause-btn[data-v-08a85c19]{width:24px;height:24px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:transparent;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s;padding:0;flex:none}.play-pause-btn[data-v-08a85c19]:hover{background:#ea639a;border-color:#ea639a}.play-pause-btn svg[data-v-08a85c19]{width:14px;height:14px;fill:currentColor}.nav-wrapper[data-v-08a85c19]{position:absolute;display:flex;width:100%;max-width:1400px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:50;padding:0 20px;justify-content:space-between;align-items:center;pointer-events:none}.nav-btn[data-v-08a85c19]{display:flex;justify-content:center;align-items:center;z-index:50;width:24px;height:24px;padding:0;background:transparent;pointer-events:auto;cursor:pointer;transition:color .2s;filter:brightness(0) invert(1)}.nav-btn img[data-v-08a85c19]{object-fit:contain}@media screen and (max-width:1024px){.br-pc[data-v-08a85c19]{display:none}.slide-content[data-v-08a85c19]{justify-content:start}.text-group[data-v-08a85c19]{width:96%}.tag[data-v-08a85c19]{padding:2px 12px;font-size:var(--font-size-14);margin-bottom:10px}.title[data-v-08a85c19]{font-size:var(--font-size-36);margin-bottom:10px}.desc[data-v-08a85c19]{font-size:var(--font-size-14)}.nav-btn[data-v-08a85c19]{display:none}.bottom-controls[data-v-08a85c19]{gap:10px}.play-pause-btn[data-v-08a85c19]{width:20px;height:20px}.play-pause-btn svg[data-v-08a85c19]{width:14px;height:14px}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;inset:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}
