/* 월별 카드뉴스 */
.sec00 article a {
    display: block;
}
.sec00 article a + a {
    margin-top: 10px;
}

@media screen and (max-width: 600px) {
    .sec00 article a img {
        width: 100%;
        display: block;
    }
}

/* 타사보상 */
.sec-top-b {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px 20px 40px 20px;
    border-radius: 10px;
    text-align: center;
    background-color: #06A7E2;
}
.sec-top-b-txt em {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 800;
    color: #06A7E2;
    background-color: #fff;
}
.sec-top-b-txt h2 {
    margin-bottom: 4px;
    font-size: 36px;
    font-weight: 800;
    line-height: 130%;
    color: #fff;
}
.sec-top-b-txt p {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 150%;
}
.sec01-top-b-box-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.sec01-top-b-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 128px;
    background: url(../assets/images/third-top-box-img.png) center center;
}
.sec01-top-b-box p {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
}
.sec01-top-b-box em {
    color: #E80051;
}
.sec01-top-b-box em span:first-child {
    letter-spacing: -4px;
    font-size: 54px;
    font-weight: 700;
}
.sec01-top-b-box em span:last-child {
    display: inline-block;
    margin-left: 7px;
    font-size: 32px;
    font-weight: 700;
}
.thirdparty-desc {
    margin-top: 20px;
    text-align: right;
    font-size: 13px;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .sec-top-b {
        padding: 16px 16px 16px 17px;
    }
    .sec-top-b-txt h2 {
        font-size: 32px;
    }
    .sec01-top-b-box-wrap {
        gap: 12px;
    }
    .sec-top-b-txt p {
        font-size: 16px;
    }
    .sec01-top-b-box {
        width: 148px;
        height: 120px;
        background: url(../assets/images/third-top-box-img-m.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .sec01-top-b-box p {
        font-size: 16px;
    }
    .sec01-top-b-box em span:first-child {
        font-size: 48px;
    }
    .sec01-top-b-box em span:last-child {
        font-size: 28px;
    }
}


/* 반값특가 */
.sec02-top-b {
    position: relative;
    padding: 30px;
    background: url(../assets/images/halfsales-bg.png);
    background-size: cover;
}
.sec02-top-b .sec-top-b-title {
    position: relative;
    margin-bottom: 30px;
}
.sec02-top-b .sec-top-b-title > p {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    color: #fff;
}
.sec02-top-b .sec-top-b-title figure {
    position: relative;
    width: 242px;
    margin: 0 auto;
}
.sec02-top-b .sec-top-b-title figure img:last-child {
    position: absolute;
    right: -37px;
    top: -29px;
}
.half-rental-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 367px;
    height: 170px;
    margin: 0 auto;
    padding: 27px 51px;
    background: url(../assets/images/halfsales-txt-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.half-rental-box p {
    font-size: 24px;
    font-weight: 600;
}
.half-rental-bigtypo em {
    font-size: 66px;
    font-weight: 800;
    color: #E80051;
}
.half-rental-bigtypo span:nth-child(2) {
    font-size: 38px;
    font-weight: 800;
}
.half-rental-bigtypo span:last-child {
    font-size: 58px;
    font-weight: 800;
}
.half-rental-bigtypo p {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 8px;
    color: #ccc;
}

.half-12:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 70px;
    height: 70px;
    background: url(../assets/images/half-12.png);
}
.half-9:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 70px;
    height: 70px;
    background: url(../assets/images/half-9.png);
}

@media screen and (max-width: 600px) {
    .sec02-top-b figure {
        width: 242px;
        margin: 0 auto;
    }
    .half-rental-box {
        width: 266px;
        height: 146px;
        padding: 27px 22px;
        background: url(../assets/images/halfsales-txt-bg-m.png);
    }
    .half-rental-box p {
        font-size: 20px;
    }
    .half-rental-bigtypo em {
        font-size: 48px;
    }
    .half-rental-bigtypo span:nth-child(2) {
        font-size: 30px;
    }
    .half-rental-bigtypo span:last-child {
        font-size: 44px;
    }
}


/* 이달의 특가 이벤트 */
.sec03-top-b {
    padding: 0 0 0;
    background: linear-gradient(90deg, #3B87FF 0%, #89BCF9 100%);
}
.sec03-top-b figure img {
    width: 100%;
}
.sec03-top-b-txt em {
    color: #3C88FF;
}
.sec03-top-b-txt p {
    margin-bottom: 16px;
}
.event-tag {
    display: flex;
    justify-content: center;
    gap: 11px;
    margin-bottom: 22px;
}
.event-tag li {
    padding: 8px 10px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #1A62FF80;
}
.sec03-top-b-txt figure {
    display: inline-flex;
}

@media screen and (max-width: 600px) {
    .sec-top-b-txt em {
        font-size: 14px;
    }
    .event-tag {
        gap: 6px;
    }
    .event-tag li {
        padding: 6px 8px;
        font-size: 14px;
    }
    .product-title {
        font-size: 18px;
    }
}

/* 청정기, 침대 */
.purifier-wrap,
.bed-wrap {
    padding-top: 20px;
}

/* 코라솔 */
.sec04-top-b {
    padding: 20px 0 0 0;
    background-color: #011D39;
}
.sec04-top-b-txt em {
    margin-bottom: 30px;
}
.sec04-top-b-txt figure {
    margin-bottom: 48px;
}
.kora-top-b-box {
    padding: 16px 0;
}
.kora-top-b-box {
    padding: 16px 0;
    background-color: #0655A3;
}
.kora-top-b-box p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.kora-sale-card-wrap {
    margin-bottom: 20px;
}
.kora-sale-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    border-radius: 10px;
    background-color: #fff;
}
.kora-sale-card + .kora-sale-card {
    margin-top: 20px;
}
.kora-sale-card p {
    margin-bottom: 4px;
    font-size: 26px;
    font-weight: 500;
    line-height: 150%;
    color: #232323;
}
.kora-txt {
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    color: #232323;
}
.kora-num {
    font-size: 56px;
    font-weight: 700;
    line-height: 100%;
    color: #E80051;
}
.kora-sale-desc {
    padding: 16px 12px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #888;
    background-color: #00000008;
}

@media screen and (max-width: 600px) {
    .sec04-top-b-txt figure {
        margin-bottom: 48px;
        width: 263px;
        margin: 0 auto 48px auto;
    }
    .sec04-top-b-txt figure img {
        width: 100%;
    }
    .kora-top-b-box p {
        font-size: 14px;
    }
    .kora-sale-card p {
        font-size: 22px;
    }
    .kora-num {
        font-size: 44px;
    }
    .kora-txt {
        font-size: 32px;
    }
    .kora-sale-desc {
        word-break: keep-all;
        font-size: 14px;
    }
}

/* 코웨이 제휴카드 */
.sec06-top-b {
    padding: 20px 0 10px 0;
    background: url(../assets/images/card-bg.png);
    background-size: cover;
}
.card-promo-box + .card-promo-box {
    margin-top: 24px;
}
.card-promo-desc-wrap {
    display: flex;
    gap: 16px;
    padding: 16px;
    border-radius: 0 8px 8px 8px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}
.card-promo-box > em {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 8px 8px 0 0;
    background-color: var(--main-color);
    color: #fff;
}
.card-promo-desc-wrap figure {
    min-width: 144px;
}

.card-promo-desc {
    width: 100%;
}
.card-promo-desc h3 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
}

.tier-table{
  overflow:hidden;
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr; /* 왼쪽 라벨 더 넓게 */
  width: 100%;
}
.tier-table .cell{
  display: flex;
  justify-content: center;
  align-items: center;
  padding:6px 0;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  text-align: center;
  font-size:14px;
}
.tier-table .cell:nth-child(4n){ border-right:none; } /* 4열 끝은 오른쪽 선 제거 */
.tier-table .cell:nth-last-child(-n+4){ border-bottom:none; } /* 마지막 행은 아래 선 제거 */
.tier-table .row-head{
  font-weight:600;
}
.cell.head.row-head {
    min-width: 115px;
    border-right: none;
}
.tier-table .head{
  font-weight:700;
  color: #555;
  background:#E6E6E6;
}
.tier-table .body{
  background:#fff;
}
.head.row-head span {
    font-size: 12px;
    color: #999;
}

.m-br {
    display: none;
}

/* 카드 이미지 */
.card-img-wrap a {
    display: block;
}
.card-img-wrap a + a {
    margin-top: 10px;
}
.card-img-wrap figure {
    width: 100%;
}
.card-img-wrap figure img {
    display: block;
    width: 100%;
}
.card-img01 {
    overflow: hidden;
    border-radius: 10px;
}

@media screen and (max-width: 600px) {
    .card-promo-title-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .card-promo-desc-wrap {
        flex-direction: column;
        position: relative;
        padding: 16px 10px;
    }
    .cell.head.row-head {
        flex-direction: column;
        gap: 3px;
        min-width: 90px;
    }
    .tier-table .cell {
        font-size: 12px;
    }
    .card-promo-desc-wrap figure {
        min-width: 80px;
        width: 80px;
    }
    .card-promo-desc-wrap figure img {
        display: block;
        width: 100%;
    }
    .m-br {
        display: block;
    }
}