@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:1500px; 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; max-width: 1820px;}
#header .contain::after { content: none;}

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat; width: 72px; height: 72px; }
.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 46px; position: relative; }
#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:600; line-height:1.7em; }
#gnb>ul>li:hover>a { color: var(--color-primary);}

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:18px 5px 42px;}
#gnb .submenu>ul>li>a {display:block; padding:6px 0; color:#505050; font-size:18px; line-height:1.77em; font-weight: 500; }
#gnb .submenu>ul>li>a:hover { color: var(--color-primary); }
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #eee; border-bottom:1px solid #eee;}

.util { display: flex; align-items: center; gap: 10px; }
.hd-contact-btn { display: inline-flex; height: 52px; border-radius: 26px; background: var(--color-primary); color: #fff; padding-left: 20px; padding-right: 60px; position: relative; font-weight: 700; font-size: var(--font-size18); line-height: 1em; align-items: center; font-family: var(--suit);}
.hd-contact-btn::after { content: ""; position: absolute; right: 8px; top: 0; bottom: 0; margin: auto; width: 36px; height: 36px; background: url(../images/common/hd-contact-ico.png) center no-repeat; background-size: contain; }
.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 #gnb>ul>li>a { color: #121212; }
#header.hover #gnb>ul>li:hover>a { color: var(--color-primary);}

#header.main { position: sticky; background: #fff; }
#header.main #gnb>ul>li>a { color: #121212; }
#header.main #gnb>ul>li:hover>a { color: var(--color-primary);}
#header.main .list-icon span { background: #121212;}
#header.main .list-icon span::before { background: #121212;}
#header.main .list-icon span::after { background: #121212;}

#header.move { background: #fff; border-bottom: 1px solid #eee;}
#header.move #gnb>ul>li>a { color: #121212; }
#header.move #gnb>ul>li:hover>a { color: var(--color-primary);}
#header.move .list-icon span { background: #242424; }
#header.move .list-icon span::before { background: #242424; }
#header.move .list-icon span::after { background: #242424; }

.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>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--color-primary);}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:15px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a br { display: none;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color: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; overflow: hidden; background: #fff; padding-bottom: 40px; }
.main-visual .items { max-width: 100%; margin: 0 auto; overflow: visible; }
/* .main-visual .slick-list { overflow: hidden; } */
.main-visual .slick-track { display: flex; align-items: center; }
.main-visual .slick-slide { position: relative; height: calc(81vh + 60px); overflow: visible;padding-bottom: 60px; }
.main-visual .slick-slide > div { height: 100%; display: flex; align-items: center; }
.main-visual .item { position: relative; width: 100%; height: calc(81vh * 520 / 740); overflow: hidden; border-radius: 0; filter: grayscale(1); transition: height .8s ease-in-out, border-radius .8s ease-in-out, box-shadow .8s ease-in-out, filter .5s ease; }
.main-visual .slick-center .item,
.main-visual .is-mv-active .item { height: 81vh; border: 8px solid var(--color-primary); border-radius: 72px; box-shadow: 0 16px 16px rgba(0,0,0,0.12); filter: none; }
.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: 0; left: 0; width: 100%; height: 100% !important; max-width: 100%; object-fit: cover; }
.main-visual .item::before { content: ""; position: absolute; inset: 0; z-index: 3; background: rgba(255,255,255,0.1); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); opacity: 1; transition: opacity .5s; pointer-events: none; }
.main-visual .slick-center .item::before,
.main-visual .is-mv-active .item::before { opacity: 0; }
.main-visual .item::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0,0,0,0) 50%, #000 100%), linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); opacity: 0; transition: opacity .5s; pointer-events: none; }
.main-visual .slick-center .item::after,
.main-visual .is-mv-active .item::after { opacity: 1; }
.main-visual .caption { position: absolute; left: 0; bottom: 0; width: 100%; z-index: 2; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .3s; }
.main-visual .slick-center .caption { opacity: 1; visibility: visible; pointer-events: auto; }
.main-visual .caption .contain { max-width: 100%; padding: 0; }
.main-visual .caption .txt { width: 100%; display: flex; flex-direction: column; justify-content: flex-end; min-height: calc(70vh - 16px); padding: 0 100px 70px; box-sizing: border-box; transform: translateX(-50px); opacity: 0; transition: opacity 0s 2s, transform 0s 2s; color: #fff; }
.main-visual .items .slick-center .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 { max-width: 568px; font-family: var(--suit); font-size: var(--font-size56); font-weight: 700; line-height: 1.25em; letter-spacing: -0.02em; margin: 0 0 60px; color: #fff; }
.main-visual .caption h2 span { background: linear-gradient(90deg, #ffb60d 0%, #ff6d00 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.main-visual .mv-foot { display: flex; align-items: flex-start; justify-content: flex-end; gap: 40px; padding-top: 60px; border-top: 1px solid rgba(255,255,255,0.16); }
.main-visual .caption p { font-size: var(--font-size20); font-weight: 500; line-height: 1.7em; letter-spacing: -0.02em; color: #fff; text-align: right; }
.main-visual .vs-pagination { position: absolute; left: 50%; bottom: 250px; z-index: 60; display: flex; align-items: center; gap: 14px; width: min(1440px, calc(100% - 480px)); transform: translateX(-50%); padding-left: 108px; box-sizing: border-box; pointer-events: none; }
.main-visual .vs-pagination .slick-prev,
.main-visual .vs-pagination .slick-next { pointer-events: auto; flex: 0 0 14px; width: 14px; height: 14px; background-repeat: no-repeat; background-position: center; background-size: contain; text-indent: -9999em; overflow: hidden; background-color: transparent; border: none; cursor: pointer; position: static; transform: none; top: auto; left: auto; right: auto; bottom: auto; }
.main-visual .vs-pagination .slick-prev { background-image: url("../images/main/main-prev.png"); }
.main-visual .vs-pagination .slick-next { background-image: url("../images/main/main-next.png"); }
.main-visual .vs-pagination .slick-prev.slick-disabled,
.main-visual .vs-pagination .slick-next.slick-disabled { opacity: 0.35; cursor: default; }
.main-visual .vs-pagination .roll-btn { pointer-events: none; display: flex; align-items: center; gap: 0; font-weight: 700; line-height: 1.5em; color: #fff; white-space: nowrap; }
.main-visual .vs-pagination .roll-btn strong { font-weight: 700; color: #fff; }
.main-visual .vs-pagination .roll-btn .sep { padding: 0 5px; color: rgba(255,255,255,0.4); }
.main-visual .vs-pagination .roll-btn .total { color: rgba(255,255,255,0.4); }
.main-visual .items .slick-arrow { display: none !important; }

/* main 공통 */
.main-pd { padding: 100px 0 120px; }
.main-title { display: flex; flex-direction: column; gap: 24px; }
.main-title.center { align-items: center; text-align: center; }
.main-title .label { font-family: var(--suit); font-size: var(--font-size18); font-weight: 600; line-height: 1.778em; letter-spacing: -0.02em; color: var(--color-primary); }
.main-title .tit { font-family: var(--suit); font-size: var(--font-size40); font-weight: 700; line-height: 1.35em; letter-spacing: -0.02em; color: #121212; }
.main-title .desc { font-size: var(--font-size20); font-weight: 400; line-height: 1.7em; letter-spacing: -0.02em; color: #505050; }
.main-title .label + .tit { margin-top: -12px; }
.main-more { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 52px; padding: 0 24px; border-radius: 100px; font-size: var(--font-size18); font-weight: 600; line-height: 1.778em; box-sizing: border-box; }
.main-more::after { content: ""; flex: 0 0 16px; width: 16px; height: 16px; background: url("../images/main/sec1-view.png") center no-repeat; background-size: contain; filter: brightness(0) invert(1); }
.main-more.dark { background: #121212; color: #fff; }

/* main - sec1 주요 프로젝트 */
.sec1 { background: #fafafa; }
.sec1 .main-title { margin-bottom: 60px; }
.sec1-hex { display: flex; align-items: flex-end; position: relative; justify-content: center;}
.sec1-hex > li { position: relative; flex: 0 0 600px; width: 600px; height: 519px; margin-right: -320px; clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); background: transparent; transition: background .3s; }
.sec1-hex > li:last-child { margin-right: 0; }
.sec1-hex > li:nth-child(1) { z-index: 4; }
.sec1-hex > li:nth-child(2) { z-index: 3; }
.sec1-hex > li:nth-child(3) { z-index: 2; }
.sec1-hex > li:nth-child(4) { z-index: 1; }
.sec1-hex > li:hover,
.sec1-hex > li.active { z-index: 10; background: var(--color-primary); }
.sec1-hex > li > a { display: block; position: relative; width: 100%; height: 100%; clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); transform: scale(1); transform-origin: center center; transition: transform .3s; }
.sec1-hex > li:hover > a,
.sec1-hex > li.active > a { transform: scale(calc((600 - 16) / 600), calc((519 - 16) / 519)); }
.sec1-hex .thumb { position: relative; padding-bottom: 88%; display: block; overflow: hidden; }
.sec1-hex .thumb img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.45); transition: filter .3s; }
.sec1-hex .thumb .bg { position: absolute; inset: 0; z-index: 1; background: rgba(0,0,0,0.55); transition: opacity .3s; pointer-events: none; }
.sec1-hex > li:hover .thumb img,
.sec1-hex > li.active .thumb img { filter: none; }
.sec1-hex > li:hover .thumb .bg,
.sec1-hex > li.active .thumb .bg { opacity: 0; }
.sec1-hex .cont { position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%, -20%); display: flex; flex-direction: column; align-items: center; gap: 32px; width: 100%; text-align: center; opacity: 0; transition: .3s; pointer-events: none; }
.sec1-hex > li.active .cont,
.sec1-hex > li:hover .cont { opacity: 1; pointer-events: auto; }
.sec1-hex .name { font-size: var(--font-size28); font-weight: 600; line-height: 1.5em; letter-spacing: -0.03em; color: #fff; }
.sec1-hex .more { display: inline-flex; align-items: center; gap: 10px; padding: 10px 24px; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.16); backdrop-filter: blur(8px); font-size: var(--font-size18); font-weight: 600; line-height: 1.778em; color: #fff; }
.sec1-hex .more::after { content: ""; flex: 0 0 16px; width: 16px; height: 16px; background: url("../images/main/sec1-view.png") center no-repeat; background-size: contain; filter: brightness(0) invert(1); }

/* main - sec2 통계 */
.sec2 { border-top: 1px solid #eee; border-bottom: 1px solid #eee; background: rgba(255,255,255,0.9); backdrop-filter: blur(12px); }
.sec2-stats { display: flex; gap: 16px; }
.sec2-stats > li { flex: 1 1 0; min-width: 0; display: flex; align-items: center; gap: 24px; padding: 32px 0; }
.sec2-stats .ico { flex: 0 0 116px; width: 116px; height: 116px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: #fff8f3; }
.sec2-stats .txt { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.sec2-stats .name { font-size: var(--font-size18); line-height: 1.556em; letter-spacing: -0.02em; color: #676767; }
.sec2-stats .num { display: flex; align-items: flex-end; gap: 4px; }
.sec2-stats .num strong { font-size: var(--font-size36); font-weight: 600; line-height: 1em; letter-spacing: -0.03em; color: #121212; }
.sec2-stats .num span { font-weight: 500; line-height: 1.5em; letter-spacing: -0.02em; color: #a8a8a8; padding-bottom: 4px; }

/* main - sec3 영상 제작 */
.sec3 { overflow: hidden; }
.sec3-inner { display: flex; align-items: stretch; justify-content: space-between; }
.sec3-left { display: flex; flex-direction: column; justify-content: space-between; gap: 40px; padding-bottom: 20px; width: 33%; }
.sec3-nav { display: flex; gap: 6px; }
.sec3-prev,
.sec3-next { width: 60px; height: 60px; border: 0; text-indent: -9999em; cursor: pointer; background: #fff url("../images/main/sec3-prev.png") center no-repeat; background-size: 10px; border: 1px solid #dfdfdf; border-radius: 8px; transition: .3s;}
.sec3-next { background-image: url("../images/main/sec3-next.png"); }
.sec3-prev:hover,
.sec3-next:hover { background-color: #121212; border-color: #121212;}
.sec3-prev:hover { background-image: url(../images/main/sec3-prev-w.png);}
.sec3-next:hover { background-image: url(../images/main/sec3-next-w.png);}
.sec3-swiper { width: 100%; margin-right: -33%;  }
.sec3-swiper .swiper-slide { width: 640px; }
.sec3-card { display: flex; flex-direction: column; gap: 20px; }
.sec3-card .thumb { position: relative; border-radius: 16px; overflow: hidden; padding-bottom: 56.25%; }
.sec3-card .thumb img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.sec3-card .thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%); opacity: 0; transition: .3s; }
.sec3-card .thumb::before { content: ""; position: absolute; right: 24px; top: 24px; z-index: 1; width: 60px; height: 60px; background: url("../images/main/sec3-arrow.png") center no-repeat; background-size: contain; opacity: 0; transition: .3s; }
.sec3-card:hover .thumb::after,
.sec3-card:hover .thumb::before { opacity: 1; }
.sec3-card .name { font-size: var(--font-size24); font-weight: 600; line-height: 1.667em; letter-spacing: -0.02em; color: #121212; }

/* main - sec4 공지사항 */
.sec4 { position: relative; }
.sec4::before { content: ""; position: absolute; inset: 0; background: #eee url("../images/main/sec4-bg.jpg") center bottom no-repeat; background-size: cover; pointer-events: none; }
.sec4 .contain { position: relative; z-index: 1; }
.sec4-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 60px; }
.sec4-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.sec4-list > li > a { display: flex; flex-direction: column; gap: 12px; padding: 30px; border: 1px solid rgba(255,255,255,0.16); border-radius: 8px; background: rgba(255,255,255,0.4); backdrop-filter: blur(12px); box-sizing: border-box; transition: .25s; position: relative; }
.sec4-list > li > a::after { content: ""; position: absolute; right: 30px; top: 30px; width: 10px; height: 12px; background: url(../images/main/sec4-view.png) center no-repeat; background-size: contain; opacity: 0; transition: .2s;}
.sec4-list .date { line-height: 1.5em; letter-spacing: -0.02em; color: #878787; }
.sec4-list .subject { font-size: var(--font-size24); font-weight: 600; line-height: 1.667em; letter-spacing: -0.02em; color: #121212; transition: color .25s; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.sec4-list > li > a:hover { background: rgba(255,255,255,0.7); }
.sec4-list > li > a:hover .subject { color: var(--color-primary); }
.sec4-list > li > a:hover::after { opacity: 1; }

/* main - sec5 포트폴리오 */
.sec5-list { display: flex; width: 100%; height: 720px; border-radius: 16px; overflow: hidden; margin-top: 60px; }
.sec5-list > li { flex: 1 1 0; min-width: 0; position: relative; overflow: hidden; transition: flex .45s ease; }
.sec5-list > li > a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; position: relative; padding: 24px; box-sizing: border-box; }
.sec5-list .bg { position: absolute; inset: 0; background-position: center; background-size: cover; background-repeat: no-repeat; filter: grayscale(1); transition: .45s; }
.sec5-list .bg::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0.72); transition: .45s; }
.sec5-list > li.active .bg { filter: none; }
.sec5-list > li:nth-child(1).active .bg { background-image: url("../images/main/sec5-img1-active.jpg") !important; }
.sec5-list > li:nth-child(2).active .bg { background-image: url("../images/main/sec5-img2-active.jpg") !important; }
.sec5-list > li:nth-child(3).active .bg { background-image: url("../images/main/sec5-img3-active.jpg") !important; }
.sec5-list > li:nth-child(4).active .bg { background-image: url("../images/main/sec5-img4-active.jpg") !important; }
.sec5-list > li:nth-child(5).active .bg { background-image: url("../images/main/sec5-img5-active.jpg") !important; }
.sec5-list > li.active .bg::after { background: linear-gradient(90deg, rgba(0,0,0,0.28), rgba(0,0,0,0.28)); }
.sec5-list .cont { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.sec5-list .en { font-family: var(--suit); font-size: var(--font-size18); font-weight: 600; line-height: 1.778em; letter-spacing: -0.02em; color: rgba(255,255,255,0.5); }
.sec5-list .ko { font-family: var(--suit); font-size: var(--font-size40); font-weight: 700; line-height: 1.35em; letter-spacing: -0.02em; color: #fff; }
.sec5-list .more { display: none; align-items: center; gap: 10px; margin-top: 36px; padding: 10px 24px; border-radius: 100px; background: var(--color-primary); font-size: var(--font-size18); font-weight: 600; line-height: 1.778em; color: #fff; }
.sec5-list .more::after { content: ""; flex: 0 0 14px; width: 14px; height: 14px; background: url("../images/main/sec1-view.png") center no-repeat; background-size: contain; filter: brightness(0) invert(1); }
.sec5-list > li.active .en { color: var(--color-primary); }
.sec5-list > li.active .more { display: inline-flex; }

/* main - sec6 클라이언트 */
.sec6 { background: #fafafa; overflow: hidden; }
.sec6 .main-title { margin-bottom: 60px; }
.sec6-marquee { display: flex; flex-direction: column; gap: 14px; width: 100%; overflow: hidden; }
.sec6-track { display: flex; width: max-content; animation: sec6-roll 40s linear infinite; }
.sec6-track.reverse { animation-direction: reverse; animation-duration: 45s; }
.sec6-logos { display: flex; gap: 24px; padding-right: 24px; }
.sec6-logos li { flex: 0 0 200px; width: 200px; height: 80px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: #fff; box-sizing: border-box; overflow: hidden; position: relative;}
.sec6-logos li::after { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; border-radius: 8px; border: 1px solid #eee;}
@keyframes sec6-roll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* sub */ 
.sub-visual {position:relative; height:61vh; background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; align-items: center; color: #fff; text-align: center; padding-bottom: 60px; }
.sub-visual h2 { font-size: var(--font-size48); font-weight: 700; line-height: 1.29em; }
.sub-visual p { margin-top: 20px; line-height: 1.7em; font-size: var(--font-size20); color: rgba(255,255,255,0.8);}

.sub-visual.bg1 {background-image:url("../images/sub/sub-visual1.jpg");}
.sub-visual.bg2 {background-image:url("../images/sub/sub-visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub-visual3.jpg");} 
.sub-visual.bg4 {background-image:url("../images/sub/sub-visual4.jpg");}
.sub-visual.bg5 {background-image:url("../images/sub/sub-visual5.jpg");}

.lnb-flex { position: absolute; left: 0; bottom: 0; padding: 20px 0; width: 100%; background: #1c1c1c; }
.lnb-flex .contain { display: flex; align-items: center; justify-content: space-between;}
.lnb-flex .contain::after { content: none;}
.lnb-wrap {position:relative; flex: 1 1 auto; min-width: 0; width: 1%; }
.lnb ul {display:flex; gap: 8px; }
.lnb ul li { text-align:center; width: auto;}
.lnb ul li a {display:inline-flex; flex-direction:column; justify-content:center; align-items:center; height:54px; padding:0 24px; color:#878787; font-size:20px; font-weight:600; line-height:1.7em; letter-spacing:-.03em; position: relative; background: #2c2c2c; border-radius: 30px; }
.lnb ul li.active a,
.lnb ul li a:hover {color:var(--color-primary); background: #fff; }

.menu-ctr { display: flex; gap: 33px; align-items: center; }
.menu-ctr span { display: inline-block; font-weight: 600; line-height: 1.5em; color: #505050; position: relative; }
.menu-ctr span.home { width: 17px; height: 18px; background: url(../images/sub/home.png) center no-repeat; background-size: contain; }
.menu-ctr span::after { content: ""; position: absolute; right: -17px; width: 1px; height: 16px; background: #2c2c2c; top: 0; bottom: 0; margin: auto; }
.menu-ctr span:last-child::after { display: none; }
.menu-ctr span.page-title {color: #fff; }

#contArea {max-width:1500px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { position: relative; padding: 100px 0 80px; }
.sub-title.pd { padding-bottom: 0; }
.sub-title h2 { font-size: var(--font-size40); font-weight: 700; line-height: 1.35em; color: #121212; position: relative; padding-left: 54px; font-family: var(--suit); }
.sub-title h2::before { content: ""; position: absolute; left: 0; top: 10px; width: 40px; height: 40px; background: url(../images/sub/tit-bf.png) center no-repeat; background-size: contain; }

.real-cont {min-height:300px; padding-bottom: 120px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #121212; color: #fff; }
.ft-top { display: flex; justify-content: space-between; align-items: flex-start; padding: 50px 0 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.10);}
.ft-info { display: flex; }
.ft-text { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 40px; }
.ft-text h3 { color: #fff; font-size: var(--font-size18); font-weight: 600; line-height: 1.55em; }
.ft-text span { display: inline-block; padding-right: 24px; line-height: 1.5em; font-weight: 400; color: #a8a8a8; margin-top: 12px; }
.ft-text span strong { padding-right: 8px; display: inline-block; color: #ccc; font-weight: 600; }
.ft-text span:last-child { padding-right: 0; }
.ft-top .scroll-top { display: inline-block; padding-right: 74px; font-size: var(--font-size20); line-height: 1.7em; font-weight: 600; color: #fff; position: relative; }
.ft-top .scroll-top::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 58px; height: 58px; background: url(../images/common/top.png) center no-repeat; background-size: contain; }
.ft-btm { display: flex; justify-content: space-between; align-items: center; padding: 40px 0 50px;}
.cpr { line-height: 1.5em; font-weight: 500; }
.policy a { display: inline-block; font-weight: 600; padding-right: 40px; line-height: 1.5em; position: relative; }
.policy a:last-child { padding-right: 0; }

/* 퀵메뉴 */
.quick { position: fixed; z-index: 999; right: 40px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; align-items: center; gap: 20px; width: 97px; padding: 24px 16px; box-sizing: border-box; border: 1px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.16); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.quick a { display: flex; flex-direction: column; align-items: center; gap: 8px; width: 100%; padding: 0 12px; box-sizing: border-box; position: relative; text-decoration: none; }
.quick a + a::before { content: ""; position: absolute; left: 0; right: 0; top: -10px; height: 1px; background: rgba(255,255,255,0.16); }
.quick a .txt { font-size: var(--font-size18); font-weight: 500; line-height: 1.5em; letter-spacing: -0.02em; color: #454545; white-space: nowrap; mix-blend-mode: difference; }
.quick a.scroll-top { gap: 0; }
