@charset "utf-8";

footer {
    padding: 5rem 20px 10rem;
}

/* scroll btn */
.scroll_btn {
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    z-index: 50;
    bottom: 3%;
    left: 0;
}

.scroll_btn div {
    font-family: 'paperlogy-R';
    font-size: 1.8rem;
    padding: 10px 20px;
    border-bottom: 1px solid #999;
    color: #999;
    cursor: pointer;
    background: transparent;
    backdrop-filter: blur(10px);
}

.scroll_btn div:hover {
    border-bottom: 1px solid var(--po-color);
    color: var(--po-color);
}

.scroll_btn .top_btn {
    font-weight: 300;
}


/* sec 1 */
#sec-1 {
    height: 100vh;
    background: url(../img/main_bg.png) fixed no-repeat center;
    background-color: #F2F9FF;
}

video {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.black-bg {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
}

#sec-1 .wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    min-height: auto;
    top: 50%;
    transform: translateY(-50%);
}

#sec-1 .wrap h2 {
    font-family: 'Pretendard';
    font-weight: 800;
    font-size: 5.8rem;
    line-height: 1.3;
}

#sec-1 .wrap h2 span {
    color: var(--po-color-3);
}

#sec-1 .wrap .line {
    width: 95px;
    height: 4px;
    background: var(--po-color-3);
}

#sec-1 .wrap p {
    font-family: 'paperlogy-R';
    font-size: 2.4rem;
}


/* common */
h2 {
    font-family: 'paperlogy-M';
}

.gray_font {
    color: #999;
}



.eng_title {
    font-family: 'paperlogy-M';
    font-size: 4vw;
    color: #f5f5f5;
    text-align: center;
    margin-bottom: 4rem;
}

.sec-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'paperlogy-R';
}

.sec-top h2 {
    position: relative;
    font-size: 3.2rem;
}

.sec-top h2::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    background: var(--po-color-2);
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}



/* official shop */
.offi_shop {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    margin-top: 5rem;
}

.offi_shop>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 30px 5rem 0;
    background: #fff;
    border: 1px solid #F25656;
    border-radius: var(--bdrs);
    gap: 13rem;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    transition: .3s ease-in-out;
}



.offi_shop .content {
    display: flex;
    width: 350px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-left: 30px;
    margin-bottom: 25px;
}

.offi_shop .content .body {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    font-family: 'paperlogy-M';
    letter-spacing: -0.5px;
}

.offi_shop .pluszone {
    margin-right: auto;
    cursor: pointer;
}

.offi_shop .plusyou {
    margin-left: auto;
    border: 1px solid #FF3c5b;
}





/* sec 3 */
.vou_shop {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-top: 6rem;
}

.vou_shop>a {
    width: 360px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 25rem;
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
    border-radius: var(--bdrs);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    transition: .3s ease-in-out;
}

.vou_shop>a:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    background: #ff3c5b;
    color: #fff;
    transform: translatey(-10px);
}

.vou_shop>a.moapin:hover {
    background: #ff8010;
}

.vou_shop>a:hover .shop_logo img {
    filter: brightness(20);
}

.vou_shop .txt .body {
    margin-top: 15px;
    font-family: 'paperlogy-M';
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.vou_shop .move_btn {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 50px;
    background: #fff;
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.vou_shop .move_btn .arrow_icon {
    color: #ff3c5b;
    font-size: 3rem;
}

.vou_shop .move_btn p {
    position: absolute;
    font-family: 'paperlogy-M';
    color: #fff;
    width: 70px;
    left: -100%;
    transform: translateX(-50%);
}

/* sec-4 */
#sec-4 .content {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
}

#sec-4 .content>div {
    position: relative;
}

#sec-4 .content .left {
    background: url(../img/bulk_bg_1.png) no-repeat fixed;
    background-position: left;
    height: 100vh;
    width: 50%;
}

#sec-4 .content .right {
    background: url(../img/bulk_bg_2.png) no-repeat fixed;
    background-position: right;
    height: 100vh;
    width: 50%;
}

#sec-4 .txt_btn {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 7rem;
    color: #fff;

}

#sec-4 .txt_btn .txt {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    z-index: 2;
}

#sec-4 .txt_btn .txt h2 {
    position: relative;
}

#sec-4 .txt_btn .txt h2::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #fff;
    bottom: -40%;
    left: 50%;
    transform: translateX(-50%);
}



#sec-4 .txt_btn .txt .body {
    font-family: 'paperlogy-L';
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#sec-4 .txt_btn .btn {
    font-family: 'paperlogy-L';
    font-size: 1.6rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 30px;
    border-radius: 50px;
    border: 1px solid #fff;
    transition: .3s ease-in-out;
}

#sec-4 .left .txt_btn .btn {
    padding: 6px 20px 6px 25px;
}

#sec-4 .left .txt_btn .btn p {
    margin-bottom: 2px;
}

#sec-4 .txt_btn .btn .move_icon {
    font-weight: 100 !important;
}

.black_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    transition: .3s ease-in-out;
}




#sec-4 .txt_btn::before {
    position: absolute;
    z-index: -2;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 100%;
    padding: 30px 0 20px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    transition: .6s ease-in-out;
}



#sec-4 .txt_btn .logo {
    width: 200px;
    filter: brightness(20);
    transition: .3s ease-in-out;
}

#sec-4 .right .txt_btn .logo {
    width: 150px;
}



#sec-4 .txt_btn .btn_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}



.mob_body {
    display: none;
}




@media screen and (max-width:1200px) {
    .vou_shop {
        gap: 3rem;
        flex-direction: column;
        align-items: center;
    }

    .vou_shop>a {
        width: 80%;
        gap: 6rem;
    }

    .vou_shop .shop_logo {
        text-align: right;
    }

    .vou_shop .move_btn {
        right: -20px;
    }

    #sec-4 .content {
        flex-direction: column;
    }

    #sec-4 .content .left,
    #sec-4 .content .right {
        height: 50vh;
        width: 100%;
    }

}

/* max 1200 */

@media screen and (max-width:970px) {
    .scroll_btn div {
        padding: 10px 15px 5px;
    }

    .offi_shop {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
    }

    .offi_shop>a {
        flex-wrap: wrap;
        width: 48%;
        gap: 4rem;
        justify-content: center;
        padding: 30px 3rem 0;
        width: 360px;
    }

    .offi_shop .pluszone {
        margin-right: 0;
    }

    .offi_shop .plusyou {
        margin-left: 0;
    }

    .offi_shop .content {
        margin: 0;
    }

    .vou_shop>a {
        width: 90%;
    }

    #sec-4 .txt_btn .txt h2::before {
        bottom: -50%;
    }
}

/* max 970 */

@media screen and (min-width:551px) {
    #sec-4 .txt_btn:hover .txt h2::before {
        background: #333;
        height: 3px;
    }

    #sec-4 .txt_btn:hover+.black_cover {
        opacity: 0;
    }

    #sec-4 .txt_btn:hover {
        color: #333;
    }

    #sec-4 .txt_btn:hover .btn {
        border: 1px solid #333;
        font-family: 'paperlogy-R';
        color: #333;
        z-index: 2;
    }

    #sec-4 .txt_btn:hover::before {
        width: 100%;
    }

    #sec-4 .txt_btn .btn:hover {
        background: #333;
        color: #fff;
        border: 1px solid #333;
        font-family: 'paperlogy-R';
    }

    #sec-4 .txt_btn:hover .txt .body {
        font-family: 'paperlogy-R';
    }

    #sec-4 .txt_btn:hover .logo {
        filter: brightness(1);
    }
}

/* min 551 */

@media screen and (max-width:550px) {
    footer {
        padding: 5rem 20px 8rem;
    }

    .pc_body {
        display: none;
    }

    #sec-1 .wrap h2 {
        font-size: 3.8rem;
    }

    #sec-1 .wrap p {
        font-family: 'paperlogy-M';
        font-size: 1.8rem;
    }

    .sec-top h2 {
        font-size: 2.8rem;
    }

    .vou_shop>a {
        width: 100%;
        gap: 4rem;
        padding: 25px;
    }

    .vou_shop .move_btn {
        top: 18px;
        right: 10px;
        transform: none;
        box-shadow: none;
    }

    #sec-4 .txt_btn .txt h2 {
        font-size: 2.4rem;
    }

    .mob_body {
        font-size: 1.8rem;
        padding: 0 20px;
        display: block;
        line-height: 1.5;
        word-break: keep-all;
    }

    #sec-4 .content .left,
    #sec-4 .content .right {
        height: 60vh;
    }

    .shop_logo img {
        max-width: 50%;
    }

    .vou_shop .txt h2 {
        font-size: 2.4rem;
    }

    .vou_shop .txt .body {
        gap: 2px;
    }

    .scroll_btn {
        bottom: 2%;
    }

    .eng_title {
        font-size: 7vw;
    }

    #sec-4 .txt_btn .btn:hover {
        background: #fff;
        color: #333;
        border: 1px solid #fff;
        font-family: 'paperlogy-R';
    }
}

/* max 550 */