@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a {	
	color:#333333;
	text-decoration:none;
}
a:hover {	
	text-decoration:none;
}

body{
	font-family: 'Noto Sans KR', sans-serif;
	overflow-x: hidden;
}

.none{
	display:none;
}
.abs{
	position:absolute;
}

.rel{
	position:relative;
}

ul li{
	list-style: none;
}

.clear:after{
	content: "";
	display: block;
	clear: both;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	height: 0;
	width: 0;
	font-size:0;
}



#wrap{
	width:100%;
	min-width: 1670px;
	position: relative;
}


/******************헤더코딩시작*********************/

#header{
	min-width: 1670px;
	position:relative;
	height: 90px;
	display:block;
	width: 100%;
	z-index:50;
	color: #f2f2f2;
	transition:.25s;
	-webkit-transition:.25s;
	-moz-transition:.25s;
}

#header .logobox{
	position: absolute;
	width: 174px;
	height: 53px;
	left: 30px;
	top: 20px;
	background: url("../img/logo_on.png") no-repeat center;
	transition:.25s;
	-webkit-transition:.25s;
	-moz-transition:.25s;
}



#header .logobox>a{
	display: block;
	width: 100%;
	height: 100%;
}

#header .tellbox{
	position: absolute;
	width: 179px;
	height: 37px;
	top: 27px;
	right: 20px;
	background: url("../img/tell_on.png") no-repeat center;
	transition:.25s;
	-webkit-transition:.25s;
	-moz-transition:.25s;
}


.navi{
	position: absolute;
	width: 1260px;
	left: 50%;
	margin-left: -600px;
}

.nav{
	position:relative;
	
}
.topnav{
	text-align:center;
	cursor:pointer;
	position: relative;
}

.navi_set{
	float: left;
	position:relative;
	width: 140px;
}

.topnav a{
	display:block;
	line-height:90px;
	color: #000;
	width: 100%;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size:16px;
}



.subnav{
	position:absolute;
	display:none;
	z-index:50;
}

.subnav li{
	width: 140px;
	text-align:center;
	cursor:pointer;
}
.subnav li a{
	color:#fff;
	display:block;
	line-height:35px;
	width:100%;
	font-size:14px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
}

.subnav li:nth-child(1){
	padding-top: 20px;
}

.subnav li a:hover{
	background-color: #8f011d;
	color: #fff;
}



.nav_bg{
	width:100%;
	height: 230px;
	background-color: #4c4c4c;
	z-index: 10;
	top: 90px;
	position: absolute;
	display: none;
}


/******************서브헤드*******************/


.subhed_wrap{
	width: 100%;
	height: 349px;
	position: relative;
	background: url("../img/subhed_bg.png") no-repeat;
	background-size: cover;
}
.sub_bigtitle,
.sub_smalltitle{
	color: #fff;
	font-family: 'Noto Sans KR', sans-serif;
	text-align: center;
}
.sub_bigtitle{
	font-size: 45px;
	font-weight: 600;
	padding: 100px 0 30px 0;
}


.sub_smalltitle{
	font-size: 17px;
	font-weight: 300;
}
.sub_smalltitle span{
	font-size: 17px;
	font-weight: 600;
}


/*********서브헤더 메뉴박스*********/


.sub_common{
	display: none;
}

.sub_ul{
	position:absolute;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	z-index: 10;
	width: 1200px;
	justify-content: center;
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}

.sub_ul li{
	float: left;
	background-color: #4c4c4c;
	width: 100%;
	height: 50px;
	position: relative;
}
.sub_ul li:before{
	content: "";
	position: absolute;
	width: 1px;
	background-color: #5c5c5c;
	height: 100%;
	right: 0;
}
.sub_ul li:last-child:before{
	content: "";
	display: none;
}

.sub_ul li a{
	color: #fff;
	height: 50px;
	width: 100%;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	display: block;
	font-family: 'Noto Sans KR', sans-serif;
}

.subwrap{
	width: 100%;
	position: relative;
}

.sub_box{
	width: 1200px;
	position: relative;
	left: 50%;
	margin-left: -600px;
}


/***********스몰탭************/

.stab_wrap{
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 0px;
	padding-top: 50px;
}
.samll_tab{
	display: none;
}
.samll_tab ul{
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	justify-content: center;
}

.samll_tab ul li{
	float: left;
	width: 180px;
	background-color: #fff;
	position: relative;
	margin-left: 15px;
}

.samll_tab ul li:first-child{
	float: left;
	margin-left: 0;
}


.samll_tab ul li a{
	color: #000;
	text-align: center;
	display: inline-block;
	width: 100%;
	line-height: 45px;
	font-size: 14px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	border: 1px solid #ccc;
}



.ifram_box{
	position: relative;
	width: 1100px;
	margin-top: 50px;
	left: 50%;
	margin-left: -550px;
	padding-bottom: 50px;
}











#footer{
	position: relative;
	height: 75px;
	display:block;
	width: 100%;
	background: #4c4c4c;
	z-index:100;
	min-width: 1670px;
}	


#footer>.footer_text{
	padding-top: 17px;
	margin-left: 60px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
}

#footer>.footer_text>a{
	font-size: 12px;
	color: #fff;
	line-height: 23px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
}
#footer>.footer_img{
	position: absolute;
	top: 30px;
	right: 50px;
}
