@charset "utf-8";
/*
------------------------------------------------------------------------------------------------------------------------
폼메일 쓰기 스타일
------------------------------------------------------------------------------------------------------------------------
*/
#formmail-write { position:relative;  font-size:18px }
#formmail-write .form-group { display:flex; align-items: center }
#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% }
#formmail-write .form-group.col4>div { width:30% }
#formmail-write .form-group .form-control { width:95%; padding:25px 20px; border-radius: 8px;font-family: 'Pretendard';}
#formmail-write .form-footer { text-align: center;  }
#formmail-write .btn_submit { padding:20px 60px; color: #fff; font-weight: 700; font-size:2.2rem; height:auto;background-color: #000;border-radius: 8px;margin-left: 25px;}
#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: left; color:#8a8a8a; font-size:14px; }
#formmail-write .privacy-of-use-check label{color: #fff;font-size: 1.9rem;font-family: 'Pretendard'; font-weight: 500;}
#formmail-write .checkbox_wrap{width: 44% !important;}
#formmail-write .check_input{display: flex; justify-content: start; align-items: start;gap: 0 5px;}
#formmail-write .check_input input{margin-top: 5px;}

.pop_wrap {display: none;position: fixed;top: 0;left: 0;background: rgb(0, 0, 0, 0.3);width: 100%;  height: 100%;  z-index: 9999;}
.pop_wrap .pop-inner {position: absolute;  top: 40%;  left: 50%;  transform: translate(-50%, -50%);  width: 90%;  max-width: 650px;  height: 50vh;  max-height: 600px;  padding: 50px 20px;  background: #fff;  border-radius: 20px;z-index: 999;}
.pop-close {  position: absolute;  top: 13px;  right: 15px; text-align: center; font-size: 20px; z-index: 999; width: 30px;  height: 30px;  cursor: pointer;}
.pop-close i{font-size: 24px;}

.pop-btn1 {font-family: 'Pretendard'; display: inline-block; color: #fff;  font-size: 1.9rem;  text-decoration: underline;font-weight: 500;}

.control-container{display: flex; justify-content: start; align-items: center;gap: 0 7px; }

.form-group .hidden_file {
    display: none;
}

form input::file-selector-button {
    display: none;
  }

.pop-text{height:100%; overflow-y:scroll;}
.pop_wrap {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* 뒷배경 반투명 */
    z-index: 1000;
  }
  
  .pop-inner {
    position: relative;
    width: 500px;
    margin: 100px auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
  }
  