@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

@charset "utf-8";


/* Reset CSS * --------------------------------------- */

* {
	padding: 0;
	margin: 0
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
select,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
	box-sizing:border-box;
	font-family: 'Noto Sans KR', sans-serif;
}

html {
	width: 100%;
	height: 100%;
}

img {
	vertical-align: top;
}

img,
fieldset {
	border: 0
}

table {
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align: left;
}

address,
em {
	font-style: normal;
}

button {
	border: none;
	background: none;
	cursor: pointer;
	font-family: 'Noto Sans KR', sans-serif;
}


a {
	text-decoration: none;
	color: white;
}

a img {
	border: none
}

body {
	font-family: 'Noto Sans KR', sans-serif;
	width: 100%;
	min-width: 1080px;
	font-size: 15px;
	letter-spacing:-0.85px;
}

select::-ms-expand {
	display: none;
}

.clear:after {clear:both; content:" "; display:block;}

/* Common CSS * --------------------------------------- */

/*ad_pop css*-------------*/

.ad_pop {
	width: 100%;
	height: 100px;
	border-bottom:2px solid #fec00b;
	overflow: hidden;
	position: relative;
    background-color: #fec00b;
    
}

.ad_pop > div {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}

.ad_pop .pop_tel {
	float: left;
}


@media screen and (max-width: 993px) {
  .ad_pop {
      
      
     display: none;
      
      
    }
    
}


.pop_tel img {
	display: block;
	float: left;
	margin-top: 0px;
}

.pop_tel > div {
	margin:20px auto;
	width:200px;
	float: left;
	text-align:center;
	line-height:25px;
}

.pop_tel p {
	font-size: 20px;
	font-weight:bold;
	letter-spacing:-0.095em;
}

.pop_tel h3 {
	
	height:35px;
	line-height:35px;
	color: #3788d0;
	font-weight: bold;
}

.pop_form {
	margin:20px auto;
	width:800px;
	height:60px;
	float:right;
	position: relative;
}

.pop_form form {
	overflow: hidden;
	float:right;
}

.pop_form form > div {
	overflow: hidden;
}

.pop_form label {
	float: left;
	display: block;
	font-size: 15px;
}

.pop_form form .radi_1 {
	margin-left: 20px;
	width: 170px;
	background: #fff;
	border:1px solid #ccc;
	border-radius:5px;
	height: 35px;
	box-sizing: border-box;
	padding:0 5px;
}
.pop_form form .radi_2{
	margin-left: 5px;
	width: 170px;
	background: #fff;
	border:1px solid #ccc;
	border-right:none;
	height: 35px;
	box-sizing: border-box;
	padding:0 5px;
	border-radius:5px 0 0 5px;
}

.pop_form form > div:first-child {
	float:left;
	height:60px;
	line-height:60px;
}

.pop_form form > div:first-child label:first-child {
	margin-right:10px;
	font-size: 24px;
	font-weight:bold;
}
.pop_form form > div:first-child label:last-child {
	margin:0 10px;
	font-size: 24px;
	font-weight:bold;
}

.pop_form form > div:first-child ul {
	box-sizing: border-box;
	color: #3788d0;
	font-weight:bold;
	font-size: 24px;
	float: left;
}
.pop_form form > div:first-child ul li {
	margin:10px 3px;
	width:26px;
	height:40px;
	line-height:38px;
	text-align:center;
	border:1px solid #ccc;
	border-radius:5px;
	float:left;
}

.pop_form form > div:first-child span {
	margin-left:10px;
	vertical-align: middle;
	line-height: 38px;
	font-size: 24px;
	color:#fff;
}

.pop_form form > div:nth-child(2),
.pop_form form > div:nth-child(3) {
	float: left;
}

.pop_form form .ad_agree {
	float: left;
	margin-left:20px;
}

.pop_form form .ad_agree input {
	width: inherit;
	height: inherit;
	vertical-align: middle;
	display: inline-block;
	margin-left: 0;
	padding:0px;
}

.pop_form form .ad_agree label {
	width: inherit;
	display: inline-block;
	float: none;
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
	color:#777;
}

.pop_form form .ad_agree a {
	font-size: 12px;
	color: #3788d0;
}

.pop_form form .ad_btn {
	width: 85px;
	height:35px;
	line-height:35px;
	background: #f06238;
	border-radius: 0 5px 5px 0;
	box-sizing: border-box;
}

.pop_form form .ad_btn input {
	width: 100%;
	text-align: center;
	border: none;
	background: none;
	margin-left: 0;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 0;
}
.ad_pop .ad_close{cursor: pointer;position: absolute;right: 10%;bottom: 0;width:60px;height: 30px;padding-top: 0;}
/* header css *-----------*/

header {
	width: 100%;
	height: 20px;
	position: relative;
  background-color: #4fa1e6;
    z-index: -1;
    
}

@media screen and (max-width: 993px) {
  header {
	
	height: 0px;
	
}  
    
}





header #main_nav {
	width: 1080px;
	margin: 0 auto
}

header #logo {
	float: left;
	padding-top: 11px;
}

header nav {
	float: left;
	margin-left: 20px;
}

header nav > ul {
	padding-top: 25px;
}
header li{
	float:left;
}
header li a span {
	float: left;
	height:18px;
	margin:5px 10px;
	background:url('/images/gnb.png') no-repeat;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
header li.gnb_1 a span { width:183px; background-position:0 0; }
header li.gnb_2 a span { width:115px; background-position:-203px 0; }
header li.gnb_3 a span { width:131px; background-position:-338px 0; }
header li.gnb_4 a span { width:148px; background-position:-489px 0; }
header li.gnb_1:hover a span { width:183px; background-position:0 -19px; }
header li.gnb_2:hover a span { width:115px;	background-position:-203px -19px; }
header li.gnb_3:hover a span { width:131px; background-position:-338px -19px; }
header li.gnb_4:hover a span { width:148px; background-position:-489px -19px; }

header p.line_1 {
	float: left;
	line-height:20px;
	margin:5px 10px;
	padding-bottom: 20px;
}
header #call {
	float: right;
	padding-top: 17px;
}

header a {
	font-size:18px;
	color: #222;
}

#main_nav .sub_nav {
	position: absolute;
	width: 138px;
	top: 40px;
	margin-top: 15px;
	left: 50%;
	margin-left: -69px;
	display: none;
	border:1px solid #ccc;
	box-sizing: border-box;
}

#main_nav .sub_nav li {
	height: 38px;
	line-height: 38px;
	background: white;
	text-align: center;
	float: none;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}

#main_nav .sub_nav li:last-child {
	border-bottom: 0;
}

#main_nav .sub_nav li a {
	color: #474747
}

#main_nav .sub_nav::before {
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -7px;
	content: '';
	width: 15px;
	height: 8px;
	background: url('/images/nav_arrow.png')
}


header #main_nav li:hover .sub_nav {
	display: block;
}

header nav > ul > li:hover::after {
	padding: 0 25px;
	margin-left: -25px;
}


header nav > ul > li.active::after {
	position: absolute;
	content: '';
	left: 50%;
	width: 50px;
	padding: 0;
	height: 5px;
	background: #11b8b7;
	bottom: 25px;
	margin-left: -25px;
	box-sizing: border-box;
}

header nav > ul > li.active a {
	color: #11b8b7
}

#call > div {
	text-align: right;
	color: #222;
	font-size: 15px;
	font-weight:bold;
	line-height: 19px;
}

#call > dif:last-child {
	line-height: 27px
}

#call h4 {
	font-size: 20px;
	float: right;
	color: #3788d0;
}
.ad_open{position: absolute;cursor: pointer;right: 10%;top: 0;width:60px;height: 30px;padding-top: 0;}

/* footer css *-----------*/


/* quick css *--------*/

#quick {
	position: absolute;
	right: 0;
	top: 300px;
	width: 115px;
	text-align: center;
	z-index: 9;
	background: white;
	border:2px solid #ccc;
}

@media screen and (max-width: 993px) {
    #quick { display: none}
}


#quick > div:first-child {
	width: 100%;
	height: 107px;
	background: #3788d0;
	padding: 13px;
	box-sizing: border-box;
}

#quick > div:first-child p {
	font-size: 12px;
	line-height: 40px;
}

#quick > div:first-child p:first-child {
	border-bottom: 1px solid white;
}

#quick > div:first-child a {
	color: white;
}

#quick ul {
	width: 100%;
	box-sizing: border-box;
}

#quick li {
	width: 100%;
	border-bottom: 1px solid #ccc;
}

#quick .quick_icon {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-top: 15px;
	border-radius: 100%;
	background: #404137;
	background-image: url('/images/quick.png')
}

#quick li p {
	font-size: 14px;
	color: #333;
	line-height: 37px;
}

#quick li:nth-child(2) .quick_icon {
	background-position: 0 -60px;
}

#quick li:nth-child(3) .quick_icon {
	background-position: 0 -120px;
}

#quick li:nth-child(4) .quick_icon {
	background-position: 0 -180px;
}

#quick li:nth-child(4) {
	border-bottom: none;
}

#quick #quick_call {
	color: white;
	background: #404137;
	text-align: center;
	font-size: 13px;
	padding-top: 26px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}

#quick_call p {
	display: inline-block;
	line-height: 22px;
}

#quick_call img {
	margin-right: 5px;
}

#quick_call h4 {
	color: #ffdb40;
	font-size: 20px;
	line-height: 40px;
	padding-bottom: 18px;
	letter-spacing: -1px;
}

#quick_top {
	text-align: top;
	box-sizing: border-box;
	background: #eee;
	height: 45px;
	line-height: 43px;
	font-size: 14px;
}

#quick_top a {
	color: #333;
}

#quick li:hover .quick_icon {
	background-color: #3788d0;
}

#quick li:hover p {
	color: #3788d0;
}


@media screen and (max-width: 993px) {
    #quick {display: }   
   
}



/* --------------------------------------------
 * layerPopup
/* ------------------------------------------ */
.layerPopup { display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999999999999999999; overflow:hidden; }
.layerPopup.open { display:block }
.layerPopup .bg_mask { position:absolute;top:0;left:0;width:100%;height:100%;background:#131316;opacity:0.6;filter: alpha(opacity=60);-moz-opacity:0.6;z-index:999 }
.layerPopup .layerCenter { left:50%; top:50%; position:absolute; z-index:9999; }

.layerPopup .layerBody { width:800px; height:500px; margin-left:-400px; margin-top:-250px; background:#fff;  }
.layerPopup .layerBody.fadeIn{ -webkit-animation-duration:0.5s;animation-duration:0.5s }
.layerPopup .layerBody .close{width:60px; height:60px; line-height:60px;position:absolute;right:0;top:0;z-index:100;
	background:url(/images/icon_close.png) no-repeat center center;
	-webkit-background-size:20px 20px;
	-moz-background-size:20px 20px;
	-o-background-size:20px 20px;
	background-size:20px 20px;
}
.layerPopup .layerBody h2.tit{ color:#2d2d36;line-height:80px;height:80px;padding-left:30px;font-size:24px;border-bottom:1px solid #dfe0e4;background:#f5f5f7 }
.layerPopup .layerBody h2.tit .desc{ display:inline-block;font-size:13px;margin-left:10px;color:#808189 }
.layerPopup .layerBody .contPop { height:420px; overflow:auto; -webkit-overflow-scrolling:touch; position:relative; padding:10px; }