@charset "utf-8";

:root {
    --main-color1: #302d90;
    text-align: center;
}

/*** main_banner **/
#main_content {
    word-break: keep-all;
    letter-spacing: -0.05em;

}

#main_content .visual {
    position: relative;
    height: 100%;
}


#main_content .visual .slider1 .slide_box video {
    height: 100vh;
    object-fit: cover;
    width: 100vw;
}

#main_content .visual .main_banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    
}

#main_content .visual .main_banner .title {
    color: #ffffff;
    line-height: 80px;
}

/* section1 */
.sec1_top {
    text-align: center;
    padding: 80px 75px;
}

.sec1_top .fc-black {
    color: #3C3D3E;
}

.sec1_top h2 {
    margin-bottom: 24px;
    color: rgba(60, 61, 62, 0.7);
}

.sec1_top p {
    color: rgba(102, 102, 102, 1);
    line-height: 1.5;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
}

.tag_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.tag {
    padding: 10px;
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 999px;
    color: #444;
    background-color: rgba(34, 34, 34, 0.03);
}

.tag:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(230, 0, 19, 1);
    color: rgba(34, 34, 34, 1);
}

.sec1_img {
    width: 100%;
}

.sec1_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec1_bottom {
    text-align: center;
    padding: 80px 40px;
}

.sec1_bottom .sub_title {
    color: rgba(34, 34, 34, 1);
}

.sec1_bottom .title {
    color: rgba(60, 61, 62, 0.7);
}

.sec1_bottom h3 {
    color: #2b2b2b;
    margin-bottom: 32px;
}

.sec1_bottom p {
    color: rgba(102, 102, 102, 1);
    line-height: 2;
}

/* section2 */
.section2 {}

.sec2_title {
    text-align: center;
    padding: 80px 40px 60px;
    color: rgba(60, 61, 62, 1);
    background: linear-gradient(to top, rgba(136, 136, 136, 0.4), rgba(248, 249, 250, 1) 100%, rgba(248, 249, 250, 0) 100%);

}

.sec2_title .point {
    color: #CD3217;
}

.sec2_cards {
    display: flex;
    width: 100%;
}

.sec2_cards .card {
    position: relative;
    flex: 1;
    min-height: 600px;
    overflow: hidden;
}

.sec2_cards .card.card1 {
    background-image: url("../images/sec2_img1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec2_cards .card.card2 {
    background-image: url("../images/sec2_img2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec2_cards .card.card3 {
    background-image: url("../images/sec2_img3.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px 32px;
    box-sizing: border-box;
}

.badge_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.badge {

    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 1);
    padding: 6px 16px;
    border-radius: 999px;
    align-self: flex-start;
}

.card_inner h3 {
    color: white;
    margin-bottom: 50px;
    line-height: 1.4;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.card_desc {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 24px;
    line-height: 1.8;
    text-align: center;
    min-height: 270px;
}


/* 3번째 부분! */
/* section4 */
.section4 {
    background-image: url(../images/sec4_bg.png);
    background-repeat: no-repeat;
    padding: 80px 0;
}

.sec4_title {
    text-align: center;
    margin-bottom: 60px;
}

.sec4_title .sub_title {
    color: rgba(34, 34, 34, 1);
}

.sec4_title h2 {
    color: rgba(60, 61, 62, 1);
}

.sec4_title h2 span {
    color: #c0392b;
}

.sec4_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.sec4_card {
    box-shadow: 2px 3px 15px 0 rgba(128, 128, 128, 0.25);
    color: #222;
    border-radius: 16px;
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
}

.sec4_card .num {
    position: absolute;
    top: 16px;
    left: 0;
}

.sec4_card img {
    position: relative;
    z-index: 1;
}

.sec4_card h3 {
    margin-bottom: 16px;
    line-height: 1.5;
    color: rgba(91, 91, 91, 1);
}

.sec4_card p {
    color: rgba(91, 91, 91, 1);
    line-height: 30px;
}

/* 하단 공식 */
.sec4_formula {
    box-shadow: 2px 3px 15px 0 rgba(128, 128, 128, 0.25);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    color: #222;
}

.formula_item {
    text-align: center;
}

.formula_item img {
    margin-bottom: 12px;
}

.formula_item.result p {
    color: #c0392b;
}

.sec4_formula span {
    color: rgba(34, 34, 34, 1);
}



/* 4번째 부분! */
/* section3 */
.section3 {
    position: relative;
    overflow: hidden;
}

.sec3_bg {
    background-image: url("../images/sec3_bg.png");
    background-size: cover;
    background-position: center;
    padding: 80px 0 60px;
}

.sec3_bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.sec3_title {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.sec3_title h2 {
    margin-bottom: 12px;
}

.sec3_slider_wrap {
    position: relative;
    z-index: 1;
}

.slide_counter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 60px;
    gap: 12px;
    color: white;
    margin-bottom: 20px;
}

.arr_prev,
.arr_next {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arr_prev:hover,
.arr_next:hover {
    background-color: #fff;
}

.arr_prev img,
.arr_next img {
    width: 16px;
}

/* slick 카드 */
.slider_menu .slick-slide {
    padding: 0 10px;
    opacity: 0.5;
    transform: scale(0.9);
    transition: all 0.3s;
}

.slider_menu .slick-center {
    opacity: 1;
    transform: scale(1);
}

.menu_img {
    position: relative;
}

.menu_img img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.menu_info {
    position: absolute;
    color: white;
    padding: 40px 30px;
    bottom: 0;
    text-align: left;
}

.menu_info p:first-child {
    margin-bottom: 6px;
}

/* section5 */

/* 가맹 진행절차 */
.sec5_process {
    padding: 80px 0;
    background-color: #fff;
}

.sec5_title {
    text-align: center;
    margin-bottom: 50px;
    color: #2b2b2b;
}

.sec5_title span {
    color: rgba(205, 50, 23, 1);
}

.process_list {
    display: flex;
    flex-direction: column;
}

.process_item {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 28px 36px 28px 200px;
    text-align: left;
    background-color: #fff;
    position: relative;
}

.process_head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.step_icon {}

.process_head p {
    color: rgba(34, 34, 34, 1);
}

.process_body {
    color: rgba(102, 102, 102, 1);
    line-height: 1.8;
}

.step_num {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.process_arrow {
    text-align: center;
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
    padding: 8px 0;
}

/* 본사 지원 시스템 */
.sec5_support {
    background-image: url("../images/sec5_support_bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0;
}


.sec5_support .center {
    position: relative;
    z-index: 1;
}

.sec5_support_title {
    text-align: center;
    color: white;
    margin-bottom: 40px;
}

.sec5_support_title .sub_title {
    color: rgba(51, 51, 51, 1);
}

.sec5_support_title h2 {
    color: rgba(60, 61, 62, 1);
}

.sec5_support_title h2 span {
    color: rgba(205, 50, 23, 1);
}

.support_cards {
    display: flex;
    gap: 24px;
}

.support_card {
    flex: 1;
    background-color: white;
    border-radius: 12px;
    padding: 36px 32px;
}

.support_card .h3 {
    color: rgba(34, 34, 34, 1);
    margin-bottom: 20px;
}

.support_card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.support_card li {
    color: rgba(51, 51, 51, 1);
    display: flex;
    align-items: center;
    align-items: center;
    gap: 8px;
}

.check {
    display: flex;
    align-items: center;
}

/* 매장 인테리어 컨셉 */
.sec5_interior {
    padding: 80px 0;
    background-color: #fff;
}

.sec5_interior_title {
    text-align: center;
    margin-bottom: 40px;
    color: #2b2b2b;
}

.sec5_interior_title .sub_title {
    color: rgba(51, 51, 51, 1);
}

.sec5_interior_title h2 {
    margin-bottom: 16px;
}

.sec5_interior_title h2 span {
    color: rgba(205, 50, 23, 1);
}

.sec5_interior_title p {
    color: rgba(0, 0, 0, 1);
}

.interior_imgs {
    display: flex;
    gap: 16px;
}

.interior_item {
    flex: 1;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.interior_item img {
    width: 100%;
    display: block;
}

.interior_item p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    white-space: nowrap;
    letter-spacing: -0.04em;
}

/* section6 */
.section6 {
    padding: 80px 0;
    background-color: rgba(247, 246, 241, 1);
}

.sec6_title {
    text-align: center;
    margin-bottom: 50px;
    color: #2b2b2b;
}

.sec6_title .point {
    color: #c0392b;
}

/* 표 */
.cost_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.cost_table thead tr {
    background-color: #c0392b;
    color: white;
}

.cost_table th {
    padding: 16px 20px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 1);

}

.cost_table td {
    padding: 10px 20px;
    text-align: center;
    border: 1px solid rgba(204, 204, 204, 1);
    color: rgba(102, 102, 102, 1);
    background-color: white;
}

.cost_table td:first-child {
    background-color: #fafafa;
    color: #555;
    width: 140px;
}

.cost_table s {
    color: #aaa;
}

.cost_table .point {}

/* 하단 안내 박스 */
.cost_notice {
    background-color: white;
    border-radius: 16px;
    padding: 48px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #2b2b2b;
    border: 1px solid rgba(204, 204, 204, 1)
}

.cost_notice .point {
    color: #c0392b;
}

.cost_notice p:last-child {
    color: #555;
    line-height: 1.8;
}


/* section7 */
.section7 {
    padding: 80px 0;
    background-color: #fff;
}

.sec7_title {
    text-align: center;
    margin-bottom: 60px;
    color: #2b2b2b;
}

.sec7_title .point {
    color: #c0392b;
}

.faq_list {
    display: flex;
    flex-direction: column;
}

.faq_item {
    border-bottom: 1px solid #e0e0e0;
    padding: 28px 0;
}

.faq_q {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #2b2b2b;
    position: relative;
}

.q_mark {
    color: #c0392b;
    flex-shrink: 0;
}

.faq_icon {
    position: absolute;
    right: 0;
    color: #c0392b;
    font-size: 22px;
    line-height: 1;
}

.faq_a {
    text-align: left;
    display: none;
    margin-top: 16px;
    color: #666;
    line-height: 1.5;
}

.faq_item.active .faq_a {
    display: block;
}

/* ===== 태블릿 (1024px 이하) ===== */
@media (max-width: 1024px) {

    /* section1 */
    .sec1_top {
        padding: 60px 40px;
    }

    .sec1_bottom {
        padding: 60px 40px;
    }

    /* section2 */
    .sec2_title {
        padding: 60px 40px 40px;
    }

    .sec2_cards {
        flex-direction: column;
    }

    .sec2_cards .card {
        min-height: 400px;
    }

    /* section3 */
    .slide_counter {
        padding: 0 30px;
    }

    /* section4 */
    .sec4_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sec4_formula {
        gap: 16px;
        padding: 30px;
    }

    /* section5 */
    .process_item {
        padding: 28px 36px 28px 120px;
    }

    .step_num {
        width: 80px;
    }

    .support_cards {
        gap: 16px;
    }

    .support_card {
        padding: 28px 24px;
    }

    .interior_imgs {
        gap: 12px;
    }

    /* section6 */
    .cost_table th,
    .cost_table td {
        padding: 12px 14px;
        font-size: 14px;
    }

    .cost_notice {
        padding: 36px;
    }

    /* section7 */
    .faq_item {
        padding: 24px 0;
    }
}

/* ===== 모바일 (768px 이하) ===== */
@media (max-width: 768px) {

    /* section1 */
    .sec1_top {
        padding: 40px 20px;
    }

    .sec1_top h2 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .tag_list {
        gap: 8px;
    }

    .tag {
        padding: 8px 14px;
        font-size: 13px;
    }

    .sec1_bottom {
        padding: 40px 20px;
    }

    .sec1_bottom h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    /* section2 */
    .sec2_title {
        padding: 40px 20px 32px;
    }

    .sec2_title h2 {
        font-size: 24px;
    }

    .sec2_cards {
        flex-direction: column;
    }

    .sec2_cards .card {
        min-height: 360px;
    }

    .card_desc {
        min-height: auto;
        font-size: 14px;
    }

    /* section3 */
    .sec3_bg {
        padding: 50px 0 40px;
    }

    .sec3_title h2 {
        font-size: 28px;
    }

    .slide_counter {
        padding: 0 20px;
    }

    .slider_menu .slick-slide {
        padding: 0 6px;
    }

    .menu_info {
        padding: 0 5px;
    }
    .menu_info p:first-child{
        line-height: 25px;
        font-size: 11px;
    }

    .menu_info .prt_bold{
        font-size: 5px;
    }
    .menu_info .prt-regular{
        display: none;
        font-size: 10px;
    }
    /* section4 */
    .section4 {
        padding: 50px 0;
    }

    .sec4_title h2 {
        font-size: 28px;
    }

    .sec4_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .sec4_card {
        padding: 28px 24px;
    }

    .sec4_formula {
        flex-wrap: wrap;
        gap: 16px;
        padding: 24px;
    }

    .formula_item img {
        width: 50px;
    }

    /* section5 */
    .sec5_process {
        padding: 50px 0;
    }

    .sec5_title h2 {
        font-size: 28px;
    }

    .process_item {
        padding: 24px 20px 24px 80px;
    }

    .step_num {
        width: 60px;
    }

    .process_head {
        gap: 10px;
    }

    .support_cards {
        flex-direction: column;
        gap: 16px;
    }

    .sec5_support {
        padding: 50px 0;
    }

    .sec5_support_title h2 {
        font-size: 28px;
    }

    .sec5_interior {
        padding: 50px 0;
    }

    .sec5_interior_title h2 {
        font-size: 28px;
    }

    .interior_imgs {
        flex-direction: column;
        gap: 12px;
    }

    /* section6 */
    .section6 {
        padding: 50px 0;
    }

    .sec6_title h2 {
        font-size: 24px;
    }

    .cost_table {
        font-size: 13px;
    }

    .cost_table th,
    .cost_table td {
        padding: 10px 8px;
    }

    .cost_table td:first-child {
        width: 80px;
    }

    .cost_notice {
        padding: 24px 20px;
    }

    .cost_notice p:first-child {
        font-size: 18px;
    }

    /* section7 */
    .section7 {
        padding: 50px 0;
    }

    .sec7_title h2 {
        font-size: 28px;
    }

    .faq_q {
        font-size: 15px;
    }

    .faq_item {
        padding: 20px 0;
    }
}