@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_tit2{
    text-align: center;
    margin: 60px 0 50px 0;
    
}
.section_txt{
    text-align: center;
}
/*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: 925px;
    background-image: url(../images/sub_0203/sec_1_bg.png);
    padding-top: 34px;
    box-sizing: border-box;
}
#section_1 .section_tit:nth-child(1){
    margin-bottom: 20px;
}

#sec_1_video{
    width: 585px;
    height: 354px;
    background-image: url(../images/sub_0203/sec_1_frame.png);
    margin: 0 auto;
    padding: 26px 47px;
    box-sizing: border-box;
    margin-bottom: 44px;
}
#section_1 .section_txt{
    margin-top: 28px;
}
/*section_1e*/
/*section_2s*/
#section_2{
    width: 100%;
    height: 550px;
    background-attachment: fixed;
    padding: 100px 0px;
    box-sizing: border-box;
    position: relative;
    background-image: url(../images/sub_0203/sec_2_bg.jpg);
    
}
#sec_2_wrap{
    width: 895px;
    height: 350px;
    
    margin: 0 auto;
}
#sec_2_button{
    width: 185px;
    height: 350px;
    float: left;
}
.sb{
    width: 185px;
    height: 50px;
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
}
.sb.sb_on{
     background: rgba(255,255,255,1);
    color: #ffc600;
    font-weight: 600;
}
.sb:last-child{
    margin-bottom: 0;
}
#sec_2_con{
    width: 691px;
    height: 350px;
    float: right;
}
.sc{
    width: 100%;
    height:350px;
    display: none;
    border-radius: 10px;
    background: white;
    padding:24px;
    box-sizing: border-box;
}
.sc.sc_on{
    display: block;
}
.sc p{
    font-size: 16px;
}
.dog{
    width: 50%;
    height: 350px;
    float: left;
    text-align: center;
}
.dog_img{
    width: 260px;
    height: 207px;
    margin: 12px auto;
    overflow: hidden;
}
.dog_img img{
    width: 100%;
    
}
.squ{
    width: 50%;
    height: 350px;
    float: right;
    text-align: center;
}
.squ_img img{
    width: 100%;   
}
.squ_img{
    width: 260px;
    height: 207px;
    border:1px solid #624a22;
    box-sizing: border-box;
    margin: 12px auto;
    overflow: hidden;
}
/*section_2e*/



/*section_3s*/

#section_3{
    width: 100%;
    height: 550px;
    background-attachment: fixed;
    padding: 100px 0px;
    box-sizing: border-box;
    position: relative;
    background-image: url(../images/sub_0203/sec_3_bg.jpg);
    
}
#sec_3_wrap{
    width: 895px;
    height: 350px;
    margin: 0 auto;
}
#sec_3_button{
    width: 185px;
    height: 350px;
    float: left;
}
#squ_img{
    position: absolute;
    bottom: 58px;
    left: 20%;
}

/*section_3e*/
/*section_4s*/
#scroll_ani04_01_g1{
    width: 18px;
    height: 0px;
    background-image: url(../img/gdc_1.png);
    background-repeat: repeat-y;
    position: absolute;
    bottom: 0px;
    left: 100px;
    transition: all 0.7s;
    
}
#scroll_ani04_01_g1.action{
    height: 458px;
}
#scroll_ani04_01_g2{
    width: 18px;
    height: 0px;
    background-image: url(../img/gdc_2.png);
    background-repeat: repeat-y;
    position: absolute;
    bottom: 0px;
    left: 168px;
    transition: all 0.7s;
    transition-delay: 0.7s;
}
#scroll_ani04_01_g2.action{
    height: 38px;
}
#scroll_ani04_01_t1{
    width: 63px;
    height: 16px;
    background-image: url(../img/gdc_1_01.png);
    position: absolute;
    bottom: 465px;
    left: 72px;
    opacity: 0;
    transition: all 2s;
}
#scroll_ani04_01_t1.action{
    opacity: 1;
}
#scroll_ani04_01_t2{
    width: 63px;
    height: 16px;
    background-image: url(../img/gdc_1_02.png);
    position: absolute;
    bottom: 45px;
    left: 136px;
    opacity: 0;
    transition: all 2s;
}
#scroll_ani04_01_t2.action{
    opacity: 1;
}
#scroll_ani04_02_g1{
    width: 18px;
    height: 0px;
    background-image: url(../img/gdc_1.png);
    background-repeat: repeat-y;
    position: absolute;
    bottom: 0px;
    left: 345px;
    transition: all 0.7s;
}
#scroll_ani04_02_g1.action{
    height: 123px;
}
#scroll_ani04_02_g2{
    width: 18px;
    height: 0px;
    background-image: url(../img/gdc_2.png);
    background-repeat: repeat-y;
    position: absolute;
    bottom: 0px;
    left: 413px;
    transition: all 0.7s;
    transition-delay: 0.7s;
}
#scroll_ani04_02_g2.action{
    height: 9px;
}
#scroll_ani04_02_t1{
    width: 63px;
    height: 16px;
    background-image: url(../img/gdc_2_01.png);
    position: absolute;
    bottom: 130px;
    left: 319px;
    opacity: 0;
    transition: all 2s;
}
#scroll_ani04_02_t1.action{
    opacity: 1;
}
#scroll_ani04_02_t2{
    width: 63px;
    height: 16px;
    background-image: url(../img/gdc_2_02.png);
    position: absolute;
    bottom: 16px;
    left: 381px;
    opacity: 0;
    transition: all 2s;
}
#scroll_ani04_02_t2.action{
    opacity: 1;
}
#scroll_ani04_03_g1{
    width: 18px;
    height: 0px;
    background-image: url(../img/gdc_1.png);
    position: absolute;
    bottom: 0px;
    left: 620px;
    background-repeat: repeat-y;
    transition: all 0.7s;
}
#scroll_ani04_03_g1.action{
    height: 92px;
}
#scroll_ani04_03_g2{
    width: 18px;
    height: 0px;
    background-image: url(../img/gdc_2.png);
    background-repeat: repeat-y;
    position: absolute;
    bottom: 0px;
    left: 688px;
    
}
#scroll_ani04_03_t1{
    width: 63px;
    height: 16px;
    background-image: url(../img/gdc_3_01.png);
    position: absolute;
    bottom: 99px;
    left: 596px;
    opacity: 0;
    transition: all 2s;
}
#scroll_ani04_03_t1{
    opacity: 1;
}
#scroll_ani04_03_t2{
    width: 63px;
    height: 16px;
    background-image: url(../img/gdc_3_02.png);
    position: absolute;
    bottom: 7px;
    left: 656px;
    opacity: 0;
    transition: all 2s;
}
#scroll_ani04_03_t2.action{
    opacity: 1;
}
#scroll_ani04_04_g1{
    width: 18px;
    height: 0px;
    background-image: url(../img/gdc_1.png);
    position: absolute;
    bottom: 0;
    left: 878px;
    background-repeat: repeat-y;
    transition: all 0.7s;
}
#scroll_ani04_04_g1.action{
    height: 306px;
    
}
#scroll_ani04_04_g2{
    width: 18px;
    height: 0px;
    background-image: url(../img/gdc_2.png);
    background-repeat: repeat-y;
    position: absolute;
    bottom: 0;
    left: 946px;
    transition: all 0.7s;
    transition-delay: 0.7s;
}
#scroll_ani04_04_g2.action{
    height: 31px;
}
#scroll_ani04_04_t1{
    width: 63px;
    height: 16px;
    background-image: url(../img/gdc_4_01.png);
    position: absolute;
    bottom: 313px;
    left: 854px;
    opacity: 0;
    transition: all 2s;
}
#scroll_ani04_04_t1.action{
    opacity: 1;
}
#scroll_ani04_04_t2{
   width: 63px;
    height: 16px;
    background-image: url(../img/gdc_4_02.png);
    bottom: 38px;
    left: 914px;
    position: absolute;
   opacity: 0;
    transition: all 2s;
}
#scroll_ani04_04_t2.action{
    opacity: 1;
}
#s4{
    height: 1000px;
}
#s4 .section_tit{
    padding:63px 0px 50px 0px;
}
#s4_frame{
    width: 1192px;
    height: 725px;
    background-image: url(../images/sub_0203/sec_4_bg.png);
    margin: 0 auto;
    padding: 40px 0px 20px 0px;
    box-sizing: border-box;
}
/*section_4e*/
