.page9{
    
}

.footer_inner{
  width: 1280px;
  height: 100vh;
  margin: 0 auto;
  padding-top: calc(100px + 5%);
}

.footer_contents{
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(30px);
  color: #fff;
  padding: 60px 40px;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}

.contact_title{
  display: block;
  font-size: 3.8rem;
  margin-bottom: 28px;
  font-weight: 600;



}

.contact{
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}


.contact_left{
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  width: 50%;
  padding-right: 36px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;

  
}
.contact_location{
  display: flex;
  flex-direction: column;
}
.contact_location .map{
  border-radius: 10px;
  margin-bottom: 24px;
}

.contact_location h2{
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;

}

.contact_location p:last-child{
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.contact_mail{
  display: flex;
  flex-direction: column;
}
.mail_title{
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.mail_address{
  font-size: 1.2rem;
}

.contact_right{
  display: flex;
  flex-direction: column;
  width: 50%;
  text-align: left;
  padding-left: 40px;

}

.contact_right h2{
font-size: 2rem;
font-weight: 600;
}




.form_wrap{
  width: 100%;
  height: auto;
  padding-top: 20px;
  font-size: 1.2rem;
}

.form_wrap>p{

  width: 100%;
  height: auto;
  padding: 6px 0;
  float: left;
  align-items: center;
}
.form_wrap>p.ask{

  display: block;
  width: 100%;
  height: auto;
  padding: 6px 0;
  float: left;
  align-items: center;
}

.form_wrap>p.email{
  margin-bottom: 24px;
  line-height: 1.4rem;
}

p.email_contents{
  margin-top: 8px;
}

.form_wrap>p>span{
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 400;
  
  margin-top: 12px;
  margin-bottom: 12px;
}

.form_wrap>p>span.ask{
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
}

.form_wrap>p>input{
  outline: none;
  padding: 10px;
  font-size: 1.2rem;
  width: 75%;
  float: right;
  height: 40px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat", sans-serif;

}

.form_wrap>p>input:focus-visible{
  outline: none;
  border: 1px solid #ff3e00;
}
.question{
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  margin-top: 16px;
  display: block;
  padding: 10px;
  width: 100%;
  float: right;
  height: 120px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.2);

  color: #fff;
}

button.sendemail{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  float: right;
  margin-top: 12px;

  border-radius: 8px;
  color: #fff;
  width: 120px;
  height: 48px;
  font-size: 1.2rem;
  background-color: #000;
}

button.sendemail:hover{
  background-color: #ff3e00;
}



span.radiotitle{
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 500;
  width: 25%;
  float: left;

}

span.radiobtn{
  font-size: 1.2rem;

}

.radiobtn>label{
  font-size: 1.4rem;
  margin-right: 20px;
  line-height: 2.4rem;
}

span.radiobtn>input{
  width: 18px;
  height: 18px;
  margin-right: 10px;
  
}



input[type="radio"] {

  -webkit-appearance: none;  
  -moz-appearance: none;  
  appearance: none;  
  border-radius: 50%;  
  width: 20px;             
  height: 20px;  
  border: 2px solid #ccc;

  }
  
  
  input[type="radio"]:checked {
  
  background-color: #ff3e00;  
  border-color: #ff3e00;
  
  }

.copyright{
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  margin: 0 auto;

  /* border: 1px solid #fff; */

  margin-top: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(30px);
  color: #fff;
  padding: 36px 40px;

  z-index: 21;
}

/* floor1~3 카드 영역과 동일한 가로 기준선 유지 */
.footer_contents,
.copyright {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1400px) and (min-width: 1025px) {
  .footer_contents,
  .copyright {
    margin-left: 48px;
    margin-right: 48px;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .footer_contents,
  .copyright {
    margin-left: 48px;
    margin-right: 48px;
  }
}

@media (max-width: 768px) {
  .footer_contents,
  .copyright {
    margin-left: 48px;
    margin-right: 48px;
  }
}