@charset "utf-8";
/*
------------------------------------------------------------------------------------------------------------------------
폼메일 쓰기 스타일
------------------------------------------------------------------------------------------------------------------------
*/
#formmail-write { position:relative; border-top:2px solid #242424; margin-bottom:100px; font-size:18px }
#formmail-write .form-group { display:flex; padding: 1.8rem 0 ; align-items: center;border-bottom:1px solid #dadada; }
#formmail-write .form-group label { padding:0 20px; width:20% }
#formmail-write .form-group>div { width:80% }
#formmail-write .form-group.col4 label { width:20% ;font-size: 2rem; font-weight: 500;color: #000022;}
#formmail-write .form-group.col4>div { width:100% }
#formmail-write .form-group .form-control { width:70%; padding:16px 10px; border:1px solid #e0dedf }
#formmail-write .form-group .form-control-width{width: 30%;}
#formmail-write .form-group .form-control-width2{width: 14.8%;}
#formmail-write .form-group .form-control-width3{width: 20%;}
#formmail-write .form-group .form-control-width4{width: 40%;}
#formmail-write .form-footer { padding-top:50px; text-align: center; }
#formmail-write .btn_submit { padding:2.4rem 9.5rem; font-size:2.4rem;font-weight: 700; height:auto}
#formmail-write .check-list { position:absolute; right:0; top:-30px }
#formmail-write .privacy-of-use {font-size:14px;padding:15px; border-top:1px solid #e0dedf; border-bottom:1px solid #e0dedf; height:150px; overflow-y:scroll }
#formmail-write .privacy-of-use .cont {margin-bottom:15px;}
#formmail-write .privacy-of-use h4 {margin-bottom: 5px}
#formmail-write .privacy-of-use dl { padding:10px 0}
#formmail-write .privacy-of-use dl dt { font-weight: 600}
#formmail-write .privacy-of-use dl dd { margin-left: 20px}
#formmail-write .privacy-of-use ul { margin-left:20px }
#formmail-write .privacy-of-use ul li { margin-top:5px }
#formmail-write .privacy-of-use table { width:100%; border-collapse: collapse }
#formmail-write .privacy-of-use table th,
#formmail-write .privacy-of-use table td { border:1px solid rgb(226,226,226); padding:5px }
#formmail-write .privacy-of-use table th { background:rgb(245,245,247) }

#formmail-write .privacy-of-use-check { text-align: right; padding:10px; color:#8a8a8a; font-size:14px; }

h2.sub_title{font-size:2.8rem ; font-weight: 700;color: #000022;margin-bottom: 3rem; }
.required_mark{background-color: #0d5bb2;width: 5px; height: 5px; border-radius: 50%; display: inline-block;margin-left: 5px; margin-bottom: 10px;}
.input_text{color: #989898; font-size: 17px;margin:0 15px;display: inline-block;}

select{min-height: 61px;}


/* 첨부파일 */
/* .form-group .content_box2{display: flex; justify-content: space-between; align-items: center;}
.form-group .content_box2 .file-group{display: flex; justify-content: space-between; align-items: center;}
.file_upload{padding: 0 !important;}
#file_upload_button{background-color: #2f333e; color: #fff; font-size:18px; font-weight: 500;padding:2rem 4rem;} */

.file-group .hidden_file{position: absolute;margin-left:500px;}
.file-group .file_text{overflow: hidden;}
.file-group .file_upload{background: transparent;width: 100px;height: 100%;display: flex;align-items:center;justify-content:start;color:#000;}
.file-group  input[name = 'wr_8_del']{display: none;}
.file-group .file_delx2{width: 100px; height: 100%; background: #eee; font-size: 1.6rem; display: flex; justify-content: center; align-items: center;}

.file-group .file_del{position: relative;display: inline-flex;align-items:center;}
.file-group .file_del input{display: none;}
.file-group .file_del span{display: inline-block;width: 17px;height: 17px;border: 1px solid #c8ccd4;background: #fff;border-radius:3px;transition:background 0.2s ease;position: absolute;left:0;top:50%;transform:translateY(-50%);}
.file-group .file_del span::after{content:"";position: absolute;top:1px;left:5px;width: 5px;height: 11px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;transform:rotate(45deg) scale(0);transition:all 0.3s ease 0.15s;opacity:0;}
.file-group .file_del label{cursor:pointer;padding-left: 23px;position: relative;z-index: 1;word-break:break-all;display: inline-block;line-height: 1em;}
.file-group .file_del label.sound_only{width: 17px;height: 17px;}
.file-group .file_del label.sound_only .sch_word{display: none !important;}
.file-group .file_del input:checked ~ span{border-color: transparent;background: #1c54a7;animation: checkbox-jelly 0.6s ease;}
.file-group .file_del input:checked ~ span:after{opacity:1;transform:rotate(45deg) scale(1);}

.file-group{width: 100%;}
.file_wrap{display: flex; align-items: center;width: 100%;padding: 1.8rem 0;border-bottom: 1px solid #e0dedf;padding-bottom: 9px;}
.file-group .write_box{display: flex; background: transparent; position: relative;   width: 100%;}
.file-group .write_box input{background: transparent; width: 100%;width: 31%; padding: 14px 10px ;border: 1px solid #e0dedf;}
.file_upload{width: 100%!important;position: absolute;top: 0; left: 0;}
.file_box{width: 100%;margin-bottom: 10px;}
#formmail-write .form-group .content_box2 .file_name{width: 100%;}
.file_btn{margin-left: 320px;background-color: #2f333e; color: #fff; text-align: center;padding: 1.5rem 4rem;border: none;font-size: 1.8rem; margin-right: 15px;}
.file_btn_plus{background-color: #0d5bb2;color: #fff; text-align: center;padding: 1.5rem 5rem;border: none;display: inline-block;position: absolute; top: 18px ; right: 34%;}

.file_wrap {display: flex;position: relative;} 
.file_wrap label{width: 20%; font-size: 2rem; font-weight: 500; color: #000022;padding: 0 20px;}



/* 
.file-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
}
.file-box {
    display: flex;
    align-items: center;
}
.file-box input[type="text"] {
    flex: 1;
    padding: 8px;
    cursor: pointer;
}
.hidden-input {
    display: none;
}
button {
    padding: 8px 12px;
    cursor: pointer;
}

.file_label { width:20% ;font-size: 2rem; font-weight: 500;color: #000022;padding: 0 20px;}
.file_content{width: 100%;}
.file_btn{background-color: #2f333e; color: #fff; text-align: center;padding: 1.5rem 4rem;border: none;}
.file_plus_btn{background-color: #0d5bb2;color: #fff; text-align: center;padding: 1.5rem 5rem;border: none;} */

/* 
.file-group .hidden_file{position: absolute;width: 0;height: 0;overflow: hidden;}
.file-group .file_upload{background: #313131;width: 100px;height: 100%;display: flex;align-items:center;justify-content:center;color:#fff;}
.file-group  input[name = 'wr_8_del']{display: none;}
.file-group .file_delx2{width: 100px; height: 100%; background: #eee; font-size: 1.6rem; display: flex; justify-content: center; align-items: center;}

.file-group .file_del{position: relative;display: inline-flex;align-items:center;}
.file-group .file_del input{display: none;}
.file-group .file_del span{display: inline-block;width: 17px;height: 17px;border: 1px solid #c8ccd4;background: #fff;border-radius:3px;transition:background 0.2s ease;position: absolute;left:0;top:50%;transform:translateY(-50%);}
.file-group .file_del span::after{content:"";position: absolute;top:1px;left:5px;width: 5px;height: 11px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;transform:rotate(45deg) scale(0);transition:all 0.3s ease 0.15s;opacity:0;}
.file-group .file_del label{cursor:pointer;padding-left: 23px;position: relative;z-index: 1;word-break:break-all;display: inline-block;line-height: 1em;}
.file-group .file_del label.sound_only{width: 17px;height: 17px;}
.file-group .file_del label.sound_only .sch_word{display: none !important;}
.file-group .file_del input:checked ~ span{border-color: transparent;background: #1c54a7;animation: checkbox-jelly 0.6s ease;}
.file-group .file_del input:checked ~ span:after{opacity:1;transform:rotate(45deg) scale(1);}

.file-group{display: flex; align-items: center;}
.file-group .write_box{display: flex; border: 1px solid #bebebe; height: 40px; margin-left: 30px;}
.file-group .write_box input{padding-left: 5px;} */



/* 개인정보동의 */
.agree_wrap{width: 100%; margin-top: 10.9rem; }
.agree_wrap h2{font-size: 2.8rem; font-weight: 700;margin-bottom: 2.6rem;}
.agree_wrap .text_wrap{border: 1px solid #dadada;padding: 3rem;}
.agree_wrap .text_wrap b{margin-bottom: 2rem;display: block; color: #666;font-size: 2rem; font-weight: 700;}
.agree_wrap .text_wrap p{color: #666; line-height: 180%;}


.privacy-of-use-check label{color: 666; font-size: 1.9rem;font-weight: 500;word-break: keep-all;}
.privacy-of-use-check input{margin-right: 10px;}


@media screen and (max-width:1400px) {
    .file_btn_plus{right: 0;}
}
@media screen and (max-width:1200px) {
    #formmail-write .form-group label{font-size: 1.8rem;}
    .agree_wrap h2{font-size: 2rem;}
    .agree_wrap .text_wrap b{font-size: 1.8rem;}
    .agree_wrap .text_wrap p{font-size: 1.6rem;}
    h2.sub_title{font-size: 2rem;}
}
@media screen and (max-width:1024px) {
    #formmail-write .form-group .form-control{width: 80%;}
    #formmail-write .form-group .form-control-width3,#formmail-write .form-group .form-control-width2{width: 40%;}
    .file_btn {margin-left: 249px;}
}
@media screen and (max-width:768px) {
    .file_btn{display: none;}
    h2.sub_title{display: none;}
    #formmail-write{margin-top: 10rem;}
    .file-group .write_box input{width: 50%;}

}
@media screen and (max-width:650px) {
    #formmail-write .form-group .box{width: 100%;margin-bottom: 3rem;}
    #formmail-write .form-group{margin-bottom: 0 ; flex-wrap: wrap;gap: 1rem;} 
    .file-group{gap: 0 3rem;}
    #formmail-write .form-group .content_box{margin-bottom: 3rem;}
    .file_wrap label{width: 100%;}
    .file_wrap{flex-direction: column; gap: 1rem ;}
    #formmail-write .form-group.col4 label{width: 100%;}
    .file_btn_plus {padding: 1rem ; font-size: 1.6rem;}
    .file-group .write_box input{width: 70%;}
    .privacy-of-use-check label{font-size: 1.4rem;}
    #formmail-write .btn_submit{padding: 1.4rem 5.5rem;font-size: 1.8rem;}
}
@media screen and (max-width:650px) {
    #formmail-write .form-group .content_box label{width: 20%!important; }
} 

