@import url("../font/pretendard/pretendard.css");

html {
 -webkit-text-size-adjust: none;
 -moz-text-size-adjust: none;
 -ms-text-size-adjust: none;
 -o-text-size-adjust: none;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Pretendard', sans-serif;
  box-sizing: border-box;
}
.inner {
  width: 640px;
  margin: 0 auto;
}

.test_img {
  width: 720px;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
  
}

#wrap {
  margin: 0 auto;
  position: relative;
  width: 720px;
}

#wrap header {
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.3);
  padding: 32px 0;
}


#wrap header .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

#wrap header img {
  width: 250px;
}

#wrap section {
  padding: 105px 0;
}
#wrap b {color: #ff9022;}
#wrap #section1 .inner {padding: 0 10px;}
#wrap #section1 .inner p {color: #5f5a56; font-size: 28px; font-weight: 500; margin-bottom: 15px; margin-left: 5px; letter-spacing: 0px;}
#wrap #section1 .inner h2 {color: #003170; font-size: 70px; letter-spacing: -3px; margin-bottom: 53px; font-weight: 600;}
#wrap #section1 .inner h3 {font-size: 35px; color: #1e1e1e; margin-bottom: 16px; font-weight: 600; letter-spacing: 0px;}
#wrap #section1 .inner span {font-size: 21px; letter-spacing: -1.8px; color: #595959; margin-bottom: 35px; display: block;}
#wrap #section1 .inner h4 {font-size: 36px; margin-bottom: 17px; letter-spacing: 1px; font-weight: 600;}
#wrap #section1 img {margin-left: auto; text-align: center; display: flex; justify-content: flex-end;}

.form_container {
  width: 100%;
  box-sizing: border-box;
  margin-top: 15px;
}
.form_container .inner {
  width: 640px;
  margin: 0 auto;
}
.form_top {
  top: 880px;
}
.form_btm {
  top: 4650px;
}

.form_container h4 {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 50px;
}
.form_container form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form_container .form_cover {
  display: flex;
  align-items: center;
}
.form_container .form_cover label {
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: 500;
  min-width: 105px;
}
.form_container .form_cover input,
.form_container .form_cover select {
  height: 87px;
  font-size: 30px;
  letter-spacing: -1px;
  padding: 0 25px;
  letter-spacing: -1px;
  border-radius: 10px;
  outline: none;
  border: 1px solid #ccc;
}
.form_container .form_cover select {
  appearance: none;
  background: #fff url("./arrow_tel.png") no-repeat calc(100% - 18px) 50% / 30px;
  color: #000;
}
.form_container .form_cover .tel_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.form_container .form_cover #mobile1,
.form_container .form_cover #mobile1__btm {
  padding-right: 50px;
}
.form_container .form_cover #customer_name,
.form_container .form_cover #mobile2,
.form_container .form_cover #customer_name__btm,
.form_container .form_cover #mobile2__btm {
  width: 100%;
}
.form_container .privacy_container {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-left: 105px;
}
.form_container .privacy_wrap {
  display: flex;
  align-items: center;
}
.form_container .privacy_wrap input[type="checkbox"] {
  width: 30px;
  height: 30px;
  margin: 0;
}
.form_container .privacy_wrap label {
  font-size: 28px;
  letter-spacing: -1px;
  margin: 0 10px;
}
.form_container .privacy_wrap button {
  font-size: 28px;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  color: #000;
}
.form_container .btn_submit {
  font-size: 35px;
  font-weight: 500;
  background: #ff9022;
  padding: 25px 0;
  color: #fff;
  letter-spacing: -1px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}
#wrap #section2 {padding: 113px 0 80px;}
#wrap #section2 .inner {}
#wrap #section2 .inner .title_wrap {}
#wrap #section2 .inner .title_wrap h2 {font-size: 42px; letter-spacing: -3px; font-weight: 500; margin-left: 15px; line-height: 1.3; margin-bottom: 35px;}
#wrap #section2 .inner .title_wrap b {color: #ff6600;}
#wrap #section2 .inner ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 20px;}
#wrap #section2 .inner ul li {border: 1px solid #001e50; display: flex; flex-direction: column; align-items: center; padding: 37px 0; border-radius: 10px;}
#wrap #section2 .inner ul li p {font-size: 25px; letter-spacing: -3px; margin-bottom: 13px;}
#wrap #section2 .inner ul li h2 {font-size: 45px; letter-spacing: -1px; font-weight: 600; color: #ff6600; margin-bottom: 15px;}
#wrap #section2 .inner ul li span {color: #787878; line-height: 1.2; text-align: center;}
#wrap #section2 .inner ul li em {font-size: 28px;}

#wrap #section3 {padding-top: 83px; background: #fef3e5;}
#wrap #section3 .inner {display: flex; flex-direction: column; align-items: center; text-align: center;}
#wrap #section3 .inner .title_wrap {margin-bottom: 66px;}
#wrap #section3 .inner .title_wrap h2 {text-align: center; color: #ff6600; font-weight: 700; font-size: 52px; line-height: 1.1; letter-spacing: -3px;}
#wrap #section3 .inner img {margin-bottom: 66px;}
#wrap #section3 .inner p {font-size: 25px; line-height: 1.1; letter-spacing: -1.5px; color: #787878;}

#wrap #section4 {padding-top: 61px; padding-bottom: 40px; text-align: center; background: #656f72;}
#wrap #section4 .inner {}
#wrap #section4 .inner .title_wrap {}
#wrap #section4 .inner .title_wrap h2 {font-size: 31px; font-weight: 600; margin-bottom: 20px; color: #fff; padding-bottom: 30px; border-bottom: 1px solid #9a9a9a;}
#wrap #section4 .inner .title_wrap p {font-size: 20px; line-height: 1.55; font-weight: 300; letter-spacing: -1.5px; margin: 0 15px; margin-bottom: 33px; color: #fff;}

/* FOOTER */
.footer { width: 720px; margin: 0 auto; background: #282a29; box-sizing: border-box; padding: 35px 0;}
.footer h4 {font-size: 20px; font-weight: 500; letter-spacing: -1px; margin-bottom: 20px; color: #999;}
.footer_inner {display: flex; flex-direction: column; gap: 7px; width: 650px; margin: 0 auto;}
.footer p {color: #999; font-size: 14px; line-height: 1.4; letter-spacing: -.2px;}
.footer button {font-size: 15px; color: #999; font-weight: 600; margin-top: 15px; width: fit-content; background: none; border: 0; padding: 0; cursor: pointer;}