#app {
    max-width: calc(100dvh / 100 * 60);
    margin: 0 auto;
}

#app .header {
    max-width: calc(100dvh / 100 * 60);
}

#app .bottom {
    max-width: calc(100dvh / 100 * 60);
}

#app .shortplay_swiper {
    max-width: calc(100dvh / 100 * 60);
}

#app .shortplay_swiper .swiper-slide {
    max-width: calc(100dvh / 100 * 60);
}

#app .shortplay_swiper .swiper-slide .video_cover {
    max-width: calc(100dvh / 100 * 60);
}

#app .video_btn {
    max-width: calc(100dvh / 100 * 60);
}

#app .video_wrap {
    max-width: calc(100dvh / 100 * 60);
    left: auto;
}

#app .video_wrap iframe {
    max-width: calc(100dvh / 100 * 60);
}

#app .bottom-floating {
    max-width: calc(100dvh / 100 * 60);
}

#app .onboarding_wrap {
    max-width: calc(100dvh / 100 * 60);
    left: auto;
}

body {
    font-size: 1.4rem;
}

.gap-15 {
    gap: 3rem 3rem!important;
}

.filter-wrap {
    width: 100%;
    position: relative;
}

.filter-wrap>.filter-gray {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 1.2rem;
}

.filter-wrap>.filter-gray-flat {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.04);
}

.bottom-floating {
    position: fixed;
    right: 0;
    bottom: 8.2rem;
    z-index: 100;
    display: flex;
    justify-content: end;
}

.bottom-floating button {
    margin-right: 1.6rem;
    width: 5.6rem;
    height: 5.6rem;
    border: 1px solid #f3f3f3;
    border-radius: 100rem;
    background: url(/images/ico_logo_coupang.png) no-repeat center center, #fff;
}

.video_wrap {
    position: absolute;
    top: 4.4rem;
    left: 0;
    width: 100vw;
    height: calc(100dvh - 4.4rem);
    z-index: 9;
    overflow-y: hidden;
}

.video_wrap>iframe {
    width: 100%;
    height: calc((100dvh - 4.4rem)*2);
    transform: translate(0, -25%);
}

.bottom {
    z-index: 999;
}

.video_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100dvh - 4.4rem);
    z-index: 998;
    background: #000;
}

.video_cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
}

.shortplay_swiper {
    width: 100vw;
    height: calc(100dvh - 4.4rem);
    margin-top: 4.4rem;
    z-index: 998;
}

.shortplay_swiper .swiper-slide {
    width: 100vw;
}

.balance_wrap .unit {
    color: #c0c0c0;
}

.header {
    z-index: 9999;
}

.swiper_content {
    position: relative;
}

.mySwiper .swiper-slide {
    height: 34.6rem;
}

.swiper_content>.swiper_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #171c61;
}

.swiper_content>.swiper_text>.swiper_text_rate {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.swiper_content>.swiper_text>.swiper_text_rate>small {
    font-size: 1.6rem;
}

.swiper_content>.swiper_text>.swiper_text_amount {
    font-size: 2.6rem;
    margin-bottom: 2rem;
}

.swiper_content>.swiper_text>.swiper_text_amount>small {
    font-size: 1.6rem;
}

.card_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.card_bg .card_content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card_bg .card_content .card_text {
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
}

.brand {
    padding-bottom: 0;
}

.product_detail_desc {
    border-bottom: 0;
}

.btn.danger {
    background: #8e2121;
    border-color: #8e2121;
    color: #ffffff;
}

.btn.success {
    background: #408e21;
    border-color: #458e21;
    color: #ffffff;
}

.open_effect {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.touchplay {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem;
}

.a2hs_install {
    display: inline;
    height: auto!important;
    text-align: left;
    font-size: 1.4rem!important;
    line-height: 2.1rem!important;
    padding-top: 1.4rem!important;
    padding-bottom: 1.4rem!important;
    font-weight: normal!important;
}

.a2hs_install img {
    display: inline;
    width: 2.1rem;
    border-radius: 100rem;
    margin-right: 0.1rem;
}

.video_btn {
    top: 0;
    justify-content: flex-end!important;
    background: #000;
    height: 4.4rem;
    padding: 0 0.4rem;
}
.video_btn>button {
    border: 0!important;
    background: rgba(0, 0, 0, 0.5)!important;
    flex: none!important;
    padding: 1rem 1.4rem!important;
    height: auto!important;
    line-height: normal!important;
}

.shortplay_back {
    position: fixed;
    top: 0.4rem;
    left: auto;
    margin-left: 0.4rem;
    z-index: 9999;

    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(0.1rem);
    border-radius: 100rem;
}

.shortplay_back>.icon.icon0_white::before {
    background: url(/images/ico24_arrow_back_white.svg) no-repeat;
    background-size: cover;
    content: "";
    width: 3.2rem;
    height: 3.2rem;
}

.shortplay_back>button {
    padding: 0.3rem;
}

.container_banner {
    overflow: hidden;
}

.container_banner .swiper-slide {
    width: 100%;
}

.logo_size {
    width: auto;
    height: 1.5rem;
}

.pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
}
.pagination_item.active a {
    background: #1e29b5 !important;
    border: 1px solid #1a25ad !important;
    color: #ffffff;
}
.pagination_item a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0rem;
    width: 3.2rem;
    height: 3.2rem;
    background: #ffffff;
    border: 1px solid #ddd9de;
    border-radius: 0.4rem;
    color: #7e7582;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    transition: 0.15s all;
}
.pagination_item a:hover {
    background-color: #f7f7f8;
}
.pagination_item.prev {
    margin-right: 0.6rem;
}
.pagination_item.prev a {
    background: url(/images/ico24_prev_active.svg) no-repeat center center;
}
.pagination_item.prev.disabled a {
    background: url(/images/ico24_prev_inactive.svg) no-repeat center center;
}
.pagination_item.next {
    margin-left: 0.6rem;
}
.pagination_item.next a {
    background: url(/images/ico24_next_active.svg) no-repeat center center;
}
.pagination_item.next.disabled a {
    background: url(/images/ico24_next_inactive.svg) no-repeat center center;
}

.onboarding {
    display: block;
}

.login_wrap>.onboarding_img::after {
    background: none;
}

.login_wrap>.login_title {
    position: fixed;
    top: 0;
    height: 50rem;
    max-height: calc(100dvh - 24rem);
    filter: drop-shadow(0 2px 2px #fff)
        drop-shadow(0 3px 1px #fff)
        drop-shadow(0 1px 5px #fff)
        drop-shadow(0 -1px 2px #fff);
}

.login_wrap>.login_title>.logo {
    margin-top: auto;
}

.login_wrap>.login_sns {
    position: fixed;
    bottom: 0;
    filter: drop-shadow(0 2px 2px #fff)
    drop-shadow(0 3px 1px #fff)
    drop-shadow(0 1px 5px #fff)
    drop-shadow(0 -1px 2px #fff);
}

.swiper-pagination {
    margin-top: -2rem!important;
    height: 2rem;
}

.category_filter_place {
    width: auto;
}

.category_filter_date2 {
    position: relative;
    padding: 0;
}
.category_filter_date2>input[type=date] {
    position: absolute;
    inset: 0;
    z-index: -1;
    padding: 0;
    margin: 0;
    border-radius: 100px !important;
}
.category_filter_date2>button {
    border: 1px solid #b8b9c1;
    border-radius: 100px !important;
    height: 2.6rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #b8b9c1;
    background: url(../assets/images/ico10_arrow_down_gray.svg) no-repeat calc(100% - 0.8rem) center #ffffff;
    padding: 0 2.2rem 0 1.2rem;
}

.category_filter_performance {
    width: auto;
}

.category_filter {
    justify-content: normal;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.category_filter li select {
    padding: 0 2.6rem 0 1.2rem;
}

.data_origin {
    position: absolute;
    background: #f7f7f7;
    z-index: 999;
    margin-right: 1rem;
    margin-left: -1rem;
    margin-top: 0.4rem;
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid #ccc;
}

.pin_wrap .background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
}
.pin_wrap .pin_dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #212b8e;
    padding: 2rem;
    color: #fff;
    border-radius: 1rem;
    z-index: 999;

    width: 90%;
    max-width: calc(100dvh / 100 * 60);
}
.pin_wrap .input_box{
    position: relative;
}
.pin_wrap label {
    display: block;
    margin-bottom: 1rem;
}
.pin_wrap .pin_number {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.pin_wrap .pin_number .pin_item {
    width: 3rem;
    height: 3rem;
    border: 1px solid #ccc;
    border-radius: 100rem;
}
.pin_wrap .pin_number .on {
    background: #edf2f7;
}

.pin_wrap .keypad {
    padding-top: 1rem;
}
.pin_wrap .keypad ul {
    width: 100%;
    display: flex;
    gap: 1rem;
    justify-content: space-around;
    margin-top: 1rem;
}
.pin_wrap .keypad li {
    padding: 1rem;
    background: #353fa2;
    border-radius: 100rem;
    width: 100vw;
    text-align: center;
}

.app_install {
    width: calc(100vw - 3.2rem);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 99999;
    background: white;
    border-radius: 1.6rem;
}

.app_install_inner {
    width: 100%;
    padding: 1.6rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
}

.app_install .app_icon_sm {
    width: 4.3rem;
    height: 4.3rem;
    border-radius: 0.4rem;
    overflow: hidden;
}

.app_install_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.app_install_close {
    border-radius: 0 0 1.6rem 1.6rem!important;
}

.gifticon_resend {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gifticon_resend_btn {
    margin-top: auto;
}
