@media only screen and (max-width:1500px) and (min-width:1000px) {
    .main-wrapper {
        width: 70% !important;
    }
}

@font-face {
    font-family: 'Chosun';
    font-weight: 400;
    src: url('../font/ChosunCentennial_ttf.ttf') format("truetype");
}

body {
    padding: 0;
    margin: 0;
}

html {
    font-family: 'NanumSquare' !important;
    font-weight: 400;
    font-size: 12pt;
    letter-spacing: -0.5px;

    user-select: none;
    -webkit-user-select: none;
    zoom: 100%;
    background-color: white;
}

.flex {
    display: flex !important;
}

.terms-popup-wrapper {
    display: none;
}

.main-fixedbar {
    z-index: 3;
}

.main-wrapper {
    position: relative;
    margin: auto;
}

.main-fixedbar {
    position: fixed;
    top: 0;
    width: inherit;
}

.main-container {
    position: relative;
    width: 100%;
    margin-top: -8px;
}

.main-image {
    width: 100%;
}

.consult-form{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 30px 30px;
    gap: 30px;
    background-color: #000;
}
.consult-form > img{
    width: 40%;
}
.consult-form .box_wrap{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.consult-form .box_wrap .top{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}
.consult-form .box_wrap .top > .box{
    width: initial;
    flex: 1;
}
.consult-form .box_wrap .box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}
.consult-form .box_wrap .box h6{
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 30px;
    font-family: 'Chosun';
}
.consult-form .box_wrap .box input[type=text]{
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 20px;
    background-color: #fff;
    box-sizing: border-box;
}
.consult-form .box_wrap .box textarea{
    width: 100%;
    height: 150px;
    padding: 10px;
    font-size: 20px;
    background-color: #fff;
    box-sizing: border-box;
}
.consult-form .box_wrap .box input[type=text]::placeholder,
.consult-form .box_wrap .box textarea::placeholder{
    color: gray;
}
.consult-form .box_wrap .agree{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 0;
}
.consult-form .box_wrap .agree .popup{
    display: inline-block;
    margin-left: 10px;
    padding: 3px 10px 1px 10px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
}

.consult-form .box_wrap .agree label .checkedTerms-text{
    color: #fff;
    font-size: 16px;
}
.consult-form .btn{
    width: 100%;
    height: 70px;
    color: #fff;
    font-size: 35px;
    font-family: 'Chosun';
    background-color: #4d0a0a;
}
.image-map {
    position: absolute;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    border: none;

    z-index: 1;
}

.collapsible {
    width: 90%;
    margin: 0 5% 5% 5% !important;
}

.collapsible-header {
    padding: 3% 4% !important;
    font-size: 2.5rem;

    color: black;
    font-weight: 900;
    font-family: 'NanumSquare' !important;
}

.collapsible-body {
    position: relative;
    padding: 3% 4% !important;
    font-size: 2rem;

    color: black;
    font-weight: 400;
    font-family: 'NanumSquare' !important;
    line-height: 180%;
}

.checkedTerms-text {
    padding-left: 25px !important;
}

.collapsible-item .expand-less {
    display: none;
}

.collapsible-item.active .expand-less {
    display: inline-block;
}

.collapsible-item.active .expand-more {
    display: none;
}

.call-popup {
    z-index: 100;
    display: none;
    position: fixed;

    background-color: white;
    border: 2px solid gray;
    border-radius: 20px;
}

.call-popup img {
    width: 100%;
}

.call-popup-pc {
    top: 10%;
    left: calc(50% - 250px);

    width: 500px;
}

.call-popup-mobile {
    top: 10%;
    left: 10vw;

    width: 80vw;
}

.footer {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
}

.quickform-wrapper {
    position: relative;
}
.quickform-wrapper .footer_tel{
    position: absolute;
    top: 24%;
    left: 27%;
    width: 17.5%;
    height: 22.3%;
    z-index: 100;
}
.quickform-img img {
    position: relative;
    width: 100%;
    vertical-align: bottom;
}

.quickform {
    display: flex;
    position: absolute;
    top: 13%;
    bottom: 13%;
    right: 3%;
    left: 3%;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
}

.quickform-term img,
.quickform-term .term-btn {
    position: absolute;
    width: 4%;
    top: 12%;
    left: 55%;
}

.quickform-term .termtext {
    position: absolute;
    width: 26%;
    top: 12%;
    left: 55%;
    height: 21%;
}

.quickform .term-checked {
    display: none;
}

.quickform-btn {
    background-color: transparent;
    width: 16.5%;
    height: 86%;
    border: none;
    border-radius: 11%;
}

.quickform-btn:hover {
    opacity: 1;
    /* 마우스를 올렸을 때 오버레이를 표시 */
}

.quickform input[type="text"],
.quickform input[type="tel"] {
    background-color: #fff !important;
    padding: 0 1em !important;
    border: none !important;
    font-size: inherit !important;
    height: 100% !important;
    box-sizing: border-box !important;
}

.quickform .quickform-field {
    font-size: 12px !important;
    width: 25%;
    height: 40%;
}

.quickform .quickform-location {
    display: block;
}

.quickform-img-pc {
    display: none;
}

.quickform-img-mobile {
    display: block;
}

.quickform-term img,
.quickform-term .term-btn {
    top: 13%;
    left: 69%;
    cursor: pointer;
}

.quickform-term .termtext {
    top: 15%;
    left: 49%;
    height: 30%;
}

.quickform-btn {
    height: 72%;
}

@media only screen and (min-width: 768px) {
    .quickform .quickform-field {
        font-size: 18px !important;
    }

    .quickform-img-pc {
        display: block;
    }

    .quickform-img-mobile {
        display: none;
    }

    .for_footer{
        margin-bottom: 140px;
    }
}


@media only screen and (max-width: 1000px) {
    .consult-form{
        padding: 30px 3vw;
        gap: 3vw;
    }
    .consult-form .box_wrap .box h6{
        font-size: 3vw;
    }
    .consult-form .box_wrap .box input[type=text]{
        height: 5vw;
        min-height: 40px;
        font-size: 2vw;
    }
    .consult-form .box_wrap .box textarea{
        height: 200px;
        font-size: 2vw;
    }
    .consult-form .box_wrap .agree .popup{
        font-size: 2vw;
    }
    .consult-form .box_wrap .agree label .checkedTerms-text{
        font-size: 2vw;
    }
    .consult-form .btn{
        height: 80px;
        font-size: 4vw;
    }

    .for_footer{
        margin-bottom: 72px;
    }
}

@media only screen and (max-width: 768px){
    .quickform-term img, .quickform-term .term-btn{
        top: 8%;
        left: 52%;
    }
    .quickform-term .termtext{
        top: 5%;
        left: 51%;
        width: 28%;
    }
    .quickform-wrapper .footer_tel{
        top: 17%;
        left: 31%;
        width: 19.5%;
    }
}

@media only screen and (max-width: 576px) {
    .consult-form{
        flex-direction: column;
        align-items: center;
    }
    .consult-form > img{
        width: 70%;
    }
    .consult-form .box_wrap{
        flex: initial;
        width: 100%;
    }
    .consult-form .box_wrap .top{
        flex-direction: column;
        width: 100%;
    }
    .consult-form .box_wrap .top > .box{
        flex: initial;
        width: 100%;
    }
    .consult-form .box_wrap .box h6{
        font-size: 20px;
    }
    .consult-form .box_wrap .box input[type=text]{
        height: 5vw;
        min-height: 40px;
        font-size: 20px;
    }
    .consult-form .box_wrap .box textarea{
        height: 200px;
        font-size: 20px;
    }
    .consult-form .box_wrap .agree .popup{
        font-size: 14px;
    }
    .consult-form .box_wrap .agree label .checkedTerms-text{
        font-size: 14px;
    }
    .consult-form .btn{
        height: 80px;
        font-size: 30px;
    }
    .for_footer{
        margin-bottom: 15vw;
    }
}