@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;
}
/*
#top_btn{
    position: fixed;
    z-index: 99;
    bottom: 35px;
    right:30px;
    width: 60px;
    height: 60px;
    background-image: url(../img/arrow_top.png);
   cursor: pointer;
}
#top_btn::after{
    content: 'TOP';
    display: block;
    width: 60px;
    height: 30px;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform:translateX(-25%);
}
*/
/*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;
}
/*page tab e*/



/*#section1 s*/
#section1{
    width: 100%;
    height: 1400px;
    background-color:#fafafa; 
    overflow: hidden;
}
#section_con1{
    width:1180px;
    height:450px;
    background-color:#fff; 
   margin: 0 auto;
    margin-bottom: 59px;
}

#section_con1 .sec_con1{
    float: left;
    width: 50%;
    height: 450px;
    background:white;
}
.sec_con1#sc_1{
    text-align: center;
    padding-top: 25px;
    box-sizing: border-box;
}
.sec_con1#sc_2{
    background-image: url(../images/sub_0201/sec_1_bg.jpg);
    padding: 100px 75px;
    box-sizing: border-box;
}
#sec_1_tit{
    margin-bottom: 22px;
}

#section_con2{
    width: 1200px;
    height: 793px;
    
    margin: 0 auto;
    position: relative;
}
#sec2_con1{
    width: 600px;
    height: 640px;
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    text-align: left;
    padding: 68px 30px;
    box-sizing: border-box;
    line-height: 30px;
}
#sec2_con1::after{
    content: '';
    display: block;
    width: 950px;
    height: 5px;
    background: black;
    position: absolute;
    top: 305px;
    left: 0;
    
}
#sec2_con2{
    width: 539px;
    height: 459px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    text-align: left;
     padding: 68px 20px;
    box-sizing: border-box;
    line-height:30px;
   
}
#sec2_con2::after{
    content: '';
    display: block;
    width: 950px;
    height: 5px;
    background: black;
    position: absolute;
    bottom: 254px;
    right: 0;
    
}
#sec2_con1 p{
    margin-right: 16px;
    margin-top: 90px;
}
.small_ft{
    font-size: 14px;
}
.bold_ft{
    font-size: 16px;
    font-weight: 600;
}
#sec2_con2 p{
    margin-top: 89px;
    margin-left: 57px;
}
@keyframes ani{
    0%{transform:rotate(-5deg);}
    50%{transform:rotate(5deg);}
    100%{transform:rotate(-5deg);}
}
#love{
    position: absolute;
    top: 43px;
    left: 82px;
   animation: ani 1s linear infinite normal;
}
/*#section1 e*/


/*#section2 s*/
#section2{
    width:100%;
    height:873px;
    background-color:#fff;
}
.section_tit{
    text-align: center;
    padding: 30px 0;
    box-sizing: border-box;
}
#black_box{
    width: 100%;
    height: 682px;
    background-image: url(../images/sub_0201/sec_2_bg.jpg);
    padding: 83px 0px;
    box-sizing:border-box;
    display: block;
}

.bb_box{
    width: 990px;
    height: 236px;
    background: rgba(0,0,0,0.5);
    border-left: 5px solid #ffc600;
    border-right: 5px solid #ffc600;
    box-sizing: border-box;
    margin: 0 auto;
}
.bb_box:first-child{
    margin-bottom: 45px;
}
.bb_box li{
    width: 33.333%;
    height: 236px;
    text-align: center;
    float: left;
    opacity: 0;
    transition: all 0.5s;
}
.bb_box li:nth-child(1).On{
    opacity: 1;
}
.bb_box li:nth-child(2).On{
    transition-delay:0.4s;
    opacity: 1;
}
.bb_box li:nth-child(3).On{
    transition-delay:0.8s;
    opacity: 1;
}
.bb_box:nth-child(1) li:nth-child(1),.bb_box:nth-child(1) li:nth-child(2){
    padding-top: 73px;
    box-sizing: border-box;
    
}
.bb_box:nth-child(1) li:nth-child(3){
    padding-top: 55px;
    box-sizing: border-box;
}
.bb_box:nth-child(2) li:nth-child(3){
    padding-top: 63px;
    box-sizing: border-box;
}
.bb_box:nth-child(2) li:nth-child(2){
    padding-top: 79px;
    box-sizing: border-box;
}
.bb_box:nth-child(2) li:nth-child(1){
    padding-top: 55px;
    box-sizing: border-box;
}
/*#section2 e*/


/*#section3 s*/
#section3{
    width: 100%;
    height: 1174px;
    padding-top: 45px;
}

.sec_3_con1{
    width: 1200px;
    margin: 0 auto;
    background: green;
    margin-top: 45px;
}
.sec_3_con1 li{
    width: 585px;
    height: 404px;
    float: left;
    background-image: url(../images/sub_0201/sec_3_frame.png);
    text-align: center;
    padding-top: 24px;
    box-sizing: border-box;
    margin-bottom: 33px;
}
.sec_3_con1 li:nth-child(2n){
  float: right;
}
.sec_3_con1 p{
    margin-top: 23px;
}

/*#section3 e*/

/*section4 s*/
#section4{
    width: 100%;
    height: 2700px;
    background-image: url(../images/sub_0201/sec_4_bg.jpg);
    position: relative;
}
#section4 .section_tit{
    padding-top: 70px;
    padding-bottom:45px;
}
#sec_4_list{
    width: 1200px;
    height: 260px;
    margin: 0 auto;
}
#sec_4_list li{
    width: 180px;
    height: 260px;
    float: left;
    margin-left: 22px;
}
#sec_4_list li:first-child{
    margin-left: 0;
}
#time{
    position: absolute;
    top: 800px;
    left: 50%;
    transform: translateX(-50%);
}
#sec_4_left{
    width: 1200px;
    position: absolute;
    top: 195px;
    right: 0px;
}
#sec_4_left li:nth-child(2n){
   margin-right: 690px;
      margin-bottom: 45px;
    float: right;
}

#sec_4_left .sec4_img:nth-child(3) img{
  margin-left: -30px;
}
#sec_4_left li{
    margin-bottom: 35px;
}


#sec_4_left .sec4_img{
    width: 260px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    background: green;
    margin-left: 259px;    
}
#sec_4_left .sec4_img:nth-child(5) img{
    margin-left: -60px;
}
#sec_4_left .sec4_img img{
    width: 340px;
    margin-left: 0px;
}
#sec_4_right{
    width: 1200px;
    position: absolute;
    top: 370px;
    left:0px;
}
#sec_4_right li:nth-child(2n){
   margin-left: 690px;
    margin-bottom: 45px;
    
}
#sec_4_right li{
    margin-bottom: 35px;
}
#sec_4_right .sec4_img{
    width: 260px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    background: green;
    margin-left: 690px;
    
}
#sec_4_right .sec4_img img{
    width: 340px;
    margin-left: -50px;
}
/*section4 e*/
/*section5 s*/

#section5{
    margin-bottom: 100px;
}
#section5 .section_tit{
    padding: 73px 0px 40px 0px;
   
}
#sec5_gp{
    width: 1200px;
    height: 390px;
    
    margin: 0 auto;
    margin-bottom: 100px;
}

.sec5_con{
    width: 290px;
    height: 390px;
    overflow: hidden;
    background: #fafafa;
    float: left;
    border-radius: 20px;
    margin-right: 13px;
}
.sec5_con:last-child{
    margin-right: 0;
}
#section5::after{
    content: '';
    display: block;
    clear: both;
}
#sec5_gp h1{
    font-size: 18px;
    text-align: center;
    margin-top: 18px;
}
.sec5_line{
    display: block;
    width: 47px;
    height: 2px;
    background: #ffae00;
    margin: 15px auto;
}
.sec5_txt{
    text-align: center;
}
.bottom_event{
    display: block;
    width: 639px;
    height: 202px;
    margin: 0px auto;
    
}

.bottom_event img{
    
    padding-bottom: 106px;
    box-sizing: border-box;
}
/*section5 e*/

