@charset "utf-8";

/*reset.css*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);


*{
    padding:0px;
    margin:0px;
}
ul,li {
    list-style:none;
}
a {
    text-decoration:none !important;
    color:#333;
}
img{
    border: 0;
    vertical-align: top;
}
body {
    width:100%;
    font-family: 'Noto Sans KR', sans-serif;
}

/*속성 지정*/
.inner{
    width:1200px !important;
    margin:0 auto;
}
.cf:after{
    content:"";
    clear:both;
    display:block;
}

#wrap{
    min-width:1200px;
}
.section_tit{
    text-align: center;
    
}
.section_box{
    width: 150px;
    height: 150px;
    border-radius: 80px;
    background-color:#ffc600;
    margin-right: 20px;
    padding: 40px;
    box-sizing: border-box;
}
.section_box2{
    width: 150px;
    height: 150px;
    border-radius: 80px;
    background-color:white;
    margin-right: 20px;
    padding: 40px;
    box-sizing: border-box;
}
.section_box:first-child{
    margin-bottom: 13px;
   
}
.section_box2:first-child{
    margin-bottom: 13px;
}
.section_img_box{
    background-image: url(../images/sub_0403/square.png);
    width: 1192px;
    height: 352px;
    padding: 30px 40px;
    box-sizing: border-box;
    
}
/*reset.css*/
/*page tab s*/
.page_tab{
    width:100%;
    background-color:#fafafa !important;
}
.page_tab .menu li{
    width:187px;
    height:70px;
    background-color:#fff;
    border-radius:20px;
    text-align:center;
    line-height:70px;
    font-size:16px;
    color:#624a22 !important;
    margin:0 0 0 10px;
}
.page_tab .menu li:nth-child(4){
    border:3px solid #624a22 !important;
    box-sizing:border-box !important;
    line-height:67px;
}
.page_tab .menu li a{
    display:block;
    width:100%;
    height:100%;
}
a:link, a:visited{
    color:#624a22 !important;
}
/*page tab e*/


#section2{
	background: url(../images/sub_0404/s2_bg.jpg) no-repeat center/cover;
	width: 100%;
	height: 1000px;
}
