@charset "utf-8";

.wrap {
    position: relative;
    max-width: 640px;
    margin: -1px auto 0;
    overflow: hidden;
}

.main_banner {
    position: relative;
    height: 960px;
    line-height: 1;
    padding: 72px 0 121px;
    text-align: center;
    overflow: hidden;
    background: url("../img/main_banner_bg.png") 50% 100% no-repeat;
    box-sizing: border-box;
}

.main_banner h2 {
    padding-bottom: 54px;
}

.main_banner .date {
    padding: 29px 0 51px;
    line-height: 1;
    font-size: 24px;
    color: #fff;
    letter-spacing:-0.05em;
}

.float_banner {
    position: fixed;
    right: 0;
    left: 0;
    margin: auto;
    /* bottom: 0; */
    bottom: -100%;
    width: 100%;
    z-index: 10;
    line-height: 0;
    transition: all 0.3s;
    box-sizing: border-box;
}

.float_banner.on {
    position: fixed;
    bottom: 0;
}

.main_item1 {
    padding-top: 68px;
    text-align: center;
    background-color: #f5f5f5;
}

.main_item1 h2 {
    padding-bottom: 32px;
    line-height: 0;
}

.swiper {
    overflow: hidden;
}
  
.smooth_scroll .swiper-wrapper {
    transition-timing-function: linear;
}

.card_swiper .swiper-slide {
    width: 540px;
    height: 370px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
}

.card_swiper p {
    color: #222;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing:-0.05em;
}

.card_swiper .swiper-slide span {
    display: block;
    padding-top: 30px;
    color: #222;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing:-0.05em;
}

.dbook_info {
    padding-top: 65px;
}

.dbook_info h3 {
    padding-bottom: 52px;
    line-height: 0;
}

.event_box {
    padding-bottom: 72px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.event_box li + li {
    margin-left: 70px;
}

.app_list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 47px;
    background-color: #15141b;
}

.app_list li {
    line-height: 0;
    cursor: pointer;
}

.app_list li + li {
    margin-left: 12px;
}

.main_item2 {
    position: relative;
    padding: 77px 0;
    text-align: center;
}

.main_item2 h2 {
    line-height: 0;
    padding-bottom: 63px;
}

.main_item2 h3 {
    padding-bottom: 58px;
    line-height: 0;
}

.tablet {
    position: relative;
    width: 458px;
    height: 646px;
    margin: auto;
    padding: 28px 32px;
    background: url("../img/tablet.png") 0 0 no-repeat;
    box-sizing: border-box;
}

.swipe_nav {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.swipe_nav .swiper-button-prev,
.swipe_nav .swiper-button-next {
    width: 29px;
    height: 50px;
}

.swipe_nav .swiper-button-prev {
    left: -60px;
    background: url("../img/prev.png") 0 0 no-repeat;
}

.swipe_nav .swiper-button-next {
    right: -60px;
    background: url("../img/next.png") 0 0 no-repeat;
}

.main_item3 {
    padding: 134px 0;
    text-align: center;
    background-color: #f5f5f5;
}

.main_item3 h2 {
    padding-bottom: 72px;
    line-height: 0;
}

.smooth_scroll2 .swiper-slide {
    width: 98px;
    height: 130px;
}
  
.smooth_scroll2 .swiper-wrapper {
    transition-timing-function: linear;
}

.smooth_scroll2 + .smooth_scroll2 {
    margin-top: 10px;
}

.main_item4 {
    padding: 103px 0 82px;
    text-align: center;
    background-color: #15141b;
}

.main_item4 h2 {
    line-height: 0;
    padding-bottom: 65px;
}

.download {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 347px;
    margin-top: 62px;
    background: url("../img/download_bg.png") center no-repeat;
}

.download ul {
    padding: 38px 0 56px;
    background-color: transparent;
}

.event_foot {
    padding: 47px 28px 160px;
    background-color: #434346;
}
  
.event_foot h2 {
    padding-bottom: 16px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.event_foot li {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.687;
} 
/*

.main_item3 {
    text-align: center;
    padding: 100px 0 97px;
    background-color: #201f1f;
}

.main_item3 h2 {
    padding-bottom: 42px;
}

.smooth_scroll {.float_banner
    margin-bottom: 34px;
    line-height: 0;
}


.smooth_scroll .swiper-slide {
    width: 137px;
}

.main_item4 {
    padding: 77px 0 55px;
    text-align: center;
    background-color: #f0f0f0;
}

.main_item4 h2 {
    padding-bottom: 42px;
}

.noti_box {
    width: calc(100% - 50px);
    margin: 48px auto 0;
    padding: 57px 0 45px;
    text-align: center;
    background-color: #202223;
    border: 4px solid #00b9ff;
    border-radius: 10px;
    box-sizing: border-box;
}

.noti_box h3 {
    padding-bottom: 20px;
}

.noti_box ul {
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.noti_box ul li + li {
    margin-left: 5px;
}

.main_item5 {
    padding: 65px 0 50px;
    text-align: center;
    background: url("../img/main_item5.png") 0 0 no-repeat;
}

.main_item5 h2 {
    padding-bottom: 72px;
}

.event_foot {
    padding: 47px 28px 40px;
    background-color: #232425;
}
  
.event_foot h2 {
    padding-bottom: 16px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.event_foot li {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.687;
} */