@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; background: #fff; }
#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.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}
.hd-right { display: flex; flex: 1 1 auto; min-width: 0; width: 1%; justify-content: flex-end;}
 
#gnb {text-align:center; margin-right: 32px; }
#gnb>ul {display:flex; } 
#gnb>ul>li {position:relative; padding: 0 28px; position: relative; }
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#242424; font-size:var(--font-size20); font-weight:600; line-height:1.444em; padding: 0 20px;}
#gnb>ul>li>a::after { content: ""; position: absolute; bottom: -1px; left: 0; width: 0; height: 1px; background: var(--color-primary); transition: .2s;  }
#gnb>ul>li:hover>a::after { width: 100%; }

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:25px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:5px 0; color:#454545; font-size:18px; line-height:1.62em;}
#gnb .submenu>ul>li>a:hover { color: var(--color-primary); font-weight: 600; }
.submenu-bg {display:none; position:absolute; width:100%; left:0; border-bottom: 1px solid #DDD; background: rgba(255, 255, 255, 0.90); backdrop-filter: blur(8px); }

.util { display: flex; align-items: center; gap: 24px; }
.hd-search { width: 24px; height: 24px; border-radius: 50px; border: 2px solid transparent; position: relative; transition: width .3s, border-color .3s, height .3s; box-sizing: content-box; overflow: hidden; }
.hd-search.on { width: 240px; height: 44px; border-color: var(--color-primary); overflow: visible; }
.hd-search form { position: relative; width: 100%; height: 100%; }
.hd-search .input { border-style: none; height: 44px; padding: 0; border-radius: 22px; background: transparent; color: #999; font-size: 14px; line-height: 1.5em; width: 0; opacity: 0; padding-right: 0; pointer-events: none; transition: opacity .2s, width .3s, padding .3s; }
.hd-search.on .input { width: 100%; opacity: 1; padding: 6px 20px; padding-right: 44px; pointer-events: auto; }
.hd-search .input:focus { outline: none; }
.hd-search .input::placeholder { color: #999; }
.hd-search .btns { position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 24px; height: 24px; border: none; background: transparent url(../images/common/hd-sch.png) center no-repeat; background-size: 24px; text-indent: -9999em; cursor: pointer; }
.hd-search.on .btns { right: 16px; }
.list-icon { width: 24px; height: 24px; background: url(../images/common/menu.png) center no-repeat; background-size: contain; display: inline-block; }

.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; 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%; top: 55%; transform: translateY(-50%); z-index: 11; }
.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: 76px; font-weight: 700; line-height: 1.1em; margin-bottom: 24px; }
.main-visual .caption p { font-size: var(--font-size24); line-height: 1.33em; font-weight: 400; }

.main-visual .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 1; }

/* main 공통 */
.main-pd { padding: 100px 0;}

/* main - sec1 */
.sec1 .contain { display: flex; flex-direction: column; align-items: center; gap: 40px; }
.sec1-top { display: flex; flex-direction: column; align-items: center; gap: 64px; width: 100%; }
.sec1-head { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.sec1-label { font-weight: 600; line-height: 1.5em; color: #bebebe; }
.sec1-title { font-size: var(--font-size48); font-weight: 700; line-height: 1.167em; color: #242424; }
.sec1-search { display: flex; flex-direction: column; align-items: center; gap: 16px; width: 100%; max-width: 728px; }
.sec1-search-form { display: flex; align-items: center; gap: 16px; width: 100%; }
.sec1-search-input { flex: 1 1 auto; min-width: 0; width: 1%; height: 72px; padding: 10px 32px; border: 2px solid var(--color-secondary); border-radius: 500px; background: #fff; font-size: var(--font-size18); line-height: 1.333em; color: #242424; box-sizing: border-box; }
.sec1-search-input::placeholder { color: #999; }
.sec1-search-input:focus { outline: none; }
.sec1-search-btn { flex: 0 0 72px; width: 72px; height: 72px; border: none; border-radius: 500px; background: var(--color-secondary) url("../images/main/sch.png") center no-repeat; background-size: contain; text-indent: -9999em; cursor: pointer; }
.sec1-keyword { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; }
.sec1-keyword strong { font-size: var(--font-size18); font-weight: 700; line-height: 1.444em; color: #242424; }
.sec1-keyword ul { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.sec1-keyword ul li a { display: inline-flex; align-items: center; justify-content: center; padding: 8px 16px; border-radius: 8px; background: rgba(0,0,0,0.05); font-weight: 500; line-height: 1.5em; color: #454545; transition: .25s; }
.sec1-keyword ul li a:hover { background: var(--color-primary); color: #fff; }
.sec1-swiper { width: 100%; overflow: hidden; }
.sec1-card { display: flex; flex-direction: column; align-items: center; gap: 28px; padding-bottom: 32px; position: relative; border-radius: 20px; transition: background .3s; }
.sec1-card .thumb { width: 100%; aspect-ratio: 342 / 378; border-radius: 20px; overflow: hidden; position: relative; background: #f6f6f6; transition: .3s;}
.sec1-card .thumb img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain ; max-width: 85%; max-height: 85%;}
.sec1-card .tit { font-size: var(--font-size24); font-weight: 600; line-height: 1.333em; color: #242424; text-align: center; transition: color .3s; }
.sec1-card .arrow { position: absolute; right: 30px; bottom: 30px; width: 56px; height: 56px; border: 1px solid rgba(255,255,255,0.4); border-radius: 50%; box-sizing: border-box; opacity: 0; transition: opacity .3s; background: url("/images/main/sec1-view.svg") center no-repeat; background-size: 14px; }
.sec1-card:hover { background: var(--color-primary); }
.sec1-card:hover .thumb { background: var(--color-primary);}
.sec1-card:hover .tit { color: #fff; align-self: flex-start; padding: 0 30px; }

.sec1-card:hover .arrow { opacity: 1; }

/* main - sec2 */
.sec2 { display: flex; width: 100%; }
.sec2-item { position: relative; flex: 1 1 50%; width: 50%; min-height: 288px; padding: 64px 80px; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; gap: 24px; box-sizing: border-box; overflow: hidden; }
.sec2-item::before { content: ""; position: absolute; inset: 0; background-repeat: no-repeat; background-position: center; background-size: cover; pointer-events: none; }
.sec2-item.phone::before { background-image: url("../images/main/sec2-img1.jpg");}
.sec2-item.online::before { background-image: url("../images/main/sec2-img2.jpg"); }
.sec2-txt { position: relative; z-index: 1; width: 100%; display: flex; flex-direction: column; gap: 16px; }
.sec2-item .tit { font-size: var(--font-size32); font-weight: 700; line-height: 1.25em; color: #fff; }
.sec2-item .desc { line-height: 1.5em; color: rgba(255,255,255,0.8); }
.sec2-btn { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0 40px; border: 1px solid rgba(255,255,255,0.4); border-radius: 30px; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); font-weight: 500; line-height: 1.5em; color: #fff; box-sizing: border-box; cursor: pointer; transition: .25s; }
.sec2-btn:hover { background: rgba(255,255,255,0.2); }

/* main - sec3 */
.sec3-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; margin-bottom: 50px; }
.sec3-head { display: flex; flex-direction: column; gap: 24px; }
.sec3-label { font-weight: 600; line-height: 1.5em; color: #bebebe; }
.sec3-title { font-size: var(--font-size48); font-weight: 700; line-height: 1.167em; color: #242424; }
.sec3-more { flex-shrink: 0; font-size: var(--font-size18); font-weight: 500; line-height: 1.444em; color: var(--color-primary); }
.sec3-body { display: flex; align-items: center; gap: 81px; }
.sec3-list { flex: 1 1 auto; min-width: 0; width: 1%; border-top: 1px solid #000; }
.sec3-list .item { border-bottom: 1px solid #ddd; }
.sec3-list .item > a { display: flex; align-items: center; gap: 20px; padding: 37px 40px; box-sizing: border-box; transition: background .25s; }
.sec3-list .item.active > a { background: rgba(197,0,4,0.02); border-top: 1px solid #ddd; }
.sec3-list .cate { flex: 0 0 80px; width: 80px; font-size: var(--font-size18); font-weight: 600; line-height: 1.556em; color: var(--color-primary); }
.sec3-list .subject { flex: 1 1 auto; min-width: 0; width: 1%; font-size: var(--font-size20); font-weight: 500; line-height: 1.4em; color: #242424; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sec3-list .date { flex-shrink: 0; line-height: 1.5em; letter-spacing: -0.03em; color: #999; }
.sec3-list .ico { display: none; flex: 0 0 24px; width: 24px; height: 24px; background: url("../images/main/sec2-view.png") center no-repeat; background-size: contain; }
.sec3-list .item.active .date { display: none; }
.sec3-list .item.active .ico { display: block; }
.sec3-preview { flex: 0 0 443px; width: 443px; display: flex; flex-direction: column; gap: 32px; padding: 30px; border: 1px solid #ddd; border-radius: 32px; background: #fff; box-sizing: border-box; }
.sec3-preview .thumb { position: relative; width: 100%; border-radius: 24px; overflow: hidden; padding-bottom: 65%; }
.sec3-preview .thumb img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.sec3-preview .thumb::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-radius: 24px; border: 1px solid #ddd;}
.sec3-preview .cont { display: flex; flex-direction: column; gap: 16px; width: 100%; }
.sec3-preview .cate { font-size: var(--font-size18); font-weight: 700; line-height: 1.556em; color: var(--color-primary); }
.sec3-preview .tit { font-size: var(--font-size26); font-weight: 700; line-height: 1.38em; color: #242424; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.sec3-preview .desc { line-height: 1.75em; color: #686868; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; display: none; }

/* main - sec4 */
.sec4 { position: relative; padding: 160px 0; overflow: hidden; }
.sec4::before { content: ""; position: absolute; inset: 0; background: url("../images/main/sec4-bg.jpg") center no-repeat; background-size: cover; pointer-events: none; }
.sec4 .contain { position: relative; z-index: 1; display: flex; align-items: center; gap: 24px; }
.sec4-txt { flex: 0 0 583px; width: 583px; display: flex; flex-direction: column; align-items: flex-start; gap: 64px; }
.sec4-head { display: flex; flex-direction: column; gap: 24px; }
.sec4-title { font-size: var(--font-size56); font-weight: 400; line-height: 1.214em; color: #242424; }
.sec4-title .bold { font-weight: 700; }
.sec4-title em { font-style: normal; font-weight: 700; color: var(--color-primary); }
.sec4-desc { font-size: var(--font-size18); line-height: 1.444em; color: #686868; }
.sec4-btn { display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0 40px; border-radius: 30px; background: var(--color-secondary); font-weight: 500; line-height: 1.5em; color: #fff; box-sizing: border-box; backdrop-filter: blur(10px); transition: .25s; }
.sec4-btn:hover { opacity: 0.85; }
.sec4-video { position: relative; flex: 1 1 auto; min-width: 0; width: 1%; border-radius: 40px; overflow: hidden; }

/* sub */ 
.sub-visual {position:relative; height:35.5vh; background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; align-items: center; text-align: left; padding-top: 100px; }
.sub-visual h2 { font-size: 68px; font-weight: 700; line-height: 1.11em; margin-bottom: 16px; color: #242424; }
.sub-visual p { line-height: 1.87em; color: #868686; font-size: var(--font-size20);}

.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");} 

.path-wrap {position:relative; z-index:50; border-top: 1px solid #ddd; width: 100%; border-bottom: 1px solid #ddd;}
.path-wrap .wrap {max-width:1440px; margin:0 auto;}
.path-wrap .inner {display:flex;}
.path-wrap .home a {display:block; width:56px; height:56px; background: var(--color-primary) url("../images/sub/home.png") center 50% no-repeat; background-size:22px; text-indent:-999em; overflow:hidden; position: relative; }
.path-wrap .home a::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 1px; height: 20px; background: rgba(255,255,255,0.16);}
.path-wrap .part {position:relative; min-width:240px; z-index:50; border-right: 1px solid #ddd;}
.path-wrap .part::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 1px; height: 20px; background: rgba(255,255,255,0.16); }
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:56px; font-size:var(--font-size18); font-weight:500; line-height:1.444em; padding:0 60px 0 24px; color: #454545; }
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:24px; margin-top:-8px; width:16px; height:16px; background:url("../images/sub/path-down.png") 50% 50% no-repeat;}
.path-wrap .part:last-child::after { display: none;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; border:1px solid #ddd; z-index:50; padding: 16px 0; border-top: none;}
.path-wrap .part ul li a {display:block; padding:8px 24px; font-size: var(--font-size18); color: #686868; line-height: 1.44em; }
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a { color: var(--color-primary); font-weight: 500; }

#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; text-align: center; }
.sub-title h2 { font-size: var(--font-size40); font-weight: 700; line-height: 1.2em; color: #242424; }
.sub-title.pd { padding: 75px 0;}

.real-cont {min-height:300px; padding-bottom: 100px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: var(--color-secondary); padding: 72px 0 64px;}
#footer .contain { display: flex; align-items: flex-start; justify-content: space-between;}
#footer .contain::after { content: none;}
.ft-info { flex: 1 1 auto; min-width: 0; width: 1%; display: flex; }
.ft-text { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 64px; }
.ft-text span { display: inline-block; padding-right: 28px; line-height: 1.5em; font-weight: 400; color: rgba(255,255,255,0.8); margin-bottom: 8px; }
.ft-text span strong { padding-right: 8px; display: inline-block; color: rgba(255,255,255,0.4); font-weight: 500; }
.ft-text span:last-child { padding-right: 0; }
.ft-right { text-align: right; }
.policy a { display: inline-block; font-weight: 500; padding-right: 24px; line-height: 1.5em; color: rgba(255,255,255,0.5); position: relative; }
.policy a::after { content: ""; position: absolute; right: 7px; top: -2px; bottom: 0; margin: auto; width: 4px; height: 4px; border-radius: 4px; background: rgba(255,255,255,0.5);}
.policy a:last-child { padding-right: 0; }
.policy a:last-child::after { display: none; }
.cpr { line-height: 1.5em; margin-top: 8px; font-weight: 300; color: rgba(255,255,255,0.3);}

/* 퀵메뉴 */
.quick { position: fixed; bottom:93px; right: 24px; z-index: 999; width: 56px; }
.quick a { display: block; margin-bottom: 12px; }
.quick a img { height: 56px; }
.quick a:last-child { margin-bottom: 0; }