@charset "utf-8";
/* CSS Document */

body{
	font-family:dotum,"돋움",sans-seref;
	font-size:14px;
	line-height:1.5em;
	color:#444;
}
header{
	background-image: url('/mobile/img/main_top_bg.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	height: 300px;
	display:block;
}
.header_top{
	padding-top:10px;
	margin:0 auto;
	position:relative;;
}
.header_top .logo_wrap ul {font-size:0;width:100%;}
.header_top .logo_wrap ul li{display:inline-block;font-size:14px;text-align:center;height:84px;padding-top:20px;}
.header_top .logo_wrap ul li{width:24%;}
.header_top .logo_wrap ul li:first-child{width:76%;}
.header_top .logo_wrap ul li:last-child img{width:30px;padding-top: 10px;}
.header_top .top_menu_wrap{ width: 100%; overflow-y: hidden; text-align: center; }
.header_top .top_menu_wrap ul {font-size:0;margin-top:165px; white-space: nowrap; background-color: white; width: 100%; overflow-y: auto;
  -webkit-transition: -webkit-transform 0s linear; -webkit-transform: translateZ(0); position: relative; }
.header_top .top_menu_wrap ul li{
	display:inline-block;
	font-size:16px;
	color:#000;
	font-weight:400;
	text-align:center;

	background-color:rgb(255,255,255);
}
.header_top .top_menu_wrap ul li a{display: block; width: 100%; height: 100%; padding:10px; }
.header_top .top_menu_wrap ul li.on{background-color: #eaeaea;}

h5{display:block;widht:100%;text-align:center;padding:18px 0;font-size:20px;color:#fff;background-color: #000;}

.div_after ul:after{
	content:"";
	display:block;
	clear:both;
	height: 0;
	visibility: hidden;
}
.div_after ul: {*zoom:1;}
.tit{
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

/*------------------footer---------------*/

footer{
	width:100%;
	font-size:10px;
	text-align:center;
	position: relative;
}

.footer_menu{
	padding:5px 0;
	border:solid #d4d4d4;
	border-width:1px 0;
	text-align:center;
}

.footer_menu_box{
	display:inline-block;
	margin:0 4px;
	padding:0 5px ;
	line-height:25px;
	font-size:15px;
}
address{
	padding:10px 5px;
	line-height:20px;
	color:#a4a19c;
	font-size: 16px;
	max-width: 580px;
	margin:0 auto;
	text-align: left;
}
@media (min-width: 495px){
	.address {
	max-width:300px;
	}
}
address h4{
	color:#457bbd;
	font-weight: 600;
	padding-bottom: 10px;
	font-size:18px;
}

#hamburgermenu {
  height: 100%;
  width: 0;
  background: #373737;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  overflow: hidden;
  -webkit-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
  -moz-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
  box-shadow: 3px 0 7px rgba(0,0,0,0.55);
}
#hamburgermenu ul {
  z-index: 101;
  overflow-y: auto;
  overflow-x: hidden;
}
#hamburgermenu ul li {
  display: block;
}
#hamburgermenu ul li a {
  display: block;
  min-width: 110px;
  padding: 13px 8px;
  color: #cdcdcd;
  font-size: 1.25em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-bottom:1px dotted #5c5c5c;
}
#hamburgermenu li a:hover {
  color: #fff;
  background: #2c2c2c;
}

.overlay{
  position: fixed;
  z-index: 99;
  background-color: rgba(0,0,0,0.5);
  bottom: 0;
  right: 0;
  left: 0;
}
.openmenu .overlay{
  top: 0;
}
h1{
	font-weight:bold;
	font-size:1.3em;
	padding:0px;
}
h2{
	font-weight:bold;
	font-size:1.2em;
	padding:2px 20px;
}

.totop{
  z-index: 9999;
  position: fixed;
  bottom: 16px;
  right: 16px;
  display: none;
}
