* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

body {
    overflow-x: hidden;
}
a {
    text-decoration: none;
}

#wrap {
    width: 100%;
}
button {
    background: none;
    cursor: pointer;
    border: none;
}
img {
    width: 100%;
    vertical-align: bottom;
    pointer-events: none;
}

.pc {
    display: block;
}

.mo {
    display: none;
}
.seq-img-wrap {
    position: absolute;
}
#wrap .swiper-button-next,
#wrap .swiper-button-prev {
    top: 40%;
    width: 38px;
    height: 58px;
    color: transparent;
}

#wrap .swiper-button-next::after {
    background: url(../img/pc/next_btn.png) no-repeat center/cover;
}

#wrap .swiper-button-prev::after {
    background: url(../img/pc/prev_btn.png) no-repeat center/cover;
}
/* main */
#main {
    width: 100%;
    height: 700px;
    background: #000;
    position: relative;
}

#main .bg {
    width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* margin: 0 auto; */
    background: url('../img/pc/seq/0.jpg') no-repeat center/cover;
}

.contents-wrap {
    width: 100%;
}
.content {
    position: relative;
}
/* tab */
.tab-wrap {
    width: 1200px;
    height: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
}
.tab-wrap::before {
    content: '';
    display: block;
    width: 100%;
    height: 84px;
    position: absolute;
    top: 0;
    left: 0;
    background: #100a12;
}
.tab-wrap li {
    width: calc(100% / 3 - 2px);
    position: relative;
    height: 84px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.tab-wrap li.tab1 {
    background-image: url(../img/pc/tab1.png);
}
.tab-wrap li.tab2 {
    background-image: url(../img/pc/tab2.png);
}
.tab-wrap li.tab3 {
    background-image: url(../img/pc/tab3.png);
}
.tab-wrap li.active.tab1 {
    background-image: url(../img/pc/tab1_active.png);
}
.tab-wrap li.active.tab2 {
    background-image: url(../img/pc/tab2_active.png);
}
.tab-wrap li.active.tab3 {
    background-image: url(../img/pc/tab3_active.png);
}

.top-btn {
    width: 56px;
    height: 56px;
    background: url(../img/top_btn.png) no-repeat center / 100%;
    position: fixed;
    right: 2%;
    bottom: 50px;
    z-index: 999;
    display: none;
    opacity: 0;
}

.top-btn.active {
    display: block;
    animation: show 0.5s forwards;
}
@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* content list */

.content .card {
    width: calc(100% / 3 - 44px);
    display: inline-block;
    margin-right: 60px;
    margin-bottom: 60px;
}
.content .card:nth-child(3n) {
    margin-right: 0;
}
.content .card a {
    display: block;
}

.section {
    width: 100%;
}

.inner {
    width: 1920px;
    margin: 0 auto;
    position: relative;
}

.foot-wrap {
    width: 100%;
    padding: 85px 0 130px 0;
}

.dropdown-wrap {
    width: 1200px;
    margin: 0 auto;
}

.dropdown-title {
    position: relative;
    cursor: pointer;
}
.dropdown-title .arrow {
    position: absolute;
    top: 50%;
    width: 35px;
    right: 50px;
    transform: translateY(-50%) rotate(0);
}
.dropdown-wrap.hide .arrow {
    transform: translateY(-50%) rotate(180deg);
}
.dropdown-wrap .dropdown-text {
    display: block;
    margin-top: 3px;
    /* border-top: 3px solid #312a3c; */
}
.dropdown-wrap.hide .dropdown-text {
    display: none;
}

.content {
    /* width: 1060px; */
    height: 100%;
    margin: 0 auto;
    /* position: absolute; */
    /* top: 0; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
}

/* section 1 */
.section1 {
    background: url(../img/pc/sec1/wrap-bg.jpg) no-repeat center/cover #271f2f;
}
.section1 .top-wrap {
    width: 100%;
    height: 2713px;
    position: relative;
    /* background: url(../img/pc/sec1/cont_bg_top.jpg) no-repeat center/cover; */
}
.section1 .top-inner {
    height: 100%;
    background: url(../img/pc/sec1/cont_bg_top.jpg) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section1 .top-inner .content {
    /* background: url(../img/pc/sec1/bg_top.png) no-repeat center/cover; */
    padding-top: 530px;
}
.section1 .content {
    width: 1060px;
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.section1 .bottom-wrap {
    width: 100%;
    height: 1764px;
    background: #271f2f;
    position: relative;
}
.section1 .bottom-wrap .seq-img-wrap {
    width: 300px;
    position: absolute;
    top: 5%;
    left: 9%;
}
.section1 .bottom-inner {
    height: 100%;
    background: url(../img/pc/sec1/cont_bg_bottom.jpg) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section1 .bottom-inner .content {
    background: url(../img/pc/sec1/bg_bottom.png) no-repeat center/cover;
    padding-top: 270px;
}
.section1 .bottom-inner .btn-wrap {
    position: absolute;
    bottom: 259px;
    left: 50%;
    transform: translateX(-50%);
    width: 495px;
    height: 98px;
}
.section1 .bottom-inner .btn-wrap button {
    width: 100%;
    height: 100%;
}

/* section 2 */
.section2 {
    background: #100a12;
}
.section2 .top-wrap {
    width: 100%;
    height: 2280px;
    /* height: 4807px; */
    position: relative;
    /* background: url(../img/pc/sec2/bg.jpg) no-repeat center/cover; */
}
.section2 .top-inner {
    background: url(../img/pc/sec2/bg.jpg) no-repeat center/cover #271f2f;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section2 .btn-wrap {
    text-align: center;
}

.section2 .insta-btn {
    width: 510px;
    height: 97px;
    margin-bottom: 220px;
}
.section2 .share-btn {
    display: flex;
    justify-content: space-between;
    width: 222px;
    height: 90px;
    margin: 0 auto;
}

.section2 .share-btn button {
    width: 90px;
    height: 100%;
}

.section2 .contents-wrap {
    padding-top: 1970px;
    width: 870px;
    height: 100%;
    background: url(../img/pc/sec2/cont_bg.png) no-repeat center/cover;
    margin: 0 auto;
}
.section2 .inner-wrap {
    position: relative;
}

.section2 .inner-wrap .swiper-button-next {
    right: -46px;
}
.section2 .inner-wrap .swiper-button-prev {
    left: -46px;
}

.section2 .swiper {
    margin-bottom: 180px;
    /* overflow: visible !important; */
}
.section2 .swiper.swiper6 {
    margin-bottom: 167px;
}
.section2 .swiper .swiper-slide {
    padding-bottom: 20px;
}
.section2 .top-inner .content {
    /* overflow: hidden !important; */
}
.section2 .top-inner .seq-img-wrap1 {
    position: absolute;
    top: 40%;
    left: 15%;
    width: 260px;
}
.section2 .top-inner .seq-img-wrap2 {
    position: absolute;
    width: 200px;
    top: 65%;
    right: 20%;
    transform: rotate(40deg);
}
.section2 .like-btn {
    margin-top: 25px;
}
.section2 .like-btn input {
    display: none;
}
.section2 .like-btn label {
    cursor: pointer;
    color: #838383;
    position: relative;
    padding-left: 50px;
    font-size: 18px;
    font-family: 'arial';
}
.section2 .like-btn label::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background: url(../img/pc/heart_active.png) no-repeat center/cover;
    filter: grayscale(1);
}
.section2 .like-btn input:checked + label::before {
    filter: grayscale(0);
}

/* section 3 */
.section3 {
    /* background: url(../img/pc/sec3/) */
}

.section3 .content {
    width: 1066px;
}

.section3 .top-wrap {
    width: 100%;
    height: 1530px;
    background: #100b11;
    position: relative;
}

.section3 .top-inner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    background: url(../img/pc/sec3/bg_top.jpg) no-repeat center/cover;
}

.section3 .top-inner .content {
    background: url(../img/pc/sec3/cont_bg_top.png) no-repeat center/cover;
}

.section3 .bottom-wrap {
    width: 100%;
    height: 1090px;
    background: #312a3c;
    position: relative;
}
.section3 .bottom-inner {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/pc/sec3/bg_bottom.jpg) no-repeat center/cover;
}

.section3 .bottom-inner .content {
    background: url(../img/pc/sec3/cont_bg_bottom.png) no-repeat center/cover;
}

.section3 .foot-wrap {
    background: #100b11;
}
.section3 .foot-wrap .inner {
    width: auto;
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) */
}
.section3 .top-inner .seq-img-wrap1 {
    width: 200px;
    position: absolute;
    bottom: 40px;
    left: 320px;
}
.section3 .top-inner .seq-img-wrap2 {
    width: 120px;
    position: absolute;
    bottom: 40px;
    right: 180px;
    transform: skew(-2deg) rotate(21deg);
}
.section3 .bottom-inner .seq-img-wrap1 {
    width: 240px;
    position: absolute;
    bottom: 330px;
    right: 287px;
    transform: skew(7deg) rotate(-23deg);
}

@media screen and (max-width: 1200px) {
    body {
        overflow-x: visible;
    }
    #wrap .swiper-button-next,
    #wrap .swiper-button-prev {
        display: none;
    }
    .dropdown-wrap .dropdown-text {
        margin-top: 0;
    }
    .seq-img-wrap {
        display: none;
    }
    .pc {
        display: none;
    }
    .mo {
        display: block;
    }

    #main .bg {
        max-width: 100%;
        width: 100%;
    }

    /* tab */
    .tab-wrap {
        width: 100%;
    }
    .tab-wrap::before {
        height: 10vw;
    }
    .tab-wrap li {
        width: calc(100% / 3 - 2px);
        height: 10vw;
        position: relative;
    }

    .inner {
        width: 100%;
    }

    .content {
        width: 100%;
    }

    .dropdown-wrap {
        width: 100%;
    }

    .dropdown-wrap .arrow {
        width: 5%;
        top: 50%;
        right: 6%;
    }
    .dropdown-wrap .dropdown-text {
        border-top: 3px solid #312a3c;
    }

    .foot-wrap {
        padding: 0;
    }

    /*****************************************************************************************/

    #main {
        height: auto;
    }
    #main .bg {
        min-height: 101vw;
        position: relative;
        left: 0;
        transform: none;
        background: url('../img/mo/seq/0.jpg') no-repeat center/cover;
    }

    /* section 1 */
    .section1 {
        background: none;
    }
    .section1 .top-wrap {
        width: 100%;
        height: auto;
    }
    .section1 .top-inner {
        height: 100%;
        background: none;
        position: relative;
    }
    .section1 .content {
        width: 100%;
    }
    .section1 .top-inner .content {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 5%;
        padding-top: 68%;
    }
    .content .card {
        width: calc(100% / 3 - 2.2%);
        margin-right: 1%;
        margin-bottom: 6%;
    }

    .section1 .bottom-wrap {
        width: 100%;
        height: auto;
    }
    .section1 .bottom-wrap .content {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 5%;
        padding-top: 23%;
    }
    .section1 .bottom-inner {
        height: 100%;
        background: none;
        position: relative;
    }
    .section1 .bottom-inner .content {
        background: none;
    }
    .section1 .bottom-inner .btn-wrap {
        bottom: 11.4%;
        left: 50%;
        width: 66%;
        height: 8.1%;
    }
    .section1 .bottom-inner .btn-wrap button {
        width: 100%;
        height: 100%;
    }

    /* section 2 */
    .section2 {
        background: none;
    }
    .section2 .top-wrap {
        width: 100%;
        height: auto;
        position: relative;
        transform: none;
        background: none;
    }
    .section2 .top-inner {
        height: 100%;
        position: relative;
    }
    .section2 .top-inner .content {
        width: 100%;
        background: none;
        /* padding: 0 8%; */
    }
    /* .section2 .inner-wrap:nth-of-type(6) {
        margin-bottom: 14.5%;
    } */
    .section2 .inner-wrap {
        /* margin-bottom: 24%; */
        margin-bottom: 0;
    }
    .section2 .swiper {
        margin-bottom: 0;
        padding: 0 8%;
    }
    .section2 .swiper.swiper6 {
        margin-bottom: 0;
    }
    .section2 .like-btn label::before {
        width: 7vw;
        background: url(../img/pc/heart_active.png) no-repeat center/contain;
    }
    .section2 .like-btn {
        margin-top: 10%;
    }
    .section2 .like-btn label {
        padding-left: 22%;
        font-size: 3.8vw;
    }
    .section2 .contents-wrap {
        padding-top: 164%;
        padding-bottom: 93%;
        width: 100%;
        height: 100%;
        background: none;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .section2 .btn-wrap {
        width: 68%;
        position: absolute;
        bottom: 5.2%;
        left: 50%;
        transform: translateX(-50%);
    }

    .section2 .insta-btn {
        width: 100%;
        height: 12.8vw;
        margin-bottom: 38%;
    }
    .section2 .share-btn {
        width: 43%;
        height: 12vw;
    }
    .section2 .share-btn button {
        width: 42%;
    }

    /* section 3 */
    .section3 {
        /* background: url(../img/pc/sec3/) */
    }
    .section3 .content {
        width: 100%;
    }

    .section3 .top-wrap {
        width: 100%;
        height: auto;
        background: #100b11;
    }

    .section3 .top-inner {
        position: relative;
        height: 100%;
        background: url(../img/pc/sec3/bg_top.jpg) no-repeat center/cover;
    }

    .section3 .top-inner .content {
        background: url(../img/pc/sec3/cont_bg_top.png) no-repeat center/cover;
    }

    .section3 .bottom-wrap {
        width: 100%;
        height: auto;
        background: #312a3c;
    }
    .section3 .bottom-inner {
        position: relative;
        height: 100%;
        background: url(../img/pc/sec3/bg_bottom.jpg) no-repeat center/cover;
    }

    .section3 .bottom-inner .content {
        background: url(../img/pc/sec3/cont_bg_bottom.png) no-repeat center/cover;
    }
}
