@charset "utf-8";
/* CSS Document */

body{
	font-family:Nanum Gothic,sans-seref;
	font-size:14px;
	line-height:1.5em;
	color:#444;
}
header{
  position:relative;
}
.header_top{
  z-index: 999;
  width:100%;
  height:90px;
  border-bottom: 1px solid #d4d4d4;
}
.header_top a{
  display: inline-block;
}
.header_top .top_menu{
  position: absolute;
  top:20px;
  right:10px;
}
.header_top .top_menu a{
  margin-left: 8px;
}
.header_top a.top_logo{
  position: absolute;
  top:5px;
  left:10px;
}
.div_after ul:after{
	content:"";
	display:block;
	clear:both;
	height: 0;
	visibility: hidden;
}
.div_after ul: {*zoom:1;}



/*--------nav---------*/
nav.m_nav ul li{
  text-align: center;
  float: left;
  width: 20%;
  padding:10px 0;
}
nav.m_nav ul li a{
  display: block;
  font-weight: 600;
  font-size: 16px;
}
/*m_menu*/
.m_menu li{
  width:20%;
  float: left;
}
.m_menu li img{
  width:100%;
}

a.overing .over{
	display:none;
}
a.on .over{display:block;}
a.on .roll{	display:none;}
.tit{
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.bg03{
  background:#ebebeb;
}


/*------------------footer---------------*/
.btm_tel img{
  width:100%;
}
footer{
  width:100%;
  font-size:10px;
  text-align:center;
  background: #ebebeb;
}

address{
  padding:10px 5px;
  color:#757575;
  font-size: 12px;
  margin:0 auto;
  text-align: left;
}
footer h4{
  color:#484848;
  font-weight: 600;
  padding:12px 0 10px 0;
  font-size: 18px;
  display: block;
  border-bottom: 1px solid #d4d4d4;
  text-align: left;
}
footer h4 p{
  padding-left: 5px;
  margin: 0 auto;
}
address .companyInfo{
  line-height:14px;
}
.footer_menu{
  text-align:center;
}

#hamburgermenu {
  height: 100%;
  width: 0;
  background: #373737;
  position: fixed;
  top: 0;
  right: 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;
}
#hamburgermenu ul.m_step02{

}

#hamburgermenu ul.m_step02 li a{
  background:#686868;
  font-weight: 500;
  font-size:1.1em;
  padding:8px;
}
#hamburgermenu ul.m_step02 li a:hover{
  background: #535353;
}
.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;
}

#element_to_pop_up {
  display:none;
  background-color: #fff;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 0 10px 5px #999;
  color: #111;
  display: none;
  min-height: 250px;
  min-width: 250px;
  padding: 5px;
  width: 95%;
}
