/* reset */
@font-face {
    font-family: Pretendard;
    font-weight: 900;
    src: url('../fonts/Pretendard-Black.subset.woff2') format('woff2');
}

@font-face {
    font-family: Pretendard;
    font-weight: 800;
    src: url('../fonts/Pretendard-ExtraBold.subset.woff2') format('woff2');
}

@font-face {
    font-family: Pretendard;
    font-weight: 700;
    src: url('../fonts/Pretendard-Bold.subset.woff2') format('woff2');
}

@font-face {
    font-family: Pretendard;
    font-weight: 600;
    src: url('../fonts/Pretendard-SemiBold.subset.woff2') format('woff2');
}

@font-face {
    font-family: Pretendard;
    font-weight: 500;
    src: url('../fonts/Pretendard-Medium.subset.woff2') format('woff2');
}

@font-face {
    font-family: Pretendard;
    font-weight: 300;
    src: url('../fonts/Pretendard-Light.subset.woff2') format('woff2');
}

@font-face {
    font-family: Pretendard;
    font-weight: 200;
    src: url('../fonts/Pretendard-ExtraLight.subset.woff2') format('woff2');
}

@font-face {
    font-family: Pretendard;
    font-weight: 100;
    src: url('../fonts/Pretendard-Thin.subset.woff2') format('woff2');
}

.event-benefit-template [tabindex='0']:focus {
    outline: none;
}

.event-benefit-template [tabindex='0']:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
}

/* KV 우측에 있는 공유하기 아이콘 KV 안에 들어오기 위함. */
.contents.event .ev-detail-wrap .ev-detail-con .ev-cont {
    max-width: 1380px;
    margin: 0 auto;
}

/* // KV 우측에 있는 공유하기 아이콘 KV 안에 들어오기 위함. */

.event-benefit-template * {
    font-family: Pretendard, sans-serif;
}

/* 신규 기획전인 경우 */
.event-benefit-template picture {
    display: block;
}

.event-benefit-template img {
    display: block;
    max-width: 100%;
}

@media screen and (width <= 767px) {
    .event-benefit-template a,
    .event-benefit-template input {
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

    .event-benefit-template a:focus,
    .event-benefit-template a:active,
    .event-benefit-template input:focus {
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

    .event-benefit-template div:focus {
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

    .event-benefit-template button:focus {
        -webkit-tap-highlight-color: transparent;
    }
}

/* // reset */

/* layout */
.event-benefit-template {
    max-width: 1380px;
    min-height: 100vh;
    margin: 0 auto;
    container-name: full-width-area;
    container-type: inline-size;
    font-family: Pretendard, sans-serif;

    /* 신규 기획전인 경우 */
    text-align: initial;

    /* 기존 기획전인 경우 */
    /* text-align: center; */
}

.event-benefit-template .l-article {
    width: 100%;
    container-name: article-area;
    container-type: inline-size;
}

.event-benefit-template .article__inner {

}

@container full-width-area (max-width: 1380px) {
}

@media screen and (width <= 767px) {
}

/* // layout */

/* 변수 */
.relative-area {
    position: relative;
}
@media screen and (width >= 768px) {
    .event-benefit-template .hidden-pc {
        display: none !important;
    }

    .event-benefit-template .pc {
        display: block;
    }

    .event-benefit-template .mobile {
        display: none;
    }
}

@media screen and (width <= 767px) {
    .event-benefit-template .hidden-mo {
        display: none !important;
    }

    .event-benefit-template .pc {
        display: none;
    }

    .event-benefit-template .mobile {
        display: block;
    }
}

/* // 변수 */

/* components */

/* divider */
.event-benefit-template .c-divider {
    width: 100%;
    height: 8px;
    background-color: #e5e5e5;
    border: none;
}

@media screen and (width <= 767px) {
    .event-benefit-template .c-divider {
        height: calc(16 / 720 * 100vw);
    }
}

/* // divider */

/* toggle 콘텐츠 */
.c-toggle__data {
    display: none;
}
.c-toggle__btn-wrap.on + .c-toggle__data {
    display: block;
}

/* // toggle 콘텐츠 */

/* small tab */
.tabArea .tab_inner {
    max-width: 1000px;
    padding: 0 0 calc(40 / 1000 * 100%);
    margin: 0 auto;
}
.tabArea .tab_inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    width: 100%;
}
.tabArea .tab_inner li {
    position: relative;
    height: 48px;
    background-color: transparent;
    border: 1px solid #1a1a1a;
    border-radius: 32px;
}
.tabArea .tab_inner li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 28px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3333;
    color: #1a1a1a;
}
.tabArea .tab_inner li.active {
    background-color: #1a1a1a;
    border-color: #2e2e33;
}
.tabArea .tab_inner li.active a {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .tabArea .tab_inner {
        padding: 0 0 calc(40 / 720 * 100vw);
    }

    .tabArea .tab_inner ul {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        gap: calc(16 / 720 * 100vw);
        padding: 3px calc(48 / 720 * 100vw);
    }

    .tabArea .tab_inner li {
        height: auto;
    }

    .tabArea .tab_inner li a {
        padding: calc(16 / 720 * 100vw) calc(24 / 720 * 100vw);
        font-size: calc(28 / 720 * 100vw);
        font-weight: 500;
        line-height: 1.1428;
    }
}
.tab_container .tab_con {
    display: none;
    max-width: 1000px;
    margin: 0 auto;
}
.tab_container .tab_con:focus {
    outline: none;
}
.tab_container .tab_con:focus-visible {
    outline-offset: -3px;
}

.tab_container .tab_con.active {
    display: block;
}
/* // small tab */

/* API 제품목록 */
.prdList {
    max-width: 1000px;
    margin: 0 auto;
}
.prdList * {
    font-family: 'Pretendard';
}
.prdList ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.prdList ul li {
    position: relative;
    max-width: 231px;
    overflow: hidden;
}
.prdList ul li .pd .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    max-height: 231px;
    aspect-ratio: 1 / 1;
    margin-bottom: 19px;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
}
.prdList ul li .pd .img img {
    width: auto;
    height: 100%;
    max-height: 180px;
}
.prdList ul li .badge {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 9px;
    width: 100%;
    margin-top: 13px;
}
.prdList ul li .badge em {
    display: inline-block;
    padding: 3px 6.5px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
    background: #b7a095;
    border-radius: 6px;
}
.prdList ul li .badge em.p {
    color: #fff;
    background: #ea1917;
}
.prdList ul li .badge em.sale {
    color: #fff;
    background: #ea1917;
}
.prdList ul li .badge em.line {
    line-height: 1.2;
}
.prdList ul li .badge + .txt {
    padding-top: 13px;
}
.prdList ul li .badge .sale + .sale {
    display: none;
}
.prdList ul li .pd .txt {
    text-align: left;
}
.prdList ul li .pd strong {
    display: block;
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    color: #1a1a1a;
    letter-spacing: -0.4px;
    border-bottom: 1px solid #cec7b4;
}
.prdList ul li .pd strong em {
    display: block;
    padding-top: 6px;
    font-size: 18px;
    font-weight: 400;
    color: #7e7c77;
}
.isIOS .prdList ul li.workBreak .pd strong {
    word-break: break-all;
}
.prdList ul li .pd dl {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 8px;
    align-items: center;
    padding-top: 12px;
    white-space: nowrap;
}
.prdList ul li .pd dl dt {
    display: none;
    flex: 0 1 10%;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.64px;
}
.prdList ul li .pd dl dt.last {
    display: inline-flex;
}
.prdList ul li .pd dl dd {
    flex: 1 0 100%;
    font-size: 20px;
    color: #1a1a1a;
    letter-spacing: -0.4px;
}
.prdList ul li .pd dl dd del {
    color: #7e7c77;
}
.prdList ul li .pd dl dd del::after {
    content: ' 원';
}
.prdList ul li .pd dl dd em::after {
    content: ' 원';
}
.prdList ul li .pd dl dd.lastPrice {
    flex: 1 0 50%;
}
.prdList ul li .pd dl dd.lastPrice em {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.88px;
}
.prdList ul .typeBtn {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
}
.prdList ul .typeBtn a {
    position: relative;
    display: flex;
    flex: 1;
    gap: 11px;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 3px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 9px;
}
.prdList ul .typeBtn a::after {
    display: inline-block;
    width: 8px;
    height: 14px;
    content: '';
    background: url(/kr/event_rental/2025/08/01_subscription_welcome_gifts/images/img-pd-arrow-right.png)
        no-repeat center;
    background-size: cover;
}
.prdList ul.careCase li .pd dl dd em::before {
    content: '월 ';
}
.prdList ul.careCase li .pd dl dd em::after {
    content: '원';
}
.prdList ul.careCase li .pd dl dd.lastPrice em::after {
    content: '원 ~';
}
.prdList ul.careCase li .careItem {
    margin-top: 8px;
    border: 1px solid #000;
    border-radius: 10px;
}
.prdList ul.careCase li .careItem dt {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    height: 42px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.36px;
    color: #000;
    cursor: pointer;
}
.prdList ul.careCase li .careItem dt::after {
    display: inline-block;
    width: 14px;
    height: 8px;
    content: '';
    background: url(/kr/event_rental/2025/08/01_subscription_welcome_gifts/images/img-pd-arrow-down.png)
        no-repeat center;
    background-size: cover;
    transition: all 0.3s ease;
}
.prdList ul.careCase li .careItem dd {
    display: none;
}
.prdList ul.careCase li .careItem.active dt::after {
    transform: rotate(180deg);
}
.prdList ul.careCase li .careItem.active dd {
    display: block;
    padding: 0 20px;
}
.prdList ul.careCase li .careItem.active dd span {
    display: block;
    min-height: 68px;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    text-align: right;
    border-top: 1px solid #000;
}
.prdList ul.careCase li .careItem.active dd label {
    float: left;
    margin-right: 5px;
    color: #7e7c77;
}
.prdList.interior ul {
    display: flex;
}
.prdList.interior ul li {
    width: 316px;
    max-width: none;
    padding-bottom: 24px;
    overflow: hidden;
    background: #fff;
    border-radius: 24px;
}
.prdList.interior ul li .pcImg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    max-height: 624px;
    aspect-ratio: 1 / 1;
    margin-bottom: 24px;
    overflow: hidden;
    background: #fff;
}
.prdList.interior ul li .pcImg img {
    display: block;
    width: 100%;
}
.prdList.interior ul li .pd .img {
    display: none;
}
.prdList.interior ul li .pd .txt {
    display: block;
    padding: 0 24px;
}
.prdList.interior ul li .pd dl dd:nth-child(2) {
    flex: 0 1 22%;
}
.prdList.interior ul li .pd dl dd:nth-child(4) {
    flex: 0 1 60%;
}
.prdList.interior ul li .badge {
    padding: 0 24px;
}
.prdList.interior ul .typeBtn {
    padding: 16px 24px 0;
}
.prdList.interior ul.careCase li .pd dl dd:nth-child(2) {
    flex: 0 1 100%;
}
.prdList.interior ul.careCase li .pd dl dd:nth-child(4) {
    flex: 1 0 50%;
}
.prdList.interior ul.careCase li .pd dl dd.lastPrice {
    flex: 1 0 50%;
}
.prdList.interior ul.careCase li .careItem {
    width: calc(100% - 48px);
    margin: 8px 24px 0;
}

.event-benefit-template .main-specials .prdList.interior ul li {
    width: 100%;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

/* soldOut */
.prdList ul li.soldout::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    content: '';
    background: rgba(0, 0, 0, 0.86)
        url(/kr/event_rental/2025/08/01_subscription_welcome_gifts/images/img_soldout.png)
        no-repeat center;
    background-size: 140px;
}
.prdList ul li.soldoutAll::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    content: '';
    background: rgba(0, 0, 0, 0.86)
        url(/kr/event_rental/2025/08/01_subscription_welcome_gifts/images/img_soldout.png)
        no-repeat center;
    background-size: 140px;
}
.prdList ul li .typeBtn a.soldout::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    content: '특가 종료';
    background: rgba(0, 0, 0, 0.8);
}
.prdList ul li.soldoutAll .typeBtn .soldout::before {
    display: none;
}
/* // soldOut */
.skeleton {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
}
.skeleton .pd::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: '';
    background-image: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.2)
    );
    transform: translateX(-100%);
    animation: skeleton-loader 2s infinite;
}
.skeleton .pd i {
    display: block;
    height: 18px;
    overflow: hidden;
    font-size: 0 !important;
    background: #e3e3e3;
    border-radius: 10px;
}
.skeleton .pd strong {
    padding-bottom: 33px !important;
}
.skeleton .pd strong em i {
    width: 50%;
}
.skeleton .pd dl {
    gap: 16px 8px !important;
}
@keyframes skeleton-loader {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@container article-area (max-width: 999px) {
    .prdList ul .typeBtn a {
        gap: 6px;
        font-size: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .prdList ul li .badge em {
        font-size: 13px;
    }
    .prdList ul.careCase li .careItem dt {
        font-size: 15px;
    }
}

@media screen and (max-width: 800px) {
    .prdList ul li .badge em {
        /* font-size: 10px; */
    }
}

@media screen and (max-width: 767px) {
    .prdList {
        padding: 0 calc(48 / 720 * 100vw);
    }
    .prdList ul {
        grid-template-columns: repeat(2, 1fr);
        gap: calc(32 / 720 * 100vw);
    }
    .prdList ul li {
        width: auto;
        max-width: none;
    }
    .prdList ul li .pd .img {
        max-height: calc(296 / 720 * 100vw);
        margin-bottom: calc(24 / 720 * 100vw);
        border-radius: calc(16 / 720 * 100vw);
    }
    .prdList ul li .pd .img img {
        max-height: calc(220 / 720 * 100vw);
    }
    .prdList ul li .badge {
        gap: calc(8 / 720 * 100vw) calc(12 / 720 * 100vw);
        margin-top: calc(16 / 720 * 100vw);
    }
    .prdList ul li .badge em {
        padding: calc(4 / 720 * 100vw) calc(8 / 720 * 100vw);
        font-size: calc(20 / 720 * 100vw);
        border-radius: calc(8 / 720 * 100vw);
    }
    .prdList ul li .badge + .txt {
        padding-top: calc(14 / 720 * 100vw);
    }
    .prdList ul li .pd strong {
        padding-bottom: calc(16 / 720 * 100vw);
        font-size: calc(26 / 720 * 100vw);
        letter-spacing: calc(-0.52em / 26);
    }
    .prdList ul li .pd strong em {
        padding-top: calc(8 / 720 * 100vw);
        font-size: calc(22 / 720 * 100vw);
    }

    .event-benefit-template.iphone.safari .prdList ul li .pd strong {
        word-break: break-all;
    }

    .prdList ul li .pd dl {
        gap: calc(8 / 720 * 100vw) calc(8 / 720 * 100vw);
        padding-top: calc(16 / 720 * 100vw);
    }
    .prdList ul li .pd dl dt {
        font-size: calc(22 / 720 * 100vw);
    }
    .prdList ul li .pd dl dd {
        font-size: calc(26 / 720 * 100vw);
        letter-spacing: calc(-0.52em / 26);
    }
    .prdList ul li .pd dl dd.lastPrice em {
        font-size: calc(26 / 720 * 100vw);
    }
    .prdList ul .typeBtn {
        gap: calc(16 / 720 * 100vw);
        padding-top: calc(16 / 720 * 100vw);
    }
    .prdList ul .typeBtn a {
        gap: calc(14 / 720 * 100vw);
        height: calc(54 / 720 * 100vw);
        font-size: calc(22 / 720 * 100vw);
        border-radius: calc(12 / 720 * 100vw);
    }
    .prdList ul .typeBtn a::after {
        width: calc(9 / 720 * 100vw);
        height: calc(18 / 720 * 100vw);
    }
    .prdList ul.careCase li .careItem {
        margin-top: calc(8 / 720 * 100vw);
        border-radius: calc(12 / 720 * 100vw);
    }
    .prdList ul.careCase li .careItem dt {
        gap: calc(14 / 720 * 100vw);
        height: calc(54 / 720 * 100vw);
        font-size: calc(22 / 720 * 100vw);
    }
    .prdList ul.careCase li .careItem dt::after {
        width: calc(18 / 720 * 100vw);
        height: calc(10 / 720 * 100vw);
    }
    .prdList ul.careCase li .careItem.active dd {
        padding: 0 calc(24 / 720 * 100vw);
    }
    .prdList ul.careCase li .careItem.active dd span {
        min-height: calc(80 / 720 * 100vw);
        padding-top: calc(10 / 720 * 100vw);
        font-size: calc(19 / 720 * 100vw);
    }

    .prdList.interior ul li {
        width: calc(460 / 720 * 100vw);
    }
    .prdList.interior ul li .badge {
        padding: 0 calc(24 / 720 * 100vw);
    }
    .prdList.interior ul li .pcImg {
        margin-bottom: calc(24 / 720 * 100vw);
    }
    .prdList.interior ul li .pd .txt {
        display: block;
        padding: 0 calc(24 / 720 * 100vw);
    }
    .prdList.interior ul li .pd strong {
        font-size: calc(28 / 720 * 100vw);
    }
    .prdList.interior ul li .pd dl dd {
        font-size: calc(28 / 720 * 100vw);
    }
    .prdList.interior ul li .pd dl dd.lastPrice em {
        font-size: calc(28 / 720 * 100vw);
    }
    .prdList.interior ul li .pd dl dd:nth-child(2) {
        flex: 0 1 22%;
    }
    .prdList.interior ul li .pd dl dd:nth-child(4) {
        flex: 0 1 64%;
    }
    .prdList.interior ul .typeBtn {
        padding: calc(16 / 720 * 100vw) calc(24 / 720 * 100vw) 0;
    }
    .prdList.interior ul.careCase li .pd dl dd:nth-child(2) {
        flex: 1 0 100%;
    }
    .prdList.interior ul.careCase li .pd dl dd:nth-child(4) {
        flex: 1 0 50%;
    }
    .prdList.interior ul.careCase li .pd dl dd.lastPrice {
        flex: 1 0 50%;
    }
    .prdList.interior ul.careCase li .careItem {
        width: calc(100% - calc(48 / 720 * 100vw));
        margin: calc(8 / 720 * 100vw) calc(24 / 720 * 100vw) 0;
    }

    .skeleton .pd strong {
        padding-bottom: calc(33 / 720 * 100vw) !important;
    }
    .skeleton .pd strong em i {
        width: 50%;
    }
    .skeleton .pd dl {
        gap: calc(16 / 720 * 100vw) calc(8 / 720 * 100vw) !important;
    }

    .prdList ul li.soldout::before {
        background-size: calc(176 / 720 * 100vw);
    }
    .prdList ul li.soldoutAll::before {
        background-size: calc(176 / 720 * 100vw);
    }
    .prdList ul li .typeBtn a.soldout::before {
        font-size: calc(22 / 720 * 100vw);
    }
}

/* pc/mo 모두 가로 버전 */

.prdList--landscape ul {
    display: flex;
    flex-wrap: wrap;
    gap: 62px 48px;
    width: 100%;
    max-width: initial;
}

.prdList--landscape ul li {
    width: calc((100% - 48px) / 2);
    max-width: none;
    min-height: 168px;
}

.prdList--landscape-1row {
    width: 100%;
}

.prdList--landscape-1row ul li {
    width: 100%;
}

.prdList--landscape ul li ~ li {
    margin-top: 0;
}
.prdList--landscape ul li .pd {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 0 186px;
    /* min-height: 167px; */
}
.prdList--landscape ul li .pd .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 167px;
    margin-bottom: 0;
}
.prdList--landscape ul li .img::before {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 40px;
    height: 40px;
    content: '';
    background-size: 40px;
}
.prdList--landscape ul li .pd .img img {
    max-height: 140px;
}
.prdList--landscape ul li .badge {
    width: calc(100% - 190px);
    margin-left: 190px;
}
.prdList--landscape ul li .typeBtn {
    margin-left: 186px;
}
.prdList--landscape ul li .careItem {
    margin-left: 190px;
}
/* // Case2 : 글씨 높이 만큼만 클릭 (이미지 영역 글자에 따라 다름) */
.prdList--landscape ul li .pd dl dd:nth-child(2) {
    flex: 0 1 auto;
}
.prdList--landscape ul li .pd dl dd:nth-child(4) {
    flex: 0 1 51%;
}
.prdList--landscape ul li .pd dl dd.lastPrice {
    flex: 1 0 50%;
}
.prdList--landscape ul.careCase li .pd dl dd:nth-child(2) {
    flex: 0 1 100%;
}
.prdList--landscape ul.careCase li .pd dl dd:nth-child(4) {
    flex: 1 0 50%;
}
.prdList--landscape ul.careCase li .pd dl dd.lastPrice {
    flex: 1 0 50%;
}
.prdList--landscape ul li.soldout::before {
    background-size: 120px;
}
.prdList--landscape ul li.soldoutAll::before {
    background-size: 120px;
}

@container article-area (max-width: 999px) {
    .prdList--landscape ul {
        gap: calc(64 / 999 * 100vw) calc(48 / 999 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    /*  Case1 : 글씨 영역만 클릭 (이미지 영역 클릭 X)
    .prdList--landscape ul li {padding:0 0 0 calc(244 / 760* 100vw); min-height:calc(220 / 760* 100vw);}
    .prdList--landscape ul li .pd .img {width:calc(220 / 760* 100vw);}
    .prdList--landscape ul li .pd .img img {max-height:calc(160 / 760* 100vw);} */
    /* Case2 : 글씨 높이 만큼만 클릭 (이미지 영역 글자에 따라 다름) */
    .prdList--landscape {
        margin: 0 calc(48 / 720 * 100vw);
    }
    .prdList--landscape ul {
        gap: calc(40 / 720 * 100vw);
    }
    .prdList--landscape ul li {
        width: 100%;
        min-height: calc(220 / 720 * 100vw);
        overflow: hidden;
    }
    .prdList--landscape ul li ~ li {
        /* margin-top: calc(32 / 720 * 100vw); */
    }
    .prdList--landscape ul li .pd {
        padding: 0 0 0 calc(244 / 720 * 100vw);
    }
    .prdList--landscape ul li .pd dl dd:nth-child(4) {
        flex: 0 1 57%;
    }
    .prdList--landscape ul li .pd .img {
        width: calc(220 / 720 * 100vw);
    }
    .prdList--landscape ul li .pd .img img {
        max-height: calc(160 / 720 * 100vw);
    }
    .prdList--landscape ul li .typeBtn {
        margin-left: calc(244 / 720 * 100vw);
    }
    .prdList--landscape ul li .careItem {
        margin-left: calc(244 / 720 * 100vw);
    }
    .prdList--landscape ul li .badge {
        width: calc(100% - 244px);
        margin-left: calc(244 / 720 * 100vw);
    }
    .prdList--landscape ul li.soldout::before {
        background-size: calc(156 / 720 * 100vw);
    }
    .prdList--landscape ul li.soldoutAll::before {
        background-size: calc(156 / 720 * 100vw);
    }
}

/* // pc/mo 모두 가로 버전 */

/* // API 제품목록 */

/* // components */
