header {
  background: none !important;
  background-color: #fff !important;
}
.header_btm_line{
  width: 85% !important;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000 !important;
}
.header_menu {
  color: #000 !important;
}
.header_menu_1:nth-child(8){
  font-weight: 700;
  border-bottom: 3px solid #000;
  box-sizing: border-box;
}
.header img{
  filter: invert(1);
}
.header .side_menu_btn img{
  filter: invert(0);
}
.header .side_menu_box img{
  filter: invert(0);
}





.contact_title_sec{
  width: 85%;
  height: 20vw;
  border-bottom: 1px solid #000;
  padding-top: 5vw;
  margin: 0 auto;
}
.contact_title1{
  font-size: 1vw;
  font-weight: 500;
  margin-bottom: 1vw;
}
.contact_title2{
  font-size: 2.2vw;
  font-weight: 800;
}
.subpage_btmtxt {
  right: 6%;
  bottom: 10%;
}




.contact_map{
  padding: 4.5vw 0 6vw 0;
}
.contact_map_con {
  width: 85%;
}
.contact_map_img{
  width: 76.4052%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-bottom: 4vw;
}
.contact_map_txtwrap{
  width: 100%;
  display: flex;
  justify-content: end;
  gap: 10vw;
  padding-right: 5vw;
  box-sizing: border-box;
}
.contact_map_title{
  font-size: 1.8vw;
  font-weight: 800;
  margin-bottom: 2vw;
}
.contact_map_txt1{
  font-size: 1.2vw;
  font-weight: 600;
  margin-bottom: 0.5vw;
}
.contact_map_txt2{
  font-size: 1vw;
  font-weight: 500;
  color: #767676;
}
.con9_01{
  width: 18.7402%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  bottom: 0;
}
.con9_02{
  width: 6.62894%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 39%;
  left: 46%;
}







.contact_form_sec{
  background-color: #222;
  padding: 8vw 0;
}
.contact_form_title{
  font-size: 2vw;
  color: #fff;
  font-weight: 700;
}










/* form1 - start */
.form_col_title{
  font-family: 'Pretendard variable';
  font-size: 1vw;
  font-weight: 500;
}
.form_col_title span{
  color: red;
  top: -0.4vw;
  left: -0.8vw;
}
.form_col_txt{
  font-size: 0.9vw;
  color: #767676;
  line-height: 1.5;
  font-weight: 500;
}
.form_title {
  font-family: 'SUIT-Bold';
  font-size: 2.2vw;
  margin-bottom: 4vw;
}
div.from_wrap {
  width:  80%;
  display: flex;
  justify-content: flex-start ;
  flex-direction: column;
  padding-top: 5vw;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 0.5s;
  top: 0;
  transform: translateY(5%);
  display: none;
}
div.from_wrap.ccon_change {
  opacity: 1;
  z-index: 0;
  pointer-events: all;
  transform: translateY(0%);
  display: flex !important;
}
.form_col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6vw;
  row-gap: 1vw;
  margin-bottom: 1vw;
  height: auto;
  background-color: #fff;
  border-radius: 0.4vw;
  padding: 3vw 10vw;
  box-sizing: border-box;
}
.form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: 'Pretendard variable';
}
.form_input {
  width: 100%;
  height: 3vw;
  background-color: transparent;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
  border-bottom: 1px solid #000;
}
.form_input_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
  align-items: start;
  box-sizing: border-box;
}
.form label {
  white-space: nowrap;
}
/* .form_input_01 {width: 80%;}
.form_input_02 {width: 75%;}
.form_input_03 {width: 60%;} */
.form_col02 .form_input_box {
  width: 65%;
}
.form_col01 .form_input_box{
  width: 100%;
}  
.form_col.form_col02,
.form_col.form_col03,
.form_col.form_col07
{
  flex-direction: row;
}
.form_check_wrap {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.8vw;
  /* justify-content: space-between; */
  align-items: center;
  margin-right: 1vw;
}
.form_check_wrap label {
  width: 31%;
  height: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #ccc;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 5vw;
  font-weight: 500;
  border: 1px solid #ccc;
}
.form_col01 .form_check_wrap label {
  width: 31.2%;
}
.form_col05 .form_check_wrap label {
  width: auto;
  padding: 0 2vw;
}
.form_col .form_check_wrap label:hover {
  background-color: #000;
  color: white;
  border-color: #000;
}
.form_col .form_check_wrap input:checked + label {
  background-color: #000;
  color: white;
  border-color: #000;
}
.agree_text {
  cursor: pointer;
}
.form_check_wrap input {
  opacity: 0;
  visibility: hidden;
}
:is(.form_col02, .form_col03, .form_col07) .form_input_box {
  width: 100%;
  justify-content: flex-start;
}
label.form_check_name_03 {
  width: 30%;
}
/* label.form_check_name_04 {
  width: 64%;
  box-sizing: border-box;
  justify-content: flex-start;
  padding-left: 2vw;
} */
/* label.form_check_name_04 .absol {
  right: 1.5vw;
  color: #0000003f;
  font-size: 0.9vw;
} */
.form_col03 .form_check_wrap label {
  background-color: rgba(255, 255, 255, 0.397);
}
.form_col03 .form_check_wrap {
  width: 55%;
  margin-right: 0;
  margin-left: 3vw;
}
.form_col04 .form_input_box {
  width: 100%;
}
/* .form_input_05 {
  width: 90%;
} */
.footeer_agree_checkbox_01 {
  width: 1vw;
  height: 1vw;
  outline: 1px solid #C11920;
  border: none;
  cursor: pointer;
  appearance: none;
  background-color: transparent;
  border: 1px solid #C11920;
  border-radius: 50%;
}
.footeer_agree_checkbox_01:checked::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #C11920;
  border-radius: 50%;
  scale: 0.85;
}
.form_agree_wrap {
  display: flex;
  gap: 0.5vw;
  font-size: 0.9vw;
  font-family: 'SUIT-Light';
  margin: 2vw 0 3vw;
}
.form_agree span {
  text-decoration: underline;
}
.form_submit_div {
  padding: 0 6vw;
  border-radius: 100px;
  height: 4.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EEE8D6;
  color: #000;
  font-family: 'Pretendard variable';
  font-weight: 700;
  font-size: 1vw;
  cursor: pointer;
  margin-top: 4vw;
}
.form_col05 .form_input_box {
  width: 100%;
  justify-content: flex-start;
}
.form_input_06 {
  height: 80%;
  border: 1px solid #0000007a;
  border-radius: 5vw;
  box-sizing: border-box;
  padding: 0 3vw;
  margin-left: 5.4vw;
  -webkit-appearance : none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: url(/images/form_arr.png) no-repeat;
  background-size: 5%;
  background-position: 90%;
}
/* form1 - end */
/* form2 - start */
div.from_wrap2 {
  background-color: #fbf6e7;
  padding-bottom: 12vw;
}
.from_wrap2 .form_col01 .form_input_box {
  width: 100%;
}
/* .from_wrap2 .form_input_03 {
  width: 93%;
} */
.form_input_07 {
  width: 40%;
  margin-left: 1vw;
}
.from_wrap2 .form_input_06 {
  margin-left: 1vw;
}
textarea{
  resize: none;
}
/* form2 - end */



.contact_alert_sec{
  position: fixed;
  top: 0%;
  z-index: 99;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.contact_alert_box{
  top: 5%;
  width: 60%;
  background-color: #F8F8F8;
  border-radius: 1vw;
  padding: 3vw 5vw;
  box-sizing: border-box;
}
.contact_alert_title{
  width: 100%;
  text-align: center;
  font-size: 1.2vw;
  font-weight: 700;
}
.contact_alert_txt{
  width: 100%;
  padding: 2vw;
  box-sizing: border-box;
  font-size: 0.8vw;
  font-weight: 500;
  line-height: 1.5;
}
.contact_alert_txt.bottom{
  background-color: #fff;
  border-radius: 0.4vw;
  border: 1px dashed #767676;
  margin-bottom: 2vw;
  background-color: #fff;
}
.contact_alert_btn{
  width: fit-content;
  font-size: 1vw;
  font-weight: 700;
  color: #fff;
  padding: 1vw 5vw;
  margin: 0 auto;
  background-color: #333;
  border-radius: 100px;
  cursor: pointer;
}


.form_dropdown{
  background-color: #F8F8F8;
  border-radius: 1vw;
  top: 2.5vw;
  left: 0;
  z-index: 999;
  padding: 1vw;
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.form_col01 .form_check_wrap label.on .form_dropdown{
  opacity: 1;
  visibility: visible;
}
.form_dropdown_txt{
  font-size: 0.8vw;
  font-weight: 500;
  color: #000;
}
.form_dropdown_txt_on{
  background: black;
  color: white;
  padding: 1% 2%;
  box-sizing: border-box;
}