@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%;
    margin: 0 auto;
    min-width: 320px;
}

[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;
    box-sizing: border-box;
    text-align: center;
}
.spot .img_spot {
    width: 100%;
    height: auto;
}


.spot .title {
    position: absolute;
    top: 112px;
    left: 50%;
    width: 160px;
    height: 23px;
    margin: 0 auto;
    background-size: 160px 23px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/event_02/spot_logo.png) 50% 0/160px 23px no-repeat;
}

.spot .sub_title {
    position: absolute;
    top: 152px;
    left: 50%;
    display: block;
    width: 100%;
    font-size: 31px;
    line-height: 41px;
    letter-spacing: -.5px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%);
}

[lang="en"] .spot .sub_title {
    line-height: 39px;
    letter-spacing: -.4px;
}

[lang="ja"] .spot .sub_title {
    line-height: 1.29;
    letter-spacing: -1px;
    font-family: 'Hiragino Sans_w6';
}

/* spot */
.spot .btn_area {
    position: fixed;
    top: 45px;
    right: 0px;
    font-size: 0;
    z-index: 9;
}

.spot .btn_area button {
    width: 52px;
    height: 52px;
}



.spot .btn_area button.close_btn {
    background: url(../img/event_02/btn_close_v2.png) 0 0/52px 52px no-repeat;
}

/* 이벤트 영역 공통 속성 */
.inner {
    padding: 75px 0 65px;
    text-align: center;
}

.inner .sub_title {
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    color: #2a7de1;
    font-weight: bold;
    font-family: 'Montserrat-Bold';
}

.inner .title {
    margin: 19px 0 12px;
    font-size: 29px;
    letter-spacing: -0.5px;
    line-height: 38px;
    color: #222;
}

.inner .title .sad_img {
    vertical-align: top;
    padding-top: 4px;
}

[lang="ja"] .inner .title {
    font-family: 'Hiragino Sans_w6';
    margin: 17px 0px 23px;
}


.inner .text {
    font-size: 16px;
    line-height: 28px;
    color: #222;
}

[lang="ja"] .inner .text {
    letter-spacing: -0.4px;
    font-size: 14px;
}


.inner .img_area {
    position: relative;
    width: 225px;
    height: 400px;
    margin: 31px auto 39px;
    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);
}

.inner .img_area .img_text {
    position: absolute;
    width: 69px;
    height: 69px;
    /* padding: 25px 0; */
    bottom: -25px;
    right: -24px;
    background: #2a7de1;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
}

[lang="en"] .inner .img_area .img_text {
    flex-direction: column;
}

.inner .img_area .img_text span {
    display: block;
}

.inner .img_area .img_text .num {
    font-weight: bold;
    font-family: 'Montserrat-Bold';
}

[lang="en"] .inner .img_area .img_text .num {
    font-size: 18px;
}

[lang="en"] .inner .img_area .img_text .txt {
    font-size: 11px;
}


.inner .event_info dt {
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -.5px;
    color: #222;
    font-weight: bold;
}

[lang="ja"] .inner .event_info dt {
    font-family: 'Hiragino Sans_w6';
}



.inner .event_info dd {
    font-size: 16px;
    line-height: 27px;
    color: #222;
}


.inner .event_info dd + dt {
    margin-top: 24px;
}

.inner .event_info dd + dd {
    margin-top: 10px;
}

.section_01 .inner .info_list {
    margin-bottom: 0;
}

.inner .info_list {
    margin: 24px 0 30px;
    font-size: 16px;
    line-height: 27px;
    color: #798994;
    opacity: .7;
}



.inner .btn {
    display: block;
    width: 100%;
    max-width: 325px;
    height: 65px;
    margin: 0 auto;
    padding: 16px 0;
    box-sizing: border-box;
    border-radius: 35px;
    font-size: 17px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
}

/* 이벤트 영역 2 */
.section_02 {
    background: #f4f4f4;
}

.section_02 .btn {
    background: #2a7de1;
}

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

/* 이벤트 영역 3 */
.section_03 .inner {
    padding-bottom: 67px;
}

.section_03 .title {
    margin: 20px 0 12px;
}

.section_03 .text {
    height: 174px;
    margin: 27px 0 22px;
    background: url(../img/event_02/03_title_v2.png) 50% 0/332px 174px no-repeat;
}

.section_03 .event_info {
    padding: 0 21px;
    text-align: left;
}

.section_03 .inner .event_info dt {
    margin-bottom: 4px;
}

.section_03 .inner .event_info dd + dt {
    margin-top: 19px;
}

.section_03 .inner .event_info dd + dd {
    margin-top: 7px;
}

.section_03 .inner .event_info .point {
    padding-left: 27px;
    background: url(../img/event_02/list_01.png) 0 4px/20px 20px no-repeat;
}

.section_03 .inner .event_info .point.type2 {
    background: url(../img/event_02/list_02.png) 0 4px/20px 20px no-repeat;
}

.section_03 .inner .event_info .point.type3 {
    background: url(../img/event_02/list_03.png) 0 4px/20px 20px no-repeat;
}

.section_03 .tag {
    color: #2a7de1;
    font-weight: bold;
}

.section_03 .btn {
    margin-top: 25px;
    background: #222222;
}

[lang="ja"] .section_03 .btn {
    font-family: 'Hiragino Sans_w6';
}

[lang="en"] .section_03 .btn {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.29;
    text-align: center;
    color: #fff;
}

/* 영역 4 */
.section_04 {
    padding: 0 20px;
    background: #f8f8f9;
}

.section_04 .toggle_btn {
    width: 100%;
    padding: 25px 0 20px;
    font-size: 14px;
    line-height: 22px;
    color: #222;
    font-weight: bold;
    text-align: left;
}

[lang="en"] .section_04 .toggle_btn {
    letter-spacing: -.1px;
}

[lang="ja"] .section_04 .toggle_btn {
    font-family: 'Hiragino Sans_w6';
}

.section_04 .toggle_btn::after {
    display: inline-block;
    content: '';
    width: 13px;
    height: 11px;
    margin-left: 2px;
    background: url(../img/event_02/toggle_icon.png) 0 0/13px 11px no-repeat;
    transform: scaleY(-1);
}

.section_04 .text_area {
    display: none;
    padding-bottom: 45px;
}

.section_04 .info_title {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 21px;
    color: #798994;
}

[lang="ja"] .section_04 .info_title {
    font-family: 'Hiragino Sans_w6';
}

.section_04 .info_list {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 21px;
    color: #798994;
    opacity: 0.8;
}

[lang="en"] .section_04 .info_list .note {
    margin-top: 15px;
}

[lang="ja"] .section_04 .info_list .note {
    margin-top: 24px;
}

.section_04.open .toggle_btn {
    padding: 27px 0 5px;
}

.section_04.open .toggle_btn::after {
    transform: none;
}

.section_04.open .text_area {
    display: block;
}

/* 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_02/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) {
    .sm_hide {
        display: none;
    }
    .section_03 .tag {
        display: inline-block;
        vertical-align: top;
    }
    .section_02 .inner .text {
        word-break: keep-all;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}