a {
  color: #333;
  text-decoration: none;
}
.container {
  padding: 0 32px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.notScroll {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  touch-action: none;
}
.block_586 {
  display: none;
}
.none_959 {
  display: block;
}
.block_768 {
  display: none;
}
@media (max-width: 959px) {
  .none_959 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .block_768 {
    display: block;
  }
}
@media (max-width: 586px) {
  .block_586 {
    display: block;
  }
}
/* Select box 스타일 초기화 */
select {
  padding: 0 10px 0 4px;
  background: #fff url("arrow.png") no-repeat 100% 50% !important;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-family: inherit;
}

select option {
  color: #000;
}

/* IE 에서 Select box 화살표 제거 */
select::-ms-expand {
  display: none;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
  display: none;
}

/* placeholder 초기화 */
input::-webkit-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight: 100;
}
input:-ms-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight: 100;
}
textarea::-webkit-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight: 100;
}
textarea:-ms-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight: 100;
}
input::placeholder {
  font-weight: 400;
  color: #aaa;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 9999s ease-out;
  -webkit-box-shadow: 0 0 0px 1000px none inset !important;
}

/* section1 */
.section1 {
  background: linear-gradient(to right, #ffe5b6, #fff6ec);
  padding: 70px 0 110px;
  position: relative;
}
.section1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../Img/main_bg.png") no-repeat 0 0 / cover;
}
.section1 .title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-top: 95px;
  position: relative;
}
.section1 .title_wrap .text_wrap {
  margin-bottom: 60px;
}
.section1 .title_wrap .text_wrap h1 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 1.3;
}
.section1 .title_wrap .text_wrap p {
  font-size: 33px;
  font-weight: 400;
  letter-spacing: -2px;
  color: #222;
  margin-top: 40px;
  line-height: 1.4;
}
.section1 .title_wrap .text_wrap p b {
  font-weight: 500;
  color: #f2800f;
}
.section1 .title_wrap .img_wrap {
  flex-shrink: 0;
  flex-basis: 400px;
  max-width: 450px;
  transform: translateY(3px);
}
.section1 .title_wrap .img_wrap img {
  width: 100%;
}
.section1 .title_wrap .img_wrap p {
  position: absolute;
  top: 370px;
  right: 20px;
  font-size: 15px;
  letter-spacing: -1px;
  color: #fff;
}

/* form */
.top_form_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background: #fff;
  padding: 55px 40px;
  border-radius: 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.top_form_wrap form {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}
.top_form_wrap ul {
  display: grid;
  grid-template-columns: 2.7fr 2.3fr;
  box-sizing: border-box;
  gap: 30px 40px;
}

.top_form_wrap ul li,
.top_form_wrap .name_cover {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.top_form_wrap ul li:first-child {
  flex-direction: row;
}
.top_form_wrap ul li .sex_cover {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-left: 12px;
}
.top_form_wrap label {
  font-size: 24px;
  font-weight: 500;
  min-width: 80px;
  white-space: nowrap;
  letter-spacing: -1px;
}
.top_form_wrap ul .birth_wrap label {
  min-width: 95px;
}
.top_form_wrap input[type="radio"] {
  display: none;
}
.top_form_wrap input[type="text"],
.top_form_wrap input[type="tel"] {
  border: 1px solid #cccccc;
  font-size: 24px;
  padding: 0 20px;
  outline: none;
  font-family: inherit;
  background: #fff;
  width: 100%;
  height: 66px;
  border-radius: 10px;
  letter-spacing: -1px;
}
.top_form_wrap input[type="text"]::placeholder,
.top_form_wrap input[type="tel"]::placeholder {
  color: #aaa;
}
.top_form_wrap .tel_cover {
  display: flex;
  width: 100%;
}
.top_form_wrap select {
  font-size: 24px;
  padding-left: 12px;
  padding-right: 28px;
  appearance: none;
  background: #fff url("./arrow_tel.png") no-repeat 85% 50% !important;
  border: 1px solid #cccccc;
  margin-right: 8px;
  border-radius: 6px;
}
.top_form_wrap input[type="radio"] {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #bbb;
  margin: 0;
  margin-right: 8px;
  appearance: none;
  position: relative;
  cursor: pointer;
}
.top_form_wrap input[type="radio"]:checked + label {
  background: #f2800f;
}
.top_form_wrap input[type="radio"]:not(:checked) + label {
  color: #777;
  background-color: #fff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.top_form_wrap .sex_cover .sex_box label {
  margin-bottom: 0;
  font-size: 24px;
  cursor: pointer;
  background: #ccc;
  min-width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 66px;
  width: 66px;
  color: #fff;
  border-radius: 10px;
}
.top_form_wrap .privacy_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  position: relative;
}
.top_form_wrap .privacy_wrap input[type="checkbox"] {
  width: 40px;
  height: 40px;
  margin: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  opacity: 0;
}
.top_form_wrap .privacy_wrap i {
  width: 40px;
  height: 40px;
  background: url("../Img/check-off.png") no-repeat center / contain;
}
.top_form_wrap .privacy_wrap input[type="checkbox"]:checked + i {
  background: url("../Img/check-on.png") no-repeat center / contain;
}
.top_form_wrap .privacy_wrap label {
  font-size: 20px;
  margin-bottom: 0;
  cursor: pointer;
  letter-spacing: -1px;
  color: #999;
}
.top_form_wrap .privacy_wrap button {
  font-family: inherit;
  margin: 0;
  padding: 7px 10px;
  background: #7a7a7a;
  color: #fff;
  border: 0;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  letter-spacing: -1px;
  white-space: nowrap;
}
.top_form_wrap .btn_submit {
  display: block;
  border: 0;
  font-family: inherit;
  font-size: 25px;
  font-weight: 600;
  background: #f2800f;
  color: #fff;
  padding: 17px;
  width: 200px;
  cursor: pointer;
  border-radius: 10px;
  height: 171px;
  line-height: 1.3;
}

/* section2 */
.section2 {
  background: url("../Img/con1_bg.png") no-repeat center / cover;
  padding: 130px 0;
  text-align: center;
}
.section2 .title_wrap {
  margin-bottom: 75px;
}
.section2 .title_wrap h2 {
  font-size: 45px;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 25px;
}
.section2 .title_wrap p {
  font-size: 25px;
  letter-spacing: -1px;
  color: #fff;
  line-height: 1.3;
}
.section2 .title_wrap p br {
  display: none;
}
.section2 .content_wrap ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.section2 .content_wrap ul li {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  flex: 1;
  padding: 55px 0;
  box-sizing: border-box;
}
.section2 .content_wrap ul li h4 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 25px;
}
.section2 .content_wrap ul li p {
  font-size: 24px;
  letter-spacing: -1px;
  color: #ccc;
  line-height: 1.5;
}

/* section3 */
.section3 {
  padding: 95px 0;
}
.section3 .title_wrap {
  text-align: center;
  margin-bottom: 80px;
}
.section3 .title_wrap h2 {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: -2px;
  color: #181818;
  margin-bottom: 30px;
}
.section3 .title_wrap h2 b {
  font-weight: 600;
  color: #f26301;
}
.section3 .title_wrap p {
  font-size: 30px;
  letter-spacing: -1.5px;
  color: #555;
  line-height: 1.3;
}
.section3 .content_wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.section3 .content_wrap ul li {
  background: #f7f9fc;
  padding: 60px 50px;
  border-radius: 20px;
  text-align: center;
}
.section3 .content_wrap ul li .title_box {
  height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}
.section3 .content_wrap ul li span {
  display: block;
  font-size: 25px;
  letter-spacing: -1px;
  color: #f2800f;
}
.section3 .content_wrap ul li h4 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-top: 18px;
}
.section3 .content_wrap ul li img {
  width: 193px;
  margin: 0 auto;
}
.section3 .content_wrap ul li p {
  margin-top: 30px;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #777;
  overflow: hidden;
  text-align: left;
  text-align: center;
}
.section3 .content_wrap ul li b {
  display: block;
  margin-top: 12px;
  letter-spacing: -1px;
  font-size: 21px;
  color: #999;
}
.section3 .content_wrap .notice {
  text-align: right;
  font-size: 20px;
  color: #999;
  letter-spacing: -1px;
  line-height: 1.6;
  margin-top: 15px;
}

/* section4 */
.section4 {
  background: #f2800f;
  padding: 100px 0;
  position: relative;
}
.section4 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section4 .container .title_wrap p {
  font-size: 32px;
  color: #fff;
  letter-spacing: -1px;
  opacity: 0.9;
  margin-bottom: 12px;
}
.section4 .container .title_wrap h4 {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.3;
  color: #fff;
}
.section4 .container .title_wrap button {
  background: #fff;
  color: #f2800f;
  letter-spacing: -1px;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 32px;
  border-radius: 50px;
  margin-top: 30px;
}
/* .section4 .container .content_wrap { width: 100%; } */
.section4 .container .content_wrap ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.section4 .container .content_wrap ul li {
  background: #fff;
  width: 165px;
  height: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.section4 .container .content_wrap ul li img {
  height: 50px;
  margin-bottom: 20px;
}
.section4 .container .content_wrap ul li p {
  font-size: 20px;
  letter-spacing: -1px;
  color: #555;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

/* section5 */
.section5 {
  background: #f3f7fa;
  padding: 125px 0 105px;
  position: relative;
}
.section5 h4 {
  font-size: 45px;
  letter-spacing: -2px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 88px;
}
.section5 h4 b {
  font-weight: 600;
  color: #f2800f;
}
.section5 .list_wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section5 .list_wrap ul li {
  background: #fff;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 10px;
  overflow: hidden;
}
.section5 .list_wrap ul li img {
  width: 270px;
}
.section5 .list_wrap ul li p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  letter-spacing: -1px;
  text-align: center;
  line-height: 1.4;
  padding: 20px 0;
  color: #444;
  font-weight: 500;
}

/* bottom_form_wrap */
.bottom_form_wrap {
  padding: 100px 0;
}
.bottom_form_wrap .title_wrap {
  text-align: center;
  margin-bottom: 60px;
}
.bottom_form_wrap .title_wrap h4 {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #181818;
  margin-bottom: 22px;
}
.bottom_form_wrap .title_wrap p {
  font-size: 24px;
  letter-spacing: -1px;
  color: #666;
}
.bottom_form_wrap .form_wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.bottom_form_wrap .form_wrap ul li {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.bottom_form_wrap .form_wrap ul li .title_label {
  font-size: 25px;
  letter-spacing: -1px;
  color: #555;
}
.bottom_form_wrap .form_wrap ul li input[type="text"],
.bottom_form_wrap .form_wrap ul li input[type="tel"] {
  border: 0;
  background: #f6faff;
  height: 80px;
  font-size: 21px;
  letter-spacing: -1px;
  font-family: inherit;
  padding: 0 25px;
  border-radius: 10px;
  width: 100%;
  outline: none;
}
.bottom_form_wrap .form_wrap ul li input[type="radio"] {
  display: none;
}
.bottom_form_wrap .form_wrap ul li .sex_cover,
.bottom_form_wrap .form_wrap ul li .tel_cover {
  display: flex;
  gap: 18px;
}
.bottom_form_wrap .form_wrap ul li .sex_cover label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6faff;
  height: 80px;
  flex: 1;
  font-size: 21px;
  font-weight: 500;
  color: #aaa;
  border-radius: 10px;
  cursor: pointer;
}
.bottom_form_wrap .form_wrap ul li input[type="radio"]:checked + label {
  border: 2px solid #f2800f;
  background: #fff;
  color: #f2800f;
  font-weight: 600;
}
.bottom_form_wrap .form_wrap ul li select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f6faff url("../Img/arrow_tel.png") no-repeat calc(100% - 25px) 50% / 19px !important;
  height: 80px;
  border-radius: 10px;
  border: 0;
  min-width: 200px;
  font-size: 24px;
  padding: 0 25px;
  color: #333;
  outline: none;
}
.bottom_form_wrap .form_wrap .privacy_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
}
.bottom_form_wrap .form_wrap .privacy_wrap input[type="checkbox"] {
  width: 40px;
  height: 40px;
  opacity: 0;
  position: absolute;
  left: 0;
  margin: 0;
  cursor: pointer;
}
.bottom_form_wrap .form_wrap .privacy_wrap i {
  width: 40px;
  height: 40px;
  background: url("../Img/check-off.png") no-repeat center / contain;
}
.bottom_form_wrap .form_wrap .privacy_wrap input[type="checkbox"]:checked + i {
  background: url("../Img/check-on.png") no-repeat center / contain;
}
.bottom_form_wrap .form_wrap .privacy_wrap label {
  font-size: 24px;
  letter-spacing: -1px;
  color: #444;
  cursor: pointer;
}
.bottom_form_wrap .form_wrap .privacy_wrap button {
  background: #f2800f;
  padding: 6px 14px;
  border-radius: 10px;
  font-family: inherit;
  color: #fff;
  letter-spacing: -1px;
  font-size: 19px;
}
.bottom_form_wrap .form_wrap .btn_submit {
  display: block;
  width: fit-content;
  background: #f2800f;
  padding: 25px 50px;
  border-radius: 10px;
  color: #fff;
  margin: 0 auto;
  margin-top: 60px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -1px;
}

/* section_sub */
.section_sub {
  padding: 120px 0;
}

.section_sub .title_wrap {
  text-align: center;
  margin-bottom: 40px;
}

.section_sub .title_wrap h2 {
  font-size: 43px;
  font-weight: 500;
  letter-spacing: -2px;
  color: #181818;
  margin-bottom: 30px;
  line-height: 1.3;
}

.section_sub .title_wrap .highlight {
  font-weight: 600;
  color: #f2800f;
}

.section_sub .layout_wrap {
  display: flex;
  gap: 30px;
}

.section_sub .card_item {
  flex: 1;
  box-sizing: border-box;
  background-color: #f7f9fc;
  border-radius: 10px;
  border: 3px solid transparent;
  transition: all 250ms;
}

.section_sub .card_item:hover {
  border-color: #f2800f;
}

.section_sub .card_item .img_wrap {
  width: 100%;
  height: 280px;
}

.section_sub .card_item .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section_sub .card_item .content_wrap {
  padding: 30px;
  border-top: 1px solid #ccc;
}

.section_sub .card_item .content_wrap h4 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.section_sub .card_item .content_wrap p {
  font-size: 18px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 30px;
}

.section_sub .card_item .content_wrap span {
  font-size: 18px;
  color: #f2800f;
  font-weight: 500;
  text-align: right;
  display: block;
}

/* form 반응형 */
@media (max-width: 1230px) {
  .top_form_wrap {
    padding: 40px 30px;
  }
  .top_form_wrap label {
    font-size: 22px;
    min-width: 70px;
  }
  .top_form_wrap ul .birth_wrap label {
    min-width: 85px;
  }
  .top_form_wrap ul {
    gap: 20px 25px;
  }
  .top_form_wrap form {
    gap: 25px;
  }
  .top_form_wrap input[type="text"],
  .top_form_wrap input[type="tel"] {
    font-size: 22px;
  }
  .top_form_wrap .sex_cover .sex_box label {
    font-size: 22px;
  }
  .section2 .title_wrap p br {
    display: block;
  }
}

@media (max-width: 1080px) {
  .top_form_wrap input[type="text"],
  .top_form_wrap input[type="tel"] {
    height: 56px;
  }
  .top_form_wrap .privacy_wrap input[type="checkbox"] {
    width: 25px;
    height: 25px;
  }
  .top_form_wrap .privacy_wrap i {
    width: 25px;
    height: 25px;
  }
  .top_form_wrap .privacy_wrap {
    gap: 6px;
  }
  .top_form_wrap .sex_cover .sex_box label {
    height: 56px;
    width: 56px;
  }
  .top_form_wrap .btn_submit {
    font-size: 23px;
    width: 180px;
  }
}

@media (max-width: 959px) {
  .top_form_wrap ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .top_form_wrap form {
    flex-direction: column;
  }
  .top_form_wrap label {
    min-width: 98px;
  }
  .top_form_wrap ul .birth_wrap label {
    min-width: 98px;
  }
  .top_form_wrap .btn_submit {
    width: 100%;
    padding: 30px 0;
    height: auto;
  }
  .bottom_form_wrap .form_wrap ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  .bottom_form_wrap .form_wrap ul li {
    gap: 10px;
  }
  .bottom_form_wrap .form_wrap ul li .title_label {
    font-size: 22px;
  }
  .bottom_form_wrap .form_wrap ul li input[type="text"],
  .bottom_form_wrap .form_wrap ul li input[type="tel"] {
    height: 65px;
    font-size: 20px;
    padding: 0px 15px;
  }
  .bottom_form_wrap .form_wrap ul li .sex_cover label {
    height: 65px;
    font-size: 20px;
  }
  .bottom_form_wrap .form_wrap ul li select {
    height: 65px;
    min-width: 155px;
    font-size: 20px;
  }
  .bottom_form_wrap .form_wrap .privacy_wrap {
    gap: 8px;
  }
  .bottom_form_wrap .form_wrap .privacy_wrap label {
    font-size: 22px;
  }
  .bottom_form_wrap .form_wrap .privacy_wrap i {
    width: 30px;
    height: 30px;
  }
  .bottom_form_wrap .form_wrap .privacy_wrap button {
    font-size: 16px;
  }
  .bottom_form_wrap .form_wrap .btn_submit {
    padding: 25px 50px;
    border-radius: 10px;
    margin-top: 40px;
    font-size: 23px;
    letter-spacing: -1px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bottom_form_wrap .title_wrap h4 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .bottom_form_wrap .title_wrap p {
    font-size: 22px;
  }
}

@media (max-width: 586px) {
  .top_form_wrap .form_wrap {
    padding: 35px 30px;
  }
  .top_form_wrap .form_wrap .btn_submit {
    padding: 20px 0;
  }
  .top_form_wrap .form_wrap ul {
    gap: 15px;
  }
  .top_form_wrap .form_wrap label {
    font-size: 20px;
    min-width: 80px;
  }
  .top_form_wrap .form_wrap ul .birth_wrap label {
    min-width: 80px;
  }
  .top_form_wrap .form_wrap input[type="text"],
  .top_form_wrap .form_wrap input[type="tel"] {
    font-size: 20px;
    padding: 0 15px;
  }
  .top_form_wrap .form_wrap .sex_cover .sex_box label {
    font-size: 20px;
    height: 52px;
    width: 45px;
  }
  .top_form_wrap .form_wrap input[type="text"],
  .top_form_wrap .form_wrap input[type="tel"] {
    height: 52px;
  }
  .top_form_wrap .form_wrap ul li .privacy_wrap label {
    font-size: 16px;
  }
  .bottom_form_wrap {
    padding: 70px 0;
  }
  .bottom_form_wrap .title_wrap {
    margin-bottom: 40px;
  }
  .bottom_form_wrap .title_wrap h4 {
    font-size: 30px;
  }
  .bottom_form_wrap .title_wrap p {
    font-size: 20px;
    line-height: 1.3;
  }
  .bottom_form_wrap .form_wrap ul li .title_label {
    font-size: 19px;
  }
  .bottom_form_wrap .form_wrap ul li .sex_cover label {
    font-size: 19px;
  }
  .bottom_form_wrap .form_wrap ul li input[type="text"],
  .bottom_form_wrap .form_wrap ul li input[type="tel"] {
    height: 58px;
    font-size: 19px;
  }
  .bottom_form_wrap .form_wrap ul li .sex_cover label {
    height: 58px;
  }
  .bottom_form_wrap .form_wrap ul li select {
    height: 58px;
    font-size: 19px;
  }
  .bottom_form_wrap .form_wrap .privacy_wrap input[type="checkbox"] {
    width: 25px;
    height: 25px;
  }
  .bottom_form_wrap .form_wrap .privacy_wrap i {
    width: 25px;
    height: 25px;
  }
  .bottom_form_wrap .form_wrap .privacy_wrap label {
    font-size: 18px;
  }
  .bottom_form_wrap .form_wrap .privacy_wrap button {
    font-size: 14px;
    padding: 6px 10px;
  }
  .bottom_form_wrap .form_wrap ul li select {
    min-width: 100px;
    padding: 0 15px;
    background: #f6faff url(../Img/arrow_tel.png) no-repeat calc(100% - 15px) 50% / 14px !important;
  }
  .bottom_form_wrap .form_wrap .btn_submit {
    padding: 22px 50px;
    margin-top: 30px;
    font-size: 21px;
  }
  .bottom_form_wrap .form_wrap ul {
    gap: 15px;
  }
  .bottom_form_wrap .form_wrap ul li .sex_cover,
  .bottom_form_wrap .form_wrap ul li .tel_cover {
    gap: 12px;
  }
}

@media (max-width: 430px) {
  .top_form_wrap {
    padding: 30px 20px;
  }
  .top_form_wrap label {
    font-size: 18px;
    min-width: 70px;
  }
  .top_form_wrap ul .birth_wrap label {
    min-width: 70px;
  }
  .top_form_wrap input[type="text"],
  .top_form_wrap input[type="tel"] {
    font-size: 18px;
    padding: 0 12px;
  }
  .top_form_wrap ul li .sex_cover {
    gap: 8px;
    margin-left: 8px;
  }
  .top_form_wrap .privacy_wrap button {
    padding: 5px 8px;
    font-size: 12px;
  }
  .top_form_wrap .sex_cover .sex_box label {
    font-size: 18px;
  }
  .top_form_wrap .btn_submit {
    padding: 18px 0;
    font-size: 22px;
  }
}

/* 메인 */
@media (max-width: 1230px) {
  .section1 .title_wrap {
    gap: 80px;
  }
  .section1 .title_wrap .text_wrap h1 {
    font-size: 70px;
  }
  .section1 .title_wrap .text_wrap p {
    font-size: 28px;
  }
  .section1 .title_wrap .img_wrap {
    flex-basis: 350px;
  }
  .section3 .content_wrap ul li img {
    margin: 0 auto;
  }
  .section3 .content_wrap ul {
    gap: 20px;
  }
  .section3 .content_wrap ul li p {
    font-size: 22px;
  }
  .section3 .content_wrap ul li p br {
    display: none;
  }
  .section3 .content_wrap ul li .title_box {
    margin-bottom: 15px;
    height: auto;
  }
  .section3 .content_wrap ul li {
    padding: 35px 35px;
  }
  .section3 .content_wrap ul li h4 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: 10px;
  }
  .section3 .content_wrap ul li b {
    margin-top: 12px;
  }
  .section4 .container .content_wrap ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .section5 .list_wrap ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}

@media (max-width: 1080px) {
  .section1 .title_wrap {
    gap: 40px;
    margin-top: 55px;
  }
  .section1 .title_wrap .text_wrap h1 {
    font-size: 58px;
  }
  .section1 .title_wrap .text_wrap p {
    font-size: 24px;
    margin-top: 20px;
  }
  .section1 .title_wrap .img_wrap {
    flex-basis: 320px;
  }
  .section4 .container .title_wrap p {
    font-size: 26px;
  }
  .section4 .container .title_wrap h4 {
    font-size: 50px;
  }
  .section_sub .layout_wrap {
    flex-direction: column;
  }
  .section_sub .card_item {
    display: flex;
    align-items: center;
  }
  .section_sub .card_item .content_wrap {
    border-left: 1px solid #ccc;
    border-top: 0;
  }
  .section_sub .card_item .img_wrap {
    width: 280px;
    min-width: 280px;
  }
}

@media (max-width: 959px) {
  .section1 {
    padding: 45px 0 100px;
  }
  .section1 .title_wrap .text_wrap h1 {
    font-size: 50px;
  }
  .section1 .title_wrap .text_wrap p {
    font-size: 20px;
    margin-top: 20px;
  }
  .section2 .content_wrap ul li h4 {
    font-size: 30px;
  }
  .section2 .content_wrap ul li p {
    font-size: 22px;
  }
  .section3 .title_wrap {
    margin-bottom: 45px;
  }
  .section3 .title_wrap p {
    font-size: 25px;
  }
  .section3 .content_wrap ul li img {
    width: 145px;
  }
  .section3 .content_wrap ul li p {
    font-size: 20px;
    margin-top: 20px;
  }
  .section3 .content_wrap ul li span {
    font-size: 22px;
  }
  .section3 .content_wrap ul li h4 {
    font-size: 26px;
  }
  .section3 .content_wrap ul li b {
    font-size: 17px;
    margin-top: 8px;
  }
  .section3 .content_wrap .notice {
    font-size: 16px;
  }
  .section4 .container {
    flex-direction: column;
    gap: 40px;
  }
  .section4 .container .title_wrap {
    text-align: center;
  }
  .section4 .container .content_wrap {
    width: 100%;
  }
  .section4 .container .content_wrap ul li {
    width: 100%;
  }
  .section_sub .card_item .img_wrap {
    width: 210px;
    min-width: 210px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  .section1 .title_wrap {
    gap: 40px;
    margin-top: 35px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .section1 .title_wrap .text_wrap p {
    font-size: 25px;
  }
  .section1 .title_wrap .text_wrap {
    margin-bottom: 0;
  }
  .section1 .title_wrap .img_wrap {
    flex-basis: auto;
    width: 300px;
  }
  .section2 {
    padding: 90px 0;
  }
  .section2 .title_wrap {
    margin-bottom: 35px;
  }
  .section2 .content_wrap ul {
    flex-direction: column;
  }
  .section2 .content_wrap ul li {
    padding: 40px 20px;
    width: 100%;
  }
  .section2 .content_wrap ul li h4 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .section2 .content_wrap ul li p br {
    display: none;
  }
  .section2 .title_wrap h2 {
    font-size: 38px;
    margin-bottom: 15px;
  }
  .section2 .title_wrap p {
    font-size: 22px;
  }

  .section3 .content_wrap ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .section3 .content_wrap ul li span {
    font-size: 18px;
  }
  .section3 .content_wrap ul li h4 {
    font-size: 22px;
  }
  .section3 .content_wrap ul li b {
    font-size: 14px;
  }
  .section3 .content_wrap ul li p {
    font-size: 18px;
  }
  .section3 .content_wrap ul li img {
    width: 115px;
  }
  .section3 .content_wrap ul li p {
    text-align: left;
  }
  .section3 .content_wrap .notice {
    font-size: 14px;
    margin-top: 10px;
  }
  .section3 .title_wrap h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .section3 .title_wrap p {
    font-size: 22px;
  }
  .section5 h4 {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .section5 {
    padding: 80px 0 85px;
  }
  .section5 .list_wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .section5 .list_wrap ul li {
    border-radius: 45px;
  }
  .section5 .list_wrap ul li img {
    width: 100%;
  }
  .section5 .list_wrap ul li p {
    font-size: 22px;
    padding: 15px 0;
  }
  .section_sub .card_item {
    flex-direction: column;
  }
  .section_sub .card_item .content_wrap {
    border-top: 1px solid #ccc;
    border-left: 0;
  }
  .section_sub .card_item .img_wrap {
    min-width: auto;
    width: 100%;
  }
  .section_sub .title_wrap h2 {
    font-size: 38px;
  }
}

@media (max-width: 586px) {
  .section1 {
    padding: 30px 0 60px;
  }
  .section1 .title_wrap .text_wrap h1 {
    font-size: 44px;
  }
  .section1 .title_wrap .text_wrap p {
    /* font-size: 30px; */
    margin-top: 10px;
  }
  .section1 .title_wrap .text_wrap p {
    font-size: 26px;
  }
  .section1 .title_wrap .img_wrap img {
    width: 85%;
    margin: 0 auto;
  }

  .section2 {
    padding: 70px 0;
  }
  .section2 .title_wrap h2 {
    font-size: 30px;
  }
  .section2 .title_wrap p {
    font-size: 20px;
  }
  .section2 .content_wrap ul {
    gap: 15px;
  }
  .section2 .content_wrap ul li {
    padding: 30px 20px;
  }
  .section2 .content_wrap ul li h4 {
    font-size: 24px;
  }
  .section2 .content_wrap ul li p {
    font-size: 20px;
  }
  .section3 {
    padding: 70px 0;
  }
  .section3 .title_wrap h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .section3 .title_wrap p {
    font-size: 20px;
  }
  .section3 .content_wrap ul li {
    padding: 30px 20px;
  }
  .section3 .content_wrap ul {
    gap: 12px;
  }
  .section4 {
    padding: 70px 0;
  }
  .section4 .container .content_wrap ul {
    gap: 12px;
  }
  .section4 .container .content_wrap ul li {
    height: 135px;
  }
  .section4 .container .content_wrap ul li img {
    height: 40px;
    margin-bottom: 15px;
  }

  .section4 .container .content_wrap ul li p {
    font-size: 18px;
  }
  .section4 .container .title_wrap p {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .section4 .container .title_wrap h4 {
    font-size: 40px;
  }
  .section4 .container .title_wrap button {
    font-size: 18px;
    font-weight: 600;
    padding: 12px 32px;
    margin-top: 20px;
  }
  .section5 h4 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .section5 h4 b {
    display: block;
  }
  .section5 .list_wrap ul li p {
    font-size: 20px;
    padding: 15px 0;
  }
  .section5 .list_wrap ul li {
    border-radius: 32px;
  }
  .section_sub .title_wrap h2 {
    font-size: 30px;
  }
  .section_sub {
    padding: 70px 0;
  }
  .section_sub .card_item .content_wrap h4 {
    font-size: 22px;
  }
  .section_sub .card_item .content_wrap p {
    font-size: 16px;
  }
  .section_sub .card_item .content_wrap {
    padding: 30px 15px;
  }
}

@media (max-width: 430px) {
  .section1 {
  }
  .section1 .title_wrap {
    margin-top: 25px;
    gap: 25px;
  }
  .section1 .title_wrap .text_wrap h1 {
    font-size: 38px;
  }
  .section1 .title_wrap .text_wrap p {
    font-size: 23px;
  }
  .section2 .title_wrap p {
    font-size: 18px;
  }

  .section4 .container .content_wrap ul li {
    height: 110px;
  }
  .section4 .container .content_wrap ul li img {
    height: 30px;
    margin-bottom: 10px;
  }
  .section4 .container .content_wrap ul li p {
    font-size: 16px;
  }
  .section5 {
    padding: 55px 0 65px;
  }
  .section5 .list_wrap ul li p {
    font-size: 17px;
  }
}
