@charset "utf-8";
 @import url("./font.css");
 
/* layout */
body, table, th, td, button, select, input, textarea {
	font-family: 'Pretendard', "돋움", Dotum, Arial, sans-serif;
	font-size: 18px;
	color: #666;
	-webkit-text-size-adjust: none;
}
body {
	background-color: #fff;
}
#wrap {
	overflow: hidden;
	width: 100%;
	min-width: 320px;
	position: relative;
}
#bo_v_share {
	display: none
}
/* ****************** 공통클래스 ********************** */
.area {
	max-width: 1340px;
	position: relative;
	margin: 0px auto;
}
.clearfix {
*zoom:1;
}
.clearfix:after {
	clear: both;
	display: block;
	content: "";
}
.table-layout {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell-layout {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.blind {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0
}
.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* ****************** HEADER ********************** */
#header {
	height: 87px;
	width: 100%;
	z-index: 99999;
	position: relative;
	left: 0%;
	top:0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	background:#fff;
}
#header.fixed {position:fixed;border-bottom:1px solid #e9e9e9}
#headerInnerWrap {
	position: relative;
	top: 0px;
	left: 0%;
	width: 100%;
	z-index: 99999;
}
#headerInner {
	position: relative;
	margin: 0px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-ms-transition: padding 0.3s;
	transition: padding 0.3s;
	padding: 0 2%;
}
#header .logo {
	position: relative;
	z-index: 100;
	padding:15px 0;
	display: inline-block;
	vertical-align: middle;
}
#header .logo a {
	display: block;
	padding: 0px 0;
	background: url(../images/logo.png);
	width: 94px;
	height: 54px;
	text-indent: -999999px;
}
.header-util-box {
	position: absolute;
	top: 0%;
	right: 0%;
	z-index: 100;
	vertical-align: middle;
	display:flex;
	height:100%;
}
.header-util-box a {
	display: block;
	vertical-align: middle;
	color:#575757;
	width:87px;
	text-align:center;
	font-size:1.5em;
	line-height:87px;
}
.header-util-box a.sitemap {
	background:#d1563e;
	color:#fff;
}
/* -------- Header :: GNB(PC) -------- */

.gnb-overlay-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 9997;
}
#gnb {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
	transition: all 0.4s;
	text-align: center;
}
#gnb .area {max-width:90%;}
#gnb .area > ul {
	display: inline-block;
*display:inline;
*zoom:1;
}
#gnb .area > ul > li {
	position: relative;
	float: left;
	word-break: keep-all;
	
}
#gnb .area > ul > li > a {
	position: relative;
	z-index: 100;
	display: block;
	height: 87px;
	line-height: 87px;
	text-align: center;
	color: #000;
	font-size: 20px;
	padding: 0 30px;
	letter-spacing: -0.25px;
	font-weight: 400;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#gnb.open .area > ul > li > a {
	color: #000;
}
#gnb .gnb-inner {
	display: block;
}
#header.fixed #gnb .area > ul > li > a {
	color: #000;
}
#gnb .area > ul > li > a:hover, #gnb .area > ul > li.on > a {
	color: #e7270d!important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
 #gnb.open .area > ul > li > a {padding: 0 50px;}
/* GNB :: 2차 전체메뉴 */
#gnbBg {
	overflow: hidden;
	position: absolute;
	left:0%;
	top: 0px;
	width: 100%;
	height: 0;
	background: #fff;
	z-index: 98;
	-webkit-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out
}

#gnb .area > ul > li .gnb-2dep {
	position: absolute;
	top: 87px;
	left: 0px;
	z-index: 99;
	width: 100%;
	text-align: center;
	opacity: 0;
	filter: Alpha(opacity=0);
	height: 0;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
	visibility: hidden;
}
#gnb .area > ul > li .gnb-2dep ul {
	padding: 13px 0px;
}
#gnb .area > ul > li .gnb-2dep ul li {
	position: relative;
}
#gnb .area > ul > li .gnb-2dep ul li a {
	display: block;
	padding: 5px 0px;
	color: #666;
	font-size: 15px;
	letter-spacing: -0.5px;
	font-weight: 300;
	line-height: 1.3;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s
}
#gnb .area > ul > li:hover .gnb-2dep ul li a {
	color: #000;
	font-weight:500;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s
}
#gnb .area > ul > li:hover .gnb-2dep ul li a:hover {
	color: #e7270d;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s
}
#gnb .area > ul > li .gnb-2dep ul li a span {
	display: inline-block;
	position: relative;
}
#gnb .area > ul > li .gnb-2dep ul li a span:before {
	position: absolute;
	bottom: -4px;
	left: 50%;
	display: block;
	content: '';
	width: 0;
	height: 1px;
	background-color: #efdad0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
#gnb .area > ul > li .gnb-2dep ul li a:hover span:before {
	width: 100%;
	margin-left: -50%;
}
#gnb.open #gnbBg {
	height: 750px
}
#gnb.open .area > ul > li .gnb-2dep {
	opacity: 1.0;
	filter: Alpha(opacity=100);
	visibility: visible;
	-webkit-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
	-moz-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
	-ms-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
	-o-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
	transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
}
#gnb.open .area > ul > li .gnb-2dep {
	opacity: 1.0;
	filter: Alpha(opacity=100);
	visibility: visible;
	-webkit-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
	transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
}
#gnb .area > ul > li .gnb-2dep:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	opacity: 0;
	filter: Alpha(opacity=0);
	z-index: -1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
#gnb .area > ul > li:hover .gnb-2dep:after {
	opacity: 1;
	filter: Alpha(opacity=100);
}
#gnb .area > ul > li .gnb-2dep:before {
	content: "";
	position: absolute;
	top: 0px;
	width: 0;
	left: 50%;
	height: 3px;
	background-color: #e7270d;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 10;
}
#gnb .area > ul > li:hover .gnb-2dep:before {
	width: 105px;
	margin-left: -52.5px;
}
/* over했을때 */
#gnb > ul > li .gnb-2dep.open ul li {
	opacity: 1.0;
	filter: Alpha(opacity=100);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(5) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(6) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(7) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(8) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
/* -------- Header :: GNB(Mobile) -------- */
.nav-open-btn {
	display: none;
}
#gnbM {
	display: none
}
/* ****************** FOOTER ********************** */
#footer {
	background-color: #FFF;
}
#footerInner {
	position: relative;
}
/* -------- FOOTER :: 하단 -------- */
#footerBottom {
	padding: 40px 0;
}
#footerBottom .clearfix {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding:0 2%;
}
#footerBottom h1 {width:10%;}
#footerBottom h1 img {max-width:100%;}
.footer-address {
	width: 90%
}
.footer-address a {color:#000;font-size:1.1em;display:inline-block;padding:0 8px;}
.footer-address p {
	color: #575757;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 15px;
}
.footer-address p.link-area {background:#dcdcdc;padding:7px 7px;display:inline-block;margin-bottom:15px;}
.footer-address span {
	display: inline-block;
	margin: 0 8px
}

.footer-address strong {font-weight:500;color:#333;}
.footer-address .link {
	display: none;
}
.footer-copyright {
	font-size: 0.9em;
	margin: 0 8px;
	color: #969696;
}
.footer-link {
	width: 20%;
	color: #000;
}
.footer-link p {
	text-align:right;
}
.footer-link p strong {
	display:block;
	color:#d1563e;
	font-size:1.6em;
	margin-top:5px;
	}
.to-top-btn {
	position: fixed;
	bottom: -100px;
	right: 1%;
	display: block;
	width: 74px;
	height: 74px;
	background-color: #404348;
	text-align: center;
	line-height: 74px;
	color: #fff;
	z-index: 99;
	opacity: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	filter: Alpha(opacity=0);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.to-top-btn i {
	display: inline-block;
}
.to-top-btn.fixed {
	bottom: 15px;
	opacity: 1.0;
	filter: Alpha(opacity=100);
}
.to-top-btn:hover {
	color: #fff;
}

/* ****************** SUB LAYOUT ********************** */
/*  SUB LAYOUT :: 비주얼 */
#visual {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 291px;
	z-index: 1;
}
#visual .visual-img-con {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: transform 5000ms ease-in-out;
	-moz-transition: transform 5000ms ease-in-out;
	-o-transition: transform 5000ms ease-in-out;
	-ms-transition: transform 5000ms ease-in-out;
	transition: transform 5000ms ease-in-out;
	text-align: center;
}
#visual.sub-visual-company .visual-img-con {
	background: #fff url(../images/sub_visual01.png) no-repeat center center;
}
#visual.sub-visual-p1 .visual-img-con {
	background: #fff url(../images/sub_visual02.png) no-repeat center center;
}
#visual.sub-visual-p2 .visual-img-con {
	background: #fff url(../images/sub_visual03.png) no-repeat center center;
}
#visual.sub-visual-p3 .visual-img-con {
	background: #fff url(../images/sub_visual04.png) no-repeat center center;
}
#visual.sub-visual-p4 .visual-img-con {
	background: #fff url(../images/sub_visual05.png) no-repeat center center;
}
#visual.sub-visual-p5 .visual-img-con {
	background: #fff url(../images/sub_visual08.png) no-repeat center center;
}
#visual.sub-visual-p6 .visual-img-con {
	background: #fff url(../images/sub_visual09.png) no-repeat center center;
}
#visual.sub-visual-p7 .visual-img-con {
	background: #fff url(../images/sub_visual10.png) no-repeat center center;
}
#visual.sub-visual-qa .visual-img-con {
	background: #fff url(../images/sub_visual06.png) no-repeat center center;
}
#visual.sub-visual-cs .visual-img-con {
	background: #fff url(../images/sub_visual07.png) no-repeat center center;
}

#visual .visual-txt-con {
	position: relative;
	z-index: 1;
	display: table;
	width: 100%;
	height: 100%;
	letter-spacing: -0.5px;
	color: #fff;
	text-align: center;
}
#visual .visual-tit, #visual .visual-sub-txt {
	opacity: 0;
	filter: Alpha(opacity=0);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: opacity 1.0s, transform 1.0s;
	-moz-transition: opacity 1.0s, transform 1.0s;
	-o-transition: opacity 1.0s, transform 1.0s;
	-ms-transition: opacity 1.0s, transform 1.0s;
	transition: opacity 1.0s, transform 1.0s;
}
#visual .visual-tit {
	font-weight: 600;
	font-size: 55px;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
#visual .visual-sub-txt {
	color: #fff;
	font-size: 0.9em;
	margin-top: 20px;
	font-weight: 300;
}
#visual.active .visual-img-con {
	-ms-transform: scale(1.0, 1.0) rotate(0.002deg);
	-o-transform: scale(1.0, 1.0) rotate(0.002deg);
	-moz-transform: scale(1.0, 1.0) rotate(0.002deg);
	-webkit-transform: scale(1.0, 1.0) rotate(0.002deg);
	transform: scale(1.0, 1.0) rotate(0.002deg);
}
#visual.active .visual-tit {
	opacity: 1.0;
	filter: Alpha(opacity=100);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
#visual.active .visual-sub-txt {
	opacity: 1.0;
	filter: Alpha(opacity=100);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
/* SUB LAYOUT :: 서브메뉴 Fixed (공통) */
#middleArea {
	position: relative;
	z-index: 10;
	padding: 0px 0 150px 0
}
.content-tit {
	font-size: 30px;
	color: #000;
	text-align: center;
	position: relative;
	padding: 0 30px;
	margin: 0 auto 70px;
	font-weight:500;
}
.content-tit:before {
	display: block;
	content: "";
	margin: 0px auto 30px;
	width:50px;
	height:1px;
	background:#000;
}
.content-tit span {
	display: inline-block;
	position: relative;
	padding: 0 0px;
	z-index: 10;
	text-align: center;
}
.content-tit span em {
	position: relative;
	z-index: 10;
	padding: 0 20px;
}
.content-tit span:after {
	display: block;
	content: "";
	background: #efe8da;
	border-radius: 30px;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	z-index: 1;
}
#topMenu01 {
	position: relative;
	width: 100%;
}
#topMenu01 .side-menu-inner {
	width: 100%;
	border-bottom: 1px solid #dedede;
}
#topMenu01 .side-menu-inner ul {
	display: flex;
	align-items: center;
	border-left: none;
	justify-content: center;
}
#topMenu01 .side-menu-inner ul li {
	padding: 0;
	text-align: center;
}
#topMenu01 .side-menu-inner ul li > a {
	display: block;
	display: table;
	position: relative;
	width: 100%;
	padding: 25px 50px;
	line-height: 1.2;
	font-size: 1.1em;
	letter-spacing: -0.5px;
	font-weight: 300;
	color: #454545;
	word-break: keep-all;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	border-bottom: 2px solid #fff;
}
#topMenu01 .side-menu-inner ul li > a > span {
	display: table-cell;
	vertical-align: middle;
}
#topMenu01 .side-menu-inner ul li > a:hover, #topMenu01 .side-menu-inner ul li.on > a {
	color: #4470b9;
	font-weight: 500;
	background: #fff;
	border-bottom: 2px solid #4470b9;
}
#topMenuM01, #topMenuM02 {
	display: none;
}
/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
#content {
	padding-top: 80px
}
ul.dot {
	text-align: left;
}
ul.dot li {
	position: relative;
	padding: 2px 0 2px 10px;
	line-height: 1.4em;
	color: #666666;
	word-break: keep-all;
}
ul.dot li:before {
	display: block;
	content: "·";
	position: absolute;
	left: 0;
	top: 3px;
}
ul.dot-bold li {
	position: relative;
	padding: 10px 0 10px 15px;
	line-height: 1.5em;
	color: #666666;
	font-weight: 300;
	word-break: keep-all;
}
ul.dot-bold li:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	width: 5px;
	height: 5px;
	background: #0083cb;
	border-radius: 50%;
}




/* ****************** MODAL LAYERPOPUP ********************** */
.popup-wrap {
	background-color: rgba(0,0,0,.8);
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	padding: 15px;
	z-index: 99999;
}
.popup {
	width: 100%;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	border-radius: 0px;
	overflow: hidden;
	background: #363b3e;
}
.popup-head {
	background: #163885;
	padding: 20px 35px;
	color: #fff;
	font-size:1.2em;
	font-weight: 600;
}
.popup-body {
	background: #fff;padding:20px;
}
.body-content.scroll {
	width: 100%;
	word-break: break-word;
	overflow-x: auto;
	min-height: 100px;
	max-height: 550px;
	padding: 20px;
	line-height:1.4em;
}
.popup-foot {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
}
.pop-btn {
	color: #ffffff;
	cursor: pointer;
}
.pop-btn i {
	color: #fff;
}





.con_location_wrap {
    margin: 0 auto 0;
    position: relative;
    width: 100%;
    z-index: 9999991;
    background: #fff;
	border-bottom:1px solid #d9d9d9;
}

.con_location_wrap h3 {
    margin: 0;
    line-height: 60px;
	font-weight:400;
}

.con_location_wrap .inner {
    ;margin: 0 auto;
}

.con_location_wrap a {
    margin: 0px 0px;
    color: #4d4d4d;
    padding: 0px 10px;
}

.con_location_wrap a.on {
    color: #f37736;
}

.con_location {
    *zoom:1; padding: 0px;
    margin: 0;
    z-index: 9999999991;
    position: relative;
}

.con_location:after {
    content: "";
    display: block;
    clear: both;
}

.con_location li {
    list-style: none;
    float: left;
    width: 270px;
    position: relative;
    padding: 0px 0px 0 10px;
    border-right: 1px solid #d9d9d9;
    height: 60px;
    line-height: 60px;
}

.con_location li.home {
    width: auto;
    vertical-align: middle;
    padding: 0px;
    line-height: 60px;
    font-size: 0;
    border-right: 0;
}

.con_location li.home a {
    width: auto;
    padding: 0px 0px;
    line-height: 60px;
    vertical-align: middle;
}

.con_location li.home a img {
    vertical-align: middle;
}

.con_location li a {
    display: block;
}

.con_location li a.title1 {
    color: #454545;
    background: url("/images/down1.png") right center no-repeat !important ;
}

.con_location li.on a.title1 {
    color: #454545;
    background: url("/images/down2.png") right center no-repeat !important;
}

.con_location li ul {
    position: absolute;
    left: -1px;
    top: 60px;
    width: calc(100% + 2px);
    background: #fff;
    border: 1px solid #dcdcdc;
    border-top: none;
    padding: 0;
    display: none;
    z-index: 9999999991;
}

.con_location li li {
    width: 270px;
    padding: 0;
    clear: both;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0);
    background-image: none;
    line-height: 25px;
    height: auto;
}

.con_location li li a {
    padding: 8px 20px 7px 20px;
}

.con_location li li a:hover {
    color: #4d4d4d;
}