@charset "utf-8";

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

/* scroll btn */
.scroll_btn {
    mix-blend-mode: difference;
    width: fit-content;
    position: fixed;
    display: flex;
    justify-content: center;
    z-index: 50;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    backdrop-filter: blur(10px);
}

.scroll_btn:hover {
    mix-blend-mode: normal;
}

.scroll_btn div {
    font-family: 'paperlogy';
    font-weight: 400;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-bottom: 1px solid #a9a9a9;
    color: #a9a9a9;
    cursor: pointer;
    width: fit-content;
    white-space: nowrap;
    filter: brightness(1.5);
}

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

.scroll_btn:hover div:not(:hover) {
    filter: brightness(0);
}

.scroll_btn div:hover svg path {
    fill: var(--po-color);
}



/* sec 1 */
#sec-1 {
    height: 100vh;
    /* background: url(../img/bg_poster.jpg) 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.5);
    transition: .3s ease-in-out;
}

/* .black-bg:hover {
  background: rgba(0, 0, 0, 0.2);
} */

#sec-1 .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30vh;
}

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

#sec-1 .right_img {
    display: none;
    margin-top: 5vh;
    padding-right: 5vw;
    position: relative;
    z-index: 1;
}

#sec-1 .wrap .sub_title {
    font-family: 'paperlogy';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

#sec-1 .wrap h2 {
    /* font-family: 'Pretendard', sans-serif;
  font-weight: 800; */
    font-family: 'paperlogy', sans-serif;
    font-weight: 700;
    font-size: 5.2rem;
    font-size: clamp(30px, 3.5vw, 52px);
    line-height: 1.3;
    text-align: left;
    margin-bottom: 2px;
}

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

#sec-1 .hashtag_wrap {
    display: flex;
    gap: 12px;
    align-items: center;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}

#sec-1 .hashtag_wrap .vert_line {
    width: 1px;
    height: 12px;
    background: #ffffff30;
}

#sec-1 .hashtag_wrap .hashtag {
    display: flex;
    align-items: center;
    gap: 5px;
}

#sec-1 .hashtag_wrap .hashtag p {
    font-size: 2.1rem;
}

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

#sec-1 .wrap p {
    font-family: 'paperlogy';
    font-weight: 400;
    font-size: 2.2rem;
}

#sec-1 .wrap .text .btns {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    max-width: 100%;
    width: 100%;
}

#sec-1 .wrap .text .btns .btn {
    font-family: 'paperlogy', sans-serif;
    font-weight: 400;
    color: #222;
    background: #fff;
    max-width: 200px;
    width: 100%;
    padding: 15px 30px;
    box-sizing: border-box;
    border-radius: 100px;
    transition: .2s ease;
}

#sec-1 .wrap .text .btns .btn.onepass_site {
    background: transparent;
    backdrop-filter: blur(10px);
    color: #fff;
    border: 2px solid #fff;
}

#sec-1 .wrap .text .btns .btn:hover {
    background: var(--po-color-3);
    color: #fff;
    font-family: 'paperlogy', sans-serif;
    font-weight: 500;
}

#sec-1 .wrap .text .btns .btn.onepass_site:hover {
    background: #fff;
    color: #222;
    font-family: 'paperlogy', sans-serif;
    font-weight: 500;
}



/* common */
h2 {
    font-family: 'paperlogy', sans-serif;
    font-weight: 500;
}

.gray_font {
    color: #999;
}



.eng_title {
    font-family: 'paperlogy';
    font-weight: 500;
    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';
    font-weight: 400;
}

.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 */








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

.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.pingdeal:hover {
    background: #00D1C7;
}

.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';
    font-weight: 500;
    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';
    font-weight: 500;
    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';
    font-weight: 300;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

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

#sec-4 .left .txt_btn .btn {
    padding: 12px 30px 12px 35px;
}

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

#sec-4 .txt_btn .btn .move_icon {
    font-weight: 100 !important;
    display: flex;
    align-items: center;
}

#sec-4 .txt_btn .btn .move_icon svg {
    fill: #fff;
}

#sec-4 .txt_btn .btn:hover .move_icon svg {
    fill: #fff;
}

.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;
}

/* 할부 배너 */
#installment-banner {
    margin-top: 10rem;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /* padding-top: 12.5%;
  padding-bottom: 12.5%; */
    background: url('../img/installment_banner_bg.png') center/cover no-repeat;
    /* border-radius: 10px; */
    overflow: hidden;
    color: #fff;
}

/* 내용 가운데 정렬 */
.installment-banner__content {
    /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%; */
    display: flex;
    flex-direction: column;
    gap: 8rem;
    box-sizing: border-box;
    padding: 5rem 0;
}

/* .installment-banner__content .text{
  display: flex;
  flex-direction: column;
} */

/* 타이틀 */
#installment-banner h1 {
    font-size: 3.5rem;
    font-family: 'paperlogy';
    font-weight: 500;
    margin-bottom: 1rem;
    margin-bottom: 8px;
}

#installment-banner .text p {
    font-family: 'paperlogy';
    font-weight: 400;
    margin-bottom: 3rem;
}

/* 네비게이션 */
.installment-banner__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.installment-banner__nav a {
    display: inline-block;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    font-size: 1.6rem;
    font-family: 'paperlogy';
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;

}

.installment-banner__nav a:hover {
    background: #fff;
    color: #0056b3;
    font-family: 'paperlogy';
    font-weight: 500;
}

/* 카드 섹션 */
.installment-banner__cards {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

#installment-banner .card {
    width: 25%;
    box-sizing: border-box;
    padding: 2rem;
    padding-top: 13rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: 'paperlogy';
    font-weight: 500;
    position: relative;
    border: 2px solid #fff;
    transition: .2s ease-in-out;
    justify-content: flex-end;
}

#installment-banner .card .arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 10px;
    background: #222;
    border-radius: 10px;
    fill: #fff;
    transition: .2s ease-in-out;
}

#installment-banner .card p {
    font-size: 1.3rem;
}

#installment-banner .card.culture_card {
    background: #fff url(../img/installment/culture-card.png) no-repeat 5% 10% / 50px;
    color: #222;
}

#installment-banner .card.depart_card {
    background: #fff url(../img/installment/depart-voucher.png) no-repeat 5% 10% / 50px;
    color: #111;
}

#installment-banner .card.channel_card {
    background-color: #fff;
    width: 100%;
    display: none;
    padding-top: 2rem;
}

#installment-banner .card.channel_card .arrow {
    top: 50%;
    transform: translateY(-50%);
}


#installment-banner .card:hover {
    background-color: var(--po-color);
    border: 2px solid #fff;
    color: #fff;
}

#installment-banner .card:hover .arrow {
    background: #fff;
    fill: var(--po-color);
}


/* max 1200 */
@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 1024 */

@media screen and (max-width:1024px) {
    #sec-1 .right_img {
        display: none;
    }

    #sec-1 .wrap {
        position: relative;
        padding-top: 0;
        top: 30%;
    }
}

/* max 970 */

@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 .content {
        margin: 0;
    }

    .vou_shop>a {
        width: 90%;
    }

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

    #installment-banner .card {
        width: 30%;
    }
}

/* max 700 */

@media screen and (max-width:700px) {
    #installment-banner .card {
        width: 50%;
    }
}

/* min 551 */

@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: #111;
    }

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

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

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

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

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

/* max 550 */

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

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

    #sec-1 .wrap {
        top: 25%;
    }

    .scroll_btn {
        mix-blend-mode: normal;
        bottom: 2%;
    }

    .scroll_btn div {
        filter: none;
    }

    .pc_body {
        display: none;
    }

    #sec-1 .wrap .text {
        align-items: center;
    }

    #sec-1 .wrap h2 {
        line-height: 1.2;
    }

    #sec-1 .wrap .line {
        display: block;
        margin-bottom: 5px;
    }

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

    #sec-1 .wrap .text .btns {
        justify-content: center;
    }

    .sec-top h2,
    #installment-banner h1 {
        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;
    }



    .eng_title {
        font-size: 7vw;
    }

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

    .installment-banner__cards {
        flex-direction: column;
    }

    #installment-banner .card {
        width: 100%;
        padding-top: 12rem;
    }

    #installment-banner .card.channel_card {
        display: block;
    }

    #installment-banner .card h3 {
        font-size: 2.2rem;
    }

    #installment-banner .card p {
        font-size: 1.6rem;
    }
}

@media (max-width:500px) {
    #sec-1 .wrap h2 {
        /* font-size: 4.2rem; */
        text-align: center;
    }

    #sec-1 .hashtag_wrap .hashtag svg {
        display: none;
    }

    #sec-1 .hashtag_wrap {
        border-top: 1px solid #fff;
        padding-top: 8px;
    }

    #sec-1 .hashtag_wrap .hashtag p {
        font-size: 1.8rem;
    }
}

/* @media (max-width:400px) {
    #sec-1 .wrap h2 {
        font-size: 3.6rem;
    }
} */

/* max 400 */
@media (max-width:400px) {
    #sec-1 .hashtag_wrap .hashtag p {
        font-size: 14px;
    }

    #sec-1 .wrap .text .btns .btn {
        font-size: 14px;
    }
}