@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);
body         {     font-family: Malgun Gothic,dotum,Helvetica,sans-serif; }
.normal     { font-weight: 400 }
.bold       { font-weight: 700 }
.bolder     { font-weight: 800 }
.light      { font-weight: 300 }

html{
width: 100%;
margin: 0 auto;
min-width: 1400px;
}

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{
    text-align: center;
    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;
  width: 183px;
  text-align: center;
}
.menu_color > a{
    padding: 2px 38px;
    color: white;
    font-weight:  800;
    font-size:18px;
}
/*sub 4_1*/
.sub4_1_h2{
	font-weight: bold;
}
