@charset "utf-8";
 @import url("./font.css");
/* layout */
body, table, th, td, button, select, input, textarea {
	font-family: 'Noto Sans KR', "돋움", Dotum, Arial, sans-serif;
	font-size: 22px;
	color: #000;
	-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;
}
.area2 {
	max-width: 90%;
	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.main {
    position: absolute;
    left: 0;
    top: 0;
	height: 90px;
	width: 100%;
	z-index: 99999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
#header {
    position: relative;
    	height: 90px;
	width: 100%;
	z-index: 99999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
#headerInnerWrap {
	position: absolute;
	top: 0px;
	left: 0px;
	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.fixed #headerInnerWrap {
	position: fixed;
	background-color: #fff;
	border-bottom: 1px solid #e9e9e9;
}
#header.fixed #headerInner {
	margin: 0 auto;
}
#header .logo {
	position: relative;
	z-index: 100;
	padding: 17px 0;
	display: inline-block;
	vertical-align: middle;
}
#header .logo a {
	display: block;
	font-size: 0;
}
#header.main .logo a .logo-default {
	background: url(../images/logo.png);
	display: block;
	width: 208px;
	height: 55px;
}
#header .logo a .logo-default {
	background: url(../images/logo_b.png);
	display: block;
	width: 208px;
	height: 55px;
}
#header .logo a .logo-color {
	background: url(../images/logo_b.png);
	display: none;
	width: 208px;
	height: 55px;
}
#header.fixed .logo a .logo-default, #header.open .logo a .logo-default {
	display: none;
}
#header.fixed .logo a .logo-color, #header.open .logo a .logo-color {
	display: block;
}
.header-util-box {
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
	z-index: 100;
}
.header-util-box a {
	display:block;
	width:42px;
	line-height:42px;
	border-radius:50%;
	background:#fff;
	margin-left: 11px;
	color: #000;
	font-size: 0.9em;
	text-align:center;
}

#header.fixed .header-util-box a {
	color: #000;
	
}
/* -------- Header :: GNB(PC) -------- */

.gnb-overlay-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 9997;
}
#gnb {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
	transition: all 0.4s;
	text-align: center;
}
#gnb .area > ul {
	display: inline-block;
*display:inline;
*zoom:1;
}
#gnb .area > ul > li {
	position: relative;
	float: left;
	word-break: keep-all;
	width: 150px
}
#header.main #gnb .area > ul > li > a {
	color: #fff;
}
#header #gnb .area > ul > li > a {
	position: relative;
	z-index: 100;
	display: block;
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #000;
	font-size: 24px;
	padding: 0 10px;
	letter-spacing: -0.25px;
	font-weight: 400;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#gnb.open .area > ul > li > a {
	color: #333333;
}
#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: #fff!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;
	background-color: #384ba8;
}
/* 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
}
#gnbBg:after {
	position: absolute;
	top: 90px;
	width: 100%;
	left: 0;
	height: 1px;
	background-color: #e9e9e9;
	content: "";
}
#gnb .area > ul > li .gnb-2dep {
	position: absolute;
	top: 90px;
	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: 10px 0px;
	color: #666;
	font-size: 19px;
	letter-spacing: -0.5px;
	font-weight: 400;
	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: rgba(255,255,255,0.5);
	-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: #fff;
	-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: #fff;
	-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: 390px
}
#gnb.open .area > ul > li .gnb-2dep {
	height: 300px;
	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: #384ba8;
	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: #fff;
	-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: #282828;
}
#footerInner {
	position: relative;
}
#footer h1 {color:#fff;font-weight:400;line-height:1.4em;margin-bottom:20px;word-break:keep-all;}
#footer .footer_btn {color:#fff;font-weight:600;cursor:pointer;}
#footer .footer_btn p {display:inline-block;margin-left:10px;}
#footer .footer_view {display:none;}
#footer .footer_view.active {display:block;}
/* -------- FOOTER :: 하단 -------- */
#footerBottom {
	padding: 40px 0;
}
#footerBottom .area {
	display: flex;
	flex-wrap: wrap;align-items: flex-start;
	justify-content: space-between;
}
.footer-address {width:65%}
.footer-address p {
	font-weight:400;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-bottom: 15px;
	color:#fff;
}
.footer-address span {
	display: inline-block;
	margin: 0 15px 0 0
}
.footer-address .link {
	display: none;
}
.footer-copyright {
	font-size: 0.9em;
	margin: 0 16px 0 0;
	color: #c9c9c9;font-weight:400;
	
}
.footer-m {margin-top:20px;}
.footer-m a {color:#848484;font-weight:400;display:inline-block;margin-right:16px;font-size: 0.9em;}
.footer-m a strong {color:#fff;}
.footer-link {text-align:right;width:35%;}
.footer-link p.menu {border-radius:40px;background:#333333;padding:20px 10px;display:flex;text-align:center;margin-bottom:60px;}
.footer-link p.menu strong {display:block;font-weight:400;margin-top:10px;}
.footer-link p.menu a {color:#fff;padding:0px 10px;font-size: 0.85em;width:33.3333%;}
/* 왼쪽 문의, 동영상 버튼 */
#leftItem {
	position: fixed;
	right: 1%;
	bottom: 75px;
	z-index: 999;
	transition: bottom 0.4s ease-in-out;
}
#leftItem.bottom-fixed {
	bottom: 100px;
}
#leftItem .left-item-list li {
	margin-top: 10px;
}
#leftItem .left-item-list li > a {
	display: block;
	position: relative;
	width: 74px;
	height: 74px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	transition: all 0.3s;
	overflow: hidden;
	margin: 10px 0 0 auto;
}
#leftItem .left-item-list li > a .inner {
	padding-left: 30px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
#leftItem .left-item-app > a .inner {
	background:#01c73c url("../images/quick_01.png") right center no-repeat;
}
#leftItem .left-item-kakao > a .inner {
	background:#ffeb00 url("../images/quick_03.png") right center no-repeat;
}
#leftItem .left-item-inquiry > a .inner {
	background:#e8e8e8 url("../images/quick_02.png") right center no-repeat;
}
#leftItem .left-item-list li > a .txt {
	padding: 20px 0;
	font-size: 18px;
	color: #000;
	font-weight: 500;
	opacity: 0;
	filter: Alpha(opacity=0);
}
#leftItem .left-item-inquiry > a .inner span {
	display: block;
	padding: 4px 0;
}
.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;
}

@media all and (min-width:1537px) {

#leftItem .left-item-list li > a:hover,  #leftItem.open .left-item-list li > a {
	width: 200px;
}
#leftItem .left-item-list li > a:hover .txt,  #leftItem.open .left-item-list li > a .txt {
	padding-right: 80px;
	opacity: 1;
	filter: Alpha(opacity=100);
	transition: opacity 0.2s;
	transition-delay: 0.2s;
}
	
#leftItem .left-item-app > a:hover .inner,  #leftItem.open .left-item-app > a .inner {
	background:#01c73c url("../images/quick_01.png") right center no-repeat;
}
#leftItem .left-item-inquiry > a:hover .inner,  #leftItem.open .left-item-inquiry > a .inner {
	background:#e8e8e8 url("../images/quick_02.png") right center no-repeat;
}
}




/* ****************** 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: 1200px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	background: #384ba8;
}
.popup-head {
	background: #384ba8;
	padding: 20px 35px;
	color: #fff;
	font-size:1.2em;
	font-weight: 600;
}
.popup-body {
	background: #fff;padding:4%;
}
.popup-foot {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
}
.pop-btn {
	color: #ffffff;
	cursor: pointer;
}
.pop-btn i {
	color: #fff;
}
/* ****************** SUB LAYOUT ********************** */

/* SUB LAYOUT :: 서브메뉴 Fixed (공통) */
#middleArea {
	position: relative;
	z-index: 10;
	padding: 0px 0 70px 0
}
.content-tit {
	font-size: 60px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin: 40px 0;
}
#topMenu01 {
	position: relative;
	width: 100%;
	
}
#topMenu01 .side-menu-inner {
	width: 100%;
	background:#1c94ff;
}
#topMenu01 .side-menu-inner ul {
	display: flex;
	align-items: center;
	border-left: none;
}
#topMenu01 .side-menu-inner ul li {
	padding: 0;
	text-align: center;
	border-right: 1px solid #77bfff;
}
#topMenu01 .side-menu-inner ul li:first-child {border-left: 1px solid #77bfff;}
#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: 400;
	color:#fff;
	word-break: keep-all;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#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: #1c94ff;
	font-weight: 500;
	background:#fff;
}
	/*  SUB LAYOUT :: 서브메뉴 모바일 (스타일2) */
	#topMenuM02{display:block; position:relative; }
	#topMenuM02 .side-menu-inner{ padding:0px;display:flex; justify-content: center;align-items: center; }
	#topMenuM02 .menu-location{position:relative;height:40px;}
	#topMenuM02 .menu-location > a {font-size:0.9em;margin-right:25px;height:40px;display:inline-block;line-height:40px;}
	#topMenuM02 .menu-location > a i {font-size:1em;}
	#topMenuM02 .menu-location > .cur-location{position:relative; display:block; width:100%; padding:0 25px 0 25px; }
	#topMenuM02 .menu-location > .cur-location:before {display:block;content:"";position:absolute;left:0;top:40%;width:1px;height:10px;background:#dfdfdf;}
	#topMenuM02 .menu-location > .cur-location span{display:inline-block; vertical-align:middle; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#666666; font-weight:400; line-height:40px;}
	#topMenuM02 .menu-location > .cur-location .arrow{vertical-align:middle; font-size:0.9em; color: #666666; margin-left:10px;border: 1px solid #ddd;
    border-radius: 50%;}
	#topMenuM02 .menu-location.open > .cur-location .arrow{transform:rotate(-180deg); }
	#topMenuM02 .menu-location .location-menu-con{display:none; position:absolute; top:40px; left:0px; width:100%; border:1px solid #ddd;padding:10px 0; background-color:#fff; z-index:11; }
	#topMenuM02 .menu-location.location1 .location-menu-con{width:calc(100% - 1px)}
	#topMenuM02 .menu-location .location-menu-con li a{display:block; padding:4px 15px; font-size:0.8em; line-height:1.5; word-break:keep-all; text-align:center;}
	#topMenuM02 .menu-location .location-menu-con li.on{position:relative;}
	#topMenuM02 .menu-location .location-menu-con li.on a{color:#384ba8; font-weight:500;}
	#topMenuM02 .menu-location.location1 .location-menu-con li.on a{color: #666666; font-weight:400;}
/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
#content {
	padding-top: 40px
}
ul.dot {
	text-align: left;
}
ul.dot li {
	position: relative;
	padding: 2px 0 2px 10px;
	line-height: 1.4em;
	font-weight: 400;
	font-size:1.1em;
	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;
	font-weight: 400;
	word-break: keep-all;
}
ul.dot-bold li:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 22px;
	width: 5px;
	height: 5px;
	background: #000;
	border-radius: 50%;
}
ul.dot-bold li  strong {color:#000;}
