
@import url('https://fonts.googleapis.com/css?family=Jua|Nanum+Gothic+Coding&display=swap');
/* font-family: 'Jua', sans-serif;
font-family: 'Nanum Gothic Coding', monospace;
 */
.container{
	text-align: center;
 	width: 100%;
 	font-family: 'Nanum Gothic Coding', monospace;
}

/*HEADER*/

#header{
	width: 100%;
	position: relative;
	z-index: 20;
}

#header .logo{
	width: 1200px; margin: 30px auto;
}
#header .logo img{
	width: 200px;
}
#header .logo h1{
	display: none;
}


/*MAINNAV*/

#main_nav{
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	height: : 61px;
	transition: all 0.3s ease-out;
}

#main_nav .main{
	width: 1200px;
	text-align: center;
	margin: 0 auto;
}
#main_nav .main li a{
	text-decoration: none;
	font-family: 'Nanum Gothic Coding', monospace;
	letter-spacing: -1.5px;
	color: #000; display: block;
}
#main_nav .main > li{
	float: left; width: 20%;

}
#main_nav .main > li > a{
	font-size: 18px; 
	font-weight: 600;
	/* border: 1px solid #666; */
	padding: 20px 0;

}

#main_nav .main:hover .sub{
	height: 300px;

}
#main_nav .main_li:hover .sub{
	background: rgba(220,249,241,0.8);

}
#main_nav .main_li:hover > a{
	color: #00aab1;
}

/*SUB_NAV*/
#main_nav .main > li{
	position: relative;
}
#main_nav .main .sub{
	height: 0px; 
	background: rgba(255,255,255,0.8);
	/* display: none; */ 
	width: 100%;
	position: absolute;
	/* display: none; */
	right: 0;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#main_nav .main .sub li{
	display: block;
	width: 100%;
}
#main_nav .main .sub li:hover a{
	text-decoration: underline;
	color: #00aab1;
}
#main_nav .main_li:hover > a{
	text-decoration: underline;
}
#main_nav .main .sub li > a{
	display: block;
	padding: 10px 0;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -2px;
}


/*SUBMAIN*/

section{
	width: 100%;
	text-align: center;
}
section .sub{
	width: 1200px;
	margin: 0 auto;
}
#sub_main .sub h2{
	padding: 0 0 30px;
}
#sub_main .sub h2 > img{
	width: 300px;
}


#sub_main .anjung_img{
	width: 1200px;
	margin: 10px auto;
}
#sub_main .anjung_img ul li{
	float: left; width: 22%;
	margin-right: 4%;
}
#sub_main .anjung_img ul li:last-child{
	margin-right: 0;
}

/*CONTENT*/

#content{
	width: 100%;
	text-align: center;
}
#content #header{
	background: url('../images/10/img_02_back.jpg') no-repeat center center;
	min-width: 1200px; margin: 0 auto;
}
#content .main_picture{
	width: 1200px; margin: 0 auto;
}
#content .sub_content{	
	background: url('../images/10/img_04_back.jpg') no-repeat center center;
	min-width: 1200px; margin: 0 auto;
}
#content .sub_content_01{
	width: 1200px; margin: 0 auto;
}


/*bottom_main*/

#bottom_main{
	background: url('bottom_main_back.jpg') no-repeat center center;
	padding: 70px 0;
	margin: 0;
}
#bottom_main .sub ul{
	width: 1200px;
}
#bottom_main .sub ul > li{
	float: left; overflow: hidden;
}
#bottom_main .sub ul > li:first-child,
#bottom_main .sub ul > li:last-child{
	width: 50%;
}
#bottom_main .sub ul > li:nth-child(2),
#bottom_main .sub ul > li:nth-child(3),
#bottom_main .sub ul > li:nth-child(4),
#bottom_main .sub ul > li:nth-child(5){
	width: 25%;
}
#bottom_main .sub ul > li > a > img{
	transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
}
#bottom_main .sub ul > li > a:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}


/*CONTACT*/

#contact{
	margin: 0;
	background: url('bottom_contact_back.jpg') no-repeat center center;
}
#contact nav{
	width: 1200px; margin: 0 auto;
}
#contact nav ul li{
	float: left;
}
#contact nav ul li:first-child{
	width: 50%;
}
#contact nav ul .icon{
	width: 16.6%; padding-top: 35px;
	position: relative;
}
#contact nav ul .icon::after{
	display: block; content: "";
	width: 2px; height: 50%;
	background: rgba(0,0,0,0.2);
	position: absolute;
	right: 0; bottom: 20px;
}
#contact nav ul .icon:last-child::after{
	display: none;
}

/*FOOTER*/

footer div{
	width: 1200px;
	margin: 0 auto;

