.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: 0;
}

.event-wrap {
    width: 100%;
}
.event-banner {
    position: relative;
    width: 100%;
    margin-top: 200px;
    height: calc(100vh - 200px);
    min-height: 600px;
    background: url('../img/event_banner.jpg') no-repeat center center;
    background-size: cover;
}
.event-banner-scroll,
.event-banner-line {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
}
.event-banner-scroll {
    bottom: 135px;
    font-style: italic;
}
.event-banner-line {
    width: 1px;
    height: 120px;
    bottom: 0;
    background: #FFF;
}

/* In */
.in-wrap {
    z-index: 9;
    position: absolute;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0b2946;
}
.in-wrap-video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    z-index: -1;
    transform: translate(-50%, -50%);
}
/* CONTENT 1 */

.event-content-1-left {
    position: relative;
    float: left;
    width: 50%;
}
.event-content-1-left-block,
.event-content-1-left-img {
    position: relative;
    margin-top: -50px;
    width: calc(100% - 50px);
    height: 600px;
}
.event-content-1-left-img {
    position: absolute;
    top: 100px;
    left: 50px;
    background: url('../img/event-1-main.jpg') no-repeat center center;
    background-size: cover;
}
.event-content-1-right {
    position: relative;
    width: 50%;
    height: 600px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.event-1-float {
    display: block;
    position: absolute;
    top: -125px;
    right: -50px;
    width: 375px;
}
.event-content-1-right-block {
    width: 500px;
}
.event-content-1-title {
    position: relative;
}
.event-content-1-line {
    width: 100%;
    height: 1px;
    margin: 30px 0 25px 0;
}
.event-title-num-1 {
    position: absolute;
    width: 50px;
    line-height: 50px;
    top: 10px;
    left: -75px;
}
.event-content-1-words {
    height: auto;
    max-height: 250px;
    overflow-y: auto;
}
 .event-content-1-words::-webkit-scrollbar {
  width: 2px;
  background-color: #CCC;
  border-radius: 5px;
}
.event-content-1-words::-webkit-scrollbar-thumb {
    background: #CD9C08; 
}


/* CONTENT 2 */
.event-content-2 {
    position: relative;
}
.event-title-num-2 {
    margin: 100px auto 15px auto;
    width: 50px;
    line-height: 50px;
}
.event-content-line {
    margin: 30px auto 25px auto;
    width: 725px;
    height: 1px;
}
.event-content-2-float-1,
.event-content-2-float-2 {
    z-index: -1;
    position: absolute;
}
.event-content-2-float-1 {
    top: 50px;
    right: 0;
    width: 400px;
    height: 500px;
}
.event-content-2-float-2 {
    top: 450px;
    left: 150px;
    width: 250px;
    height: 525px;
}
.swiper-container {
    z-index: 0;
    position: relative;
    margin: auto;
    height: auto;
}
.swiper-wrapper {
    z-index: 0;
    height: auto;
}
.swiper-container-product {
    margin-top: 50px;
    width: 1000px;
    height: 550px;
}
.swiper-button-next,
.swiper-button-prev {
    z-index: 1;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 100px;
    top: 155px;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next-arrow,
.swiper-button-prev-arrow {
    position: relative;
    width: 50px;
    height: 50px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next-video.swiper-button-disabled,
.swiper-button-prev-video.swiper-button-disabled {
    opacity: 0.25;
}
/* .swiper-button-next-video.swiper-button-disabled,
.swiper-button-prev-video.swiper-button-disabled {
    opacity: 0;
} */
.swiper-button-next-arrow-up,
.swiper-button-next-arrow-down,
.swiper-button-prev-arrow-up,
.swiper-button-prev-arrow-down {
    position: absolute;
    width: 50px;
    height: 5px;
}
.swiper-button-next-arrow-up,
.swiper-button-prev-arrow-down {
    top: 30px;
}
.swiper-button-prev-arrow-up,
.swiper-button-next-arrow-down {
    top: 62px;
}
.swiper-button-next-arrow-down,
.swiper-button-prev-arrow-down {
    transform: rotate(-45deg);
}
.swiper-button-next-arrow-up,
.swiper-button-prev-arrow-up,
.swiper-button-next-arrow-video,
.swiper-button-next-arrow-sponsor {
    transform: rotate(45deg);   
}
.swiper-button-prev-arrow-video,
.swiper-button-prev-arrow-sponsor {
    transform: rotate(-135deg);
}
.swiper-button-next-arrow-video::after,
.swiper-button-prev-arrow-video::after,
.swiper-button-next-arrow-sponsor::after,
.swiper-button-prev-arrow-sponsor::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
    top: 5px;
    left: -5px;
}
.slide-product {
    display: block;
    position: absolute;
    width: 400px;
    margin: auto;
    top: 25px;
    left: 0;
    right: 50px;
}
.swiper-bg-block,
.swiper-bg-border {
    position: absolute;
    width: 250px;
    height: 520px;
    margin: auto;
    top: 0;
    left: 0;
    right: 250px;
}
.swiper-bg-border {
    top: 25px;
    right: 300px;
}
.slide-words {
    position: absolute;
    margin: auto;
    width: 350px;
    left: 650px;
    right: 0;
    top: 350px;
}
.slide-words-title {
    margin-bottom: 25px;
}
.slide-page {
    margin-top: 75px;
}
.slide-page-current,
.slide-page-line,
.slide-page-total {
    display: inline-block;
    vertical-align: middle;
}
.slide-page-line {
    width: 150px;
    height: 1px;
    margin: 0 25px;
}

/* CONTENT 3 */
.event-video-block {
    position: relative;
    margin-top: 100px;
    width: 100%;
    overflow: hidden;
}
/* .event-vid { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
}
.event-play-btn-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
} */
.event-play-btn {
    display: block;
    padding: 25px;
    margin-top: 15px;
    width: 75px;
    border: 1px solid #FFF;
    border-radius: 50%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.event-play-btn img,
.video-poster img {
    display: block;
}
.swiper-video-wrap {
    position: relative;
    height: 275px;
}
.event-content-3-float {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 0;
}
.swiper-video-block {
    position: relative;
    margin: auto;
    width: 1200px;
    transform: translateX(50px);
}
.swiper-button-next-video,
.swiper-button-prev-video {
    top: 22px;
    width: 60px;
    height: 135px;
    background: #FFF;
}
.swiper-button-next-video {
    right: -60px;
}
.swiper-button-prev-video {
    left: -60px;
}
.swiper-button-next-arrow-video,
.swiper-button-prev-arrow-video,
.swiper-button-next-arrow-sponsor,
.swiper-button-prev-arrow-sponsor {
    position: relative;
    width: 25px;
    height: 25px;
}
.swiper-button-next-arrow-video,
.swiper-button-next-arrow-sponsor {
    right: 5px;
}
.swiper-button-prev-arrow-video,
.swiper-button-prev-arrow-sponsor {
    left: 5px;
}
.swiper-button-next-arrow-video::after,
.swiper-button-prev-arrow-video::after,
.swiper-button-next-arrow-sponsor::after,
.swiper-button-prev-arrow-sponsor::after {
    top: 3px;
    left: -3px;
}
.swiper-container-video {
    width: 100%;
}
.swiper-slide,
.slide-vid-img {
    display: block;
}
.slide-vid-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* CONTENT 4 */
.event-content-4 {
    position: relative;
}
.event-content-4-float-1 {
    position: absolute;
    width: 500px;
    height: 420px;
    top: 25px;
    right: 0;
}
.event-content-4-float-2 {
    position: absolute;
    width: 250px;
    height: 250px;
    top: 600px;
    left: 0;
}
.event-4-float {
    position: absolute;
    display: block;
    width: 500px;
    top: 750px;
    left: -50px;
}
.swiper-container-workshop {
    width: 1000px;
}
.workshop-img {
    width: 100%;
}
.workshop-img img {
    display: block;
}
.workshop-title {
    margin-top: 15px;
    text-align: center;
}
.workshop-content-block {
    margin: 15px auto;
}
.workshop-date-title,
.workshop-des-title,
.workshop-date-block,
.workshop-words {
    text-align: center;    
}
.workshop-date-start,
.workshop-date-end {
    display: inline;
    vertical-align: middle;
}
.workshop-line {
    display: inline-block;
    width: 25px;
    height: 1px;
    margin: 0 5px;
    vertical-align: middle;
}
.workshop-des-title {
    margin-top: 15px;
}
.workshop-btn {
    display: block;
    padding: 8px 0;
    width: 150px;
    margin: auto;
}
.data-single .workshop-date-start {
    text-align: center;
}
.date-single .workshop-line,
.date-single .workshop-date-end {
    display: none;
}
.slide-page-sponsor,
.slide-page-workshop {
    z-index: 0;
    width: 425px;
    position: relative;
    margin: auto;
    margin-top: 0;
    margin-bottom: 150px;
}
.slide-page-workshop {
    margin-top: 75px;
}
.swiper-button-next-sponsor,
.swiper-button-prev-sponsor,
.swiper-button-next-workshop,
.swiper-button-prev-workshop {
    top: -18px;
}

/* CONTENT 5 */
.hashtag-href-block {
    width: 725px;
    margin: auto;
}
.hashtag-href {
    display: inline-block;
    padding: 5px 35px;
    margin: 5px 1px;
}
.hashtag-img-1 {
    background: url('../img/hashtag-1.jpg') no-repeat center center;
}
.hashtag-img-2 {
    background: url('../img/hashtag-2.jpg') no-repeat center center;
}
.hashtag-img-3 {
    background: url('../img/hashtag-3.jpg') no-repeat center center;
}
.hashtag-img-4 {
    background: url('../img/hashtag-4.jpg') no-repeat center center;
}
.hashtag-img-5 {
    background: url('../img/hashtag-5.jpg') no-repeat center center;
}
.hashtag-img-6 {
    background: url('../img/hashtag-6.jpg') no-repeat center center;
}
.hashtag-img-7 {
    background: url('../img/hashtag-7.jpg') no-repeat center center;
}
.hashtag-img-8 {
    background: url('../img/hashtag-8.jpg') no-repeat center center;
}
.hashtag-img-block {
    margin: 25px 0;
}
.hashtag-img-click {
    float: left;
    width: 25%;
}
.hashtag-img-click .hashtag-close {
    display: none;
}
.hashtag-img {
    position: relative;
    background-size: cover;
}
.hashtag-content {
    position: relative;
    box-sizing: border-box;
    padding: 50px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.8);
    transition: opacity 0.5s;
}
.hashtag-date {
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.hashtag-more {
    display: block;
    margin: auto;
    padding: 10px 0;
    width: 350px;
}

/* CONTENT 6 */
.event-content-6 {
    position: relative;
}
.event-6-float {
    position: absolute;
    display: block;
    width: 350px;
    top: -100px;
    right: -25px;
}
.swiper-container-sponsor {
    padding: 50px 0 75px 0;
    width: 1200px;
}

/* IG LIGHTBOX */
.ig-lightbox-wrap {
    z-index: 9;
    position: absolute;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}
.ig-lightbox {
    width: 665px;
    height: 950px;
    background: #FFF;
}
.hashtag-img.lightbox {
    clear: both;
    width: 100%;
}
.hashtag-content.lightbox {
    opacity: 1;
    top: 100%;
    height: auto;
    padding-right: 150px;
    background: #FFF;
}
.hashtag-content-words {
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}
.hashtag-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 50px;
}
.hashtag-close img {
    display: block;
}
.clear {
    clear: both;
}

.color-bg-1 {
    background: #f6ddd8;
}
.color-bg-2 {
    background: #b6d6d5;
}
.color-border-2 {
    border: 1px solid #b6d6d5;
}
.color-font-3 {
    color: #CD9C08;
}
.color-border-3 {
    border: 1px solid #CD9C08;
}
.color-line-3 {
    background: #CD9C08;
}
.color-font-4 {
    color: #202020;
}
.color-bg-4 {
    background: #202020;
}
.color-bg-5 {
    background: #96cac5;
}
.color-font-6 {
    color: #CD9C08;
}
.color-btn-6 {
    color: #CD9C08;
    border: 1px solid #CD9C08;
    transition: background 0.5s, color 0.5s;
}

.event-content-2-des {
    letter-spacing: 1px;
    font-size: 32px;
}
.font-eventTitle {
    margin: 8px 0;
    font-size: 28px;
}



@media only screen and (max-width: 1680px) {
    /* CONTENT 1 */
    .event-content-1-left-block,
    .event-content-1-left-img,
    .event-content-1-right {
        height: 500px;
    }
    .event-1-float {
        top: -125px;
        right: -50px;
        width: 325px;
    }
    .event-content-1-right-block {
        width: 450px;
    }
    /* CONTENT 2 */
    .event-content-2-float-1 {
        width: 300px;
        height: 400px;
    }
    .event-content-2-float-2 {
        top: 500px;
        left: 100px;
        width: 175px;
        height: 475px;
    }
    /* CONTENT 4 */
    .event-content-4-float-1 {
        width: 350px;
        height: 350px;
    }
    .event-content-4-float-2 {
        width: 200px;
        height: 200px;
    }
    .event-4-float {
        top: 700px;
        width: 425px;
    }
    /* CONTENT 6 */
    .event-6-float {
        width: 300px;
        top: -125px;
    }
    .swiper-container-sponsor {
        width: 900px;
    }
}
@media only screen and (max-width: 1440px) {
    .event-banner {
        margin-top: 150px;
        height: calc(100vh - 150px);
        min-height: 500px;
    }
    
    /* CONTENT 1 */
    .event-content-1-left-block,
    .event-content-1-left-img,
    .event-content-1-right {
        height: 425px;
    }
    .event-1-float {
        width: 275px;
    }
    .event-content-1-right-block {
        width: 400px;
    }
    .event-title-num-1 {
        width: 45px;
        line-height: 45px;
        top: 9px;
        left: -60px;
    }
    .event-content-1-words {
        max-height: 175px;
    }
    /* CONTENT 2 */
    .event-title-num-2 {
        width: 45px;
        line-height: 45px;
    }
    .event-content-line {
        margin: 30px auto 25px auto;
        width: 565px;
    }
    .event-content-2-float-1 {
        width: 250px;
        height: 275px;
    }
    .event-content-2-float-2 {
        top: 500px;
        left: 75px;
        width: 150px;
        height: 350px;
    }
    .swiper-container-product {
        margin-top: 50px;
        width: 800px;
        height: 480px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 50px;
        height: 75px;
        top: 150px;
    }
    .swiper-button-next {
        right: 25px;
    }
    .swiper-button-prev {
        left: 25px;
    }
    .swiper-button-next-arrow-up,
    .swiper-button-next-arrow-down,
    .swiper-button-prev-arrow-up,
    .swiper-button-prev-arrow-down {
        position: absolute;
        width: 35px;
        height: 3px;
    }
    .swiper-button-next-arrow-up,
    .swiper-button-prev-arrow-down {
        top: 24px;
    }
    .swiper-button-prev-arrow-up,
    .swiper-button-next-arrow-down {
        top: 48px;
    }
    .slide-product {
        width: 300px;
        right: 75px;
    }
    .swiper-bg-block,
    .swiper-bg-border {
        width: 225px;
        height: 450px;
        right: 225px;
    }
    .swiper-bg-border {
        top: 25px;
        right: 275px;
    }
    .slide-words {
        width: 300px;
        left: 500px;
        top: 275px;
    }
    .slide-page {
        margin-top: 55px;
    }
    .slide-page-line {
        width: 125px;
        margin: 0 20px;
    }
    /* CONTENT 3 */
    .event-play-btn {
        padding: 20px;
        margin-top: 10px;
        width: 50px;
    }
    .swiper-video-wrap {
        height: 200px;
    }
    .swiper-video-block {
        width: 900px;
    }
    .swiper-button-next-video,
    .swiper-button-prev-video {
        top: 22px;
        width: 50px;
        height: 101.5px;
    }
    .swiper-button-next-video {
        right: -50px;
    }
    .swiper-button-prev-video {
        left: -50px;
    }
    .swiper-button-next-arrow-video {
        transform: rotate(45deg) scale(0.9, 0.9);
    }
    .swiper-button-prev-arrow-video {
        transform: rotate(-135deg) scale(0.9, 0.9);
    }
    /* CONTENT 4 */
    .event-content-4-float-1 {
        width: 300px;
        height: 300px;
        top: 0;
    }
    .event-content-4-float-2 {
        width: 200px;
        height: 200px;
        top: 500px;
    }
    .event-4-float {
        width: 350px;
        top: 600px;
    }
    .swiper-container-workshop {
        width: 800px;
    }
    .workshop-btn {
        padding: 5px 0;
        width: 125px;
    }
    .slide-page-sponsor,
    .slide-page-workshop {
        width: 400px;
        margin-bottom: 150px;
    }
    .slide-page-workshop {
        margin-top: 50px;
    }
    .swiper-button-next-sponsor,
    .swiper-button-prev-sponsor,
    .swiper-button-next-workshop,
    .swiper-button-prev-workshop {
        top: -8px;
        transform: scale(0.9, 0.9)
    }
    /* CONTENT 6 */
    .event-6-float {
        width: 250px;
        top: -145px;
    }
    .swiper-container-sponsor {
        width: 750px;
    }
    /* FONT */
    .event-content-2-des {
        font-size: 26px;
    }
    .font-eventTitle {
        margin: 6px 0;
        font-size: 24px;
    }
}
@media only screen and (max-width: 1280px) {
    .event-banner {
        min-height: 400px;
    }
    /* CONTENT 1 */
    .event-content-1-left-block,
    .event-content-1-left-img,
    .event-content-1-right {
        height: 400px;
    }
    .event-1-float {
        width: 225px;
    }
    /* CONTENT 2 */
    .event-content-2-float-1 {
        width: 200px;
        height: 225px;
    }
    /* CONTENT 4 */
    .event-content-4-float-1 {
        width: 250px;
        height: 275px;
    }
    .event-content-4-float-2 {
        width: 150px;
        height: 150px;
    }
    .event-4-float {
        width: 300px;
    }
    /* CONTENT 6 */
    .event-6-float {
        width: 225px;
    }
    .swiper-container-sponsor {
        width: 650px;
    }
}

@media only screen and (min-width: 1025px) {
    .event-content-1-right {
        float: right;
    }
    .color-btn-6:hover {
        background: #CD9C08;
        color: #FFF;
    }
    .hashtag-img:hover .hashtag-content {
        opacity: 1;
    }

    /* animation */

    .event-content-1-left-block {
        transform: scale(0, 1);
        transform-origin: left;
    }
    .event-content-1-left-block.ani {
        animation: blockGrow 0.75s forwards ease-in-out;
    }
    .event-content-1-left-img {
        opacity: 0;
        transform: translateX(-50px);
    }
    .event-content-1-left-img.ani {
        animation: fadeMove 1s 0.75s forwards;
    }
    .event-content-1-right-block {
        opacity: 0;
        transform: translateX(50px);
    }
    .event-content-1-right-block.ani {
        animation: fadeMove 1s 1.25s forwards;
    }
    .event-1-float {
        opacity: 0;
    }
    .event-1-float.ani {
        animation: fadeMove 1s 2s forwards;
    }
    @keyframes blockGrow {
        to {
            transform: scale(1, 1);
        }
    }
    @keyframes fadeMove {
        to {
            opacity: 1;
            transform: translate(0);
        }
    }
    .event-content-2-title,
    .event-content-2-line,
    .event-content-2-des,
    .swiper-container-product,
    .event-content-4-title,
    .event-content-4-line,
    .event-content-5-title,
    .event-content-5-line,
    .hashtag-href-block,
    .hashtag-img-block,
    .event-content-6-title,
    .event-content-6-line,
    .swiper-container-sponsor,
    .slide-page-sponsor {
        opacity: 0;
        transform: translateY(50px);
    }
    .event-content-2-title.ani,
    .event-content-2-line.ani,
    .event-content-4-title.ani,
    .event-content-4-line.ani,
    .event-content-5-title.ani,
    .event-content-5-line.ani,
    .event-content-6-title.ani,
    .event-content-6-line.ani {
        animation: fadeMove 1s forwards;
    }
    .event-content-2-des.ani,
    .hashtag-href-block.ani,
    .swiper-container-sponsor.ani,
    .slide-page-sponsor.ani {
        animation: fadeMove 1s 0.5s forwards;
    }
    .swiper-container-product.ani,
    .hashtag-img-block.ani {
        animation: fadeMove 1s 1s forwards;
    }
    .event-content-2-float-1,
    .event-content-2-float-2,
    .event-content-4-float-1,
    .event-content-4-float-2 {
        transform: scale(1, 0);
        transform-origin: top;
    }
    .event-content-2-float-1.ani,
    .event-content-2-float-2.ani {
        animation: blockGrow 1s 1.25s forwards ease-in-out;
    }

    .event-content-3,
    .event-4-float,
    .event-6-float {
        opacity: 0;
    }
    .event-content-3.ani {
        animation: fadeMove 1s forwards;
    }
    .event-content-3-float {
        transform: scale(0, 1);
        transform-origin: left;
    }
    .event-content-3-float.ani {
        animation: blockGrow 1s 1s forwards ease-in-out;
    }

    .event-content-4-float-1.ani,
    .event-content-4-float-2.ani {
        animation: blockGrow 1s 1.25s forwards ease-in-out;
    }
    .event-4-float.ani {
        animation: fadeMove 1s 2s forwards;
    }
    .slide-workshop:nth-child(3n+1),
    .slide-workshop:nth-child(3n+2),
    .slide-workshop:nth-child(3n+3) {
        opacity: 0;
    }
    .slide-workshop.ani:nth-child(3n+1) {
        animation: fadeMove 1s 0.5s forwards;
    }
    .slide-workshop.ani:nth-child(3n+2) {
        animation: fadeMove 1s 0.75s forwards;
    }
    .slide-workshop.ani:nth-child(3n+3) {
        animation: fadeMove 1s 1s forwards;
    }
    .event-6-float.ani {
        animation: fadeMove 1s 1s forwards;
    }

    .slide-product,
    .slide-words {
        opacity: 0;
        transform: translateX(50px);
    }
    .slide-product.show {
        animation: fadeMove 0.5s forwards;
    }
    .slide-words.show {
        animation: fadeMove 1s 0.25s forwards;
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .in-wrap-video {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 1024px) {

    /* In */
    .in-wrap {
        background: #0c253e;
    }
    /* CONTENT 1 */
    .event-content-1-left {
        /* position: relative; */
        clear: both;
        width: 100%;
    }
    .event-content-1-left-block,
    .event-content-1-left-img {
        margin-top: 100px;
        width: calc(100% - 100px);
        height: 600px;
        left: 0;
    }
    .event-content-1-left-img {
        margin: auto;
        margin-top: 50px;
        left: 0;
        right: 0;
    }
    .event-content-1-right {
        position: relative;
        width: calc(100% - 100px);
        height: auto;
        margin: auto;
        margin-top: 50px;
        padding-top: 100px;
        text-align: center;
    }
    .event-1-float {
        top: -25px;
        right: -100px;
        width: 350px;
    }
    .event-content-1-right-block {
        width: 100%;
    }
    .event-content-1-line {
        width: 100%;
        height: 1px;
        margin: 50px 0;
    }
    .event-title-num-1 {
        position: relative;
        width: 75px;
        line-height: 75px;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .event-content-1-words {
        max-height: 350px;
    }

    /* CONTENT 2 */
    .event-content-2 {
        position: relative;
        margin-top: 300px;
    }
    .event-title-num-2 {
        width: 75px;
        line-height: 75px;
    }
    .event-content-line {
        margin: 50px auto;
        width: calc(100% - 100px);
        height: 1px;
    }
    .event-content-2-float-1,
    .event-content-2-float-2 {
        z-index: -1;
    }
    .event-content-2-float-1 {
        top: 375px;
        right: 0;
        width: 250px;
        height: 250px;
    }
    .event-content-2-float-2 {
        display: none;
    }
    .swiper-container {
        position: relative;
        margin: auto;
    }
    .swiper-container-product {
        margin-top: 75px;
        width: calc(100% - 100px);
        height: 900px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 75px;
        height: 100px;
        top: 138px;
    }
    .swiper-button-next-product,
    .swiper-button-prev-product {
        top: 200px;
    }
    .swiper-button-next {
        right: 0;
    }
    .swiper-button-prev {
        left: 0;
    }
    .swiper-button-next-arrow,
    .swiper-button-prev-arrow {
        position: relative;
        width: 50px;
        height: 50px;
    }
    .swiper-button-next-arrow-up,
    .swiper-button-next-arrow-down,
    .swiper-button-prev-arrow-up,
    .swiper-button-prev-arrow-down {
        position: absolute;
        width: 50px;
        height: 5px;
    }
    .swiper-button-next-arrow-up,
    .swiper-button-prev-arrow-down {
        top: 30px;
    }
    .swiper-button-prev-arrow-up,
    .swiper-button-next-arrow-down {
        top: 62px;
    }
    .swiper-button-next-arrow-down,
    .swiper-button-prev-arrow-down {
        transform: rotate(-45deg);
    }
    .swiper-button-next-arrow-up,
    .swiper-button-prev-arrow-up,
    .swiper-button-next-arrow-video,
    .swiper-button-next-arrow-sponsor {
        transform: rotate(45deg);   
    }
    .swiper-button-prev-arrow-video,
    .swiper-button-prev-arrow-sponsor {
        transform: rotate(-135deg);
    }
    .swiper-button-next-arrow-video::after,
    .swiper-button-prev-arrow-video::after,
    .swiper-button-next-arrow-sponsor::after,
    .swiper-button-prev-arrow-sponsor::after {
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #FFF;
        top: 5px;
        left: -5px;
    }
    .slide-product {
        width: 450px;
        margin: auto;
        top: 25px;
        left: 0;
        right: 0;
    }
    .swiper-bg-block,
    .swiper-bg-border {
        width: 300px;
        height: 550px;
        top: 0;
        left: 0;
        right: 250px;
    }
    .swiper-bg-border {
        top: 25px;
        right: 300px;
    }
    .slide-words {
        width: 80%;
        left: 0;
        right: 0;
        top: 625px;
        padding: 0 10%;
        text-align: center;
    }
    .slide-words-title {
        margin-bottom: 25px;
    }
    .slide-page {
        margin-top: 25px;
    }
    .slide-page-line {
        width: 250px;
        margin: 0 25px;
    }
    
    /* CONTENT 3 */
    .event-play-btn {
        padding: 35px;
        width: 100px;
    }
    .swiper-video-wrap {
        height: 250px;
    }
    .event-content-3-float {
        width: 100%;
        height: 100%;
    }
    .swiper-video-block {
        width: 100%;
        transform: translateX(0);
    }
    .swiper-button-next-video,
    .swiper-button-prev-video {
        width: 75px;
        height: 100px;
    }
    .swiper-button-next-video {
        right: 0;
    }
    .swiper-button-prev-video {
        left: 0;
    }
    .swiper-button-next-arrow-video,
    .swiper-button-prev-arrow-video,
    .swiper-button-next-arrow-sponsor,
    .swiper-button-prev-arrow-sponsor {
        position: relative;
        width: 25px;
        height: 25px;
    }
    .swiper-button-next-arrow-video,
    .swiper-button-next-arrow-sponsor {
        right: 5px;
    }
    .swiper-button-prev-arrow-video,
    .swiper-button-prev-arrow-sponsor {
        left: 5px;
    }
    .swiper-button-next-arrow-video::after,
    .swiper-button-prev-arrow-video::after,
    .swiper-button-next-arrow-sponsor::after,
    .swiper-button-prev-arrow-sponsor::after {
        top: 3px;
        left: -3px;
    }

    /* CONTENT 4 */
    .event-content-4-float-1 {
        display: none;
    }
    .event-content-4-float-2 {
        width: 200px;
        height: 200px;
        top: auto;
        bottom: -250px;
    }
    .event-4-float {
        width: 300px;
        top: auto;
        bottom: -300px;
    }
    .swiper-container-workshop {
        width: calc(100% - 100px);
    }
    .workshop-img {
        display: inline-block;
        width: 35%;
        vertical-align: top;
    }
    .workshop-content {
        display: inline-block;
        width: 60%;
        margin-left: 3%;
        vertical-align: top;
    }
    .workshop-title {
        margin-top: 0;
        text-align: left;
    }
    .workshop-content-block {
        margin: 15px auto;
    }
    .workshop-date-block {
        text-align: left;    
    }
    .workshop-date-start,
    .workshop-date-end {
        display: inline;
        vertical-align: middle;
        text-align: left;    
    }
    .workshop-line {
        width: 25px;
        margin: 0 5px;
    }
    .workshop-des-title {
        margin-top: 15px;
    }
    .workshop-date-title,
    .workshop-des-title,
    .workshop-words {
        text-align: left;
    }
    .workshop-btn {
        padding: 10px 0;
        width: 50%;
        margin: auto;
        margin-top: 25px;
    }
    .slide-workshop,
    .slide-sponsor {
        margin-top: 35px;
    }
    .slide-workshop:first-child {
        margin: 0;
    }
    .slide-page-sponsor,
    .slide-page-workshop {
        width: 550px;
    }
    .slide-page-workshop {
        margin-top: 75px;
    }
    .swiper-button-next-sponsor,
    .swiper-button-prev-sponsor,
    .swiper-button-next-workshop,
    .swiper-button-prev-workshop {
        top: -18px;
    }

    /* CONTENT 5 */
    .hashtag-href-block {
        width: calc(100% - 100px);
        margin: auto;
    }
    .hashtag-href {
        display: inline-block;
        padding: 10px 35px;
        margin: 5px;
    }
    .hashtag-content {
        position: relative;
        box-sizing: border-box;
        padding: 50px;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(255, 255, 255, 0.8);
        transition: opacity 0.5s;
    }
    .hashtag-date {
        position: absolute;
        bottom: 50px;
        right: 50px;
    }
    .hashtag-more {
        display: block;
        margin: auto;
        padding: 10px 0;
        width: 350px;
    }
    /* CONTENT 6 */
    .event-6-float {
        width: 350px;
        top: 50px;
        right: -25px;
    }
    .swiper-container-sponsor {
        width: 500px;
    }

    .event-content-2-des {
        letter-spacing: 1px;
        font-size: 32px;
    }
    .font-eventTitle {
        margin: 10px 0;
        font-size: 36px;
    }
}

@media only screen and (max-width: 768px) {

    /* CONTENT 1 */
    .event-content-1-left-block,
    .event-content-1-left-img {
        height: 450px;
    }
    .event-content-1-line {
        margin: 30px 0;
    }
    .event-1-float {
        right: -100px;
        width: 275px;
    }
    .event-content-1-words {
        max-height: 250px;
    }

    /* CONTENT 2 */
    .event-content-2 {
        margin-top: 250px;
    }
    .event-content-2-des {
        width: 90%;
        padding: 0 5%;
    }
    .event-title-num-2 {
        width: 75px;
        line-height: 75px;
    }
    .event-content-line {
        margin: 30px auto;
        width: calc(100% - 100px);
        height: 1px;
    }
    .event-content-2-float-1 {
        top: 325px;
        width: 150px;
        height: 150px;
    }
    .swiper-container-product {
        height: 700px;
    }
    .slide-product {
        width: 350px;
    }
    .swiper-bg-block,
    .swiper-bg-border {
        width: 200px;
        height: 425px;
        right: 250px;
    }
    .swiper-bg-border {
        top: 25px;
        right: 300px;
    }
    .swiper-button-next-video,
    .swiper-button-prev-video {
        top: 108px;
    }
    .swiper-bu
    .slide-words {
        top: 500px;
    }
    .slide-words-title {
        margin-bottom: 25px;
    }
    .slide-page {
        margin-top: 25px;
    }
    .slide-page-line {
        width: 175px;
    }
    
    /* CONTENT 3 */
    .event-play-btn {
        padding: 30px;
        width: 75px;
    }
    .swiper-video-wrap {
        height: 200px;
    }
    .event-content-3-float {
        width: 100%;
        height: 100%;
    }
    .swiper-button-next-video,
    .swiper-button-prev-video {
        width: 50px;
        height: 75px;
    }

    /* CONTENT 4 */
    .event-content-4-float-2 {
        width: 150px;
        height: 150px;
        bottom: -200px;
    }
    .event-4-float {
        width: 250px;
        bottom: -275px;
    }
    .slide-page-sponsor,
    .slide-page-workshop {
        width: 450px;
    }
    .slide-page-workshop {
        margin-top: 50px;
    }
    .swiper-button-next-sponsor,
    .swiper-button-prev-sponsor,
    .swiper-button-next-workshop,
    .swiper-button-prev-workshop {
        top: -18px;
    }

    /* CONTENT 5 */
    .hashtag-href-block {
        width: calc(100% - 100px);
        margin: auto;
    }
    .hashtag-href {
        display: inline-block;
        padding: 10px 35px;
        margin: 5px;
    }
    .hashtag-img-block {
        margin: 25px 0;
    }
    .hashtag-content {
        position: relative;
        box-sizing: border-box;
        padding: 50px;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(255, 255, 255, 0.8);
        transition: opacity 0.5s;
    }
    .hashtag-date {
        position: absolute;
        bottom: 50px;
        right: 50px;
    }
    .hashtag-more {
        display: block;
        margin: auto;
        padding: 10px 0;
        width: 350px;
    }
    /* CONTENT 6 */
    .event-6-float {
        width: 250px;
        top: 100px;
        right: -25px;
    }
    .swiper-container-sponsor {
        width: 400px;
    }

    /* IG LIGHTBOX */
    .ig-lightbox {
        width: 460px;
        height: 735px;
    }
    .hashtag-close {
        width: 35px;
    }

    .event-content-2-des {
        letter-spacing: 1px;
        font-size: 28px;
    }
    .font-eventTitle {
        margin: 10px 0;
        font-size: 36px;
    }
}

@media only screen and (max-width: 640px) {
    /* CONTENT 1 */
    .event-content-1-left-block,
    .event-content-1-left-img {
        height: 375px;
    }
    .event-content-1-line {
        margin: 25px 0;
    }
    .event-1-float {
        right: -100px;
        width: 250px;
    }
    .event-content-1-words {
        max-height: 200px;
    }

    /* CONTENT 2 */
    .event-content-2 {
        margin-top: 200px;
    }
    .event-content-line {
        margin: 25px auto;
    }
    .event-title-num-2 {
        margin: 75px auto 15px auto;
    }
    .event-content-2-float-1 {
        top: 275px;
        width: 120px;
        height: 120px;
    }
    .swiper-container-product {
        height: 600px;
    }
    .slide-product {
        width: 300px;
    }
    .swiper-bg-block,
    .swiper-bg-border {
        width: 150px;
        height: 375px;
        right: 200px;
    }
    .swiper-bg-border {
        top: 12px;
        right: 225px;
    }
    .slide-words {
        top: 425px;
    }
    .slide-words-title {
        margin-bottom: 15px;
    }
    .slide-page {
        margin-top: 15px;
    }
    .slide-page-line {
        width: 175px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 50px;
        height: 75px;
    }
    .swiper-button-next-arrow-up,
    .swiper-button-next-arrow-down,
    .swiper-button-prev-arrow-up,
    .swiper-button-prev-arrow-down {
        width: 35px;
        height: 3px;
    }
    .swiper-button-next-arrow-up,
    .swiper-button-prev-arrow-down {
        top: 25px;
    }
    .swiper-button-prev-arrow-up,
    .swiper-button-next-arrow-down {
        top: 47px;
    }
    
    /* CONTENT 3 */
    .event-video-block {
        margin-top: 50px;
    }
    .event-play-btn {
        padding: 20px;
        width: 50px;
    }
    .swiper-video-wrap {
        height: 150px;
    }
    .event-content-3-float {
        width: 100%;
        height: 100%;
    }
    .swiper-button-next-video,
    .swiper-button-prev-video {
        width: 35px;
        height: 50px;
    }
    .swiper-button-next-arrow-video,
    .swiper-button-prev-arrow-video,
    .swiper-button-next-arrow-sponsor,
    .swiper-button-prev-arrow-sponsor {
        width: 15px;
        height: 15px;
    }
    .swiper-button-next-arrow-video,
    .swiper-button-next-arrow-sponsor {
        right: 3px;
    }
    .swiper-button-prev-arrow-video,
    .swiper-button-prev-arrow-sponsor {
        left: 3px;
    }
    .swiper-button-next-arrow-video::after,
    .swiper-button-prev-arrow-video::after,
    .swiper-button-next-arrow-sponsor::after,
    .swiper-button-prev-arrow-sponsor::after {
        top: 2px;
        left: -2px;
    }

    /* CONTENT 4 */
    .event-content-4-float-2 {
        width: 150px;
        height: 150px;
        bottom: -200px;
    }
    .event-4-float {
        width: 250px;
        bottom: -275px;
    }
    .slide-page-sponsor,
    .slide-page-workshop {
        width: 400px;
    }
    .slide-page-workshop {
        margin-top: 50px;
    }
    .swiper-button-next-sponsor,
    .swiper-button-prev-sponsor,
    .swiper-button-next-workshop,
    .swiper-button-prev-workshop {
        top: -18px;
    }
    .workshop-btn {
        margin-top: 15px;
    }
    .swiper-button-next-sponsor,
    .swiper-button-prev-sponsor,
    .swiper-button-next-workshop,
    .swiper-button-prev-workshop {
        top: -5px;
    }
    .swiper-button-next-arrow-sponsor,
    .swiper-button-prev-arrow-sponsor {
        width: 25px;
        height: 25px;
    }
    /* CONTENT 5 */
    .hashtag-href {
        display: inline-block;
        padding: 10px 35px;
        margin: 5px;
    }
    .hashtag-img-block {
        margin: 25px 0;
    }
    .hashtag-img-click {
        width: 50%;
    }
    /* CONTENT 6 */
    .event-6-float {
        width: 200px;
        top: 150px;
        right: -25px;
    }
    .swiper-container-sponsor {
        width: 300px;
    }

    /* IG LIGHTBOX */
    .ig-lightbox {
        width: 400px;
        height: 585px;
    }
    .hashtag-content.lightbox {
        padding: 25px;
        padding-right: 100px;
    }
    .hashtag-date {
        right: 25px;
        bottom: 25px;
    }
    .hashtag-close {
        width: 35px;
    }

    .event-content-2-des {
        letter-spacing: 1px;
        font-size: 24px;
    }
    .font-eventTitle {
        margin: 15px 0 8px 0;
        font-size: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .event-banner-scroll {
        bottom: 100px;
    }
    .event-banner-line {
        height: 75px;
    }
    .event-banner {
        height: calc(100vh - 100px);
        margin-top: 100px;
        min-height: 200px;
    }

    .event-content-1-left-block,
    .event-content-1-left-img,
    .event-content-1-right,
    .event-content-line,
    .swiper-container-product,
    .swiper-container-workshop,
    .hashtag-href-block,
    .event-content-line,
    .hashtag-more {
        width: calc(100% - 50px);
    }

    /* CONTENT 1 */
    .event-content-1-left-block,
    .event-content-1-left-img {
        margin-top: 75px;
        height: 300px;
    }
    .event-content-1-left-img {
        top: 75px;
        margin-top: 25px;
    }
    .event-1-float {
        right: -50px;
        width: 150px;
    }
    .event-content-1-words {
        max-height: 200px;
        padding: 0 15px;
    }
    .event-title-num-1 {
        width: 50px;
        line-height: 50px;
    }
    .event-content-1-right {
        padding-top: 50px;
    }
    /* CONTENT 2 */
    .event-content-2 {
        margin-top: 150px;
    }
    .event-title-num-2 {
        width: 50px;
        line-height: 50px;
        margin: 50px auto 15px auto;
    }
    .event-content-2-float-1 {
        top: 250px;
        width: 120px;
        height: 120px;
    }
    .swiper-container-product {
        margin-top: 50px;
        height: 550px;
    }
    .slide-product {
        top: 15px;
        width: 250px;
    }
    .swiper-bg-block,
    .swiper-bg-border {
        width: 125px;
        height: 325px;
        right: 150px;
    }
    .swiper-bg-border {
        top: 12px;
        right: 175px;
    }
    .slide-words {
        top: 375px;
    }
    .slide-page-line {
        width: 125px;
    }
    .swiper-button-next, .swiper-button-prev {
        margin-top: -35px;
        width: 50px;
        height: 50px;
    }
    .swiper-button-next-arrow-up,
    .swiper-button-next-arrow-down,
    .swiper-button-prev-arrow-up,
    .swiper-button-prev-arrow-down {
        width: 25px;
        height: 2px;
    }
    .swiper-button-next-arrow-up,
    .swiper-button-prev-arrow-down {
        top: 17px;
    }
    .swiper-button-prev-arrow-up,
    .swiper-button-next-arrow-down {
        top: 34px;
    }
    
    /* CONTENT 3 */
    .event-play-btn {
        padding: 15px;
        width: 50px;
    }
    .swiper-video-block {
        height: auto;
    }
    .swiper-video-wrap {
        height: 125px;
    }
    .swiper-button-next-arrow-video::after,
    .swiper-button-prev-arrow-video::after,
    .swiper-button-next-arrow-sponsor::after,
    .swiper-button-prev-arrow-sponsor::after {
        top: 2px;
        left: -2px;
    }
    .workshop-btn {
        margin-top: 15px;
        width: 98%;
    }
    /* CONTENT 4 */
    .event-content-4-float-2 {
        width: 100px;
        height: 100px;
        bottom: -150px;
    }
    .event-4-float {
        width: 200px;
        bottom: -225px;
        left: -75px;
    }
    .slide-page-sponsor,
    .slide-page-workshop {
        width: 350px;
    }
    .swiper-button-next-sponsor,
    .swiper-button-prev-sponsor,
    .swiper-button-next-workshop,
    .swiper-button-prev-workshop {
        top: 17px;
    }
    /* CONTENT 5 */
    .hashtag-href {
        display: inline-block;
        padding: 8px 0;
        width: 46%;
        margin: 1px 3px;
    }
    .hashtag-img-block {
        margin: 25px 0;
    }
    .hashtag-img-click {
        width: 50%;
    }
    /* CONTENT 6 */
    .event-6-float {
        width: 175px;
        top: 100px;
    }
    .swiper-container-sponsor {
        width: 250px;
    }
    .slide-page-sponsor {
        margin-bottom: 100px;
    }

    /* IG LIGHTBOX */
    .ig-lightbox {
        width: 300px;
        height: 475px;
    }
    .hashtag-close {
        width: 25px;
    }

    .event-content-2-des {
        font-size: 22px;
    }
    .font-eventTitle {
        margin: 15px 0 8px 0;
        font-size: 26px;
    }
}

@media only screen and (max-width: 414px) {

    /* CONTENT 2 */
    .swiper-container-product {
        margin-top: 25px;
        height: 475px;
    }
    .slide-product {
        top: 15px;
        width: 200px;
    }
    .slide-words {
        top: 300px;
    }
    .swiper-bg-block,
    .swiper-bg-border {
        width: 100px;
        height: 250px;
        right: 125px;
    }
    .swiper-bg-border {
        right: 150px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 130px;
    }
    .swiper-button-next-video,
    .swiper-button-prev-video {
        top: 82px;
    }
    .swiper-button-next-sponsor,
    .swiper-button-prev-sponsor,
    .swiper-button-next-workshop,
    .swiper-button-prev-workshop {
        top: 18px;
    }
}
@media only screen and (max-width: 375px) {
    .event-banner {
        height: calc(100vh - 75px);
        margin-top: 75px;
    }
    /* CONTENT 1 */
    .event-content-1-left-block,
    .event-content-1-left-img {
        margin-top: 50px;
        height: 225px;
    }
    .event-content-1-left-img {
        top: 50px;
        margin-top: 25px;
    }
    .event-1-float {
        width: 125px;
    }
    .event-content-1-words {
        max-height: 150px;
    }
    .event-title-num-1 {
        width: 40px;
        line-height: 40px;
    }
    /* CONTENT 2 */
    .event-content-2 {
        margin-top: 150px;
    }
    .event-title-num-2 {
        width: 40px;
        line-height: 40px;
    }
    .event-content-2-float-1 {
        top: 225px;
        width: 100px;
        height: 100px;
    }
    .swiper-container-product {
        margin-top: 25px;
        height: 425px;
    }
    .slide-product {
        top: 15px;
        width: 175px;
    }
    .swiper-bg-block,
    .swiper-bg-border {
        width: 100px;
        height: 225px;
        right: 100px;
    }
    .swiper-bg-border {
        top: 12px;
        right: 125px;
    }
    .slide-words {
        top: 275px;
    }
    .slide-page-line {
        width: 125px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
    .swiper-button-next-product {
        right: -10px;
    }
    .swiper-button-prev-product {
        left: -10px;
    }

    /* CONTENT 3 */
    .event-play-btn {
        padding: 12px;
        width: 35px;
    }
    .swiper-video-block {
        height: auto;
    }
    .swiper-video-wrap {
        height: 125px;
    }
    .swiper-button-next-video,
    .swiper-button-prev-video {
        width: 35px;
        top: 77px;
    }
    .workshop-btn {
        margin-top: 5px;
    }
    /* CONTENT 4 */
    .event-content-4-float-2 {
        width: 80px;
        height: 80px;
        bottom: -125px;
    }
    .event-4-float {
        width: 175px;
        bottom: -200px;
        left: -75px;
    }
    .workshop-line {
        width: 12px;
        margin: 0 1px;
    }
    /* CONTENT 6 */
    .event-6-float {
        width: 150px;
        top: 85px;
    }
    .swiper-container-sponsor {
        width: 200px;
        padding: 25px 0 50px 0;
    }
    .slide-page-line {
        margin: 0 15px;
        width: 100px;
    }
    .slide-page-sponsor,
    .slide-page-workshop {
        width: 300px;
        margin-bottom: 100px;
    }
    /* IG LIGHTBOX */
    .hashtag-content-words {
        max-height: 150px;
    }
    
    .event-content-2-des {
        font-size: 20px;
    }
    .font-eventTitle {
        font-size: 22px;
    }
}


@media only screen and (max-width: 320px) {
    /* CONTENT 1 */
    .event-content-1-left-block,
    .event-content-1-left-img {
        height: 200px;
    }
    /* CONTENT 2 */
    .event-content-2-float-1 {
        top: 225px;
        width: 100px;
        height: 100px;
    }
    .swiper-container-product {
        margin-top: 25px;
        height: 425px;
    }
    .slide-product {
        width: 150px;
    }
    .swiper-bg-block {
        right: 75px;
    }
    .swiper-bg-border {
        right: 100px;
    }
    .swiper-button-next-video,
    .swiper-button-prev-video {
        top: 71px;
    }
    .swiper-button-next-product,
    .swiper-button-prev-product {
        top: 100px;
    }

    /* CONTENT 3 */
    .swiper-video-wrap {
        height: 100px;
    }
    /* CONTENT 4 */
    .event-4-float {
        width: 150px;
        bottom: -175px;
        left: -50px;
    }
    /* CONTENT 6 */
    .event-6-float {
        width: 125px;
        top: 85px;
    }
    .swiper-container-sponsor {
        width: 175px;
    }
    /* IG LIGHTBOX */
    .ig-lightbox {
        width: 225px;
        height: 425px;
    }
    .hashtag-content.lightbox {
        padding-right: 75px;
    }
}


.event-content-5 {
    __display: none;
}