@charset "UTF-8";
html, body {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  background: #eee;
  color: #212121;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  overflow-x: clip;
  scroll-behavior: smooth;
  letter-spacing: -0.111rem;
}

.pre {
  font-family: "Pretendard", sans-serif;
}

.yellow {
  color: #ffd634;
}

.light {
  font-weight: 300;
}

.reg {
  font-weight: 400;
}

.medi {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.exbold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p, div, input, nav, textarea, select, header, section, article, aside, footer, form, button, table, thead, tbody, tr, td, th,
ul, li, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

a, input, button {
  outline: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

figure {
  margin: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/img/select_arrow.png) no-repeat center right 15px;
  background-size: 16px;
}

select::-ms-expand {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  font-family: inherit;
  font-size: inherit;
  border: 0;
  outline: 0;
  color: inherit;
  letter-spacing: inherit;
}

select {
  font-family: inherit;
  font-size: inherit;
  border: 0;
  outline: 0;
  color: inherit;
  letter-spacing: inherit;
}

button {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  letter-spacing: inherit;
}

input:not([type=checkbox], [type=radio]),
select, textarea {
  color: inherit;
  font-size: inherit;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

textarea {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  resize: none;
  outline: 0;
  color: inherit;
  line-height: 1.5;
}

textarea::-webkit-scrollbar {
  width: 5px;
}

textarea::-webkit-scrollbar-track {
  background-color: rgba(129, 124, 122, 0.3);
}

textarea::-webkit-scrollbar-thumb {
  background-color: rgba(221, 215, 211, 0.5);
}

/* textarea::-webkit-scrollbar-thumb:hover {background: #ccc;} */
/* textarea::-webkit-scrollbar-button:start:decrement,
textarea::-webkit-scrollbar-button:end:increment {width:3px;height:0px; background:transparent;}  */
*::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #adadad;
}
*::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #adadad;
}
*:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #adadad;
}
*::-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #adadad;
}
*::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #adadad;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

[popover] {
  border: none;
  padding: 0;
  margin: 0;
  left: auto;
}

:focus {
  outline: none;
}

.br_1240,
.br_1024,
.br_768,
.br_540 {
  display: none;
}

@media screen and (max-width: 1240px) {
  .br_1240 {
    display: block;
  }
  .br_1240_none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .br_1024 {
    display: block;
  }
  .br_1024_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 15px;
  }
  .br_768 {
    display: block;
  }
  .br_768_none {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  html, body {
    font-size: 14px;
  }
  .br_540 {
    display: block;
  }
  .br_540_none {
    display: none;
  }
}
.hei100 {
  height: 100vh;
  height: 100dvh;
  overflow: clip;
}

.wrapper {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

.fadeAni {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fadeAni.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.LeftAni {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1);
  transition: transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.LeftAni.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.LeftTxt {
  position: relative;
  overflow: hidden;
}
.LeftTxt span {
  clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  -webkit-transition: clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.LeftTxt.active span {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.overflow_box {
  position: relative;
  overflow: clip;
}

.t_bt {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.t_bt.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.scroll_motion.active .fadeAni {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.scroll_motion.active .LeftAni {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.delay1 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay3 {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.delay4 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay5 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.delay6 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay7 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

html.noScroll,
body.noScroll {
  min-height: 100%;
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

#main {
  width: 100%;
  text-align: center;
  background: #ffffff;
}

section {
  overflow: clip;
  width: 100%;
}

.f_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  min-height: 100dvh;
}
.f_center .inner {
  width: 100%;
}

.main_title {
  font-size: 3.125rem;
  font-weight: 900;
  color: #0b5337;
}

.inquiryForm .main_title {
  margin: 0 auto 40px;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.inquiryForm .flex {
  display: grid;
  grid-template-columns: 41.666% 58.333%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.inquiryForm .borderBox {
  padding: 40px 50px 45px;
  border: 1px solid #c5e1ce;
  border-radius: 20px;
  -webkit-box-shadow: 8px 18px 16px rgba(206, 221, 214, 0.7);
          box-shadow: 8px 18px 16px rgba(206, 221, 214, 0.7);
}
.inquiryForm .state_title {
  font-size: 2.25rem;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1;
  font-weight: 700;
  color: #3ba55d;
}
.inquiryForm .formBox {
  background: #eaf3ef;
  position: relative;
}
.inquiryForm .formBox::before {
  content: "";
  display: block;
  width: 169px;
  aspect-ratio: 169/209;
  background: url(/img/dazum/sec2_obj.png) no-repeat center center/contain;
  position: absolute;
  left: -75px;
  bottom: -65px;
  z-index: 2;
}
.inquiryForm form .inquiry_form {
  width: 100%;
  font-size: 1.5rem;
  text-align: left;
}
.inquiryForm form .inquiry_form li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #ffffff;
  padding: 0 30px;
  height: 78px;
}
.inquiryForm form .inquiry_form li + li {
  margin-top: 15px;
}
.inquiryForm form .inquiry_form li > * {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inquiryForm form .inquiry_form li .form_title {
  width: 95px;
  font-weight: 700;
}
.inquiryForm form .inquiry_form li .form_title span {
  color: #3ba55d;
  margin-left: 1px;
}
.inquiryForm form .inquiry_form li .form_input {
  width: calc(100% - 95px);
}
.inquiryForm form .inquiry_form li .form_input input {
  width: 100%;
  height: 100%;
  font-size: inherit;
  letter-spacing: -0.05rem;
  font-weight: 600;
}
.inquiryForm form .inquiry_form li.select_li .form_title {
  width: 160px;
}
.inquiryForm form .inquiry_form li.select_li .form_input {
  width: calc(100% - 160px);
}
.inquiryForm form .inquiry_form li.select_li .form_input select {
  color: #aaa;
  width: 100%;
  height: 100%;
  background: url(/img/dazum/select_toggle.png) no-repeat right center/30px auto;
}
.inquiryForm form .inquiry_form li.select_li .form_input option:not(:first-of-type) {
  color: #212121;
}
.inquiryForm form .agree_wrap {
  margin-top: 12px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.inquiryForm form .agree_wrap button {
  opacity: 0.5;
}
.inquiryForm form .agree_wrap fieldset input {
  display: none;
}
.inquiryForm form .agree_wrap fieldset input + label {
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.inquiryForm form .agree_wrap fieldset input + label::before {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  background: url(/img/form_chk_before.png) no-repeat center center/contain;
}
.inquiryForm form .agree_wrap fieldset input:checked + label::before {
  background-image: url(/img/dazum/form_chk_after.png);
}
.inquiryForm form .submitBtn {
  height: 90px;
  padding: 0 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 40px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  background: #0b5337;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.6s ease;
  transition: -webkit-box-shadow 0.6s ease;
  transition: box-shadow 0.6s ease;
  transition: box-shadow 0.6s ease, -webkit-box-shadow 0.6s ease;
}
.inquiryForm form .submitBtn span {
  font-size: 2.0625rem;
  font-weight: 700;
  color: #eaf3ef;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: relative;
  z-index: 2;
}
.inquiryForm form .submitBtn::before {
  content: "";
  width: 30%;
  height: 300%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #398752), to(transparent));
  background: linear-gradient(to right, transparent, #398752 50%, transparent);
  position: absolute;
  left: 110%;
  top: 50%;
  -webkit-transition: left 0.6s ease;
  transition: left 0.6s ease;
  -webkit-transform: rotate(24deg) translateY(-50%);
          transform: rotate(24deg) translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.inquiryForm form .submitBtn:hover {
  -webkit-box-shadow: 4px 12px 14px rgba(82, 49, 144, 0.25);
          box-shadow: 4px 12px 14px rgba(82, 49, 144, 0.25);
}
.inquiryForm form .submitBtn:hover::before {
  left: 0%;
}
.inquiryForm .state_box {
  background: #ffffff;
}
.inquiryForm .state_box .applicantSlide {
  height: 443px;
  pointer-events: none;
}
.inquiryForm .state_box .applicantSlide .swiper-slide {
  font-size: 1.5rem;
  grid-template-columns: 18% 22.5% auto 16.5%;
  padding: 0 35px;
  background: #eaf3ef;
  border-radius: 10px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.111rem;
}
.inquiryForm .state_box .applicantSlide .swiper-slide > *:not(:last-child) {
  position: relative;
}
.inquiryForm .state_box .applicantSlide .swiper-slide > *:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 38px;
  background: #b6dac2;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inquiryForm .state_box .applicantSlide .swiper-slide .date {
  color: #666;
  text-align: left;
}
.inquiryForm .state_box .applicantSlide .swiper-slide .name {
  font-weight: 700;
}
.inquiryForm .state_box .applicantSlide .swiper-slide .phone {
  color: #333;
}
.inquiryForm .state_box .applicantSlide .swiper-slide .type {
  font-weight: 700;
  text-align: right;
  color: #3ba55d;
}

#floatBanner {
  padding: 22px 20px;
  width: 100%;
  letter-spacing: -0.1rem;
  background: #053422;
  color: #ffffff;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 100;
}
#floatBanner form {
  display: grid;
  grid-template-columns: 310px auto 300px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 100%;
  max-width: 1630px;
  margin: 0 auto;
}
#floatBanner .title_wrap {
  text-align: left;
}
#floatBanner .title_wrap .black {
  font-size: 2.125rem;
  margin-bottom: 7px;
}
#floatBanner .title_wrap p {
  font-size: 1.25rem;
  opacity: 0.6;
}
#floatBanner .title_wrap .floatBtn {
  display: none;
}
#floatBanner .form_wrap .inquiry_form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
#floatBanner .form_wrap .inquiry_form input, #floatBanner .form_wrap .inquiry_form select {
  font-size: 1.25rem;
  height: 70px;
  padding: 0 25px;
  width: 100%;
  color: #212121;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
}
#floatBanner .form_wrap .inquiry_form input::-webkit-input-placeholder, #floatBanner .form_wrap .inquiry_form select::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.3);
}
#floatBanner .form_wrap .inquiry_form input::-moz-placeholder, #floatBanner .form_wrap .inquiry_form select::-moz-placeholder {
  color: rgba(33, 33, 33, 0.3);
}
#floatBanner .form_wrap .inquiry_form input:-ms-input-placeholder, #floatBanner .form_wrap .inquiry_form select:-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.3);
}
#floatBanner .form_wrap .inquiry_form input::-ms-input-placeholder, #floatBanner .form_wrap .inquiry_form select::-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.3);
}
#floatBanner .form_wrap .inquiry_form input::placeholder, #floatBanner .form_wrap .inquiry_form select::placeholder {
  color: rgba(33, 33, 33, 0.3);
}
#floatBanner .form_wrap .inquiry_form select {
  background: #ffffff url(/img/dazum/select_toggle.png) no-repeat right 25px center/30px auto;
  color: rgba(33, 33, 33, 0.3);
}
#floatBanner .form_wrap .inquiry_form option:not(:first-of-type) {
  color: #212121;
}
#floatBanner .form_wrap .agree_wrap {
  margin-top: 10px;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  font-size: 1.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#floatBanner .form_wrap .agree_wrap button {
  opacity: 0.5;
}
#floatBanner .form_wrap .agree_wrap fieldset input {
  display: none;
}
#floatBanner .form_wrap .agree_wrap fieldset input + label {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#floatBanner .form_wrap .agree_wrap fieldset input + label::before {
  content: "";
  display: block;
  width: 31px;
  height: 32px;
  background: url(/img/dazum/float_chk_before.png) no-repeat center center/contain;
}
#floatBanner .form_wrap .agree_wrap fieldset input:checked + label::before {
  background-image: url(/img/dazum/float_chk_after.png);
}
#floatBanner .floatBtn {
  width: 300px;
  height: 70px;
  font-size: 1.5625rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 35px;
  background: #288847;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.6s ease;
  transition: -webkit-box-shadow 0.6s ease;
  transition: box-shadow 0.6s ease;
  transition: box-shadow 0.6s ease, -webkit-box-shadow 0.6s ease;
  -webkit-box-shadow: 0 0 20px rgba(21, 121, 42, 0.6);
          box-shadow: 0 0 20px rgba(21, 121, 42, 0.6);
}
#floatBanner .floatBtn span {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: relative;
  z-index: 2;
}
#floatBanner .floatBtn::before {
  content: "";
  width: 30%;
  height: 300%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #50a36b), to(transparent));
  background: linear-gradient(to right, transparent, #50a36b 50%, transparent);
  position: absolute;
  left: 110%;
  top: 50%;
  -webkit-transition: left 0.6s ease;
  transition: left 0.6s ease;
  -webkit-transform: rotate(24deg) translateY(-50%);
          transform: rotate(24deg) translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
}
#floatBanner .floatBtn:hover {
  -webkit-box-shadow: 4px 12px 14px rgba(15, 102, 34, 0.6);
          box-shadow: 4px 12px 14px rgba(15, 102, 34, 0.6);
}
#floatBanner .floatBtn:hover::before {
  left: 0%;
}

#mainSec1 {
  position: relative;
  background: url(/img/dazum/sec1_bg.jpg) no-repeat center center;
  color: #0b5337;
}
#mainSec1 .inner {
  padding: 90px 50px 110px;
  height: calc(100vh - 150px);
  height: calc(100dvh - 150px);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.33);
  -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), 0 65px 68px rgba(129, 129, 129, 0.16);
          box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), 0 65px 68px rgba(129, 129, 129, 0.16);
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mainSec1 .inner::before {
  content: "";
  display: block;
  width: 182px;
  aspect-ratio: 182/32;
  background: url(/img/dazum/sec1_logo.png) no-repeat center center/contain;
  position: absolute;
  top: 50px;
  left: 50px;
}
#mainSec1 .inner h5 {
  font-size: 2.25rem;
  margin-bottom: 20px;
  font-weight: 500;
  opacity: 0.9;
  color: #105b3e;
}
#mainSec1 .inner h1 {
  font-size: 8.4375rem;
  font-weight: 900;
  line-height: 1.15;
}
#mainSec1 .inner h1 p {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3ba55d), color-stop(35%, #08482f));
  background-image: linear-gradient(to bottom, #3ba55d, #08482f 35%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
#mainSec1 .inner .plus {
  font-size: 3.4375rem;
  margin: 30px 0 40px;
  width: 57px;
  aspect-ratio: 1/1;
  line-height: 49px;
  padding-bottom: 8px;
  color: #ffffff;
  font-weight: 500;
  background: #3ba55d;
  -webkit-filter: drop-shadow(12px 22px 6px rgba(5, 52, 34, 0.33));
          filter: drop-shadow(12px 22px 6px rgba(5, 52, 34, 0.33));
  border-radius: 50%;
}
#mainSec1 .inner h3 {
  font-size: 2.875rem;
  padding: 16px 42px;
  border-radius: 45px;
  font-weight: bold;
  background: #ffffff;
  color: #3ba55d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#mainSec1 [class^=sec1_obj] {
  position: absolute;
  -webkit-transition: left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease, opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease, opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1;
}
#mainSec1 [class^=sec1_obj].sec1_obj1 {
  left: -205px;
  top: 150px;
  -webkit-animation: sec1Move1 3.5s infinite forwards ease;
          animation: sec1Move1 3.5s infinite forwards ease;
}
#mainSec1 [class^=sec1_obj].sec1_obj2 {
  left: 30%;
  top: 0;
  -webkit-animation: sec1Move2 4s infinite forwards ease;
          animation: sec1Move2 4s infinite forwards ease;
}
#mainSec1 [class^=sec1_obj].sec1_obj3 {
  left: 30%;
  bottom: -60px;
  -webkit-animation: sec1Move3 3s infinite forwards ease;
          animation: sec1Move3 3s infinite forwards ease;
}
#mainSec1 [class^=sec1_obj].sec1_obj4 {
  right: -262px;
  bottom: -80px;
  -webkit-animation: sec1Move1 5s infinite forwards ease;
          animation: sec1Move1 5s infinite forwards ease;
}
#mainSec1 [class^=sec1_obj].scroll_motion.sec1_obj2 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#mainSec1 [class^=sec1_obj].scroll_motion.sec1_obj3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#mainSec1 [class^=sec1_obj].scroll_motion.sec1_obj4 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

@-webkit-keyframes sec1Move1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

@keyframes sec1Move1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
@-webkit-keyframes sec1Move2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes sec1Move2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes sec1Move3 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}
@keyframes sec1Move3 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}
#mainSec2 {
  padding: 160px 0 200px;
  background: #ffffff;
}

#mainSec3 {
  padding: 0 0 190px;
  background: #ffffff;
}
#mainSec3 .inner {
  max-width: 1140px;
  margin: 0 auto;
}
#mainSec3 .main_title {
  margin-bottom: 60px;
}
#mainSec3 .merit_list {
  row-gap: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#mainSec3 .merit_list > li {
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mainSec3 .merit_list > li > * {
  width: 50%;
}
#mainSec3 .merit_list > li.active .txt_box .txt_wrap .title b {
  -webkit-box-shadow: inset 0 -45px 0 #eaf3ef;
          box-shadow: inset 0 -45px 0 #eaf3ef;
}
#mainSec3 .merit_list > li:nth-child(odd) .txt_box {
  padding-left: 50px;
}
#mainSec3 .merit_list > li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#mainSec3 .merit_list > li .txt_box {
  text-align: left;
}
#mainSec3 .merit_list > li .txt_box .number {
  width: 47px;
  aspect-ratio: 1/1;
  line-height: 46px;
  padding-bottom: 1px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  border-radius: 50%;
  background: #eaf3ef;
  color: #053422;
  text-align: center;
}
#mainSec3 .merit_list > li .txt_box .txt_wrap .title {
  margin: 40px 0 15px;
}
#mainSec3 .merit_list > li .txt_box .txt_wrap .title b {
  font-size: 3.125rem;
  font-weight: 900;
  color: #053422;
  position: relative;
  -webkit-box-shadow: inset 0 0 0 #eaf3ef;
          box-shadow: inset 0 0 0 #eaf3ef;
  -webkit-transition: 0.5s -webkit-box-shadow 0.5s;
  transition: 0.5s -webkit-box-shadow 0.5s;
  transition: 0.5s box-shadow 0.5s;
  transition: 0.5s box-shadow 0.5s, 0.5s -webkit-box-shadow 0.5s;
  padding: 0 4px;
}
#mainSec3 .merit_list > li .txt_box .txt_wrap .title b span {
  position: relative;
  z-index: 2;
}
#mainSec3 .merit_list > li .txt_box .txt_wrap .title p {
  font-size: 2.75rem;
  font-weight: 700;
}
#mainSec3 .merit_list > li .txt_box .txt_wrap .desc {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.3;
}
#mainSec3 .merit_list > li .img_box {
  position: relative;
  border-radius: 20px;
  height: 332px;
  background: -webkit-gradient(linear, left bottom, left top, from(#c9f0d6), to(#f0f8f5));
  background: linear-gradient(to top, #c9f0d6, #f0f8f5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mainSec3 .merit_list > li .img_box .center {
  position: relative;
  z-index: 3;
}
#mainSec3 .merit_list > li .img_box .obj {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s opacity 0.3s, 0.5s -webkit-transform 0.3s;
  transition: 0.5s opacity 0.3s, 0.5s -webkit-transform 0.3s;
  transition: 0.5s opacity 0.3s, 0.5s transform 0.3s;
  transition: 0.5s opacity 0.3s, 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}
#mainSec3 .merit_list > li.active .img_box .obj {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#mainSec3 .merit_list > li:nth-child(1) .img_box .center {
  z-index: 2;
}
#mainSec3 .merit_list > li:nth-child(1) .img_box .obj1 {
  left: 8%;
  bottom: 13%;
  z-index: 1;
}
#mainSec3 .merit_list > li:nth-child(1) .img_box .obj2 {
  top: -9%;
  left: 11%;
  z-index: 3;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#mainSec3 .merit_list > li:nth-child(1) .img_box .obj3 {
  top: 28%;
  right: 5%;
  z-index: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#mainSec3 .merit_list > li:nth-child(2) .img_box .obj1 {
  left: 52%;
  -webkit-transform: translateY(20px) translateX(-50%);
          transform: translateY(20px) translateX(-50%);
  top: -60px;
}
#mainSec3 .merit_list > li:nth-child(2).active .img_box .obj {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
#mainSec3 .merit_list > li:nth-child(3) .img_box .obj1 {
  left: 52%;
  -webkit-transform: translateY(calc(-50% + 20px)) translateX(-50%);
          transform: translateY(calc(-50% + 20px)) translateX(-50%);
  top: 57%;
}
#mainSec3 .merit_list > li:nth-child(3).active .img_box .obj {
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

#mainSec4 {
  padding: 120px 20px 220px;
  background: #eaf3ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#mainSec4 .agency_list {
  margin: 50px auto 0;
  gap: 30px;
  width: 100%;
  max-width: 1560px;
  letter-spacing: -0.1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#mainSec4 .agency_list > li {
  -webkit-box-shadow: 0 -5px 15px rgba(115, 171, 133, 0.2117647059);
          box-shadow: 0 -5px 15px rgba(115, 171, 133, 0.2117647059);
  border-radius: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#mainSec4 .agency_list > li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#mainSec4 .agency_list > li:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#mainSec4 .agency_list > li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#mainSec4 .agency_list > li .top {
  padding: 0 30px;
  border: 1px solid #d5d5d5;
  border-radius: 20px 20px 0 0;
  background: #ffffff;
}
#mainSec4 .agency_list > li .top .logo {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mainSec4 .agency_list > li .top .logo img {
  max-height: calc(100% - 40px);
}
#mainSec4 .agency_list > li .top .tab_wrap {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mainSec4 .agency_list > li .top .tab_wrap button {
  font-size: 1.375rem;
  width: 110px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  border: 1px solid #d5d5d5;
  border-radius: 23px;
  color: #bcbcbc;
  -webkit-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s;
}
#mainSec4 .agency_list > li .top .tab_wrap button:hover {
  border-color: #666;
  color: #666;
}
#mainSec4 .agency_list > li .top .tab_wrap button.active {
  border-color: #ffd634;
  background: #ffd634;
  color: #212121;
}
#mainSec4 .agency_list > li .top .info_list {
  line-height: 1.3;
}
#mainSec4 .agency_list > li .top .info_list .plan_group {
  display: none;
}
#mainSec4 .agency_list > li .top .info_list .plan_group.active {
  display: block;
}
#mainSec4 .agency_list > li .top .info_list .plan_group > li {
  padding: 15px 10px 15px 0;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mainSec4 .agency_list > li .top .info_list .plan_group > li:not(:last-child) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
#mainSec4 .agency_list > li .top .info_list .plan_group > li .lt {
  text-align: left;
}
#mainSec4 .agency_list > li .top .info_list .plan_group > li .lt .equipment {
  font-size: 1.375rem;
  font-weight: 700;
}
#mainSec4 .agency_list > li .top .info_list .plan_group > li .lt .price {
  color: #666;
}
#mainSec4 .agency_list > li .top .info_list .plan_group > li .rt .badge {
  width: 120px;
  padding: 5px 0;
  background: #053422;
  color: #ffffff;
  border-radius: 18px;
  font-weight: 700;
}
#mainSec4 .agency_list > li .top .info_list .plan_group > li .rt .support {
  color: #666;
}
#mainSec4 .agency_list > li .top .info_txt {
  font-size: 1.75rem;
  font-weight: 700;
  padding: 15px 0 30px;
}
#mainSec4 .agency_list > li .bottom {
  padding: 30px 20px 25px;
  border-radius: 0 0 20px 20px;
  background: #053422;
  color: #ffffff;
}
#mainSec4 .agency_list > li .bottom .product_title {
  height: 110px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mainSec4 .agency_list > li .bottom .product_title .product_name {
  font-size: 1.875rem;
  font-weight: 700;
}
#mainSec4 .agency_list > li .bottom .product_title .product_desc {
  font-size: 1.25rem;
  margin-top: 5px;
  opacity: 0.8;
}
#mainSec4 .agency_list > li .bottom .product_title .product_desc.line1 {
  margin-top: 12px;
}
#mainSec4 .agency_list > li .bottom .product_price {
  font-size: 2.375rem;
  margin-top: 20px;
}
#mainSec4 .agency_list > li .bottom .product_price p {
  font-size: 1.25rem;
  margin-top: 8px;
  opacity: 0.2;
  font-weight: 400;
}

#mainSec5 {
  padding: 200px 0 160px;
  background: #ffffff;
}
#mainSec5 .main_title {
  margin-bottom: 50px;
}
#mainSec5 .inquiry_step_wrap {
  background: url(/img/dazum/sec5_line.png) repeat-x center top/auto 2px;
}
#mainSec5 .inquiry_step {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#mainSec5 .inquiry_step > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mainSec5 .inquiry_step > li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#mainSec5 .inquiry_step > li:nth-child(2) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
#mainSec5 .inquiry_step > li:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#mainSec5 .inquiry_step > li:nth-child(4) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
#mainSec5 .inquiry_step > li .dot {
  width: 19px;
  height: 19px;
  background: #ffffff;
  border: 4px solid #3ba55d;
  margin-top: -9px;
  border-radius: 50%;
}
#mainSec5 .inquiry_step > li .number {
  font-size: 1.125rem;
  padding: 3px 15px 4px 12px;
  margin: 15px 0 20px;
  border-radius: 14px;
  background: #0b5337;
  color: #ffffff;
  font-weight: 700;
}
#mainSec5 .inquiry_step > li .icon {
  height: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mainSec5 .inquiry_step > li .icon img {
  max-height: 100%;
}
#mainSec5 .inquiry_step > li p {
  font-size: 1.875rem;
  margin-top: 30px;
  font-weight: 700;
}

#mainSec6 {
  padding: 0 0 200px;
  background: #ffffff;
}

#footer {
  padding: 30px 20px 50px;
  text-align: center;
  background: #202020;
}
#footer .copy {
  font-size: 1.25rem;
  color: #ffffff;
  opacity: 0.2;
  margin-top: 16px;
  letter-spacing: -0.05rem;
}

/* 팝업 */
#personalPop {
  padding: 30px;
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 600px;
  background: #ffffff;
  display: none;
}
#personalPop .closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#personalPop .title {
  font-size: 1.375rem;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #212121;
}
#personalPop .pop_cont {
  font-size: 1.0625rem;
  line-height: 1.5;
  opacity: 0.8;
  max-height: 50vh;
  overflow: auto;
  letter-spacing: -0.1rem;
}

.popup_bg {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

@media screen and (max-width: 1520px) {
  .main_title {
    font-size: 3.325vw;
  }
  .inquiryForm .main_title {
    margin: 0 auto 3vw;
  }
  .inquiryForm .flex {
    -webkit-column-gap: 1.25vw;
       -moz-column-gap: 1.25vw;
            column-gap: 1.25vw;
  }
  .inquiryForm .borderBox {
    padding: 2.5vw 2.75vw 2.625vw;
  }
  .inquiryForm .state_title {
    font-size: 2.25vw;
    margin-bottom: 2vw;
  }
  .inquiryForm .formBox::before {
    width: 9.5vw;
    left: -2vw;
    bottom: -4vw;
  }
  .inquiryForm form .inquiry_form {
    font-size: 1.5vw;
  }
  .inquiryForm form .inquiry_form li {
    padding: 0 2vw;
    height: 5vw;
  }
  .inquiryForm form .inquiry_form li + li {
    margin-top: 1vw;
  }
  .inquiryForm form .inquiry_form li .form_title {
    width: 7.5vw;
  }
  .inquiryForm form .inquiry_form li .form_input {
    width: calc(100% - 7.5vw);
  }
  .inquiryForm form .inquiry_form li.select_li .form_title {
    width: 10vw;
  }
  .inquiryForm form .inquiry_form li.select_li .form_input {
    width: calc(100% - 10vw);
  }
  .inquiryForm form .inquiry_form li.select_li .form_input select {
    background-size: 2vw;
  }
  .inquiryForm form .agree_wrap {
    margin-top: 1vw;
    -webkit-column-gap: 0.75vw;
       -moz-column-gap: 0.75vw;
            column-gap: 0.75vw;
    font-size: 1.5vw;
  }
  .inquiryForm form .agree_wrap fieldset input + label {
    -webkit-column-gap: 1vw;
       -moz-column-gap: 1vw;
            column-gap: 1vw;
  }
  .inquiryForm form .agree_wrap fieldset input + label::before {
    width: 2.4vw;
    height: 2.4vw;
  }
  .inquiryForm form .submitBtn {
    height: 5.75vw;
    padding: 0 1.5vw;
    -webkit-column-gap: 1.5vw;
       -moz-column-gap: 1.5vw;
            column-gap: 1.5vw;
    margin-top: 2.75vw;
  }
  .inquiryForm form .submitBtn span {
    font-size: 2.15vw;
  }
  .inquiryForm .state_box .applicantSlide {
    height: 28.896vw;
  }
  .inquiryForm .state_box .applicantSlide .swiper-slide {
    font-size: 1.6vw;
    padding: 0 3vw;
    border-radius: 0.75vw;
  }
  .inquiryForm .state_box .applicantSlide .swiper-slide > *:not(:last-child)::after {
    height: 2.325vw;
  }
  #mainSec1 .inner {
    padding: 5.75vw 3.5vw 6.5vw;
    border-radius: 3vw;
    height: auto;
    max-width: 87vw;
    margin: 0 auto;
  }
  #mainSec1 .inner::before {
    width: 12vw;
    top: 3vw;
    left: 3.5vw;
  }
  #mainSec1 .inner h5 {
    font-size: 2.5vw;
    margin-bottom: 1.5vw;
  }
  #mainSec1 .inner h1 {
    font-size: 9vw;
  }
  #mainSec1 .inner .plus {
    font-size: 3.75vw;
    width: 4.25vw;
    line-height: 4vw;
    padding-bottom: 0.25vw;
    margin: 2vw 0 3vw;
  }
  #mainSec1 .inner h3 {
    font-size: 3.25vw;
    padding: 1.25vw 3vw;
    border-radius: 3.25vw;
  }
  #mainSec1 [class^=sec1_obj] {
    zoom: 0.9;
  }
  #mainSec2 {
    padding: 10vw 0 13vw;
  }
  #mainSec3 {
    padding: 0 0 12vw;
  }
  #mainSec3 .main_title {
    margin-bottom: 4vw;
  }
  #mainSec3 .merit_list {
    row-gap: 7.5vw;
  }
  #mainSec3 .merit_list > li {
    -webkit-column-gap: 8vw;
       -moz-column-gap: 8vw;
            column-gap: 8vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mainSec3 .merit_list > li.active .txt_box .txt_wrap .title b {
    -webkit-box-shadow: inset 0 -3vw 0 #eaf3ef;
            box-shadow: inset 0 -3vw 0 #eaf3ef;
  }
  #mainSec3 .merit_list > li:nth-child(odd) .txt_box {
    padding-left: 3vw;
  }
  #mainSec3 .merit_list > li .txt_box .number {
    width: 3.25vw;
    font-size: 1.875vw;
    line-height: 3.25vw;
    padding-bottom: 0;
  }
  #mainSec3 .merit_list > li .txt_box .txt_wrap .title {
    margin: 2.75vw 0 1vw;
  }
  #mainSec3 .merit_list > li .txt_box .txt_wrap .title b {
    font-size: 3.25vw;
  }
  #mainSec3 .merit_list > li .txt_box .txt_wrap .title p {
    font-size: 2.875vw;
  }
  #mainSec3 .merit_list > li .txt_box .txt_wrap .desc {
    font-size: 1.325vw;
    line-height: 1.5;
  }
  #mainSec3 .merit_list > li .img_box {
    border-radius: 1.5vw;
    height: 25vw;
  }
  #mainSec3 .merit_list > li .img_box .center {
    max-width: 70%;
    max-height: 70%;
  }
  #mainSec3 .merit_list > li:nth-child(1) .img_box .obj1 {
    left: 2.5vw;
    bottom: 3vw;
    max-width: 8vw;
  }
  #mainSec3 .merit_list > li:nth-child(1) .img_box .obj2 {
    top: -2vw;
    left: 5vw;
    max-width: 11vw;
  }
  #mainSec3 .merit_list > li:nth-child(1) .img_box .obj3 {
    top: 8vw;
    right: 1.5vw;
    max-width: 11vw;
  }
  #mainSec3 .merit_list > li:nth-child(2) .img_box .obj1 {
    left: 52%;
    top: -2.5vw;
    max-width: 17vw;
  }
  #mainSec3 .merit_list > li:nth-child(3) .img_box .obj1 {
    top: 14.5vw;
    left: 52%;
    max-width: 25vw;
  }
  #mainSec4 {
    padding: 9vw 20px 13vw;
  }
  #mainSec4 .agency_list {
    margin: 3vw auto 0;
    gap: 2vw;
    letter-spacing: -0.15vw;
  }
  #mainSec4 .agency_list > li .top {
    padding: 0 2vw;
  }
  #mainSec4 .agency_list > li .top .logo {
    height: 8vw;
  }
  #mainSec4 .agency_list > li .top .tab_wrap button {
    font-size: 1.55vw;
    width: 8vw;
    height: 3.25vw;
  }
  #mainSec4 .agency_list > li .top .info_list .plan_group > li {
    padding: 1.111vw 0.75vw 1.111vw 0;
    font-size: 1.4vw;
  }
  #mainSec4 .agency_list > li .top .info_list .plan_group > li .lt .equipment {
    font-size: 1.55vw;
  }
  #mainSec4 .agency_list > li .top .info_list .plan_group > li .rt .badge {
    width: 8.5vw;
  }
  #mainSec4 .agency_list > li .top .info_txt {
    font-size: 2vw;
    padding: 1vw 0 2.125vw;
  }
  #mainSec4 .agency_list > li .bottom {
    padding: 2vw 20px 1.5vw;
  }
  #mainSec4 .agency_list > li .bottom .product_title {
    height: 8vw;
  }
  #mainSec4 .agency_list > li .bottom .product_title .product_name {
    font-size: 2.125vw;
  }
  #mainSec4 .agency_list > li .bottom .product_title .product_desc {
    font-size: 1.4vw;
    margin-top: 0.325vw;
  }
  #mainSec4 .agency_list > li .bottom .product_title .product_desc.line1 {
    margin-top: 1vw;
  }
  #mainSec4 .agency_list > li .bottom .product_price {
    font-size: 2.75vw;
    margin-top: 1.5vw;
  }
  #mainSec4 .agency_list > li .bottom .product_price p {
    font-size: 1.4vw;
    margin-top: 0.625vw;
  }
  #mainSec5 {
    padding: 13vw 0 14vw;
  }
  #mainSec5 .main_title {
    margin-bottom: 4vw;
  }
  #mainSec5 .inquiry_step > li .dot {
    width: 1.25vw;
    height: 1.25vw;
    margin-top: -0.5vw;
  }
  #mainSec5 .inquiry_step > li .number {
    font-size: 1.25vw;
    padding: 0.25vw 1vw 0.25vw 0.875vw;
    margin: 1vw 0 1.25vw;
    border-radius: 1vw;
  }
  #mainSec5 .inquiry_step > li .icon {
    height: 10.5vw;
  }
  #mainSec5 .inquiry_step > li p {
    font-size: 2vw;
    margin-top: 2vw;
  }
  #mainSec6 {
    padding: 0 0 12vw;
  }
  #footer {
    padding: 3vw 20px 4vw;
  }
  #footer img {
    max-height: 3vw;
  }
  #footer .copy {
    font-size: 1.325vw;
    margin-top: 1vw;
  }
  #floatBanner form {
    grid-template-columns: 270px auto 240px;
  }
  #floatBanner .title_wrap .black {
    font-size: 2rem;
  }
  #floatBanner .title_wrap p {
    font-size: 1.1875rem;
  }
  #floatBanner .form_wrap .inquiry_form {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  #floatBanner .form_wrap .inquiry_form input, #floatBanner .form_wrap .inquiry_form select {
    padding: 0 20px;
  }
  #floatBanner .form_wrap .inquiry_form select {
    background-size: 27px;
    background-position: right 20px center;
  }
  #floatBanner .form_wrap .agree_wrap {
    font-size: 1.1875rem;
  }
  #floatBanner .form_wrap .agree_wrap fieldset input + label::before {
    width: 30px;
    height: 31px;
  }
  #floatBanner .floatBtn {
    width: 240px;
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 1024px) {
  #floatBanner {
    padding: 20px;
    height: 90px;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    overflow: hidden;
  }
  #floatBanner.open {
    height: 242px;
  }
  #floatBanner.open .title_wrap .floatBtn img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #floatBanner form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
    max-width: 650px;
    margin: 0 auto;
  }
  #floatBanner .title_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #floatBanner .title_wrap .black {
    font-size: 1.6875rem;
    margin-bottom: 2px;
  }
  #floatBanner .title_wrap p {
    font-size: 1rem;
  }
  #floatBanner .title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #floatBanner .title_wrap .floatBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
    width: 240px;
  }
  #floatBanner .form_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #floatBanner .form_wrap .inquiry_form {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    width: 100%;
  }
  #floatBanner .form_wrap .inquiry_form input, #floatBanner .form_wrap .inquiry_form select {
    font-size: 1.0625rem;
    height: 45px;
  }
  #floatBanner .form_wrap .inquiry_form select {
    background-size: 22px;
    background-position: right 15px center;
  }
  #floatBanner .form_wrap .agree_wrap {
    margin: 5px 0 0 auto;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    font-size: 0.9375rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #floatBanner .form_wrap .agree_wrap fieldset input + label {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  #floatBanner .form_wrap .agree_wrap fieldset input + label::before {
    width: 22px;
    height: 22px;
  }
  #floatBanner .floatBtn {
    width: 100%;
    height: 50px;
    font-size: 1.25rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #footer img {
    max-height: 4vw;
  }
  #footer .copy {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #floatBanner.open {
    height: 242px;
  }
  #floatBanner form {
    max-width: 550px;
  }
  #floatBanner .form_wrap .inquiry_form input, #floatBanner .form_wrap .inquiry_form select {
    padding: 0 15px;
  }
  #floatBanner .form_wrap .inquiry_form select {
    background-size: 20px;
    background-position: right 12px center;
  }
  .main_title {
    font-size: 4vw;
  }
  .inquiryForm .main_title {
    margin: 0 auto 4vw;
  }
  .inquiryForm .flex {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 5vw;
    max-width: 56vw;
    margin: 0 auto;
  }
  .inquiryForm .borderBox {
    padding: 3.25vw 3vw 3.5vw;
    border-radius: 2vw;
  }
  .inquiryForm .state_title {
    font-size: 2.875vw;
    margin-bottom: 2.75vw;
  }
  .inquiryForm .formBox::before {
    width: 12vw;
    left: -4vw;
    bottom: -3.5vw;
  }
  .inquiryForm form .inquiry_form {
    font-size: 2.25vw;
  }
  .inquiryForm form .inquiry_form li {
    padding: 0 2.75vw;
    height: 7vw;
    border-radius: 1vw;
  }
  .inquiryForm form .inquiry_form li + li {
    margin-top: 1.5vw;
  }
  .inquiryForm form .inquiry_form li .form_title {
    width: 9vw;
  }
  .inquiryForm form .inquiry_form li .form_input {
    width: calc(100% - 9vw);
  }
  .inquiryForm form .inquiry_form li.select_li .form_title {
    width: 15vw;
  }
  .inquiryForm form .inquiry_form li.select_li .form_input {
    width: calc(100% - 15vw);
  }
  .inquiryForm form .inquiry_form li.select_li .form_input select {
    background-size: 2.875vw;
  }
  .inquiryForm form .agree_wrap {
    margin-top: 1.75vw;
    -webkit-column-gap: 1vw;
       -moz-column-gap: 1vw;
            column-gap: 1vw;
    font-size: 2vw;
  }
  .inquiryForm form .agree_wrap fieldset input + label {
    -webkit-column-gap: 1.25vw;
       -moz-column-gap: 1.25vw;
            column-gap: 1.25vw;
  }
  .inquiryForm form .agree_wrap fieldset input + label::before {
    width: 2.875vw;
    height: 2.875vw;
  }
  .inquiryForm form .submitBtn {
    height: 8vw;
    padding: 0 2vw;
    margin-top: 3.25vw;
  }
  .inquiryForm form .submitBtn span {
    font-size: 3vw;
  }
  .inquiryForm .state_box .applicantSlide {
    height: 23.75vw;
  }
  .inquiryForm .state_box .applicantSlide .swiper-slide {
    font-size: 1.875vw;
    padding: 0 2.25vw;
    border-radius: 1vw;
  }
  .inquiryForm .state_box .applicantSlide .swiper-slide > *:not(:last-child)::after {
    height: 2.325vw;
  }
  #mainSec1 .inner {
    padding: 13vw 4vw;
    border-radius: 3vw;
    max-width: 90vw;
  }
  #mainSec1 .inner::before {
    width: 15vw;
    top: 4vw;
    left: 4vw;
  }
  #mainSec1 .inner h5 {
    font-size: 3.125vw;
    margin-bottom: 2.25vw;
  }
  #mainSec1 .inner h1 {
    font-size: 11vw;
  }
  #mainSec1 .inner .plus {
    font-size: 5.25vw;
    width: 6vw;
    line-height: 5.5vw;
    padding-bottom: 0.5vw;
    margin: 4vw 0 5vw;
  }
  #mainSec1 .inner h3 {
    font-size: 4.5vw;
    padding: 1.75vw 5vw;
    border-radius: 5vw;
  }
  #mainSec1 [class^=sec1_obj] {
    zoom: 0.8;
  }
  #mainSec1 [class^=sec1_obj].sec1_obj1 {
    top: 9vw;
  }
  #mainSec1 [class^=sec1_obj].sec1_obj2 {
    left: 45%;
  }
  #mainSec1 [class^=sec1_obj].sec1_obj3 {
    left: 20vw;
  }
  #mainSec1 [class^=sec1_obj].sec1_obj4 {
    bottom: -20vw;
  }
  #mainSec2 {
    padding: 14vw 0 20vw;
  }
  #mainSec3 {
    padding: 0 0 14vw;
  }
  #mainSec3 .main_title {
    margin-bottom: 6vw;
  }
  #mainSec3 .merit_list {
    row-gap: 7vw;
  }
  #mainSec3 .merit_list > li {
    -webkit-column-gap: 7vw;
       -moz-column-gap: 7vw;
            column-gap: 7vw;
  }
  #mainSec3 .merit_list > li.active .txt_box .txt_wrap .title b {
    -webkit-box-shadow: inset 0 -3vw 0 #eaf3ef;
            box-shadow: inset 0 -3vw 0 #eaf3ef;
  }
  #mainSec3 .merit_list > li:nth-child(odd) .txt_box {
    padding-left: 4vw;
  }
  #mainSec3 .merit_list > li .txt_box .number {
    font-size: 2.25vw;
    width: 4vw;
    line-height: 4vw;
  }
  #mainSec3 .merit_list > li .txt_box .txt_wrap .title {
    margin: 3.5vw 0 1.875vw;
  }
  #mainSec3 .merit_list > li .txt_box .txt_wrap .title b {
    font-size: 3.75vw;
  }
  #mainSec3 .merit_list > li .txt_box .txt_wrap .title p {
    font-size: 3.325vw;
  }
  #mainSec3 .merit_list > li .txt_box .txt_wrap .desc {
    font-size: 1.875vw;
    line-height: 1.5;
  }
  #mainSec3 .merit_list > li .img_box {
    border-radius: 2vw;
    height: 30vw;
  }
  #mainSec3 .merit_list > li .img_box .center {
    max-width: 65%;
    max-height: 65%;
  }
  #mainSec3 .merit_list > li:nth-child(1) .img_box .obj1 {
    left: 3vw;
    max-width: 11vw;
  }
  #mainSec3 .merit_list > li:nth-child(1) .img_box .obj2 {
    top: -2.5vw;
    left: 7vw;
    max-width: 13vw;
  }
  #mainSec3 .merit_list > li:nth-child(1) .img_box .obj3 {
    right: 2vw;
    max-width: 13vw;
  }
  #mainSec3 .merit_list > li:nth-child(2) .img_box .obj1 {
    top: -2.25vw;
    max-width: 20vw;
  }
  #mainSec3 .merit_list > li:nth-child(3) .img_box .obj1 {
    top: 16.5vw;
    max-width: 31vw;
  }
  #mainSec4 {
    padding: 10vw 20px 14vw;
  }
  #mainSec4 .agency_list {
    margin: 3.5vw auto 0;
    gap: 1.5vw;
  }
  #mainSec4 .agency_list > li:nth-child(3) .top .logo img {
    max-height: calc(100% - 30px);
  }
  #mainSec4 .agency_list > li .top {
    padding: 0 2vw;
    border-radius: 15px 15px 0 0;
  }
  #mainSec4 .agency_list > li .top .logo {
    height: 9.5vw;
  }
  #mainSec4 .agency_list > li .top .tab_wrap {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
  #mainSec4 .agency_list > li .top .tab_wrap button {
    font-size: 1.8vw;
    width: calc((100% - 12px) / 3);
    height: 3.625vw;
  }
  #mainSec4 .agency_list > li .top .info_list .plan_group > li {
    padding: 1.111vw 0.75vw 1.111vw 0;
    font-size: 1.725vw;
  }
  #mainSec4 .agency_list > li .top .info_list .plan_group > li .lt .equipment {
    font-size: 1.875vw;
  }
  #mainSec4 .agency_list > li .top .info_list .plan_group > li .rt .badge {
    width: 10vw;
    padding: 4px 0;
    margin-bottom: 2px;
  }
  #mainSec4 .agency_list > li .top .info_txt {
    font-size: 2.325vw;
    padding: 1.75vw 0 2.75vw;
  }
  #mainSec4 .agency_list > li .bottom {
    padding: 2.5vw 20px 2vw;
    border-radius: 0 0 15px 15px;
  }
  #mainSec4 .agency_list > li .bottom .product_title {
    height: 9.325vw;
  }
  #mainSec4 .agency_list > li .bottom .product_title .product_name {
    font-size: 2.5vw;
  }
  #mainSec4 .agency_list > li .bottom .product_title .product_desc {
    font-size: 1.65vw;
    margin-top: 0.5vw;
  }
  #mainSec4 .agency_list > li .bottom .product_price {
    font-size: 3vw;
    margin-top: 1.625vw;
  }
  #mainSec4 .agency_list > li .bottom .product_price p {
    font-size: 1.625vw;
    margin-top: 0.5vw;
  }
  #mainSec5 {
    padding: 14vw 0 16vw;
  }
  #mainSec5 .main_title {
    margin-bottom: 6vw;
  }
  #mainSec5 .inquiry_step > li .dot {
    width: 1.75vw;
    height: 1.75vw;
    margin-top: -0.875vw;
    border-width: 3px;
  }
  #mainSec5 .inquiry_step > li .number {
    font-size: 1.75vw;
    padding: 0.25vw 1.325vw 0.4vw 1.125vw;
    border-radius: 2vw;
    margin: 1.5vw 0 2.5vw;
  }
  #mainSec5 .inquiry_step > li .icon {
    height: 12vw;
  }
  #mainSec5 .inquiry_step > li p {
    font-size: 2.5vw;
    margin-top: 3.25vw;
  }
  #mainSec6 {
    padding: 0 0 15vw;
  }
  #footer {
    padding: 3.25vw 20px 3.75vw;
  }
  #footer img {
    max-height: 4.25vw;
  }
  #footer .copy {
    font-size: 1.875vw;
    margin-top: 1.111vw;
  }
  #personalPop {
    padding: 25px;
  }
  #personalPop .closeBtn {
    top: 21px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
  #personalPop .closeBtn img {
    width: 27px;
  }
  #personalPop .title {
    font-size: 1.25rem;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom-width: 1px;
  }
  #personalPop .pop_cont {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 540px) {
  #floatBanner {
    padding: 15px;
    height: 75px;
  }
  #floatBanner.open {
    height: 298px;
  }
  #floatBanner .title_wrap {
    margin-bottom: 5px;
  }
  #floatBanner .title_wrap .black {
    font-size: 5.25vw;
  }
  #floatBanner .title_wrap p {
    font-size: 3.25vw;
  }
  #floatBanner .title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #floatBanner .title_wrap .floatBtn {
    font-size: 1.125rem;
    width: 150px;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
  #floatBanner .title_wrap .floatBtn img {
    width: 17px;
  }
  #floatBanner .form_wrap .inquiry_form {
    grid-template-columns: 1fr;
    row-gap: 5px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  #floatBanner .form_wrap .inquiry_form input, #floatBanner .form_wrap .inquiry_form select {
    font-size: 1rem;
    height: 40px;
  }
  #floatBanner .form_wrap .inquiry_form select {
    background-size: 20px;
    background-position: right 12px center;
  }
  #floatBanner .form_wrap .agree_wrap {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  #floatBanner .form_wrap .agree_wrap fieldset input + label {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
  #floatBanner .form_wrap .agree_wrap fieldset input + label::before {
    width: 18px;
    height: 18px;
  }
  #floatBanner .floatBtn {
    height: 45px;
    font-size: 1.1875rem;
  }
  .main_title {
    font-size: 6.25vw;
  }
  .inquiryForm .main_title {
    margin: 0 auto 6vw;
  }
  .inquiryForm .flex {
    row-gap: 20px;
    max-width: 350px;
    min-width: 85vw;
  }
  .inquiryForm .borderBox {
    padding: 20px;
    border-radius: 12px;
    -webkit-box-shadow: 4px 10px 14px rgba(206, 221, 214, 0.7);
            box-shadow: 4px 10px 14px rgba(206, 221, 214, 0.7);
  }
  .inquiryForm .state_title {
    font-size: 4.5vw;
    margin-bottom: 15px;
  }
  .inquiryForm .formBox::before {
    width: 18vw;
    bottom: -4vw;
  }
  .inquiryForm form .inquiry_form {
    font-size: 3.875vw;
  }
  .inquiryForm form .inquiry_form li {
    padding: 0 15px;
    height: 12vw;
    border-radius: 7px;
  }
  .inquiryForm form .inquiry_form li + li {
    margin-top: 10px;
  }
  .inquiryForm form .inquiry_form li .form_title {
    width: 15vw;
  }
  .inquiryForm form .inquiry_form li .form_input {
    width: calc(100% - 15vw);
  }
  .inquiryForm form .inquiry_form li.select_li .form_title {
    width: 25vw;
  }
  .inquiryForm form .inquiry_form li.select_li .form_input {
    width: calc(100% - 25vw);
  }
  .inquiryForm form .inquiry_form li.select_li .form_input select {
    background-size: 4.5vw;
  }
  .inquiryForm form .agree_wrap {
    margin-top: 10px;
    -webkit-column-gap: 1vw;
       -moz-column-gap: 1vw;
            column-gap: 1vw;
    font-size: 3.625vw;
  }
  .inquiryForm form .agree_wrap fieldset input + label {
    -webkit-column-gap: 2vw;
       -moz-column-gap: 2vw;
            column-gap: 2vw;
  }
  .inquiryForm form .agree_wrap fieldset input + label::before {
    width: 4.75vw;
    height: 4.75vw;
  }
  .inquiryForm form .submitBtn {
    height: 12.5vw;
    padding: 0 20px;
    margin-top: 7vw;
  }
  .inquiryForm form .submitBtn span {
    font-size: 4.75vw;
  }
  .inquiryForm .state_box .applicantSlide {
    height: 42vw;
  }
  .inquiryForm .state_box .applicantSlide .swiper-slide {
    font-size: 3.25vw;
    padding: 0 15px;
    grid-template-columns: 21% 23.5% auto 20%;
    border-radius: 7px;
  }
  .inquiryForm .state_box .applicantSlide .swiper-slide > *:not(:last-child)::after {
    height: 3vw;
  }
  #mainSec1 .inner {
    padding: 80px 20px;
    border-radius: 25px;
    max-width: 100%;
  }
  #mainSec1 .inner::before {
    width: 90px;
    top: 20px;
    left: 20px;
  }
  #mainSec1 .inner h5 {
    font-size: 4.325vw;
    margin-bottom: 12px;
  }
  #mainSec1 .inner h1 {
    font-size: 11.5vw;
  }
  #mainSec1 .inner .plus {
    font-size: 1.75rem;
    width: 30px;
    line-height: 27px;
    padding-bottom: 3px;
    margin: 18px 0 22px;
    -webkit-filter: drop-shadow(10px 10px 4px rgba(82, 49, 144, 0.33));
            filter: drop-shadow(10px 10px 4px rgba(82, 49, 144, 0.33));
  }
  #mainSec1 .inner h3 {
    font-size: 5.5vw;
    padding: 2.325vw 6vw;
    border-radius: 6vw;
  }
  #mainSec1 [class^=sec1_obj] {
    zoom: 0.65;
  }
  #mainSec2 {
    padding: 20vw 0 30vw;
  }
  #mainSec3 {
    padding: 0 0 18vw;
  }
  #mainSec3 .main_title {
    margin-bottom: 10vw;
  }
  #mainSec3 .merit_list {
    row-gap: 10vw;
  }
  #mainSec3 .merit_list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 3.75vw;
  }
  #mainSec3 .merit_list > li > * {
    width: 80vw;
    margin: 0 auto;
  }
  #mainSec3 .merit_list > li.active .txt_box .txt_wrap .title b {
    -webkit-box-shadow: inset 0 -4vw 0 #eaf3ef;
            box-shadow: inset 0 -4vw 0 #eaf3ef;
  }
  #mainSec3 .merit_list > li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #mainSec3 .merit_list > li:nth-child(odd) .txt_box {
    padding-left: 0;
  }
  #mainSec3 .merit_list > li .txt_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  #mainSec3 .merit_list > li .txt_box .number {
    font-size: 3.5vw;
    width: 6vw;
    line-height: 6vw;
    position: absolute;
    top: 2px;
    left: 0;
    display: none;
  }
  #mainSec3 .merit_list > li .txt_box .txt_wrap .title {
    margin: 0 0 2vw;
  }
  #mainSec3 .merit_list > li .txt_box .txt_wrap .title br {
    display: none;
  }
  #mainSec3 .merit_list > li .txt_box .txt_wrap .title b {
    font-size: 5.675vw;
    display: inline-block;
    padding: 0 2px;
  }
  #mainSec3 .merit_list > li .txt_box .txt_wrap .title p {
    font-size: 5.25vw;
    display: inline-block;
    margin-left: 0.875vw;
  }
  #mainSec3 .merit_list > li .txt_box .txt_wrap .desc {
    font-size: 3.45vw;
    word-break: keep-all;
  }
  #mainSec3 .merit_list > li .txt_box .txt_wrap .desc .br_768 {
    display: none;
  }
  #mainSec3 .merit_list > li .img_box {
    border-radius: 2vw;
    height: 45vw;
  }
  #mainSec3 .merit_list > li .img_box .center {
    max-width: 65%;
    max-height: 65%;
  }
  #mainSec3 .merit_list > li:nth-child(1) .img_box .obj1 {
    left: 7vw;
    bottom: 6vw;
    max-width: 17vw;
  }
  #mainSec3 .merit_list > li:nth-child(1) .img_box .obj2 {
    top: -3vw;
    left: 18vw;
    max-width: 20vw;
  }
  #mainSec3 .merit_list > li:nth-child(1) .img_box .obj3 {
    right: 9vw;
    max-width: 19vw;
    top: 14vw;
  }
  #mainSec3 .merit_list > li:nth-child(2) .img_box .obj1 {
    top: -2.5vw;
    max-width: 30vw;
  }
  #mainSec3 .merit_list > li:nth-child(3) .img_box .obj1 {
    top: 24.5vw;
    max-width: 50vw;
  }
  #mainSec4 {
    padding: 18vw 20px 24vw;
  }
  #mainSec4 .agency_list {
    margin: 5.5vw auto 0;
    gap: 5vw;
    letter-spacing: -0.175vw;
    grid-template-columns: 1fr;
    min-width: 300px;
    width: 85vw;
  }
  #mainSec4 .agency_list > li:nth-child(1), #mainSec4 .agency_list > li:nth-child(2), #mainSec4 .agency_list > li:nth-child(3) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  #mainSec4 .agency_list > li .top {
    padding: 0 20px;
  }
  #mainSec4 .agency_list > li .top .logo {
    height: 18vw;
  }
  #mainSec4 .agency_list > li .top .tab_wrap {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
  #mainSec4 .agency_list > li .top .tab_wrap button {
    font-size: 3.5vw;
    width: 17vw;
    height: 7vw;
  }
  #mainSec4 .agency_list > li .top .info_list .plan_group > li {
    padding: 10px 5px 10px 0;
    font-size: 3.325vw;
  }
  #mainSec4 .agency_list > li .top .info_list .plan_group > li .lt .equipment {
    font-size: 3.65vw;
  }
  #mainSec4 .agency_list > li .top .info_list .plan_group > li .rt .badge {
    width: 19vw;
    padding: 4px 0;
    margin-bottom: 3px;
  }
  #mainSec4 .agency_list > li .top .info_txt {
    font-size: 4.25vw;
    padding: 2.875vw 0 4.875vw;
  }
  #mainSec4 .agency_list > li .bottom {
    padding: 4.5vw 20px 4.125vw;
  }
  #mainSec4 .agency_list > li .bottom .product_title {
    height: auto;
  }
  #mainSec4 .agency_list > li .bottom .product_title .product_name {
    font-size: 4.625vw;
  }
  #mainSec4 .agency_list > li .bottom .product_title .product_desc {
    font-size: 3.325vw;
    margin-top: 1vw;
  }
  #mainSec4 .agency_list > li .bottom .product_title .product_desc.line1 {
    margin-top: 1vw;
  }
  #mainSec4 .agency_list > li .bottom .product_price {
    font-size: 6vw;
    margin-top: 2.5vw;
  }
  #mainSec4 .agency_list > li .bottom .product_price p {
    font-size: 3.325vw;
    margin-top: 0.75vw;
  }
  #mainSec5 {
    padding: 18vw 0 24vw;
  }
  #mainSec5 .main_title {
    margin-bottom: 8vw;
  }
  #mainSec5 .inquiry_step_wrap {
    background: #ffffff;
  }
  #mainSec5 .inquiry_step {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 12vw;
    position: relative;
  }
  #mainSec5 .inquiry_step > li .dot {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-width: 3px;
    display: none;
  }
  #mainSec5 .inquiry_step > li .number {
    font-size: 3.25vw;
    padding: 0.65vw 2.625vw 0.65vw 2vw;
    border-radius: 3vw;
    margin: 0 0 4vw;
  }
  #mainSec5 .inquiry_step > li .icon {
    height: 17vw;
  }
  #mainSec5 .inquiry_step > li p {
    font-size: 4.25vw;
    margin-top: 5vw;
  }
  #mainSec6 {
    padding: 0 0 100px;
  }
  #footer {
    padding: 20px 20px 25px;
  }
  #footer img {
    max-height: 24px;
  }
  #footer .copy {
    font-size: 10px;
    margin-top: 5px;
  }
}/*# sourceMappingURL=main.css.map */