 @charset "utf-8";


/* #inquiry form{ background: #FAFAFA; padding: 100px 0; }
#inquiry form input[type="text"], #join .form textarea{ font-weight: var(--Poppins); font-size: 1.9rem; font-weight: 300; color: #111; height: 88px; border: none; background: #fff; border-radius: 10px; padding: 30px; }
#inquiry form input::placeholder, #join .form textarea::placeholder{ color: #7E7E7E; }
#inquiry form .input p{ display: inline-block; font-family: var(--Poppins); font-size: 1.9rem; font-weight: 500; color: #111; letter-spacing: -0.02em; }
#inquiry form .line01 p, #join .form .line02 p{ width: 85px; }
#inquiry form .input p span{ color: var(--mainColor); }

#inquiry form .line01 .input, #join .form .line02 .input{ display: flex; align-items: center; }
#inquiry form .line01{ margin-bottom: 20px; }
#inquiry form .line01 input{ width: 570px; }
#inquiry form .line01 input:not(:last-of-type){ margin-right: 25px; }
#inquiry form .line02{ display: flex; justify-content: space-between; margin-bottom: 125px; }
#inquiry form .line02 .input{ width: calc((100% - 50px) / 2); }
#inquiry form .line02 input{ width: calc(100% - 85px); }
#inquiry form .line03 p{ margin-bottom: 15px; }
#inquiry form .line03 textarea{ width: 100%; height: 240px; }
#inquiry form .line04{ display: flex; justify-content: space-between; align-items: center; margin-top: 25px; }
#inquiry form .line04 input{ display: none; }
#inquiry form .line04 label{ font-family: var(--Poppins); font-size: 1.5rem; font-weight: 300; color: #333; letter-spacing: -0.02em; line-height: 2.3333; padding-left: 25px; cursor: pointer; position: relative; }
#inquiry form .line04 label::before{ content: ""; width: 14px; height: 14px; border: 1px solid #ddd; border-radius: 50%; position: absolute; top: 4px; left: 0; }
#inquiry form .line04 input:checked + label::after{ content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--mainColor); position: absolute; top: 9px; left: 5px; }
#inquiry form .line04 button{ width: 160px; height: 63px; background: var(--mainColor); border-radius: 50px; font-family: var(--Poppins); font-size: 1.9rem; font-weight: 500; color: #fff; border: none; } */

#inquiry {background: #FAFAFA; padding: 100px 0;
}

#inquiry .con_wrap {
}

#inquiry .con_wrap .tit {
    border-bottom: 1px solid #0068b7;
    margin-bottom: 20px;
}


#inquiry .con_wrap .tit p {
    font-size: 35px;

    font-family: var(--font-faimail-pretendard);
    letter-spacing: -0.03em;
    font-weight: 700;
    padding-bottom: 17px;
    text-transform: uppercase;
}

#inquiry em {
    color: var(--main-color-em);
    font-style: normal;
}

#inquiry .con_wrap .formBox {
}

#inquiry .con_wrap .formBox section {
}

#inquiry input{    
    font-size: 1rem;
    font-weight: 300;
    color: #111;
    height: 70px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 10px;

    width: 100%;
    margin-bottom: 20px;
    padding: 10px 30px;
}

.checkBox {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

input#agree {
    width: 30px;
    height: 30px;
    border: none;
    margin: 0;
}

#inquiry select {
    margin: 0;
    width: 100%;
    height: 70px;
    border-radius: 10px;
    padding: 20px 30px;
   border: 1px solid #ccc;

}

.flex_wr {
    display: flex;
    gap: 30px;
    margin: 20px 0;
}

.type.w_max.flex {
    width: 80%;
}
.flex {
    width: 50%;
}

textarea {
    width: 100%;
    border: 1px solid #ccc;
    display: flex;
    margin-bottom: 20px;
    padding: 30px;
	
}


.section3 textarea {
    font-size: 14px;
    height: 160px;
    color: rgba(51,51,51,0.4);
    font-size: 14px;
    line-height: 1.7;
}
p.type_tit {
    font-size: 18px;
    margin-bottom: 10px;
}

.type {display: flex;margin: 0 50px;flex-direction: column; /* margin-bottom: 20px; */}

#inquiry .con_wrap .formBox section:nth-of-type(n+2) {
    margin-top: 38px;
}

#inquiry .con_wrap .formBox section .box {
}

#inquiry .con_wrap .formBox section .box:after {
    display: block;
    content: '';
    clear: both;
}

#inquiry .con_wrap .formBox section.section1 .box .type {
    font-size: 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 28px 0 8px 0;
}

#inquiry .con_wrap .formBox section.section1 .box:nth-of-type(n+2) .type {
    float: left;
    width: 47.85714285714%;
    margin-right: 4.28571428571%;
    box-sizing: border-box;
}

#inquiry .con_wrap .formBox section.section1 .box:nth-of-type(n+2) .type:nth-of-type(2) {
    margin-right: 0;
}

#inquiry .con_wrap .formBox section.section1 .box .w_max {
    width: 100% !important
}

#inquiry .con_wrap .formBox section.section1 .box .type > * {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

#inquiry .con_wrap .formBox section .box .type .type_tit {
    font-size: 18px;
    color: #333;
    box-sizing: border-box;
    padding-left: 8px;
}

#inquiry .con_wrap .formBox section.section1 .box .type .type_tit {
    width: 100px;
}

#inquiry .con_wrap .formBox section:nth-of-type(n+2) .box .type .type_tit {
    margin-bottom: 17px;
}

#inquiry .con_wrap .formBox section .box .type .type_tit em {
    color: #0068b7;
}

#inquiry .con_wrap .formBox section.section1 .box .type input {
    width: calc(100% - 100px);
    padding-left: 10px;
    height: 38px;
    border: none;
}

#inquiry .con_wrap .formBox section .box .type input::placeholder, #inquiry .con_wrap .formBox section.section2 .box .type textarea::placeholder, #inquiry .con_wrap .formBox section.section4 .box2 input[type='text'] {
    color: rgba(51,51,51,0.4);
}
#inquiy_com .con_wrap .formBox section.section2 .box .type {
}

#inquiry .con_wrap .formBox section .box .type textarea {
    width: 100%;
    resize: none;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 24px;
}

#inquiry .con_wrap .formBox section.section2 .box .type textarea {
    resize: vertical;
    height: 250px;
}

#inquiry .con_wrap .formBox .section3 .box .type textarea {
    height: 160px;
    color: rgba(51,51,51,0.4);
    font-size: 14px;
    line-height: 1.7;
}

#inquiry .con_wrap .formBox section.section3 .box .type .checkBox {
    padding: 10px 24px;
}

#inquiry .con_wrap .formBox section.section3 .box .type .checkBox label {
    font-size: 14px;
    color: #666;
    font-weight: 300;
    cursor: pointer;
}

#inquiry .con_wrap .formBox section.section3 .box .type .checkBox label em {
    color: #0068b7;
}

#inquiry .con_wrap .formBox section.section4:after {
    display: block;
    content: '';
    clear: both;
}

#inquiry .con_wrap .formBox section.section4 > * {
    position: relative;
    float: left;
    width: 47.85714285714%;
    margin-right: 4.28571428571%;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
    padding: 28px 0 8px 0;
}




#inquiry .con_wrap .formBox section.section4 .box:nth-of-type(n+2) .type:nth-of-type(2) {
    margin-right: 0;
}

#inquiry .con_wrap .formBox section.section4 .box .type > * {
    display: inline-block;
    vertical-align: middle;
}

#inquiry .con_wrap .formBox section.section4 .box .type .type_tit {
    margin-bottom: 0;
}

#inquiry .con_wrap .formBox section.section4 .box .type {
    font-size: 0;
}

#inquiry .con_wrap .formBox section.section4 .box1 .type .type_tit {
    width: 100px;
}

#inquiry .con_wrap .formBox section.section4 .box2 .type .type_tit {
    width: 147px;
}

#inquiry .con_wrap .formBox section.section4 .box .type .content > * {
    display: inline-block;
    vertical-align: middle;
}

#inquiry .con_wrap .formBox section.section4 .box1 .type .content {
    width: calc(100% - 104px);
}

#inquiry .con_wrap .formBox section.section4 .box2 .type .content {
    width: calc(100% - 147px);
}

#inquiry .con_wrap .formBox section.section4 .box1 .type .content input[type="text"] {
    height: 38px;
    box-sizing: border-box;
    border: none;
    width: calc(100% - 80px);
    background-color: #fff;
}

#inquiry .con_wrap .formBox section.section4 .box1 input[type='file'] {
    /* íŒŒì¼ í•„ë“œ ìˆ¨ê¸°ê¸° */
    position: absolute !important;
    width: 0px;
    height: 0px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

#inquiry .con_wrap .formBox section.section4 .box1 label {
    display: inline-block;
    width: 80px;
    background-color: #0068b7;
    color: rgba(255,255,255,0.8);
    text-align: center;
    padding: 10px 0;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
}

#inquiry .con_wrap .formBox section.section4 .box2 {
    margin-right: 0;
}

#inquiry .con_wrap .formBox section.section4 .box2 button {
    width: 80px;
    background-color: #0068b7;
    color: rgba(255,255,255,0.8);
    text-align: center;
    padding: 7px 0;
    border-radius: 2px;
    cursor: pointer;
    border: none;
    margin: 0 10px;
    font-size: 14px;
}

#inquiry .con_wrap .formBox section.section4 .box2 input[type='text'] {
    width: calc(100% - 230px);
    height: 35px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding-left: 10px;
}
/* 
.btn_com input[type=submit] {
    color: #fff;
    width: 232px;

    text-align: center;
    text-transform: uppercase;
    border: 0;
} */

#inquiry .section4 .box1 label:checked + label::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--mainColor);
    position: absolute;
    top: 9px;
    left: 5px;

}


.btn_com input#send {
    width: 230px;
    font-family: 'Outfit';
    background: var(--main-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 20px;
    height: 60px;
    font-weight: 500;
    margin: 60px auto 0;
    text-align: center;

}


@media screen and (max-width: 1024px) {
    #inquiry .con_wrap .formBox section.section4 .box {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #inquiry .con_wrap .tit {
        margin-bottom:0;
    }

    #inquiry .con_wrap .tit p {
        font-size: 28px;
    }

    #inquiry .con_wrap .formBox section.section1 .box .type {
        padding: 10px 0;
    }

    #inquiry .con_wrap .formBox section.section1 .box:nth-of-type(n+2) .type {
        float: none;
        width: 100%;
    }

    #inquiry .con_wrap .formBox section .box .type .type_tit {
        font-size: 15px;
    }

    #inquiry .con_wrap .formBox section.section1 .box .type .type_tit {
        width: 85px;
    }

    #inquiry .con_wrap .formBox section.section1 .box .type input {
        width: calc(100% - 85px);
    }

    #inquiry .con_wrap .formBox section.section2 .box .type textarea {
        height: 150px;
    }

    #inquiry .con_wrap .formBox section.section4 .box2 .type .type_tit {
        width: 105px;
    }

    #inquiry .con_wrap .formBox section.section4 .box2 .type .content {
        width: calc(100% - 105px);
    }

    #inquiry .con_wrap .formBox section.section4 .box2 button {
        width: 60px;
        font-size: 13px;
    }

    #inquiry .con_wrap .formBox section.section4 .box2 input[type='text'] {
        width: calc(100% - 185px)
    }
}
