@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:80px;
  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:20px;
  left:10px;
}
.div_after ul:after{
	content:"";
	display:block;
	clear:both;
	height: 0;
	visibility: hidden;
}
.div_after ul: {*zoom:1;}


/*------------------footer---------------*/

footer{
  width:100%;
  font-size:10px;
  text-align:center;
  background: #686868;
}

.footer_menu{
  padding:5px 0;
  border:solid #717068;
  border-width:1px 0;
}

.footer_menu_box{
  display:inline-block;
  margin:0 4px;
  padding:0 5px ;
  line-height:25px;
  font-size:1.1em;
  color:#ececec;
}
address{
  padding:10px 5px;
  color:#ececec;
  font-size: 12px;
  max-width: 480px;
  margin:0 auto;
  text-align: center;
}
address h4{
  color:#ff6f8d;
  font-weight: 600;
  padding:5px 0 10px 0;
  font-size: 18px;
  display: block;
}
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{
  display: none;
}

#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;
}

.to_blog img{width: 100%; }
