@charset "UTF-8";

.only-mobile {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .only-mobile {
        display: block !important;
    }
}

@media screen and (max-width: 1024px) {
    .only-pc {
        display: none !important;
    }

    br.pc-br {
        display: none !important;
    }
}

:root {
    --primary: #8e5b48;
}

body.kakao-webview .hero-section {
    height: calc(var(--vh) * 100) !important;
}

@media (max-width: 1023px) {
    body.kakao-webview .hero-section {
        height: auto !important;
    }
}

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

.margin-inline-center {
    margin: 0 auto;
}

.w-full {
    width: 100%;
}

.text-white {
    color: #fff !important;
}

.semi-bold {
    font-weight: 500;
}

/* seo h1 숨김처리 */
.metaH1 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* header */
.global_header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.gnb {
    max-width: 1700px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.gnb_left {
    display: flex;
    align-items: center;
    gap: 70px;
}

.gnb .nav_menu {
    position: relative;
    cursor: pointer;
}

.gnb .nav_menu:hover>a {
    /* color: #4b8859; */
    position: relative;
}

.gnb .nav_menu>a::after {
    display: none;
}

.gnb .nav_menu>a {
    display: block;
    box-sizing: border-box;
    padding: 30px 0;
    text-align: center;
    transition: 0.45s;
    color: #171717;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: -0.36px;
    text-transform: capitalize;
}

.gnb .nav {
    display: flex;
    /* gap: 4vw; */
    gap: 50px;
    align-items: center;
}

.header_util {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header_util .header_user_ico {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    background: #f3f3f3;
    flex-shrink: 0;
}

.header_util .header_user_ico img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.header_util .btn_login {
    color: #171717;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: -0.36px;
    transition: 0.45s;
}

.header_util .btn_login {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.header_util .btn_logout {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.header_util .btn_join:hover {
    color: #fff;
}

.nav_menu .drop_tit {
    white-space: nowrap;
    color: #4b8859;
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
}

.nav_menu .drop_menu a {
    white-space: nowrap;
    color: #262626;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: -0.32px;
    transition: 0.45s;
    position: relative;
}

.burger,
.mnav_wrap {
    display: none;
}

.burger .burger_lines {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.burger .burger_lines>div {
    transition: 0.3s;
}

.burger.on .burger_lines>div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger.on .burger_lines>div:nth-child(2) {
    opacity: 0;
}

.burger.on .burger_lines>div:nth-child(3) {
    transform: rotate(-45deg) translate(3px, -3px);
}

[class*="ico"] {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ico_close {
    background: url("/img/common/ico_close.svg") center center / 100% no-repeat;
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 1400px) {
    .gnb .logo {
        width: 144px;
    }

    .gnb .logo img {
        width: 100%;
    }

    .gnb .nav {
        align-items: center;
        gap: 2.6vw;
    }

    .header_util .header_user_ico {
        width: 38px;
        height: 38px;
    }

    .header_util .header_user_ico img {
        width: 18px;
        height: 18px;
    }

    .gnb .nav_menu {
        /* flex: 1; */
    }

    .gnb .nav_menu>a {
        font-size: 15px;
    }

    .header_util .btn_login {
        font-size: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .global_header {
        height: 60px;
    }

    .gnb .nav,
    .gnb .header_util {
        display: none;
    }

    .gnb {
        height: 100%;
        position: relative;
    }

    .gnb .burger {
        margin-left: auto;
    }

    .burger {
        display: flex;
        border: none;
        background: none;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        z-index: 99;
    }

    .burger .burger_lines>div {
        width: 17px;
        height: 2px;
        border-radius: 999px;
        background: #333;
    }

    .burger .menu_arrow {
        display: block;
        width: 24px;
        height: 24px;
        color: #5c5c5c;
        transition:
            opacity 0.25s ease,
            transform 0.25s ease;
        animation: menu_arrow_bounce 2s ease-in-out infinite;
    }

    .burger.on .menu_arrow {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        animation: none;
    }

    @keyframes menu_arrow_bounce {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(4px);
        }
    }

    .mnav_wrap {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        max-height: 0;
        overflow: hidden;
        visibility: visible;
        z-index: 998;
        background: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: max-height 0.95s cubic-bezier(0.32, 0.72, 0, 1);
    }

    .mnav_wrap.on {
        /* max-height: calc(100vh - 60px); */
        /* overflow-y: auto; */
        min-height: calc(100vh - 60px);
        overflow-y: hidden;
        max-height: 100vh;
        -webkit-overflow-scrolling: touch;
    }

    .mnav_user {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding-block: 15px;
        cursor: pointer;
    }

    .header_user_ico {
        background: #f3f3f3;
        width: 36px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 999px;
    }

    .mnav_user_txt {
        color: #171717;
        font-size: 16px;
        font-weight: 400;
        line-height: 160%;
        letter-spacing: -0.32px;
    }

    .mnav_wrap::before {
        display: none;
    }

    .mnav_wrap .inner {
        position: static;
        width: 100%;
        height: auto;
        padding: 0;
        padding-top: 0;
        transform: translateY(-100%);
        transition: transform 0.95s cubic-bezier(0.32, 0.72, 0, 1);
    }

    .mnav_wrap.on .inner {
        transform: translateY(0);
    }

    .mnav_wrap.on::before {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .ico_close {
        width: 16px;
        height: 16px;
    }
}

/* gnb 호버액션 */
.nav_menu .drop {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 20px 20px;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.nav_menu:hover .drop {
    visibility: visible;
    opacity: 1;
}

.nav_menu .drop .drop_menu {
    padding: 16px 24px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.nav_menu .drop .drop_menu a {
    transition:
        color 0.3s ease,
        font-weight 0.3s ease;
}

.nav_menu .drop .drop_menu:hover {
    background: rgba(142, 91, 72, 0.05);
}

.nav_menu .drop .drop_menu:hover a {
    color: #8e5b48;
    font-weight: 600;
}

@media screen and (min-width: 1025px) {
    .mnav_wrap {
        position: fixed;
        right: 0;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: -99999;
        visibility: hidden;
    }

    .mnav_wrap.on {
        z-index: 1;
        visibility: visible;
    }

    .mnav_wrap .inner {
        position: fixed;
        background: #fff;
        width: 80%;
        height: 100%;
        margin-left: auto;
        padding-top: 100px;
        box-sizing: border-box;
        overflow-y: auto;
        top: 0;
        right: 0;
        transform: translateX(100%);
        transition: 0.3s;
    }

    .mnav_wrap.on .inner {
        transform: translateX(0);
    }

    .mnav_wrap::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.7);
        width: 100vw;
        height: 100%;
        z-index: -1;
        transition: 0.3s;
    }

    .mnav_wrap.on::before {
        display: block;
    }
}

.mnav_wrap .mdrop {
    display: none;
}

.mnav_wrap .mnav_menu>a {
    cursor: pointer;
    border-bottom: 1px solid #dedede;
    display: block;
    box-sizing: border-box;
    /* padding: 21px 3vw; */
    /* padding: 26px 20px; */
    padding: 21px 23px;
    display: flex;
    justify-content: space-between;
    color: #171717;
    font-size: 18px;
    transition: 0.3s;
    align-items: center;
    font-weight: 500;
}

.mnav_wrap .mnav_menu>a:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/img/common/menu_arrow_down.svg) center center / 100% no-repeat;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transform: rotate(0deg);
}

.mnav_wrap .mnav_menu.no-drop>a::after {
    display: none;
}

.mnav_wrap .mdrop_menu>a {
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    background: #f6f6f6;
    /* padding: 18px 5vw; */
    padding: 25px 23px;
    color: #171717;
    font-size: 16px;
    font-weight: 300;
    box-sizing: border-box;
    transition: 0.3s;
}

.mnav_wrap .mnav_menu>a.on {
    background: #8e5b48;
    color: #fff;
}

.mnav_wrap .mnav_menu>a.on::after {
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
}

/* 사이드네비 */
.quick_menu_wrap {
    position: fixed;
    right: 0;
    z-index: 101;
    top: 50%;
    transform: translateY(-50%);

    border-radius: 20px 0 0 20px;
    background: #fff;
    box-shadow: -1px 0 10px 0 rgba(0, 0, 0, 0.1);
}

.quick_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 32px 10px;
}

.quick_item {
    cursor: pointer;
}

.quick_divider {
    width: 30px;
    height: 1px;
    background: #e4e4e4;
    flex-shrink: 0;
    align-self: center;
}

.quick_menu .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    transition: 0.45s;
}

.quick_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.quick_item .txt {
    /* width: 0; */
    transition: 0.45s;
}

.quick_item .txt p {
    color: var(--primary);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.36px;
}

.quick_menu_btn {
    display: none;
}

@media screen and (max-width: 768px) {
    .quick_menu_wrap {
        top: auto;
        left: 0;
        right: 0;
        transform: translateY(100%);
        bottom: 0;
        padding: 10px 22px;
        border-radius: 8px 8px 0 0;
        background: #fff;
        box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.1);
        transition: transform 0.45s ease-out;
    }

    .quick_menu_wrap.is-scroll-visible {
        transform: translateY(0);
    }

    .quick_menu_wrap.up {
        bottom: 0;
    }

    .quick_menu {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 4px 8px;
        padding: 0;
        position: static;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .quick_menu_wrap.on .quick_menu {
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }

    .quick_menu>.quick_divider {
        display: none;
    }

    .quick_menu>.quick_item:last-child {
        display: none;
    }

    .quick_item a {
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .quick_item .txt p {
        font-size: 14px;
        text-align: center;
    }

    .quick_menu .icon {
        width: 32px;
        height: 32px;
    }

    .quick_menu .icon img {
        width: 20px;
    }

    .quick_menu_btn {
        display: none;
    }
}

/* top버튼 */
.go_top {
    position: fixed;
    right: 5vw;
    bottom: 100px;
    border: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 10px;
    z-index: 999;
}

/* footer */

.footer {
    background: #0f0a08;
}

.footer_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 560px;
}

.footer_left {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #331f18 0%, #1a0f0c 100%);
    isolation: isolate;
}

.footer_left::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/img/common/banpo.svg);
    background-repeat: no-repeat;
    background-position: 110% 30%;
    /* background-size: min(70%, 520px) auto; */
    opacity: 0.3;
    mix-blend-mode: soft-light;
    pointer-events: none;
    box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.25) inset;
}

.footer_left_inner {
    position: relative;
    z-index: 1;
    padding: 108px 110px;
    color: #fff;
}

.footer_quick {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 60px 0;
}

.footer_quick_btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 999px;
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: -0.32px;
    text-decoration: none;
    background: transparent;
    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.footer_quick_btn:hover {
    background: #fff;
    color: #1f0d06;
}

.footer_brand {
    margin: 0 0 34px 0;
}

.footer_brand_img {
    display: block;
    width: min(360px, 100%);
    height: auto;
}

.footer_info {
    margin: 0;
}

.footer_info_row {
    display: grid;
    grid-template-columns: 96px 1fr;
    column-gap: 24px;
    row-gap: 0;
    align-items: start;
}

.footer_info_row+.footer_info_row {
    margin-top: 16px;
}

.footer_info_label {
    margin: 0;
    color: #fff;
    font-family: Pretendard;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    /* 30.8px */
    letter-spacing: -0.55px;
}

.footer_info_value {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.5px;
}

.footer_tel {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.5px;
    text-decoration: none;
}

.footer_tel:hover {
    text-decoration: underline;
}

.footer_hours {
    margin-top: 16px;
}

.footer_hours_row {
    display: grid;
    grid-template-columns: 96px 1fr;
    column-gap: 24px;
    align-items: start;
}

.footer_hours_tit {
    margin: 0;
    color: #fff;
    font-family: Pretendard;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    /* 30.8px */
    letter-spacing: -0.55px;
}

.footer_hours_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 19px;
}

.footer_hours_list li {
    display: grid;
    grid-template-columns: 95px 1fr;
    gap: 8px;
    align-items: baseline;
}

.footer_hours_list b {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.5px;
}

.footer_hours_list span {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.5px;
}

.footer_legal {
    margin-top: 101px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer_legal_info {
    display: grid;
    gap: 6px;
}

.footer_legal_info p {
    margin: 0;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.45px;
}

.footer_legal_row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.footer_copy {
    color: #939393;
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.375px;
}

.footer_right {
    background: #f3f3f3;
}

.footer_map {
    width: 100%;
    height: 100%;
    min-height: 560px;
}

.footer_map #map {
    width: 100%;
    height: 100%;
}

/* laptop */
@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .footer_grid {
        min-height: 480px;
    }

    .footer_left_inner {
        padding: 72px 48px 96px;
    }

    .footer_quick {
        gap: 12px;
        margin-bottom: 40px;
    }

    .footer_quick_btn {
        font-size: 14px;
        padding: 6px 16px;
    }

    .footer_brand {
        margin-bottom: 24px;
    }

    .footer_brand_img {
        max-width: 300px;
    }

    .footer_info_row {
        grid-template-columns: 80px 1fr;
        column-gap: 16px;
    }

    .footer_info_row+.footer_info_row {
        margin-top: 12px;
    }

    .footer_info_label {
        font-size: 18px;
    }

    .footer_info_value,
    .footer_tel {
        font-size: 17px;
    }

    .footer_hours {
        margin-top: 12px;
    }

    .footer_hours_row {
        grid-template-columns: 80px 1fr;
        column-gap: 16px;
    }

    .footer_hours_tit {
        font-size: 18px;
    }

    .footer_hours_list {
        gap: 12px;
    }

    .footer_hours_list li {
        grid-template-columns: 80px 1fr;
        gap: 6px;
    }

    .footer_hours_list b,
    .footer_hours_list span {
        font-size: 17px;
    }

    .footer_legal {
        margin-top: 56px;
        gap: 10px;
    }

    .footer_legal_info p {
        font-size: 14px;
    }

    .footer_legal_row {
        gap: 16px;
    }

    .footer_copy {
        font-size: 13px;
    }

    .footer_map {
        min-height: 480px;
    }

    .footer_left::before {
        background-position: 115% 25%;
    }
}

@media screen and (max-width: 1024px) {
    .footer_grid {
        grid-template-columns: 1fr;
    }

    /* 태블릿·모바일: 지도 위, 내용 아래 */
    .footer_right {
        order: -1;
    }

    .footer_left {
        order: 0;
    }

    .footer_left_inner {
        padding: 64px 24px 134px;
    }

    .footer_map {
        min-height: 420px;
    }

    .footer_tit {
        font-size: 34px;
    }

    .footer_legal {
        margin-top: 56px;
    }
}

@media screen and (max-width: 768px) {
    .sec4_item_txt {
        padding-block: 24px;
    }

    .footer_left::before {
        display: none;
    }

    .footer_left_inner {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_content_wrap {
        width: 100%;
        box-sizing: border-box;
        padding-inline: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_quick {
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 4px;
        margin-bottom: 34px;
    }

    .footer_quick_btn {
        font-size: 13px;
        padding: 8px 8px;
    }

    .footer_brand {
        margin-bottom: 20px;
    }

    .footer_brand_img {
        margin-left: auto;
        margin-right: auto;
    }

    /* 오시는 길 정보 */
    .footer_info {
        width: 100%;
    }

    .footer_info_row {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        text-align: center;
        justify-items: center;
        gap: 4px;
    }

    .footer_info_row+.footer_info_row {
        margin-top: 16px;
    }

    .footer_info_label {
        grid-column: 1;
    }

    .footer_info_value {
        grid-column: 1;
        font-size: 18px;
    }

    .footer_hours {
        margin-top: 16px;
    }

    .footer_hours_row {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        gap: 4px;
    }

    .footer_hours_list {
        justify-items: center;
        display: grid;
        gap: 8px;
        width: 100%;
        max-width: 280px;
    }

    .footer_hours_list li {
        display: grid;
        grid-template-columns: 92px 1fr;
        gap: 8px;
        align-items: baseline;
        text-align: left;
        justify-items: start;
    }

    .footer_hours_list b,
    .footer_hours_list span {
        font-size: 18px;
    }

    .footer_legal {
        align-items: center;
        text-align: center;
    }

    .footer_legal_row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }

    .footer_legal_row span {
        display: block;
    }

    .footer_map {
        height: 291px;
    }
}

@media screen and (max-width: 768px) {
    .go_top {
        bottom: 10vw;
        transition: 0.45s;
    }

    .go_top.up {
        bottom: 200px;
    }
}

/* 빠른상담 */
.inquiry {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    color: #fff;
    z-index: 9999;
    /* padding: 20px 0; */
}

.inquiry .w_1360 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inquiry .tel {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    padding-right: 1.5vw;
}

.inquiry .tel::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url("/img/common/inquiry_tel.png") center center / 100% no-repeat;
}

.inquiry .input_wrap {
    display: flex;
    gap: 10px;
    flex: 1;
    padding-right: 10px;
}

.inquiry .input_box {
    flex: 1;
}

.inquiry .input_box input,
.inquiry .input_box select {
    display: block;
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 15px;
    border: none;
    box-sizing: border-box;
    color: #fff;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.inquiry .input_box select option {
    color: #333;
    text-align: center;
}

.inquiry .input_box input::placeholder {
    color: #fff;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.inquiry .button_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.inquiry .button_wrap .check_box {
    display: flex;
    align-items: center;
    gap: 6px;
}

.inquiry .button_wrap .check_box label {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.inquiry .button_wrap .check_box input {
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
}

.inquiry .button_wrap .check_box input:checked {
    background: url("/img/common/inquiry_check.png") center center / 100% 100% no-repeat;
    border: 1px solid #156a38;
}

.inquiry .button_wrap .check_box span,
.inquiry .button_wrap .check_box a {
    color: #fff;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.inquiry .button_wrap button {
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    background: linear-gradient(149deg, #307557 12.74%, #156a38 84.83%);
    line-height: 150%;
    border: none;
    padding: 12px 15px;
    box-sizing: border-box;
}

.inquiry .m_btn {
    display: none;
}

@media screen and (max-width: 1024px) {
    .inquiry {
        padding: 10px 0;
        transform: translateY(100%);
        transition: 0.45s;
    }

    .inquiry.on {
        transform: translateY(0);
    }

    .inquiry .m_btn {
        cursor: pointer;
        display: block;
        overflow: hidden;
        position: absolute;
        width: 136px;
        height: 36px;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 10px 10px 0px 0px;
        background:
            linear-gradient(149deg, #307557 12.74%, #156a38 84.83%),
            var(--Color, #4b8859);
        font-family: Poppins;
        font-size: 16px;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: 0.8px;
    }

    .inquiry .m_btn span {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 9px 24px;
        position: absolute;
        z-index: 1;
    }

    .inquiry .m_btn span:before {
        content: "";
        display: block;
        width: 20px;
        height: 18px;
        background: url("/img/common/inquiry_icon.png") center center / 100% no-repeat;
    }

    .inquiry .w_1360 {
        flex-direction: column;
        gap: 10px;
    }

    .inquiry .tel {
        font-size: 20px;
    }

    .inquiry .tel::before {
        width: 26px;
        height: 26px;
    }

    .inquiry .input_box input,
    .inquiry .input_box select {
        padding: 6px 15px;
        font-size: 14px;
    }

    .inquiry .input_box input::placeholder {
        font-size: 14px;
    }

    .inquiry .button_wrap {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .inquiry .button_wrap .check_box label {
        flex-direction: row;
        gap: 5px;
    }

    .inquiry .button_wrap button {
        font-size: 16px;
        padding: 6px 15px;
        width: 100%;
        max-width: 350px;
    }

    .inquiry .button_wrap .check_box span,
    .inquiry .button_wrap .check_box a {
        font-size: 12px;
    }

    .inquiry .m_btn_bg {
        display: flex;
        width: 100%;
        height: 100%;
        animation: bgflow 1s linear infinite forwards;
    }
}

@keyframes bgflow {
    100% {
        transform: translateX(-100%);
    }
}

@media screen and (max-width: 768px) {
    .inquiry {
        border-radius: 30px 30px 0 0;
        transform: translateY(0);
        padding: 20px 0 10px;
    }

    .inquiry.on {
        transform: translateY(0);
    }

    .inquiry .m_quick {
        transition: 0.3s;
        height: 63px;
    }

    .inquiry.change .m_quick {
        height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .m_quick ul {
        display: flex;
        justify-content: center;
        gap: 25px;
    }

    .m_quick ul li .icon {
        margin: 0 auto 10px;
        width: 36px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 999px;
        background: linear-gradient(149deg, #307557 12.74%, #156a38 84.83%);
    }

    .m_quick ul li p {
        font-family: Pretendard;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.3;
    }

    .inquiry form {
        transition: 0.3s;
        height: 151px;
    }

    .inquiry.on form {
        height: 0;
        opacity: 0;
        overflow: hidden;
    }
}

/* 비급여,개인정보 처리방침,환자의 의무와권리 */

.required_info_se {
    padding: 100px 0;
}

.required_info_se .cont_01 .tab_menu2 {
    display: flex;
    gap: 20px;
}

.sub_title_box h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 40px;
    line-height: 70px;
    font-family: "Noto Sans KR", sans-serif;
    border-bottom: solid 1px #a9c9f2;
    margin-bottom: 20px;
}

.obligations_box h3 {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #a9c9f2;
    font-weight: 700;
    margin-bottom: 30px;
}

.required_info_se .cont_01 .tab_menu2 li {
    font-size: 20px;
    font-family: "Noto Sans KR", sans-serif;
    line-height: 30px;
    font-weight: 500;
    color: #a9c9f2;
    border-bottom: none;
    cursor: pointer;
}

.required_info_se .cont_01 .tab_menu2 li:hover {
    border-bottom: solid 2px #a9c9f2;
}

.required_info_se .cont_01 .tab_menu2 li.on {
    color: #222;
    border-bottom: solid 2px #a9c9f2;
}

.w_1350 {
    max-width: 1350px;
    margin: 0 auto;
    width: 100%;
}

.obligations_box .small_text {
    font-size: 16px;
    line-height: 25px;
    color: #222;
    margin-bottom: 30px;
    font-family: "Noto Sans KR", sans-serif;
}

.obligations_box h4 {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 22px;
    line-height: 30px;
    color: #222;
    font-weight: 600;
    margin-bottom: 20px;
}

.bg_layout {
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 5%;
    box-sizing: border-box;
}

.left_fixed_se {
    background: #ecf4ff;
}

@media screen and (max-width: 1350px) {
    .w_1350 {
        width: 90%;
    }
}

@media screen and (max-width: 900px) {
    .subvs .bgtxt p {
        margin-bottom: 90px;
    }
}

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

    .sub_title_box h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 20px;
    }

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

.tab_container2 {
    margin-top: 40px;
}

.tab_container2 .table_1 table {
    width: 100%;
    border: solid 1px #a9c9f2;
}

.tab_container2 .table_1 table tr {}

.tab_container2 .table_1 table th {
    border: solid 1px #a9c9f2;
    padding: 10px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    background-color: #a9c9f2;
    color: #ccc;
    font-family: "Noto Sans KR", sans-serif;
}

.tab_container2 .table_1 table td {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    border: solid 1px #a9c9f2;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    color: #333;
    font-family: "Noto Sans KR", sans-serif;
}

.obligations_box h3 {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
}

.obligations_box h4 {
    font-size: 22px;
    line-height: 30px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}

.obligations_box .small_text {
    font-size: 16px;
    line-height: 25px;
    color: #333;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .tab_container2 .table_1 table th {
        font-size: 16px;
        line-height: 20px;
    }

    .tab_container2 .table_1 table td {
        font-size: 14px;
        line-height: 20px;
        padding: 10px;
    }

    .required_info_se {
        padding-top: 50px 0;
    }

    .obligations_box h3 {
        font-size: 20px;
    }

    .obligations_box .small_text {
        font-size: 14px;
    }

    .obligations_box h4 {
        font-size: 18px;
    }
}