@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(2){
    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%;
    height:982px;
    background:url(../images/sub_edu/sec1_bg.jpg) no-repeat center left/cover;
}

#section1 .sec1_title{
    width:790px;
    height:346px;
    margin:0 auto;
    padding:50px 0 0 0;
}

#section1 .sec1_text .left_img{
    float:left;
    width:436px;
    height:363px;
    margin:140px 0 0 160px;
}
#section1 .sec1_text .right_text{
    float:left;
    margin:80px 0 0 45px;
}
#section1 .sec1_text .right_text p{
    font-size:16px;
    line-height:27px;
    color:#222;
}
/*#section1 e*/


/*#section2 s*/
#section2{
    width:100%;
    height:819px;
    background:url(../images/sub_edu/sec2_bg.jpg) no-repeat center 0/cover;
}

#section2 .inner .sec2_title{
    width:441px;
    height:119px;
    margin:0 auto;
    padding:70px 0 53px 0;
}

#section2 .inner .contents{
    width:100%;
}
#section2 .inner .contents .cont1,
#section2 .inner .contents .cont2,
#section2 .inner .contents .cont3{
    float:left;
    width:360px;
    height:485px;
    margin:0 0 0 60px;
    border-radius:15px;
    overflow:hidden;
}
#section2 .inner .contents .cont1{
    margin:0;
}

#section2 .inner .contents .top_img{
    width:100%;
    height:230px;
    background-color:#b28850;
    text-align:center;
}
#section2 .inner .contents .cont1 .top_img img{
    padding:77px 0 0 0;
}
#section2 .inner .contents .cont2 .top_img img{
    padding:67px 0 0 0;
    transition-delay:0.3s;
    -webkit-transition-delay:0.3s;
    -moz-transition-delay:0.3s;
}
#section2 .inner .contents .cont3 .top_img img{
    padding:66px 0 0 0;
    transition-delay:0.7s;
    -webkit-transition-delay:0.7s;
    -moz-transition-delay:0.7s;
}
#section2 .inner .contents .top_img img{
    opacity:0;
    transform:scale(0.5);
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
}
#section2 .inner .contents .top_img img.On{
    opacity:1;
    transform:scale(1);
}

#section2 .inner .contents .text{
    width:100%;
    padding:40px 0 0 0;
    height:215px;
    background-color:#fafafa;
    font-size:16px;
    line-height:27px;
    color:#222;
    text-align:center;
}
#section2 .inner .contents .text .sec2_cont_ttl{
    font-size:22px;
    line-height:30px;
    color:#624a22;
    font-weight:500;
}
/*#section2 e*/


/*#section3 s*/
#section3{
    width:100%;
    height:819px;
    background:url(../images/sub_edu/sec3_bg.jpg) no-repeat center 0/cover;
}

#section3 .inner .sec3_title{
    width:463px;
    height:119px;
    margin:0 auto;
    padding:70px 0 53px 0;
}

#section3 .inner .contents{
    width:100%;
}
#section3 .inner .contents .cont1,
#section3 .inner .contents .cont2,
#section3 .inner .contents .cont3{
    float:left;
    width:360px;
    height:485px;
    margin:0 0 0 60px;
    border-radius:15px;
    overflow:hidden;
}
#section3 .inner .contents .cont1{
    margin:0;
}

#section3 .inner .contents .top_img{
    width:100%;
    height:230px;
}
#section3 .inner .contents .top_img img{
    width:100%;
}

#section3 .inner .contents .text{
    width:100%;
    height:215px;
    background-color:#fff;
    font-size:16px;
    line-height:27px;
    color:#222;
    text-align:center;
}
#section3 .inner .contents .cont1 .text{
    padding:90px 0 0 0;
}
#section3 .inner .contents .cont2 .text{
    padding:65px 0 0 0;
}
#section3 .inner .contents .cont3 .text{
    padding:80px 0 0 0;
}
/*#section3 e*/


/*#section4 s*/
#section4{
    width:100%;
    height:730px;
    background-color:#fafafa;
}

#section4 .inner .sec4_title{
    width:257px;
    height:67px;
    margin:0 auto;
    padding:65px 0 60px 0;
}

#section4 .inner .contents{
    width:850px;
    margin: 0 auto;
}
#section4 .inner .contents .cont1,
#section4 .inner .contents .cont2,
#section4 .inner .contents .cont3,
#section4 .inner .contents .cont4{
    width:200px;
    height:500px;
    float:left;
    margin:0 0 0 100px;
    opacity:0;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
}
#section4 .inner .contents .cont1{
    margin:0 0 0 50px;
}
#section4 .inner .contents .cont2{
    transition-delay:0.4s;
    -webkit-transition-delay:0.4s;
    -moz-transition-delay:0.4s;
}
#section4 .inner .contents .cont3{
    transition-delay:0.8s;
    -webkit-transition-delay:0.8s;
    -moz-transition-delay:0.8s;
}
#section4 .inner .contents .cont4{
    transition-delay:1.2s;
    -webkit-transition-delay:1.2s;
    -moz-transition-delay:1.2s;
}
#section4 .inner .contents .cont1.On,
#section4 .inner .contents .cont2.On,
#section4 .inner .contents .cont3.On,
#section4 .inner .contents .cont4.On{
    opacity:1;
}

#section4 .inner .contents .top_img img{
    width:100%;
}
#section4 .inner .contents .bot_txt p{
    text-align:center;
    font-size:16px;
    color:#333333;
    padding:30px 0 0 0;
    line-height:27px;
}
/*#section4 e*/


/*#section5 s*/
#section5{
    width:100%;
    padding:60px 0 70px 0;;
    background-color:#fff;
}

#section5 .inner .sec5_title{
    text-align:center;
}
#section5 .inner .sec5_title img{
    margin:0 0 30px 0;
}
#section5 .inner .sec5_title p{
    font-size:23px;
    font-weight:500;
    color:#624a22;
    margin:0 0 60px 0;
}

#section5 .sec5_img img{
    width:100%;
}
/*#section5 e*/


/*#section6 s*/
#section6{
    width:100%;
    padding:30px 0 90px 0;
    background-color:#fff;
}

#section6 .inner .go_btn{
    width:639px;
    height:202px;
    margin:0 auto;
}
#section6 .inner .go_btn a{
    display:block;
    width:100%;
    height:100%;
}
/*#section6 e*/














