@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(3){
    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*/
/*section_1s*/
#section_1{
    width: 100%;
    height: 1260px;
    background: #fafafa;
}
#sec1_wrap{
    width: 1200px;
    height: 1260px;
    margin: 0 auto;
}
.sub_title_06{
    color: #624a22;
    font-size: 18px;
    font-weight: 600;
}
/*section_1e*/
/*section_2s*/
#section_2{
    width: 100%;
    height: 883px;
    background-image: url(../images/sub_0403/sec_2_bg.png);
}
/*section_2e*/
/*section_3s*/
#section_3{
    width: 100%;
    height: 883px;
    background-color: white;
}

/*section_3e*/
/*section_4s*/
#section_4{
    width: 100%;
    height: 883px;
    background-color: #fafafa;
}

/*section_4e*/
