@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:1460px; 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; transition: .2s; left: 0; padding: 34px 40px; display: flex; justify-content: space-between; align-items: center;}
#header .left { display: flex; height: 72px; position: relative; z-index: 1; }

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo.png"); background-size: 67px; background-repeat: no-repeat; display: inline-block; width: 115px; height: 100%; background-color: var(--color-primary); background-position: center;}
.sitelogo a {display: block; width: 100%; height: 100%; }
.sitelogo img {visibility: hidden;}
 
#gnb {text-align:center; height: 100%; display: inline-block; background: rgba(255, 255, 255, 0.80); backdrop-filter: blur(12px); padding: 0 40px; }
#gnb>ul {display:flex; gap: 50px; align-items: center;} 
#gnb>ul>li { position: relative; }
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:72px; color:#2c2c2c; font-size:var(--font-size18); font-weight:500; line-height:1.7em; }
#gnb>ul>li:hover>a { color: var(--color-secondary);}

#gnb .submenu {display:none; position:absolute; left: 0; top: 76px; }
#gnb .submenu>ul {display:flex;}
#gnb .submenu>ul>li>a {display:flex; color:#676767; font-size:17px; line-height:1.41em; white-space:nowrap; font-weight: 500; height: 72px; padding-right: 34px; align-items: center;}
#gnb .submenu>ul>li:last-child>a { padding-right: 0; }
#gnb .submenu>ul>li>a:hover { color: var(--color-secondary); }
.submenu-bg {display:none; position:absolute; width:calc(100% - 80px); left:40px; top: 110px; background: rgba(255, 255, 255, 0.80); backdrop-filter: blur(12px); z-index: 0; }

.util { display: flex; align-items: center; gap: 10px; height: 72px; }
.util .links { display: flex; gap: 4px; height: 100%;}
.util .icon { width: 72px; height: 100%; background: #121212 url(../images/common/hd-icon.png) center no-repeat; background-size: 24px; }
.util .link { height: 100%; display: inline-flex; background: rgba(25, 56, 103, 0.80); backdrop-filter: blur(12px); padding: 0 20px; align-items: center; color: #fff; font-weight: 700; line-height: 1.5em; }
.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 #gnb>ul>li>a { color: #2c2c2c; }
#header.hover #gnb>ul>li:hover>a { color: var(--color-secondary);}
#header.hover #gnb>ul>li>a:hover { color: var(--color-secondary);}

#header.move { background: #fff; padding: 0; }
#header.move #gnb>ul>li>a { color: #2c2c2c; }
#header.move #gnb>ul>li:hover>a { color: var(--color-secondary);}
#header.move #gnb .submenu { top: 72px; }
#header.move .submenu-bg { left: 0; width: 100%; top: 72px; }
#header.move .list-icon span { background: #222; }
#header.move .list-icon span::after { background: #222; }
#header.move .list-icon span::before { background: #222; }

.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 */
.sec1 { background: #000; height: 100vh; display: flex; flex-wrap: wrap;}
.sec1 .item { position: relative; width: calc(100%/5); height: 100%; overflow: hidden; }
.sec1 .item::before { content: ''; position: absolute; inset: 0; z-index: 0; background-repeat: no-repeat; background-position: center; background-size: cover; transition: transform 0.5s ease; }
.sec1 .item.bg1::before { background-image: url(../images/main/sec1-img1.jpg); }
.sec1 .item.bg2::before { background-image: url(../images/main/sec1-img2.jpg); }
.sec1 .item.bg3::before { background-image: url(../images/main/sec1-img3.jpg); }
.sec1 .item.bg4::before { background-image: url(../images/main/sec1-img4.jpg); }
.sec1 .item.bg5::before { background-image: url(../images/main/sec1-img5.jpg); }
.sec1 .item .titbox { position: relative; z-index: 1; display: flex; text-align: center; justify-content: flex-end; flex-direction: column; align-items: center; padding-bottom: 80px; height: 100%; }
.sec1 .item .titbox h4 { margin-bottom: 8px; color: rgba(255,255,255,0.6); font-size: var(--font-size18); font-weight: 600; line-height: 1.55em; transition: .3s;}
.sec1 .item .titbox h2 { font-size: var(--font-size38); font-weight: 600; line-height: 1.36em; color: #fff; transition: .3s;}
.sec1 .item .white { position: absolute; left: 0; bottom: 0; width: 100%; padding: 60px 24px; border-radius: 32px 32px 0 0; background: rgba(255, 255, 255, 0.70); backdrop-filter: blur(20px); z-index: 2; transform: translateY(100%); transition: transform 0.5s ease; }
.sec1 .item:hover .white { transform: translateY(0); }
.sec1 .item .white h4 { text-align: center; margin-bottom: 8px; color: var(--color-primary); font-size: var(--font-size18); font-weight: 600; line-height: 1.55em; }
.sec1 .item .white h2 { text-align: center; margin-bottom: 40px; font-size: var(--font-size38); font-weight: 600; line-height: 1.36em; color: #2c2c2c; transition: .3s;  }
.sec1 .item .white .links { padding: 24px 30px; border-radius: 16px; background: rgba(250, 250, 250, 0.70); }
.sec1 .item .white .links a { display: block; padding: 6px 0; font-size: var(--font-size18); font-weight: 500; line-height: 1.55em; position: relative; }
.sec1 .item .white .links a::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 12px; height: 10px; background: url(../images/main/sec1-view.png) center no-repeat; background-size: contain; opacity: 0; transition: .3s; }
.sec1 .item .white .links a:hover { color: var(--color-secondary); }
.sec1 .item .white .links a:hover::after { opacity: 1; }
.sec1 .item:has(.titbox:hover)::before { transform: scale(1.05); }
.sec1 .item:has(.titbox:hover) .titbox h4 { opacity: 0; }
.sec1 .item:has(.titbox:hover) .titbox h2 { opacity: 0; }

/* sub */ 
.sub-visual {position:relative; height:540px; background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; align-items: center; color: #fff; text-align: center; }
.sub-visual h2 { font-size: 56px; font-weight: 500; line-height: 1.25em; font-family:'archivo'; margin-bottom: 12px; }

.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;}
.path-wrap .inner {display:flex; justify-content: center; gap: 12px; align-items: flex-start;}
.path-wrap .home a {display:inline-block; text-indent:-999em; overflow:hidden; width: 16px; height: 16px; background: url(../images/sub/home.png) center no-repeat; background-size: contain;}
.path-wrap .slash { display: inline-block; font-size: 12px; font-weight: 700; line-height: 1em; color: #ccc; position: relative; top: 3px; }
.path-wrap .part {position:relative;z-index:50;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; font-size: 14px; font-weight: 400; line-height: 1.42em; padding-right: 18px; }
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:0; margin-top:-3px; width:8px; height:5px; background:url("../images/sub/path-down.png") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; z-index:50; box-shadow: 0 0 10px rgba(0,0,0,0.2); border-radius: 10px; overflow: hidden; text-align: left; padding: 15px 0; min-width: 150px; top: 25px; }
.path-wrap .part ul li {color:#888; line-height:1.3em; }
.path-wrap .part ul li a {display:block; padding: 3px 10px; font-size: 13px; }
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a { color: #121212;}

.lnb-wrap { position: absolute; bottom: 40px; display: inline-block; left: 50%; transform: translateX(-50%); width: 100%; }
.lnb ul {display:inline-flex; border-radius: 50px; padding: 8px; background: rgba(223, 223, 223, 0.40); backdrop-filter: blur(12px); width: auto;}
.lnb ul li { text-align:center; transition: .3s; width: auto;}
.lnb ul li a {display:inline-flex; flex-direction:column; justify-content:center; align-items:center; height:52px; padding:0 28px; color:rgba(255,255,255,0.7); font-size:18px; font-weight:600; line-height:1.55em; letter-spacing:-.03em; border-radius: 26px; border-radius: 50px; }
.lnb ul li.active a ,
.lnb ul li a:hover { color: #fff; background: #121212; }

#contArea {max-width:1460px; 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: 120px 0 100px; text-align: left; }
.sub-title h2 { font-size: var(--font-size48); font-weight: 600; line-height: 1.29em; color: #2c2c2c; }

.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; padding: 40px; }
.ft-top { display: flex; justify-content: space-between; align-items: center;}
.scroll-top { display: inline-block; padding-right: 74px; position: relative; font-size: var(--font-size18); line-height: 1.55em; font-weight: 600; }
.scroll-top::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 58px; height: 58px; border-radius: 58px; background: var(--color-primary) url(../images/common/top.png) center no-repeat; background-size: 12px; }
.ft-mid { padding: 90px 0 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.10); }
.ft-wrap { display: flex; margin-bottom: 30px; gap: 3px; flex-wrap: wrap;}
.ft-wrap .col { width: calc(100%/3 - 2px); padding: 24px; background: #1a1a1a; }
.ft-wrap .col .tt { font-size: var(--font-size18); font-weight: 600; color: #878787; line-height: 1.55em; }
.ft-wrap .col .add { margin: 20px 0 8px; font-weight: 500; line-height: 1.5em; }
.ft-wrap .col .info span { display: inline-block; font-size: 14px; color: #a8a8a8; line-height: 1.42em; font-weight: 600; padding-right: 24px; }
.ft-wrap .col .info span:last-child { padding-right: 0; }
.ft-mid .policy span { padding-right: 24px; }
.policy a,
.policy span { display: inline-block; font-weight: 600; padding-right: 40px; line-height: 1.5em; color: #a8a8a8; }
.policy a:last-child,
.policy span:last-child { padding-right: 0; }
.ft-btm { padding-top: 40px; display: flex; justify-content: space-between; align-items: center;}
.cpr span { display: inline-block; color: #fff; line-height: 1.5em; font-weight: 500; }
.cpr a { display: inline-block; line-height: 1.5em; color: #1c1c1c; font-weight: 500; }