/*!
 * --------------------------------------------------------------------------------
 * Description : 제주 한 달 살기 이벤트 공통 CSS
 * Created : 2020.11.17
 * Author : Zeze (iam.hanjiyeong@gmail.com)
 * --------------------------------------------------------------------------------
 *  01 : 공통 스타일
 *  02 : 메인 페이지
 *  03 : 테마 상세 페이지
 *  04 : 신청 페이지
 *  05 : 완료페이지
 *  06 : 반응형
 *  07 : 이벤트 종료
 * --------------------------------------------------------------------------------
 */

/*!
 * --------------------------------------------------------------------------------
 * 01 : 공통 스타일
 * --------------------------------------------------------------------------------
 */

@font-face {
    font-family: 'MaruBuri-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/MaruBuri-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MapoGoldenPier';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/MapoGoldenPierA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#ch-plugin-launcher {
    bottom: 60px !important;
}
.animate {
    opacity: 0;
}
.animate__animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    /*animation-timing-function: ease-in-out;*/
}
.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.img-pc {
    display: none;
}
.img-mo {
    display: block;
}
.swiper-slide img {
    width: 100%;
}
.swiper-wrapper, .swiper-slide {
    height: auto !important;
}
.swiper-button-next,
.swiper-button-prev {
    width: 64px;
    height: 80px;
    margin-top: -40px;
    background: none;
    outline: 0;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 38px;
    background-size: 24px 38px;
}
.swiper-button-next:after {
    background-image: url(https://d4x5yybe1iyrp.cloudfront.net/monthevent/common/arrow-next.png);
}
.swiper-button-prev:after {
    background-image: url(https://d4x5yybe1iyrp.cloudfront.net/monthevent/common/arrow-prev.png);
}
.group:after {
    content: '';
    display: block;
    clear: both;
}
.btn-wrap.center {
    text-align: center;
}
.btn-jme-apply {
    display: inline-block;
    height: 56px;
    padding: 0 52px;
    border-radius: 8px;
    background: linear-gradient(to right, #8787FF, #C894FF);
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 52px;
    letter-spacing: -0.02em;box-shadow: 4px 4px 16px rgba(40,45,55,.24);
}
.btn-jme-apply.fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    height: 72px;
    border-radius: 0;
    transform: translateX(-50%);
    z-index: 99;
    line-height: 70px;
    width: 100%;
}


/* SNS 공유 */
.icon-share {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 0 8px;
    padding: 0;
    border: 0;
    outline: 0;
    background: url(/assets/images/icons/icon-share.png) no-repeat 50% 50%;
    background-size: 256px 160px;
}
.icon-share.link {
    background-position: 0 -32px;
}
.icon-share.kakao-talk {
    background-position: -64px -32px;
}
.icon-share.facebook {
    background-position: -128px -32px;
}
.icon-share.naver-band {
    background-position: -192px -32px;
}
.icon-share.link.white {
    background-position: 0 -96px;
}
.icon-share.kakao-talk.white {
    background-position: -64px -96px;
}
.icon-share.facebook.white {
    background-position: -128px -96px;
}
.icon-share.naver-band.white {
    background-position: -192px -96px;
}
.sns-share-group.center {
    text-align: center;
}
.sns-share-group.round .icon-share {
    border-radius: 100%;
}
.icon-comma {
    display: inline-block;
    width: 52px;
    height: 60px;
    background: url(https://d4x5yybe1iyrp.cloudfront.net/monthevent/common/comma.png) no-repeat 50% 50%;
    background-size: 52px 60px;
}

.monthevent-section {
    color:#506494;
    font-size: 16px;
    letter-spacing: -0.01em;
}
.monthevent-section strong {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.monthevent-section *,
.monthevent-section .serif,
.monthevent-section .section-title {
    font-family: 'MaruBuri-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.monthevent-section h2,
.monthevent-section h3,
.monthevent-section h4,
.monthevent-section .desc,
.monthevent-section .desc *,
.jme-apply-info *,
.jme-qna *,
.info-list *,
.benefit-list *,
.btn-jme-apply {
    font-family: 'Noto Sans KR', sans-serif;
}
.monthevent-section .text-group {
    padding-left: 4%;
    padding-right: 4%;
}
.monthevent-section .text-group p,
.monthevent-section .text {
    margin: 32px 0;
    color:#506494;
    font-size: 18px;
    letter-spacing: -0.05em;
    line-height: 1.6;
    word-break: keep-all;
}
.monthevent-section .text-group p + p,
.monthevent-section .text + .text {
    margin-top: -16px;
}
.monthevent-section .text-group.center p,
.monthevent-section .text.center {
    text-align: center;
}
.monthevent-section .text-group.right p,
.monthevent-section .text.right {
    text-align: right;
}
.monthevent-section .text-group.xl p,
.monthevent-section .text.xl {
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: 1.34;
}
.monthevent-section .text-group.lg p,
.monthevent-section .text.lg {
    font-size: 30px;
}
.monthevent-section .text-group.sm p,
.monthevent-section .text.sm {
    font-size: 18px;
}
.monthevent-section .text-group.xs p,
.monthevent-section .text.xs {
    font-size: 14px;
}
.monthevent-section .text-group.white p,
.monthevent-section .text.white {
    color: #fff;
}
.monthevent-section .text-group.shadow p,
.monthevent-section .text.shadow {
    text-shadow: 0 0 12px rgba(40,45,55,0.15);
}
.monthevent-section .handwriting {
    font-family: 'MapoGoldenPier' !important;
}
.monthevent-section .handwriting * {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.monthevent-section .handwriting.lg {
    font-size: 20px !important;
    letter-spacing: -0.1em !important;
    line-height: 1.34 !important;
}
.monthevent-section .handwriting.xl {
    font-size: 29px !important;
    letter-spacing: -0.16em !important;
    line-height: 1.24 !important;
}
.monthevent-section .handwriting.xl .highlight:before {
    bottom: 4px;
}


.monthevent-inner {
}
.monthevent-inner.narrow {

}
.monthevent-section {
    padding: 0;
}
.monthevent-section .section-head p {
    margin: 0;
}
.monthevent-section .section-title {
    margin: 20px 0 16px;
    color: #506494;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
}
.monthevent-section .section-head.center,
.monthevent-section .section-title.center,
.monthevent-section .section-body.center {
    text-align: center;
}

/* 공통 */
.monthevent-section .highlight {
    position: relative;
    font-family: inherit;
    z-index: 1;
}
.monthevent-section .highlight:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 1px;
    display: block;
    height: 10px;
    border-radius: 10px;
    background-color: rgba(200,148,255,.5);
    z-index: -1;
}
.monthevent-section .list-bul {
    margin: 0;
    padding: 0;
}
.monthevent-section .list-bul.dash li:before {
    content: '-';
    margin: 0 6px 0 0;
}
.monthevent-section .list-bul.dot li:before {
    content: ' * ';
    margin: 0 6px 0 0;
}
.monthevent-section p {
    margin: 0;
}
.monthevent-section .col-3 ,
.monthevent-section .col-4 {
    padding: 0;
}
.monthevent-section .col-4 {
    margin: 0 -8px;
}
.monthevent-section .col-4 .item {
    float: left;
    width: 50%;
    padding: 7px 8px;
}
.monthevent-section .item img {
    width: 100%;
}
.monthevent-section .col-4 .item .desc {
    padding: 12px 0 14px;
    font-size: 16px;
    line-height: 1.4;
}
.monthevent-section .col-4 .item .desc strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.monthevent-section .col-4 .item .desc.bg-gray {
    background-color: #F1F3F7;
}
.monthevent-section .col-4 .item .desc.center {
    text-align: center;
}

/*!
 * --------------------------------------------------------------------------------
 * 02 : 메인 페이지
 * --------------------------------------------------------------------------------
 */

/* 상단 메인 */
.jme-main .section-head {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    margin-top: -40px;
    text-align: center;
    text-shadow: 0 0 16px rgba(40,45,55,.5);
    transform: translateY(-50%);
    z-index: 1;
}
.jme-main .section-head .logo {
    display: inline-block;
}
.jme-main .section-head .logo img {
    width: 200px;
}
.jme-main .section-head .title {
    margin: 16px 0 0;
}
.jme-main .section-head .handwriting {
    color: #fff;
    font-size: 36px !important;
    letter-spacing: -0.15em !important;
    line-height: 1.24 !important;
    text-shadow: 0 0 12px rgba(40,45,55,.2);
}
.jme-main .section-head .box {
    display: inline-block;
    margin-top: 20px;
    padding: 0 8px;
    background-color: #8787FF;
    font-size: 20px;
    letter-spacing: 0;
    text-shadow: none;
}
.jme-main .image {
    padding-bottom: 40px;
}
.jme-greeting {
    overflow: hidden;
}
.jme-greeting .handwriting {
    background: linear-gradient(to right, #c68375, #7C6EFF);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.jme-greeting .section-body {
    padding: 0 0 40px
}
.jme-recruit {
    /*padding: 100px 0 200px;*/
    /*background: #f1f3f7 url(https://d4x5yybe1iyrp.cloudfront.net/monthevent/main/recruit-bg.jpg) no-repeat 100% 100%;*/
}
.jme-recruit {
    position: relative;
    background-color: #d7d4dc;
}
.jme-recruit:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    height: 800px;
    background: linear-gradient(#fff, transparent);
    opacity: 0.5;
}
.jme-recruit .section-title {
    margin: 8px 0 32px;
    font-size: 20px;
}
.jme-recruit .handwriting {
    color: #8d6152;
}
.jme-recruit .section-body {
    margin-top: 32px;
}
.jme-recruit .icon-comma {
    margin-top: -24px;
    margin-bottom: 20px;
}
.jme-recruit .info-list {
    margin: 12px 0;
}

.jme-recruit .info-list dt,
.jme-recruit .info-list dd {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}
.jme-recruit .info-list dt {
    height: 32px;
    margin-right: 4px;
    padding: 0 12px;
    border-radius: 32px;
    background-color: #3c4a6c;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.jme-recruit .info-list dd {
    color: #3c4a6c;
}
.jme-recruit .monthevent-inner {
    position: relative;
}
.jme-recruit .video-wrap {}
.jme-recruit .video-wrap video {
    display: block;
    width: 100%;
}
.main-movie-text {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 1;
}
.jme-main-benefit {
    position: relative;
    background-color: #eaeaff;
}
.jme-main-benefit:before,
.jme-main-benefit:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.jme-main-benefit:before {
    background: url(https://d4x5yybe1iyrp.cloudfront.net/monthevent/main/snow-bg1.png) no-repeat 0 100%;
    background-size: 1028px 173px;
}
.jme-main-benefit:after {
    background: url(https://d4x5yybe1iyrp.cloudfront.net/monthevent/main/snow-bg2.png) no-repeat 100% 100%;
    background-size: 892px 176px;
}
.jme-main-benefit .monthevent-inner {
    position: relative;
    padding: 40px 0 160px;
    z-index: 1;
}
.jme-main-benefit .monthevent-inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 16px;
    background-color: #fff;
    z-index: 0;
}
.jme-main-benefit .section-title {
    margin-bottom: 36px;
    color: #6f67b8;
}
.jme-main-benefit .section-body {
    position: relative;
    padding: 0 20px;
    z-index: 1;
}
.jme-main-benefit .box {
    border-radius: 12px;
    background-color: #fff;
    text-align: center;
    box-shadow: 4px 4px 24px rgba(88,72,148,.075);
    overflow: hidden;
}
.jme-main-benefit .item .title {
    height: 40px;
    background-color: #8787ff;
    color: #fff;
    font-size: 16px;
    line-height: 38px;
}
.jme-main-benefit .item .icon {
    width: 48%;
    padding: 20px 0 8px;
}
.jme-main-benefit .col-4 .item .desc {
    padding: 0 0 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.24;
}

/* 숙소 테마 */
.jme-theme {
    position: relative;
}
.jme-theme .section-head {
    margin: 40px 0 60px;
}
.jme-theme .section-title {
    color: #7868b3;
}
.jme-theme .section-theme .image-wrap {
    position: relative;
}
.jme-theme .section-theme .image-wrap .title-wrap {
    position: absolute;
    top: 68px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
}
.jme-theme .section-theme .image-wrap .handwriting.xl {
    color: #fff;
    font-size: 52px !important;
    letter-spacing: -0.14em !important;
}
.jme-theme .section-theme .image-wrap .num {
    display: inline-block;
    width: 88px;
    height: 88px;
    margin-bottom: 20px;
    padding-right: 2px;
    border-radius: 100%;
    font-size: 44px !important;
    letter-spacing: 0.02em !important;
    line-height: 88px;
}
.jme-theme .section-theme.theme-01 .image-wrap .handwriting.xl {
    color: #65544e;
}
.jme-theme .section-theme.theme-01 .image-wrap .num {
    background-color: #65544e;
    color: #fff;
}
.jme-theme .section-theme.theme-01 .btn-jme-apply {
    background: #79645c;
}
.jme-theme .section-theme.theme-02 .image-wrap .num {
    background-color: #fff;
    color: #0b3254;
}
.jme-theme .section-theme.theme-02 .btn-jme-apply {
    background: #35546e;
}
.jme-theme .section-theme.theme-03 .image-wrap .num {
    background-color: #fff;
    color: #98b8ce;
}
.jme-theme .section-theme.theme-03 .btn-jme-apply {
    background: #4d73a0;
}
.jme-theme .section-theme.theme-04 .image-wrap .num {
    background-color: #fff;
    color: #6f8276;
}
.jme-theme .section-theme.theme-04 .btn-jme-apply {
    background: #528979;
}
.jme-theme .section-theme .image-wrap .title strong {
    display: block;
}
.jme-theme .section-theme .image-wrap img {
    width: 100%;
}
.jme-theme .section-theme .img-list {
    margin-top: 72px;
}
.jme-theme .section-theme .btn-wrap {
    padding-bottom: 60px;
}
/*.jme-theme .section-theme .btn-jme-apply {*/
/*	height: 68px;*/
/*	padding: 0 64px;*/
/*	line-height: 66px;*/
/*}*/
.jme-theme .item {
    position: relative;
}
.jme-theme .item img {
    transition: all .3s ease-in-out;
}
.jme-theme .image {
    position: relative;
    overflow: hidden;
}
.jme-theme .image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgba(40,45,55,.5);
    transition: all .3s ease-in-out;
}
.jme-theme .desc {
    position: absolute;
    top: 24px;
    left: 36px;
    right: 36px;
    bottom: 24px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: -0.04em;
}
.jme-theme .desc .title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-60%);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.jme-theme .col-4 .item .desc strong {
    margin-top: 2px;
    font-size: 20px;
}
.jme-theme .desc .more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    border-radius: 6px;
    background-color: #8787FF;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    transition: all .3s ease-in-out;
}
.jme-them .text.right {
    margin: 40px 0 100px;
}
.jme-mrmention {
    padding: 40px 0 0;
    background-color: #f1f3f7;
}
.jme-mrmention .section-title {
    margin-bottom: 20px;
    color: #8369ca;
}
.jme-mrmention .text {
    margin-top: 20px;
}
.jme-mrmention .swiper-container {
    margin-top: 52px;
}
.jme-mrmention img {
    width: 100%;
}
.jme-about {
    padding: 40px 0;
}
.jme-about .section-title {
    margin-bottom: 0;
}
.jme-about .section-title img {
    width: 200px;
    margin-left: -10px;
}
.monthevent-detail.main .jme-fixed-bg {
    background-image: url(https://d4x5yybe1iyrp.cloudfront.net/monthevent/main/fixed-bg.jpg);
}
.monthevent-detail.main .jme-fixed-bg:before {
    background-color: rgba(88,88,0,.25);
}

@media (min-width:768px) {
    .jme-theme a:hover .image:after,
    .jme-theme a:focus .image:after {
        background-color: rgba(124,110,255,.5);
    }
    .jme-theme a:hover .more,
    .jme-theme a:focus .more {
        color: #8787FF;
        background-color: #fff;
    }
    .jme-theme a:hover img,
    .jme-theme a:focus img {
        transform: scale(1.2);
    }
    .jme-main .section-head {
        margin-top: -40px;
        text-shadow: 0 0 16px rgba(40,45,55,.5);
        transform: translateY(-50%);
    }
    .jme-main .section-head .logo img {
        width: 240px;
    }
    .jme-main .section-head .handwriting {
        font-size: 5vw !important;
        letter-spacing: -0.12em !important;
        text-shadow: 0 0 12px rgba(40,45,55,.75);
    }
    .jme-main .section-head .box {
        margin-top: 24px;
        font-size: 24px;
    }
    .jme-recruit .info-list dt,
    .jme-recruit .info-list dd {
        line-height: 36px;
    }
    .jme-recruit .info-list dt {
        height: 36px;
        margin-right: 12px;
        padding: 0 20px;
        border-radius: 36px;
        font-size: 17px;
        line-height: 34px;
    }
    .jme-main-benefit .monthevent-inner {
        padding: 100px 0 120px;
    }
    .jme-main-benefit .section-title {
        margin-bottom: 52px;
    }
    .jme-main-benefit .box {
        border-radius: 12px;
        background-color: #fff;
        text-align: center;
        box-shadow: 4px 4px 24px rgba(88,72,148,.075);
        overflow: hidden;
    }
    .jme-main-benefit .item .title {
        height: 52px;
        font-size: 20px;
        line-height: 52px;
    }
    .jme-main-benefit .item .icon {
        width: 60%;
        padding: 28px 0 16px;
    }
    .jme-main-benefit .col-4 .item .desc {
        padding: 0 0 24px;
        font-size: 20px;
    }
    /* 숙소 테마 */
    .jme-theme .section-head {
        margin: 80px 0 100px;
    }
    .jme-theme .section-theme .image-wrap .title-wrap {
        position: absolute;
        top: 68px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
    .jme-theme .section-theme .image-wrap .handwriting.xl {
        color: #fff;
        font-size: 52px !important;
        letter-spacing: -0.14em !important;
    }
    .jme-theme .section-theme .image-wrap .num {
        display: inline-block;
        width: 88px;
        height: 88px;
        margin-bottom: 20px;
        padding-right: 2px;
        border-radius: 100%;
        font-size: 44px !important;
        letter-spacing: 0.02em !important;
        line-height: 88px;
    }
    .theme-img-wrap {
        margin-top: 40px;
    }
    .jme-theme .desc {
        font-size: 18px;
    }
    .jme-theme .desc .title {
        font-size: 18px;
    }
    .jme-theme .col-4 .item .desc strong {
        font-size: 22px;
    }
    .jme-mrmention {
        padding: 100px 0 160px;
    }
    .jme-mrmention .section-title {
        margin-bottom: 36px;
    }
    .jme-mrmention .text {
        margin-top: 36px;
    }
    .jme-about {
        padding: 60px 0;
    }
    .jme-about .section-title {
        margin-bottom: 20px;
    }
    .jme-about .section-title img {
        width: 320px;
    }
    .jme-theme .section-theme .btn-wrap {
        padding-bottom: 80px;
    }
}
@media (min-width:1024px) {
    .jme-theme .desc {
        font-size: 20px;
    }
    .jme-theme .desc .title {
        font-size: 20px;
    }
    .jme-theme .col-4 .item .desc strong {
        font-size: 26px;
    }
    .jme-about {
        padding: 80px 0;
    }
    .jme-about .section-title {
        margin-bottom: 40px;
    }
    .jme-about .section-title img {
        width: 400px;
    }
    .jme-theme .section-theme .btn-wrap {
        padding-bottom: 100px;
    }
    .theme-img-wrap {
        margin-top: 60px;
    }
}

@media (max-width:767px) {
    .jme-main-benefit:before,
    .jme-main-benefit:after {
        background-size: 75%;
    }
    .jme-main-benefit:before {
        background-position-x: -25%;
    }
    .jme-main-benefit:after {
        background-position-x: 125%;
    }
    /*
    .jme-main .image {
        position: relative;
        height: 64vh;
        overflow: hidden;
    }
    .jme-main .image img {
        position: absolute;
        width: 980px;
        right: 0;
        bottom: 0;
    }

     */
    .jme-greeting .section-body {
        padding: 0 0 60px
    }
    .jme-recruit .video-wrap {
        position: relative;
        height: 90vh;
        overflow: hidden;
    }
    .jme-recruit .video-wrap video {
        position: absolute;
        width: 980px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    .jme-theme .monthevent-inner {
        overflow: hidden;
    }
    .jme-theme .section-title {
        font-size: 36px !important;
    }
    .jme-theme .img-list {
        width: auto;
        overflow-x: auto;
        white-space: nowrap;
    }
    .jme-theme .img-list::-webkit-scrollbar{
        display: none;
    }
    .jme-theme .section-theme .img-list {
        margin-top: 32px;
        padding: 0 6px;
    }
    .jme-theme .img-list .item {
        width: 280px;
        display: inline-block;
        padding: 0 6px;
        vertical-align: top;
    }
    /*
    .jme-theme .image-wrap {
        height: 400px;
        overflow: hidden;
    }
    .jme-theme .image-wrap img {
        display: block;
        position: absolute;
        width: 1000px !important;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }


     */
    .jme-theme .section-theme .image-wrap .title-wrap {
        top: 30px;
    }
    .jme-theme .section-theme .image-wrap .handwriting.xl {
        font-size: 40px !important;
        letter-spacing: -0.15em !important;
    }
    .jme-theme .section-theme .image-wrap .num {
        display: inline-block;
        width: 56px;
        height: 56px;
        margin-bottom: 14px;
        padding-right: 1px;
        border-radius: 100%;
        font-size: 32px !important;
        letter-spacing: 0.02em !important;
        line-height: 56px;
    }
    .jme-theme .col-4 {
        margin: 0;
        padding: 0 8px;
    }
    .jme-theme .col-4 .item {
        padding: 4px;
    }
    .jme-theme .desc .title {
        margin-top: -16px;
    }
    .jme-theme .desc {
        left: 4px;
        right: 4px;
        bottom: 4px;
        font-size: 16px;
    }
    .jme-theme .desc .more {
        bottom: 0;
        left: 0;
        border-radius: 0;
        font-size: 15px;
    }
}

/* 모바일만 */
@media (max-width:480px) {
    .jme-main-benefit .monthevent-inner {
        padding-bottom: 60px;
    }
    .jme-main-benefit .monthevent-inner:before {
        display: none;
    }
    .section-theme .theme-img-wrap {
        padding: 32px 24px 12px;
    }
    .jme-theme .text.sm {
        font-size: 15px;
        text-align: center;
    }
}

/*!
 * --------------------------------------------------------------------------------
 * 01 : 공통 스타일
 * --------------------------------------------------------------------------------
 */




/* 메인 */
.jme-main {
    position: relative;
    background-color: #f3f3ff;
}
.jme-main .section-title {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 40px;
    letter-spacing: -0.08em;
    text-shadow: 0 0 16px rgba(40,45,55,.5);
    z-index: 1
}
.jme-main .section-title .handwriting strong {
    margin-top: 4px;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -0.12em;
    /*text-shadow: 4px 3px 0 rgba(124,110,255,.97);*/
}
.jme-main .section-title .box {
    display: inline-block;
    margin-top: 20px;
    padding: 4px 8px;
    background-color: #8787FF;
    font-size: 30px;
    letter-spacing: 0;
    text-shadow: none;
}
.jme-main img {
    width: 100%;
}

/* 혜택 */
.jme-benefit {
    padding: 40px 0 80px;
    background-color: #f3f3ff;
    text-align: center;
}
.jme-benefit .section-title {
    font-size: 32px;
    line-height: 1.34;
}
.jme-benefit .section-title strong {
    font-size: 44px;
}
.jme-benefit .section-title .highlight:before {
    bottom: 4px;
}
.jme-benefit .benefit-list {
    margin: 0;
    padding: 0;
}
.jme-benefit .benefit-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 24px;
}
.jme-benefit .benefit-list .icon {
    position: relative;
    display: block;
    width: 144px;
    height: 144px;
    padding: 22px 12px 0;
    border-radius: 100%;
    background-color: #8787ff;
    overflow: hidden;
}
.jme-benefit .benefit-list .icon span {
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.jme-benefit .benefit-list .icon img {
    width: 100%;
}
.jme-benefit .benefit-list .desc {
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.04em;
}
.jme-benefit .benefit-list .desc div {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    color: #7C6EFF;
}

/* 숙소 스토리 */
.jme-story {
    padding: 80px 0 40px;
}
.jme-story .section-title {
    margin-bottom: 24px;
}
.jme-story .section-title strong {
    display: inline-block;
    margin-top: 12px;
    padding: 4px 12px;
    background-color: #5a688c;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
}
.jme-story .section-body {
    padding: 40px 0 60px;
}
.jme-story .item {
    margin: 12px 0;
}
.jme-story .item .text {
    padding: 0 20px 24px;
}
.jme-story .item img {
    width: 100%;
}

.jme-fixed-bg {
    position: relative;
    padding: 32px 0;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-position: 50% 50%;
}
.jme-fixed-bg:before,
.jme-fixed-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.jme-fixed-bg:before {
    background-color: rgba(255,255,44,.25);
    z-index: 1;
}
.jme-fixed-bg:after {
    background-color: rgba(135,135,255,.33);
    z-index: 2;
}
.jme-fixed-bg p {
    position: relative;
    z-index: 3;
}

/* 숙소 특징 */
.jme-featured {}
.jme-featured .col-4 {
    width: auto;
    padding: 0 12px;
    white-space: nowrap;
    overflow-x: auto;
}
.jme-featured .col-4::-webkit-scrollbar{
    display: none;
}

.jme-featured .col-4 .item {
    width: 300px;
    display: inline-block;
    float: none;
}

.jme-room {
    padding: 80px 0;
    background-color: #f1f3f7;
}
.jme-foot-img {
    position: relative;
}
.jme-foot-img img {
    width: 100%;
}
.jme-foot-img .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
}

.jme-facility {
    padding: 80px 0 72px;
}
.jme-facility .info-list {
    text-align: center;
}
.jme-facility .info-list dt,
.jme-facility .info-list dd {
    display: inline-block;
    vertical-align: middle;
}
.jme-facility .info-list dt {
    height: 40px;
    margin-right: 12px;
    padding: 0 20px;
    border-radius: 40px;
    color: #fff;
    background-color: #8787FF;
    line-height: 40px;
}
.jme-facility .info-list dd {
    display: block;
    margin-top: 24px;
    word-break: keep-all;
}
/* 지원방법 */
.jme-apply-info {
    padding: 20px;
    background-color: #fff;
}
.jme-apply-info dl {
    margin: 32px 0 0;
    font-size: 0;
}
.jme-apply-info dl + dl {
    margin-top: 16px;
}
.jme-apply-info dt,
.jme-apply-info dd {
    font-size: 16px;
}
.jme-apply-info dt {
    width: 92px;
    height: 30px;
    border-radius: 30px;
    background-color: #3c4a6c;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
}
.jme-apply-info dd {
    display: block;
    padding: 8px;
    letter-spacing: -0.02em;
}
.jme-apply-info .info-box p {
    margin: 0;
}
.jme-apply-info .info-box p + ul {
    margin-top: 8px;
}
.jme-apply-info .note {
    padding: 12px 3px 40px 0;
}
.jme-apply-info .note .title {
    width: 92px;
    height: 30px;
    border-radius: 30px;
    background-color: #8787FF;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}
.jme-apply-info .note li {
    font-size: 16px;
}

/* Q&A */
.jme-qna {
    padding: 32px 20px;
    background-color: #3C4458;
    color: #fff;
}
.jme-qna .section-title {
    color: #cea0ff;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.jme-qna dl {
    margin: 24px 0;
}
.jme-qna dt,
.jme-qna dd {
    position: relative;
    clear: both;
    float: left;
    display: inline-block;
    max-width: 80%;
    margin: 8px 0;
    padding: 14px 18px 16px;
    border-radius: 8px;
    background-color: #545C70;
    font-size: 15px;
    font-weight: 400;
    box-shadow: 0 4px 34px rgba(45,45,50,0.25);
    word-break: keep-all;
}
.jme-qna dd {
    float: right;
    background-color: #ac86d5;
}
.jme-qna dt:after,
.jme-qna dd:after {
    content: '';
    position: absolute;
    bottom: -11px;
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
}
.jme-qna dt:after {
    left: 0;
    border-right-color: #545C70;
}
.jme-qna dd:after {
    right: 0;
    border-left-color: #ac86d5;
}
.jme-qna dt .num {
    color: #cea0ff;
}
.jme-qna dd .underline {
    color: #fff;
    text-decoration: underline !important;
}
.jme-qna .note {
    margin-top: 40px;
    font-size: 15px;
    text-align: center;
}
.jme-qna .note a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
}
.jme-qna .note .underline {
    margin-top: -7px;
    color: #00bcd4;
    text-decoration: underline !important;
}
.jme-qna .note .btn-round {
    height: 36px;
    padding: 0 16px;
    border-radius: 36px;
    background-color: #00bcd4;
    color: #fff;
    font-weight: 500;
    line-height: 34px;
}


.monthevent-detail.al .jme-fixed-bg {
    background-image: url(https://d4x5yybe1iyrp.cloudfront.net/monthevent/al/fixed-bg.jpg);
}
.monthevent-detail.fr .jme-fixed-bg {
    background-image: url(https://d4x5yybe1iyrp.cloudfront.net/monthevent/fr/fixed-bg.jpg);
}
.monthevent-detail.fm .jme-fixed-bg {
    background-image: url(https://d4x5yybe1iyrp.cloudfront.net/monthevent/fa/fixed-bg.jpg);
}

.monthevent-detail.ma .jme-fixed-bg {
    background-image: url(https://d4x5yybe1iyrp.cloudfront.net/monthevent/ma/fixed-bg.jpg);
}

/* SNS */
.jme-sns {
    padding: 40px 0 100px;
    background-color: #3C4458;
    color: #fff;
    text-align: center;
}
.jme-sns .sns-share {
    position: relative;
    z-index: 0;
}
.jme-sns .title {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    background-color: #3C4458;
    margin: 0 0 32px;

}
.jme-sns .title:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    display: block;
    height: 1px;
    background-color: rgba(255,255,255,.12);
    z-index: -1;
}

@media (min-width:768px) {
    @keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    .btn-jme-apply {
        display: inline-block;

        font-size: 24px;
    }
    .btn-jme-apply.fixed {
        bottom: 24px;
        width: 760px;
        border-radius: 8px;
    }
    .monthevent-inner {
        margin-left: 2.4%;
        margin-right: 2.4%;
    }
    .monthevent-inner.narrow {
        width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
    .monthevent-section {
        font-size: 18px;
    }
    .monthevent-section .section-title {
        margin: 20px 0 32px;
        font-size: 40px;
    }
    .monthevent-section .text-group p,
    .monthevent-section .text {
        margin: 32px 0;
        font-size: 20px;
    }
    .monthevent-section .text-group.xl p,
    .monthevent-section .text.xl {
        font-size: 30px;
        letter-spacing: -0.03em;
    }
    .monthevent-section .text-group.lg p,
    .monthevent-section .text.lg {
        font-size: 30px;
    }
    .monthevent-section .text-group.sm p,
    .monthevent-section .text.sm {
        font-size: 20px;
    }
    .monthevent-section .text-group.xs p,
    .monthevent-section .text.xs {
        font-size: 14px;
    }
    .monthevent-section .text-group.white p,
    .monthevent-section .text.white {
        color: #fff;
    }
    .monthevent-section .handwriting.lg {
        font-size: 28px !important;
    }
    .monthevent-section .handwriting.xl {
        font-size: 36px !important;
        letter-spacing: -0.15em !important;
    }

    .monthevent-section .col-3 {
        margin: 0 -6px;
    }
    .monthevent-section .col-3 .item {
        float: left;
        width: 33.333333%;
        padding: 0 6px;
    }
    .monthevent-section .col-4 {
        margin: 0 -12px;
    }
    .monthevent-section .col-4 .item {
        width: 25%;
        padding: 0 12px;
    }
    .monthevent-section .col-4 .item .desc {
        padding: 12px 0 14px;
        font-size: 16px;
        line-height: 1.4;
    }
    .monthevent-section .col-4 .item .desc strong {
        display: block;
        font-size: 18px;
        font-weight: 500;
    }
    /* 숙소 스토리 */
    .jme-story .section-title strong {
        margin-top: 20px;
        font-size: 30px;
    }
    .jme-story .item {
        float: left;
    }
    .jme-story .item-row {
        padding: 36px 0;
    }
    .jme-story .item .text {
        margin: 48px 0 0;
    }
    .jme-story .story-1 {
        width: 56%;
        padding-right: 12px;
        z-index: 0;
    }
    .jme-story .story-2 {
        width: 44%;
        padding-top: 18%;
        z-index: 1;
    }
    .jme-story .story-3 {
        float: right;
        width: 56%;
        margin-left: -5%;
        z-index: 1;
    }
    .jme-story .story-3 .text {
        padding-left: 32px;
    }
    .jme-story .story-4 {
        width: 49%;
        padding-top: 14%;
        z-index: 0;
    }
    .jme-fixed-bg {
        padding: 60px 0;
    }
    /* 지원방법 */
    .jme-apply-info {
        padding: 40px 0;
        background-color: #F1F3F7;
    }
    .jme-apply-info dl + dl {
        margin-top: 32px;
    }
    .jme-apply-info dt,
    .jme-apply-info dd {
        display: inline-block;
        font-size: 17px;
        vertical-align: top;
    }
    .jme-apply-info dt {
        width: 120px;
        height: 36px;
        border-radius: 36px;
        font-size: 17px;
        line-height: 34px;
    }
    .jme-apply-info dd {
        width: calc(100% - 120px);
        padding: 4px 2px 2px 24px;
    }
    .jme-apply-info .info-box {
        padding: 40px;
        border-radius: 16px;
        background-color: #fff;
        box-shadow: 4px 4px 64px rgba(40,45,55,.075);
    }
    .jme-apply-info .note {
        padding:12px 3px 40px 16px;
    }
    .jme-apply-info .note .title {
        width: auto;
        height: auto;
        margin: 16px 0 12px;
        background-color: transparent;
        color: #8369ca;
        font-size: 20px;
        text-align: left;
    }
    .jme-apply-info .note li {
        font-size: 16px;
    }
    /* Q&A */
    .jme-qna {
        padding: 60px 0;
    }
    .jme-qna dt,
    .jme-qna dd {
        font-size: 16px;
    }
}

@media (min-width:1280px) {
    .monthevent-inner {
        width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }
    .btn-jme-apply {
        display: inline-block;
        padding: 0 60px;
        border-radius: 8px;
        box-shadow: 4px 4px 16px rgba(40,45,55,.24);
        font-size: 24px;
    }
    .btn-jme-apply.fixed {
        bottom: 24px;
        width: 760px;
    }
    .monthevent-inner.narrow {
        width: 760px;
    }
    .monthevent-section {
        font-size: 20px;
        letter-spacing: -0.01em;
    }
    .monthevent-section .text-group {
        padding-left: 0;
        padding-right: 0;
    }
    .monthevent-section .text-group p,
    .monthevent-section .text {
        margin: 60px 0;
        font-size: 24px;
    }
    .monthevent-section .text-group p + p,
    .monthevent-section .text + .text {
        margin-top: -30px;
    }
    .monthevent-section .text-group.xl p,
    .monthevent-section .text.xl {
        font-size: 36px;
        letter-spacing: -0.03em;
    }
    .monthevent-section .text-group.lg p,
    .monthevent-section .text.lg {
        font-size: 30px;
    }
    .monthevent-section .text-group.sm p,
    .monthevent-section .text.sm {
        font-size: 20px;
    }
    .monthevent-section .text-group.xs p,
    .monthevent-section .text.xs {
        font-size: 14px;
    }
    .monthevent-section .text-group.white p,
    .monthevent-section .text.white {
        color: #fff;
    }
    .monthevent-section .handwriting.lg {
        font-size: 36px !important;
    }
    .monthevent-section .handwriting.xl {
        font-size: 44px !important;
        letter-spacing: -0.12em !important;
    }

    /* 숙소 스토리 */
    .jme-story .section-title strong {
        margin-top: 20px;
        font-size: 36px;
    }

    /* 지원방법 */
    .jme-apply-info {
        padding: 80px 0;
    }
    .jme-apply-info dd {
        font-size: 18px;
    }
    .jme-apply-info dt {
        font-size: 16px;
    }
    .jme-apply-info dd {
        padding: 2px 2px 2px 24px;
    }
    .jme-apply-info .note li {
        font-size: 18px;
    }

    /* Q&A */
    .jme-qna {
        padding: 80px 0;
    }
    .jme-qna dt,
    .jme-qna dd {
        font-size: 17px;
    }
    .jme-qna .note {
        margin-top: 60px;
        font-size: 17px;
    }
}


.monthevent-section .br {
    /*display: block;*/
}
@media (max-width:480px) {
    .monthevent-section .br.mo {
        display: block;
    }
}
@media (min-width:768px) {
    .monthevent-section .br.pc {
        display: block;
    }
}

/*!
 * --------------------------------------------------------------------------------
 * 04 : 신청 페이지
 * --------------------------------------------------------------------------------
 */
.month-event-top {
    position: relative;
    height: 160px;
    background: url(https://d4x5yybe1iyrp.cloudfront.net/monthevent/apply/apply-top.jpg) no-repeat 50% 50%;
}
.month-event-top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgba(40,45,55,0.5);
}
.month-event-top .text-group {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
}
.month-event-top .text-group .text {
    margin: 4px 0 !important;
}
.month-event-wrap {
    min-height: 100vh;
}
.month-event-form {
    position: relative;
    margin-bottom: 60px;
    letter-spacing: -0.04em;
}
.month-event-form strong {
    font-size: inherit;
    font-weight: inherit;
}
.month-event-form .group:after {
    content: '';
    display: block;
    clear: both;
}
.month-event-form .form-section {
    transition: all .24s ease-in-out;
}
.month-event-form .section-q2 {
    display: none;
}
/*.month-event-form .form-section {*/
/*    animation:.3s cubic-bezier(0.39, 0.58, 0.57, 1) section-motion;*/
/*}*/
/*.month-event-form .section-q1 {*/
/*    animation-delay: .5s;*/
/*}*/
/*.month-event-form .section-q2 {*/
/*    animation-delay: .8s;*/
/*}*/
/*.month-event-form .section-q3 {*/
/*    animation-delay: 1.1s;*/
/*}*/
/*@keyframes section-motion {*/
/*    0% {transform: translateY(20px)}*/
/*    100% {transform: translateY(0)}*/
/*}*/
.month-event-form .section-head {
    position: relative;
    padding: 24px 24px 24px 60px;
    z-index: 2;
}
.month-event-form .section-title {
    margin: 0;
    color: #3C4458;
    font-size: 22px;
    line-height: 1.34;
    word-break: keep-all;
    letter-spacing: -0.06em;
}
.month-event-form .section-title .highlight {
    position: relative;
    display: inline-block;
    z-index: 0;
}
.month-event-form .section-title .highlight:before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: -1px;
    right: -1px;
    display: block;
    height: 6px;
    border-radius: 6px;
    /*background-color: #f5edfd;*/
    /*background-color: #faffa8;*/
    background-color: rgba(200,148,255,.5);
    z-index: -1;
}
.month-event-form .section-title .num {
    position: absolute;
    top: 25px;
    left: 16px;
    display: block;
    width: 30px;
    height: 30px;
    padding-right: 1px;
    border-radius: 100%;
    background-color: #545C70;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 28px;
}
.month-event-form .section-head {
    background-color: #f3f3ff;
}
.month-event-form .section-head .tab {
    display: inline-block;
    margin: -4px 1px 0 2px;
    padding: 1px 3px;
    border-radius: 4px;
    background-color: #ebeef2;
    border: 1px solid #e0e5ea;
    font-size: 13px;
    vertical-align: middle;
    transition: all .24s ease-in-out;
}
.month-event-form .section-head .fr1 .tab:nth-of-type(1),
.month-event-form .section-head .fr2 .tab:nth-of-type(2),
.month-event-form .section-head .ma1 .tab:nth-of-type(1),
.month-event-form .section-head .ma2 .tab:nth-of-type(2),
#form-fa .section-head .tab.current {
    border-color: #545C70;
    background-color: #545C70;
    color: #fff;
}
.month-event-form .section-head p + p {
    margin-top: 4px;
}
.month-event-form .section-body {
    position: relative;
    padding: 20px 32px 40px;
    z-index: 2;
}

/* Tab */
.month-event-form .form-nav {
    position: relative;
    margin: 0 0 12px;
    border-bottom: 2px solid #545C70;
}
.month-event-form .form-nav .nav-list {
    margin: 0;
    padding: 0;
}
.month-event-form .form-nav li {
    float: left;
    padding-top: 6px;
    transition: padding-top .24s ease-in-out;
}
.month-event-form .form-nav li + li {
    margin-left: 4px;
}
.month-event-form .form-nav li:nth-child(1):nth-last-child(2),
.month-event-form .form-nav li:nth-child(1):nth-last-child(2) ~ li {
    width: calc(50% - 2px);
}
.month-event-form .form-nav li:nth-child(1):nth-last-child(3),
.month-event-form .form-nav li:nth-child(1):nth-last-child(3) ~ li {
    width: calc(33.333333% - 3px);
}
.month-event-form .form-nav li:nth-child(1):nth-last-child(4),
.month-event-form .form-nav li:nth-child(1):nth-last-child(4) ~ li {
    width: calc(25% - 3px);
}
.month-event-form .form-nav a {
    display: block;
    height: 44px;
    padding: 11px 0 0;
    border: 1px solid #e7eaee;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #ebeef2;
    color: #8696B0;
    font-size: 15px;
    text-align: center;
    transition: all .24s ease-in-out;
}
.month-event-form .form-nav li:hover, .month-event-form .form-nav li:focus {
    padding-top: 0;
}
.month-event-form .form-nav li:hover a, .month-event-form .form-nav li:focus a {
    height: 50px;
    padding-top: 14px;
}
.month-event-form .form-nav li.current a {
    border-color: #545C70;
    background-color: #545C70;
    color: #fff;
}
.month-event-form .form-nav li.add-family {
    display: none;
}
.month-event-form .form-nav .btn-wrap {
    padding-bottom: 4px;
    text-align: right;
}
.month-event-form .form-nav .btn-add-family {
    position: relative;
    display: inline-block;
    height: 40px;
    margin-right: -10px;
    padding:0 10px 0 32px;
    border: 0;
    outline: 0;
    background-color: transparent;
    color: #7C6EFF;
}
.month-event-form .form-nav .btn-add-family .icon {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #8787FF;
}
.month-event-form .form-nav .btn-add-family .icon:before,
.month-event-form .form-nav .btn-add-family .icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
}
.month-event-form .form-nav .btn-add-family .icon:after {
    display: none;
    transform: translate(-50%, -50%) rotate(90deg);
}
.month-event-form .form-nav .btn-add-family.add .icon:after {
    display: block;
}
.month-event-form .profile-section {
    display: none;
    background-color: #fff;
    opacity: 0;
}
.month-event-form .profile-section.current {
    display: block;
    animation: profile-tab .3s ease-in-out forwards;
}
@keyframes profile-tab {
    0% {opacity: 0; transform: translateY(-20px)}
    100% {opacity: 1; transform: translateY(0)}
}

/* Form */
.month-event-form .form-row {
    margin: 8px 0;
}
.month-event-form .form-row .ui-input,
.month-event-form .form-row .ui-select {
    vertical-align: middle;
}
.month-event-form .label-title {
    margin: 24px 0 8px;
    color: #545C70;
    font-size: 15px;
    font-weight: 500;
}
.month-event-form .form-row:first-child .label-title {
    margin-top: 0;
}
.month-event-form .tag-required {
    display: inline-block;
    height: 19px;
    margin: -3px 0 0 4px;
    padding: 0 7px;
    border-radius: 19px;
    background-color: #bc84f8;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    vertical-align: middle;
}
.tag-choice {
    display: inline-block;
    margin: -3px 0 0 4px;
    color: #8696B0;
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle;
}
.month-event-form input.ui-form + label {
    min-height: 26px;
}
.month-event-form input[type='checkbox'].ui-form + label:before {
    margin-top: 0;
}
.month-event-form .birth-group {
    margin: 0 -4px;
    overflow: hidden;
}
.month-event-form .birth-group .ui-select {
    float: left;
    width: calc(33.333333% - 8px);
    margin: 0 4px;
}
.month-event-form .phone-group {
    overflow: hidden;
}
.month-event-form .phone-group .ui-select {
    float: left;
    width: 33%;
}
.month-event-form .phone-group .ui-input {
    float: left;
    width: calc(67% - 8px);
    margin-left: 8px;
}
.month-event-form .email-group {
    overflow: hidden;
}
.month-event-form .email-group .ui-input,
.month-event-form .email-group .ui-select {
    float: left;
    width: calc(50% - 14px);
}
.month-event-form .email-group .dash {
    float: left;
    width: 28px;
    color: #B4C0D4;
    text-align: center;
    line-height: 48px;
}
.month-event-form .img-preview {
    border-radius: 12px;
    /*background-color: #f1f3f7;*/
    overflow: hidden;
    text-align: center;
}
.month-event-form .img-preview img {
    max-width: 100%;
    max-height: 400px;
}
.month-event-form .img-select-wrap {
    text-align: center;
}
.month-event-form .img-select-wrap .btn-file {
    display: inline-block;
    height: 48px;
    padding: 0 40px;
    border-radius: 4px;
    border: 2px solid #8787FF;
    outline: 0;
    background-color: #fff;
    color: #7C6EFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.month-event-form .img-select-wrap .btn-file.modify {
    margin-top: 16px;
    border-color: #8096BB;
    color: #8096BB;
}
.month-event-form .img-select-wrap input[type='file'] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.month-event-form .ui-textarea {
    min-height: 200px;
    font-size: 16px;
    letter-spacing: -0.02em;
    font-weight: 400;
    resize: vertical;
    transition: all .3s ease-in-out;
}
.month-event-form .ui-textarea:focus {
    border-color: #8787FF;
    box-shadow: 2px 2px 4px rgba(0,0,0,.12) inset;
}
.month-event-form .textarea-foot {
    position: relative;
}
.month-event-form #text-counter {
    position: absolute;
    top: 4px;
    right: 2px;
    color: #8696B0;
    font-size: 13px;
    text-align: right;
    letter-spacing: 0;
}
.month-event-form #text-counter .count {
    color: #6F64E8;
    font-weight: 400;
}
.month-event-form #text-counter .count.error {
    color: #d83460;
}
.month-event-form .agree-content {
    max-height: 200px;
    margin-top: 10px;
    padding: 5px 28px 12px;
    border-radius: 4px;
    background-color: #F3F5F9;
    color: #6A7792;
    font-size: 14px;
    overflow-y: scroll;
}
.month-event-form .agree-content h3 {
    margin: 20px 0 8px;
    color: #545C70;
    font-size: 15px;
    font-weight: 500;
}
.month-event-form .agree-content p {}
.month-event-form .form-footer {
    clear: both;
    text-align: center;
}
.month-event-form .btn-application {
    height: 60px;
    padding: 0 80px;
    border-radius: 60px;
    font-size: 20px;
    line-height: 56px;
}

/* error */
.month-event-form .section-head p,
.month-event-form .respond-message {
    margin: 12px 0 0;
    color: #545C70;
}
.month-event-form .info-text {
    margin: 6px 0 0;
    color: #848faa;
}
.month-event-form .section-body .respond-message {
    margin-top: 10px;
}
.month-event-form .respond-message {
    display: none;
}

.month-event-form .respond-message.error.active {
    display: block;
}

.month-event-form .respond-message.error{
    color: #d83460;
}
.month-event-form .message-warning  {
    padding: 3px 72px 0 2px;
    color: #d83460;
    font-size: 13px;
    margin: 0;
}

.month-event-form #error-reason-apply {
    margin: 0;
    padding: 0 72px 0 2px;
    font-size: 13px;
}



/*!
 * --------------------------------------------------------------------------------
 * 05 : 완료페이지
 * --------------------------------------------------------------------------------
 */
.jme-thankyou {
    position: relative;
    padding: 40px 0 80px;
    background: url(https://d4x5yybe1iyrp.cloudfront.net/monthevent/thankyou/bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.jme-thankyou:before,
.jme-thankyou:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.jme-thankyou:before {
    background-color: rgba(255,255,44,.25);
    z-index: 1;
}
.jme-thankyou:after {
    background-color: rgba(135,135,255,.4);
    z-index: 2;
}
.jme-thankyou .monthevent-inner {
    position: relative;
    z-index: 3;
}
.jme-thankyou .section-title {
    display: inline-block;
    padding: 20px;
    border: 3px solid #fff;
    color: #fff;
    font-size: 27px;
    line-height: 1.34;
    letter-spacing: -0.1em;
    text-shadow: 0 0 12px rgba(40,45,55,0.15);
}
.jme-thankyou p {
    text-shadow: 0 0 12px rgba(40,45,55,0.15)
}
.jme-thankyou p + p {
    margin-top: 20px;
}
.jme-thankyou .btn-download {
    display: inline-block;
    margin: 0 4px;
    padding: 0 12px;
    border-radius: 4px;
    background-color: #3C4458;
    color: #fff;
    font-size: 18px;
}
.jme-thankyou .btn-download:hover,
.jme-thankyou .btn-download:focus {
    background-color: #8787FF;
}
.jme-thankyou .sns-share {
    margin-top: 48px;
}
.jme-thankyou .sns-share .title {
    display: none;
    color: #fff;
    margin-bottom: 20px;
}


/*!
 * --------------------------------------------------------------------------------
 * 06 : 반응형
 * --------------------------------------------------------------------------------
 */

@media (min-width: 480px) {
    .img-pc {
        display: block;
    }
    .img-mo {
        display: none;
    }
}

@media (min-width:768px) {
    .month-event-top {
        height: 240px;
    }
    .jme-thankyou {
        padding: 80px 0 120px;
    }
    .jme-thankyou .section-title {
        color: #fff;
        font-size: 36px;
        line-height: 1.34;
    }
}
@media (min-width:1024px) {
    .month-event-top {
        height: 360px;
    }
    .month-event-top .text-group {
        margin-top: -30px;
    }
    .month-event-form {
        width: 960px;
        margin: -100px auto 100px;
    }
    .month-event-form .form-section {
        position: relative;
        margin: 16px 0;
        border-radius: 12px;
        background-color: #fff;
        box-shadow: 4px 4px 64px rgba(40,45,55,.075);
        overflow: hidden;
    }
    .month-event-form .form-section:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        background-color: #fff;
        z-index: 1;
    }
    .month-event-form .section-head {
        padding: 36px 0 36px 80px;
        background-color: transparent;
    }
    .month-event-form .section-title {
        font-size: 24px;
        color: #3C4458;
    }
    .month-event-form .section-body {
        padding: 32px 40px;
    }
    .month-event-form .section-title .num {
        top: 36px;
        left: 32px;
        width: 32px;
        height: 32px;
        border-radius: 100%;
        font-size: 18px;
        line-height: 30px;
    }
    .month-event-form .col .section-head {
        float: left;
        width: 350px;
        border: 0;
    }
    .month-event-form .col .section-body {
        float: right;
        width: calc(100% - 380px);
    }
    .month-event-form .tag-required {
        height: 21px;
        padding: 0 8px;
        border-radius: 21px;
        background-color: transparent;
        border: 1px solid #bc84f8;
        color: #bc84f8;
        line-height: 18px;
    }
    .month-event-form .section-head p,
    .month-event-form .respond-message {
        margin: 16px 0 0;
    }
    .month-event-form .section-head p + p {
        margin-top: 12px;
    }
}
@media (max-width:767px) {
    .jme-qna .note .br.mo {
        margin-top: 8px;
    }
    /*
    .jme-main .image {
        position: relative;
        height: 64vh;
        overflow: hidden;
    }

    .jme-main .image img {
        position: absolute;
        width: 1280px;
        right: 0;
        bottom: 0;
    }

     */
    .jme-main .section-title {
        position: absolute;
        top: 16%;
        left: 0;
        right: 0;
        color: #fff;
        text-align: center;
        font-size: 30px;
        letter-spacing: -0.12em;
        text-shadow: 0 0 16px rgba(40,45,55,.5);
        z-index: 1
    }
    .jme-main .section-title .handwriting strong {
        margin-top: 4px;
        font-size: 48px;
        letter-spacing: -0.16em;
    }
    .jme-main .section-title .box {
        display: inline-block;
        margin-top: 20px;
        padding: 4px 8px;
        background-color: #8787FF;
        font-size: 24px;
        letter-spacing: 0;
        text-shadow: none;
    }
    .jme-benefit {
        padding: 4px 24px 40px;
    }
    .jme-benefit .section-title strong {
        font-size: 36px;
    }
    .jme-benefit .benefit-list {
        margin-top: 24px;
    }
    .jme-benefit .benefit-list li {
        display: block;
        margin: 16px 0;
    }
    .jme-benefit .benefit-list {
        text-align: left;
    }
    .jme-benefit .benefit-list .icon {
        display: inline-block;
        width: 84px;
        height: 84px;
        padding: 16px 8px 0;
        vertical-align: middle;
    }
    .jme-benefit .benefit-list .desc {
        display: inline-block;
        margin: 0 0 0 16px;
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: -0.04em;
        vertical-align: middle;
    }
    .jme-story {
        padding: 40px 0 20px;
    }
    .jme-benefit .benefit-list .desc div {
        margin-bottom: 4px;
    }
    .jme-facility {
        padding: 32px 24px;
        background-color: #f1f3f7;
    }
    .jme-story .section-body {
        padding-bottom: 0;
    }
    .jme-room {
        padding: 40px 0;
    }
}

@media (max-width:480px) {
    .month-event-form .message-warning  {
        /*padding: 0 2px;*/
    }
    .month-event-form #text-counter {
        font-size: 11px;
    }
}


/*!
 * --------------------------------------------------------------------------------
 * 07 : 이벤트 종료
 * --------------------------------------------------------------------------------
 */
.btn-jme-apply {
    display: none;
}
.event-finish-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 100%;
    background-color: rgba(40,45,55, .5);
    z-index: 9;
}
.event-finish-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    padding: 30px 0 28px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 4px 4px 64px rgba(40,45,55,.24);
    transform: translate(-50%, -50%);
    text-align: center;
}
.event-finish-box .title {
    margin: 0 0 20px;
    color: #7C6EFF;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.34;
}
.event-finish-box .text {
    color: #545C70;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.event-finish-box .br {
    display: block;
}
@media (min-width:768px) {
    .event-finish-box {
        width: 600px;
        padding: 56px 0 48px;
    }
    .event-finish-box .title {
        margin: 0 0 24px;
        font-size: 30px;
        font-weight: 400;
    }
    .event-finish-box .text {
        font-size: 17px;
    }
    .event-finish-box .br {
        display: inline;
    }
}