@charset "UTF-8";


/********************************* MY CONTACT ********************************/

.contact{ margin-bottom: 0; }
.contact .innerCrumb p:nth-child(2){ display: inline-block; }
.contact .titleSection02 .title{ padding-bottom:80px; margin-bottom: 20px; }
.contact .titleSection02{ border-bottom: 2px solid #333333; padding-bottom: 35px; }
.contact .titleSection03 .title{ font-size: 42px; font-weight: 600; padding-bottom:40px; }
.contact .contentsSection{ padding-top:20px; }
.contact .logoSection{ margin-right: 30px; }
.contact .infoSection{ padding-top: 20px; }
.contact .infoSection > p{ width:100%; border-bottom: 1px solid #d5d5d5; padding-bottom: 25px; margin-bottom: 20px; } 
.contact .infoSection .head{ font-size: 24px; font-weight: bold; line-height: 34px; }
.contact .infoSection .address{ font-size: 18px; line-height: 28px; }
.contact .infoSection ul{ display: flex; }
.contact .infoSection ul li{ display: flex; text-wrap:nowrap; }
.contact .infoSection ul img{ margin-right: 10px; }
.contact .infoSection ul p{ display: inline-block; line-height: 45px; margin-right: 30px; }
.contact .formSection { padding:90px 0; background-color: #f7f7f7; margin-top: 100px; }
.contact .contentsSection{ display: flex; flex-wrap: nowrap; }

@media screen and (max-width: 1199px) {
    /********************************* CONTACT ********************************/
    .contact .logoSection{ margin-right: 0; }
    .contact .infoSection{ padding-left: 15px; }
    .contact .infoSection ul{ flex-wrap:wrap; }
    .contact .formSection { padding-top:20px; margin-top: 50px; }
    .contact .titleSection02{ border-bottom: 2px solid #333333; padding-bottom: 20px; }
    .contact .titleSection02 .title{ padding-bottom:19px; }
    .contact .titleSection03 .title{ padding-bottom: 20px; }
    .contact .infoSection .head{ font-size: 19px; }
    .contact .infoSection .address{ font-size: 15px; }
    .contact .infoSection ul p{ font-size: 15px; }
}
@media screen and (max-width: 767px) {
    .contact .infoSection{ padding-left: 0; }
    .contact .contentsSection{ flex-wrap: wrap; }
    .contact .logoSection{ width:100%; }

}




/********************************************************************* contact *****************************************************************************/
/* input reset */

.contact button,
textarea,
select,
input { -webkit-appearance: none;-moz-appearance: none;appearance: none;outline:none;border:none;box-shadow:none;border-radius: 0;padding: 0;}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type='checkbox'] {-webkit-appearance: auto;-moz-appearance: auto;appearance: auto;}
input[type='submit'] {cursor: pointer;}
:focus {outline: none;}

/*문의입력폼*/
#inquiryForm table {
    width: 100%;
    border-top: 2px solid #333;
}

#inquiryForm table th,
#inquiryForm table td {
    vertical-align: middle;
    padding: 15px 10px;
    border-bottom: 1px solid #d5d5d5;
    box-sizing: border-box;
}

#inquiryForm table th {
    width: 120px;
    font-size: 18px;
    line-height: 140%;
    text-align: left;
    color:#333;
    font-weight: 600;
}

#inquiryForm table td {
    font-size: 18px;
}

#inquiryForm table .moLabel {
    display: none;
}

#inquiryForm table input {
    width: 100%;
    height: 43px;
    padding: 5px 10px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    font-size: 15px;
    transition: 0.3s;
}

#inquiryForm table textarea:focus,
#inquiryForm table input:focus {
    box-shadow: 0 0 10px rgba(1, 104, 183, 0.5);
}

#inquiryForm table input.small {
    width: 300px;
}

#inquiryForm table input.mid {
    width: 600px;
}

#inquiryForm table td .at {
    margin: 0 10px;
}

.select2-container {
    width: 200px !important;
    vertical-align: middle;
    transform: translateY(-1px);
}

.select2-container--default .select2-selection--single {
    height: 43px;
    border-radius: 0;
    border: 1px solid #d2d2d2;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
    padding-left: 20px;
}

.select2-container .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    margin-top: -13px;
}

.select2-dropdown {
    border: 1px solid #d2d2d2;
    padding: 10px 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    font-weight: 500;
}

.select2-results__option {
    padding: 6px 20px;
    font-size: 15px;
}

#inquiryForm textarea {
    transition: 0.3s;
}

#inquiryForm #inqContents {
    width: 100%;
    height: 256px;
    font-family: "NanumBarunGothic";
    font-size: 15px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    box-sizing: border-box;
    resize: vertical;

}

#inquiryForm .inputWrap {
    padding-bottom: 5px;
}

#inquiryForm .inqFile {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

#inquiryForm .fileSkin {
    display: inline-block;
    vertical-align: middle;
    width: 412px;
    font-size: 0;
}

#inquiryForm .fileSkin input,
#inquiryForm .fileSkin button {
    display: inline-block;
    border: 1px solid #d2d2d2;
    vertical-align: middle;
}

#inquiryForm .fileSkin input {
    width: 270px;
}

#inquiryForm button {
    cursor: pointer;
    background-color: #eee;
    height: 43px;
}

#inquiryForm .fileSkin .fileBtn {
    margin-left: -1px;
    width: 143px;
    font-size: 18px;
    font-weight: 300;
    line-height: 130%;
}

#inquiryForm .deleteBtn {
    vertical-align: middle;
    width: 43px;
    margin-left: 10px;
    color: #777;
    font-size: 20px;
}

#inquiryForm .fileSkin input:focus {
    box-shadow: none;
}

#inquiryForm .noti {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
}

#inquiryForm .email-notice span { display: block; padding-top: 10px; color: #a21c1c; line-height: 150%; font-size: 14px; }















.privacy {
    padding-top: 145px;
}

.privacy h5 {
    font-size: 22px;
    line-height: 140%;
    padding-bottom: 20px;
}

.privacy .privacyDoc {
    width: 100%;
    height: 255px;
    padding: 40px;
    border-top: 2px solid #333;
    box-sizing: border-box;
    background-color: #f8f8f8;
    overflow-y: scroll;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    font-family: "NanumSquare";
    font-size: 13px;
}

.privacy .privacyDoc p {
    font-size: 16px;
    line-height: 160%;
}

.privacy .privacyDoc dt {
    color: #6b6574;
    font-size: 15px;
    font-weight: 700;
    line-height: 160%;
}

.privacy .privacyDoc dd {
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #7e7a71;
    line-height: 160%;
}

.privacy .privacyDoc ul {
    padding: 5px 0 10px 12px;
}

.privacy .privacyDoc::-webkit-scrollbar {
    width: 13px;
    background-color: #fff;
}

.privacy .privacyDoc::-webkit-scrollbar-thumb {
    background-color: #dadada;
    border-radius: 10px;
    border: 2px solid #fff;
}

.privacy .agree {
    text-align: center;
    padding: 24px;
    border-bottom: 1px solid #dadada;
}

.privacy .agree li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.privacy .agree input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: -1;
    width: 10px;
    height: 10px;
    appearance: auto;
}

.privacy .agree label .chkBx {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    margin-right: 12px;
    background-color: #fff;
}

.privacy .agree label .lbl {
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
    vertical-align: middle;
}

.privacy .agree input[type="checkbox"]:checked ~ label .chkBx {
    border: 2px solid #9b856e;
    background: #fff url(../images/sub/check.png) no-repeat center / 70%;
}

#inquiryForm #submitBtn {
    display: block;
    margin: 80px auto 0 auto;
    width: 375px;
    height: 73px;
    background-color: #9b856e;
    color: #fff;
    font-size: 20px;
}







@media screen and (max-width: 1199px) {
    /********************************* CONTACT ********************************/


    #inquiryForm #submitBtn{ 
        width: 200px;
        height: 50px;
        font-size: 18px;
    }


    #inquiryForm .fileSkin .fileBtn,
    #inquiryForm table td,
    #inquiryForm table th {
        font-size: 16px;
    }

    .select2-container,
    #inquiryForm table input#inqEmailId,
    #inquiryForm table input#inqEmailDomain {
        width: calc((100% - 60px) / 3) !important;
    }

    #inquiryForm table td .at {
        display: inline-block;
        width: 37px;
        text-align: center;
        margin: 0;
        padding: 10px;
        box-sizing: border-box;
    }

    #inquiryForm .noti {
        display: block;
        padding-left: 0;
        padding-top: 10px;
        line-height: 150%;
        word-break: keep-all;
    }

    .privacy .privacyDoc {
        font-size: 12px;
    }

    .privacy .agree label .lbl {
        font-size: 16px;
    }

}









@media screen and (max-width: 767px) {
    
    #inquiryForm table th {
        display: none;
    }

    #inquiryForm table tr:first-child td {
        padding-top: 30px;
    }

    #inquiryForm table td {
        border-bottom: none;
        font-size: 14px;
        padding: 15px 0;
    }

    #inquiryForm table .moLabel {
        display: block;
        font-size: 16px;
        font-weight: 700;
        padding-bottom: 10px;
        padding-left: 5px;
    }

    #inquiryForm table input.small,
    #inquiryForm table input.mid {
        width: 100%;
    }

    .select2-container {
        display: block;
        width: 100% !important;
        margin-top: 10px;
    }

    #inquiryForm table input#inqEmailId,
    #inquiryForm table input#inqEmailDomain {
        width: calc((100% - 47px) / 2) !important;
    }

    #inquiryForm .fileSkin {
        width: 83%;
    }

    #inquiryForm .fileSkin input {
        width: 70%;
    }

    #inquiryForm .fileSkin .fileBtn {
        width: 30%;
        font-size: 14px;
    }

    #inquiryForm .deleteBtn {
        width: 15%;
        margin-left: auto;
    }

    .privacy {
        padding-top: 70px;
    }

    .privacy h5 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .privacy .privacyDoc {
        padding: 20px;
        font-size: 11px;
    }

    .privacy .agree {
        padding: 15px 0;
        text-align: left;
    }

    .privacy .agree li {
        display: block;
        padding: 0 0 10px 0;
    }

    .privacy .agree li:last-child {
        padding-bottom: 0;
    }

    .privacy .agree input[type="checkbox"] {
        left: 5px;
    }

    .privacy .agree label .lbl {
        font-size: 15px;
    }

    .privacy .agree label .chkBx {
        width: 30px;
        height: 30px;
    }

    #inquiryForm #submitBtn {
        width: 100%;
        height: 40px;
        font-size: 16px;
        font-weight: 700;
        margin-top: 40px;
    }
}

/*문의입력폼*/

