:root {
  --main-color: #e82d2d;
}

#wrap .a {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0 auto;
  width: 100%;
  opacity: 0.3;
  z-index: 9;
}

#wrap .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

#wrap .body .text_box {
  padding: 60px 40px 20px;
}

#wrap .body .text_box .main_text {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

#wrap .body .text_box .sub_text {
  font-size: 30px;
  line-height: 1.3em;
  color: #777;
  margin-top: 30px;
}

#wrap .body .img_box {
  position: relative;
}

#wrap .body .img_box .inner_text {
  position: absolute;
  top: 120px;
  left: 80px;
}

#wrap .body .img_box .inner_text .main_text {
  font-size: 40px;
  font-weight: 600;
  color: #333;
}

#wrap .body .img_box .inner_text .sub_text {
  font-size: 34px;
  font-weight: 500;
  color: #333;
}

#wrap .body .img_box .inner_text>p.sub_text:nth-child(2) {
  margin: 60px 0 20px;
}

#wrap .body .img_box .inner_text .sub_text .color_border {
  display: inline-block;
  padding: 20px 100px;
  margin: 0 20px;
  border: 3px solid #715399;
  border-radius: 100px;
  text-align: center;
  background: #f4f2f7;
  filter: drop-shadow(0px 2px 3px rgba(34, 34, 34, 0.45));
  font-weight: 800;
}

#wrap .body .img_box .popup_btn {
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 50px;
  background: #ffffff;
  padding: 30px 60px 35px;
  width: 380px;
  text-align: center;
  border-radius: 100px;
  font-weight: 600;
}

#wrap .body .img_box .popup_btn a {
  text-decoration: none
}

#wrap .body .img_box .popup_btn .btn_color_text {
  color: #715399;
}


/* main */
#wrap .main_visual {
  background: #fff3f3;
  position: relative;
}

#wrap .main_visual::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 16rem;
  top: 100%;
  left: 0;
  background: #fff3f3;
  z-index: 9;
}

#wrap .main_visual .container {}

#wrap .main_visual .row {
  display: flex;
  justify-content: space-between;
  position: relative;
}

#wrap .main_visual .text_wrap {
  margin-top: 77px;
  margin-bottom: 45px;
}

#wrap .main_visual .text_wrap h2 {
  font-size: 97px;
  font-weight: 600;
  letter-spacing: -4px;
  margin-bottom: 15px;
}

#wrap .main_visual .text_wrap h2 b {
  color: #e82d2d;
  font-size: 85px;
  line-height: 1.1;
}

#wrap .main_visual .text_wrap h3 {
  font-size: 58px;
  font-weight: 600;
}

#wrap .main_visual .text_wrap h4 {
  margin-top: 20px;
  font-size: 33px;
  font-weight: 400;
  color: #606060;
  letter-spacing: -1px;
  line-height: 1.2;
}

#wrap .main_visual .text_wrap p {
  font-size: 36px;
  margin-top: 28px;
  line-height: 1.32;
  letter-spacing: -1.8px;
  color: #1b1e28;
  font-weight: 500;
}

#wrap .main_visual .img_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 530px;
}

#wrap .main_visual .img_wrap img {
  margin: auto;
}

#wrap .form_wrap {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: #fff;
  border-radius: 30px;
  padding: 60px 100px;
  z-index: 999;
  position: relative;
  transform: translateY(-5px);
}

#wrap .header .text_box img {
  width: 30px;
  filter: invert(39%) sepia(22%) saturate(1016%) hue-rotate(224deg) brightness(87%) contrast(91%);
  position: absolute;
  left: 0
}

#wrap .header .text_box {}

#wrap .header .div3_line {
  height: 10px;
  padding: 0 10px
}

#wrap .header .text_box .header_color_text {
  font-size: 40px;
  color: #333;
  font-weight: 700;
}

#wrap .header .div3_line .div3_non_color {
  height: 100%;
  border-radius: 5px;
  background: #f0f2f6;
}

#wrap .header .div3_line .div3_non_color .div3_color {
  width: 50%;
  height: 100%;
  z-index: 1;
  position: relative;
  background: #f79900;
  border-radius: 5px;
  left: 0;
}

#wrap .text_box .main_text {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.3px;
  margin-bottom: 55px;
}

#wrap .form-box input,
select {
  border: 0;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  padding: 10px 0px;
  padding-left: 12px;
  width: 100%;
  font-size: 18px;
  color: #000;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  letter-spacing: -1px;
  font-weight: 500;
}

#wrap .form-box select,
#wrap .form-box .tel_wrap_2 input {
  border-bottom: 0;
}

#wrap .form-box select {
  padding-left: 0;
}

select#telecom {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("./arrow_2.png") no-repeat right center / 10px auto;
  width: 150px;
}

#wrap .form-box input::placeholder {
  color: #bbb;
  font-size: 22px;
  letter-spacing: -1px;
}

#wrap .form-box input,
select {
  font-size: 22px;
}

#wrap .form-box #privacy_checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 14px;
  opacity: 0;
  z-index: 9;
  transform: translate(-50%, -50%);
}

#wrap .form-box #privacy_checkbox i {
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 6px;
  position: relative;
}

#wrap .form-box #privacy_checkbox i::before {
  position: absolute;
  top: 2px;
  left: 7px;
  width: 5px;
  height: 12px;
  border: solid #ccc;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
}

#wrap .form-box #privacy_checkbox input[type="checkbox"]:checked+i {
  background: #243AD3;
  border: 1px solid #243AD3;
}

#wrap .form-box #privacy_checkbox input[type="checkbox"]:checked+i::before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

#inputform_1 {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: space-between;
  gap: 30px 40px; */
  display: flex;
  gap: 20px;
}

#inputform_1 span {
  font-size: 22px;
  margin-bottom: 4px;
  display: block;
  width: 100%;
  letter-spacing: -1px;
  font-weight: 600;
}

#inputform_1 .name_wrap,
#inputform_1 .jumin_wrap,
#inputform_1 .phone_num_row {
  flex: 1 1 0;
}

#wrap .form-box .form_jumin_items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 48%;
  box-sizing: border-box;
}

#wrap .form-box .form_jumin_items:last-child input {
  padding-left: 12px;
}

#wrap .form-box .form_jumin_items input::placeholder {
  color: #bbb;
  font-size: 14px;
  letter-spacing: 1px;
}

#wrap .form-box .jumin_wrap .form_jumin_row {
  display: flex;
  align-items: center;
}

#wrap .form-box .jumin_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}


#wrap .form-box .phone_num_row {
  /* display: flex;
  align-items: center;
  gap: 20px;
  width: 100%; */
}

#wrap .form-box .phone_num_wrap {
  display: flex;
  border-bottom: 2px solid #ccc;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; */
}

#wrap .form-box .tel_wrap_1 {
  flex-shrink: 0;
  width: 28%;
}

#wrap .form-box .phone_num_wrap .form-number {
  padding-left: 12px;
  height: 50px;
}

#wrap .form-box .name_wrap {
  display: flex;
  flex-direction: column;
}

#wrap .form-box .phone_num_wrap input::placeholder {
  line-height: 2;
}

#wrap .form-box .phone_num_wrap select option {
  font-size: 20px;
  width: 30%
}

#inputform_1 span.dash {
  width: 20px;
  margin: 0;
  font-size: 24px;
  color: #b2b2b2;
  text-align: center;
}

#wrap .form-box .btn_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 35px;
}

#wrap .form-box input.btn_submit {
  background: var(--main-color);
  border-radius: 10px;
  border: none;
  font-size: 24px;
  padding: 20px 165px;
  width: auto;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
}

.privacy {
  display: flex;
  align-items: center;
  position: relative;
}

#privacy_checkbox_all {
  margin-top: 50px;
}

#privacy_checkbox_all .agree-text {
  font-weight: 600;
  color: #444;
  text-decoration: underline;
}

.agree-text {
  font-size: 20px;
  margin: 0 7px;
  letter-spacing: -0.8px;
  color: #606060;
}

#popup_modal {
  border: none;
  background: none;
  font-size: 30px;
}

.underline {
  text-decoration: underline;
  padding: 0 1px;
}

.privacy a {
  color: #1c1c1c;
  text-decoration: none;
  font-size: 18px;
}

/* info_input css end */

/* .img_box img { width: 100%; } */



/* privacy_modal_m.php */
.pop_wrap {
  max-width: 800px;
  background: #fff;
  overflow: hidden;
}

.pop_wrap h2 {
  padding: 15px 30px;
  color: yellow;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: -.04em;
  background: #000;
}

.pop_wrap .content {
  padding: 25px 30px;
  overflow: auto;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: -.03em;
  color: #505050;
}

.pop_wrap .sec {
  margin-bottom: 30px;
}

.pop_wrap .sec h3 {
  color: #222;
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 10px;
}

.pop_wrap .sec h4 {
  color: #333;
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 7px;
}

.pop_wrap .sec p {
  margin-bottom: 1em;
}

.pop_wrap .sec strong {
  font-weight: 500;
}

.pop_wrap .policy-contact {
  display: flex;
  padding: 20px 0;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  margin-bottom: 1em;
}

.pop_wrap .policy-contact dl {
  flex: 1;
  padding: 0 20px;
  border-left: 1px solid #e5e5e5;
}

.pop_wrap .policy-contact dl:first-child {
  border-left: 0;
}

.pop_wrap .policy-contact dt {
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
}

.pop_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.pop_wrap table th {
  border: 1px solid #ddd;
  background: #f4f4f4;
  padding: 3px 0;
}

.pop_wrap table td {
  border: 1px solid #ddd;
  background: #fff;
  padding: 5px;
}

@media (max-width: 640px) {
  .pop_wrap h2 {
    font-size: 18px;
    padding: 8px 15px;
  }

  .pop_wrap .content {
    padding: 15px;
    height: 60vh;
    font-size: 13px;
  }

  .pop_wrap .sec {
    margin-bottom: 30px;
  }

  .pop_wrap .policy-contact {
    display: block;
    padding: 0 15px;
  }

  .pop_wrap .policy-contact dl {
    padding: 15px 0;
    border-left: 0;
    border-top: 1px solid #e5e5e5;
  }

  .pop_wrap .policy-contact dl:first-child {
    border-top: 0;
  }
}


.pri_modal_wrap {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999999;
  display: none;
}

.pri_modal_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 650px;
  background: #eee;
  border: 10px solid #ccc;
  overflow-X: hidden;
  overflow-y: scroll;
}

.pri_modal_txt {
  margin-top: -30px;
}

.pri_modal_txt p {
  padding: 20px;
  line-height: 2.0rem;
}

.pri_modal_txt1 p {
  padding: 20px;
  line-height: 2.0rem;
  font-size: 1.1em;
}

.agree_close {
  position: sticky;
  width: 30px;
  height: 30px;
  top: 15px;
  left: 534px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pri_modal_inner h3 {
  margin-top: -30px;
}

.agree_close>div {
  width: 3px;
  height: 30px;
  background: #aaa;
  position: absolute;
}

.agree_close div {
  transform: rotate(45deg);
}

.agree_close div:last-child {
  transform: rotate(-45deg);
}

.touch-none {
  touch-action: none;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}



.pri_modal_wrap2 {
  position: fixed;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999999;
  display: none;
}

/* .pri_modal_inner2 { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 600px; height: 650px; background: #eee; border: 10px solid #ccc; overflow-X:hidden; overflow-y: scroll; } */
.agree_close2 {
  position: sticky;
  width: 30px;
  height: 30px;
  top: 15px;
  left: 534px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.agree_close2>div {
  width: 3px;
  height: 30px;
  background: #aaa;
  position: absolute;
}

.agree_close2 div {
  transform: rotate(45deg);
}

.agree_close2 div:last-child {
  transform: rotate(-45deg);
}

.form-box .notice_wrap {
  margin-top: 30px;
}

.form-box .notice_text_title {
  font-family: inherit;
  background: none;
  border: 0;
  padding: 0;
  font-size: 20px;
  letter-spacing: -0.88px;
  font-weight: 600;
  padding-bottom: 20px;
}

.form-box .notice_text_title b {
  color: var(--main-color);
}

.form-box .notice_text_title .close {
  font-size: 16px;
  padding-left: 5px;
  color: #606060;
  letter-spacing: -1.5px;
  font-weight: 500;
  cursor: pointer;
}

.notice_text_wrap {
  border-top: 1px solid #ddd;
  display: none;
  font-size: 18px;
  padding: 16px;
  line-height: 1.5;
  letter-spacing: -0.8px;
  word-break: keep-all;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  color: #666;
  background: #F5F8FD;
}

/* section */

section .title_wrap .sub_headline {
  font-size: 35px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #606060;
}

section .content_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section .title_wrap h2 {
  font-size: 57px;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-top: 12px;
  line-height: 1.3;
}

section .title_wrap h2 b {
  color: var(--main-color);
}

section .title_wrap .text {
  color: #6e6e6e;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 500;
  margin-top: 30px;
  letter-spacing: -1.2px;
}

/* .sc_con1 */
.sc_con1 {
  padding: 110px 0px 125px 0;
}

.sc_con1 .con_wrap {
  margin-top: 35px;
}

.sc_con1 .con_wrap ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.sc_con1 .con_wrap ul li {
  display: flex;
  align-items: center;
  background-color: #f4f6f9;
  border-radius: 10px;
  gap: 26px;
  padding: 38px 24px 38px 40px;
  flex: 1;
}

.sc_con1 .con_wrap ul li .img_box {
  width: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc_con1 .con_wrap ul li .text_box {
  width: 100%;
}

.sc_con1 .con_wrap ul li .text_box h4 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin-bottom: 5px;
  line-height: 1.4;
  word-break: keep-all;
}

.sc_con1 .con_wrap ul li .text_box h4 b {
  color: var(--main-color);
  margin-right: 4px;
  font-weight: 700;
}

.sc_con1 .con_wrap ul li .text_box p {
  font-size: 22px;
  letter-spacing: -1.66px;
  color: #6e6e6e;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.sc_con2 {
  padding-bottom: 98px;
}

.sc_con2 .img_box p {
  color: #606060;
  font-size: 16px;
  margin-top: 6px;
  letter-spacing: -1px;
}

.info_content_wrap {
  margin-top: 30px;
  margin-bottom: 40px;
}

.info_content_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.info_content_wrap ul li img {
  width: 100%;
}

/* FOOTER */
.footer {
  padding: 65px 0 0;
  background: #515151;
}

.footer .notice_wrap h5 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: -1px;
  color: #fff;
}

.footer .notice_wrap p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: -1px;
  color: #cfcfcf;
  word-break: break-all;
}

.footer .company_wrap {
  border-top: 1px solid #e0e0e0;
}

.footer .company_wrap .list_wrap {
  margin-top: 45px;
}

.footer .company_wrap .list_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.footer .company_wrap .list_wrap ul li a {
  font-size: 24px;
  color: #222;
  text-decoration: none;
  letter-spacing: -1px;
}

.footer .company_wrap .list_wrap ul li.bold a {
  font-weight: 600;
}

.footer .company_wrap .kakao_wrap {
  margin-top: 45px;
}

.footer .company_wrap .kakao_wrap p {
  font-size: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .company_wrap .kakao_wrap p a {
  color: #222;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.footer .company_wrap .kakao_wrap p a img {
  width: 40px;
}

.footer .company_wrap .info_wrap {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer .company_wrap .info_wrap p {
  font-size: 21px;
  line-height: 1.8;
  color: #9b9b9b;
}

.footer .company_wrap .info_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}

.footer .company_wrap .info_wrap ul li {
  font-size: 21px;
  color: #9b9b9b;
  letter-spacing: -1px;
}

footer {
  padding: 30px 0 65px 0;
  background: #515151;
}

footer p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: -1px;
  color: #CFCFCF;
}

footer button {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: 0;
  padding: 0;
  letter-spacing: -1px;
  color: #CFCFCF;
  font-weight: 600;
}

/* vue.js에서 하단 상담신청 부분 고정시키는 클래스 */
.fixed {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* header */
header {
  display: flex;
  align-items: center;
  height: 100px;
  position: relative;
  width: 100%;
  z-index: 999;
  background: #fff3f3;
}

header .container {
  max-width: 720px;
  box-sizing: border-box;
}

header>button {
  display: block;
  background: none;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
}

header>button img {
  width: 100%;
}

header .gnb_back {
  left: 30px;
}

header .gnb_menu {
  right: 30px;
}

header h1 {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -1px;
}

header h1 img {
  width: 294px;
}

@media screen and (max-width: 768px) {
  header {
    height: 80px;
  }

  header h1 {
    font-size: 20px !important;
  }

  header h1 img {
    width: 170px !important;
    margin: auto;
  }
}





/* 반응형 */
/* 1024 ~ 1280 */
@media (max-width: 1280px) {
  #wrap .container {
    width: 980px;
  }

  header h1 img {
    width: 225px;
  }

  /* main_visual */
  #wrap .form_wrap {
    padding: 45px 50px;
  }

  #wrap .main_visual .text_wrap {
    margin-top: 25px;
  }

  #wrap .main_visual .text_wrap h2 b {
    font-size: 85px;
  }

  #wrap .main_visual .text_wrap h2 {
    font-size: 70px;
  }

  #wrap .main_visual .text_wrap h4 {
    margin-top: 22px;
    font-size: 27px;
  }

  #wrap .main_visual .img_wrap {
    width: 42%;
  }

  /* .sc_con1 */
  .sc_con1 .title_wrap .text br,
  .sc_con2 .title_wrap .text br {
    display: none;
  }

  .sc_con1 .content_row {
    gap: 60px;
  }

  .sc_con1 .img_box {
    width: 100%;
  }

  .sc_con1 .con_wrap ul li {
    padding: 38px 0px 38px 25px;
  }

  /* .sc_con2 */
  .sc_con2 .content_row {
    gap: 60px;
  }

  .sc_con2 .img_box {
    width: 100%;
  }

  /* form */
}

/* 960 ~ 1023 */
@media (max-width: 1023px) {
  #wrap .container {
    width: 800px;
  }

  /* main_visual */
  #wrap .main_visual .text_wrap h2 {
    font-size: 55px;
  }

  #wrap .main_visual .text_wrap h2 b {
    font-size: 63px;
  }

  #wrap .main_visual .text_wrap h4 {
    margin-top: 15px;
    font-size: 22px;
  }

  /* form */
  #wrap .form_wrap {
    padding: 50px 80px;
  }

  #wrap #inputform_1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  select#telecom {
    width: 100%;
  }

  #wrap .form-box .name_wrap,
  #wrap .form-box .jumin_wrap,
  #wrap .form-box .jumin_wrap .form_jumin_row,
  #wrap .form-box .phone_num_row,
  #wrap .form-box .region_wrap {
    width: 100%;
  }

  #inputform_1 span.dash {
    width: 28px;
    font-size: 28px;
  }

  #wrap .text_box .main_text {
    font-size: 28px;
  }

  #wrap .form-box .form_jumin_items:last-child input {
    padding-left: 16px;
  }

  #wrap .form-box input::placeholder {
    font-size: 22px;
  }

  #wrap .form-box input,
  select {
    font-size: 22px;
  }

  select#telecom {
    padding-right: 20px;
  }

  #wrap .form-box .phone_num_wrap .form-number {
    height: auto;
  }

  #wrap .form-box .phone_num_row {
    gap: 30px;
  }

  #inputform_1 span {
    font-size: 24px;
    margin-bottom: 12px;
  }

  #wrap .form-box .phone_num_row {
    flex-direction: column;
    align-items: flex-start;
    grid-column: span 2;
  }

  #wrap .form-box .phone_num_wrap {
    width: 100%;
  }

  .agree-text {
    font-size: 20px;
    margin: 0 10px;
  }

  #wrap .form-box #privacy_checkbox input[type="checkbox"] {
    width: 24px;
  }

  #wrap .form-box #privacy_checkbox input[type="checkbox"]::after {
    width: 5px;
    height: 10px;
    top: 3px;
    left: 7px;
    border-width: 0 3px 3px 0;
  }


  /* section */
  .sc_con1 .con_wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .sc_con2 .content_row {
    flex-direction: column;
  }

  .sc_con2 .img_box img {
    width: 100%;
  }

  .sc_con2 .img_box p {
    margin-top: 25px;
    font-size: 18px;
  }

  /* footer */
  .footer .notice_wrap h5 {
    font-size: 20px;
  }

  .footer .notice_wrap p {
    font-size: 16px;
  }

  footer button,
  footer p {
    font-size: 14px;
  }
}

/* 768 ~ 959 */
@media (max-width: 959px) {
  #wrap .container {
    max-width: 720px;
    width: 100%;
  }

  /* main_visual */

  /* form */

  #inputform_1 {
    grid-template-columns: repeat(1, 1fr);
  }


  #wrap .form-box input,
  select {
    font-size: 24px;
  }

  /* section */
  .sc_con1 .img_box {
    width: 100%;
    position: absolute;
    right: 0;
    top: -50px;
    width: 220px;
  }

  .sc_con1 .content_row {
    position: relative;
  }

  .sc_con1 .img_box img {
    margin: 0 0 0 auto;
  }
}

/* 587 ~ 767 */
@media (max-width: 767px) {
  #wrap .container {
    padding: 0 32px;
  }

  /* main_visual */


  /* form */
  #wrap .form_wrap {
    padding: 50px 65px;
  }

  #wrap .main_visual .row {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }

  #wrap .main_visual .text_wrap {
    text-align: center;
  }

  #wrap .main_visual .text_wrap h2 {
    font-size: 65px;
  }

  #wrap .main_visual .text_wrap h2 b {
    font-size: 85px;
  }

  #wrap .main_visual .text_wrap h4 {
    font-size: 26px;
  }

  #wrap .text_box .main_text br {
    display: block;
  }

  #wrap .text_box .main_text {}

  #wrap .header .text_box {
    margin-bottom: 59px;
  }

  #inputform_1 span {}

  #wrap .form-box input,
  select {}

  #wrap #inputform_1 {
    gap: 40px;
  }

  #wrap .form-box .phone_num_row {
    gap: 40px;
  }


  #wrap .form-box .jumin_wrap_span {
    margin-bottom: 3px;
  }

  #wrap .form-box #privacy_checkbox input[type="checkbox"] {
    width: 36px;
  }

  #wrap .form-box #privacy_checkbox input[type="checkbox"]::after {
    width: 8px;
    height: 16px;
    top: 5px;
    left: 11px;
  }

  .agree-text {}

  #wrap .form-box .btn_wrap {
    gap: 20px;
  }

  .privacy a {
    margin-left: 0;
  }

  .form-box .notice_wrap {
    margin-top: 45px;
  }

  #wrap .form-box input.btn_submit {
    padding: 25px 0;
    font-size: 28px;
    width: 100%;
  }

  /* section */
  .sc_con1 .img_box {
    top: 0px;
    width: 150px;
  }
}

/* 587 ~ 660 */
@media (max-width: 660px) {
  header {
    height: 65px;
  }

  #wrap .container {
    padding: 0 5vw;
  }

  #wrap .main_visual {
    padding: 3vw 0 0;
  }

  #wrap .main_visual .row {
    margin-top: 0vw;
    gap: 6vw;
  }

  #wrap .main_visual .text_wrap {
    font-size: 12vw;
    margin-top: 0;
  }

  #wrap .main_visual .text_wrap h4 {
    font-size: 4.6vw;
    letter-spacing: -0.2vw;
    margin-top: 4vw;
  }

  #wrap .main_visual .text_wrap h2 {
    font-size: 9vw;
    letter-spacing: -0.48vw;
  }

  #wrap .main_visual .img_wrap {
    width: 70%;
  }

  #wrap .main_visual .text_wrap h2 b {
    font-size: 12.5vw;
  }

  #wrap .main_visual .text_wrap p {
    font-size: 4vw;
  }

  #wrap .text_box .main_text {
    font-size: 4.2vw;
    margin-bottom: 0;
  }

  #wrap .header .text_box {
    margin-bottom: 9vw;
  }

  #wrap .form_wrap {
    padding: 8vw 8vw;
    border-radius: 4vw;
  }

  #inputform_1 span {
    font-size: 4.6vw;
    margin-bottom: 1.5vw;
  }

  #wrap .form-box input::placeholder {
    font-size: 4.4vw;
  }

  #wrap .form-box input,
  select {
    font-size: 4.4vw;
    padding: 3vw 0;
    letter-spacing: -0.12vw;
  }

  #wrap .form-box .phone_num_wrap .form-number {
    padding: 3vw 0;
  }

  #wrap #inputform_1 {
    gap: 7.7vw
  }


  #wrap .form-box .form_jumin_items:last-child input {
    padding-left: 12px;
  }

  #wrap .form-box .form_jumin_items input::placeholder {
    font-size: 3vw;
    letter-spacing: 0vw;
  }

  #wrap .form-box .form_jumin_items:last-child input::placeholder {
    letter-spacing: 0vw;
  }

  #wrap .form-box .form_jumin_items {
    width: 44%;
  }

  .agree-text {
    font-size: 3.5vw;
    margin: 0 6px;
  }

  .privacy a {
    font-size: 3.2vw;
  }

  #wrap .form-box #privacy_checkbox input[type="checkbox"] {
    width: 4.2vw;
    height: 4.2vw;
  }

  #wrap .form-box #privacy_checkbox input[type="checkbox"]::after {
    width: 1.2vw;
    height: 2.3vw;
    top: 0.2vw;
    left: 1.4vw;
    border-width: 0 0.6vw 0.6vw 0;
  }

  #wrap .form-box .btn_wrap {
    margin-top: 0;
    gap: 0;
    align-items: flex-start;
  }

  #wrap .form-box #privacy_checkbox i {
    width: 4.2vw;
    height: 4.2vw;
  }

  #wrap .form-box #privacy_checkbox i::before {
    top: 1px;
    left: 7px;
    width: 1.1vw;
    height: 2.5vw;
  }

  .form-box .notice_wrap {
    margin-top: 8vw;
  }

  .form-box .notice_text_title {
    font-size: 3.8vw;
    padding-bottom: 2.5vw;
  }

  .notice_text_wrap {
    font-size: 3.3vw;
  }

  .form-box .notice_text_title .close {
    font-size: 3.5vw;
  }

  #wrap .form-box input.btn_submit {
    font-size: 4.6vw;
    padding: 4vw 0;
    margin-top: 5vw;
  }

  section {
    padding: 15vw 0;
  }

  section .title_wrap .sub_headline {
    font-size: 5.2vw;
  }

  section .title_wrap h2 {
    font-size: 8vw;
    margin-top: 2vw;
  }

  section .title_wrap .text {
    font-size: 3.8vw;
    margin-top: 8vw;
  }

  /* .sc_con1 */
  .sc_con1 {
    padding: 15vw 0;
  }

  .sc_con1 .con_wrap ul li {
    padding: 4.8vw 3.5vw;
  }

  .sc_con1 .con_wrap ul {
    gap: 3vw;
  }

  .sc_con1 .img_box {
    top: 0px;
    width: 30%;
  }

  .sc_con1 .con_wrap ul li .text_box h4 {
    font-size: 4vw;
  }

  .sc_con1 .con_wrap ul li .text_box p {
    font-size: 3.6vw;
    letter-spacing: -1px;
  }

  .sc_con1 .con_wrap {
    margin-top: 10vw;
  }

  .sc_con2 {
    padding: 0 0 15vw;
  }

  .sc_con2 .content_row {
    gap: 10vw;
  }

  .sc_con2 .img_box p {
    font-size: 3.5vw
  }
}

/* 431 ~ 586 */
@media (max-width: 586px) {
  #wrap .form-box #privacy_checkbox input[type="checkbox"] {
    left: 3%;
  }

  .footer {
    padding: 40px 0 0;
  }
}

/* 360 ~ 430 */
@media (max-width: 430px) {
  #wrap .form-box #privacy_checkbox i::before {
    top: 1px;
    left: 5px;
    width: 4px;
    height: 9px;
  }

  .footer .notice_wrap p {
    font-size: 12px;
  }

  footer {
    padding: 30px 0;
  }

  footer p,
  footer button {
    font-size: 12px;
  }
}
