@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;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}

#wrapper {position:relative; padding-top:calc(var(--header-top-height) + var(--header-height));}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s;}

.header-top {background:var(--color-primary);}
.header-top ul {display:flex; justify-content:flex-end; margin:0 -7px;}
.header-top ul li {position:relative; padding:0 7px;}
.header-top ul li:not(:last-child):after {content:''; position:absolute; right:0; top:50%; margin-top:-4px; width:1px; height:9px; background:rgba(255,255,255,.3);;}
.header-top ul li a {font-size:var(--fz13); font-weight:300; letter-spacing:-.03em; line-height:1.4em; display:flex; align-items:center; height:var(--header-top-height); color:#fff;}
.header-top ul li a:hover {font-weight:600;}

.header {background:#fff;}
.header .contain {height:var(--header-height); display:flex; align-items:center; justify-content:space-between;}

#gnb {margin-right:-48px;}
#gnb>ul {display:flex; text-align:center;} 
#gnb>ul>li {position:relative; padding:0 48px;}
#gnb>ul>li>a {display:flex; align-items:center; justify-content:center; height:var(--header-height); color:#242424; font-size:var(--fz20); font-weight:700; letter-spacing:-.03em; line-height:1.33em;}
#gnb .submenu {z-index:10; position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:10px 0; color:#454545; line-height:1.33em; letter-spacing:-.03em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff url('/images/common/submenu-bg.jpg') no-repeat 0 100%; border-top:1px solid #ddd;}
#gnb>ul>li:hover > .submenu {background:var(--color-primary);}
#gnb>ul>li:hover .submenu>ul>li>a {color:#fff;}

#header.header-fixed {box-shadow:0px 3px 5px rgba(0,0,0,0.1);}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#242424;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.3s ease-out; -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 .home img {height:44px;}
.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:19px; 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:16px; 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: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:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main */
.main-visual {overflow:hidden; padding:60px 0; display:flex; align-items:center; background:#f8f8f8;}
.main-visual .cnt {display:flex; justify-content:flex-end; width:46.875%; padding-left:30px;}
.main-visual .cnt .inner {width:100%; max-width:640px;}
.main-visual .cnt p {font-size:var(--fz22); font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:#565656;}
.main-visual .cnt h2 {margin:10px 0 35px; font-size:var(--fz54); font-weight:600; letter-spacing:-.03em; line-height:1.3em; color:#242424;}
.main-visual .cnt h2 span {color:var(--color-primary);}
.main-visual .pager-wrap {display:flex; align-items:center;}
.main-visual .pager {line-height:1.3em; color:#c4c4c4; font-weight:700; margin:0 10px;}
.main-visual .pager span {color:#242424;}
.main-visual .slick-arrow {width:29px; height:5px; border:0; font-size:0; line-height:0; background-color:transparent; background-repeat:no-repeat; background-position:50% 50%; border:0;}
.main-visual .slick-prev {background-image:url('/images/main/mv-prev.png');}
.main-visual .slick-next {background-image:url('/images/main/mv-next.png');}
.main-visual .slider {box-shadow:0 3px 20px rgba(0,0,0,.15); border-radius:50px 0 0 50px; overflow:hidden; flex:1 1 auto; min-width:0; width:1%;}
.main-visual .slider .item img {width:100%;}

.main-wrap {padding:80px 0;}
.main-wrap .contain {display:flex; justify-content:space-between;}
.main-wrap .contain > div {width:calc(33.333% - 36px);}

.m-plus {transition:.3s; font-size:0; display:block; width:30px; height:30px; background:url('/images/main/plus.png') no-repeat 50% 50% / contain;}
.m-plus:hover {background-image:url('/images/main/plus-on.png');}

.main-notice {position:relative;}
.main-notice h2 {margin-bottom:22px; font-size:var(--fz24); font-weight:600; letter-spacing:-.03em; line-height:1.4em;}
.main-notice ul {border-top:1px solid #ddd;}
.main-notice ul li {border-bottom:1px solid #ddd;}
.main-notice ul li a {padding:19px 0; display:block;}
.main-notice ul li a .tit {margin-bottom:10px; font-weight:500; letter-spacing:-.03em; line-height:1.4em; max-height:1.4em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:nowrap;}
.main-notice ul li a .date {font-size:var(--fz15); font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:#686868;}
.main-notice .m-plus {position:absolute; right:0; top:0;}

.main-links a {margin-bottom:12px; background-repeat:no-repeat; background-position:35px center; padding:0 32px 0 130px; border-radius:12px; border:1px solid #ddd; height:103px; display:flex; align-items:center; justify-content:space-between;}
.main-links a:last-child {margin-bottom:0;}
.main-links a .tit {font-size:var(--fz22); font-weight:600; letter-spacing:-.03em;}
.main-links .link1 {background-image:url('/images/main/link-ico1.png');}
.main-links .link2 {background-image:url('/images/main/link-ico2.png');}
.main-links .link3 {background-image:url('/images/main/link-ico3.png');}
.main-links a:hover {background-color:#f3faf6;}
.main-links a:hover .m-plus {background-image:url('/images/main/plus-on.png');}

.main-login {border:1px solid #ddd; border-radius:12px; overflow:hidden;}
.main-login h2 {padding:16px 0; text-align:center; font-size:var(--fz20); font-weight:400; letter-spacing:-.03em; line-height:1.4em; background:#f8f8f8;}
.main-login h2 strong {font-weight:600;}
.main-login .content {padding:27px 30px;}
.main-login .content.bg {background:url('/images/main/info-mark.png') no-repeat center 30px;}
.main-login .group .input {border-radius:4px; width:100%; height:40px;}
.main-login .group .input::placeholder {color:#9e9e9e;}
.main-login .btns {margin-top:22px;}
.main-login .btns ul {display:flex; flex-wrap:wrap; margin:-4px;}
.main-login .btns ul li {padding:4px; width:50%;}
.main-login .btns ul li.col-x2 {width:100%;}
.main-login .btns .btn-pack {border-radius:6px; line-height:1.4em; color:#fff; height:44px; border:0; display:flex; align-items:center; justify-content:center; width:100%;}
.main-login .btns .btn-pack.c1 {font-weight:600; background:var(--color-primary);}
.main-login .btns .btn-pack.c2 {background:#8b8b8b;}
.main-login .btns .btn-pack.c3 {background:#4d4d4d;}
.main-login .info {margin:30px 0 50px;}
.main-login .info dl {padding-bottom:18px; margin-bottom:18px; border-bottom:1px solid #ddd; display:flex; align-items:center;}
.main-login .info dl:last-child {padding-bottom:0; margin-bottom:0; border:0;}
.main-login .info dl dt {min-width:110px; font-weight:600; letter-spacing:-.03em; line-height:1.4em;}
.main-login .info dl dd {font-size:var(--fz18); font-weight:400; letter-spacing:-.03em; line-height:1.1em; color:#454545;}
.main-login .info dl dd.tt {color:var(--color-primary); font-weight:600;}

/* sub */
#sub #container {display:flex; width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}

#lnb {width:260px; margin:-145px 80px 0 0;}
.lnb {position:sticky; top:calc(var(--header-top-height) + var(--header-height) + 10px);}
.lnb .head {padding:0 30px; height:170px; display:flex; flex-direction:column; justify-content:center; background:url('/images/common/lnb-head.jpg') no-repeat 100% 100% / cover; color:#fff;}
.lnb .head h2 {margin-bottom:3px; font-size:var(--fz28); line-height:1.4em; font-weight:700;}
.lnb .head p {font-size:var(--fz15); font-weight:300; line-height:1.2em; letter-spacing:0;}
.lnb > ul {border:1px solid #ddd; background:#fff;}
.lnb > ul > li {border-bottom:1px solid #ddd;}
.lnb > ul > li:last-child {border-bottom:0;}
.lnb > ul > li > a {display:flex; justify-content:space-between; align-items:center; min-height:60px; padding:10px 28px; color:#454545; font-size:var(--fz18); font-weight:400; line-height:1.33em;}
.lnb > ul > li > a:after {content:""; width:20px; height:20px; margin-left:20px; background:url("../images/common/lnb-arrow.png") 50% 50% no-repeat; background-size:contain; transition:.2s; display:none;}
.lnb > ul > li.active > a {color:#242424; font-weight:600;}
.lnb > ul > li.active > a:after {display:block;}
.lnb .submenu {padding:0 28px 20px;}
.lnb .submenu ul li {margin-bottom:8px;}
.lnb .submenu ul li:last-child {margin-bottom:0;}
.lnb .submenu ul li a {display:block; color:#454545; line-height:1.33em;}
.lnb .submenu ul li a:hover,
.lnb .submenu ul li.active a {color:var(--color-primary);}

.lnb-m {display:none; white-space:nowrap;}
.lnb-m .depth1 ul {display:flex;}
.lnb-m .depth1 ul li {flex:1; text-align:center; border:1px solid #ddd; border-left:0;}
.lnb-m .depth1 ul li:last-child {border-right:0;}
.lnb-m .depth1 ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:50px; padding:0 15px; font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
.lnb-m .depth1 ul li.active {background:var(--color-primary); border-color:var(--color-primary);}
.lnb-m .depth1 ul li.active a {color:#fff;}
.lnb-m .depth2 {padding:15px 5px; background:#fafafa; border-bottom:1px solid #ddd;}
.lnb-m .depth2 ul {display:flex;}
.lnb-m .depth2 ul li {width:auto; padding:0 15px;}
.lnb-m .depth2 ul li a {position:relative; display:block; padding:0 0 0 12px; color:#505050; font-size:14px; line-height:1.33em;}
.lnb-m .depth2 ul li a:before {content:""; position:absolute; top:6px; left:0; width:4px; height:4px; background:#ccc;}
.lnb-m .depth2 ul li.active a {color:var(--color-primary);}

#contArea {position:relative; flex:1 1 auto; min-width:0; width:1%;}

.real-cont {padding:85px 0 150px;}

.sub-visual {overflow:hidden; background:#ecf8f1;}
.sub-visual .inner {padding-left:340px; height:200px; display:flex; flex-direction:column; justify-content:center; position:relative; background:url('/images/common/title-bg.png') no-repeat 100% 103.5%;}
.sub-visual .inner h1 {margin-bottom:14px; font-size:var(--fz38); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}

.path {display:flex; align-items:center; color:#454545;}
.path img {margin-top:-.1em;}
.path .arrow {margin:0 9px; background:url('/images/common/path-arrow.png') no-repeat 50% 50% /contain; width:6px; height:11px; font-size:0;}
.path .page-name {font-weight:600;}

/* footer */
.partners-slider {padding:26px 0; background:#f8f8f8;}
.partners-slider .slick-list {margin:0 -5px;}
.partners-slider .slick-slide {padding:0 5px;}
.partners-slider .slick-arrow {z-index:10; position:absolute; top:50%; margin-top:-12px; background-color:transparent; width:14px; height:25px; background-size:contain; background-repeat:no-repeat; background-position:50% 50%; border:0; font-size:0;}
.partners-slider .slick-prev {left:-35px; background-image:url('/images/common/partners-prev.png');}
.partners-slider .slick-next {right:-35px; background-image:url('/images/common/partners-next.png');}

#footer {padding:48px 0; background:#252525; font-size:var(--fz15); color:#a1a1a1; line-height:1.5em; letter-spacing:0;}
#footer .contain {display:flex;}
#footer address {font-style:normal;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}

.foot-logo {width:284px;}

.foot-info {flex:1 1 auto; min-width:0; width:1%;}
.foot-info .links {margin-bottom:14px;}
.foot-info .links ul {display:flex; margin:0 -10px;}
.foot-info .links ul li {padding:0 10px; position:relative;}
.foot-info .links ul li:after {content:''; position:absolute; right:0; top:50%; margin-top:-5px; width:1px; height:10px; background:#676767;}
.foot-info .links ul li:last-child:after {display:none;}
.foot-info address span {margin:0 30px 3px 0;}
.designed {color:#696969;}
