@charset "utf-8";

/* 회원가입 이메일 자동완성 */
.autocomplete-suggestions {
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    position: relative;
    /* 	position: absolute;  */
    background-color: white;
    z-index: 1000;
    width: calc(100% - 22px);
}

/* ============== 쇼핑몰 브랜드(brand) - shopj02 brand02 기준 ============== */
.brand_wrap {
    padding-top: 30px;
}

.brand_wrap .common_tit {
    padding: 30px 30px 10px;
    text-align: center;
    font-size: 28px;
    color: #111;
}

.brand_wrap .common_desc {
    font-size: 16px;
    color: #666;
    margin: 8px 0 30px;
    text-align: center;
}

.brand_wrap .tab {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    border: 0;
}

.brand_wrap .tab li {
    width: 16.66666666666667%;
    float: left;
}

.brand_wrap .tab li a {
    display: block;
    height: 41px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    color: #444;
    line-height: 2.5;
    text-align: center;
    border-right-width: 0;
}

.brand_wrap .tab li:nth-of-type(6n) a {
    border-right-width: 1px;
}

.brand_wrap .tab li:nth-of-type(n+7) a {
    border-top: 0;
}

.brand_wrap .tab li.on a {
    border-color: #007bc8;
    background: #007bc8;
    color: #fff;
    font-weight: 700;
    border-left: 1px solid #007bc8;
}

.brand_wrap .tab li:hover a {
    border-color: #007bc8;
    background: #007bc8;
    color: #fff;
    font-weight: 700;
    border-left: 1px solid #007bc8;
}

.brand_wrap .prd_list_wrap {}

.brand_wrap .prd_list {
    overflow: hidden;
}

.brand_wrap .prd_list li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.brand_wrap .prd_list li:nth-of-type(3n) {
    margin-right: 0;
}

.brand_wrap .prd_list li>a {
    display: block;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.brand_wrap .prd_list li>a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand_wrap .brand_info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
}

.brand_wrap .brand_info:hover {
    background: rgba(0, 0, 0, 0.2);
}

.brand_wrap .brand_name {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    text-align: center;
    color: #fff;
    line-height: 1.2em;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -0.05em;
}

.brand_wrap .prd_item_group {
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-top: 0;
    padding: 10px;
}

.brand_wrap .prd_item_group a {
    display: block;
    width: 30%;
    float: left;
}

.brand_wrap .prd_item_group a+a {
    margin-left: 5%;
}

.brand_wrap .prd_info {}

.brand_wrap .prd_img {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.brand_wrap .prd_img:hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}

.brand_wrap .prd_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand_wrap .prd_name {
    font-size: 13px;
    color: #444;
    line-height: 1.36;
    height: 2.71429em;
    overflow: hidden;
}

.brand_wrap .prd_price {
    font-size: 13px;
    color: #111;
}

.brand_wrap .prd_price strong {
    font-size: 15px;
}

/* 브랜드 헤더 (브랜드관 상단) */
.brand_wrap .brand_header {
    position: relative;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1a1a2e;
    margin-bottom: 40px;
    overflow: hidden;
}

.brand_wrap .brand_header_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.brand_wrap .brand_header_content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 20px;
}

.brand_wrap .brand_logo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}

.brand_wrap .brand_logo img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.brand_wrap .brand_logo_text {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 10px;
}

.brand_wrap .brand_title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.brand_wrap .brand_title_eng {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 15px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.brand_wrap .brand_meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.brand_wrap .brand_meta .brand_visitor {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.brand_wrap .brand_meta .brand_visitor i {
    margin-right: 5px;
}

.brand_wrap .brand_meta .brand_link {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s;
}

.brand_wrap .brand_meta .brand_link:hover {
    color: #fff;
}

.brand_wrap .brand_meta .brand_link i {
    margin-right: 5px;
}

.brand_wrap .brand_actions {}

.brand_wrap .btn_brand_info {
    display: inline-block;
    padding: 12px 30px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s;
}

.brand_wrap .btn_brand_info:hover {
    background: #fff;
    color: #333;
    border-color: #fff;
}

.brand_wrap .btn_brand_info i {
    margin-right: 8px;
}

/* 기존 brand_cover 스타일 유지 (호환성) */
.brand_wrap .brand_cover {
    height: 260px;
    margin-bottom: 50px;
}

.brand_wrap .brand_cover .common_tit {
    padding: 0;
    height: 120px;
}

.brand_wrap .brand_cover .common_tit img {
    height: 120px;
}

.brand_wrap .brand_cover .brand_cover_btns {
    margin: 20px 0;
    text-align: center;
}

.brand_wrap .brand_cover .brand_cover_btns button {
    display: inline-block;
    min-width: 2.57143em;
    height: 2.57143em;
    padding: 0 0.85714em;
    border: 1px solid #c9c9c9;
    vertical-align: middle;
    text-align: center;
    transition: 0.15s;
    font-size: 14px;
    background: transparent;
    margin: 0 4px;
}

.brand_wrap .brand_cover .brand_cover_btns button:hover {
    border-color: #fff;
    background: rgba(0, 0, 0, 0.2);
}

.brand_wrap .brand_cover .brand_cover_btns button span {
    color: #fff;
}

.brand_wrap .brand_cover .brand_cover_btns button i {
    color: #fff;
}

.brand_wrap .brand_cover .brand_cover_visitor {
    color: #fff;
    opacity: 0.8;
    text-align: center;
    font-size: 14px;
}

.brand_wrap .brand_cover .brand_cover_visitor span {}

/* 브랜드 소개 팝업 */
.brand_wrap .brand_pop {
    display: none;
}

.brand_wrap .view_brand {
    position: fixed;
    overflow: auto;
    overflow-x: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 5000;
    background-color: rgba(0, 0, 0, 0.5);
}

.brand_wrap .view_brand .box {
    width: 850px;
    min-height: 400px;
    position: fixed;
    left: 50%;
    left: 50%;
    margin-left: -425px;
    margin-top: 100px;
    z-index: 2500;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.brand_wrap .view_brand .title {
    line-height: 40px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.brand_wrap .view_brand .title h2 {
    font-size: 22px;
    color: #333;
    text-align: left;
    font-weight: 600;
}

.brand_wrap .view_brand .title .close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    line-height: 40px;
    color: #999;
    font-weight: 400;
    transition: color 0.2s;
}

.brand_wrap .view_brand .title .close:hover {
    color: #333;
}

.brand_wrap .view_brand .info {
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.brand_wrap .view_brand .info img {
    max-width: 100% !important;
    height: auto !important;
}

@media all and (max-width:1000px) {
    .brand_wrap .prd_list li {
        width: 49%;
    }

    .brand_wrap .prd_list li:nth-of-type(3n) {
        margin-right: 2%;
    }

    .brand_wrap .prd_list li:nth-of-type(2n) {
        margin-right: 0%;
    }

    .brand_wrap .view_brand .box {
        width: 80%;
        margin-left: -40%;
    }

    .brand_wrap .brand_header {
        height: 280px;
    }

    .brand_wrap .brand_logo {
        width: 100px;
        height: 100px;
    }

    .brand_wrap .brand_title {
        font-size: 26px;
    }
}

@media all and (max-width:640px) {
    .brand_wrap {
        padding-top: 4.6875vw;
    }

    .brand_wrap .common_tit {
        padding: 4.6875vw 4.6875vw 1.5625vw;
        font-size: 4.375vw;
        height: 18.75vw !important;
    }

    .brand_wrap .common_tit img {}

    .brand_wrap .common_desc {
        font-size: 2.5vw;
        margin: 1.25vw 0 4.6875vw;
    }

    .brand_wrap .tab {
        margin-bottom: 4.6875vw;
    }

    .brand_wrap .tab li {
        width: 25%;
    }

    .brand_wrap .tab li:nth-of-type(6n) a {
        border-right-width: 0;
    }

    .brand_wrap .tab li:nth-of-type(4n) a {
        border-right-width: 1px;
    }

    .brand_wrap .tab li:nth-of-type(n+5) a {
        border-top: 0;
    }

    .brand_wrap .tab li a {
        height: 6.40625vw;
        font-size: 2.5vw;
    }

    .brand_wrap .brand_name {
        margin-top: -2.5vw;
        font-size: 4.6875vw;
    }

    .brand_wrap .prd_item_group {
        padding: 1.5625vw;
    }

    .brand_wrap .prd_name {
        font-size: 2.03125vw;
    }

    .brand_wrap .prd_price {
        font-size: 2.03125vw;
    }

    .brand_wrap .prd_price strong {
        font-size: 2.34375vw;
    }

    .brand_wrap .prd_list li {
        width: 100%;
        margin-right: 0;
    }

    .brand_wrap .brand_cover {
        height: 40.625vw;
    }

    .brand_wrap .brand_cover .common_tit img {
        height: 18.75vw;
    }

    .brand_wrap .brand_cover .brand_cover_btns {
        margin: 3.125vw 0;
    }

    .brand_wrap .brand_cover .brand_cover_btns button {
        font-size: 2.1875vw;
        margin: 0 0.625vw;
    }

    .brand_wrap .brand_cover .brand_cover_visitor {
        font-size: 2.1875vw;
    }

    .brand_wrap .view_brand .box {
        width: 90%;
        margin-left: -45%;
        margin-top: 31.25vw;
        padding: 3.90625vw;
    }

    .brand_wrap .view_brand .title {
        line-height: 6.25vw;
        margin-bottom: 3.125vw;
    }

    .brand_wrap .view_brand .title h2 {
        font-size: 3.4375vw;
    }

    .brand_wrap .view_brand .title .close {
        font-size: 4.6875vw;
        line-height: 6.25vw;
    }

    .brand_wrap .view_brand .info {
        font-size: 2.1875vw;
    }

    /* 브랜드 헤더 모바일 */
    .brand_wrap .brand_header {
        height: 220px;
        margin-bottom: 20px;
    }

    .brand_wrap .brand_header_content {
        padding: 15px;
    }

    .brand_wrap .brand_logo {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }

    .brand_wrap .brand_logo_text {
        font-size: 16px;
    }

    .brand_wrap .brand_title {
        font-size: 20px;
        margin-bottom: 3px;
    }

    .brand_wrap .brand_title_eng {
        font-size: 11px;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }

    .brand_wrap .brand_meta {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 12px;
    }

    .brand_wrap .brand_meta .brand_visitor,
    .brand_wrap .brand_meta .brand_link {
        font-size: 12px;
    }

    .brand_wrap .btn_brand_info {
        padding: 8px 20px;
        font-size: 12px;
    }
}


/* sub visual */
.sub_visual.big {
    /* aspect-ratio: 1 / 0.5625; */
    width: 100%;
    height: 100vh;
    min-height: inherit;
}

.sub_visual .inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.sub_visual.big .inner .section_reason {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    overflow: unset;

}

.sub_visual.big .inner .section_reason .header {
    margin: unset;
    z-index: 99;
    text-align: center;
}

.sub_visual.big .inner .section_reason .header span {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-top: 50px;
}

.sub_visual .section_reason .deco_circle01 {
    right: -27px;
    top: 83px;
    background: rgba(255, 255, 255, 0.20);
}

.sub_visual .section_reason .deco_circle02 {
    right: -52px;
    top: 170px;
    background: rgba(255, 255, 255, 0.20);
}

@media all and (max-width: 768px) {
    .sub_visual.big .inner .section_reason .header span {
        margin-top: 30px;
    }

    .sub_visual.big .inner .section_reason {
        gap: 20px;
    }

    .sub_visual.big {
        height: 400px;
        margin-top: 68px;
    }
}

/* 섹션 공통 */
.section_eng {
    font-size: 18px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3.24px;
}

.section_tit {
    font-size: 42px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

@media screen and (max-width: 1200px) {
    .section_tit {
        font-size: 34px;
    }
}

@media screen and (max-width: 768px) {
    .section_eng {
        font-size: 14px;
    }

    .section_tit {
        font-size: 26px;
    }
}

/* check_list */
.check_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.check_list li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.check_list li img {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.check_list li span {
    color: rgba(66, 66, 66, 0.80);
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 600;
}

/* section_philosophy */
.section_philosophy {
    background: #A48B78;
    padding: 150px 0;
}

.section_philosophy .content_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 200px;
}

.section_philosophy .text_area {
    display: flex;
    flex-direction: column;
    gap: 80px;
    flex: 1;
    min-width: 0;
}

.section_philosophy .text_area .top {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.section_philosophy .header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section_philosophy .section_eng,
.section_philosophy .section_tit {
    color: #fff;
}

.section_philosophy .desc {
    color: rgba(255, 255, 255, 0.70);
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

.section_philosophy .card_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.section_philosophy .card {
    flex: 1 1 200px;
    min-width: 0;
    padding: 30px 30px 44px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.10), 0 4px 6px -1px rgba(0, 0, 0, 0.10);
}

.section_philosophy .card_white {
    background: #fff;
}

.section_philosophy .card_accent {
    background: #D4A373;
    gap: 10px;
}

.section_philosophy .card .letter {
    font-size: 30px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.section_philosophy .card_white .letter {
    color: #D4A373;
}

.section_philosophy .card_accent .letter {
    color: #fff;
}

.section_philosophy .card .card_title {
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    display: block;
}

.section_philosophy .card_white .card_title {
    color: #424242;
}

.section_philosophy .card_accent .card_title {
    color: #fff;
}

.section_philosophy .card .card_desc {
    font-size: 20px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
    line-height: 1.25;
}

.section_philosophy .card_white .card_desc {
    color: rgba(66, 66, 66, 0.60);
}

.section_philosophy .card_accent .card_desc {
    color: rgba(255, 255, 255, 0.70);
}

.section_philosophy .img_area {
    flex: 0 0 600px;
    border-radius: 40px;
    overflow: hidden;
}

.section_philosophy .img_area img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 1440px) {
    .section_philosophy .content_wrap {
        gap: 60px;
    }
}

@media screen and (max-width: 1200px) {
    .section_philosophy .content_wrap {
        gap: 80px;
    }

    .section_philosophy .img_area {
        flex: 0 0 460px;
    }
}

@media screen and (max-width: 1000px) {
    .section_philosophy {
        padding: 100px 0;
    }

    .section_philosophy .content_wrap {
        gap: 60px;
    }

    .section_philosophy .img_area {
        flex: 0 0 100%;
    }

    .section_philosophy .text_area {
        gap: 50px;
    }
}

@media screen and (max-width: 768px) {
    .section_philosophy {
        padding: 70px 0;
    }

    .section_philosophy .text_area {
        gap: 40px;
    }

    .section_philosophy .card {
        flex: 0 0 100%;
    }

    .check_list li span {
        font-size: 18px;
    }
}

/* section_story */
.section_story {
    background: #F5F2ED;
    padding: 170px 0;
}

.section_story .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.section_story .sec_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.section_story .section_eng {
    color: #C6A681;
    text-align: center;
}

.section_story .section_tit {
    color: #424242;
    text-align: center;
}

.section_story .story_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.section_story .quote {
    color: rgba(69, 38, 2, 0.80);
    font-size: 34px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
}

.section_story .quote strong {
    color: #452602;
    font-weight: 600;
}

.section_story .desc_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    max-width: 1000px;
    width: 100%;
}

.section_story .desc_wrap .desc {
    color: rgba(66, 66, 66, 0.70);
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
}

@media screen and (max-width: 1000px) {
    .section_story {
        padding: 100px 0;
    }

    .section_story .quote {
        font-size: 26px;
    }
}

@media screen and (max-width: 768px) {
    .section_story {
        padding: 70px 0;
    }

    .section_story .inner {
        gap: 50px;
    }

    .section_story .quote {
        font-size: 20px;
    }

    .section_story .desc_wrap .desc {
        font-size: 16px;
    }
}

/* section_specialty */
.section_specialty {
    padding: 170px 0;
}

.section_specialty .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.section_specialty .sec_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 792px;
}

.section_specialty .section_eng {
    color: #C6A681;
    text-align: center;
}

.section_specialty .section_tit {
    color: #424242;
    text-align: center;
}

.section_specialty .sec_header .desc {
    color: rgba(66, 66, 66, 0.70);
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    margin-top: 24px;
}

.section_specialty .card_wrap {
    display: flex;
    align-items: stretch;
    gap: 36px;
    width: 100%;
    flex-wrap: wrap;
}

.section_specialty .card {
    flex: 1;
    background: #fff;
    border-radius: 24px;
    padding: 46px 49px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.10), 0 1px 3px rgba(0, 0, 0, 0.10);
}

.section_specialty .ico_wrap {
    width: 64px;
    height: 64px;
    border-radius: 9999px;
    background: rgba(198, 166, 129, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_specialty .ico_wrap img {
    width: 27px;
    height: 27px;
}

.section_specialty .card_tit {
    display: block;
    color: #452602;
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
}

.section_specialty .card_desc {
    color: #424242;
    font-size: 20px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

@media screen and (max-width: 1000px) {
    .section_specialty {
        padding: 100px 0;
    }

    .section_specialty .card {
        flex: 1 1 calc(50% - 18px);
    }
}

@media screen and (max-width: 768px) {
    .section_specialty {
        padding: 70px 0;
    }

    .section_specialty .inner {
        gap: 50px;
    }

    .section_specialty .card {
        flex: 0 0 100%;
    }

    .section_specialty .sec_header .desc {
        font-size: 16px;
    }
}


/* section_gallery */
.section_gallery {
    padding: 170px 0;
}

.section_gallery .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.section_gallery .sec_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    /* max-width: 587px; */
}

.section_gallery .section_eng {
    color: #C6A681;
    text-align: center;
}

.section_gallery .section_tit {
    color: #424242;
    text-align: center;
}

.section_gallery .sec_header .desc {
    color: rgba(66, 66, 66, 0.70);
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
    margin-top: 14px;
}

.section_gallery .gallery_grid {
    display: flex;
    flex-direction: column;
    gap: 26px;
    width: 100%;
}

.section_gallery .gallery_row {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

.section_gallery .gallery_row img {
    border-radius: 20px;
    object-fit: cover;
    display: block;
    min-width: 0;
}

.section_gallery .gallery_row:first-child img {
    flex: 1;
    aspect-ratio: 704 / 324;
}

.section_gallery .gallery_row:last-child img:first-child {
    flex: 0 0 calc(28% - 13px);
    aspect-ratio: 402 / 411;
}

.section_gallery .gallery_row:last-child img:last-child {
    flex: 1;
    aspect-ratio: 1012 / 411;
}

@media screen and (max-width: 1000px) {
    .section_gallery {
        padding: 100px 0;
    }
}

@media screen and (max-width: 768px) {
    .section_gallery {
        padding: 70px 0;
    }

    .section_gallery .inner {
        gap: 50px;
    }

    .section_gallery .gallery_row img {
        flex: 0 0 100% !important;
        width: 100%;
    }

    .section_gallery .sec_header .desc {
        font-size: 16px;
    }
}


/* section_promise */
.section_promise {
    padding: 170px 0;
}

.section_promise .content_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 200px;
}

.section_promise .text_area {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.section_promise .header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section_promise .section_eng,
.section_promise .section_tit {
    color: #fff;
}

.section_promise .section_tit {
    font-size: 52px;
}

.section_promise .promise_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section_promise .promise_list li {
    display: flex;
    align-items: center;
    gap: 16px;
}

.section_promise .promise_list li img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.section_promise .promise_list li span {
    color: #fff;
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 500;
}

.section_promise .promise_card {
    flex: 0 0 520px;
    min-width: 0;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 48px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 54px;
}

.section_promise .card_top {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.section_promise .card_info {
    display: flex;
    align-items: center;
    gap: 24px;
}

.section_promise .ico_wrap {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 9999px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_promise .ico_wrap img {
    width: 32px;
    height: 32px;
}

.section_promise .card_txt {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.section_promise .card_txt strong {
    color: #fff;
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
}

.section_promise .card_txt span {
    color: rgba(255, 255, 255, 0.80);
    font-size: 20px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
}

.section_promise .card_desc {
    color: #fff;
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 500;
    line-height: 1.6;
}

.section_promise .btn_consult {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    background: #452602;
    border-radius: 16px;
    color: #fff;
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 500;
    box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.10), 0 20px 25px -5px rgba(0, 0, 0, 0.10);
}

@media screen and (max-width: 1200px) {
    .section_promise .content_wrap {
        gap: 80px;
    }

    .section_promise .promise_card {
        flex: 0 0 440px;
    }
}

@media screen and (max-width: 1000px) {
    .section_promise {
        padding: 100px 0;
    }

    .section_promise .content_wrap {
        gap: 60px;
    }

    .section_promise .promise_card {
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 768px) {
    .section_promise {
        padding: 70px 0;
    }

    .section_promise .section_tit {
        font-size: 34px;
    }

    .section_promise .promise_list li span {
        font-size: 18px;
    }

    .section_promise .promise_card {
        padding: 30px;
    }
}

.sub_visual.small {
    width: 100%;
    aspect-ratio: 1 / 0.3125;
    min-height: inherit;
}

.sub_visual.small .inner {
    flex-direction: column;
    gap: 24px;
}

.sub_visual.small span {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: clamp(20px, 3.2vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 4.32px;
    text-transform: uppercase;
    word-break: keep-all;
}

.sub_visual.small h2 {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: clamp(42px, 3.2vw, 54px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    word-break: keep-all;
}

.sub_visual.small p {
    color: rgba(255, 255, 255, 0.80);
    font-family: Pretendard;
    font-size: clamp(20px, 3.2vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-break: keep-all;

}

@media all and (max-width: 1200px) {
    .sub_visual.small {
        aspect-ratio: unset;
        height: 450px;
        margin-top: 68px;
    }
}

/* section_treatment */
.section_treatment {
    padding: 100px 0;
    background: #F5F2ED;
}

.section_treatment .inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.section_treatment .top_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 29px;
}

.section_treatment .hours_card {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 24px;
    padding: 74px;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.section_treatment .card_header {
    display: flex;
    align-items: center;
    gap: 24px;
}

.section_treatment .card_header .ico_wrap {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 9999px;
    background: #F5F2ED;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_treatment .card_header .ico_wrap img {
    width: 28px;
    height: 28px;
}

.section_treatment .card_header strong {
    color: #424242;
    font-size: 28px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
}

.section_treatment .hours_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
}

.section_treatment .hours_item {
    flex: 0 0 calc(50% - 17px);
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 34px;
}

.section_treatment .item_ico {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 9999px;
    border: 1px solid rgba(198, 166, 129, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_treatment .item_ico img {
    width: 28px;
    height: 28px;
}

.section_treatment .item_txt {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section_treatment .item_txt .label {
    color: #424242;
    font-size: 20px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
}

.section_treatment .item_txt .time {
    color: #424242;
    font-size: 28px;
    font-family: Pretendard, sans-serif;
    font-weight: 500;
}

.section_treatment .item_txt .time.accent {
    color: #D4A373;
}

.section_treatment .item_txt .desc {
    color: rgba(66, 66, 66, 0.50);
    font-size: 16px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
}

.section_treatment .notice_box {
    background: rgba(212, 163, 115, 0.10);
    border: 1.17px solid #D4A373;
    border-radius: 14px;
    padding: 28px 30px;
}

.section_treatment .notice_box p {
    color: rgba(66, 66, 66, 0.70);
    font-size: 19px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
}

.section_treatment .contact_card {
    flex: 0 0 468px;
    min-width: 0;
    background: #D4A373;
    border-radius: 24px;
    padding: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 70px;
}

.section_treatment .contact_top {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.section_treatment .contact_header {
    display: flex;
    align-items: center;
    gap: 24px;
}

.section_treatment .contact_header .ico_wrap {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_treatment .contact_header .ico_wrap img {
    width: 30px;
    height: 30px;
}

.section_treatment .contact_header strong {
    color: #fff;
    font-size: 28px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
}

.section_treatment .phone_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section_treatment .phone {
    color: #fff;
    font-size: 42px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
}

.section_treatment .phone_desc {
    color: #fff;
    font-size: 16px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

.section_treatment .btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section_treatment .btn_call,
.section_treatment .btn_kakao {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 96px;
    border-radius: 18px;
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
}

.section_treatment .btn_call {
    background: #452602;
    color: #fff;
}

.section_treatment .btn_kakao {
    background: #FFE500;
    color: #452602;
}

.section_treatment .btn_call img,
.section_treatment .btn_kakao img {
    width: 40px;
    height: 40px;
}

.section_treatment .location_card {
    background: #fff;
    border-radius: 44px;
    padding: 44px 74px 74px;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.section_treatment .location_header {
    display: flex;
    align-items: center;
    gap: 24px;
}

.section_treatment .location_header .ico_wrap {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 9999px;
    background: #F5F2ED;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_treatment .location_header .ico_wrap img {
    width: 30px;
    height: 30px;
}

.section_treatment .location_header strong {
    color: #424242;
    font-size: 28px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
}

.section_treatment .address_wrap {
    padding-left: 84px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section_treatment .address {
    color: #424242;
    font-size: 28px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
}

.section_treatment .address_sub {
    color: rgba(66, 66, 66, 0.70);
    font-size: 22px;
    font-family: Pretendard, sans-serif;
    font-weight: 500;
}

.section_treatment .map_wrap {
    border-radius: 20px;
    overflow: hidden;
    height: 296px;
}

.section_treatment .map_wrap .root_daum_roughmap {
    width: 100% !important;
    height: 296px !important;
}

@media screen and (max-width: 1200px) {
    .section_treatment .hours_card {
        padding: 50px;
    }

    .section_treatment .contact_card {
        flex: 0 0 340px;
        padding: 40px;
    }

    .section_treatment .phone {
        font-size: 32px;
    }
}

@media screen and (max-width: 1000px) {
    .section_treatment .top_wrap {
        flex-direction: column;
    }

    .section_treatment .contact_card {
        flex: 0 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .section_treatment {
        padding: 70px 0;
    }

    .section_treatment .hours_card {
        padding: 30px;
    }

    .section_treatment .hours_item {
        flex: 0 0 100%;
    }

    .section_treatment .location_card {
        padding: 30px;
    }

    .section_treatment .address_wrap {
        padding-left: 0;
    }

    .sub_visual.small p br {
        display: none;
    }
}


/* section_surgery */
.section_surgery {
    padding: 170px 0 170px;
}

.section_surgery .content_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 68px;
}

.section_surgery .text_area {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.section_surgery .top {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.section_surgery .header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section_surgery .section_eng {
    color: #452602;
    text-transform: uppercase !important;
}

.section_surgery .section_tit {
    color: #424242;
    font-size: 36px;
}

.section_surgery .section_tit .accent {
    color: #D4A373;
}

.section_surgery .desc {
    color: rgba(66, 66, 66, 0.70);
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

.section_surgery .img_area {
    flex: 0 0 680px;
    min-width: 0;
    border-radius: 20px;
    overflow: hidden;
}

.section_surgery .img_area img,
.section_surgery .img_area video {
    width: 100%;
    aspect-ratio: 680 / 510;
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 1200px) {
    .section_surgery .img_area {
        flex: 0 0 500px;
    }

    .section_surgery .section_tit {
        font-size: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .section_surgery {
        padding: 100px 0;
    }

    .section_surgery .img_area {
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 768px) {
    .section_surgery {
        padding: 70px 0;
    }

    .section_surgery .section_tit {
        font-size: 24px;
    }

    .section_surgery .desc {
        font-size: 18px;
    }
}


/* section_safety */
.section_safety {
    padding: 100px 0;
}

.section_safety .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.section_safety .sec_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    /* max-width: 490px; */
}

.section_safety .section_eng {
    color: #452602;
    text-align: center;
    text-transform: uppercase !important;
}

.section_safety .section_tit {
    color: #424242;
    font-size: 36px;
    text-align: center;
}

.section_safety .sec_header .desc {
    color: rgba(66, 66, 66, 0.80);
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
    margin-top: 24px;
}

.section_safety .safety_cards_container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.section_safety .card_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
    width: 100%;
}

.section_safety .card {
    flex: 1;
    min-width: 0;
    background: #F5F2ED;
    border-radius: 24px;
    padding: 44px 50px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section_safety .ico_wrap {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 9999px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_safety .ico_wrap img {
    width: 30px;
    height: 30px;
}

.section_safety .card>img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    align-self: flex-start;
}

.section_safety .card_tit {
    display: block;
    color: #452602;
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
    line-height: 1.4;
}

.section_safety .card_desc {
    color: rgba(66, 66, 66, 0.60);
    font-size: 18px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

@media screen and (max-width: 1000px) {
    .section_safety {
        padding: 70px 0;
    }

    .section_safety .card {
        flex: 1 1 calc(50% - 10px);
    }
}

@media screen and (max-width: 768px) {
    .section_safety .card {
        flex: 0 0 100%;
        padding: 30px;
    }

    .section_safety .section_tit {
        font-size: 26px;
    }

}


/* section_anesthesia */
.section_anesthesia {
    padding: 100px 0;
}

.section_anesthesia .content_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 69px;
}

.section_anesthesia .img_area {
    flex: 0 0 680px;
    min-width: 0;
    border-radius: 20px;
    overflow: hidden;
}

.section_anesthesia .img_area img {
    width: 100%;
    aspect-ratio: 680 / 510;
    object-fit: cover;
    display: block;
}

.section_anesthesia .text_area {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.section_anesthesia .top {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.section_anesthesia .header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section_anesthesia .section_eng {
    color: #452602;
    text-transform: uppercase !important;
}

.section_anesthesia .section_tit {
    color: #424242;
    font-size: 36px;
}

.section_anesthesia .section_tit .accent {
    color: #D4A373;
}

.section_anesthesia .desc {
    color: rgba(66, 66, 66, 0.70);
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    text-wrap: balance;
}

@media screen and (max-width: 1200px) {
    .section_anesthesia .img_area {
        flex: 0 0 500px;
    }

    .section_anesthesia .section_tit {
        font-size: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .section_anesthesia {
        padding: 70px 0;
    }

    .section_anesthesia .img_area {
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 768px) {
    .section_anesthesia .section_tit {
        font-size: 24px;
    }

    .section_anesthesia .desc {
        font-size: 18px;
    }
}


/* section_facility */
.section_facility {
    padding: 100px 0;
    display: none;
}

.section_facility .inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section_facility .sec_header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section_facility .section_eng {
    color: #452602;
    text-transform: uppercase !important;
}

.section_facility .section_tit {
    color: #424242;
    font-size: 36px;
}

.section_facility .facility_slider {
    overflow: hidden;
}

.section_facility .gallery_swiper {
    overflow: hidden;
}

.section_facility .swiper-slide {
    width: 324px;
}

.section_facility .swiper-slide img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

@media screen and (max-width: 768px) {
    .section_facility {
        padding: 70px 0;
    }

    .section_facility .swiper-slide {
        width: 260px;
    }

    .section_facility .swiper-slide img {
        height: 310px;
    }

    .section_facility .section_tit {
        font-size: 26px;
    }

    .sec_header .desc {
        word-break: keep-all;
    }

    .sec_header .desc br {
        display: none;

    }
}

/* section_case */
.section_case {
    padding: 72px 0;
}

.section_case .sec_header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section_case .section_eng {
    color: #452602;
    text-transform: uppercase;
}

.section_case .section_tit {
    color: #424242;
    font-size: 36px;
}

.section_case .case_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-top: 72px;
}

.section_case .case_item {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.section_case .case_tit {
    color: #D4A373;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
}

.section_case .case_imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.section_case .case_img_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    flex: 0 0 calc((100% - 16px) / 2);
    min-width: 0;
}

.section_case .case_img_wrap img {
    width: 100%;
    aspect-ratio: 200 / 195;
    object-fit: cover;
    border-radius: 24px;
}

.section_case .case_label {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}

@media screen and (max-width: 1200px) {
    .section_case .case_list {
        gap: 30px;
    }

    .section_case .case_tit {
        font-size: 22px;
        line-height: 1.4;
    }

    .section_case .case_label {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 1000px) {
    .section_case .case_list {
        flex-wrap: wrap;
        gap: 40px;
    }

    .section_case .case_item {
        flex: 0 0 calc((100% - 40px) / 2);
    }
}

@media screen and (max-width: 768px) {
    .section_case {
        padding: 50px 0;
    }

    .section_case .case_list {
        gap: 40px;
        margin-top: 40px;
    }

    .section_case .case_item {
        flex: 0 0 100%;
        gap: 24px;
    }

    .section_case .case_tit {
        font-size: 20px;
    }

    .section_case .case_label {
        font-size: 14px;
    }

    .section_case .case_img_wrap img {
        border-radius: 16px;
    }

    .text_area .top br {
        display: none;
    }
}


.section_surgery.column_custom .content_wrap {
    flex-direction: column;
}

.img_flex_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.img_flex_list li {
    aspect-ratio: 1 / 1.264367;
    flex: 0 0 calc((100% - 20px * 3) / 4);
    padding: 30px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.list_txt_box {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.list_txt_box .divide_line {
    max-width: 70px;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
}

.list_txt_box p {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: clamp(16px, calc(20 / 1440 * 100vw), 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 33px */
    text-wrap: balance;
    min-height: 75px;
}

@media screen and (max-width: 1024px) {
    .img_flex_list li {
        flex: 0 0 calc((100% - 20px * 1) / 2);
        max-width: 350px;
    }
}

@media screen and (max-width: 768px) {
    .list_txt_box p br {
        display: none;
    }

    .img_flex_list li {
        flex: 0 0 calc(100%);
        max-width: 300px;
    }

    .list_txt_box p {
        min-height: unset;
    }
}


/* section_xray_case */
.section_xray_case {
    background: #fff;
    padding: 100px 0;
}

.section_xray_case .inner {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.xray_case_header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.xray_case_eng {
    color: #452602;
    font-family: Pretendard, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3.24px;
    text-transform: uppercase;
}

.xray_case_title {
    color: #1A1A1A;
    font-family: Pretendard, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}

.xray_case_body {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.xray_case_swiper {
    width: 100%;
    overflow: hidden;
}

.xray_case_swiper .swiper-slide {
    height: auto;
}

.xray_case_card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.xray_case_img_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.xray_case_img {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    aspect-ratio: 240 / 346;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.xray_case_img_before {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    background-color: #F5F2ED;
}

.xray_case_img_after {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    background-color: #EAE0CE;
}

.xray_case_label {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 10px;
    font-family: Pretendard, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;

    display: none;
}

.xray_case_label_before {
    background: #F5F2ED;
    color: #B8860B;
}

.xray_case_label_after {
    background: #B8860B;
    color: #fff;
}

.xray_case_name {
    color: #000;
    font-family: Pretendard, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.xray_case_progress {
    position: relative;
    width: 100%;
    height: 6px;
    background: #EEEEEE;
    overflow: hidden;
}

.xray_case_progress .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #452602;
    transform-origin: left top;
}

.section_surgery.column_custom .text_area {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .xray_case_title {
        font-size: 26px;
    }
}

@media screen and (max-width: 1023px) {
    .section_xray_case {
        padding: 80px 0;
    }

    .section_xray_case .inner {
        gap: 50px;
    }

    .xray_case_name {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 768px) {
    .section_xray_case {
        padding: 60px 0;
    }

    .section_xray_case .inner {
        gap: 30px;
    }

    .xray_case_eng {
        font-size: 14px;
        letter-spacing: 2.52px;
    }

    .xray_case_title {
        font-size: 22px;
    }

    .xray_case_body {
        gap: 24px;
    }

    .xray_case_card {
        gap: 14px;
    }

    .xray_case_label {
        top: 10px;
        left: 10px;
        font-size: 12px;
        line-height: 20px;
        border-radius: 8px;
        padding: 2px 4px;
    }

    .xray_case_name {
        font-size: 18px;
        line-height: 26px;
    }

    .xray_case_progress {
        height: 4px;
    }
}

/* section_surgical_cases */
.section_surgical_cases {
    background: #fff;
    padding: 100px 0;
}

.section_surgical_cases .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
}

.section_surgical_cases .sec_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.section_surgical_cases .sec_header .xray_case_eng {
    color: #452602;
    font-family: Pretendard, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3.24px;
    text-transform: uppercase;
}

.section_surgical_cases .sec_header .xray_case_title {
    color: #1A1A1A;
    font-family: Pretendard, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}

/* Tabs styling */
.surgical_cases_tabs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    background: #fff;
    border-radius: 66px;
    border: 1.5px solid #EEEEEE;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0 auto;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.surgical_cases_tabs::-webkit-scrollbar {
    display: none;
}

.surgical_cases_tabs .tab_btn {
    padding: 14px 14px;
    border-radius: 60px;
    cursor: pointer;
    font-family: Pretendard, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    background: transparent;
    border: none;
    outline: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    white-space: nowrap;
}

.surgical_cases_tabs .tab_btn.active {
    background: #B8860B;
    color: #fff;
    font-weight: 600;
}

.surgical_cases_tabs .tab_btn:hover:not(.active) {
    background: #F5F2ED;
    color: #000;
}

/* Container & Grid styling */
.surgical_cases_container {
    width: 100%;
    max-width: 1440px;
}

.surgical_cases_content {
    display: none;
    width: 100%;
}

.surgical_cases_content.active {
    display: block;
}

.surgical_cases_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 100%;
}

.surgical_case_item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-decoration: none;
}

.surgical_case_img_box {
    position: relative;
    width: 100%;
    aspect-ratio: 480 / 346;
    border-radius: 14px;
    overflow: hidden;
    background-color: #F5F2ED;
}

.surgical_case_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}

.surgical_case_item:hover .surgical_case_img_box img {
    transform: scale(1.06);
}

.surgical_case_title {
    color: #000;
    font-family: Pretendard, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

/* Responsive styles */
@media screen and (max-width: 1200px) {
    .surgical_cases_grid {
        gap: 20px;
    }

    .surgical_case_title {
        font-size: 20px;
    }

    .surgical_cases_tabs .tab_btn {
        font-size: 18px;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 1024px) {
    .section_surgical_cases {
        padding: 80px 0;
    }

    .section_surgical_cases .inner {
        gap: 50px;
    }

    .surgical_cases_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .section_surgical_cases {
        padding: 60px 0;
    }

    .section_surgical_cases .inner {
        gap: 30px;
    }

    .surgical_cases_tabs {
        width: 100%;
        border-radius: 20px;
        padding: 8px;
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .surgical_cases_tabs::-webkit-scrollbar {
        display: none;
    }

    .surgical_cases_tabs .tab_btn {
        font-size: 16px;
        padding: 8px 16px;
        flex-shrink: 0;
    }

    .surgical_cases_grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .surgical_case_title {
        font-size: 18px;
    }
}

/* Swiper support for surgical cases */
.section_surgical_cases .swiper {
    width: 100%;
    overflow: hidden;
}

.section_surgical_cases .swiper-wrapper {
    display: flex;
}

.section_surgical_cases .swiper-slide {
    height: auto;
    flex-shrink: 0;
}

/* Slider progress bar */
.surgical_cases_progress {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 6px;
    background: #EEEEEE;
    margin: 70px auto 0 auto;
    overflow: hidden;
}

.surgical_cases_progress .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #452602;
    transform-origin: left top;
}

@media screen and (max-width: 1480px) {
    .surgical_cases_progress {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 768px) {
    .surgical_cases_progress {
        margin-top: 40px;
        height: 4px;
    }
}

/* Diagnostic Scope (질환 종류) Section */
.section_disease_scope {
    padding: 100px 0;
    background: #fff;
}

.disease_scope_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 19px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.disease_scope_grid.cols_2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 956px;
}

.disease_scope_grid.cols_2 .disease_scope_card {
    min-height: 100px;
    border-radius: 16px;
    padding: 20px 30px;
}

.disease_scope_card {
    background: #fff;
    border-radius: 24px;
    border: 1.5px solid #DDDDDD;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 140px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.disease_scope_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-color: #452602;
}

.disease_scope_card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.disease_scope_card .card_num {
    width: 40px;
    height: 40px;
    background: #D4A373;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    flex-shrink: 0;
}

.disease_scope_card .card_text_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.disease_scope_card .card_main_tit {
    color: #452602;
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    line-height: 1.4;
}

.disease_scope_card .card_sub_desc {
    color: #452602;
    font-size: 14px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 4px;
}

/* Responsive styles for Disease Scope */
@media screen and (max-width: 1480px) {
    .section_disease_scope {
        padding: 80px 20px;
    }
}

@media screen and (max-width: 1200px) {
    .disease_scope_grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns (2x2x2 layout!) */
        gap: 16px;
    }

    .disease_scope_card {
        padding: 24px;
    }

    .disease_scope_card img {
        width: 70px;
        height: 70px;
    }

    .disease_scope_card .card_main_tit {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .section_disease_scope {
        padding: 60px 20px;
    }

    .disease_scope_grid {
        grid-template-columns: repeat(2, 1fr);
        /* Keep 2 columns on mobile as requested! */
        gap: 12px;
    }

    .disease_scope_card {
        padding: 20px 16px;
        gap: 16px;
        flex-direction: column;
        text-align: center;
        min-height: auto;
        justify-content: center;
    }

    .disease_scope_card img {
        width: 60px;
        height: 60px;
    }

    .disease_scope_card .card_main_tit {
        font-size: 16px;
    }

    .disease_scope_card .card_sub_desc {
        font-size: 12px;
    }
}

/* 소화기 내과 Diagnostic Scope (질환 종류) */
.internal_diagnostic_scope {
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.internal_diagnostic_scope .sec_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
    text-align: center;
}

.internal_diagnostic_scope .title_group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 266px;
}

.internal_diagnostic_scope .sub_title {
    align-self: stretch;
    text-align: center;
    color: #452602;
    font-size: 18px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3.24px;
}

.internal_diagnostic_scope .main_title {
    align-self: stretch;
    text-align: center;
    color: #424242;
    font-size: 36px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
}

.internal_diagnostic_scope .desc {
    text-align: center;
    color: rgba(66, 66, 66, 0.80);
    font-size: 24px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.internal_diagnostic_scope .scope_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 19px;
    width: 100%;
    max-width: 956px;
}

.internal_diagnostic_scope .scope_card {
    width: 466px;
    height: 100px;
    background: #ffffff;
    border-radius: 16px;
    border: 1.5px solid #DDDDDD;
    display: flex;
    align-items: center;
    padding-left: 60px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.internal_diagnostic_scope .scope_card:hover {
    border-color: #452602;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.internal_diagnostic_scope .card_content {
    display: flex;
    align-items: center;
    gap: 24px;
}

.internal_diagnostic_scope .card_num {
    width: 40px;
    height: 40px;
    background: #D4A373;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Malgun Gothic', sans-serif;
    font-weight: 300;
    flex-shrink: 0;
}

.internal_diagnostic_scope .card_tit {
    color: #452602;
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    line-height: 1.4;
}

@media screen and (max-width: 991px) {
    .internal_diagnostic_scope {
        padding: 80px 20px;
    }

    .internal_diagnostic_scope .scope_grid {
        max-width: 100%;
    }

    .internal_diagnostic_scope .scope_card {
        width: calc(50% - 10px);
        padding-left: 30px;
    }
}

@media screen and (max-width: 768px) {
    .internal_diagnostic_scope {
        padding: 60px 16px;
        gap: 40px;
    }

    .internal_diagnostic_scope .sec_header {
        gap: 20px;
    }

    .internal_diagnostic_scope .main_title {
        font-size: 28px;
    }

    .internal_diagnostic_scope .desc {
        font-size: 18px;
        line-height: 1.4;
    }

    .internal_diagnostic_scope .scope_card {
        width: 100%;
        height: 80px;
        padding-left: 20px;
    }

    .internal_diagnostic_scope .card_content {
        gap: 16px;
    }

    .internal_diagnostic_scope .card_num {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .internal_diagnostic_scope .card_tit {
        font-size: 16px;
    }
}

/* 내분비 내과 특화 체크리스트 */
.endocrine_check_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 40px;
}

.endocrine_check_list .check_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.endocrine_check_list .check_icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.endocrine_check_list .check_text {
    color: rgba(66, 66, 66, 0.80);
    font-size: 24px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .endocrine_check_list {
        gap: 16px;
        margin-top: 24px;
    }

    .endocrine_check_list .check_text {
        font-size: 18px;
    }
}

/* 흉부외과 하이라이트 박스 */
.thoracic_highlight_box {
    max-width: 1168px;
    width: 100%;
    /* margin-top: 20px; */
    line-height: 1.6;
}

.thoracic_highlight_box .highlight_accent {
    color: #D4A373;
    font-size: 24px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
}

.thoracic_highlight_box .highlight_desc {
    color: rgba(66, 66, 66, 0.70);
    font-size: 24px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}

@media screen and (max-width: 768px) {

    .thoracic_highlight_box .highlight_accent,
    .thoracic_highlight_box .highlight_desc {
        font-size: 16px;
        line-height: 1.5;
    }
}

/* section_surgical_device */
.section_surgical_device {
    padding: 100px 0;
    background: #fff;
}

.section_surgical_device .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
}

.section_surgical_device .sec_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.section_surgical_device .section_eng {
    color: #452602;
    font-size: 18px;
    font-family: Pretendard, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3.24px;
    text-align: center;
}

.section_surgical_device .section_tit {
    color: #1A1A1A;
    font-size: 30px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
    text-align: center;
}

.section_surgical_device .device_grid {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.section_surgical_device .device_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1;
    max-width: 420px;
}

.section_surgical_device .device_img_box {
    width: 100%;
    height: 303px;
    background: #F4EDE6;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
}

.section_surgical_device .device_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 14px;
}

.section_surgical_device .device_name {
    color: #000;
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
}

/* responsive */
@media screen and (max-width: 1024px) {
    .section_surgical_device {
        padding: 70px 0;
    }

    .section_surgical_device .inner {
        gap: 40px;
    }

    .section_surgical_device .device_grid {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .section_surgical_device .device_item {
        width: 100%;
        max-width: 420px;
        align-items: center;
    }

    .section_surgical_device .device_name {
        text-align: center;
    }
}

/* case_badge styling inside surgical_case_img_box */
.surgical_case_img_box .case_badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    width: 75px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    letter-spacing: 0.5px;
    line-height: 1;
    pointer-events: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.surgical_case_img_box .case_badge.before {
    background-color: #FFFFFF;
    color: #D4A373;
}

.surgical_case_img_box .case_badge.after {
    background-color: #D4A373;
    color: #FFFFFF;
}

/* Responsive adjustment for badges */
@media screen and (max-width: 768px) {
    .surgical_case_img_box .case_badge {
        top: 12px;
        left: 12px;
        width: 60px;
        height: 32px;
        font-size: 12px;
        border-radius: 6px;
    }
}

/* CT진단 케이스 (CT Diagnosis Cases) Section Header Styles */
.ct_case_header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.ct_case_sub {
    color: #B8860B;
    font-size: 14px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.70px;
}

.ct_case_title {
    color: #1A1A1A;
    font-size: 30px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    line-height: 36px;
}

/* Custom 200*200 image box sizing for CT Diagnosis & X-RAY Cases */
#tab-ct_diagnosis_cases .surgical_case_img_box,
#tab-xray_cases .surgical_case_img_box {
    width: 200px;
    height: 200px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}

#tab-ct_diagnosis_cases .swiper-slide,
#tab-ct_diagnosis_cases .surgical_case_item,
#tab-xray_cases .swiper-slide,
#tab-xray_cases .surgical_case_item {
    width: 200px !important;
}

#tab-ct_diagnosis_cases .surgical_case_title,
#tab-xray_cases .surgical_case_title {
    display: block;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1A;
    margin-top: 12px;
    line-height: 1.4;
}

/* section_ct_case (Custom Layout for CT) */
.section_ct_case {
    background-color: #F9F8F6;
    padding: 100px 0;
}
.section_ct_case .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 70px;
}
.section_ct_case .sec_header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
}
.section_ct_case .sec_header .xray_case_eng {
    color: #B8860B;
    font-size: 14px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.70px;
    text-transform: uppercase;
}
.section_ct_case .sec_header .xray_case_title {
    color: #1A1A1A;
    font-size: 30px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
    line-height: 36px;
}
.ct_case_content {
    display: flex;
    flex-wrap: wrap;
    gap: 70px 17.5px;
    justify-content: flex-start;
    width: 100%;
}
.ct_case_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    /* 5 items in a row => calc((100% - 17.5px * 4) / 5) */
    width: calc((100% - 70px) / 5);
}
.ct_case_item .img_box {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 24px;
    overflow: hidden;
    background-color: #fff;
}
.ct_case_item .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.ct_case_item:hover .img_box img {
    transform: scale(1.05);
}
.ct_case_item .txt_box {
    color: #000;
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
}

/* Responsive */
@media screen and (max-width: 1200px) {
    .ct_case_item {
        width: calc((100% - 17.5px * 3) / 4);
    }
}
@media screen and (max-width: 1024px) {
    .section_ct_case {
        padding: 80px 0;
    }
    .section_ct_case .inner {
        gap: 50px;
    }
    .ct_case_content {
        gap: 40px 16px;
    }
    .ct_case_item {
        width: calc((100% - 16px * 2) / 3);
    }
    .ct_case_item .txt_box {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .section_ct_case {
        padding: 60px 0;
    }
    .section_ct_case .inner {
        gap: 30px;
    }
    .ct_case_content {
        gap: 24px 12px;
    }
    .ct_case_item {
        width: calc((100% - 12px) / 2);
    }
    .ct_case_item .txt_box {
        font-size: 18px;
    }
    .section_ct_case .sec_header .xray_case_title {
        font-size: 24px;
    }
}

/* section_ct_view (CT 영상) */
.section_ct_view {
    background-color: #F9F8F6;
    padding-bottom: 100px;
}
.section_ct_view .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 70px;
}
.section_ct_view .sec_header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
}
.section_ct_view .sec_header .xray_case_eng {
    color: #B8860B;
    font-size: 14px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.70px;
    text-transform: uppercase;
}
.section_ct_view .sec_header .xray_case_title {
    color: #1A1A1A;
    font-size: 30px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
    line-height: 36px;
}
.ct_view_container {
    width: 100%;
    height: 510px;
    background-color: #000;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ct_view_container img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

/* Responsive for section_ct_view */
@media screen and (max-width: 1024px) {
    .section_ct_view {
        padding-bottom: 80px;
    }
    .section_ct_view .inner {
        gap: 50px;
    }
    .ct_view_container {
        height: 400px;
    }
}
@media screen and (max-width: 768px) {
    .section_ct_view {
        padding-bottom: 60px;
    }
    .section_ct_view .inner {
        gap: 30px;
    }
    .ct_view_container {
        height: 300px;
        border-radius: 12px;
    }
    .section_ct_view .sec_header .xray_case_title {
        font-size: 24px;
    }
}

/* section_equipment (영상장비 소개) */
.section_equipment {
    background-color: #fff;
    padding: 100px 0;
}
.section_equipment .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 70px;
}
.section_equipment .sec_header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
}
.section_equipment .sec_header .xray_case_eng {
    color: #B8860B;
    font-size: 14px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.70px;
    text-transform: uppercase;
}
.section_equipment .sec_header .xray_case_title {
    color: #1A1A1A;
    font-size: 30px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
    line-height: 36px;
}
.equip_content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}
.equip_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    /* 3 items in a row => calc((100% - 30px * 2) / 3) */
    width: calc((100% - 60px) / 3);
}
.equip_item .img_box {
    width: 100%;
    aspect-ratio: 480 / 346;
    border-radius: 14px;
    overflow: hidden;
    background-color: #fff;
}
.equip_item .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.equip_item:hover .img_box img {
    transform: scale(1.05);
}
.equip_item .txt_box {
    color: #000;
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    word-break: keep-all;
}

/* Responsive for section_equipment */
@media screen and (max-width: 1024px) {
    .section_equipment {
        padding: 80px 0;
    }
    .section_equipment .inner {
        gap: 50px;
    }
    .equip_content {
        gap: 20px;
    }
    .equip_item {
        width: calc((100% - 20px) / 2);
    }
    .equip_item .txt_box {
        font-size: 20px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 768px) {
    .section_equipment {
        padding: 60px 0;
    }
    .section_equipment .inner {
        gap: 30px;
    }
    .equip_item {
        width: 100%;
    }
    .equip_item .txt_box {
        font-size: 18px;
    }
    .section_equipment .sec_header .xray_case_title {
        font-size: 24px;
    }
}

/* section_ortho_cases (정형외과 수술사례) */
.section_ortho_cases {
    background-color: #fff;
    padding: 100px 0;
}
.section_ortho_cases .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
}
.section_ortho_cases .sec_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}
.section_ortho_cases .sec_header .xray_case_eng {
    color: #452602;
    font-size: 18px;
    font-family: Pretendard, sans-serif;
    font-weight: 500;
    letter-spacing: 3.24px;
    text-transform: uppercase;
}
.section_ortho_cases .sec_header .xray_case_title {
    color: #1A1A1A;
    font-size: 30px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
}
.ortho_cases_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 38px 20px;
    width: 100%;
}
.ortho_case_pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.ortho_case_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.ortho_case_item .img_box {
    width: 100%;
    aspect-ratio: 345 / 249;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    background-color: #F5F2ED;
}
.ortho_case_item .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.ortho_case_pair:hover .img_box img {
    transform: scale(1.05);
}
.ortho_case_item .img_box .case_badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 16px;
    font-family: Pretendard, sans-serif;
    font-weight: 500;
    line-height: 36px;
    z-index: 10;
}
.ortho_case_item .img_box .case_badge.before {
    background: #F5F2ED;
    color: #B8860B;
}
.ortho_case_item .img_box .case_badge.after {
    background: #B8860B;
    color: #fff;
}
.ortho_case_item .txt_box {
    color: #000;
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
    line-height: 36px;
}

/* Responsive for section_ortho_cases */
@media screen and (max-width: 1024px) {
    .section_ortho_cases {
        padding: 80px 0;
    }
    .section_ortho_cases .inner {
        gap: 50px;
    }
    .ortho_cases_container {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 768px) {
    .section_ortho_cases {
        padding: 60px 0;
    }
    .section_ortho_cases .inner {
        gap: 30px;
    }
    .ortho_case_pair {
        gap: 12px;
    }
    .ortho_case_item {
        gap: 12px;
    }
    .ortho_case_item .img_box .case_badge {
        font-size: 12px;
        line-height: 20px;
        top: 8px;
        left: 8px;
        padding: 2px 6px;
    }
    .ortho_case_item .txt_box {
        font-size: 16px;
        line-height: 1.4;
    }
    .section_ortho_cases .sec_header .xray_case_title {
        font-size: 24px;
    }
}