/* LNB */

#nt_lnb {
    display: none !important;
}

/* PC 헤더 */

#header_pc {
    display: none !important;
}

/* 메뉴 */

#nt_menu {
    display: none !important;
}

.nt-menu .me-sh {
    padding: 0.50rem 0.4rem;
}

#nt_footer {
    display: none !important;
}

/* 레이아웃 분할 */

#nt_body {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 140px;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

#nt_body ._1 {
    overflow-y: auto;
    flex-basis: 0px;
    flex-shrink: 1;
    flex-grow: 1;
    max-width: 360px;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

#nt_body ._2 {
    overflow-y: scroll;
    max-width: 500px;
    width: 100%;
    height: 100vh;
    padding: 0 20px;
    /* background-color: rgb(248, 248, 248); */
    background-color: rgb(255, 255, 255);
    /* box-shadow: rgba(24, 24, 24, 0.08) 0px 10px 30px; */
}

::-webkit-scrollbar {
    display: none;
}

#nt_body ._2 #nt_menu {
    display: block !important;
    border-radius: 999px;
}

#nt_body ._2 #nt_menu .me-icon.order-1,
#nt_body ._2 #nt_menu .me-icon.order-3 {
    display: none !important;
}

/* #nt_body ._2 #nt_menu .order-2 {
    display: none !important;
} */

#nt_body ._2 #nt_menu .me-list>ul>li {
    width: 20%;
}

#nt_body ._2 #nt_menu .me-list>ul>li:first-child>a {
    border-radius: 999px 0 0 999px;
}

#nt_body ._2 #nt_menu .me-list>ul>li:last-child>a {
    border-radius: 0 999px 999px 0;
}

#nt_body ._2 #nt_menu .me-list>ul>li .sub-1div {
    border-radius: 0 0 17px 17px;
}

#nt_body ._2 #nt_menu .me-list>ul>li:first-child .sub-1div {
    border-radius: 17px 0 17px 0;
}

#nt_body ._2 #nt_menu .me-list>ul>li:last-child .sub-1div {
    border-radius: 0 17px 0 17px;
}

/* 서브메뉴(2뎁스) 호버 시 모서리 깎임 방지 */
#nt_body ._2 #nt_menu .me-list>ul>li:first-child .sub-1div li:first-child>a {
    border-top-left-radius: 17px !important;
}

#nt_body ._2 #nt_menu .me-list>ul>li:first-child .sub-1div li:last-child>a {
    border-bottom-right-radius: 17px !important;
}

#nt_body ._2 #nt_menu .me-list>ul>li:last-child .sub-1div li:first-child>a {
    border-top-right-radius: 17px !important;
}

#nt_body ._2 #nt_menu .me-list>ul>li:last-child .sub-1div li:last-child>a {
    border-bottom-left-radius: 17px !important;
}

#nt_body ._2 #nt_menu .me-list>ul>li:not(:first-child):not(:last-child) .sub-1div li:last-child>a {
    border-bottom-left-radius: 17px !important;
    border-bottom-right-radius: 17px !important;
}


#nt_body ._2 #nt_menu .me-list>ul>li:first-child.on .me-a,
#nt_body ._2 #nt_menu .me-list>ul>li:first-child:hover .me-a {
    border-radius: 21.25px 0 0 21.25px;
}

#nt_body ._2 #nt_menu .me-list>ul>li:last-child.on .me-a,
#nt_body ._2 #nt_menu .me-list>ul>li:last-child:hover .me-a {
    border-radius: 0 21.25px 21.25px 0;
}

#nt_body ._2 #nt_menu .me-list>ul>li .me-a {
    font-size: 15px !important;
    padding: 10px 0 !important;
}

.nt-menu .sub-1dli .sub-1da {
    font-size: 13px !important;
    font-weight: normal !important;
    text-align: center;
}

#nt_body ._2 #nt_footer {
    display: block !important;
}

/* */

section .sec_inner {
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
}

#nt_body ._1 strong {
    font-size: 42px;
}

.fxc {
    height: 120px;
    border: 1px solid rgb(239, 239, 239);
    border-radius: 10px;
}

.stit {
    font-size: 18px;
    font-weight: 500;
}

/* */

._1_box {
    margin: 20px 0 0;
    padding: 10px 20px;
    background-color: rgb(250, 250, 250);
    border-radius: 10px;
}

._1_box .fxs {
    justify-content: space-between;
    column-gap: 15px;
    margin: 10px 0 0;
    padding: 20px 15px;
    border: 1px solid rgb(239, 239, 239);
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

._1_box .counsel {
    column-gap: 15px;
    margin: 15px 0 0;
    padding: 20px 15px;
    border: 1px solid rgb(239, 239, 239);
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

._1_box .counsel .txt {
    margin-bottom: 10px;
    font-size: 12px;
    color: #666;
}

._1_box .counsel .fxsb>div:nth-child(1) {
    display: grid;
    row-gap: 8px;
}

._1_box .counsel div:nth-child(1) input {}

._1_box .counsel div:nth-child(2) .btn-lg {
    width: 100px;
    padding: 13px 16px;
}

._1_box .custom-checkbox .custom-control-label span,
._1_box .custom-radio .custom-control-label span {
    font-size: 12px;
    color: #666;
}

/* */

._2 .list-group-item {
    background: transparent;
}

._2 .carousel {
    overflow: hidden;
    margin: 20px 0 0;
    border-radius: 10px;
    border: 1px solid rgb(239, 239, 239);
}

._2 .fxsb {
    column-gap: 15px;
    margin: 10px 0 0;
    padding: 27px 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(239, 239, 239);
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 30px; */
    border-radius: 10px;
}

._2 .fxsb._2n {
    padding: 20px 20px;
    border: 1px solid rgb(239, 239, 239);
    box-shadow: rgba(0, 0, 0, 0) 0 0 0;
}

._2 .fxsb strong {
    font-size: 16px;
}

._2 .fxsb p {
    padding: 5px 0 0;
    font-size: 12px;
    color: #777;
}

._2 .grids {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 10px;
}

._2 ._box {
    column-gap: 15px;
    margin: 10px 0 0;
    padding: 27px 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(239, 239, 239);
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 30px; */
    border-radius: 10px;
}

._2 ._box h3 {
    font-weight: 500;
}

._2 ._box .na-title .na-subject {
    font-size: 13px;
}

._2 ._box .na-title .text-muted {
    font-size: 13px !important;
}

#nt_footer {
    font-size: 12px !important;
}

#nt_footer ul>li {
    padding: 2px 0;
}

/* 견적 입력 폼 */

._2 ._ibox {
    padding: 15px 20px;
    background-color: #fafafa;
    border: 1px solid rgb(239, 239, 239);
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 30px; */
    border-radius: 10px;
}

._ibox .required {
    display: inline-block;
    padding: 0 2px;
    color: transparent;
}

.input--number,
.input--text,
.input--textarea {
    background: #fff;
    border: 1px solid #dde1e6;
    border-radius: 4px;
    display: block;
    font-size: 13px;
    height: 45px;
    letter-spacing: -.3px;
    line-height: 45px;
    line-height: 1.5;
    padding: 12px 10px;
    width: 100%;
}

._ibox .title {
    font-size: 15px;
}

._ibox .title em {
    font-size: 12px;
    font-style: normal;
}

._ibox .input_box {
    display: flex;
    flex-direction: column;
}

._ibox .custom-checkbox .custom-control-label span,
._ibox .custom-radio .custom-control-label span {
    font-size: 13px;
}

.prev_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #f0f3f6;
    color: #838c96;
    width: 100%;
    height: 48px;
    border-radius: 4px;
}

.next_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    width: 100%;
    height: 48px;
    border: 0;
    font-size: 20px;
    border-radius: 4px;
}

/* 미디어쿼리 */

@media all and (max-width: 1024px) {

    #nt_body ._1 {
        display: none;
    }

    #nt_body ._2 {
        max-width: 100%;
    }

}

@media all and (max-width: 500px) {

    #nt_body ._2 #nt_menu .me-list>ul>li .me-a {
        font-size: 13px !important;
    }

    .nt-menu .sub-1dli .sub-1da {
        font-size: 12px !important;
    }

}

/* 상담 버튼 공통 및 전용 스타일 */
.btn-counsel-kakao {
    background-color: #FFE600 !important;
    border-color: #FFE600 !important;
    color: #1E1E1E !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border-radius: 8px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-counsel-kakao:hover {
    background-color: #F7D100 !important;
    border-color: #F7D100 !important;
}

.btn-counsel-phone {
    background-color: #0068de !important;
    border-color: #0068de !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border-radius: 8px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-counsel-phone:hover {
    background-color: #0069d9 !important;
    border-color: #0069d9 !important;
}

/* 모바일용 하단 플로팅 메뉴 */
.mobile-floating-menu {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 1px solid #dde1e6;
    padding: 12px;
    z-index: 1000;
    gap: 10px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.mobile-floating-menu .btn-counsel-kakao,
.mobile-floating-menu .btn-counsel-phone {
    flex: 1;
    font-size: 15px !important;
    padding: 12px 6px !important;
    margin: 0;
}

@media all and (max-width: 1024px) {
    .mobile-floating-menu {
        display: flex !important;
    }

    /* wrapper에 하단 여백 추가 */
    .wrapper {
        padding-bottom: 72px !important;
    }
}

/* 푸터 카드 레이아웃 스타일 */
.footer-card {
    background-color: #f1f5fd;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    text-align: left;
}

.footer-card-body {
    padding: 16px;
}

.footer-top-info {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f3f6;
    padding-bottom: 16px;
}

.footer-logo {
    width: 80px;
    flex-shrink: 0;
    margin-right: 20px;
}

.footer-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.footer-company-desc {
    flex-grow: 1;
}

.footer-company-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.footer-company-name {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-right: 15px;
}

.footer-company-owner {
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 500;
}

.footer-company-address {
    font-size: 12px;
    color: #1a1a1a;
    margin: 8px 0 0 0;
    font-weight: 400;
    line-height: 1.5;
}

.footer-detail-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-flex-item {
    display: flex;
    align-items: center;
    padding: 6px 0;
    margin-right: 20px;
}

.footer-flex-item:last-child {
    margin-right: 0;
}

.footer-item-icon {
    width: 18px;
    height: auto;
    flex-shrink: 0;
    margin-right: 10px;
    display: block;
}

.footer-item-separator {
    color: #cbd5e1;
    margin: 0 8px;
    font-size: 11px;
    user-select: none;
}

.footer-policy-item {
    align-items: flex-start;
}

.footer-policy-item .footer-item-icon {
    margin-top: 1px;
}

.footer-policy-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-policy-links .footer-item-separator {
    display: none;
}

@media (min-width: 768px) {
    .footer-policy-item {
        align-items: center;
    }

    .footer-policy-item .footer-item-icon {
        margin-top: 0;
    }

    .footer-policy-links {
        flex-direction: row;
        align-items: center;
        gap: 0;
    }

    .footer-policy-links .footer-item-separator {
        display: inline;
    }
}

.footer-item-text {
    font-size: 12px;
    color: #1a1a1a;
    font-weight: 400;
}

.footer-item-link {
    font-size: 12px;
    color: #1a1a1a;
    font-weight: 400;
    text-decoration: none !important;
    transition: all 0.3s;
}

.footer-item-link:hover {
    color: #0068de;
}

.footer-item-link.text-blue {
    color: #0068de !important;
}

.footer-copyright {
    background-color: #003fb0;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal !important;
    text-align: center;
    padding: 12px 0;
}

.footer-copyright strong {
    font-weight: bold !important;
}

@media (max-width: 576px) {
    .footer-top-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-logo {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .footer-card-body {
        padding: 12px;
    }
}