@charset "utf-8";
/*
------------------------------------------------------------------------------------------------------------------------
폼메일 쓰기 스타일
------------------------------------------------------------------------------------------------------------------------
*/
#formmail-write {border-radius: 32px; background: #F3F7FF; padding: 60px 40px;}
#formmail-write .form-group{margin-bottom: 12px;}
#formmail-write .form-group .box_wrap{display: flex; align-items: center; }
#formmail-write .form-group .box_wrap .h3{min-width: 120px; color: #111; font-size: 1.8rem; font-weight: 600; line-height: 145%;}
#formmail-write .form-group input{height: 56px; border-radius: 12px; border: 1px solid #E5E5EC; }
#formmail-write .form-group div{width: 100%;}
#formmail-write .form-group1 input{width: 100%; padding-left: 10px;}
#formmail-write .form-group2 .tel{display: flex; align-items: center; gap: 0px 1%;}
#formmail-write .form-group2 div input{width: 33%; text-align: center; }
#formmail-write .form-group3 .tel{display: flex; gap: 0px 3%;}
#formmail-write .form-group3 input{display: none;}
#formmail-write .form-group3 .tel label{width: 33%; background: #fff; border-radius: 12px; border: 1px solid #E5E5EC; background: #fff; text-align: center; color: #999; font-size: 1.8rem; font-weight: 600; height: 56px; display: flex; align-items: center; justify-content: center; cursor: pointer;}
#formmail-write .form-group3 input:checked + label{background: #1A53D0; color: #fff;}
.privacy{padding-top: 20px; border-top: 1px solid #E5E5EC; margin-top: 20px;}
.privacy label{display: flex; align-items: center; justify-content: center; text-align: center; color: #111; font-size: 1.8rem;}
.privacy label a{font-weight: 500; text-decoration-line: underline;text-decoration-style: solid;text-decoration-skip-ink: none;text-decoration-thickness: auto;text-underline-offset: auto;text-underline-position: from-font;}
.privacy label input[type="checkbox"]{appearance: none;width: 28px;height: 28px;border: 1px solid #E5E5EC;border-radius: 50%;outline: none;cursor: pointer;position: relative;margin-right: 10px; background:#F1F1F5; }
.privacy label input[type="checkbox"]:checked {background-color: #1A53D0;;border-color: #1A53D0;;}
.privacy label input[type="checkbox"]::after {content: '✓';color: white;font-size: 16px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);line-height: 1; /* 필요에 따라 추가 */}
.form-footer button{margin-top: 36px; width: 100%; height: 78px; background: #1A53D0; color: #fff; font-size: 2.8rem; font-weight: bold; border: none; border-radius: 20px;}







.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: 50%;  left: 50%;  transform: translate(-50%, -50%);  width: 90%;  max-width: 650px;  height: 50vh;  max-height: 600px;  padding: 50px 20px;  background: #fff;  border-radius: 20px;}
.pop-close {  position: absolute;  top: 5px;  right: 5px;  width: 30px;  height: 30px;  cursor: pointer;}
.pop-close i{font-size: 24px;}
/* #formmail-write .form-group { display:flex; margin-bottom:20px; 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:100%; padding:8px 10px; border:1px solid #e0dedf }
#formmail-write .form-footer { padding-top:50px; text-align: center; border-top:1px solid #e0dedf }
#formmail-write .btn_submit { padding:10px 20px; font-size:1.2em; 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; } */
