@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1660px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto; }
.contain:after {content:""; display:block; clear:both;}

#container>div { overflow: hidden;}
#ws-wrapper {display:flex; min-height:100vh;}

#ws-header {width:200px; background:#fafafa; box-shadow:0 0 5px rgba(0,0,0,.2);}

.ws-menu .ui {display:block; padding:13px 0; background:#5e31a1; color:#fff; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em; text-align:center; border-bottom:2px solid #3c2065;}
.ws-menu h2 {font-family:"Roboto",sans-serif; font-size:15px; color:#fff; line-height:1.3em; padding:7px 0; text-align:center; background:#7952b3; }
.ws-menu ul {display:flex; flex-wrap:wrap;}
.ws-menu ul li {width:100%; border-bottom:1px solid #e5e5e5;}
.ws-menu ul li.w50 {width:50%; border-right:1px solid #e5e5e5;}
.ws-menu ul li.w50:nth-child(2n) {border-right:0;}
.ws-menu ul li a {display:block; color:#333; text-decoration:none; font-size:13px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; padding:5px 5px 5px 11px;}
.ws-menu ul li a:hover,
.ws-menu ul li.active a {background:#eee; color:#653ba4; font-weight:500; padding-left:14px;}

#ws-content {flex:1 1 auto; min-width:0; width:1%; padding:30px;}

.ws-title {display:flex; align-items:center; padding-bottom:15px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.ws-title h2 {flex:1 1 auto; min-width:0; width:1%; font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.btn-psd-download {display:inline-block; padding:8px 20px; font-family:"Roboto",sans-serif; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; background:#7952b3; border-radius:4px;}
 
.ws-real-cont {max-width:1200px; margin:0 auto;}

/* header */
#header {position:fixed; width:100%; z-index:101; top: 0; height: 100px; transition: .2s; left: 0; }
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; }
#header .contain::after { content: none;}

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo-w.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}
 
#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; } 
#gnb>ul {display:flex; justify-content:center; } 
#gnb>ul>li {position:relative; padding: 0 20px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#fff; font-size:var(--font-size20); font-weight:400; line-height:1.7em; }

.util { display: flex; align-items: center; gap: 10px; }
.hd-talk { width: 148px; height: 56px; display: flex; align-items: center; justify-content: flex-end; padding-right: 16px; border-radius: 28px; background: rgba(255, 255, 255, 0.16); backdrop-filter: blur(4px); color: #fff; position: relative; font-weight: 600; line-height: 1em; }
.hd-talk::before { content: ""; position: absolute; left: 6px; top: 0; bottom: 0; margin: auto; width: 44px; height: 44px; border-radius: 44px; background-color: rgba(255, 255, 255, 0.18); background-repeat: no-repeat; background-position: center; background-size: 24px; transition: .3s; background-image: url(../images/common/hd-icon.png);}
.list-icon { width:22px; height:16px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: none; position: relative;}
.list-icon span {position:absolute; right:0; top:50%; margin-top:0px; height:2px; background:#fff; left: 0; }
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:0; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; }
.list-icon span:before {top:-8px; transition-property:top, transform; background:#fff; content: "only"; }
.list-icon span:after {bottom:-8px; transition-property:bottom, transform; background:#fff; }

#header.hover { background: #fff; }
#header.hover .sitelogo { background-image: url(../images/common/logo2.png);}
#header.hover #gnb>ul>li>a { color: #2c2c2c; }
#header.hover #gnb>ul>li:hover>a { color: var(--color-primary);}
#header.hover .hd-talk { background: #f4f4f4; color: #505050; }
#header.hover .hd-talk::before { background-image: url(../images/common/hd-icon-c.png); background-color: #fff; }

#header.move { background: #fff; }
#header.move .sitelogo { background-image: url(../images/common/logo2.png);}
#header.move #gnb>ul>li>a { color: #2c2c2c; }
#header.move #gnb>ul>li:hover>a { color: var(--color-primary);}
#header.move .list-icon span { background: #222; }
#header.move .list-icon span::after { background: #222; }
#header.move .list-icon span::before { background: #222; }
#header.move .hd-talk { background: #f4f4f4; color: #505050; }
#header.move .hd-talk::before { background-image: url(../images/common/hd-icon-c.png); background-color: #fff; }

.mobile-navigation {display:block; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:17px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--color-primary);}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateY(0); transform:translateY(0);}
html.menu-opened .mobile-overlay {display:block;} 

/* 키비주얼관리 */
.main-visual {position:relative; height:100vh; overflow:hidden;}
.main-visual .slick-slide {position:relative; height:100vh; overflow:hidden;}
.main-visual .item {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.main-visual .item .video-js,
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item iframe {position:absolute; top:50%; left:50%; width:100vw; height:100vh; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.main-visual .item>img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}

.main-visual .caption { position: absolute; left: 0; text-align: left; width: 100%; bottom: 20%; }
.main-visual .caption .txt { width: 100%; transform:translateX(-50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s; color: #fff; }
.main-visual .items .slick-active .caption .txt { transform:translateX(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.6s;}
.main-visual .items .reset-animation .caption .txt { transform:translateX(-50px); opacity:0; transition:all 0s}
.main-visual .caption h2 { font-size: 72px; font-weight: 600; line-height: 1.27em; }
.main-visual .caption h2 span { color: var(--color-primary); }
.main-visual .caption h4 { font-size: var(--font-size28); line-height: 1.5em; font-weight: 500; margin-top: 30px; color: #eee; }
.main-visual .caption h4 span { color: var(--color-primary);}

.main-visual .slick-dots { max-width: 1660px; padding-left: 30px; padding-right: 30px; position: absolute; z-index: 50; left: 0; bottom: 100px; right: 0; margin: auto; display: flex; justify-content: flex-start;}
.main-visual .slick-dots li { display: inline-block; margin: 0 4px; }
.main-visual .slick-dots li button { width: 60px; height: 4px; padding: 0; margin: 0; cursor: pointer; text-indent: -9999px; overflow: hidden; border: none; transition: .3s; background: rgba(255,255,255,0.48); }
.main-visual .slick-dots li.slick-active button { background: #fff; }

.main-visual .dday { max-width: 1660px; padding-left: 30px; padding-right: 30px; position: absolute; z-index: 50; left: 0; right: 0; margin: auto; display: flex; justify-content: flex-start; top: 47%; transform: translateY(-50%);}
.main-visual .dday .inner { display: inline-flex; align-items: center; padding: 14px 22px; border-radius: 8px; background: linear-gradient(87deg, rgba(0, 0, 0, 0.56) 0%, rgba(4, 117, 182, 0.56) 118.33%); backdrop-filter: blur(10px); color: #fff; }
.main-visual .dday span { display: inline-block; margin: 0 16px 0 6px; font-size: var(--font-size20); line-height: 1.7em; color: #dfdfdf; font-weight: 500; }
.main-visual .dday .day { font-size: var(--font-size24); font-weight: 600; line-height: 1.58em; }

/* main 공통 */
.main-pd { padding: 120px 0 140px;}
.main-pd.radial { background: radial-gradient(50% 50% at 50% 50%, #0F2F42 0%, #111 100%); color: #fff; }
.main-pd.linear { background: linear-gradient(100deg, #082141 43.19%, #0475B6 97.44%); }
.main-subtit { color: var(--color-primary); font-size: var(--font-size24); font-weight: 500; line-height: 1.58em; margin-bottom: 16px; }
.main-subtit.tc { text-align: center; }
.main-subtit.white { color: #dfdfdf; }
.main-tit { color: #fff; font-size: 60px; line-height: 1.23em; margin-bottom: 40px; font-weight: 400; font-family: var(--sm); }
.main-tit span { color: var(--color-primary); }
.main-tit.kr { font-family: 'Pretendard'; font-weight: 600; }
.main-tit.tc { text-align: center; }
.main-txt { font-size: var(--font-size24); font-weight: 500; line-height: 1.58em; color: #dfdfdf; }
.main-contact-btn { padding: 16px 24px; display: inline-flex; align-items: center; font-size: var(--font-size18); line-height: 1.77em; color: #676767; font-weight: 600; background: #f1f1f1; border-radius: 50px; padding-left: 56px; position: relative; }
.main-contact-btn::before { content: ""; position: absolute; left: 24px; top: 0; bottom: 0; margin: auto; width: 24px; height: 24px; background: url(../images/main/sec2-btn.png) center no-repeat; background-size: contain; transition: .2s;}
.main-contact-btn:hover { background: var(--color-primary); color: #fff; }
.main-contact-btn:hover::before { background-image: url(../images/main/sec2-btn-w.png);} 
.main-radial-txt { font-size: var(--font-size26); font-weight: 500; line-height: 1.53em; color: #dfdfdf; }
.main-radial-txt span { color: var(--color-primary);}
.main-swiper { border-radius: 16px; background: rgba(255, 255, 255, 0.16); padding: 36px; height: 712px; position: relative; }
.main-swiper .top { text-align: center; }
.main-swiper .top .check { display: inline-block; padding: 10px 24px; border-radius: 40px; background: linear-gradient(100deg, #082141 43.19%, #0475B6 97.44%); color: #fff; font-weight: 600; line-height: 1.5em; }
.main-swiper .top h3 { margin: 30px 0 16px; font-size: var(--font-size40); font-weight: 600; line-height: 1.4em; }
.main-swiper .top h5 { color: #dfdfdf; font-size: var(--font-size20); font-weight: 500; line-height: 1.7em; padding-bottom: 40px; border-bottom: 1px dashed rgba(255, 255, 255, 0.16); margin-bottom: 40px; }
.main-swiper .top h5.mg { border: none; padding-bottom: 0; margin-bottom: 16px; }
.main-swiper .top h5.mg2 { margin-bottom: 20px; }
.main-swiper .top h5 span { color: var(--color-primary);}
.main-swiper .btm .col { padding: 14px 20px; display: flex; border-radius: 8px; background: rgba(255, 255, 255, 0.40); margin-bottom: 8px; color: #fff; font-size: var(--font-size20); line-height: 1.7em; font-weight: 500; align-items: flex-start;}
.main-swiper .btm .col:last-child { margin-bottom: 0; }
.main-swiper .btm .col .txt { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 12px; }
.main-swiper .btm .step { width: 90px; height: 34px; border-radius: 17px; background: var(--color-primary); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 500; line-height: 1.77em; }
.main-btns { display: flex; position: absolute; bottom: 36px; left: 0; right: 0; margin: auto; justify-content: center; gap: 8px; }
.main-swiper .btm .col img { margin-top: 7px; }
.main-swiper .ct { display: flex; gap: 8px; flex-wrap: wrap;}
.main-swiper .ct>div { width: calc(100%/2 - 4px); padding: 24px 30px; border-radius: 8px; background: rgba(255, 255, 255, 0.40); color: #fff; }
.main-swiper .ct .tt { margin-bottom: 4px; font-size: var(--font-size20); line-height: 1.7em; font-weight: 500; color: #dfdfdf; }
.main-swiper .ct .tt span { padding-left: 10px; font-size: 16px; color: #bbb; }
.main-swiper .ct strong { display: block; font-size: var(--font-size32); line-height: 1.43em; font-weight: 500; }
.main-swiper .bf-tit { margin-top: 18px; font-size: var(--font-size18); color: #dfdfdf; font-weight: 500; line-height: 1.33em; padding-left: 24px; position: relative; }
.main-swiper .bf-tit::before { content: ""; position: absolute; left: 0; width: 16px; height: 16px; background: url(../images/main/sec4-bf.png) center no-repeat; top: 3px; }
.main-prev::after, .main-next::after { display: none; }
.main-prev, .main-next { width: 48px; height: 48px; border-radius: 48px; position: relative; top: auto; margin-top: 0; background-repeat: no-repeat; background-position: center; background-size: 9px; background-color: rgba(255, 255, 255, 0.16); transition: .2s;}
.main-prev { background-image: url(../images/main/main-prev.png); left: auto;}
.main-prev:hover { background-color: #fff; background-image: url(../images/main/main-prev-c.png);}
.main-next { background-image: url(../images/main/main-next.png); right: auto;}
.main-next:hover { background-color: #fff; background-image: url(../images/main/main-next-c.png);}

/* main */
.sec1 { text-align: center; padding-bottom: 0;}
.sec1 .main-tit { margin-bottom: 80px; }
.sec1 .group { margin-bottom: 100px; }
.sec1 .group:last-child { margin-bottom: 0; }
.sec1 .group h4 { font-family: var(--sm); font-size: var(--font-size36); font-weight: 400; line-height: 1.38em; margin-bottom: 40px; }
.sec1 .group h4.kr { font-family: 'Pretendard'; font-weight: 500; }
.sec1 .group .txt { margin-bottom: 40px; }
.sec1 .group .txt p { margin-bottom: 16px; font-size: var(--font-size20); line-height: 1.7em; color: #dfdfdf;}
.sec1 .group .txt p:last-child { margin-bottom: 0; }
.sec1-wrap { display: flex; flex-wrap: wrap; gap: 20px; }
.sec1-wrap .col { flex: 1; border-radius: 16px; overflow: hidden; position: relative; text-align: left; }
.sec1-wrap .col img { width: 100%; }
.sec1-wrap .col .abbox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 16px; background: rgba(0, 0, 0, 0.56); padding: 40px; display: flex; flex-direction: column; justify-content: flex-end;}
.sec1-wrap .col .abbox .en-tt { font-size: var(--font-size18); font-weight: 400; color: #999; line-height: 1.77em; }
.sec1-wrap .col .abbox .tt { margin-bottom: 30px; font-size: var(--font-size32); font-weight: 500; line-height: 1.43em; }
.sec1-wrap .col .abbox .text { font-size: var(--font-size18); font-weight: 400; color: #ddd; line-height: 1.77em; }
.sec1 .group.ceo { display: flex; align-items: center;}
.sec1 .group.ceo .info { flex: 1 1 auto; min-width:0; width:1%; padding-left: 140px; text-align: left; }
.sec1 .group.ceo .info .tit2 { margin-bottom: 20px; font-size: var(--font-size20); font-weight: 500; line-height: 1.7em; color: var(--color-primary);}
.sec1 .group.ceo .info .name { font-family: var(--sm); font-size: var(--font-size56); font-weight: 400; line-height: 1.25em; padding-bottom: 60px; margin-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.10); letter-spacing: 0;}
.sec1 .group.ceo .info ul { display: flex; flex-wrap: wrap; gap: 8px 10px;}
.sec1 .group.ceo .info ul li { width: calc(100%/2 - 5px); position: relative; padding-left: 12px; font-size: var(--font-size20); line-height: 1.7em; color: #dfdfdf; font-weight: 400; }
.sec1 .group.ceo .info ul li::before { content: ""; position: absolute; left: 0; width: 4px; height: 4px; background: #aaa; top: 14px; border-radius: 4px; }

.sec2 { text-align: center; background: radial-gradient(50% 50% at 50% 50%, #937134 0%, #281F0E 100%) !important;}
.sec2 .main-txt { margin-bottom: 80px; text-align: center; }
.sec2-tab { display: flex; }
.sec2-tab li { flex: 1; }
.sec2-tab li a { display: flex; align-items: center; justify-content: center; text-align: center; height: 82px; border-radius: 24px 24px 0 0; background: transparent; color: #8899a3; font-weight: 600; font-size: var(--font-size20); line-height: 1em; position: relative; overflow: hidden; isolation: isolate; transition: color 0.35s ease; }
.sec2-tab li a::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 24px 24px 0 0; background: #f0f7fa; z-index: -2; }
.sec2-tab li a::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 24px 24px 0 0; background: linear-gradient(268deg, #0475B6 0%, #1C1C1C 99.66%); transform: scaleX(0); transform-origin: left center; transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1); z-index: -1; }
.sec2-tab li a:hover { color: #fff; }
.sec2-tab li a:hover::before { transform: scaleX(1); }
.sec2-tab li.active a { color: #fff; }
.sec2-tab li.active a::before { transform: scaleX(1); }
.sec2-tab-content { background: #fff; padding: 60px 50px; border-radius: 0 0 24px 24px;}
.sec2-tab-content .tab-item { display: none; position: relative; }
.sec2-tab-content .tab-item.active { display: block; }
@keyframes sec2TabFadeUp { 
    from { opacity: 0; transform: translateY(20px); } 
    to { opacity: 1; transform: translateY(0); } 
}
.sec2-tab-content.sec2-tab-changed .tab-item.active { animation-name: sec2TabFadeUp; animation-duration: 0.55s; animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-fill-mode: both; }
.sec2-tit { font-size: var(--font-size48); font-weight: 600; line-height: 1.29em; color: var(--color-primary); margin-bottom: 16px; }
.sec2-tit.mg { margin-bottom: 60px; }
.sec2-subtit { font-size: var(--font-size22); font-weight: 500; line-height: 1.63em; color: #676767; margin-bottom: 60px; }
.sec2-fx { display: flex; gap: 30px; }
.sec2-fx.mg{ margin-bottom: 24px; }
.sec2-fx .col { flex: 1; padding: 36px; border-radius: 16px; background: #f9f9f9; text-align: left;}
.sec2-fx .col h4 { font-size: var(--font-size28); line-height: 1.5em; font-weight: 600; color: #2c2c2c; padding-left: 26px; position: relative; }
.sec2-fx .col h4::before { content: ""; position: absolute; left: 0; width: 16px; height: 16px; top: 12px; background: url(../images/main/tit-bf.png) center no-repeat; background-size: contain; }
.sec2-fx .col h5 { font-size: var(--font-size20); line-height: 1.7em; font-weight: 500; padding-top: 12px; }
.sec2-fx ul { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 30px; border-top: 1px dashed #DFDFDF; margin-top: 30px; }
.sec2-fx ul li { width: calc(100%/2 - 4px); font-size: var(--font-size20); line-height: 1.7em; color: #676767; font-weight: 400; padding-left: 12px; position: relative; }
.sec2-fx ul li::before { content: ""; position: absolute; left: 0; width: 4px; height: 4px; background: #ccc; top: 14px; border-radius: 4px; }
.sec2-fx ul.wt li { width: 100%; }
.sec2-gold { color: #fff; display: flex; flex: 1; padding: 16px 24px; gap: 30px; border-radius: 16px; background: linear-gradient(183deg, #CD8E29 2.21%, #916D33 169.92%); font-size: var(--font-size20); line-height: 1.7em; font-weight: 600; }
.sec2-gold.jt { justify-content: center;}
.sec2-circle { padding-top: 30px; border-top: 1px dashed #DFDFDF; margin-top: 30px; display: flex; }
.sec2-circle .circle { text-align: center; width: calc(100%/3 + 30px); padding: 30px 10px; border-radius: 100px; background: rgba(8, 33, 65, 0.40); margin-left: -30px; }
.sec2-circle .circle:first-child { margin-left: 0; }
.sec2-circle .circle .step { line-height: 1.5em; color: rgba(255,255,255,0.7); font-weight: 500; }
.sec2-circle .circle .tt { font-size: var(--font-size20); line-height: 1.7em; font-weight: 600; color: #fff; }
.sec2-fx .width { width: calc(100%/2 - 5px);}
.sec2-fx .width .img { border-radius: 16px; overflow: hidden; position: relative; }
.sec2-fx .width .img .abbox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 16px; background: rgba(0, 0, 0, 0.4); padding: 20px; display: flex; justify-content: center; align-items: center; text-align: center; font-size: var(--font-size36); line-height: 1.38em; font-weight: 600; color: #fff; }
.sec2 .main-contact-btn { position: absolute; right: 0; top: -5px; }

.sec3 { padding-bottom: 0; }
.sec3 .contain { display: flex; gap: 160px; flex-wrap: wrap;}
.sec3 .contain::after { content: none;}
.sec3 .contain>div { width: calc(100%/2 - 80px);}
.sec3 .left h5 { margin-bottom: 22px; }

.sec4 { background: url(../images/main/sec4-bg.jpg) center no-repeat; background-size: cover;}
.sec4-titbox { display: flex; align-items: flex-end; margin-bottom: 200px; justify-content: space-between;}
.sec4 .main-subtit { color: rgba(255,255,255,0.7);}
.sec4 .main-txt { color: rgba(255,255,255,0.9); }
.sec4-titbox .main-btns { position: relative; bottom: auto; left: auto; right: auto; margin: 0; }
.sec4-swiper .item { display: flex; flex-wrap: wrap; gap: 10px 6px;}
.sec4-swiper .item .col { width: calc(100%/3 - 4px); }
.sec4-swiper .item .col a { display: block; border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.08); background: rgba(255, 255, 255, 0.16); backdrop-filter: blur(20px); padding: 40px; }
.sec4-swiper .item .col .top { display: flex; align-items: center; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.10); margin-bottom: 30px; font-size: var(--font-size18); font-weight: 500; line-height: 1.77em; color: rgba(255,255,255,0.8);}
.sec4-swiper .item .col .top .thumb { width: 100px; margin-right: 20px; }
.sec4-swiper .item .col .top .thumb>div { position: relative; padding-bottom: 100%; border-radius: 100%; display: block; overflow: hidden;}
.sec4-swiper .item .col .top .thumb img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.sec4-swiper .item .col .top .info { flex: 1 1 auto; min-width: 0; width: 1%; }
.sec4-swiper .item .col .top .info .name { font-size: var(--font-size22); font-weight: 500; line-height: 1.63em; color: #fff; margin-bottom: 6px; }
.sec4-swiper .item .col .top .info .univ { color: rgba(255,255,255,0.8); font-size: var(--font-size18); line-height: 1.77em; font-weight: 500; }
.sec4-swiper .item .col .tit { font-size: var(--font-size24); line-height: 1.58em; font-weight: 600; color: #fff; height:3.16em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}

.sec5 .contain { display: flex; gap: 160px; flex-wrap: wrap;}
.sec5 .contain::after { content: none;}
.sec5 .contain>div { width: calc(100%/2 - 80px);}
.sec5 h5 { color: #fff; }
.sec5 .left .txt { margin: 50px 0 64px;}
.sec5 .left .txt p { margin-bottom: 20px; font-size: var(--font-size20); line-height: 1.7em; color: #dfdfdf; }
.sec5 .left .txt p:last-child { margin-bottom: 0; }
.sec5 .left .main-contact-btn { color: #2c2c2c; }
.sec5 .left .main-contact-btn:hover { color: #fff; }

.sec6-txt { text-align: center; font-size: var(--font-size20); line-height: 1.7em; color: #dfdfdf; margin-bottom: 80px; }

.sec7 { position: relative; }
.sec7 .contain { display: flex; flex-wrap: wrap;}
.sec7 .contain::after { content: none;}
.sec7 .contain>div { width: calc(100%/2);}
.sec7 .left { padding-right: 30px; }
.sec7 .left p { font-size: var(--font-size20); line-height: 1.7em; color: #dfdfdf; font-weight: 400; }
.sec7-img { position: relative; display: block; bottom: -140px; left: -160px;}

.faq-list li { margin-bottom: 12px; width: 100%; border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.16); background: rgba(255, 255, 255, 0.16); overflow: hidden;}
.faq-list li .tit a { display: flex; padding: 30px; color: #fff; font-size: var(--font-size24); font-weight: 500; line-height: 1.58em; }
.faq-list li .q { display:inline-block; margin-right:20px; flex:0 0 32px; width:32px; height:32px; text-align:center; color:#fff; font-size:16px; font-weight:600; line-height:32px; background:var(--color-primary); border-radius:100%;}
.faq-list li .cnt { padding: 30px; padding-top: 0; display: none; background: #fff; }
.faq-list li .cnt .fx { padding-top: 24px; border-top: 1px dashed #EEE; display: flex; align-items: flex-start;}
.faq-list li .a { display:inline-block; margin-right:20px; flex:0 0 32px; width:32px; height:32px; text-align:center; color:var(--color-primary); font-size:16px; font-weight:600; line-height:32px; background:#DCECF5; border-radius:100%;}
.faq-list li .cnt .fx .txt { flex: 1 1 auto; min-width: 0; width: 1%; font-size: var(--font-size20); line-height: 1.7em; color: #676767; font-weight: 400; }
.faq-list li .cnt .buttons {margin-bottom:0;}
.faq-list li.active .tit a { background: #fff; color: #2c2c2c; }

/* 게시판 공통 */
.noti-list { border-top: 1px solid #fff;}
.noti-list li { border-bottom: 1px solid rgba(255, 255, 255, 0.24); }
.noti-list li a { display: flex; padding: 40px; position: relative; align-items: center; }
.noti-list li .num { width: 56px; height: 56px; border-radius: 56px; display: flex; align-items: center; justify-content: center; margin-right: 40px; color: #fff; font-weight: 700; line-height: 1em; font-size: var(--font-size18);}
.noti-list li .info { flex: 1 1 auto; min-width: 0; width: 1%; padding-right: 40px; }
.noti-list li .info .tit { line-height: 1.2em; font-size: var(--font-size20); font-weight: 600; color: #fff; margin-bottom: 8px; overflow:hidden; text-overflow:ellipsis;  white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; transition: .2s;}
.noti-list li .info .tit img {vertical-align:middle; margin:-.2em 4px 0;}
.noti-list li .info .etc { display: flex; flex-wrap: wrap; gap: 7px 20px;}
.noti-list li .info .etc span { font-size: 15px; font-weight: 400; color: #bbb; line-height: 1.3em; }
.noti-list li a::after { content: "→"; position: absolute; right: 40px; top: 50%; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); font-size: 30px; font-weight: 700; color: #fff; line-height: 1em; transition: .2s;}
.noti-list li a:hover { background: rgba(255, 255, 255, 0.24); }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: linear-gradient(90deg, #000 0%, #082F45 100%); color: #878787; padding: 60px 0;}
#footer .contain { display: flex; max-width: 1780px; }
#footer .contain::after { content: none;}
.policy { margin-top: 48px; }
.policy a { display: inline-block; padding-right: 24px; color: rgba(255,255,255,0.5); font-weight: 600; line-height: 1.87em; }
.policy a:last-child { padding-right: 0; }
.ft-info { flex:1 1 auto; min-width:0; width:1%; padding-left: 160px; display: flex; align-items: flex-end; justify-content: space-between;}
.ft-text span { padding-right: 30px; font-size: var(--font-size18); font-weight: 500; line-height: 1.33em; color: #878787; margin-bottom: 16px; display: inline-block; }
.ft-text span:last-child { padding-right: 0; }
.ft-text span strong { display: inline-block; color: #dfdfdf; padding-right: 20px; font-weight: 600; }
.cpr { margin-top: 18px; }
.cpr span { display: inline-block; line-height: 1.87em; }
.cpr a { display: inline-block; line-height: 1.87em; color: #2c2c2c; }
.ft-info .scroll-top { position: relative; color: #fff; text-align: center; border-radius: 8px; background: rgba(255, 255, 255, 0.16); width: 80px; height: 80px; padding-top: 37px; line-height: 1.5em; font-weight: 600; display: block; }
.ft-info .scroll-top::before { content: ""; position: absolute; left: 0; right: 0; margin: auto; top: 23px; width: 12px; height: 7px; background: url(../images/common/top.png) center no-repeat; background-size: contain; }

/* 퀵메뉴 */
.quick { position: fixed; z-index: 999; right: 0; bottom: 0; width: 114px; border-radius: 8px 0 0 0; background: rgba(255, 255, 255, 0.90); box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08); backdrop-filter: blur(12px); padding: 12px; }
.quick a { display: flex; text-align: center; margin-bottom: 8px; height: 90px; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.quick a:last-child { margin-bottom: 0; }
.quick a span { display: block; font-size: var(--font-size18); font-weight: 500; color: #2c2c2c; line-height: 1.77em; }