/* BASIC css start */
/* =========================================
   ¸ð¹ÙÀÏ ±âÈ¹Àü °øÅë
========================================= */

#container,
#contents,
.plan,
.plan * {
    box-sizing: border-box;
}

#container {
    background: #fff;
}

.plan {
    width: 100%;
    padding: 0 12px 50px;
    font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
}

.plan figure {
    margin: 0;
    padding: 0;
}

.plan img {
    max-width: 100%;
    vertical-align: top;
}

/* =========================================
   »ó´Ü ±âÈ¹Àü ÀÌ¹ÌÁö
========================================= */

.plan-title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.plan-title img,
.plan-title .response100 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* =========================================
   select ¿µ¿ª
========================================= */

.tool-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 8px 0;
}

.tool-wrap select {
    width: 100%;
    height: 44px;
    padding: 0 36px 0 14px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.4px;
    outline: none;
}

/* =========================================
   º¸±â¹æ½Ä ¹öÆ°
========================================= */

.list_array {
    display: flex;
    justify-content: flex-end;
    padding: 8px 0 14px;
    border-top: 0;
}

.list_arrayRight {
    display: flex;
    align-items: center;
    gap: 8px;
}

.plan .list_array .list_arrayRight img {
    width: 26px;
    height: auto;
    opacity: 0.9;
}

/* =========================================
   »óÇ° ¸®½ºÆ® °øÅë
========================================= */

.plan .list_shopping1x,
.plan .list_shopping2x {
    width: 100%;
    margin-top: 18px;
}

.plan .list_shopping1x ul,
.plan .list_shopping2x ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.plan .list_shopping1x li,
.plan .list_shopping2x li {
    background: #fff;
}

.plan .list_shopping1x li > a,
.plan .list_shopping2x li > a {
    display: block;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

/* =========================================
   »óÇ° Á¤º¸ °øÅë
========================================= */

.plan .list_shoppingInfo {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
    text-align: left;
}

.plan .list_shoppingInfo p {
    margin: 0;
    padding: 0;
}

/* »óÇ°¸í */
.plan .listName {
    display: -webkit-box;
    overflow: hidden;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.5px;
    word-break: keep-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.plan .listName.bold {
    font-weight: 700;
}

/* ¾ÆÀÌÄÜ */
.plan .prdIcon {
    margin-top: 6px !important;
    line-height: 1;
}

.plan .prdIcon img {
    max-height: 18px;
    vertical-align: top;
}

/* °¡°ÝÇà */
.plan .mPriceRow {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
    line-height: 1.2;
}

.plan .mPriceRow .percent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    padding: 0 6px;
    border-radius: 999px;
    background: #ffe4eb;
    color: #ff4f7a;
    font-size: 11px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: -0.2px;
}

.plan .mPriceRow .price {
    display: inline-block;
    color: #111;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.4px;
}

.plan .mPriceRow .origin {
    display: inline-block;
    color: #b7b7b7;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    letter-spacing: -0.3px;
}

.plan .mobileMark {
    margin-right: 2px;
    color: #c8303a;
    font-size: 12px;
}

/* °¡°Ý ´ëÃ¼ / Ç°Àý / Àû¸³ */
.plan .mReplace {
    margin-top: 8px !important;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.plan .mSoldout {
    margin-top: 8px !important;
    color: #999;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.plan .listReserve,
.plan .listPoint {
    margin-top: 5px !important;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
}

/* =========================================
   °¶·¯¸®Çü º¸±â
   2°³¾¿ ³ª¿À´Â ¹öÀü
========================================= */

.plan .list_shopping2x ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 34px;
}

.plan .list_shopping2x li {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.plan .list_shopping2x figure {
    display: block;
    width: 100%;
}

.plan .list_shopping2x figure img {
    display: block;
    max-width: 100%;
    height: auto;
}

.plan .list_shopping2x .MS_prod_img_m,
.plan .list_shopping2x figure > img:first-child {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #fff;
}

/* =========================================
   ¸®½ºÆ®Çü º¸±â
   ÀÌ¹ÌÁö ÁÂÃø / Á¤º¸ ¿ìÃø
========================================= */

.plan .list_shopping1x ul {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.plan .list_shopping1x li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 22px !important;
    border: 0 !important;
    border-bottom: 1px solid #eee !important;
}

.plan .list_shopping1x li:last-child {
    border-bottom: 0 !important;
}

.plan .list_shopping1x figure {
    display: grid !important;
    grid-template-columns: 38% minmax(0, 1fr);
    align-items: center;
    column-gap: 18px;
    width: 100%;
}

/* ¸ÞÀÌÅ©¼¥ ÀÌ¹ÌÁö Ãâ·Â ·¡ÆÛ ´ëÀÀ */
.plan .list_shopping1x figure > *:not(figcaption) {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    aspect-ratio: 1 / 1;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    overflow: hidden;
}

/* ¸®½ºÆ®Çü ÀÌ¹ÌÁö */
.plan .list_shopping1x figure img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    object-fit: contain;
    vertical-align: top;
}

/* ¸®½ºÆ®Çü »óÇ° Á¤º¸ */
.plan .list_shopping1x .list_shoppingInfo {
    width: 100%;
    min-width: 0;
    padding: 2px 0 0;
}

/* ¸®½ºÆ®Çü »óÇ°¸í */
.plan .list_shopping1x .listName {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.6px;
}

/* ¸®½ºÆ®Çü ¾ÆÀÌÄÜ */
.plan .list_shopping1x .prdIcon img {
    width: auto !important;
    height: auto !important;
    max-height: 18px;
}

/* ¸®½ºÆ®Çü °¡°Ý */
.plan .list_shopping1x .mPriceRow {
    gap: 6px;
    margin-top: 10px;
}

.plan .list_shopping1x .mPriceRow .percent {
    height: 20px;
    padding: 0 7px;
    font-size: 12px;
    line-height: 20px;
}

.plan .list_shopping1x .mPriceRow .price {
    font-size: 18px;
    letter-spacing: -0.5px;
}

.plan .list_shopping1x .mPriceRow .origin {
    font-size: 12px;
}

/* ¸®½ºÆ®Çü ±âÅ¸ ¹®±¸ */
.plan .list_shopping1x .mReplace {
    margin-top: 10px !important;
    font-size: 15px;
}

.plan .list_shopping1x .mSoldout {
    margin-top: 10px !important;
    font-size: 15px;
}

.plan .list_shopping1x .listReserve,
.plan .list_shopping1x .listPoint {
    margin-top: 6px !important;
    font-size: 12px;
}

/* =========================================
   ´õº¸±â ¹öÆ°
========================================= */

.plan .more {
    width: 100%;
    margin: 36px 0 0;
    padding: 0;
    text-align: center;
}

.plan .more .btn_moreGray {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    height: 44px;
    padding: 0 24px;
    border: 1px solid #c8303a;
    border-radius: 999px;
    background: #fff;
    color: #c8303a;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.5px;
    text-decoration: none;
}

.plan .more .btn_moreGray:active {
    background: #c8303a;
    color: #fff;
}

/* =========================================
   »óÇ° ÁØºñÁß
========================================= */

.none-data {
    margin: 50px 0;
    padding: 40px 20px;
    border-radius: 12px;
    background: #fafafa;
    color: #777;
    text-align: center;
}

.none-data i {
    color: #bbb;
}

.none-data p {
    margin-top: 10px;
    font-size: 14px;
}

/* =========================================
   ÀÛÀº È­¸é º¸Á¤
========================================= */

@media screen and (max-width: 360px) {
    .plan {
        padding-left: 10px;
        padding-right: 10px;
    }

    .plan .list_shopping2x ul {
        column-gap: 12px;
        row-gap: 30px;
    }

    .plan .list_shopping1x figure {
        grid-template-columns: 36% minmax(0, 1fr);
        column-gap: 14px;
    }

    .plan .list_shopping1x .listName {
        font-size: 14px;
    }

    .plan .list_shopping1x .mPriceRow .percent {
        height: 18px;
        padding: 0 6px;
        font-size: 11px;
        line-height: 18px;
    }

    .plan .list_shopping1x .mPriceRow .price {
        font-size: 16px;
    }

    .plan .list_shopping1x .mPriceRow .origin {
        font-size: 11px;
    }
}
/* BASIC css end */

