body{margin:0;}

.wrap{
    max-width: 480px;
    overflow: hidden;
    margin:0 auto;
}

/* event_banner */
.event_banner{
    max-width: 480px;
    width: 100%;
    position: fixed;
    left:50%;
    bottom:0;
    transform: translateX(-50%);

    z-index: 9999;
}

.event_banner > a > img:nth-child(1){
    width:50%;
    float: left;
}

.event_banner > a > img:nth-child(2){
    width:50%;
    float: left;
}




/* main */

.main_top{
    position: relative;
}

 .main_top > img{
    width:100%;
}

.main_top > video{
    width:190%;
    height:90%;

    position: absolute;
    left:0;
    top:0;

    z-index: -1;
}

.main_top2{
    height:537px;
    background: url(../img/main/min_top2.jpg) no-repeat center / contain;
}

.s_item{
    width:100%;
    padding-bottom: 974px;
    position: relative;
}

.s_item > img{
   width:100%;
    position: absolute;
    left:100%;
    top:0;
}

.main_sub_btns{
    width:100%;
    position: absolute;
    left: 0;
    bottom:45px;

    text-align: center;

    font-size: 0;
}

.main_sub_btn{
    width:13px;
    height:13px;
    background-color: #dadada;

    display: inline-block;
    margin:0 7px;
    cursor: pointer;
}

.main_sub_btn_ac{
    background-color: royalblue;
}


.attach{
    width:100%;
    background: url(../img/attach/attach.jpg) no-repeat fixed  center / cover;
    position: relative;
    padding-bottom: 60px;
}

.attach > img{
    width:100%;
}


.story{
    font-size: 0;
}

.story_tit > img{
    width:100%;
}

.story_boxs{
    width:85%;
    padding-bottom: 93%;/*부모가 높이를 못잡을경우 padding-bottom으로 높이잡기*/
    overflow: hidden;
    margin: 0 auto;

    position: relative;
}

.story_boxs img{
    width:100%;

    position:absolute;
    left:0;
    top:0;
}

.main_sub_btns2{
    width:100%;
    position: absolute;
    left: 0;
    bottom:0;

    text-align: center;

    font-size: 0;
}

.main_sub_btn2{
    width:13px;
    height:13px;
    background-color: #dadada;

    display: inline-block;
    margin:0 7px;
    cursor: pointer;
}

.main_sub_btn_ac2{
    background-color: royalblue;
}

.story_boxs2{
    width:85%;
    margin: 50px auto 0;
}

.story_boxs2 > a > img{
    width:100%;
    
}







