@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-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1260px; padding: 0 30px; margin: 0 auto;}

/* header */
#header {position:relative; top:0; left:0; width:100%; background:#fff; z-index:100;}
#header .contain {position: relative; max-width:1260px; padding: 0 30px; display:flex; align-items: center; justify-content: space-between;}
#header .contain:before {content:""; position: absolute; height: 1px; width: calc(100% - 60px); background-color: #dfdfdf; bottom: 0;}
#gnb > ul {position:relative; display:flex; text-align:center;}
#gnb > ul > li {position:relative;}
#gnb > ul > li > a {position:relative; display:block; padding:0 35px; color:#242424; font-size:18px; font-weight:500; line-height:100px; letter-spacing:0;}

#gnb > ul > li:hover > a {font-weight: 700;}

#gnb .submenu {display:none; position:absolute; left:0; margin-left: 30px; width:auto; text-align:center; z-index: 101; top: 72px;}
#gnb .submenu ul {position: relative; background:transparent; display:flex;}
#gnb .submenu ul li {position: relative; white-space:nowrap; margin-right: 30px;}
#gnb .submenu ul li:last-of-type {margin-right: 0;}
#gnb .submenu ul li a {position: relative; display:block; padding:0 0 0 10px; color:#555; font-size:15px; font-weight:400; line-height:1.3em; letter-spacing:-0.04em; word-break:break-all;}
#gnb .submenu ul li a:before {display:none; content:""; position: absolute; width: 4px; height: 4px; background-color: #6ac0c8; border-radius:50%; top: 50%; transform:translateY(-50%); left: 0;}

#gnb .submenu ul li:hover a {color: #6ac0c8;}
#gnb .submenu ul li:hover a:before {display:block;}

.top-search {width:215px; margin-right:0px;}
.top-search form {display:block; position:relative;}
.top-search .input {display:block; width:100%; height:36px; font-size:14px; border:0; background-color: #f4f4f4; border-radius:20px; padding-left: 20px; padding-right: 45px;}
.top-search .submit {position:absolute; top:50%; right:20px; width:18px; height:18px; margin-top:-7px; background:url("../images/common/search.png") 50% 50% no-repeat; border:0;}

/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; right:50px; width:30px; height:24px; margin-top:-14px; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; left:0; right:0; width: 20px; top:12px; height:2px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:-10px; right:0; height:2px; background:#242424; width: 30px;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {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:150;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px;}
.mobile-navigation .home img {height:37px;}
.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:12px 48px 12px 20px; display:block; color:#242424; font-size:18px; font-weight:500; 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:13px; height:13px; border-right:1px solid #505050; border-bottom:1px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#6ac0c8;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; padding:10px 20px; background:#fafafa; color:#454545; font-size:15px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu p {font-size:16px; font-weight:500; line-height:1.3em; margin-bottom:5px;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:6px 0;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#6ac0c8;}
.mobile-navigation .nav-menu .submenu .col {padding:10px 0;}
.mobile-navigation .nav-menu .submenu .col ul li a {padding:3px 0;}
.mobile-navigation .nav-menu .submenu .col ul li a:before {content:"-"; margin-right:4px;}

.mobile-navigation .close {position:absolute; top:20px; right:18px; 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:#454545; 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 */
.prodict-list {padding: 4px 0;}
.prodict-list .items {display:flex; flex-wrap:wrap; margin: -4px; padding: 20px 0;}
.prodict-list .items .item {width: 25%; padding: 4px;}
.prodict-list .items .item a {display:block; position: relative;}
.prodict-list .items .item .img {position:relative; padding-bottom:59.86%; overflow:hidden;}
.prodict-list .items .item .img img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; 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;}
.prodict-list .items .item .text {opacity: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,.78); z-index: 2; top: 0;	}
.prodict-list .items .item .text .txt {margin-bottom: 8px; color:#fff; font-size:13px; font-weight:500; line-height:1.3em; letter-spacing: -0.04em;}
.prodict-list .items .item .text .tit {margin-bottom: 25px; color:#fff; font-size:18px; font-weight:700; line-height:1.3em; letter-spacing: -0.04em; text-align: center;}
.prodict-list .items .item:hover .text {opacity: 1;}

/* sub */
.sub-visual {position:relative; height:360px; overflow:hidden;}
.sub-visual .text {text-align:center; height: 100%; display:flex; justify-content: center; flex-direction: column;}
.sub-visual h2 {padding-top: 50px; font-family: 'NanumSquare',sans-serif; font-size:46px; color:#fff; font-weight:800; line-height:1.3em; letter-spacing:-0.03em;}
.sub-visual.bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual.bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual.bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual.bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual {background-size: cover;}

.lnb-wrap {border-bottom:1px solid #ddd;	}
.lnb {text-align:center; max-width:1200px; margin: 0 auto;}
.lnb ul {display:flex; justify-content: center;}
.lnb ul li {flex:1; height: 60px; align-items: center; display:flex; justify-content: center; background: #fff;}
.lnb ul li a {font-family: 'NanumSquare',sans-serif; width: 100%; height: 100%; display:flex; align-items: center; justify-content: center; color:#454545; font-size:18px; font-weight:700; line-height:1.3em; letter-spacing: -0.03em;}
.lnb ul li.active {background: #3e3e3e;}
.lnb ul li.active a {color: #fff;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title {margin:70px 0 60px; text-align:center;}
.sub-title h2 {padding-bottom: 30px; position: relative; font-family: 'NanumSquare',sans-serif; color:#242424; font-size:36px; line-height:1.4em; letter-spacing:-0.03em; font-weight: 800;}
.sub-title h2:before {content:""; position: absolute; width: 22px; height: 21px; bottom: 0; left: 50%; transform:translateX(-50%); background: url(../images/sub/mark.png)50% 50% no-repeat; background-size: cover; }

.real-cont {min-height:300px; padding-bottom: 100px;}
.real-cont.type1 {min-height:300px; padding-bottom: 70px;}
.real-cont.type2 {min-height:300px; padding-bottom: 0px;}
.real-cont.type3 {padding-top: 100px;}

/* footer */
#footer {overflow:hidden; padding: 30px 0;}
#footer .contain {position: relative;}
#footer .contain:before {content:""; position: absolute; height: 1px; width: calc(100% - 60px); background-color: #dfdfdf; top: -30px;}
#footer address {font-style:normal;}

.foot-links {position: absolute; right: 30px; bottom:0px;}
.foot-links ul li {color:#878787; font-size:12px; font-weight: 400;}

.foot-info {display:flex; align-items: center; justify-content: space-between;}
.foot-info h2 {color:#2c2c2c; font-size:18px; line-height:1.4em; letter-spacing:-.04em; font-weight: 700;}
.foot-info address span {margin-right: 30px; color:#2c2c2c; font-size:14px; line-height:1.714em; letter-spacing:-.04em;}
.foot-info address span:last-of-type {margin-right: 0;}
.copyright {margin-top: 12px; font-size:12px; color:#878787;  line-height:1.571em; letter-spacing:-.04em;}
.copyright a {position: relative; margin-left: 25px;} 
.copyright a:before {content:""; position: absolute; width: 1px; height: 10px; background-color: #878787; left: -13px; top: 50%; transform:translateY(-50%);}
