.gnb_sub_div{display: none;}


.privacy_pop_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  z-index: 100;
  padding: 1em;
}
.privacy_pop_wrap.on {
  display: flex;
}
@media all and (min-width: 1024px) {
  .privacy_pop_wrap {
    font-size: 16px;
  }
}
.privacy_pop_wrap .pop_inner {
  position: relative;
  max-width: 25em;
  max-height: 31.25em;
  width: 100%;
  padding: 0.75em;
  background-color: #fff;
}
.privacy_pop_wrap .pop_close {
  position: absolute;
  top: 0.75em;
  right: 0.75em;
  width: 1.125em;
  height: 1.125em;
  background-color: transparent;
  border: none;
  outline: none;
}
.privacy_pop_wrap .pop_close svg {
  width: 100%;
  vertical-align: top;
}
.privacy_pop_wrap .pop_tit {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 0.6666666667em;
}
.privacy_pop_wrap .privacy_box {
  font-size: 0.875em;
  height: 25em;
  border: 1px solid #ddd;
  padding: 0.5714285714em;
  overflow-y: scroll;
}

#loadingWrap {
  display: flex;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: visibility 0.25s, opacity 0.25s;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background-color: #fff;
  font-size: 14px;
  padding: 1em;
}
@media all and (min-width: 1024px) {
  #loadingWrap {
    font-size: 16px;
  }
}
#loadingWrap.on {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
#loadingWrap .loading_obj_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.375em;
  height: 9.375em;
}
@media all and (min-width: 1024px) {
  #loadingWrap .loading_obj_box {
    width: 12.5em;
    height: 12.5em;
  }
}
#loadingWrap .loading_obj {
  position: relative;
  width: 0;
  height: 0;
}
#loadingWrap .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.875em;
  height: 0.625em;
  background-color: #1B36E4;
  border-radius: 0.3125em;
  transform-origin: left;
  animation: animFill 1.5s infinite;
}
#loadingWrap .line:nth-child(0) {
  transform: rotate(calc(0 * 30deg)) translate(2.1875em);
  animation-delay: calc(0 * 0.125s);
}
@media all and (min-width: 1024px) {
  #loadingWrap .line:nth-child(0) {
    transform: rotate(calc(0 * 30deg)) translate(3.125em);
  }
}
#loadingWrap .line:nth-child(1) {
  transform: rotate(calc(1 * 30deg)) translate(2.1875em);
  animation-delay: calc(1 * 0.125s);
}
@media all and (min-width: 1024px) {
  #loadingWrap .line:nth-child(1) {
    transform: rotate(calc(1 * 30deg)) translate(3.125em);
  }
}
#loadingWrap .line:nth-child(2) {
  transform: rotate(calc(2 * 30deg)) translate(2.1875em);
  animation-delay: calc(2 * 0.125s);
}
@media all and (min-width: 1024px) {
  #loadingWrap .line:nth-child(2) {
    transform: rotate(calc(2 * 30deg)) translate(3.125em);
  }
}
#loadingWrap .line:nth-child(3) {
  transform: rotate(calc(3 * 30deg)) translate(2.1875em);
  animation-delay: calc(3 * 0.125s);
}
@media all and (min-width: 1024px) {
  #loadingWrap .line:nth-child(3) {
    transform: rotate(calc(3 * 30deg)) translate(3.125em);
  }
}
#loadingWrap .line:nth-child(4) {
  transform: rotate(calc(4 * 30deg)) translate(2.1875em);
  animation-delay: calc(4 * 0.125s);
}
@media all and (min-width: 1024px) {
  #loadingWrap .line:nth-child(4) {
    transform: rotate(calc(4 * 30deg)) translate(3.125em);
  }
}
#loadingWrap .line:nth-child(5) {
  transform: rotate(calc(5 * 30deg)) translate(2.1875em);
  animation-delay: calc(5 * 0.125s);
}
@media all and (min-width: 1024px) {
  #loadingWrap .line:nth-child(5) {
    transform: rotate(calc(5 * 30deg)) translate(3.125em);
  }
}
#loadingWrap .line:nth-child(6) {
  transform: rotate(calc(6 * 30deg)) translate(2.1875em);
  animation-delay: calc(6 * 0.125s);
}
@media all and (min-width: 1024px) {
  #loadingWrap .line:nth-child(6) {
    transform: rotate(calc(6 * 30deg)) translate(3.125em);
  }
}
#loadingWrap .line:nth-child(7) {
  transform: rotate(calc(7 * 30deg)) translate(2.1875em);
  animation-delay: calc(7 * 0.125s);
}
@media all and (min-width: 1024px) {
  #loadingWrap .line:nth-child(7) {
    transform: rotate(calc(7 * 30deg)) translate(3.125em);
  }
}
#loadingWrap .line:nth-child(8) {
  transform: rotate(calc(8 * 30deg)) translate(2.1875em);
  animation-delay: calc(8 * 0.125s);
}
@media all and (min-width: 1024px) {
  #loadingWrap .line:nth-child(8) {
    transform: rotate(calc(8 * 30deg)) translate(3.125em);
  }
}
#loadingWrap .line:nth-child(9) {
  transform: rotate(calc(9 * 30deg)) translate(2.1875em);
  animation-delay: calc(9 * 0.125s);
}
@media all and (min-width: 1024px) {
  #loadingWrap .line:nth-child(9) {
    transform: rotate(calc(9 * 30deg)) translate(3.125em);
  }
}
#loadingWrap .line:nth-child(10) {
  transform: rotate(calc(10 * 30deg)) translate(2.1875em);
  animation-delay: calc(10 * 0.125s);
}
@media all and (min-width: 1024px) {
  #loadingWrap .line:nth-child(10) {
    transform: rotate(calc(10 * 30deg)) translate(3.125em);
  }
}
#loadingWrap .line:nth-child(11) {
  transform: rotate(calc(11 * 30deg)) translate(2.1875em);
  animation-delay: calc(11 * 0.125s);
}
@media all and (min-width: 1024px) {
  #loadingWrap .line:nth-child(11) {
    transform: rotate(calc(11 * 30deg)) translate(3.125em);
  }
}
#loadingWrap .line:nth-child(12) {
  transform: rotate(calc(12 * 30deg)) translate(2.1875em);
  animation-delay: calc(12 * 0.125s);
}
@media all and (min-width: 1024px) {
  #loadingWrap .line:nth-child(12) {
    transform: rotate(calc(12 * 30deg)) translate(3.125em);
  }
}
@keyframes animFill {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
#loadingWrap .loading_tit {
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.8em;
}
#loadingWrap .loading_txt {
  font-size: 1em;
  line-height: 1.5;
  color: #656565;
}

.intro_form {
  background: url("../image/intro/intro_bg.jpg") no-repeat center/cover;
  font-size: 14px;
  --inp-hei: 3.375em;
  --gap: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
}
@media all and (min-width: 1024px) {
  .intro_form {
    font-size: 16px;
  }
}
.intro_form .inner {
  min-height: calc(100vh - 11.875em);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--gap);
  padding-top: 2.5em;
  padding-bottom: 7.5em;
}
@media all and (max-width: 1024px) {
  .intro_form .inner {
    min-height: calc(100vh - 7.8571428571em);
  }
}
.intro_form .intro_tit {
  font-size: 1.75em;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 0.5em;
  letter-spacing: -0.025em;
}
@media all and (min-width: 1024px) {
  .intro_form .intro_tit {
    font-size: 2em;
  }
}
.intro_form .frm_box {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  width: 100%;
  max-width: 100%;
}
@media all and (min-width: 501px) {
  .intro_form .frm_box {
    max-width: 400px;
  }
}
.intro_form .inp {
  display: inline-flex;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  height: var(--inp-hei);
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 0.875em;
  border: none;
  outline: none;
  transition: background 0.25s;
}
.intro_form .inp:focus {
  background-color: rgba(255, 255, 255, 0.9);
}
.intro_form .inp::placeholder {
  color: #666;
}
.intro_form .inp + .inp {
  margin-top: var(--gap);
}
.intro_form .agrment {
  display: flex;
  align-items: center;
  gap: 0.3333333333em;
  font-size: 0.875em;
  margin-top: var(--gap);
  color: #fff;
}
.intro_form .v_detail {
  display: inline-block;
  color: inherit;
  font-size: 0.7142857143em;
  vertical-align: super;
  align-self: center;
  text-decoration: underline;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  font-weight: 500;
  text-underline-offset: 3px;
}

.btn_box {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}

.intro_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2.8125em;
  font-weight: 600;
  color: #fff;
  border: none;
  outline: none;
  transition: transform 0.25s;
  border-radius: 0.875em;
}
.intro_btn:active {
  transform: scale(0.97);
}
.intro_btn:hover {
  color: #fff;
}

.bg_blue {
  background-color: #1B36E4;
}

.bg_gray {
  background-color: #636363;
}

.car_info_wrap {
  font-size: 16px;
  padding-left: 1em;
  padding-right: 1em;
}
.car_info_wrap .wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding: 3.75em 0;
}
.car_info_wrap .wrap .car_img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50%;
}
.car_info_wrap .wrap .car_img img {
  max-width: 100%;
}
.car_info_wrap .wrap .car_infos {
  max-width: 100%;
}
@media all and (max-width: 1024px) {
  .car_info_wrap .wrap {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .car_info_wrap .wrap .car_img, .car_info_wrap .wrap .car_infos {
    width: 100%;
  }
  .car_info_wrap .wrap .car_infos {
    max-width: 500px;
  }
}
.car_info_wrap .wrap > * {
  flex: 1 1 auto;
}
.car_info_wrap .car_tit {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 0.6666666667em;
}
.car_info_wrap .tbl_box {
  border-top: 2px solid #121212;
  font-size: 0.875em;
}
.car_info_wrap .tbl_box table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.car_info_wrap .tbl_box td, .car_info_wrap .tbl_box th {
  padding: 0.4285714286em;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.car_info_wrap .tbl_box td:last-child, .car_info_wrap .tbl_box th:last-child {
  border-right: none;
}
.car_info_wrap .tbl_box th {
  font-weight: 700;
}
.car_info_wrap .tbl_box th:first-child {
  padding-left: 0;
}
.car_info_wrap .btn_box {
  margin-top: 1em;
  text-align: center;
}
.car_info_wrap .intro_btn {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=intro.css.map */



