﻿:root {
    --color-main-light: #7ab7d1;
    --color-main-light-hover: #ebe036;
}

body {
    overflow: unset;
}

.fullpage {
    width: 100%;
    max-width: unset;
}

.fullpage h2 {
    color: #000;
}

.fullpage h3 {
    padding: 0
}

.site_nav {
    position: sticky;
}

@media screen and (max-width: 1000px) {
    .site_nav {
        position: unset;
    }
}

.btn-or {
    --bs-btn-color: #333;
    --bs-btn-bg: #beddea;
    --bs-btn-border-color: #beddea;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: #ebe036;
    --bs-btn-hover-border-color: #ebe036;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #333;
    --bs-btn-active-bg: #ebe036;
    --bs-btn-active-border-color: #ebe036;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #98cae4;
    --bs-btn-disabled-border-color: #98cae4;
    --bs-btn-padding-x: 2.25rem;
}

.btn-or:hover,
.btn-or-outline:hover,
.btn-or-outline-2:hover {
    text-decoration: none!important;
}

.btn-or-outline {
    --bs-btn-color: #333;
    --bs-btn-bg: #ebe036;
    --bs-btn-border-color: #ebe036;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7ab7d1;
    --bs-btn-hover-border-color: #7ab7d1;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #8dc5dd;
    --bs-btn-active-border-color: #8dc5dd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #bdd8e7;
    --bs-btn-disabled-border-color: #bdd8e7;
    --bs-btn-padding-x: 2.25rem;
    text-decoration: none!important;
}

.btn-or-outline-2 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ffffff00;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: #ebe036;
    --bs-btn-hover-border-color: #ebe036;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #333;
    --bs-btn-active-bg: #ebe036;
    --bs-btn-active-border-color: #ebe036;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #98cae4;
    --bs-btn-disabled-border-color: #98cae4;
    --bs-btn-padding-x: 2.25rem;
    --bs-btn-border-width: 2px;
    --bs-btn-font-weight: 600;
    text-decoration: none!important;
}

.an-background {
    transition: all ease .3s;
}

.an-background:hover {
    background: var(--color-main-light)
}

.an-background:hover * {
    color: #fff!important;
}

.rr-li {
    border-radius: 25px;
    width: 100%;
    height: 260px;
    overflow: hidden;
    border: #eee solid 1px;
}

.rr-li .img {
    height: 160px;
    overflow: hidden;
    width: 100%;
}

.rr-li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rr-li a {
    width: 100%;
    height: 160px;
    display: flex;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    padding: 15px;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
}

.rr-li a span {
    padding: 5px 10px;
    transform: translateY(0);
    border-top: #eee solid 1px;
    margin-top: auto;
}

.rr-li:hover a {
    text-decoration: none;
}

.rr-li:hover a span {
    background: rgb(var(--bs-link-hover-color-rgb))
}

.fs-box {
    padding: 0 0 100px 0;
}

@media screen and (max-width: 1000px) {
    .fs-box {
        padding: 0 0 50px 0;
        overflow: hidden;
    }
}

.fs-box .swiper {
    padding: 25px;
    margin: 0 -25px;
}

.fs-box .swiper-button-prev {
    left: -70px;
}

.fs-box .swiper-button-next {
    right: -70px;
}

.fs-box .swiper-button-prev,
.fs-box .swiper-button-next {
    opacity: 0;
    transition: all .2s ease;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15);
}

.fs-box .swiper-button-prev::after,
.fs-box .swiper-button-next::after {
    color: var(--color-main-light);
    font-size: 22px;
}

.fs-box .swiper-button-prev:hover,
.fs-box .swiper-button-next:hover {
    background: var(--color-main-light-hover);
    color: #fff;
}

.fs-box .swiper-button-prev:hover::after,
.fs-box .swiper-button-next:hover::after {
    color: #fff;
}

.fs-box:hover .swiper-button-prev,
.fs-box:hover .swiper-button-next {
    opacity: 1;
}

.fs-box .swiper-pagination-bullet-active {
    background: #1e83ca;
}

.fs-swiper {
    height: auto;
    padding-bottom: 60px;
}

.fs-swiper .swiper-slide,
.fp-swiper .swiper-slide {
    height: unset;
}

.fp-swiper .box {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 15px 20px;
    height: 100%;
    align-content: flex-start;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.15);
    transition: all .2s ease;
    flex-direction: column;
}

.fs-swiper .box {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 20px;
    height: 100%;
    align-content: flex-start;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.15);
    transition: all .2s ease;
    flex-direction: column;
    background: var(--color-main-dark);
    color: #fff;
}

.fs-swiper .box:hover {
    background: #fff;
    color: unset;
}

.fs-swiper .box:hover h3 {
    border-color: #fff;
    color: #fff;
}

.fs-box .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    background-color: var(--color-main-light);
    transition: all .2s ease;
    opacity: 1;
}

.fs-box .swiper-pagination-bullet-active {
    width: 80px;
    border-radius: 15px;
    background-color: var(--color-main-light);
}

.fs-swiper .box h3 {
    padding: 15px 0;
    margin-bottom: 15px;
    width: 100%;
    min-height: 75px;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: #fff;
    border-bottom: #fff solid 1px;
}

.fs-swiper .box:hover h3 {
    color: var(--color-main-dark);
    border-bottom: #999 solid 1px;
}

.fp-swiper .box h3 {
    padding: 15px 0;
    border-bottom: #999 solid 1px;
    margin-bottom: 15px;
    width: 100%;
    min-height: 75px;
    display: flex;
    align-items: center;
    color: var(--color-main-dark);
    font-size: 1.2rem;
}

.fs-swiper .box a,
.fp-swiper .box a {
    display: inline-block;
}

.fs-swiper .ico {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fp-swiper {
    height: auto;
    padding-bottom: 60px;
}

.fp-swiper .pic {
    margin: -15px -20px;
    padding-bottom: 20px;
    overflow: hidden;
    transition: all ease .2s;
    position: relative;
    height: 274px;
}

.fp-ico {
    display: flex;
    width: 100%;
    height: calc(100% - 20px);
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease .2s;
    background-color: #7ab7d1b6;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fp-swiper .box:hover .pic .fp-ico {
    opacity: 1;
}

.tab {
    display: none;
}

.tab.active-tab {
    display: block;
}

.tabs-box .tab-btn {
    border: #f5f5f5 solid 1px;
    background: #f5f5f5;
    border-radius: 4px;
    line-height: 1;
    padding: 5px 15px;
    transition: all ease .2s;
}

.tabs-box .tab-btn.active-btn {
    background: var(--color-main-light);
    color: #fff;
    border: var(--color-main-light) solid 1px;
}

.tabs-box .tab-btn:hover {
    background: var(--color-main-light);
    color: #fff;
    border: var(--color-main-light) solid 1px;
}

.new-table {
    min-width: 768px;
    max-width: 1246px;
}

.new-table tr:nth-child(1) td {
    border-top: #7ab7d1 solid 1px;
}

.sp-bbox {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    border: #f5f5f5 solid 1px;
    border-radius: 4px;
    padding: 30px 25px 5px 25px;
    position: relative;
    height: 100%;
}

.sp-bbox .title {
    background: var(--color-main-light);
    border-radius: 2px;
    color: #fff;
    position: absolute;
    top: -15px;
    left: 8px;
    width: auto;
    height: 30px;
    display: flex;
    align-items: center;
    /* padding: 0 15px; */
    line-height: 30px;
}

.sp-bbox .title a,
.sp-bbox .title span {
    color: #fff;
    display: block;
    padding: 0 15px;
}

.sp-bbox .title:hover a {
    background: var(--color-main-light-hover);
    color: #fff;
}

.sp-bbox p {
    line-height: 1.7
}

.faq-grid.style-2 {
    row-gap: 24px;
}

.faq-grid.style-2 .question,
.faq-grid.style-2 h3.question {
    color: #000000;
    margin: 0;
    padding: 10px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    transition: background-color .3s ease;
    font-size: 1rem;
    border-radius: 4px;
}

.faq-grid.style-2 .question.active,
.faq-grid.style-2 h3.question.active,
.faq-grid.style-2 .question.active:hover,
.faq-grid.style-2 h3.question.active:hover {
    background: var(--color-main-light);
    color: #fff;
}

.faq-grid.style-2 .answer.active {
    padding: 24px 24px 0px 24px
}

.faq-grid.style-2 .question:hover,
.faq-grid.style-2 h3.question:hover {
    background: #d3eefa;
}

.faq-grid.style-2 .faq-item {
    border: none;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
}

.faq-grid.style-2 .question {
    position: relative;
}

.faq-grid.style-2 .question::after {
    position: absolute;
    top: unset;
    right: 15px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-bottom-color: #fff;
    border-right: 2px solid #fff;
    border-right-color: #fff;
    content: "";
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    border-color: #333;
}

.faq-grid.style-2 .question.active::after {
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #fff;
}

.faq-grid.style-2 .answer {
    transition: all 0.3s ease;
}

.downLoadInquiryView {
    z-index: 100000!important;
}

.inquiry-box {
    z-index: 108000!important;
}

#popupbg {
    z-index: 107000!important;
}

header.fixed {
    box-shadow: unset;
    border-bottom: #eee solid 1px;
    z-index: 99999;
}

.getinquiry {
    display: none;
}

.services-container {
    margin: 0
}

.banner-Services {
    display: none;
}

.bread-crumb {
    border-top: #eee solid 1px;
    padding-top: 1rem;
    border-bottom: 0;
    padding-bottom: 0;
}

.sp-1 .swiper-slide {
    text-align: center!important;
}

.swiper-button-next,
.swiper-button-prev {
    border: none;
    color: #fff !important;
    --swiper-navigation-size: 1.1rem;
    border-radius: 45px;
    width: 45px!important;
    height: 45px !important;
    display: flex!important;
    background: #7ab7d1;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #ebe036;
    color: #fff!important;
}

#ql-go2 {
    position: sticky;
    top: 105px;
    background: #fff;
    /* border-bottom: #7ab7d1 solid 2px; */
    z-index: 99;
}


/* @media screen and (max-width: 768px) {
    #ql-go2 {
        top: 0!important;
    }
} */

#ql-go2 span.btn {
    padding: 5px 15px!important;
    font-weight: 700;
}

#ql-go2 ul {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: #7ab7d1 solid 2px;
}

.h2_tit,
.realtedinfo .h2_tit,
h2.h2_tit {
    font-size: 28px;
}

.f-28 {
    font-size: 28px!important;
}

.f-18 {
    font-size: 18px!important;
}

.f-16 {
    font-size: 16px!important;
}

#ql-go2 ul li a {
    display: block;
    text-wrap: nowrap;
    border-radius: 60px;
    padding: 5px 15px;
    font-weight: 700;
}

#ql-go2 ul li.active a {
    background: #7ab7d1;
    color: #fff!important;
}

#ql-go2 ul li a,
#ql-go2 ul li a::before {
    color: #000;
}


/* #ql-go2 ul li a::before {
    content: "→";
    margin-right: 5px;
    font-weight: 900;
    color: #7ab7d1;
    font-size: 1.25rem;
    vertical-align: middle;
} */

#ql-go2 ul li a:hover::before,
#ql-go2 ul li a:hover {
    color: #7ab7d1;
}

.swiper-pagination-bullet-active {
    --swiper-theme-color: #7ab7d1!important;
}

.tab-style-1 .tab-btns li {
    border-radius: 8px;
    border-bottom: 1px solid #ddd;
    font-size: .875rem;
    font-weight: 700;
    position: relative;
    background: #fff;
}

.tab-style-1 .tab-btns li h3 {
    font-size: .875rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.tab-style-1 .tab-btns {
    border: none;
}

.tab-style-1 .tab-btns li.tab-btn.active-btn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -17px;
    left: 50%;
    margin-left: -12px;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #7ab7d1;
    border-width: 0 12px 12px;
    z-index: 1200;
}

.tab-style-1 .content {
    border-top: #7ab7d1 solid 1px;
}

.pdf-l-box {
    cursor: pointer;
    text-align: center;
    margin: 0!important;
}

.pdf-l-box:hover .btn-or {
    background: #fd9b71
}

.pdf-l-box img {
    max-width: 100%;
}


/* .sp-3 .swiper-wrapper {
    flex-wrap: wrap;
    row-gap: 25px;
}

.sp-3 .swiper-slide {
    margin: 0
} */

.form-inquiry-pdf-new {
    display: none;
}

.sp-4 {
    position: relative;
}

.prev-sp-4 {
    left: -60px!important
}

.next-sp-4 {
    right: -60px!important
}

@media screen and (max-width: 769px) {
    .tab-style-1 .tab-btns li.tab-btn.active-btn:after {
        display: none;
    }
    .tab-style-1 .content {
        border: none
    }
    .table-m table tr {
        display: flex;
        flex-wrap: wrap;
    }
    .table-m table td {
        width: 100%;
    }
    .tab-btns {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .tab-style-1 .tab-btns li.tab-btn {
        text-wrap-mode: nowrap;
    }
    .swiper-button-next,
    .swiper-button-prev {
        border: none;
        color: #7ab7d1 !important;
        --swiper-navigation-size: 1.3rem;
        border-radius: 30px;
        width: 30px!important;
        height: 30px !important;
        display: flex!important;
        background: #fff;
    }
    .sp-3 {
        padding-bottom: 50px !important;
    }
    .prev-sp-4,
    .next-sp-4 {
        display: none!important;
    }
}

@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%;
    }
}

.sp-style-3 {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: flex-start;
}

.sp-style-3 .img {
    width: 76px;
    height: 76px;
}

.sp-style-3 .content {
    width: calc(100% - 86px)
}

.sp-style-3 .content p {
    margin: 0;
    padding: 0
}

.sp-2 .swiper-slide {
    height: unset;
}

.imgb0db {
    position: relative;
    width: 210px;
    height: 270px;
    perspective: 1000px;
    margin: 25px auto 55px auto;
}

.imgb0db img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease;
    transform-origin: bottom center;
}

.imgb0db img:nth-child(1) {
    transform: rotate(-20deg);
}

.imgb0db img:nth-child(2) {
    transform: rotate(-10deg);
}

.imgb0db img:nth-child(3) {
    transform: rotate(0deg);
}

.imgb0db img:nth-child(4) {
    transform: rotate(10deg);
}

.imgb0db img:nth-child(5) {
    transform: rotate(20deg);
}

#ql-box2 p:not([class]),
#ql-box2 .ullist:not(.list-disc) li,
#ql-box2 .ollist:not(.list-disc) li {
    font-size: 15px;
}

#ql-box2 p {
    margin: 0 0 15px 0;
}

#ql-box2 .sp-style-3 .content p:last-child {
    margin: 0;
}

@media (min-width: 1400px) {
    #ql-box2 .container {
        max-width: 1270px;
    }
}

.section-banner {
    min-height: 567px;
    height: calc(100vh - 156px);
    width: 100%;
    position: relative;
}

.section-banner>* {
    position: relative;
    z-index: 2;
}

.section-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7ab7d1e5;
    z-index: 1;
}

@media (max-width: 768px) {
    .section-banner {
        min-height: 567px;
        height: auto;
    }
}

.sp2-pagination .swiper-pagination-bullet {
    background: #333;
}

.sp-style-4 {
    position: relative;
    height: 100%;
    min-height: 215px;
}

.sp-style-4>* {
    color: #fff;
}

.sp-style-4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7ab7d1c5;
    z-index: 2;
}

.sp-style-4.dr-bg::before {
    background: #7ab7d1c5;
}

.sp-style-4 .content {
    position: relative;
    z-index: 3;
    padding: 10px 15px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.sp-style-4 .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.sp-style-4 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-icon {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    position: relative;
    margin: 25px 0 60px 0;
}

.top-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d6d6d6;
    z-index: 1;
}

.top-icon .tab-nav {
    text-align: center;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.top-icon .tab-nav p {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 700;
    color: #888;
    margin: 0!important;
    transition: all 0.3s ease;
    text-wrap: nowrap;
    white-space: nowrap;
}

.top-icon .tab-nav span {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d6d6d6;
    color: #fff;
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

.top-icon .tab-nav:hover span,
.top-icon .tab-nav.active-tab span {
    background: #ebe036;
    color: #333;
}

.top-icon .tab-nav:hover p,
.top-icon .tab-nav.active-tab p {
    color: #333;
}

.tab-content-page {
    display: none;
    text-align: center;
}

.tab-content-page.active-content {
    display: block;
}

@media screen and (max-width: 768px) {
    .top-icon {
        padding: 0 30px
    }
    .top-icon .tab-nav span {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
    .top-icon .tab-nav p {
        display: none;
    }
    .top-icon .tab-nav.active-tab p {
        display: unset;
    }
}

.s-ollist {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.s-ollist li {
    counter-increment: item;
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px
}

.s-ollist li:last-child {
    margin-bottom: 0
}

.s-ollist li::before {
    content: counter(item);
    background: #7ab7d1;
    border-radius: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 0
}

.sp-style-5 {
    overflow: hidden;
    position: relative;
}

.sp-style-5 .pic {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp-style-5 .title {
    padding: 10px 15px;
    text-align: center;
    background: #f5f5f5;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 90;
    left: 0;
}

.sp-style-5 .pic img {
    object-fit: cover;
    width: auto;
    height: 100%
}

.sp-style-5 .content {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    display: flex;
    padding: 15px;
    overflow: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
    height: 100%;
    align-content: flex-start;
    transition: all ease .4s;
}

.sp-style-5 .content a {
    background: #fff;
    padding: 2px 5px;
    border-radius: 4px;
    width: calc(50% - 2.5px);
    font-size: 13px;
    text-align: center;
}

.sp-style-5 .content a:hover {
    background: var(--color-main-light);
    color: #fff;
}

.sp-style-5:hover .content {
    color: #fff;
    top: 0
}

.sp-style-5::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all ease .3s;
}

.sp-style-5:hover::after {
    background: rgba(0, 0, 0, 0.5);
}

.inquiry-box.active {
    max-width: 728px;
    padding: 20px;
    background: #fff;
    border: #eee solid 1px;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 108;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    max-height: 100%;
    overflow: auto;
}

.inquiry-box.active .titbg {
    background: none;
    color: #000;
    font-size: 2.2rem !important;
}

.inquiry-box.active .price-con .p-cont {
    padding: 5px !important;
}

.inquiry-box.active .price-con ul {
    margin: 5px 0;
    display: flex;
    flex-direction: row;
}

.inquiry-box.active .price-con ul li {
    padding: 0;
    list-style: none;
    line-height: 1.3;
}

.inquiry-box.active .price-con .p-cont strong {
    font-size: 14px!important;
    margin-bottom: 5px!important;
}

.inquiry-box.active .price-con ul li {
    width: 100%!important
}

.inquiry-box.active .price-con .p-cont {
    font-size: 13px !important;
    line-height: 1.5;
}

.inquiry-box.active .price-con {
    padding: 10px !important;
    background-size: 80px auto;
}

.inquiry-box.active .price-con .lockcon {
    padding-left: 70px;
}

.inquiry-box.active .price-con .p-cont {
    color: #333
}

.inquiry-box.active #formID ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.inquiry-box.active #formID ul li {
    width: 100%;
}

.inquiry-box.active #formID ul li:nth-child(1),
.inquiry-box.active #formID ul li:nth-child(2),
.inquiry-box.active #formID ul li:nth-child(3),
.inquiry-box.active #formID ul li:nth-child(4) {
    width: calc(50% - 10px);
}

@media screen and (max-width: 767px) {
    .inquiry-box.active #formID ul li {
        width: 100%!important;
    }
}

#popupbg {
    display: none;
    background: #000000a9;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999998;
}