@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,nav,section,article,header,footer,main,aside,dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption{margin:0;padding:0;box-sizing:border-box}h1,h2,h3,h4,h5,h6{line-height:1}ul,ol,li{list-style:none}iframe{border:0 none}table{width:100%;border-spacing:0;border-collapse:collapse;empty-cells:show}label,img,input,select,textarea,button,a{vertical-align:middle}a{text-decoration:none}button{cursor:pointer}body *::-webkit-scrollbar{width:.7rem;height:4px;background:transparent}body *::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:8px;transition:background-color 1s ease-in-out}body *::-webkit-scrollbar-corner{background:#000}@font-face{font-family:CP Sans Text;font-weight:300;src:url(/assets/CPSansText-aLt.woff);src:url(/assets/CPSansText-aLt.woff2)}@font-face{font-family:CP Sans Text;font-weight:400;src:url(/assets/CPSansText-bRg.woff);src:url(/assets/CPSansText-bRg.woff2)}@font-face{font-family:CP Sans Text;font-weight:500;src:url(/assets/CPSansText-cMd.woff);src:url(/assets/CPSansText-cMd.woff2)}@font-face{font-family:CP Sans Text;font-weight:600;src:url(/assets/CPSansText-dSb.woff);src:url(/assets/CPSansText-dSb.woff2)}@font-face{font-family:CP Sans Text;font-weight:700;src:url(/assets/CPSansText-eBd.woff);src:url(/assets/CPSansText-eBd.woff2)}html{font-size:10px;font-weight:300}body{font-family:CP Sans Text;font-size:1.8rem;line-height:120%;color:#777;background:#fff;margin:0;padding:0;border:0;vertical-align:baseline;box-sizing:border-box;word-break:keep-all}#root{width:100%}:root{font-family:CPSansText,sans-serif;--primary-color: #007aff;--secondary-color: #18a0fb;--text-100: #111111;--text-300: #333333;--text-400: #444444;--text-600: #666666;--text-700: #777777;--label-normal: #333333;--label-good: #007aff;--label-error: #F7552F;--border-line-01: #d9d9d9;--border-line-02: #d8d8d8;--border-line-03: #e2e2e2;--border-line-04: #eaeaea}h1{font-size:4.6rem;letter-spacing:-1px;font-weight:600;color:var(--text-100)}h2{font-size:3.6rem;letter-spacing:-.5px;font-weight:500;color:var(--text-300)}h3{font-size:2.6rem;font-weight:500;color:var(--text-300)}h4{font-size:2.4rem;font-weight:500;color:var(--text-300)}.alignC{text-align:center}.alignR{text-align:right}.alignL{text-align:left}.mt40{margin-top:4rem}.mt80{margin-top:8rem}.text-normal{color:var(--label-normal)}.text-primary{color:var(--primary-color)}.text-error{color:var(--label-error)}.text-cancel{color:var(--text-600)}.layout-wrap{width:100%;min-height:100vh;height:100%;display:flex;flex-direction:column;align-items:center;position:relative}.header-wrap,.container-wrap,.footer-wrap{justify-content:center;align-items:center}main{padding:0;position:relative;width:100%}header{position:sticky;top:0;width:100%;z-index:200;background-color:#fff}.header-wrap{max-width:1240px;height:10rem;padding:2.2rem 0;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between}.header-wrap .header-title{display:flex;flex-direction:column;gap:1.2rem;font-weight:500;font-size:2.4rem;color:#935227}.header-wrap .header-logo{width:22rem;height:auto}.header-wrap .header-menu{display:flex;align-items:center;gap:3rem;float:right;font-weight:500;font-size:2rem;text-align:center;color:#333}.header-wrap .header-menu a:hover{color:var(--primary-color)}.header-wrap .header-menu-icon svg{font-size:2.6rem;color:#333;cursor:pointer}.header-menu-item{width:100%;display:flex;justify-content:space-between;font-size:1.6rem;margin-bottom:3rem;gap:1rem}.header-menu-item .login{display:flex;align-items:center;gap:.4rem 1rem;flex-flow:wrap;word-break:break-all;flex:1 0 0}.header-menu-item .user-name{color:var(--primary-color);font-weight:500;line-height:1.2}.header-menu-item .login-btn{display:flex;align-items:center;gap:.4rem;cursor:pointer}.header-menu-item .login-btn svg{margin-top:-2px}.header-menu-item .btn-close{font-size:3.2rem;cursor:pointer;color:var(--text-600)}.header-modal .menu-item{color:var(--text-100);padding:1.5rem 0;font-size:2rem;font-weight:400}.menu-item:hover,.menu-item:focus,.menu-item.active{color:var(--primary-color);font-weight:600}.menu-config{width:100%;padding:1rem 0;justify-content:center;border:solid 1px var(--border-line-01);border-radius:.6rem;display:flex;align-items:center;gap:.4rem;cursor:pointer;font-size:1.6rem}.menu-config svg{margin-top:-2px}.container-wrap{width:100%;display:flex;flex-direction:column;align-items:center;flex:1;padding:4rem 0 12rem;background:#fff}.container-wrap:has(.main-content){padding:0}.container-wrap .contents-wrap{display:flex;flex-direction:column;gap:4rem;width:100%;max-width:1240px;flex:1}.contents-wrap+.contents-wrap{margin-top:10rem}.footer-wrap{display:flex;flex-direction:column;gap:16px;width:100%;padding:50px 0;background:#eee;text-align:left}.footer-wrap .footer-contents{display:flex;width:100%;max-width:1240px;justify-content:space-between}.footer-wrap .footer-contents .footer-app-down{display:flex;align-items:center;gap:6rem}.footer-wrap .footer-contents .footer-app-down .footer-app-tit{font-weight:500;font-size:2rem;color:#333}.footer-wrap .footer-contents .footer-app-down .footer-app-item a{cursor:pointer;font-weight:400;color:var(--text-600);font-size:1.8rem}.footer-wrap .footer-contents .footer-sns-wrap{display:flex;gap:16px}.footer-wrap .footer-contents .footer-sns-wrap svg{padding:10px;border-radius:8px;background:#fff;color:#444;cursor:pointer}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.w-full{width:100%!important}.max-w-full{max-width:100%!important}.bg-light-blue{background:#e4f7ff}.bg-light-yellow{background:#fff5de}.hidden{display:none!important}@media screen and (max-width: 1279px){html{font-size:9px}.layout-wrap{width:100%}.header-wrap{width:100%;padding:2.2rem 20px;justify-content:space-between}.container-wrap{display:flex;flex-direction:column;padding:4rem 20px 10rem}.footer-wrap{gap:20px;padding:40px 20px}}@media screen and (max-width: 1023px){.header-wrap .header-title{top:unset;left:unset}.header-wrap .header-menu{float:unset;width:27px;height:23px}.header-wrap .header-menu a{display:none}}@media screen and (max-width: 767px){html{font-size:8px}.footer-wrap .footer-contents{flex-direction:column;gap:20px;align-self:stretch;justify-content:center;align-items:flex-start;margin-left:auto;margin-right:auto}}.main-wrap{padding:6rem 0;display:flex;justify-content:center;align-items:center;gap:4rem;width:100%;max-width:1240px;margin-left:auto;margin-right:auto}.main-content{width:100%;margin:0 auto}.main-content:nth-child(2n){background-color:#f4f7f9}.main-wrap.main-top{display:grid;grid-template-columns:4.5fr 5.5fr}.main-wrap.notice{display:grid;grid-template-columns:1fr 2fr}.main-wrap .main-col.main-col-left{display:flex;flex-direction:column;gap:16px}.main-tit h1{font-weight:700;line-height:130%;letter-spacing:-1px;color:#333;margin:0;word-wrap:break-word}.main-tit h3{font-weight:600;color:#333}.main-tit h4{font-size:20px;text-align:center;color:var(--text-300);margin:0;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis}.main-card .main-tit{width:100%}.main-wrap .main-img-wrap{height:42rem;overflow:hidden;border-radius:2rem}.main-wrap .main-img-wrap img{object-fit:cover}.main-wrap .main-desc{line-height:150%;word-break:keep-all;word-wrap:break-word}.main-wrap .btn-wrap{margin-top:12px}.main-wrap:has(.main-tit.text-center){flex-direction:column}.main-card-wrap{display:flex;width:100%;gap:4.2rem;justify-content:center}.main-card-wrap .main-card{display:flex;flex-direction:column;text-align:center;align-items:center;justify-items:center;width:33.3%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-use-select:none;user-select:none;gap:2.4rem}.main-card-wrap .main-card-img{width:100%;height:220px;overflow:hidden;border-radius:1.6rem}.main-card-wrap .main-card-img img{object-fit:cover}.main-card .main-desc{font-weight:400;font-size:1.8rem;line-height:140%;color:var(--text-600)}.main-card.none-item{cursor:unset}.main-wide-card-wrap{display:flex;width:100%;gap:4.2rem;flex-direction:row;align-items:center}.main-wide-card-wrap .main-card{display:flex;width:100%;padding:3rem 5rem;gap:5rem;border-radius:2rem;align-items:center;justify-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-use-select:none;user-select:none}.main-wide-card-wrap .main-card .main-text{display:flex;flex-direction:column;gap:16px}.main-wide-card-wrap .main-card-img{width:18rem;height:18rem;flex-shrink:0;aspect-ratio:1/1}.main-btn-wide-wrap{display:flex;flex-direction:column;min-height:18rem;gap:2rem;justify-content:space-between}.main-btn-wide-wrap .btn{display:flex;width:100%;border-radius:15px;border-width:1px;padding:3rem 4rem;gap:50px;border-color:var(--border-line-03)}.main-btn-wide-txt{width:100%;text-align:left;font-weight:400;font-size:2rem;display:flex;justify-content:space-between;color:var(--text-400)}.main-btn-wide-text-date{color:var(--text-700);font-size:1.7rem}.main-btn-wide-wrap svg{width:2rem;height:2rem;color:#999}.login-wrap{display:flex;flex-direction:column;gap:2.6rem;max-width:500px;width:100%;margin:0 auto}.form-wrap:has(.login-wrap){width:100%;max-width:1240px}.login-header{display:flex;flex-direction:column;align-items:center;gap:1.2rem}.error-msg{background-color:#fff3f3;font-size:1.6rem;padding:1.4rem 1.6em 1.4rem 4.2rem;border-radius:1rem;color:var(--label-error);text-align:left;box-sizing:border-box;position:relative;line-height:130%}.error-msg:before{content:"";position:absolute;left:1.6rem;width:2rem;height:2rem;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17%203.34001C18.5083%204.21087%2019.7629%205.46054%2020.6398%206.96531C21.5167%208.47009%2021.9854%2010.1778%2021.9994%2011.9194C22.0135%2013.6609%2021.5725%2015.376%2020.72%2016.8947C19.8676%2018.4135%2018.6332%2019.6832%2017.1392%2020.5783C15.6452%2021.4734%2013.9434%2021.9628%2012.2021%2021.9981C10.4608%2022.0333%208.74055%2021.6132%207.21155%2020.7793C5.68256%2019.9453%204.39787%2018.7265%203.48467%2017.2435C2.57146%2015.7605%202.06141%2014.0647%202.005%2012.324L2%2012L2.005%2011.676C2.061%209.94901%202.56355%208.26598%203.46364%206.79101C4.36373%205.31604%205.63065%204.09947%207.14089%203.2599C8.65113%202.42033%2010.3531%201.98641%2012.081%202.00045C13.8089%202.01449%2015.5036%202.47601%2017%203.34001ZM12.01%2015L11.883%2015.007C11.64%2015.0359%2011.4159%2015.153%2011.2534%2015.336C11.0909%2015.519%2011.0011%2015.7553%2011.0011%2016C11.0011%2016.2448%2011.0909%2016.481%2011.2534%2016.6641C11.4159%2016.8471%2011.64%2016.9641%2011.883%2016.993L12%2017L12.127%2016.993C12.37%2016.9641%2012.5941%2016.8471%2012.7566%2016.6641C12.9191%2016.481%2013.0089%2016.2448%2013.0089%2016C13.0089%2015.7553%2012.9191%2015.519%2012.7566%2015.336C12.5941%2015.153%2012.37%2015.0359%2012.127%2015.007L12.01%2015ZM12%207.00001C11.7551%207.00005%2011.5187%207.08997%2011.3356%207.25273C11.1526%207.41549%2011.0357%207.63976%2011.007%207.88301L11%208.00001V12L11.007%2012.117C11.0359%2012.3601%2011.153%2012.5841%2011.336%2012.7466C11.519%2012.9091%2011.7552%2012.9989%2012%2012.9989C12.2448%2012.9989%2012.481%2012.9091%2012.664%2012.7466C12.847%2012.5841%2012.9641%2012.3601%2012.993%2012.117L13%2012V8.00001L12.993%207.88301C12.9643%207.63976%2012.8474%207.41549%2012.6644%207.25273C12.4813%207.08997%2012.2449%207.00005%2012%207.00001Z'%20fill='%23FF7455'/%3e%3c/svg%3e");background-size:cover}.login-body{display:flex;flex-direction:column;gap:1.6rem}.login-body .login-input-wrap{position:relative}.login-body .login-input-wrap svg{position:absolute;left:16px;top:12px}.login-body .input-wrap input{padding-left:50px}.card-wrap .card-list-toolbar{display:flex;width:100%;height:50px;justify-content:space-between;align-items:center}.card-wrap .card-list{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.card-wrap .card-list:has(.list-none){height:34rem}.card-item{display:flex;flex-direction:column;gap:2.2rem;height:34rem;border-radius:2rem;border:1px solid var(--border-line-02);background:#fff;padding:20px;align-items:center;text-align:left;cursor:pointer;box-sizing:border-box}.card-item .card-img{width:100%;height:21rem;overflow:hidden;border-radius:1.8rem}.card-item .card-img img{object-fit:cover}.card-item .card-img .image-component{height:inherit}.card-item .card-tit{display:flex;width:100%;align-items:flex-start;gap:10px}.card-item .card-tit h3{font-weight:500;font-size:2.2rem;line-height:140%;overflow:hidden;text-overflow:ellipsis;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card-item .card-tit svg{margin:.6rem 0;flex-shrink:0}.contents-wrap .menu-tit{width:100%;font-weight:400;font-size:1.8rem}.contents-wrap .contents-toolbar{display:flex;flex-direction:column;width:100%;gap:1.6rem}.contents-wrap .contents-toolbar .contents-tit{width:90%;display:flex;align-items:center;flex:1 0 0}.contents-wrap .contents-toolbar .contents-tit h2{text-overflow:ellipsis;overflow:hidden;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;line-height:1.2}.contents-wrap .contents-container{min-height:200px;padding:3.5rem 0;border-top:1px solid var(--border-line-01);border-bottom:1px solid var(--border-line-01);line-height:1.5}.contents-wrap .contents-footer{display:flex;gap:3rem}.contents-wrap .contents-footer .contents-footer-item{width:100%;border-radius:2rem;padding:2.4rem;border:1px solid var(--border-line-02);cursor:pointer}.contents-wrap .contents-footer .contents-footer-item.none-item{cursor:unset}.contents-wrap .contents-footer .contents-footer-item .contents-footer-card{display:flex;gap:3.6rem;align-items:center;font-weight:400;font-size:2rem;color:#666}.contents-wrap .contents-footer .contents-footer-item .contents-footer-card .contents-footer-card-img{width:18rem;height:11rem;border-radius:1.5rem;overflow:hidden}.contents-wrap .contents-footer .contents-footer-item .contents-footer-card .contents-footer-card-img img{object-fit:cover}.contents-wrap .contents-footer .contents-footer-item .contents-footer-card .contents-footer-card-tit .contents-footer-item-tit{font-weight:500;color:#333}.contents-wrap .contents-footer .contents-footer-item .contents-footer-card .contents-footer-card-tit{display:flex;flex-direction:column;gap:16px;flex:1}.item-contents-tit{text-overflow:ellipsis;overflow:hidden;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.contents-to-list{display:flex;align-items:center;justify-content:center}.notice-contents .contents-footer{display:none}.intro-wrap{display:flex;flex-direction:column;width:100%;gap:36px}.intro-wrap .cfs-intro,.intro-wrap .center-intro .intro-top{display:flex;flex-direction:column;gap:4rem}.intro-wrap .center-intro{display:flex;flex-direction:column;gap:10rem}.cfs-intro-tit{font-weight:500;font-size:2.6rem;color:#333}.cfs-intro-desc{line-height:150%;color:#777}.intro-wrap .intro{display:flex;flex-direction:row;gap:6rem}.intro-wrap .intro .cfs-intro-img{width:60rem;height:38rem;border-radius:2rem;overflow:hidden}.intro-wrap .intro .cfs-intro-img img{object-fit:cover}.intro-wrap .intro .cfs-intro-txt{display:flex;flex-direction:column;justify-content:center;gap:20px;font-weight:400;font-size:1.8rem;line-height:30px;flex:1 0 0}.intro-wrap .slogan{width:100%;font-weight:500;font-size:3.2rem;text-align:center;color:#333;line-height:130%;letter-spacing:-.05rem;padding:6rem 0 1rem}.intro-wrap .video-card-wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}.intro-wrap .video-card-wrap .video-card{display:flex;flex-direction:column;gap:2.4rem}.intro-wrap .video-card-wrap .video-card .video-item{height:36rem}.intro-wrap .video-card-wrap .video-card .video-item iframe{width:100%;height:100%;border-radius:2rem}.intro-wrap .video-card-wrap .video-card .video-tit{font-weight:500;color:#444}.intro-wrap .intro-map-wrap{display:flex;flex-direction:column;gap:30px}.intro-wrap .intro-map-wrap .intro-map{width:100%;max-width:1240px;height:44rem}.intro-wrap .intro-map-wrap .intro-map .map-component{border-radius:2rem;border:solid 1px var(--border-line-04)}.intro-wrap .intro-map-wrap .intro-map-intro{display:flex;justify-content:space-between;padding:1.5rem 0 4.5rem;border-bottom:1px solid var(--border-line-01)}.intro-wrap .intro-map-wrap .intro-map-intro .btn-wrap{display:flex;align-items:center;gap:1.6rem}.intro-wrap .intro-map-wrap .intro-map-intro .intro-map-text{display:flex;flex-direction:column;justify-content:center;gap:1.6rem}.intro-wrap .intro-map-wrap .intro-map-intro .intro-map-text h4{color:#444}.intro-contacts-wrap{display:flex;flex-direction:column;gap:30px}.intro-contacts-wrap .intro-contacts-contents{display:flex;gap:100px}.intro-contacts-wrap .intro-contacts-contents .intro-cen-main-num{display:flex;flex-direction:column;gap:10px;padding-top:.6rem}.intro-contacts-wrap .intro-contacts-contents .intro-cen-main-num .main-num{font-weight:700;font-size:4.2rem;line-height:1.2;color:#007aff}.intro-contacts-item{display:flex;flex-direction:row;gap:12px}.intro-contacts-item{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem 6rem}.contact-item{display:flex;gap:1.2rem;align-items:center}.contact-item .contact-phone{color:var(--text-300)}.contact-item .contact-text,.contact-item .contact-kakao{width:4rem;height:4rem;cursor:pointer}.contact-item .contact-text{border:solid 1px var(--border-line-01);border-radius:8px;text-align:center;padding:1rem;font-size:18px}.shuttle-wrap .shuttle-toolbar{display:flex;flex-direction:row;justify-content:space-between;width:100%}.shuttle-wrap .shuttle-search .search-input{width:450px;display:none}.shuttle-wrap .shuttle-line-wrap{display:grid;grid-template-columns:3fr 7fr;border-radius:2rem;border:1px solid var(--border-line-03);color:var(--text-400);margin-top:-2rem;gap:4.2rem;height:53rem}.shuttle-wrap .shuttle-line-wrap .shuttle-line{display:flex;flex-direction:column;gap:2.6rem;border-right:solid 1px var(--border-line-03);padding:3.8rem 0 3.8rem 4rem}.shuttle-wrap .shuttle-line-wrap .shuttle-line .shuttle-line-list{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;height:auto;max-height:40rem;padding-right:2rem}.shuttle-wrap .shuttle-line-wrap .shuttle-line-item{display:flex;gap:1.2rem;padding:.8rem 0;cursor:pointer}.shuttle-wrap .shuttle-line-wrap .shuttle-line-item:not(.active) svg{display:none}.shuttle-wrap .shuttle-line-wrap .shuttle-line-item.active{font-weight:600;color:#007aff}.shuttle-wrap .shuttle-line-wrap .shuttle-stops{display:flex;flex-direction:column;justify-content:center;gap:2.6rem;padding:3.8rem 0}.shuttle-wrap .shuttle-line-wrap .shuttle-stops .stops-list{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;height:40rem;padding-right:4rem}.shuttle-wrap .shuttle-line-wrap .shuttle-stops .stops-item{display:flex;flex-direction:row;gap:1.6rem;align-items:center;justify-content:space-between;min-height:4rem}.shuttle-wrap .shuttle-line-wrap .shuttle-stops .stops-item .stops-txt-wrap{display:grid;grid-template-columns:2rem 5rem 1fr;gap:1.6rem;align-items:center}.stops-txt-wrap .stops-order{color:var(--text-600)}.stops-txt-wrap .stops-time{text-align:center}.shuttle-wrap .shuttle-line-wrap .shuttle-stops .stops-item.arrival{font-weight:500;color:#444}.search-toolbar .btn-wrap{flex-wrap:wrap}.shuttle-stops-img-wrap{display:flex;flex-direction:column}.shuttle-stops-img-wrap .image-component{width:auto;max-height:calc(100vh - 10rem);overflow:auto}.shuttle-stops-img-wrap .image-component img{object-fit:contain}.shuttle-app-wrap .app-card-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2.6rem;flex-direction:row;flex-wrap:wrap}.shuttle-app-wrap .app-card-list .app-card{display:flex;gap:3rem;border-radius:2rem;padding:2rem;border:1px solid #E2E2E2;align-items:center;cursor:pointer}.shuttle-app-wrap .app-card-list .app-card .app-img{width:8rem;height:8rem;border-radius:1.8rem;border:1px solid var(--border-line-04);overflow:hidden}.shuttle-app-wrap .app-card-list .app-card .app-img img{object-fit:cover}.shuttle-app-wrap .app-card-list .app-card .app-tit{font-weight:500;font-size:2rem;color:#333;flex:1}.shuttle-route-wrap{padding:2.4rem;width:100%;border:solid 1px var(--border-line-01);display:grid;border-radius:1rem;grid-template-columns:1fr 1fr 1fr;row-gap:1.2rem;column-gap:5rem}.shuttle-edit-route-wrap{display:flex;gap:.8rem;align-items:center}.shuttle-stop-wrap{width:100%;border-radius:1rem;border:solid 1px var(--border-line-01);flex-direction:column;gap:2rem}.shuttle-edit-stops-wrap{padding:2.4rem;display:flex;gap:1rem;align-items:center;border-bottom:solid 1px var(--border-line-03)}.shuttle-edit-stops-wrap:last-child{border-bottom:0 none}.shuttle-edit-stops-wrap .form-control{display:grid;grid-template-columns:8rem 3fr 1fr 1fr;gap:1rem}.shuttle-edit-stops-wrap .image-upload{display:flex;align-items:center;gap:1rem;grid-column:1 / 5}.stops-image-wrap{flex:1;position:relative}.stops-image-wrap input{padding-right:3.6rem;width:100%}.stops-image-wrap svg{position:absolute;right:1.2rem;top:12px;cursor:pointer;color:var(--text-600)}.grid-wrap{display:flex;flex-direction:column;gap:1rem;width:100%}.grid-toolbar{display:flex;align-items:flex-end;justify-content:space-between}.grid-title{color:var(--text-300);padding:1rem 0}.grid-wrap .list-wrap{height:auto;max-height:60rem;overflow:auto}.grid-wrap .deleted{opacity:.5}.grid .current.deleted td{background-color:transparent}.routeList .list-wrap{max-height:36rem}.form-row.shuttle-edit{display:grid;grid-template-columns:3fr 7fr;gap:2.4rem}.shuttle-edit-shift{width:100%;flex:1 0 0}.shuttle-edit-line .form-row+.form-row{margin-top:3rem}.shuttle-edit input.time{width:65px;min-width:65px!important}input.error{border-color:var(--label-error)}.toolbar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:3rem}.notice-list{display:flex;flex-direction:column}.notice-list .notice-header{display:grid;grid-template-columns:8fr 2fr;width:100%;justify-content:space-between;padding:1.6rem 2.4rem;border-width:1px 0px 1px 0px;border-style:solid;border-color:#d8d8d8;align-items:center}.notice-list .notice-header .header-tit{align-items:center;text-align:center;font-weight:500;font-size:2rem;color:#333}.notice-item{display:grid;grid-template-columns:8fr 2fr;border-bottom:1px solid var(--border-line-03);padding:2.4rem;font-size:1.8rem;color:var(--text-400);align-items:center;cursor:pointer}.notice-item:hover .notice-subject{text-decoration:underline}.notice-item .notice-subject{display:flex;gap:12px;align-items:center;min-width:0;padding-right:1rem}.notice-item .notice-subject div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notice-item .notice-create-date{color:var(--text-700);text-align:center}.notice-item.emergency .notice-subject{font-weight:500;color:#111}.notice-item.none-item{text-align:center}.notice-pagination{display:flex;width:100%;align-items:center;justify-content:center;text-align:center;gap:1.2rem}.notice-pagination div{width:3rem;height:3rem;line-height:3rem;cursor:pointer}.notice-pagination div.active{color:var(--text-100);font-weight:500}.error-page{display:flex;flex-direction:column;align-items:center;gap:3rem;font-size:2.2rem;color:var(--text-100);text-align:center;background:url("data:image/svg+xml,%3csvg%20width='86'%20height='86'%20viewBox='0%200%2086%2086'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M43.0002%2035.8334H43.036M39.4169%2046.5834H43.0002V60.9168H46.5835M36.6935%2014.1793L6.51465%2064.561C5.89286%2065.6385%205.56393%2066.86%205.56057%2068.104C5.55722%2069.3481%205.87955%2070.5714%206.49553%2071.6522C7.1115%2072.7331%207.99966%2073.6339%209.07171%2074.2651C10.1438%2074.8962%2011.3623%2075.2358%2012.6063%2075.25H72.9676C74.2115%2075.2358%2075.4301%2074.8962%2076.5022%2074.2651C77.5742%2073.6339%2078.4624%2072.7331%2079.0784%2071.6522C79.6943%2070.5714%2080.0167%2069.3481%2080.0133%2068.104C80.01%2066.86%2079.681%2065.6385%2079.0592%2064.561L48.8768%2014.1793C48.2413%2013.1329%2047.3469%2012.2679%2046.28%2011.6676C45.213%2011.0673%2044.0094%2010.752%2042.7852%2010.752C41.5609%2010.752%2040.3573%2011.0673%2039.2903%2011.6676C38.2234%2012.2679%2037.329%2013.1329%2036.6935%2014.1793Z'%20stroke='%23F7552F'%20stroke-width='5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat top center;padding:110px 0 0}.shuttle-temp-wrap{padding:0 70px}.shuttle-temp-wrap img{height:auto}.shuttle-temp-wrap .btn-wrap{flex-wrap:wrap;justify-content:center;margin-top:1.6rem}.temp-header{background-color:var(--secondary-color);border-radius:2rem;background:var(--secondary-color) url(/assets/intro-saebyeog.png) no-repeat right bottom;background-size:contain}.temp-header-title{padding:4rem 12rem 3.6rem 4rem}.temp-header-title img{width:20rem}.temp-header-title div{font-size:3.6rem;letter-spacing:-.05rem;line-height:1.2;color:#fff;font-weight:600;margin-top:1rem}.temp-header img,.temp-body img{object-fit:contain}.temp-app-header{background-color:#18a0fb0f;padding:3rem;border-radius:2rem;color:var(--text-400);line-height:1.5;text-align:center}.temp-app-header .btn-wrap img{width:3rem}.temp-body{text-align:center;padding:4rem 5rem}.temp-body .temp-wrap{display:flex;flex-direction:column;align-items:center;border-radius:1.5rem;background-color:#f7f7f7;padding:1rem 0 5rem;overflow:hidden;gap:2rem}.temp-footer{background-color:#ebeef1;padding:3.5rem;color:#666;line-height:1.5}.temp-footer .temp-footer-title{font-weight:500;font-size:2rem;display:flex;align-items:center;gap:1rem;margin-bottom:1.6rem;color:#444}.temp-footer p+p{margin-top:1rem}@media screen and (max-width: 1279px){.main-wrap{height:auto;width:100%;flex-direction:column;padding:6rem 20px}.main-wrap.notice{position:relative;padding-bottom:130px;grid-template-columns:1fr}.main-wrap.notice .main-col.main-col-left{flex-direction:row;align-items:center}.main-wrap .btn-wrap.notice{position:absolute;bottom:60px;left:50%;transform:translate(-50%)}.intro-wrap .intro .cfs-intro-img{width:50%;min-height:30rem;height:auto}.intro-contacts-wrap .intro-contacts-contents{flex-direction:column;gap:2rem}.contact-item .contact-text,.contact-item .contact-kakao{width:4.2rem;height:4.2rem}.contact-item .contact-text{padding:8px;font-size:16px}}@media screen and (max-width: 1023px){.card-wrap .card-list{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.main-card-wrap{gap:3.6rem}.main-card-wrap .main-card-img{height:160px}.main-wide-card-wrap .main-card-img{width:120px;height:120px;flex-shrink:0;aspect-ratio:1/1}.main-wide-card-wrap .main-card{gap:3rem;padding:3rem}}@media screen and (max-width: 767px){.main-wrap.main-top{display:flex;flex-direction:column-reverse;padding-top:20px}.main-wrap .btn-wrap{justify-content:center}.main-wrap .main-tit h1{font-size:32px;font-weight:600;text-align:center}.main-wrap .main-desc{text-align:center}.main-wrap .main-img-wrap{width:100%;height:260px}.main-card-wrap{flex-direction:column}.main-card-wrap .main-card{flex-direction:column;width:100%;height:100%;border-radius:0;background-color:unset}.main-card-wrap .main-card.none-item{display:none}.main-card-wrap .main-card-img{height:200px;flex-shrink:0}.main-card .main-desc{font-size:2rem;text-align:left}.main-wide-card-wrap{height:auto;flex-direction:column;gap:24px}.main-wrap .main-col.main-col-left{justify-content:center}.main-wrap .main-desc.notice{display:none}.main-btn-wide-txt{flex-direction:column;gap:12px}.main-btn-wide-wrap .btn{gap:10px;padding:3rem}.main-btn-wide-wrap svg{width:2.2rem;height:2.2rem}.intro-wrap .intro{flex-direction:column;gap:3rem}.intro-wrap .intro:nth-child(3){flex-direction:column-reverse}.intro-wrap .intro .cfs-intro-img,.intro-wrap .intro .cfs-intro-txt{width:100%}.intro-wrap .video-card-wrap{grid-template-columns:1fr}.intro-wrap .intro .cfs-intro-img,.intro-wrap .video-card-wrap .video-card .video-item{height:240px}.intro-wrap .intro-map-wrap .intro-map{height:30rem}.intro-wrap .intro-map-wrap .intro-map-intro{flex-direction:column;gap:3rem}.intro-wrap .intro-map-wrap .intro-map-intro .btn-wrap{justify-content:center}.intro-contacts-item{grid-template-columns:1fr}.card-wrap .card-list{grid-template-columns:1fr;gap:2rem}.card-item{width:100%;height:36rem}.card-item .card-img{width:100%;height:180px}.contents-wrap .contents-footer{flex-direction:column;gap:0;margin-top:-4rem}.contents-wrap .contents-footer .contents-footer-item{padding:2.4rem 1.6rem;border-radius:0;border-width:0 0 1px 0}.contents-wrap .contents-footer .contents-footer-item .contents-footer-card .contents-footer-card-tit{flex-direction:row}.contents-footer-card-img{display:none}.notice-list{border-top:solid 1px var(--border-line-03)}.notice-list .notice-header{display:none}.notice-item{grid-template-columns:1fr;gap:1rem;padding:2.4rem 0}.notice-item .notice-subject{font-size:2rem}.notice-item .notice-create-date{text-align:left}.toolbar{gap:1rem}.contents-wrap .contents-toolbar .contents-tit{flex-direction:column;align-items:flex-start;gap:1.2rem}.shuttle-wrap .shuttle-line-wrap{grid-template-columns:1fr;padding:0;margin-top:0;border-radius:0;border:0 none;height:auto}.shuttle-wrap .shuttle-line-wrap .shuttle-line,.shuttle-wrap .shuttle-line-wrap .shuttle-stops{border-right:0 none;padding:0}.shuttle-wrap .shuttle-line-wrap .shuttle-line .shuttle-line-list{padding:0 2rem;display:grid;grid-template-columns:repeat(2,1fr);max-height:180px;gap:1rem 1.6rem}.shuttle-line .shuttle-line-list svg{flex-shrink:0}.shuttle-line .list-wrap{border:solid 1px var(--border-line-03);border-radius:1.5rem;overflow-y:auto;max-height:40rem;padding:1.6rem 0}.shuttle-wrap .shuttle-line-wrap .shuttle-stops .stops-item .stops-txt-wrap{gap:1rem}.shuttle-stops-img-wrap{height:auto;gap:1.2rem;margin:1rem 0 2.5rem}.shuttle-stops-img-wrap h4{font-size:1.8rem}.shuttle-stops-img-wrap .image-component{height:auto}.shuttle-app-wrap .app-card-list{grid-template-columns:1fr;gap:2rem}.shuttle-wrap .shuttle-line-wrap .shuttle-stops .stops-list{gap:0;border-bottom:solid 1px var(--border-line-01);height:auto;padding:0}.shuttle-wrap .shuttle-line-wrap .shuttle-stops .stops-item{border-top:solid 1px var(--border-line-01);padding:2rem 0;gap:1rem;line-height:1.4;min-height:9rem}.shuttle-temp-wrap{padding:0}.temp-header{background-size:65%}.temp-header-title img{width:20rem}.temp-body{padding:2rem 0}.shuttle-route-wrap{grid-template-columns:1fr 1fr;column-gap:3rem}.shuttle-edit-stops-wrap .form-control{grid-template-columns:8rem 1fr 1fr 1fr}.shuttle-edit-stops-wrap .form-control input:nth-child(2){grid-column:2 / 5}.shuttle-edit-stops-wrap .form-control input:nth-child(3){grid-column:1 / 3}.shuttle-edit-stops-wrap .form-control input:nth-child(4){grid-column:3 / 5}.form-row.shuttle-edit{display:flex}.shuttle-edit .grid input:not(input[type=checkbox]){min-width:120px}}input,select,option,textarea,input[type=checkbox],input[type=radio]{background-color:#fff}a{text-decoration:none;color:inherit}a:hover{color:inherit}.btn-wrap{display:flex;gap:1.2rem}.btn{background-color:#fff;color:#666;border:1px solid #c6c6c6;border-radius:.8rem;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:1.8rem;padding:1.2rem 1.6rem;gap:1.6rem}.btn:hover,.btn:focus{border-color:var(--text-300)}.btn:disabled{border:solid 1px var(--border-line-01);background-color:#efefef;color:var(--text-700);opacity:.7}.btn.btn-radius{gap:10px;padding:2rem 3.6rem;border-radius:40px}.btn.btn-colorize{background:#007aff;color:#fff;border:none;font-weight:600;font-size:1.8rem;letter-spacing:0px;text-align:center}.btn.btn-colorize:hover{background-color:#006bdf;border:0 none}.btn.btn-colorize:focus{border:0 none}.btn.btn-writing,.btn.btn-edit,.btn.btn-save{min-width:8rem;padding:1.2rem 2.4rem;align-items:center;gap:8px;border:1px solid var(--primary-color);background:var(--white, #FFF);color:var(--primary-color);font-weight:500}.btn.btn-writing:hover,.btn.btn-writing:focus,.btn.btn-edit:hover,.btn.btn-edit:focus,.btn.btn-save:hover,.btn.btn-save:focus{background:#18a0fb0f;border-color:var(--primary-color)}.btn.btn-remove{display:flex;padding:1.2rem 2.6rem;align-items:center;gap:8px;border-radius:10px;border:1px solid var(--line-btn, #D9D9D9)}.btn.btn-remove:hover,.btn.btn-remove:focus{border-color:var(--text-300)}.btn-app-down{background-color:#111;color:#fff;font-weight:500;gap:.8rem;padding:1.2rem 2.6rem;white-space:nowrap}.btn img{width:auto}.btn.xlarge{padding:2rem 3.6rem}.btn.large{padding:1.6rem 3.2rem}.btn.small{font-size:1.7rem;padding:1.3rem 1.8rem}.btn.text-blue,.text-blue{color:var(--primary-color)}.btn-fileupload{padding:1rem}.btn-fileupload svg{width:1.2em;height:1.2em}.col-1{width:calc(8.3333% - 4px)}.col-2{width:calc(16.6667% - 4px)}.col-3{width:calc(25% - 4px)}.col-4{width:calc(33.3333% - 4px)}.col-5{width:calc(41.6667% - 4px)}.col-6{width:calc(50% - 4px)}.col-7{width:calc(58.3333% - 4px)}.col-8{width:calc(66.6667% - 4px)}.col-9{width:calc(75% - 4px)}.col-10{width:calc(83.3333% - 4px)}.col-11{width:calc(91.6667% - 4px)}.col-12{width:100%}.input-wrap:has(.file-upload-input){display:none}.form-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:3rem}.form-header{display:flex;justify-content:space-between;align-items:center;align-self:stretch;background-color:#ffffffe6;position:sticky;top:10rem;padding-bottom:1rem;z-index:10}.form-title h2{font-weight:500}.form-body{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:2.4rem;align-self:stretch}.form-row{display:flex;width:100%;gap:.8rem;align-self:stretch;flex-wrap:wrap}.form-label{display:flex;width:180px;padding:1rem 0;gap:4px;color:var(--txt-333, #333)}.form-label.required:after{content:"*";color:#e82f0a}.form-control{display:flex;align-items:flex-start;gap:.8rem;flex:1 0 0}.form-control.btn-wrap{justify-content:flex-end}.form-control+.form-control{margin-top:8px}.form-wrap .error-message:not(:has(div)){display:none}.form-wrap .error-message{color:var(--brand-Red, #F7552F);font-size:1.4rem;text-align:left}.input-wrap .error-message,.error+.error-message{margin-top:.8rem}.grid{border-collapse:separate}.grid th,.grid td{word-wrap:break-word;border-bottom:solid 1px #eee;text-align:center;color:#333}.grid th{background-color:#f3f6f8;font-weight:400;padding:1rem 0}.grid td{background-color:#fff;padding:.6rem;height:100%}.grid td.move-wrap svg{display:block;padding:0;margin:1px 0;height:16px;line-height:14px;font-size:12px;cursor:pointer}.grid td.move-wrap svg.disabled{color:var(--text-700);opacity:.7;cursor:not-allowed}.grid .current td{background-color:#18a0fb26}.grid th.required:after{content:"*";color:#e82f0a;margin-left:4px}.grid-wrap .grid th{border-top:solid 1px #eee;position:sticky;top:0;z-index:2}img{width:100%;height:100%;user-drag:none;-webkit-user-drag:none;-moz-user-select:none}img.no-image{filter:grayscale(1);opacity:.5;width:50%;max-width:24rem;object-fit:contain!important}.image-component{overflow:hidden;height:inherit}.image-component:has(img.no-image){width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#f6f6f6}.image-upload{display:flex;flex-direction:row;gap:8px;width:100%;align-items:flex-start}input{padding:1.2rem;align-items:center;border-radius:6px;border:1px solid #D9D9D9;font-size:1.6rem;color:#333;width:100%}input[readonly]{color:#3339;background:#efefef}input::placeholder{color:#777}input:enabled:focus,button:enabled:focus,select:enabled:focus{border:1px solid #777777;outline-offset:0px;outline:none 0px}.input-wrap{display:flex;width:100%;flex-direction:column;flex:1 0 0}.search-input{position:relative}.search-input input{padding:1.8rem 3.6rem 1.8rem 5rem;gap:12px;border-radius:30px;border:1px solid #D9D9D9;font-family:CP Sans Text;font-weight:400;font-size:1.8rem;letter-spacing:0px;color:#777}.search-input svg{position:absolute;top:1.8rem;left:2.4rem;color:#333}.center-list-wrap,.around-list-wrap{display:flex;width:100%;height:500px;align-items:flex-start;gap:1px;flex-shrink:0;color:#444;border-radius:2rem;border:1px solid #E2E2E2;overflow:hidden}.center-list-wrap>div{padding:1rem 0;box-sizing:border-box}.city-list{width:30%;height:100%;border-right:1px solid #E2E2E2;overflow-y:auto}.city-list .city{display:flex;padding:12px 32px;flex-direction:row;align-items:flex-start;gap:12px;align-self:stretch;cursor:pointer}.city-list .city.active,.center-list .center.active{color:var(--primary, #007AFF);font-weight:600}.center.active svg{margin-top:-.5px}.city-list .city:not(.active) svg{display:none}.center-list{display:flex;flex-direction:column;align-items:center;align-self:stretch;width:40%;overflow-y:auto}.center-list .center{display:flex;padding:.6rem 32px;justify-content:space-between;align-items:center;align-self:stretch;cursor:pointer;gap:12px}.center-list .center .btn-homepage{display:flex;height:42px;padding:1.2rem 2.4rem;align-items:center;gap:8px;text-align:center;font-size:1.4rem;font-weight:400;color:#444;border-radius:30px;border:1px solid var(--line-btn, #D9D9D9);background:var(--Neutral-Colors-White, #FFF)}.center-list .center .btn-homepage svg{color:#777}.mobile-homepage{display:none}.around-center-wrap{display:flex;flex-direction:column;gap:4rem}.around-center-title{display:flex;align-items:center;justify-content:space-between}.around-center-wrap .search-wrap{width:50rem}.shuttle-list{flex:1;height:100%;border-left:1px solid #E2E2E2;padding:1rem 0;display:flex;flex-direction:column}.shuttle-list .shuttle-header,.shuttle-body>div{display:grid;grid-template-columns:120px 80px 120px 1fr;gap:.6rem;padding:1.2rem 3.2rem}.shuttle-list .shuttle-header{color:var(--text-700);font-size:1.6rem;text-align:left}.shuttle-body{height:100%;overflow-y:scroll}.shuttle-body>div{font-size:1.7rem;letter-spacing:-.3px}.shuttle-list .shuttle-header,.shuttle-body>div div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.around-list-wrap .center-list{width:30%;margin:1rem 0}.around-list-wrap .center-list .center{min-height:46px;position:relative;justify-content:flex-start}.around-list-wrap .center-list .center .btn-homepage{position:absolute;right:30px}.around-list-wrap .center-list .center:has(.btn-homepage){display:flex;min-height:52px}.list-none{width:100%;height:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-700);line-height:1.5;grid-column:1/4}.list-none svg{font-size:5rem;margin-bottom:1rem}.map-component{width:100%;height:100%}.popup-wrap{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:flex-start;background:#fff;padding:3rem;box-shadow:0 0 16px #0000001a;z-index:11;transition:.5s;border-radius:1.5rem}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0003;z-index:300}.popup-wrap.small{width:50rem}.popup-wrap.lg{width:100%}.popup-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding-bottom:2.4rem}.popup-header svg{cursor:pointer;color:var(--txt-333, #666);font-weight:700;font-size:3.4rem}.popup-wrap.alert-popup{display:flex;justify-content:center;align-self:stretch;flex-direction:column;align-items:center;padding:unset;color:var(--txt-333, #333);text-align:center;line-height:150%;border-radius:1rem;transition:.5s}.popup-wrap.alert-popup .alert-msg{padding:3rem 2.4rem;min-width:300px}.popup-wrap.alert-popup .alert-footer{display:flex;align-items:center;justify-content:center;width:100%;border-top:1px solid var(--border-line-01);color:var(--text-600);text-align:center;line-height:150%}.popup-wrap.alert-popup .alert-footer p{padding:1rem;width:50%;cursor:pointer}.popup-wrap.alert-popup .alert-footer p:nth-child(2){border-left:1px solid var(--border-line-01)}.popup-item-wrap{min-width:30rem;max-height:40rem;padding:2.4rem;text-align:left;display:flex;flex-direction:column;gap:1.2rem;overflow-y:auto}.fc-item{display:flex;align-items:center;gap:1.2rem}.popup-wrap.header-modal{position:fixed;top:0;right:0;left:auto;transform:translate(0);width:260px;height:100vh;display:flex;flex-direction:column;align-items:flex-start;background:#fff;padding:3rem;box-shadow:0 0 16px #0000001a;z-index:200;border-radius:0;transition:right .5s}.popup-wrap .form-body{gap:1.6rem}.popup-wrap .form-wrap{width:100%}.popup-wrap .popup-msg{color:var(--text-600);font-size:1.6rem}.popup-wrap .btn-wrap{margin-top:1rem;width:100%}.popup-wrap .btn-wrap button{flex:1 0 0}.checkbox-wrap{display:flex;align-items:center;gap:8px;color:var(--txt-333, #333);text-align:center;font-size:1.6rem;padding:.8rem 0}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;width:2.6rem;height:2.6rem;background-color:#fff}input[type=checkbox]:checked{background-color:var(--primary-color);background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%2010L8%2015L18%205'%20stroke='white'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:2rem 2rem;border:none}.radio-wrap{display:flex;align-items:center;gap:1.2rem 2rem;flex-wrap:wrap}.radio-wrap div{display:flex;align-items:center;gap:8px}.radio-wrap div label{color:var(--txt-333, #333);text-align:center;font-size:1.6rem}input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;width:2.6rem;height:2.6rem;background-color:#fff;border-radius:50%;position:relative;padding:0}input[type=radio]:checked:after{content:"";position:absolute;top:.4rem;left:.4rem;width:1.6rem;height:1.6rem;border-radius:50%;background-color:var(--primary-color);border:none}select{padding:12px 50px 12px 12px;align-items:center;flex:1 0 0;border-radius:6px;border:1px solid #D9D9D9;font-size:1.6rem;color:#333;background-repeat:no-repeat;background-position:calc(100% - 10px) center;-webkit-appearance:none;-moz-appearance:none;appearance:none}.select-wrap{position:relative;cursor:pointer}.select-wrap .select-box{padding:12px;font-size:1.6rem;border-radius:6px;border:1px solid #D9D9D9;color:#333;min-width:200px;width:100%;display:flex;align-items:center;justify-content:space-between}.select-wrap .select-box.readOnly{color:#3339;background:#efefef}.select-box .select-text{width:100%;line-height:1.8rem;padding-right:1.2rem;display:flex;align-items:center;justify-content:space-between}.select-box .select-text svg{color:var(--text-600);font-size:1.8rem}.select-box+ul{position:absolute;border-radius:6px;border:1px solid #D9D9D9;background-color:#fff;font-size:1.6rem;color:var(--text-300);top:105%;left:0;right:0;z-index:10;max-height:26rem;overflow:auto}.select-item{padding:1rem}.select-item:hover{background-color:#18a0fb14}.select-item.selected{background-color:#18a0fb26}.icon-wrap{position:absolute;width:100vw;height:100vh;align-items:center}.icon-spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.tab-wrap{display:flex;width:100%;flex-direction:column;margin:auto}.tab-wrap .tab-nav{display:flex;width:100%;height:4.2rem;flex-direction:row;align-items:center;justify-content:center;border-bottom:1px solid #D2D2D2}.tab-wrap .tab-nav li{min-width:20rem;padding:0 4rem;height:4rem;align-items:center;text-align:center;justify-content:center;cursor:pointer;font-size:2rem;line-height:100%;color:var(--text-700);position:relative}.tab-wrap .tab-nav li.active{color:#007aff;font-weight:600}.tab-wrap .tab-nav li.active:after{content:"";position:absolute;width:100%;height:3px;background-color:var(--primary-color);left:0;bottom:-1px}.tab-wrap .tab-contents{margin-top:6rem}.main-tab .tab-wrap .tab-nav{border:1px solid #D2D2D2;border-radius:10px 10px 0 0;border-bottom:0 none;height:auto}.main-tab .tab-wrap .tab-nav li{height:auto;width:50%;border-bottom:0 none;border-radius:10px 10px 0 0;font-size:1.8rem;padding:1.6rem 0}.main-tab .tab-wrap .tab-nav li.active{border:2px solid #007AFF;border-bottom:0 none}.main-tab .tab-wrap .tab-nav li.active:after{display:none}.main-tab .tab-wrap .tab-contents{margin:3rem 0 0}textarea{font-family:CPSansText,sans-serif;font-size:1.6rem;display:block;min-height:10rem;padding:12px;align-items:flex-start;gap:12px;flex:1 0 0;width:100%;resize:none;border-radius:6px;border:1px solid #D9D9D9;box-sizing:border-box;line-height:1.3;color:var(--text-300)}.zip-code-wrap,.zip-input-wrap{display:flex;gap:8px;width:100%}.contents-editor{width:100%;height:500px}.contents-editor h1{font-size:3rem;color:#111;font-weight:600;margin:3rem 0}.contents-editor h2{font-size:2.4rem;margin:2rem 0;color:#111;font-weight:500}.contents-editor h3{font-size:2rem;margin:2rem 0 1.2rem;color:#333;font-weight:500}.fc-portal-editor-view{color:#333;overflow:auto;padding:0}.fc-portal-editor-view h1{font-size:3rem;color:#111;margin:5rem 0 3rem;font-weight:600}.fc-portal-editor-view h2{font-size:2.4rem;margin:3rem 0 1.2rem;color:#111;font-weight:500}.fc-portal-editor-view h3{font-size:2rem;margin:2rem 0 1.2rem;color:#333;font-weight:500}.fc-portal-editor-view h2+h3{margin-top:3rem}.fc-portal-editor-view h1:first-child,.fc-portal-editor-view h2:first-child,.fc-portal-editor-view h3:first-child{margin-top:2rem}.fc-portal-editor-view table{font-size:1.6rem}.fc-portal-editor-view table{margin-bottom:1rem}.fc-portal-editor-view th,.fc-portal-editor-view td{border:0;word-wrap:break-word;border:solid 1px #eee;padding:1.2rem;text-align:center;color:#333}.fc-portal-editor-view th{background-color:#f3f6f8;font-weight:400;color:#111}.fc-portal-editor-view td{background-color:#fff}.fc-portal-editor-view p{line-height:1.5;color:#444}.fc-portal-editor-view ul,.contents-editor ul{list-style:auto;list-style-type:square;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:2rem}.fc-portal-editor-view ol,.contents-editor ol{list-style:auto;list-style-type:decimal;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:2rem}.fc-portal-editor-view li,.contents-editor li{list-style:inherit;display:list-item;line-height:1.5;text-align:-webkit-match-parent}.fc-portal-editor-view button{background-color:transparent}.fc-portal-editor-view a,.contents-editor a{text-decoration:underline;font-weight:inherit}.fc-portal-editor-view p:empty:after{content:" "}@media screen and (max-width: 1279px){.shuttle-body>div{font-size:1.8rem}}@media screen and (max-width: 767px){.btn.btn-radius{gap:8px}.select-wrap{width:100%}.mobile-homepage .select-wrap{width:calc(100% - 4rem);margin:0 auto}.tab-wrap .tab-nav{margin:0 -20px;width:auto}.tab-wrap .tab-nav li{width:50%}.main-tab .tab-wrap .tab-nav{margin:0;width:100%;background-color:#f0f0f0;border-radius:10px;border:0 none;height:50px}.main-tab .tab-wrap .tab-nav li.active{background-color:#fff;border:0 none;height:42px;width:47%;border-radius:6px;box-shadow:0 2px 4px #0000000f}.center-list-wrap{font-size:14px;height:433px}.city-list .city{padding:12px}.city-list .city svg,.center-list .center .btn-homepage{display:none!important}.center-list .center{padding:12px;gap:0}.mobile-homepage{display:unset}.intro-tit{text-align:center}.around-center-title{flex-direction:column;gap:4rem}.around-center-wrap{gap:2rem}.around-center-wrap .search-wrap{width:100%}.around-list-wrap .center-list,.shuttle-list .shuttle-header{display:none}.shuttle-list{border:0 none;padding:2rem 0;gap:2rem}.shuttle-body>div{font-size:1.8rem;border-top:solid 1px var(--border-line-04);padding:2rem;grid-template-columns:auto auto 1fr;text-align:left;column-gap:0;row-gap:1.2rem}.shuttle-body>div:first-child{border-top:0 none;padding-top:0}.shuttle-body .shuttle-col1{display:flex;align-items:center;gap:1rem;font-weight:500;grid-column:1/4}.shuttle-body .shuttle-col3:before,.shuttle-body .shuttle-col3:after{content:"l";color:#ccc;margin:0 1rem}.form-label{padding:.6rem 0}.form-row{flex-direction:column}.form-col{width:100%!important}.form-control{align-items:flex-start}.zip-code-wrap,.zip-input-wrap{flex-direction:column;align-items:flex-start}.popup-wrap,.popup-wrap.small{width:90%}.popup-wrap.alert-popup{width:auto}}
