@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>section { 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:sticky; width:100%; z-index:101; top: 0; height: 100px; transition: .2s; left: 0; background: #fff; }
#header .contain { display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 100%; padding-left: 40px; padding-right: 40px; border-bottom: 1px solid #eee;}
#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;}

.util { display: flex; align-items: center; gap: 8px; }
.hd-info { display: inline-flex; height: 52px; padding: 0 20px; align-items: center; border-radius: 52px; border: 1px solid #eee; color: #878787; font-weight: 500; line-height: 1.5em; }
.hd-info .name { color: #2c2c2c; display: inline-block; padding-right: 4px; }
.hd-login-btn { width: 52px; height: 52px; background: #f1f1f1 url(../images/common/hd-login.png) center no-repeat; background-size: 20px; border-radius: 52px; text-indent: -9999px; overflow: hidden;}
/* hd-login.png 은 "밖으로 나가는 화살표"(로그아웃) 한 장뿐이다.
   이 버튼은 로그인 상태에서 로그아웃 용도로만 쓴다 — 비로그인 상태의 로그인 링크는 햄버거 메뉴 안에 있다. */
.hd-menu {position:relative; display:inline-block; width: 52px; height: 52px; }
.hd-menu .toggle-button { border-radius: 52px; display: inline-block; background-color: #2C2C2C; background-repeat: no-repeat; background-position: center; background-size: 20px; background-image: url(../images/common/menu.png); border: none; transition: .3s; width: 100%; height: 100%; }
.hd-menu .toggle-layer {display:none; position:absolute; right:0; width:153px; padding:24px 0; background:#fff; border:1px solid #eee; border-radius:8px; text-align:center; }
.hd-menu .toggle-layer ul {display:grid; gap:2px;}
.hd-menu .toggle-layer a {display:block; color:#767676; font-weight:600; line-height:1.5em; padding: 8px 36px; }
.hd-menu .toggle-layer a:hover {color:var(--color-primary);}
.hd-menu .toggle-button:hover,
.hd-menu.active .toggle-button { background-color: var(--color-primary); }

/* 서브 공통 (비주얼, 타이틀 등 전체적인 서브공통레이아웃) */ 
#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 { padding: 120px 0 100px; text-align: center; }
.sub-title h2 { color:#2c2c2c; font-size:var(--font-size40); font-weight:600; line-height:1.4em; letter-spacing:-0.8px; }
.sub-title.list { padding-top: 140px; padding-bottom: 0 !important;}

.real-cont {min-height:300px; padding-bottom: 140px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer {width:100%; z-index:1; position:relative; padding: 30px 0; background: #fafafa; }
#footer .contain {display:flex; max-width:100%; padding-left: 40px; padding-right: 40px; justify-content: space-between; align-items: center; flex-wrap: wrap;}
#footer .contain::after { content:none; }
.ft-text span { display: inline-block; padding-right: 40px; font-size: var(--font-size18); line-height: 1.55em; font-weight: 400; }
.ft-text span:last-child { padding-right: 0; }
.cpr a { display: inline-block; padding-right: 8px; color: #f1f1f1; line-height: 1.87em; font-weight: 300; }
.cpr span { color: #bbb; line-height: 1.87em; }