@charset "utf-8";

/* Common */
html,body{height:100%;-webkit-text-size-adjust: none;}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0}
body,input,textarea,select,button,table{font-size:12px;line-height:18px; color:#000; font-family: AppleSDGothicNeo,-apple-system,BlinkMacSystemFont,Helvetica,sans-serif;}
body{position:relative;}
img,fieldset{border:0}
img{vertical-align:top;}
ul,ol{list-style:none}
em,address{font-style:normal}
a{text-decoration:none}
a:hover,a:active,a:focus{text-decoration:none;}
table{border-collapse:collapse}
button{cursor: pointer;border: 0;background: none;-webkit-border-radius: 0;border-radius: 0; -webkit-appearance: none;appearance: none;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-tap-highlight-color: transparent;}
hr{display:none !important}
.u_skip,.blind {overflow: hidden !important;position: absolute !important;clip: rect(0 0 0 0) !important;width: 1px !important;height: 1px !important;margin: -1px !important;}
@font-face{
    font-family: 'Montserrat-Bold';
    src : url(../font/Montserrat-Bold.ttf) format('truetype');
}
@font-face{
    font-family: 'Montserrat-Bold';
    src : url(../font/Montserrat-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Hiragino Sans_w6';
    src:
         url("../font/hiragino_sans_w6.woff2") format('woff2'), 
         url("../font/hiragino_sans_w6.woff") format('woff'),
         url('../font/hiragino_sans_w6.otf') format('opentype');
}

@font-face {
    font-family: 'Hiragino Sans_w5';
    src:
         url("../font/hiragino_sans_w5.woff2") format('woff2'), 
         url("../font/hiragino_sans_w5.woff") format('woff'),
         url('../font/hiragino_sans_w5.eot') format('opentype');
}

@font-face {
    font-family: 'Hiragino Sans_w4';
    src:
         url("../font/hiragino_sans_w4.woff2") format('woff2'), 
         url("../font/hiragino_sans_w4.woff") format('woff'),
         url('../font/hiragino_sans_w4.otf') format('opentype');
}
.wrap {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    text-align: center;
    color: #222;
}
[lang="ja"] .wrap{
    font-family: AppleSDGothicNeo,-apple-system,'Hiragino Sans_w4';
}
[lang="ja"] .wrap .txt_en{
    font-family: AppleSDGothicNeo,-apple-system,BlinkMacSystemFont;
}
.spot {
    position: relative;
    background-size: 375px 366px;
}
.spot .img_spot {
    width: 100%;
    height: auto;
}
/*
.spot .title {
    position: relative;
    top: 22px;
    width: 160px;
    height: 23px;
    margin: 0 auto;
    background: url(../img/event_01/spot_title.png) no-repeat 50% 0;
    background-size: 160px 23px;
}*/
.spot .button_group {
    position: fixed;
    right: 0px;
    top: 42px;
    z-index: 9;
}
.spot .button_group:after {
    display: block;
    content: '';
    clear: both;
}
.spot .button_group button {
    display: block;
    width: 52px;
    height: 52px;
    float: left;
}
.spot .button_group .btn_share {
    background: url(../img/event_01/ico_share_v3.png) no-repeat 50% 50%;
    background-size: 52px 52px;
}
.spot .button_group .btn_close {
    background: url(../img/event_01/ico_close_v2.png) no-repeat 50% 50%;
    background-size: 52px 52px;
}
.event .section_01 {
    padding: 25px 0 0;
    background-color: #fff;
}
.section_01 .heading{
    text-align: left;
}
.section_01 .heading .inner{
    padding: 0px 20px;
}
.section_01 .heading .title {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 41px;
    letter-spacing: -0.48px;
}
.section_01 .heading .title_main {
    background: url(../img/event_01/logo-snow-treasure.png) no-repeat 50% 50%;
    width: 126px;
    height: 19px;
    background-size: 126px 19px;
    margin-bottom: 10px;
}
.section_01 .heading .desc em {
    font-weight: bold;
}

.section_01 .heading .title_desc {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.33;
    color: #222;
}

[lang="ja"] .section_01 .heading .title_desc {
    font-size: 21px;
}

.section_01 .heading .title_desc {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.33;
    color: #222;
}

.section_01 .heading .coin {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 21px;
    font-weight: bold;
}

.section_01 .heading .coin:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 19px;
    margin: 1px 6px 0 0;
    background: url(../img/event_01/ico_coin.png) no-repeat 50% 0;
    background-size: 20px 19px;
    vertical-align: top;
}
.section_01 .heading .date {
    display: block;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 28px;
    color: #0bcfff;
    font-weight: normal;
}

[lang="ja"] .section_01 .heading .date{
    font-family: 'Hiragino Sans_w5';
}

.section_01 .heading .date + .desc {
    margin-bottom: 20px;
}
.section_01 .heading .desc {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
}
.section_01 .heading .text_box{
    border: solid 4.5px #f7f7f7;
    padding: 23px 25px;
}
.section_01 .heading .text_box p{
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    color: #222;
    margin-bottom: 14px;
}
.section_01 .heading .text_box p:last-of-type{
    margin-bottom: 0px;
}
.section_01 .heading .text_box h2{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: normal;
    color: #222;
    margin-bottom: 3px;
}

[lang="ja"] .section_01 .heading .text_box h2{
    font-family: 'Hiragino Sans_w6';
}

.section_01 .content {
    padding-top: 40px;
}
.section_01 .content h3{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    color: #222;
    margin-bottom: 8px;
    text-align: left;
    padding: 0px 20px;
}

[lang="ja"] .section_01 .content h3{
    font-family: 'Hiragino Sans_w6';
}

.btn_started {
    z-index: 100;
    position: fixed;
    bottom: 41px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    max-width: 328px; 
    height: 57px;
    margin: 0 auto;
    border-radius: 31px;
    font-size: 17px;
    line-height: 57px;
    font-weight: 700;
    color: #fff;
    background-color: #0bcfff;
    text-align: center;
    box-sizing: border-box;
}
.section_01 .content .title {
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.5px;
}

.section_01 .content .desc {
    font-size: 16px;
    line-height: 27px;
}

.image_group {
    position: relative;
    padding-bottom:10px;
    margin: 0 auto 38px;
}
.image_group .slick-list {
    height: 440px;
}
.image_group .image {
    width: 260px;
    height: 400px;
    padding: 20px 0;
}
.image_box {
    position: relative;
    height: 100%;
    width: 225px;
    margin: 0 auto;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.image_group .image img {
    display: block;
    width: 100%;
    height: 100%;
}
.image_group .image video {
    display: block;
    width: 100%;
    height: 100%;
}
.slick-dots:after {
    content: '';
    clear: both;
    display: block;
}
.slick-dots {
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
}
.slick-dots li {
    float: left;
    margin-right: 9px;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li button {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #dbdbdb;
    color: transparent;
}
.slick-dots li.slick-active button {
    background-color: #2a7de1;
}
.section_01 .filter_02 {
    padding-bottom: 66px;
}
/* badge */
.badge {
    position: absolute;
    top: -25px;
    right: -35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* padding: 25px 0; */
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    background-color: #2a7de1;
    text-align: center;
    z-index: 1;
}
[lang="en"] .badge {
    flex-direction: column;
    font-family: 'Montserrat-Bold';
    font-weight: bold;
}
[lang="en"] .badge .num {
    font-size: 18px;
}
[lang="en"] .badge .text {
    font-size: 11px;
}
.badge .num {
    font-family: 'Montserrat-Bold';
    font-weight: bold;
}
.section_01 .filter_sticker {
    padding: 68px 0 90px;  
}
.section_01 .filter_item{
    position: relative;
    z-index: 0;
}
.section_01 .filter_sticker::before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, #bfd7f4, #dbeccb 49%, #f8d1d3), linear-gradient(to bottom, #e5eeff, #e5eeff);
    opacity: 0.4;
    z-index: -1;
}
.section_01 .filter_sticker .list_num {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #2a7de1;
    margin-bottom: 11px;
}
.section_01 .filter_sticker .sub_title {
    margin-bottom: 11px;
    font-size: 25px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: -0.54px;
}

.section_01 .filter_sticker .desc {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.68;
    letter-spacing: -0.5px;
    color: #222;
}

[lang="ja"] .section_01 .filter_sticker .desc {
    font-family: 'Hiragino Sans_w6';
}

.section_01 .filter_sticker .filter_wrap{
    margin-bottom: 78px;
}

.section_01 .filter_sticker .filter_wrap:last-of-type{
    margin-bottom: 0px;
}

.section_01 .filter_sticker  .list_txt {
    display: inline-block;
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 31px;
}


.section_01 .filter_sticker .image {
    position: relative;
    width: 225px;
    margin: 0 auto;
}
.btn_trial {
    display: block;
    margin: 38px auto 0;
    width: 239px;
    height: 57px;
    border-radius: 31px;
    font-size: 17px;
    line-height: 57px;
    font-weight: 600;
    color: #fff;
    background-color: #191919;
    text-align: center;
}
/* section 02 */
.event .section_02 {
    padding: 63px 22px 58px;
    background-color: #000;
    color: #fff;
}
.section_02 .heading .overline {
    display: block;
    margin-bottom: 19px;
    font-family: 'Montserrat-Bold';
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    color: #2a7de1;
}
.section_02 .heading {
    margin-bottom: 50px;
}
.section_02 .heading .title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 35.5px;
    letter-spacing: -0.56px;
}

[lang="ja"] .section_02 .heading .title {
    font-family: 'Hiragino Sans_w6';

}

.section_02 .heading .desc {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    color: rgba(157, 166, 172, 0.6);
}

[lang="ja"] .section_02 .heading .desc {
    font-family: 'Hiragino Sans_w5';
}

.section_02 .content .cheering_list {
    margin-bottom: 24px;
}
.section_02 .content .cheering_list .cheering_item {
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
}
.section_02 .content .cheering_list .cheering_item .image_area_wrap {
    position: relative;
    height: 370px;
}

.section_02 .content .cheering_list .cheering_item .img_area1 {
    position: absolute;
    left: 50px;
}

.section_02 .content .cheering_list .cheering_item .img_area2 {
    position: absolute;
    top: 80px;
    right: 50px;
}

[lang="ja"] .section_02 .content .cheering_list .cheering_item .img_area2 {
    position: absolute;
    right: 40px;
}

.section_02 .content .cheering_list .cheering_item:last-child {
    margin-bottom: 0;
}
.section_02 .content .cheering_list .cheering_item .image {
    margin-bottom: 16px;
}
.section_02 .content .cheering_list .cheering_item .title {
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -0.5px;
}

.section_02 .content .cheering_list .badge {
    top: 50px;
    right: 25px;
}

[lang="ja"] .section_02 .content .cheering_list .badge {
    right: 15px;
}
.section_02 .content .cheering_list .badge.first {
    top: -30px;
    left: 20px;
}

.section_02 .content .cheering_list .img_area_wrap{
    height: 570px;
}

.section_02 .content .cheering_list .cheering_item .img_text{
    display: block;
    text-align: left;
    margin-top: 10px;
    color: #9da6ac;
}

[lang="ja"] .section_02 .content .cheering_list .cheering_item .img_text{
    font-family: 'Hiragino Sans_w6';
    font-size: 11px;
    letter-spacing: -0.6px;
}

.section_02 .content .event_box {
    text-align: left;
}

.section_02 .content .event_box strong {

        font-size: 16px;
        font-weight: bold;
        line-height: 2;
        letter-spacing: -0.47px;
        color: #fff;

}

.section_02 .content .event_box strong:last-of-type {
    display: block;
    margin-top:  40px;
}
.section_02 .content .event_box p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 10px;
}

.section_02 .content .event_box dl {

    font-size: 14px;
    line-height: 1.57;
    color: #9da6ac;

}
.section_02 .content .event_box dl::after {
    display: block;
    content: "";
    clear: both;
}

.section_02 .content .event_box dt {
    float: left;
    margin-right: 5px;
    color: #ffffff;
}

[lang="ja"] .section_02 .content .event_box dt {
    font-family: 'Hiragino Sans_w6';
}

.section_02 .content .notice_list {
    padding-top: 46px;
}
.section_02 .content .notice_list .notice_item {
    text-align: left;
    opacity: 0.7;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.38;
    color: #9da6ac;
}

[lang="ja"] .section_02 .content .notice_list .notice_item {
    font-family: 'Hiragino Sans_w6';
    font-size: 11px;
    line-height: 1.64;
    letter-spacing: -0.3px;
}

.notice {
    padding: 17px 20px 118px;
    background-color: #f8f8f9;
    text-align: left;
}
.notice_drawer .notice_header button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 0;   
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
}
[lang="en"] .notice_drawer .notice_list .notice_item.title{
    padding-top: 10px;
}
[lang="en"] .notice_drawer .notice_list .notice_item.last{
    padding-bottom: 10px;
}

[lang="ja"] .notice_drawer .notice_header button {
    padding: 8px 0px 0px 0px;
}

.notice_drawer .notice_header .ico_chevron {
    display: inline-block;
    width: 13px;
    height: 10px;
    margin: 6px 4px 0 0;
    background: url(../img/event_01/ico_chevron.png) no-repeat;
    background-size: 13px 10px;
    vertical-align: top;
}
.notice_drawer .notice_header.open .ico_chevron {
    transform: rotate(180deg)
}
.notice_drawer .notice_content {
    display: none;
}
.notice_drawer .notice_header.open + .notice_content {
    display: block;
    padding-top: 3px;
}
.notice_drawer .notice_list .notice_item {
    font-size: 12px;
    line-height: 21px;
    color: #798994;
    opacity: 0.8;
}

[lang="en"] .notice_drawer .notice_list .notice_item {
    letter-spacing: -0.3px;
}
.notice_drawer .notice_list .notice_item a{
    text-decoration: underline;
    color: #798994;
    opacity: 0.8;

}


/* section 01 하단 링크 추가 */
.info_link{
    margin-top: 8px;
    font-size: 0;
}
[lang="en"] .info_link{
    margin-top: 20px;
    letter-spacing: -0.5px;

}
[lang="ja"] .info_link{
    margin-top: 20px;
    letter-spacing: -0.1px;
}
 .info_link a{
    display: inline-block;
    font-size: 12px;
    color: #798994;
    opacity: 0.8;
}

.info_link a + a::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 9px;
    margin: 0 12px;
    background-color: rgba(0, 0, 0, 0.15);
}



/* loading */
.loading_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 100;
}

.loading_box:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 49px;
    height: 49px;
    margin: -24px 0 0 -24px;
    background: url(../img/event_01/loading.png) 0 0 no-repeat;
    background-size: 49px 49px;
    -webkit-background-size: 49px 49px;
    animation: spin 2.5s infinite linear;
    content: '';
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
/* 팝업 */
.layer_popup{
    position: fixed;
    background-color: rgba(0,0,0,.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.popup_wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    transform: translate(-50%, -50%);
    padding: 30px 20px 20px;
    line-height: 22px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #fff;
    color: #222;
    text-align: center;
    box-sizing: border-box;
}

.popup_wrap .popup_text{
    font-size: 16px;
    line-height: 22px;
}

.popup_wrap .popup_btn_text{
    display: inline-block;
    margin: 20px auto 0;
    padding: 0 20px;
    height: 41px;
    font-size: 16px;
    line-height: 41px;
    font-weight: 500;
    color: #00cdf5;
    vertical-align: top;
}

/* error */
.layer_error {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
}

.layer_error .error_box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.layer_error .btn_close {
    position: absolute;
    top: 11px;
    right: 8px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/event_01/ico_x.png) no-repeat 50% 50%;
    background-size: 26px 26px;
}

.error_box .error_title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 20px;
}

.error_box .error_title::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 20px;
    background: url(../img/event_01/icon_error.png) no-repeat 0 0;
    background-size: 30px 30px;
}

.error_box .btn_refresh {
    display: block;
    padding: 0 17px;
    margin: 20px auto 0;
    width: 135px;
    height: 46px;
    background-color: #222;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

@media all and (max-width: 340px) {
    .event .section_02 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .section_02 .content .notice_list {
        padding-left: 12px;
        padding-right: 12px;
    }
}