@charset "utf-8";

.sec2 {
    background: #f1f3f7;
    padding: 120px 0;
}

.sec4 {
    padding: 120px 0;
}

.sec6 {
    padding: 120px 0;
    background: #f1f3f7;
}

.sec5 {
    padding: 120px 0;
}

@media (max-width:768px) {
    .sec2 {
        padding: 80px 0;
    }
    .sec4 {
        padding: 80px 0;
    }
    .sec6 {
        padding: 80px 0;
    }
    .sec5 {
        padding: 80px 0;
    }
}

.inner-144 {
    max-width: 1440px;
    margin: 0 auto;
}

.inner-128 {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

#main .section-grid {

}

.sec-title {
    margin-bottom: 50px;
    text-align: center;
}

.sec-title h2 {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 16px;
}

.sec1 .visual-img {
    overflow: hidden;
}

.sec1 .visual-img img {
    width: 100%;
}

@media (max-width:768px){
    .sec-title h2 {
        font-size: 1.8rem;
    }

  .sec1 .visual-img img{
    width: 120%;
    margin-left: -10%;
  }
}

/* 핵심 포인트 카드 (즉시출고 .sec4.cm-wrap .card 와 구분) */
.sec2 .card-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.sec2 .card {
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.sec2 .card .card-num {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #007BFF;
    border-radius: 8px;
}

.sec2 .card h2 {
    font-size: 24px;
    margin-bottom: 8px;
}

@media (max-width:768px) {
    .sec2 .card h2 {
        font-size: 18px;
    }
}   

/* 2줄 높이 고정 (font-size 14 × line-height 1.6 × 2줄) */
.sec2 .card p {
    font-size: 14px;
    line-height: 1.6;
    min-height: calc(1.6em * 2);
    margin: 0 0 16px;
    color: #666;
}

.sec2 .card .img-box {
    width: 100%;
    height: 180px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 16px;
    background: #f8f8f8;
    text-align: center;
}


@media (max-width: 1024px) {
    .sec2 .card-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .sec2 .card-list {
        grid-template-columns: 1fr;
    }
}

.text-banner {}

.text-banner .banner-box {
    position: relative;
    border-radius: 12px;
    padding: 40px 60px;
    overflow: hidden;
    background: linear-gradient(90deg, #c33636 0%, #5c2121 100%);
    display: flex;
    align-items: center;
    min-height: 160px;
}

/* 우측 원형 느낌 */
.text-banner .banner-box::after {
    content: "";
    position: absolute;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

/* 배경 이미지 영역 (네가 background-image 넣으면 됨) */
.text-banner .banner-box {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.text-banner .banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.text-banner .sub {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 12px;
}

.text-banner .title {
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0;
}

.sec4.card-wrap .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.cm-wrap .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.cm-wrap .card {
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow .25s ease, transform .25s ease;
    cursor: grabbing;
}

.cm-wrap .card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transform: translateY(-6px);
}

.cm-wrap .card .info {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.cm-wrap .img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f5f7;
    border-radius: 12px;
    padding: 28px 24px 24px;
}

.cm-wrap .img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    overflow: hidden;
}

.cm-wrap .title {
    width: 100%;
}

.cm-wrap .title .name-df {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.cm-wrap .title .name-df .name {
    font-size: 1.3rem;
    line-height: 1;
}

.cm-wrap .title .name-df .type {
    color: #555;
    line-height: 1.4;
}

.cm-wrap .prices {
    margin-top: 12px;
}

.cm-wrap .price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    margin-bottom: 8px;
}

.cm-wrap .price-row .label {
    color: #555;
}

.cm-wrap .price-row .price {
    font-weight: 600;
}

.cm-wrap .price-row.highlight {
    align-items: flex-end;
}

.cm-wrap .price-box {
    text-align: right;
}

.cm-wrap .price-box .before {
    display: block;
    font-size: 14px;
    color: #aaa;
}

.cm-wrap .price-box .after {
    display: block;
    font-size: 1.4rem;
    font-weight: 800;
    color: #e60023;
    line-height: 1.1;
}

.cm-wrap .price-sub {
    margin-top: 4px;
    font-size: 13px;
    color: #777;
    text-align: right;
}

.cm-wrap .tags {
    display: flex;
    gap: 6px;
    margin-top: 12px;
}

.cm-wrap .tag {
    padding: 6px 10px;
    background: #f3f5f7;
    border-radius: 6px;
    font-size: 13px;
    color: #333;
}

.cm-wrap .cta {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: none;
    background: #111;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
}

/* ===== 모바일 가로 스크롤 ===== */
@media (max-width: 768px) {
    .cm-wrap .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .cm-wrap .price-box .after {
        font-size: 1rem;
    }

    .cm-wrap .price-row .price {
        font-size: .8rem;
    }

    .cm-wrap .tag {
        font-size: .7rem;
    }
}

.fixed-box {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1280px;
    display: flex;
    gap: 10px;
    padding: 12px 20px;
    background: #fff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.fixed-box .btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s;
}

.fixed-box .btn img {
    width: 16px;
}

.fixed-box .btn.call {
    background: #007bff;
}

.fixed-box .btn.call:hover {
    background: #0066d8;
}

.fixed-box .btn.kakao {
    background: #f9e000;
    color: #3b1e1e;
}

.fixed-box .btn.kakao:hover {
    background: #ffe133;
}

.fixed-box .btn.consult {
    background: #333;
}

.fixed-box .btn.consult:hover {
    background: #000;
}

@media (min-width:768px) {
    .fixed-box-wrap {
        display: none;
    }
}

@media (max-width:768px) {
    .fixed-box-wrap {
        display: block;
    }
}

/* ✅ 반응형 */
@media (max-width: 480px) {
    .fixed-box {
        padding: 10px;
        gap: 8px;
    }

    .fixed-box .btn {
        font-size: 14px;
        padding: 10px 0;
    }
}

.sec6 .inner {
    max-width: 1280px;
    margin: 0 auto;
}

.sec6 .faq-list {
    margin: 40px auto 0px;
    word-break: keep-all;
}

.sec6 .faq-list .boxwrap {
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    padding: 0 40px;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.sec6 .faq-list .question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    cursor: pointer;
}

.sec6 .faq-list .question .mark {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    border-radius: 50%;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
}

.sec6 .faq-list .question .tit {
    box-sizing: border-box;
    width: calc(100% - 50px - 30px);
    font-size: 1.2rem;
    color: #000;
    font-weight: 600;
    margin-left: 24px;
}

.sec6 .faq-list .question .arr {
    width: 30px;
    height: 30px;
    text-align: center;
}

.sec6 .faq-list .question .arr:after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    margin: 12px 0 0 0;
    border-right: 3px solid #222;
    border-bottom: 3px solid #222;
    transform: rotate(45deg);
    transition: all 0.4s;
}

.sec6 .faq-list .question.active .arr:after {
    transform: rotate(225deg) translate(-6px, -6px);
}

.sec6 .faq-list .answer {
    display: none;
    padding: 25px 0;
    border-top: 1px solid #ddd;
}

.sec6 .faq-list .answer > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec6 .faq-list .answer > div .mark {
    width: 50px;
    height: 50px;
    background: #505255;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
}

.sec6 .faq-list .answer > div .txt {
    box-sizing: border-box;
    width: calc(100% - 30px);
    font-size: 17px;
    color: #666;
    text-align: left;
    line-height: 180%;
    margin-left: 24px;
}

.sec6 .faq-list .answer > div p {
    font-size: 17px;
    color: #666;
    text-align: left;
    line-height: 180%;
}

.sec6 .faq-list .answer > div a {
    box-sizing: border-box;
    font-size: 17px;
    color: #666;
    padding: 8px 95px 0 0;
    text-align: left;
    line-height: 180%;
}

.sec6 .faq-list .answer > div a > p {
    width: auto;
    padding: 0;
}

@media (max-width:768px) {
    .sec6 .faq-list .boxwrap {
        padding: 0 20px;
    }

    .sec6 .faq-list .answer > div .mark,
    .sec6 .faq-list .question .mark {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .sec6 .faq-list .answer > div .txt {
        font-size: 15px;
    }
}

/* .sec5 문의 카드 (dev theme 이식) */
.sec5 .inquiry-wrap {
    display: flex;
    gap: 20px;
}

.sec5 .inquiry-card {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    border-radius: 20px;
    background: linear-gradient(135deg, #f9f9f9 0%, #e4ebf5 50%, #e3edfb 100%);
    text-decoration: none;
    transition: 0.2s;
    border: 1px solid #e4ebf5;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.sec5 .inquiry-card:hover {
    transform: translateY(-4px);
}

.sec5 .inquiry-card .txt {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sec5 .inquiry-card .sub {
    font-size: 1rem;
    color: #666;
}

.sec5 .inquiry-card .tit {
    font-size: 1.6rem;
    font-weight: 700;
    color: #4d5567;
}

.sec5 .inquiry-card .ico img {
    width: 100px;
    height: auto;
}

@media (max-width: 768px) {
    .sec5 .inquiry-wrap {
        flex-direction: column;
    }

    .sec5 .inquiry-card {
        padding: 24px;
    }

    .sec5 .inquiry-card .ico img {
        width: 90px;
    }
}
