@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;
}
/*reset.css*/


/*page tab s*/
.page_tab{
    width:100%;
    background-color:#fafafa !important;
}
.page_tab .menu li{
    width:220px;
    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(5){
    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*/


/*#section1 s*/
#section1{
    width:100%;
    padding:50px 0;
    background-color:#fafafa;
}
#section1 .inner{
    overflow:hidden;
}

#section1 .inner .sec1_title{
    width:528px;
    height:215px;
    margin:0 auto;
    padding:0 0 80px 0;
}

.speak{
    font-size:20px;
    color:#323232;
    background-color:#ffc600;
    margin:40px 0 0 0;
    padding:20px 20px;
    font-weight:700 !important;
    line-height:30px !important;
}
.text{
    font-size:16px;
    color:#323232;
    line-height:27px;
    font-weight:500 !important;
    margin:0 0 30px 0;
}
/*#section1 e*/


/*#section2 s*/
#section2{
    width:100%;
    height:840px;
    padding:95px 0 0 0;
    background:url(../images/sub_history/sec2_bg.jpg) no-repeat center 0/cover;
}
#section2 .inner{
    overflow:hidden;
}

#section2 .speak{
    background-color:#624a22;
    color:#fff;
}
/*#section2 e*/


/*#section3 s*/
#section3{
    width:100%;
    padding:90px 0 0 0;
    background-color:#624a22;
}
#section3 .inner{
    overflow:hidden;
}

#section3 .speak{
    width:570px !important;
    background-color:#ffc600;
    color:#624a22;
}
#section3 .text{
    color:#fff;
}
/*#section3 e*/


/*#section4 s*/
#section4{
    width:100%;
    height:755px;
    padding:55px 0 0 0;
    background:url(../images/sub_history/sec4_bg.jpg) no-repeat center 0/cover;
}
#section4 .inner{
    overflow:hidden;
}

.slide_img{
    width:1200px;
    margin:0 auto;
    position:relative;
    left:-1250px;
    transition:all 0.8s;
    -webkit-transition:all 0.8s;
    -moz-transition:all 0.8s;
}
.slide_img.On{
    left:0px;
}
/*#section4 e*/


/*#section5 s*/
#section5{
    padding:40px 0;
    background-color:#fff;
}

#section5 a{
    display:block;
    width:639px;
    height:202px;
    margin:0 auto;
}
/*#section5 e*/



