@font-face {
    font-family: 'S-CoreDream-1Thin';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-2ExtraLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-3Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-4Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-5Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-7ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-8Heavy';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-9Black';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/**************************** 공통영역 ****************************/

#mainSection img {
    width: 100%;
}

#mayevent section {
    position: relative;
}

#mayevent #calendarSection img {
    width: 100%;
}

#mayevent .black {
    color: #2e2b4e;
}

#mayevent .red {
    color: #ff0000;
}

#mayevent .grey {
    color: #a7a7a7;
}

#mayevent .heavy {
    font-family: 'S-CoreDream-8Heavy', sans-serif;
}


#mayevent .smallfnt {
    font-size: 2.1rem;
}

#mainSection .arrow {
    position: absolute;
    bottom: 4%;
    left: 47%;
    width: 5%;
    animation: arrow 0.8s infinite ease-in-out;
}

@keyframes arrow {
    0% {
        bottom: 4%;
    }

    100% {
        bottom: 1%;
    }
}

/************** May1 **************/


/*******************달력영역/*******************/

#mayevent #calendarSection p {
    position: absolute;
    text-align: center;
    width: 100%;
}

#mayevent .may0 {
    right: 39.5%;
    top: 34%;
    font-size: 3.5rem;
}

#mayevent .may1 {
    padding-left: 39.5%;
    top: 35.5%;
    font-size: 2.5rem;
    line-height: 110%;
}

#mayevent .may5 {
    top: 45.2%;
    font-size: 3.8rem;
    letter-spacing: 20px;
}

#mayevent .may15 {
    top: 58.2%;
    font-size: 3.8rem;
    letter-spacing: 11px;
}

#mayevent .may18 {
    padding-right: 49%;
    top: 70%;
    font-size: 2.5rem;
    line-height: 110%;
}

#mayevent .may21 {
    right: 37.5%;
    top: 67%;
    font-size: 3.5rem;
    line-height: 90%;
}

#mayevent.may1 .couponno {
    position: absolute;
    bottom: 30%;
    font-size: 10em;
    z-index: 1;
    width: 100%;
    text-align: center;
    font-family: 'S-CoreDream-8Heavy', sans-serif;
}


#mayevent .couponimg {
    position: absolute;
    bottom: 19%;
    left: 28%;
    width: 45%;
}

#mayevent .coupondown {
    position: absolute;
    bottom: 2%;
    left: 39%;
    width: 20%;
}

.may1 #goodsSection li {
    position: relative;
    display: inline-block;
    width: 20%;
}

/*상품영역*/

.may1 #goodsSection {
    background-image: url('/Upload/shoemarker/eventtpl/E1156/images/product_bg.jpg');
}

#goodsSection {
    text-align: center;
    padding: 16% 0% 5%;
}

#goodsSection .goodsSwiper {
    height: 60px;
}

#goodsSection .lbkSwiper .swiper-wrapper {
    text-align: center;
}

#goodsSection .lbkSwiper .swiper-pagination {
    position: relative;
    bottom: 0px;
}

#goodsSection .swiper-button-next {
    background-image: url('/Upload/shoemarker/eventtpl/E1156/images/icon2.png');
    height: 30px;
}

#goodsSection .swiper-button-prev {
    background-image: url('/Upload/shoemarker/eventtpl/E1156/images/icon2left.png');
    height: 30px;
}

#goodsSection .swiper-pagination-bullet-active {
    background-color: #fff;
}

#goodsSection p {
    font-family: 'S-CoreDream-6Bold', sans-serif;
    font-size: 1.3em;

}

#goodsSection .saleprice {
    color: #a9a9a9;
    font-family: 'S-CoreDream-4Regular', sans-serif;

}

/* media query */

@media (max-width: 767px) {


    #mainSection .arrow {
        position: absolute;
        bottom: 4%;
        left: 45%;
        width: 9%;
        animation: arrow 0.8s infinite ease-in-out;
    }

    .wrap-event,
    .wrap-event-view {
        padding-bottom: 0px !important;
    }

    .couponSec img {
        width: 100%;
    }

    #mayevent .couponSec .couponimg {
        position: absolute;
        bottom: 25%;
        left: 16%;
        width: 70%;
    }

    #mayevent .couponSec .coupondown {
        width: 45%;
        left: 28%;
        bottom: 4%;
    }

    #mayevent .may1 {
        left: 0%;
        padding-left: 50.5%;
        top: 36%;
        font-size: 1.6rem;
        font-family: 'S-CoreDream-6Bold', sans-serif;
    }

    .may1 #goodsSection {
        background-image: url('/Upload/shoemarker/eventtpl/E1156/images/product_bgmb.jpg');
        background-size: cover;
    }

    #mayevent.may1 #goodsSection li {
        width: 49%;
    }

    #goodsSection .goodsSwiper {
        height: 45px;
    }

    #mayevent .swiper-container img {
        width: 100%;
    }

    #goodsSection .lbkSwiper .onefl,
    #goodsSection .lbkSwiper .twofl {
        text-align: center;
    }


    #mayevent.may1 .couponno {
        position: absolute;
        bottom: 32%;
        font-size: 5em;
        z-index: 1;
        width: 100%;
        text-align: center;
        font-family: 'S-CoreDream-8Heavy', sans-serif;
    }

    #mayevent .type {
        font-size: 1.6rem;
        font-family: 'S-CoreDream-6Bold', sans-serif;
        letter-spacing: 13px;
    }

    .calSwiper .swiper-pagination {
        position: absolute;
        bottom: 15px;
    }

    #mayevent .may15 {
        top: 56.5%;
        font-size: 1.8rem;
        letter-spacing: 2px;
    }

}

/**************************** May2 ****************************/

.adultSwiper,
.kidsSwiper {
    width: 47%;
    text-align: center;
    display: inline-block;
}

.may2 #goodsSection .adultSwiper li,
.may2 #goodsSection .kidsSwiper li {
    position: relative;
    display: inline-block;
    width: 40%;
}

.adultSwiper img,
.kidsSwiper img {
    width: 87%;
}


@media (max-width:767px) {

    .adultSwiper,
    .kidsSwiper {
        width: 100%;
    }

    .kidsSwiper {
        margin-top: 20%;
    }

    #goodsSection {
        padding: 25% 0% 5%;
    }

    .may2 #goodsSection .adultSwiper li,
    .may2 #goodsSection .kidsSwiper li {
        width: 32.8%;
    }

    #eventsection img {
        width: 100%;
    }

    #goodsSection p {
        font-family: 'S-CoreDream-5Medium', sans-serif;
        font-size: 1.1em;
    }

}

/**************************** May11 ****************************/


.may3 #goodsSection {
    text-align: center;
    padding: 0px !important;
    background-color: #fbb7e9;
}

.may3 #goodsSection .swiper-container {
    position: relative;
    top: 5%;
    width: 75%;
    margin-bottom: 5%;
}

.may3 #goodsSection .swiper-container li {
    position: relative;
    display: inline-block;
    width: 33%;
}

.may3 #goodsSection .swiper-container li a {
    font-size: 1.2em;
    color: #fff;
    font-family: 'S-CoreDream-3Light';
}

.may3 .salegoodsSection {
    position: relative;
}

.may3 .salegoodsSection {
    display: none;
}

.may3 .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.may3 .tabs label {
    width: 16%;
    order: 1;
    display: block;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    background: #fbb7e9;
    font-weight: 700;
    transition: background ease .2s;
    color: #fff;
    font-size: 2em;
    font-family: 'S-CoreDream-4Regular';
}

.may3 .tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: #fbb7e9;
}

.may3 .tabs input[type="radio"] {
    display: none
}

.may3 .tabs input[type="radio"]:checked+label {
    background: #A47FE6;
}

.may3 .tabs input[type="radio"]:checked+label+.tab {
    display: block
}

.may3 #goodsSection img {
    width: 100%;
}

@media (max-width: 767px) {
    .may3 #goodsSection img[usemap] {
        width: 100%;
    }

    .may3 #goodsSection .swiper-container {
        position: relative;
        width: 100%;
    }

    .may3 #goodsSection .swiper-container li {
        width: 40%;
    }

    .may3 #bodySection img {
        width: 100%;
    }

    .may3 #goodsSection .swiper-button-next,
    .may3 #goodsSection .swiper-button-prev {
        height: 20px;
        right: 5px;
    }

    .may3 #goodsSection .swiper-button-next {
        background-image: url(/Upload/shoemarker/eventtpl/E1156/images/icon2.png);
    }

    .may3 #goodsSection .swiper-button-prev {
        background-image: url(/Upload/shoemarker/eventtpl/E1156/images/icon2left.png);
    }

    .may3 .tabs .tab {
        padding: 0;
        margin-bottom: 10%;
    }

    .may3 .tabs label {
        width: 20%;
        font-size: 1.3em;
        padding: 4px 0;
        font-family: 'S-CoreDream-4Regular';

    }

    .may3 #goodsSection .swiper-container li a {
        font-size: 1.2em;
        color: #fff;
        font-family: 'S-CoreDream-3Light';
    }
}

/**************************** May11 ****************************/

.may4 #timesaletimer {
    position: absolute;
    bottom: 23%;
    width: 64%;
    left: 28%;
}

.may4 #timesaletimer div {
    display: inline-block;
    width: 20%;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    font-size: 5.5em;
}

.may5 #timesaletimer {
    position: absolute;
    bottom: 21%;
    width: 64%;
    left: 15%;
}

.may5 #timesaletimer div {
    display: inline-block;
    width: 20%;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    font-size: 5.5em;
}

.may4 #goodsSection {
    padding: 0;
    background-color: #DE171C;
    padding-bottom: 5%;
}

.may4 #goodsSection ul {
    width: 71%;
    margin: 0 auto;
    padding: 2% 0;
}

.may4 #goodsSection ul li {
    width: 13%;
    display: table-cell;
    color: #fff;
    position: relative;
}

.may4 #goodsSection ul li p:nth-child(1) {
    margin-top: 1%;
}

.may4 #goodsSection ul li p:nth-child(3) {
    animation: blinker 1s linear infinite;
    font-size: 2em;
    color: #03ff0f;
}

.may4 #goodsSection ul li img {
    width: 72%;
}

.may4#mayevent .may18 {
    position: absolute;
    width: 100%;
    top: 83%;
    left: 12%;
    font-size: 2.5rem;
    animation: blinker 1s linear infinite;
}

.may4#mayevent .may21 {
    position: absolute;
    padding-left: 29%;
    top: 83%;
    font-size: 3.5rem;
    width: 100%;
    right: 0;
    font-family: 'S-CoreDream-3Light', sans-serif;
}

.may5#mayevent .may18 {
    font-family: 'S-CoreDream-3Light', sans-serif;
    position: absolute;
    width: 100%;
    top: 83%;
    left: 12%;
    font-size: 2.5rem;
}

.may5#mayevent .may21 {
    position: absolute;
    padding-left: 29%;
    top: 83%;
    font-size: 3.5rem;
    width: 100%;
    right: 0;
    animation: blinker 1s linear infinite;
}


@media (max-width: 767px) {

    #bodySection img,
    #timerSection img {
        width: 100%;
    }

    .may4 #timesaletimer div {
        width: 24%;
        font-size: 4.5em;
    }

    .may4 #timesaletimer {
        position: absolute;
        bottom: 21%;
        width: 100%;
        left: 0%;
        text-align: center;
    }

    .may5 #timesaletimer div {
        width: 24%;
        font-size: 4.7em;
    }

    .may5 #timesaletimer {
        position: absolute;
        bottom: 21%;
        width: 100%;
        left: -25%;
        text-align: center;
    }

    .may4#mayevent .may18 {
        left: 0;
        top: 72%;
        font-size: 1.7rem;
        animation: blinker 1s linear infinite;
    }

    .may5#mayevent .may18 {
        font-size: 1.3rem;
        top: 72%;
        font-family: 'S-CoreDream-3Light';
        left: 0;
    }

    .may5#mayevent .may21 {
        animation: blinker 1s linear infinite;
        padding-left: 23.5%;
        right: 0;
        top: 73%;
        font-size: 1.7rem;
        line-height: 90%;
    }

    .may4 .calSwiper .swiper-pagination {
        bottom: 0px;
    }

    .may4#mayevent .may21 {
        padding-left: 25.5%;
        top: 73%;
        font-size: 1.7rem;
        line-height: 90%;
        right: 0;
        font-family: 'S-CoreDream-3Light';
    }

    .may4 #goodsSection ul {
        width: 100%;
    }

    .may4 #goodsSection ul li p:nth-child(3) {
        font-size: 1.5em;
    }
}

@media (max-width:360px) {
    .may4 #timesaletimer div {
        font-size: 4.3em;
    }

    .may5 #timesaletimer div {
        font-size: 4.3em;
    }
}

@media (max-width: 320px) {

    .may4 #timesaletimer {
        bottom: 21%;
    }

    .may4 #timesaletimer div {
        font-size: 3.6em;
    }

    .may5 #timesaletimer {
        bottom: 21%;
    }

    .may5 #timesaletimer div {
        font-size: 3.6em;
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/************************ timesale dim *****************************/

.may4 #goodsSection a:before {
    content: "판매종료";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    vertical-align: middle;
    color: #fff;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    font-size: 5em;
    line-height: 350%;
}


@media (max-width: 767px) {
    .may4 #goodsSection p {
        height: 35px;
    }

    .may4 #goodsSection a:before {
        font-size: 1.8em;
        line-height: 700%;
    }
}

.dim1531 a:before {
    display: none;
}

.dim5323 a:before {
    display: none;
}

.dim5325 a:before {
    display: none;
}

.dim5604 a:before {
    display: none;
}

.dim6730 a:before {
    display: none;
}

.dim9773 a:before {
    display: none;
}

.dim10802 a:before {
    display: none;
}

.dim11113 a:before {
    display: none;
}

.dim11899 a:before {
    display: none;
}

.dim12227 a:before {
    display: none;
}

.dim13002 a:before {
    display: none;
}

.dim14090 a:before {
    display: none;
}

.dim14098 a:before {
    display: none;
}

.dim14605 a:before {
    display: none;
}

.dim14668 a:before {
    display: none
}

.dim14791 a:before {
    display: none;
}

.dim15015 a:before {
    display: none;
}

.dim15221 a:before {
    display: none;
}

.dim15236 a:before {
    display: none;
}

.dim15255 a:before {
    display: none;
}

.dim15269 a:before {
    display: none;
}

.dim15480 a:before {
    display: none;
}

.dim15509 a:before {
    display: none;
}

.dim16740 a:before {
    display: none;
}