@import url("//fonts.googleapis.com/earlyaccess/nanumgothic.css" ) ;
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
* {

  font-family: 'Noto Sans KR','Nanum Gothic';
}
.normal     { font-weight: 400 }
.bold       { font-weight: 700 }
.bolder     { font-weight: 800 }
.light      { font-weight: 300 }

html, body{
    padding: 0;
    margin: 0;
}

.dir{
    width: 1200px;
    margin: 0 auto;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.header_logo{
    position: relative;
    left:50%;
    margin-left:-100px;
	cursor: pointer;

}
.header_phone{
    float:right;
    position: relative;
    top:10px;
}
.logo_top{
    overflow: hidden;
    margin-top:5px;
    padding: 20px 0;
}

.menu_wrap{
    background-color: #131e3a;
    width: 1200px;
    margin: 0 auto;

}
.menu_bg{
    background-color: #131e3a;
    width: 100%;
    height: 46px;

}
.menu_color{
    float: left;
	line-height:52px;
	box-sizing: border-box;

}
.menu_color > a{
    padding: 0 105px;
    color: #fff;
    font-weight:  700;
    font-size:18px;
}
/*sub 4_1*/
.sub4_1_h2{
	font-weight: bold;
}
