@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

::before, ::after {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
body {
  line-height: 1;
  font-family: "NotoSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  letter-spacing: -0.7px;
  word-break: keep-all;
}

body {
  line-height: 1;
  font-family: "NotoSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  letter-spacing: -0.7px;
  word-break: keep-all;
}

button {
  line-height: 1;
  font-family: "NotoSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  background: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 0;
  font-weight: 500;
  color: #000000;
  line-height: 1;
}

strong {
  font-weight: 700;
}

/* 테이블 스타일 초기화 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

th, td {
  font-weight: 500;
}

td {
  word-wrap: break-word;
  word-break: keep-all;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend, caption {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

address, caption, em, var {
  font-style: normal;
  font-weight: 500;
}

/* 링크 */
a {
  color: #000000;
  text-decoration: none;
  outline: none;
}

/* 이미지, 폼관련 요소 */
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
}

label,
select,
input,
textarea {
  vertical-align: middle;
}

input,
select,
textarea {
  font-size: 1em;
  vertical-align: middle;
}

input[type=text],
input[type=submit],
input[type=password],
input[type=search],
input[type=number],
input[type=reset],
input[type=email], input[type=tel],
input[type=search],
input[type=file],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  border: 1px solid #b8bcc1;
  height: 56px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  font-family: "NotoSans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
}

input[type=file] {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  width: 0;
  height: 0;
  border: 0;
  vertical-align: middle;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
}

input[type=submit] {
  cursor: pointer;
}

input[readonly] {
  background: #fff;
  color: #000;
}

input:disabled {
  background: #fff;
}

input[type=text],
input[type=password] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus,
input[type=text]:hover,
input[type=password]:hover,
input[type=tel]:hover,
textarea:hover {
  border: 1px solid #000;
  outline: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=text]::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}

select {
  border: 1px solid #b8bcc1;
  padding: 0 20px 0 25px;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  font-family: "Audi", "NotoSans", Verdana, sans-serif;
  color: #aaa;
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
}

select::-ms-expand {
  display: none;
}

option.title {
  display: none;
}

textarea {
  border: solid 1px #b8bcc1;
  height: 90px;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  border: 0;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:focus,
button:hover {
  outline: none;
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #999999;
  font-weight: 500;
}

input::-moz-placeholder {
  color: #999999;
  font-weight: 500;
}

input::-ms-input-placeholder {
  color: #999999;
  font-weight: 500;
}

input::-webkit-input-placeholder {
  color: #999999;
  font-weight: 500;
}

input:-moz-placeholder {
  color: #999999;
  font-weight: 500;
}

input:-ms-input-placeholder {
  color: #999999;
  font-weight: 500;
}

input::-ms-input-placeholder {
  color: #999999;
  font-weight: 500;
}

input::placeholder {
  color: #999999;
  font-weight: 500;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder {
  color: #999999;
  font-weight: 500;
}

textarea::-moz-placeholder {
  color: #999999;
  font-weight: 500;
}

textarea::-ms-input-placeholder {
  color: #999999;
  font-weight: 500;
}

textarea::-webkit-input-placeholder {
  color: #999999;
  font-weight: 500;
}

textarea:-moz-placeholder {
  color: #999999;
  font-weight: 500;
}

textarea:-ms-input-placeholder {
  color: #999999;
  font-weight: 500;
}

textarea::-ms-input-placeholder {
  color: #999999;
  font-weight: 500;
}

textarea::placeholder {
  color: #999999;
  font-weight: 500;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.hidden {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.t-l {
  text-align: left !important;
}
.t-r {
  text-align: right !important;
}
.t-c {
  text-align: center !important;
}

img.max {
  width: 100%;
}

::-webkit-scrollbar {
  display: none;
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #a7a7a7;
}

@media (max-width: 768px) {
  input[type=text],
  input[type=submit],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=reset],
  input[type=email], input[type=tel],
  input[type=search],
  input[type=email],
  input[type=tel] {
    height: 36px;
  }
}
body {
  overflow-y: scroll;
}
body.fixed {
  overflow: hidden;
}
body::-webkit-scrollbar {
  display: block;
  width: unset;
  height: unset;
}

#content {
  padding-top: 72px;
}
#content.section-detail {
  padding-top: 0;
}

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #000000;
  z-index: 30;
  transition: all 0.5s;
}
.header-wrap.scroll {
  background: rgba(255, 255, 255, 0.9);
}
.header-wrap .inner {
  height: 100%;
}
.header-wrap .gnb-logo {
  width: 70px;
  display: inline-block;
  padding: 24px 0;
  z-index: 10;
}
.header-wrap .btn-menu {
  display: none;
  position: fixed;
  top: 25px;
  left: 5.6%;
  z-index: 9;
}
.header-wrap .btn-menu .icon-menu {
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.header-wrap .btn-menu .icon-menu i {
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  background: #000000;
  transition: all 240ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.header-wrap .btn-menu .icon-menu .line-top {
  top: 6px;
}
.header-wrap .btn-menu .icon-menu .line-middle,
.header-wrap .btn-menu .icon-menu .line-middle2 {
  top: 9px;
  transition-duration: 180ms;
  transition-delay: 120ms;
}
.header-wrap .btn-menu .icon-menu .line-bottom {
  top: 12px;
}
.header-wrap .btn-menu span {
  vertical-align: middle;
}
.header-wrap .btn-menu.close .line-top {
  transform: translateY(3px);
  opacity: 0;
}
.header-wrap .btn-menu.close .line-middle {
  transform: rotate(45deg);
}
.header-wrap .btn-menu.close .line-middle2 {
  transform: rotate(-45deg);
}
.header-wrap .btn-menu.close .line-bottom {
  transform: translateY(-3px);
  opacity: 0;
}
.header-wrap .side-logo {
  float: right;
  margin: 27px 0;
  width: 222px;
}
.header-wrap .dim {
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  display: none;
}

.gnb-wrap {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.gnb-wrap > ul > li {
  display: inline-block;
}
.gnb-wrap > ul > li:nth-child(6) {
  letter-spacing: 0.5px;
}
.gnb-wrap > ul > li.is-active a:after {
  width: 100%;
}
.gnb-wrap > ul > li.is-active .sub-depth {
  display: flex;
  opacity: 1;
  z-index: 1;
}
.gnb-wrap > ul > li.is-active .sub-depth .banner-link .title-box {
  animation: upTitle 1s;
}
.gnb-wrap > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 28px 0;
  margin: 0 20px;
}
.gnb-wrap > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #000000;
  transition: 0.3s;
}
.gnb-wrap > ul > li > a .ico-arrow2 {
  display: none;
}
.gnb-wrap .sub-depth {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  z-index: -1;
  margin-top: 1px;
  box-shadow: 0px 10px 84px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.gnb-wrap .sub-depth .depth2 {
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 4%;
  margin-left: 177px;
  width: 58%;
}
.gnb-wrap .sub-depth .depth2 ul li + li {
  margin-top: 35px;
}
.gnb-wrap .sub-depth .depth2 .btn-prev {
  display: none;
  align-items: center;
  margin: 30px 6%;
}
.gnb-wrap .sub-depth .depth2 .btn-prev:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: transparent #000 #000 transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-right: 15px;
}
.gnb-wrap .sub-depth .banner-link {
  width: 42%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.gnb-wrap .sub-depth .banner-link a {
  display: block;
  height: 100%;
}
.gnb-wrap .sub-depth .banner-link .title-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px 27px;
  font-size: 21px;
  color: #fff;
}

@keyframes upTitle {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.quick-wrap {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.quick-wrap .quick-menu li {
  position: relative;
}
.quick-wrap .quick-menu li a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.quick-wrap .quick-menu li a .ico-box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  z-index: 3;
  transition: 0.5s;
}
.quick-wrap .quick-menu li a p {
  background: #000000;
  line-height: 50px;
  width: 124px;
  padding-left: 20px;
  color: #fff;
  position: absolute;
  top: 0;
  right: -74px;
  transition: 0.5s;
  height: 100%;
}
.quick-wrap .quick-menu:hover p {
  right: 50px;
}
.quick-wrap .btn-quick {
  width: 75px;
  height: 75px;
  background: #000000;
  justify-content: center;
  align-items: center;
  display: none;
}
.quick-wrap .btn-quick.active .icon-toggle {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.quick-top {
  position: fixed;
  right: 4%;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: #000000;
  z-index: 10;
  text-align: center;
  transition: all 0.5s ease;
  display: none;
}
.quick-top.up {
  position: absolute;
  top: 0;
  transform: translateY(-70px);
}
.quick-top:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 20px;
}

.footer-wrap {
  position: relative;
  background: #000000;
  color: #fff;
  padding: 95px 0 48px;
}
.footer-wrap .footer-sitemap {
  margin-bottom: 95px;
}
.footer-wrap .footer-sitemap .depth-1 {
  display: flex;
  justify-content: space-between;
  padding: 0 10%;
}
.footer-wrap .footer-sitemap .depth-1 > li:nth-child(6) {
  letter-spacing: 0.5px;
}
.footer-wrap .footer-sitemap .depth-1 > li > a {
  color: #fff;
  font-size: 21px;
}
.footer-wrap .footer-sitemap .depth-1 .ico-arrow3 {
  opacity: 0;
}
.footer-wrap .footer-sitemap .depth-2 {
  margin-top: 28px;
}
.footer-wrap .footer-sitemap .depth-2 ul li + li {
  margin-top: 20px;
}
.footer-wrap .footer-sitemap .depth-2 ul li a {
  color: #fff;
  font-size: 13px;
}
.footer-wrap .footer-social {
  padding-bottom: 20px;
  border-bottom: 1px solid #4c4c4c;
}
.footer-wrap .footer-social ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer-wrap .footer-info .family-area {
  padding-top: 19px;
  display: inline-block;
}
.footer-wrap .footer-info .family-area li {
  display: inline-block;
  vertical-align: middle;
}
.footer-wrap .footer-info .family-area li + li {
  margin-left: 70px;
}
.footer-wrap .footer-info .copy-area {
  padding-top: 30px;
  display: flex;
  align-items: center;
  float: right;
}
.footer-wrap .footer-info .copy-area .copyright {
  font-size: 13px;
  color: #808080;
}
.footer-wrap .footer-info .copy-area ul {
  display: inline-flex;
  margin-left: 65px;
}
.footer-wrap .footer-info .copy-area ul li + li {
  margin-left: 25px;
}
.footer-wrap .footer-info .copy-area ul li a {
  font-size: 13px;
  color: #fff;
}
.footer-wrap .footer-info .info-area {
  padding-top: 28px;
}
.footer-wrap .footer-info .info-area p {
  font-size: 13px;
  line-height: 18px;
  color: #999999;
}

.inner {
  position: relative;
  padding: 0 4%;
  max-width: 1920px;
  margin: 0 auto;
}

.inner-box {
  max-width: 1440px;
  margin: 0 auto;
}

.img-box .pc {
  display: block;
}
.img-box .mo {
  display: none;
}

.visual {
  position: relative;
  max-height: 100%;
}
.visual .visual-images {
  width: 100%;
  height: 100vh;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.visual .visual-images:not(.mo) {
  display: block;
}
.visual .visual-images.mo {
  display: none; /*2024.06.28. none에서 block으로 변경*/
}
.visual .visual-title {
  position: absolute;
  left: 4%;
  top: 72px;
}
.visual .visual-title .title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.571em;
  color: #fff;
  font-family: "Audi", "NotoSans", Verdana, sans-serif;
}
.visual .visual-title .sub-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 20px;
  color: #fff;
}
.visual .visual-title .main1title {/*2024.08.07. 메인페이지에 있는 배너의 폰트만 색상변경 요청하여 style 별도로 분리*/
  font-size: 42px;
  font-weight: 700;
  line-height: 1.571em;
  color: #000;
  font-family: "Audi", "NotoSans", Verdana, sans-serif;
}
.visual .visual-title .main1sub-title {/*2024.08.07. 메인페이지에 있는 배너의 폰트만 색상변경 요청하여 style 별도로 분리*/
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 20px;
  color: #000;
}
.visual.sub {
  max-width: 1920px;
  margin: 0 auto;
}

.en {
  font-family: "Audi", "NotoSans", Verdana, sans-serif;
}

.no-data {
  width: 100%;
  height: 400px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
}
.no-data .tit {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25em;
  margin-top: 25px;
}
.no-data p {
  margin-top: 10px;
  line-height: 1.5em;
}
.no-data .btn-more {
  display: inline-block;
  margin-top: 30px;
}

@media all and (min-width: 1921px) {
  .inner {
    padding: 0;
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .gnb-wrap > ul > li > a:hover {
    color: #666666;
  }
  .gnb-wrap .sub-depth .depth2 ul li a:hover {
    color: #666666;
  }
  .quick-wrap .quick-menu li:hover .ico-box,
  .quick-wrap .quick-menu li:hover p {
    background: #444444;
  }
  .footer-wrap .footer-sitemap ul li a:hover {
    color: #B4B4B4;
  }
}
@media all and (max-width: 1440px) {
  .footer-wrap .footer-sitemap .depth-1 {
    padding: 0 5%;
  }
  .inner-box {
    max-width: 92%;
    margin: 0 4%;
  }
}
@media all and (max-width: 1024px) {
  .header-wrap .gnb-logo {
    display: none;
  }
  .header-wrap .btn-menu {
    display: block;
  }
  .header-wrap .side-logo {
    transition: all 0.3s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .header-wrap.is-show .gnb-logo {
    opacity: 0;
  }
  .header-wrap.is-show.scroll {
    background: #fff;
  }
  .gnb-wrap {
    position: absolute;
    height: calc(100vh - 72px);
    overflow-y: auto;
    overflow-x: hidden;
    top: 72px;
    left: 0;
    width: 100%;
    background: #fff;
    transform: translateY(-100%);
    margin-top: -72px;
  }
  .gnb-wrap > ul > li {
    padding: 0 4%;
    display: block;
  }
  .gnb-wrap > ul > li > a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    margin-left: 0;
  }
  .gnb-wrap > ul > li > a:after {
    content: "";
    display: none;
  }
  .gnb-wrap > ul > li > a .ico-arrow2 {
    display: inline-block;
  }
  .gnb-wrap > ul > li.is-active .sub-depth {
    display: block;
    opacity: 1;
    transform: translateX(0);
  }
  .gnb-wrap .sub-depth {
    display: block;
    height: calc(100vh - 72px);
    top: 0;
    margin-top: 0;
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 1;
  }
  .gnb-wrap .sub-depth .depth2 {
    padding: 0;
    margin-left: 0;
    width: 100%;
  }
  .gnb-wrap .sub-depth .depth2 ul {
    padding: 0 4%;
    border-top: 1px solid #f2f2f2;
  }
  .gnb-wrap .sub-depth .depth2 ul li {
    line-height: 1.5;
    margin-top: 30px;
  }
  .gnb-wrap .sub-depth .depth2 .btn-prev {
    display: inline-flex;
  }
  .gnb-wrap .sub-depth .banner-link {
    margin: 48px 4%;
    width: 92%;
    height: auto;
  }
  .gnb-wrap.mo-motion {
    margin-top: 0;
    transform: translateY(0);
    transition: all ease-in-out 0.5s;
  }
  .footer-wrap .footer-info .copy-area {
    float: inherit;
  }
  .footer-wrap .footer-sitemap .depth-1 {
    padding: 0;
  }
  .quick-top {
    display: none !important;
  }
  .quick-wrap {
    top: auto;
    bottom: 0;
    transform: inherit;
  }
  .quick-wrap .quick-menu {
    display: none;
  }
  .quick-wrap .quick-menu li a {
    border-bottom: 1px solid #333;
    background: #000000;
    flex-direction: column;
    padding: 16px 0;
  }
  .quick-wrap .quick-menu li a p {
    width: 100%;
    position: inherit;
    padding-left: 0;
    text-align: center;
    font-size: 11px;
    line-height: 1;
  }
  .quick-wrap .quick-menu li a .ico-box {
    width: 100%;
    height: 100%;
    margin-bottom: 8px;
  }
  .quick-wrap.active .quick-menu {
    display: block;
  }
  .quick-wrap .btn-quick {
    display: flex;
    z-index: 10;
  }
  .img-box .pc {
    display: none;
  }
  .img-box .mo {
    display: block;
  }
  .visual .visual-title {
    width: 92%;
    right: 4%;
    left: 4%;
    height: calc(100% - 72px);
  }
  .visual .visual-title .title {
    font-size: 27px;
    line-height: 42px;
  }
  .visual .visual-title .btn-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
  }
  .visual.sub .visual-title {
    position: initial;
    height: auto;
    margin: 33px 4% 0;
    word-break: keep-all;
  }
  .visual.sub .visual-title .title {
    color: #000000;
  }
  .visual.sub .visual-title .sub-title {
    color: #000000;
  }
}
@media (max-width: 768px) {
  .visual .visual-images:not(.mo) {
    display: none;  /*2024.06.28. none에서 block으로 변경*/
  }
  .visual .visual-images.mo {
    display: block;
    height: auto;
  }
  .visual .visual-images.mo::after {
    content: "";
    display: block;
    padding-bottom: 211.6667%;
  }

  .footer-wrap .footer-sitemap {
    margin-bottom: 105px;
  }
  .footer-wrap .footer-sitemap .depth-1 {
    padding: 0;
    flex-wrap: wrap;
  }
  .footer-wrap .footer-sitemap .depth-1 > li {
    width: 100%;
    border-top: 1px solid #808080;
    transition: all 0.5s ease-in-out;
    padding-right: 0;
  }
  .footer-wrap .footer-sitemap .depth-1 > li:first-child {
    border-top: none;
  }
  .footer-wrap .footer-sitemap .depth-1 > li > a {
    width: 100%;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 29px 0;
  }
  .footer-wrap .footer-sitemap .depth-1 > li.active .ico-arrow3 {
    transform: rotate(-135deg);
  }
  .footer-wrap .footer-sitemap .depth-1 .ico-arrow3 {
    opacity: 1;
  }
  .footer-wrap .footer-sitemap .depth-2 {
    display: none;
    margin-top: 0;
  }
  .footer-wrap .footer-sitemap .depth-2 ul {
    padding-left: 18px;
    padding-bottom: 29px;
  }
  .footer-wrap .footer-sitemap .active .depth-2 {
    display: block;
  }
  .footer-wrap .footer-info .copy-area {
    flex-wrap: wrap;
  }
  .footer-wrap .footer-info .copy-area .copyright {
    width: 100%;
  }
  .footer-wrap .footer-info .copy-area ul {
    margin-left: 0;
    margin-top: 35px;
  }
  .footer-wrap .footer-info .family-area li + li {
    margin-left: 15px;
  }
  .no-data {
    height: 300px;
  }
  .no-data .tit {
    font-size: 21px;
  }
}
[class^=ico-] {
  display: inline-block;
}

.ico-logo {
  width: 192px;
  height: 16px;
  background: url("../images/logo_B.svg") no-repeat;
  background-size: contain;
}

.ico-logo2 {
  width: 192px;
  height: 16px;
  background: url("../images/logo_G.svg") no-repeat;
  background-size: contain;
}

.ico-logo3 {
  width: 116px;
  height: 24px;
  background: url("../images/logo_approved.png") no-repeat;
  background-size: cover;
}

.ico-emission {
  width: 24px;
  height: 24px;
  background: url("../images/icon/ico-emission.svg") no-repeat;
  background-size: cover;
}

.ico-used-cars {
  width: 24px;
  height: 24px;
  background: url("../images/icon/ico-used-cars.png") no-repeat;
  background-size: cover;
}

.ico-consumption {
  width: 24px;
  height: 24px;
  background: url("../images/icon/ico-consumption.svg") no-repeat;
  background-size: cover;
}

.ico-call {
  width: 24px;
  height: 24px;
  background: url("../images/icon/ico-call.png") no-repeat;
  background-size: cover;
}

.ico-geofence {
  width: 24px;
  height: 24px;
  background: url("../images/icon/ico-geofence.png") no-repeat;
  background-size: cover;
}

.ico-time {
  width: 24px;
  height: 24px;
  background: url("../images/icon/ico-time.png") no-repeat;
  background-size: cover;
}

.ico-mail {
  width: 24px;
  height: 24px;
  background: url("../images/icon/ico-mail.png") no-repeat;
  background-size: cover;
}

.ico-down {
  width: 24px;
  height: 24px;
  background: url("../images/icon/ico-down.png") no-repeat;
  background-size: cover;
}

.ico-cancel {
  width: 24px;
  height: 24px;
  background: url("../images/icon/ico-cancel.png") no-repeat;
  background-size: cover;
}

.ico-play {
  width: 23px;
  height: 23px;
  background: url("../images/icon/ico-play.png") no-repeat;
  background-size: cover;
}

.ico-nodata {
  width: 45px;
  height: 45px;
  background: url("../images/icon/ico-nodata.png") no-repeat;
  background-size: cover;
}

.ico-apply {
  width: 16px;
  height: 23px;
  background: url("../images/icon/ico-apply.png") no-repeat;
  background-size: cover;
}

.ico-apply2 {
  width: 24px;
  height: 24px;
  background: url("../images/icon/ico-apply2.png") no-repeat;
  background-size: cover;
}

.ico-chat {
  width: 27px;
  height: 25px;
  background: url("../images/icon/ico-chat.png") no-repeat;
  background-size: cover;
}

.ico-close2 {
  width: 17px;
  height: 17px;
  background: url("../images/icon/ico-close.png") no-repeat;
  background-size: cover;
}

.ico-copy {
  width: 18px;
  height: 21.5px;
  background: url("../images/icon/ico-copy.png") no-repeat;
  background-size: cover;
}

.ico-logo4 {
  width: 80px;
  height: 49px;
  background: url("../images/icon/ico-logo.png") no-repeat;
  background-size: cover;
}

.ico-map {
  width: 45px;
  height: 45px;
  background: url("../images/icon/ico-map.png") no-repeat;
  background-size: cover;
}

.ico-mark {
  width: 39px;
  height: 49px;
  background: url("../images/icon/ico-mark.png") no-repeat;
  background-size: cover;
}

.ico-phone {
  width: 26px;
  height: 26px;
  background: url("../images/icon/ico-phone.png") no-repeat;
  background-size: cover;
}

.ico-sns {
  width: 48px;
  height: 48px;
  background: url("../images/icon/ico-sns.png") no-repeat;
  background-size: cover;
}

.ico-sns2 {
  width: 48px;
  height: 48px;
  background: url("../images/icon/ico-sns2.png") no-repeat;
  background-size: cover;
}

.ico-sns3 {
  width: 48px;
  height: 48px;
  background: url("../images/icon/ico-sns3.png") no-repeat;
  background-size: cover;
}

.ico-sns4 {
  width: 48px;
  height: 48px;
  background: url("../images/icon/ico-sns4.png") no-repeat;
  background-size: cover;
}

.ico-badge {
  width: 55px;
  height: 63px;
  background: url("../images/icon/ico-badge.png") no-repeat;
  background-size: cover;
}

.ico-badge2 {
  width: 55px;
  height: 63px;
  background: url("../images/icon/ico-badge2.png") no-repeat;
  background-size: cover;
}

.marker {
  display: inline-block;
  position: relative;
  padding: 7px 12px;
  background: #000;
  border-radius: 5px 0 5px 0;
}
.marker [class^=ico] {
  position: relative;
}
.marker [class^=ico] + [class^=ico] {
  display: block;
  margin-top: 3px;
}
.marker:before {
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px;
  border-color: transparent transparent transparent #000;
}

[class^=ico-quick] {
  width: 24px;
  height: 24px;
  background: url("../images/sp/sp_quick.png") no-repeat;
  background-size: cover;
}

[class^=ico-social] {
  width: 42px;
  height: 42px;
  background: url("../images/sp/sp_social.png") no-repeat;
  background-size: cover;
}

[class^=ico-model] {
  width: 48px;
  height: 48px;
  background: url("../images/sp/sp_model.png") no-repeat;
  background-size: cover;
}

[class^=ico-service] {
  width: 48px;
  height: 48px;
  background: url("../images/sp/sp_service.png") no-repeat;
  background-size: cover;
}

[class^=ico-care] {
  width: 48px;
  height: 48px;
  background: url("../images/sp/sp_care.png") no-repeat;
  background-size: cover;
}

.ico-quick2 {
  background-position-x: -24px;
}

.ico-social2 {
  background-position-x: -42px;
}

.ico-model2 {
  background-position-x: -48px;
}

.ico-service2 {
  background-position-x: -48px;
}

.ico-care2 {
  background-position-x: -48px;
}

.ico-quick3 {
  background-position-x: -48px;
}

.ico-social3 {
  background-position-x: -84px;
}

.ico-model3 {
  background-position-x: -96px;
}

.ico-service3 {
  background-position-x: -96px;
}

.ico-care3 {
  background-position-x: -96px;
}

.ico-quick4 {
  background-position-x: -72px;
}

.ico-social4 {
  background-position-x: -126px;
}

.ico-model4 {
  background-position-x: -144px;
}

.ico-service4 {
  background-position-x: -144px;
}

.ico-care4 {
  background-position-x: -144px;
}

.ico-quick5 {
  background-position-x: -96px;
}

.ico-social5 {
  background-position-x: -168px;
}

.ico-model5 {
  background-position-x: -192px;
}

.ico-service5 {
  background-position-x: -192px;
}

.ico-care5 {
  background-position-x: -192px;
}

.ico-quick6 {
  background-position-x: -120px;
}

.ico-social6 {
  background-position-x: -210px;
}

.ico-model6 {
  background-position-x: -240px;
}

.ico-service6 {
  background-position-x: -240px;
}

.ico-care6 {
  background-position-x: -240px;
}

.ico-arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ico-arrow2 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: transparent #000 #000 transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ico-arrow3 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.5s;
}

.ico-arrow4 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: transparent #000 #000 transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.5s;
}

.ico-close {
  position: relative;
}
.ico-close:after, .ico-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}
.ico-close:after {
  width: 13px;
  height: 1px;
}
.ico-close:before {
  width: 1px;
  height: 13px;
}

.ico-sign {
  width: 132px;
  height: 52px;
  background: url("../images/company/signature.jpg") no-repeat;
  background-size: cover;
}

.icon-circle, .icon-bg, .icon-tip, .icon-circle2 {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #b3b3b3;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.icon-toggle {
  transition: all 0.3s ease-in;
  position: relative;
}
.icon-toggle:after, .icon-toggle:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
.icon-toggle:after {
  width: 18px;
  height: 1px;
  margin-left: -8.5px;
}
.icon-toggle:before {
  width: 1px;
  height: 18px;
  margin-top: -8.5px;
}

.icon-circle2 {
  background: #000000;
}

.icon-tip {
  background: #000000;
  width: 24px;
  height: 24px;
}
.icon-tip .icon-plus {
  padding-top: 1px;
  margin-left: -0.5px;
  position: relative;
}
.icon-tip .icon-plus:after, .icon-tip .icon-plus:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
.icon-tip .icon-plus:after {
  width: 11px;
  height: 1px;
  margin-left: -5px;
}
.icon-tip .icon-plus:before {
  width: 1px;
  height: 11px;
  margin-top: -5px;
}

.tooltip {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 20px 0;
  font-size: 14px;
  color: #666666;
  text-align: center;
  display: none;
  position: relative;
}
.tooltip:before {
  content: "";
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: -10px;
  top: 17px;
}

[class^=ico-recruit] {
  width: 48px;
  height: 48px;
  background: url("../images/sp/sp_recruit.png") no-repeat;
  background-size: cover;
}

.ico-recruit2 {
  background-position-y: -48px;
}

.ico-recruit3 {
  background-position-y: -96px;
}

.ico-recruit4 {
  background-position-y: -144px;
}

.ico-recruit5 {
  background-position-y: -192px;
}

.ico-recruit6 {
  background-position-y: -240px;
}

.ico-recruit7 {
  background-position-y: -288px;
}

.ico-recruit8 {
  background-position-y: -336px;
}

.ico-recruit9 {
  background-position-y: -384px;
}

.ico-recruit10 {
  background-position-y: -432px;
}

.ico-recruit11 {
  background-position-y: -480px;
}

.ico-recruit12 {
  background-position-y: -528px;
}

.ico-recruit13 {
  background-position-y: -576px;
}

.ico-recruit14 {
  background-position-y: -624px;
}

.icon-bg {
  width: 144px;
  height: 144px;
  background: #f2f2f2;
}

.icon-list {
  display: flex;
}
.icon-list li {
  width: 20%;
  text-align: center;
  position: relative;
}
.icon-list li p {
  font-size: 16px;
  line-height: 1.5em;
}
.icon-list li strong {
  display: block;
  line-height: 1.5em;
  margin-bottom: 12px;
}
.icon-list li strong .en {
  display: block;
  font-size: 21px;
  font-weight: 700;
  font-family: "Audi", "NotoSans", Verdana, sans-serif;
}
.icon-list .icon-cont {
  margin-top: 24px;
  padding: 0 20px;
  word-break: keep-all;
}
.icon-list.v3 {
  justify-content: center;
}
.icon-list.v3 li p {
  font-size: 21px;
}
.icon-list.v3 li strong {
  margin-bottom: 6px;
}
.icon-list.v3 li .desc {
  font-size: 16px;
}
.icon-list.v3 li + li {
  margin-left: 48px;
}
.icon-list.v3 li + li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-style: solid;
  border-color: transparent #000 #000 transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: -36px;
  top: 30%;
}

@media all and (max-width: 1024px) {
  .marker {
    padding: 4px 6px;
  }
  .marker:before {
    bottom: -10px;
    border-width: 10px;
  }
  .marker [class^=ico] {
    background-size: cover;
    width: 12px;
    height: 12px;
  }
  .marker .ico-quick3 {
    background-position-x: -24px;
  }
  .marker .ico-quick4 {
    background-position-x: -36px;
  }
  [class^=ico-recruit] {
    width: 36px;
    height: 36px;
  }
  .ico-recruit2 {
    background-position-y: -36px;
  }
  .ico-recruit3 {
    background-position-y: -72px;
  }
  .ico-recruit4 {
    background-position-y: -108px;
  }
  .ico-recruit5 {
    background-position-y: -144px;
  }
  .ico-recruit6 {
    background-position-y: -180px;
  }
  .ico-recruit7 {
    background-position-y: -216px;
  }
  .ico-recruit8 {
    background-position-y: -252px;
  }
  .ico-recruit9 {
    background-position-y: -288px;
  }
  .ico-recruit10 {
    background-position-y: -324px;
  }
  .ico-recruit11 {
    background-position-y: -360px;
  }
  .ico-recruit12 {
    background-position-y: -396px;
  }
  .ico-recruit13 {
    background-position-y: -432px;
  }
  .ico-recruit14 {
    background-position-y: -468px;
  }
  .icon-bg {
    width: 96px;
    height: 96px;
  }
  .icon-list {
    flex-wrap: wrap;
  }
  .icon-list li {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .icon-list li + li {
    margin-top: 33px;
  }
  .icon-list .icon-cont {
    display: inline-block;
    width: calc(100% - 100px);
    padding-right: 0;
    margin-top: 0;
  }
  .icon-list.v2 li {
    align-items: flex-start;
  }
  .icon-list.v3 li + li {
    margin-left: 0;
  }
  .icon-list.v3 li + li:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-style: solid;
    border-color: transparent #000 #000 transparent;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top: -26px;
    margin-left: -7px;
  }
  .ico-badge, .ico-badge2 {
    width: 42px;
    height: 48px;
  }
}
.slick-slider .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  z-index: 9;
  transition: all 0.3s ease-in;
}
.slick-slider .slick-arrow:before {
  content: "";
  display: inline-flex;
  width: 11px;
  height: 20px;
  background: url("../images/icon/icon-forward.png") no-repeat;
  background-size: cover;
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.slick-slider .slick-prev {
  left: -40px;
  right: auto;
}
.slick-slider .slick-prev:before {
  transform: rotate(180deg);
}
.slick-slider .slick-dots {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.slick-slider .slick-dots .slick-active button {
  background: #000000;
}
.slick-slider .slick-dots li {
  margin: 0 5px;
}
.slick-slider .slick-dots li button {
  display: block;
  width: 20px;
  height: 8px;
  font-size: 0;
  background: #cccccc;
}

.model-nav [class^=swiper-button] {
  width: 54px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  transition: all 0.3s;
  background: #fff;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.model-nav [class^=swiper-button]:before {
  content: "";
  display: inline-flex;
  width: 11px;
  height: 20px;
  background: url("../images/icon/icon-forward.png") no-repeat;
  background-size: cover;
  margin-top: 35px;
}
.model-nav [class^=swiper-button]:after {
  content: "";
  width: 1px;
  height: 95px;
  background: #b3b3b3;
  position: absolute;
  left: 0;
  top: 0;
}
.model-nav .swiper-button-prev {
  left: 0;
  border-left: none;
}
.model-nav .swiper-button-prev:before {
  transform: rotate(180deg);
}
.model-nav .swiper-button-prev:after {
  right: 0;
  left: auto;
}
.model-nav .swiper-button-disabled {
  opacity: 0;
}

@media all and (max-width: 1024px) {
  .slick-slider .slick-arrow {
    right: -2.5%;
  }
  .slick-slider .slick-prev {
    left: -2.5%;
  }
}
.gallery-slide {
  position: relative;
  margin-bottom: 12px;
}
.gallery-slide .gallery-item {
  width: 100%;
}
.gallery-slide .gallery-item figure {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.gallery-nav {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
.gallery-nav .gallery-list {
  margin: 0 3px;
  border: 1px solid transparent;
}
.gallery-nav .gallery-list figure {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.gallery-nav .slick-current {
  border-color: #000000;
}
.gallery-nav .slick-arrow {
  transform: none;
  top: auto;
  bottom: 0;
  right: 0;
}
.gallery-nav .slick-arrow:before {
  width: 6px;
  height: 13px;
  background-size: contain;
}
.gallery-nav .slick-prev {
  left: 0;
  right: auto;
}

.btn-wrap {
  margin-top: 30px; /*2024-05-13. Dylan. 전체적으로 wrap의 간격을줄이려면여기를 수정 */
}
.btn-wrap [class^=btn-type] + [class^=btn-type] {
  margin-left: 4px;
}

[class^=btn-type] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 56px;
  font-weight: 500;
  background: #fff;
  color: #000000;
  font-size: 16px;
}

.btn-type2 {
  background: #000000;
  color: #fff;
}

[class^=btn-type-brd] {
  border: 1px solid #000000;
}

.btn-type-brd2 {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.btn-more:after {
  content: "";
  margin-left: 10px;
  vertical-align: 2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: transparent #000000 #000000 transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-more.v2 {
  color: #fff;
}
.btn-more.v2:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-detail-close {
  width: 48px;
  height: 48px;
  background: #000000;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-toggle {
  display: flex;
  align-items: center;
  font-size: 21px;
  color: #fff;
}
.btn-toggle:after {
  content: "";
  margin-left: 14px;
  margin-top: -4px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: 66% 66%;
  transition: all 0.4s ease-in-out;
}
.btn-toggle.active:after {
  transform: rotate(-135deg);
}

.btn-option {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  color: #fff;
  border: 1px solid #fff;
  font-family: "Audi", "NotoSans", Verdana, sans-serif;
}
.btn-option.active {
  background: #fff;
  color: #000000;
}

.tab-type {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.tab-type li {
  position: relative;
  display: table-cell;
  width: 12.5%;
}
.tab-type li a {
  display: block;
  width: 100%;
  height: 56px;
  background: #000000;
  color: #fff;
  text-align: center;
  line-height: 56px;
}
.tab-type li.active a {
  background: #e5e5e5;
  color: #000000;
}
.tab-type li + li:before {
  content: "";
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tab-type2 {
  display: flex;
  justify-content: center;
}
.tab-type2 li {
  margin: 0 16px;
}
.tab-type2 li a {
  display: block;
  font-size: 16px;
}
.tab-type2 li.active a {
  text-decoration: underline;
  text-underline-position: under;
  font-weight: 700;
}

.tab-type3 {
  display: flex;
  justify-content: left;
}
.tab-type3 li {
  margin: 0 35px;
}
.tab-type3 li:first-child {
  margin-left: 0;
}
.tab-type3 li a {
  display: block;
  position: relative;
  padding-bottom: 23px;
  font-size: 24px;
}
.tab-type3 li a:after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000000;
}
.tab-type3 li.active {
  font-weight: 700;
}
.tab-type3 li.active a:after {
  display: block;
}

.mo-show {
  display: none;
}

@media (hover: hover) {
  .btn-option:hover {
    background: #fff;
    color: #000000;
  }
  .tab-type li:hover a {
    background: #e5e5e5;
    color: #000000;
  }
}
@media (max-width: 768px) {
  .btn-wrap [class^=btn-type] + [class^=btn-type] {
    margin-left: 0;
    margin-top: 6px;
  }
  .mo-show {
    display: block;
  }
  [class^=btn-type] {
    width: 100%;
  }
  [class^=btn-type].mo-show {
    display: inline-flex;
  }
  .tab-type3 li a {
    padding-bottom: 20px;
    font-size: 21px;
  }
  .list-tab-toggle {
    position: relative;
  }
  .list-tab-toggle .btn-tab-toggle {
    position: relative;
    padding-left: 71px;
    justify-content: start;
    line-height: 56px;
  }
  .list-tab-toggle .btn-tab-toggle .ico-toggle {
    position: absolute;
    left: 26px;
    top: 50%;
    margin-top: -5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .list-tab-toggle .btn-tab-toggle .ico-close {
    display: none;
    position: absolute;
    left: 30px;
    top: 50%;
  }
  .list-tab-toggle .btn-tab-toggle .ico-close:after, .list-tab-toggle .btn-tab-toggle .ico-close:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background: #fff;
  }
  .list-tab-toggle .btn-tab-toggle .ico-close:after {
    width: 12px;
    height: 1px;
  }
  .list-tab-toggle .btn-tab-toggle .ico-close:before {
    width: 1px;
    height: 12px;
  }
  .list-tab-toggle .btn-tab-toggle:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 55px;
    width: 1px;
    height: 100%;
    background: #333;
  }
  .list-tab-toggle .tab-list {
    display: none;
    position: absolute;
    left: 0;
    top: 56px;
    z-index: 1;
  }
  .list-tab-toggle.open .tab-list {
    display: block;
  }
  .list-tab-toggle.open .ico-toggle {
    display: none;
  }
  .list-tab-toggle.open .ico-close {
    display: block;
  }
  .tab-type li {
    display: block;
    width: 100%;
    text-align: left;
  }
  .tab-type li a {
    height: 56px;
    padding-left: 16px;
    border-bottom: 1px solid #c2c2c2;
    background: #f2f2f2;
    color: #000000;
    line-height: 56px;
    text-align: left;
  }
  .tab-type li.active a {
    background: #d9d9d9;
    color: #f50537;
  }
  .tab-type li:before {
    display: none;
  }
}
.pop-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  justify-content: center;
  align-items: center;
}
.pop-layer.active {
  display: flex !important;
}
.pop-layer .dim {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.pop-layer .pop-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  max-width: 1440px;
  max-height: 1080px;
  width: 1440px;
  height: 90vh;
  margin: 0 4%;
  z-index: 2;
}
.pop-layer .pop-content {
  padding: 4%;
}
.pop-layer .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.pop-layer.pop-full {
  align-items: initial;
}
.pop-layer.pop-full .dim {
  display: none;
}
.pop-layer.pop-full .pop-wrap {
  display: block;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100vh;
  margin: 0;
  background: transparent;
}

.pop-alert .pop-wrap {
  width: 543px;
  max-width: 543px;
  max-height: initial;
  height: auto;
  padding: 70px 0;
}
.pop-alert .pop-wrap .pop-content {
  padding: 0;
  text-align: center;
}
.pop-alert .pop-wrap .pop-content strong {
  display: block;
  font-size: 24px;
}
.pop-alert .pop-wrap .pop-content p {
  margin-top: 30px;
  line-height: 24px;
  word-break: keep-all;
}

#pop-finder {
  background: #1a1a1a;
  overflow: hidden;
}
#pop-finder .inner-box {
  width: 100%;
}
#pop-finder .title-type {
  font-size: 21px;
  font-weight: 500;
  color: #b3b3b3;
  margin-bottom: 30px;
}
#pop-finder .finder-toggle {
  background: #000000;
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  transition-delay: 1.3s;
}
#pop-finder .finder-toggle .btn-toggle {
  width: 100%;
  padding: 24px 0;
}
#pop-finder .finder-result {
  padding-top: 54px;
  height: calc(100vh - 177px);
  overflow-y: auto;
}
#pop-finder .filter-checkbox {
  margin-bottom: 60px;
}
#pop-finder .filter-checkbox ul {
  display: flex;
  flex-wrap: wrap;
}
#pop-finder .filter-checkbox ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
#pop-finder .finder-button {
  background: #000000;
  position: fixed;
  bottom: -108px;
  right: 0;
  width: 100%;
  text-align: center;
  padding: 26px 4%;
  transition: bottom 700ms cubic-bezier(0.21, 0.55, 0.43, 1);
  transition-delay: 0.52s;
}
#pop-finder .finder-button .btn-type-brd2 {
  width: 100%;
  max-width: 600px;
}
#pop-finder .filter-range {
  display: flex;
  justify-content: space-between;
}
#pop-finder .filter-range .range-box {
  width: 48%;
  max-width: 650px;
}
#pop-finder .filter-range .range-box .range-value {
  margin-bottom: 13px;
  text-align: right;
  font-size: 16px;
  color: #fff;
}
#pop-finder:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 4;
  transition-property: bottom;
}
#pop-finder.active:before {
  bottom: -100%;
}
#pop-finder.active .btn-toggle:after {
  transform: rotate(-135deg);
}
#pop-finder.active .finder-button {
  bottom: 0;
}

#pop-size .pop-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 922px;
}
#pop-size .title-type2 {
  margin-bottom: 66px;
}
#pop-size .size-wrap .size-item {
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
#pop-size .size-wrap .size-item img {
  width: 100%;
}
#pop-size .size-wrap .size-item.active {
  visibility: visible;
  height: 100%;
  opacity: 1;
}
#pop-size .tab-type2 {
  margin-top: 42px;
  font-family: "Audi", "NotoSans", Verdana, sans-serif;
}

#pop-video .pop-wrap {
  background: none;
  width: 960px;
  height: auto;
  margin: 0;
}
#pop-video .pop-wrap .pop-content {
  width: 100%;
  padding: 0;
}
#pop-video .pop-wrap .pop-content .pop-player {
  overflow: hidden;
  background: #000000;
  height: 540px;
}
#pop-video .pop-wrap .pop-content .pop-player iframe {
  width: 100%;
  height: 100%;
}
#pop-video .pop-wrap .btn-close {
  right: 7px;
  top: -35px;
}
#pop-video .pop-wrap .btn-close .ico-close:after, #pop-video .pop-wrap .btn-close .ico-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}
#pop-video .pop-wrap .btn-close .ico-close:after {
  width: 18px;
  height: 1px;
}
#pop-video .pop-wrap .btn-close .ico-close:before {
  width: 1px;
  height: 18px;
}

.pop-main {
  width: auto;
  height: auto;
  position: absolute;
  top: 100px;
  left: 2%;
}
.pop-main .pop-wrap {
  display: block;
  max-width: 420px;
  max-height: 705px;
  height: auto;
  width: 420px;
}
.pop-main .pop-wrap .pop-content {
  padding: 0;
}
.pop-main .pop-wrap .pop-footer {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white; /*2024.05.03. by dylan*/
}
.pop-main .pop-wrap .pop-footer .chk-box label {
  color: #000000;
}
.pop-main .pop-wrap .btn-close {
  position: inherit;
  width: 108px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .pop-layer {
    align-items: flex-start;
  }
  .pop-layer .pop-wrap {
    width: 100%;
    height: 70vh;
    margin: 0;
  }
  .pop-layer.type2 {
    align-items: center;
  }
  .pop-layer.type2 .pop-wrap {
    width: 92%;
  }
  .pop-alert {
    align-items: center;
  }
  .pop-alert .pop-wrap {
    margin: 0 15px;
    padding: 35px;
    height: auto;
  }
  #pop-finder .finder-result {
    padding-bottom: 113px;
  }
  #pop-finder .filter-range {
    flex-wrap: wrap;
  }
  #pop-finder .filter-range .range-box {
    width: 100%;
  }
  #pop-finder .filter-range .range-box + .range-box {
    margin-top: 40px;
  }
  #pop-size .tab-type2 li {
    margin: 0 10px;
  }
  #pop-map .pop-wrap {
    height: 200px;
  }
  #pop-video .pop-wrap {
    width: 100%;
    height: 100%;
  }
  #pop-video .pop-wrap .pop-content {
    position: relative;
  }
  #pop-video .pop-wrap .pop-content .pop-player {
    position: relative;
    height: auto;
    padding-top: 56.25%;
  }
  #pop-video .pop-wrap .pop-content .pop-player iframe {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  #pop-video .pop-wrap .btn-close {
    right: 15px;
  }
  .pop-main {
    position: fixed;
    top: 100px;
    left: 0 !important;
    align-items: center;
  }
  .pop-main .pop-wrap {
    margin: 0 4%;
    width: 92%;
  }
}
[class^=select-type] .label {
  display: block;
  font-size: 13px;
  color: #b3b3b3;
}

.nice-select {
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  outline: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #fff;
  border-bottom: 1px solid #b3b3b3;
  font-family: "Audi", "NotoSans", Verdana, sans-serif;
}
.nice-select:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  margin-top: -5px;
  position: absolute;
  right: 3px;
  top: 50%;
  transform-origin: 66% 66%;
  transition: all 0.15s ease-in-out;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
}
.nice-select .list {
  background-color: #e5e5e5;
  border-top: 1px solid #fff;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transition: all 0.2s ease-out;
  z-index: 9;
  cursor: pointer;
  max-height: 240px;
  overflow-y: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent;
}
.nice-select .list .option {
  cursor: pointer;
  line-height: 48px;
  min-height: 48px;
  outline: none;
  padding-left: 40px;
  text-align: left;
  transition: all 0.2s;
  font-size: 16px;
  color: #000000;
}
.nice-select .list .option:hover, .nice-select .list .option.focus, .nice-select .list .option.selected.focus, .nice-select .list .option.selected {
  background-color: #b3b3b3;
}

.select-type2 .nice-select {
  border-color: #000000;
  color: #000000;
}
.select-type2 .nice-select:after {
  border-color: #0b0b0b;
}

.range-slider {
  position: relative;
  height: 26px;
}

.range-slider__input {
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.range-slider__input:focus {
  outline: none;
}
.range-slider__input::-moz-focus-outer {
  border: 0;
}
.range-slider__input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background-color: #333333;
}
.range-slider__input::-webkit-slider-thumb {
  width: 26px;
  height: 26px;
  margin-top: -12px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #1a1a1a;
  cursor: pointer;
  appearance: none;
}
.range-slider__input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
}
.range-slider__input::-moz-range-thumb {
  width: 26px;
  height: 26px;
  margin-top: -12px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #1a1a1a;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
}
.range-slider__input::-ms-track {
  width: 100%;
  height: 26px;
  border-color: transparent;
  border-width: 1px 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  box-sizing: border-box;
}
.range-slider__input::-ms-fill-lower {
  background: #fff;
  border-radius: 0;
  height: 2px;
  box-sizing: border-box;
}
.range-slider__input::-ms-fill-upper {
  background: #333;
  border-radius: 0;
  height: 2px;
  box-sizing: border-box;
}
.range-slider__input::-ms-thumb {
  width: 24px;
  height: 24px;
  margin-top: 0;
  border: 10px solid #fff;
  box-shadow: 0 0 0 1px #fff;
  border-radius: 50%;
  background: #1a1a1a;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
}

.range-slider__dots {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
.range-slider__dots span {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
}

input[type=text].input-type,
input[type=submit].input-type,
input[type=password].input-type,
input[type=search].input-type,
input[type=number].input-type,
input[type=reset].input-type,
input[type=email].input-type, input[type=tel].input-type,
input[type=search].input-type,
input[type=file].input-type,
input[type=email].input-type,
input[type=tel].input-type {
  border: 0;
  border-bottom: 1px solid #000000;
  padding-left: 0;
}

textarea {
  border: 1px solid #000000;
}

.chk-box {
  display: inline-block;
  text-align: left;
}
.chk-box input[type=checkbox], .chk-box input[type=radio] {
  display: none;
}
.chk-box label {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  font-size: 15px;
  color: #999999;
}
.chk-box label span {
  color: #f50537;
}
.chk-box label.v2 {
  width: calc(100% - 40px);
}
.chk-box .checkbox {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  margin-right: 4px;
  background: #fff;
  border: 1px solid #999999;
}
.chk-box input[type=checkbox] + .checkbox:before, .chk-box input[type=checkbox] + .checkbox:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  border-radius: 15px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.chk-box input[type=checkbox] + .checkbox:before {
  -webkit-transform: translate(5px, 10px) rotate(45deg);
  transform: translate(5px, 10px) rotate(45deg);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  width: 7px;
}
.chk-box input[type=checkbox] + .checkbox:after {
  -webkit-transform: translate(9px, 15px) rotate(-45deg);
  transform: translate(9px, 15px) rotate(-45deg);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  width: 13px;
}
.chk-box input[type=checkbox]:checked ~ .checkbox:before, .chk-box input[type=checkbox]:checked ~ .checkbox:after {
  background: #000;
}
.chk-box.selected input[type=checkbox] + .checkbox {
  border-color: #000000;
}
.chk-box.selected label {
  color: #000000;
}
.chk-box + .chk-box {
  margin-left: 30px;
}
.chk-box.v2 {
  width: 50%;
  border: 1px solid #808080;
  transition: 0.3s ease-out;
  text-align: center;
}
.chk-box.v2 label {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #808080;
  transition: 0.3s ease-out;
  padding: 15px 0;
}
.chk-box.v2 + .chk-box {
  margin-left: 10px;
}
.chk-box.v2 .checkbox {
  width: 15px;
  height: 15px;
  display: none;
}
.chk-box.v2.selected {
  border: 1px solid #444444;
}
.chk-box.v2.selected label {
  color: #444444;
}
.chk-box.v3 label {
  font-size: 13px;
  line-height: 18px;
}
.chk-box.v3 .checkbox {
  width: 20px;
  height: 20px;
}
.chk-box.v3 input[type=checkbox] + .checkbox:before {
  -webkit-transform: translate(4px, 8px) rotate(45deg);
  transform: translate(4px, 8px) rotate(45deg);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  width: 6px;
}
.chk-box.v3 input[type=checkbox] + .checkbox:after {
  -webkit-transform: translate(8px, 12px) rotate(-45deg);
  transform: translate(8px, 12px) rotate(-45deg);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  width: 10px;
}
.chk-box.v3 input[type=radio] + .checkbox {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  border: 1px solid #808080;
  margin: 0;
}
.chk-box.v3 input[type=radio] + .checkbox:before, .chk-box.v3 input[type=radio] + .checkbox:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #808080;
  border-radius: 15px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.chk-box.v3 input[type=radio] + .checkbox:before {
  -webkit-transform: translate(12px, 20px) rotate(45deg);
  transform: translate(12px, 20px) rotate(45deg);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  width: 11px;
}
.chk-box.v3 input[type=radio] + .checkbox:after {
  -webkit-transform: translate(-2px, 6px) rotate(-45deg);
  transform: translate(-2px, 6px) rotate(-45deg);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  width: 18px;
}
.chk-box.v3 input[type=radio] + .checkbox + label {
  display: none;
}
.chk-box.v3 input[type=radio]:checked ~ .checkbox:before, .chk-box.v3 input[type=radio]:checked ~ .checkbox:after {
  background: #f50537;
}
.chk-box.v3.selected input[type=radio] + .checkbox {
  border-color: #f50537;
}
.chk-box.v4 label {
  font-size: 13px;
  line-height: 18px;
}
.chk-box.v4 .checkbox {
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.chk-box.v4 input[type=checkbox] + .checkbox:before {
  -webkit-transform: translate(6px, 10px) rotate(45deg);
  transform: translate(6px, 10px) rotate(45deg);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  width: 6px;
  background: #808080;
}
.chk-box.v4 input[type=checkbox] + .checkbox:after {
  -webkit-transform: translate(10px, 14px) rotate(-45deg);
  transform: translate(10px, 14px) rotate(-45deg);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  width: 10px;
  background: #808080;
}
.chk-box.v4 input[type=checkbox]:checked ~ .checkbox:before, .chk-box.v4 input[type=checkbox]:checked ~ .checkbox:after {
  background: #f50537;
}
.chk-box.v4.selected input[type=checkbox] + .checkbox {
  border-color: #f50537;
}
.chk-box.v4.selected label {
  color: #000;
}
.chk-box.v-color label {
  font-size: 16px;
  color: #444444;
}
.chk-box.v-color.selected input[type=checkbox] + .checkbox {
  border-color: #f50537;
  background: #f50537;
}
.chk-box.v-color input[type=checkbox]:checked ~ .checkbox:before, .chk-box.v-color input[type=checkbox]:checked ~ .checkbox:after {
  background: #FFF;
}
.chk-box.v-color input[type=radio] + .checkbox {
  border-radius: 100%;
  width: 23px;
  height: 23px;
  border: 1px solid #999999;
}
.chk-box.v-color input[type=radio] + .checkbox:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 7px;
  height: 7px;
  background: #999999;
  border-radius: 100%;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.chk-box.v-color input[type=radio]:checked ~ .checkbox:after {
  transform: translate(-50%, -50%) scale(1);
  background: #444444;
  width: 12px;
  height: 12px;
}
.chk-box.v-color2 label {
  font-size: 16px;
  color: #444444;
}
.chk-box.v-color2.selected input[type=checkbox] + .checkbox {
  border-color: #444444;
  background: #444444;
}
.chk-box.v-color2 input[type=checkbox]:checked ~ .checkbox:before, .chk-box.v-color2 input[type=checkbox]:checked ~ .checkbox:after {
  background: #FFF;
}
.chk-box input[type=checkbox]:checked ~ .checkbox:before,
.chk-box input[type=radio]:checked ~ .checkbox:before {
  transition-delay: 0ms;
}
.chk-box input[type=checkbox]:checked ~ .checkbox:after,
.chk-box input[type=radio]:checked ~ .checkbox:after {
  transition-delay: 100ms;
}

.form-area .row {
  display: flex;
  margin-bottom: 70px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.form-area .row label {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.form-area .row label .essential {
  margin-left: 4px;
}
.form-area .row .form-item {
  width: 49%;
}
.form-area .row .form-item:first-child {
  margin-right: 2%;
}
.form-area .row .form-item .form-box {
  position: relative;
  margin-top: 20px;
}
.form-area .row .form-item .form-box .guide-txt {
  font-size: 13px;
  margin-top: 12px;
  position: absolute;
  right: 0;
}
.form-area .row .form-item.col2 {
  display: flex;
  flex-wrap: wrap;
}
.form-area .row .form-item.col2 label {
  width: 100%;
}
.form-area .row .form-item.col2 .form-box {
  width: 48%;
  margin-right: 4%;
}
.form-area .row .form-item.col2 .form-box:last-child {
  margin-right: 0;
}
.form-area .row .text-area {
  width: 100%;
  margin-top: 28px;
}
.form-area .row .text-area .number {
  margin-top: 14px;
  font-size: 13px;
  text-align: right;
}
.form-area .row:last-child {
  display: block;
}
.form-area .row .btn-file {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 56px;
  font-weight: 500;
  background: #fff;
  color: #000000;
  font-size: 16px;
  border: 1px solid #000000;
}

.agree-area .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.agree-area dl {
  border: 1px solid #d9d9d9;
}
.agree-area dl dt {
  display: block;
  position: relative;
  height: 56px;
  padding-left: 18px;
  line-height: 53px;
}
.agree-area dl dt label {
  color: #000000;
}
.agree-area dl dt a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
}
.agree-area dl dt a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  margin: -5px 0 0 -5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: transparent #000000 #000000 transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.agree-area dl dd {
  display: none;
  border-top: 1px solid #d9d9d9;
  background: #f2f2f2;
  padding: 18px;
  height: 108px;
}
.agree-area dl dd .agree-box {
  height: 100%;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.5em;
}
.agree-area dl dd .agree-box .tit,
.agree-area dl dd .agree-box strong {
  font-weight: 600;
  display: block;
  font-size: 16px;
  margin: 10px 0;
}
.agree-area dl.open dt a:after {
  margin-top: -2px;
  transform: rotate(-135deg);
}
.agree-area dl.open dd {
  display: block;
}

@media (max-width: 768px) {
  .form-area .row {
    display: block;
  }
  .form-area .row .form-item {
    width: 100%;
  }
  .form-area .row .form-item:first-child {
    margin-bottom: 70px;
    margin-right: 0;
  }
  .form-area .row .form-item.col2 {
    display: flex;
    flex-wrap: wrap;
  }
  .form-area .row .form-item.col2:first-child {
    margin-bottom: 0;
  }
  .form-area .row .form-item.col2:first-child .form-box {
    margin-top: 20px;
  }
  .form-area .row .form-item.col2:first-child .form-box:last-child {
    margin-top: 70px;
  }
  .form-area .row .form-item.col2 .form-box {
    width: 100%;
    margin-right: 0;
    margin-top: 70px;
  }
  .form-area .row .btn-file {
    width: 100%;
  }
}
.table-wrap .title-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 18px;
}
.table-wrap .title-box .side {
  font-size: 14px;
}
.table-wrap table {
  border-spacing: 6px 0;
  border-collapse: separate;
}
.table-wrap table th, .table-wrap table td {
  padding: 16px 0 28px;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  word-break: keep-all;
}
.table-wrap table thead th {
  border-top: 3px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight: 700;
  line-height: 20px;
}
.table-wrap table thead tr + tr th {
  border-top: none;
}
.table-wrap table tbody th, .table-wrap table tbody td {
  border-bottom: 1px solid #000000;
}
.table-wrap table tbody th {
  font-weight: 700;
}
.table-wrap + .table-wrap {
  margin-top: 98px;
}
.table-wrap.row th {
  border-top: 3px solid #000000;
  border-bottom: none;
  font-weight: 700;
  line-height: 20px;
}
.table-wrap.row tr:first-child td {
  border-top: 1px solid #000000;
}

.faq-wrap {
  border-top: 1px solid #cccccc;
}
.faq-wrap dl {
  border-bottom: 1px solid #cccccc;
}
.faq-wrap dl dt {
  position: relative;
}
.faq-wrap dl dt a {
  position: relative;
  padding: 24px 50px;
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.429em;
}
.faq-wrap dl dt a:before {
  content: "Q.";
  position: absolute;
  left: 23px;
  top: 23px;
}
.faq-wrap dl dt:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-style: solid;
  border-color: transparent #000 #000 transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.5s;
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -4.5px;
}
.faq-wrap dl dd {
  display: none;
  border-top: 1px solid #cccccc;
  padding: 24px;
  background: #f2f2f2;
  font-size: 16px;
  line-height: 1.5em;
}
.faq-wrap dl.active dt:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.board-area {
  display: flex;
  flex-wrap: wrap;
}
.board-area .board-list {
  width: 30%;
}
.board-area .board-content {
  width: 70%;
  padding-left: 40px;
}
.board-area .board-content li {
  display: none;
}
.board-area .board-content li.is-show {
  display: block;
}
.board-area .board-detail {
  display: none;
}
.board-area .board-tab {
  border: 1px solid #d9d9d9;
}
.board-area .board-tab > a {
  font-size: 16px;
  line-height: 1.429em;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.board-area .board-tab > a .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  height: 30px;
  word-break: break-all;
}
.board-area .board-tab + .board-tab {
  border-top: none;
}
.board-area .board-tab.is-show > a {
  background: #000000;
  color: #fff;
}
.board-area .data-type .board-tab > a {
  font-family: "Audi", sans-serif;
  padding-top: 25px;
  padding-bottom: 25px;
}
.board-area .data-type .board-tab > a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: transparent #000 #000 transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.board-area .data-type .board-tab.is-show > a:after {
  content: "";
  border-color: transparent #fff #fff transparent;
}
.board-area .data-option .data-item {
  border-top: 1px solid #d9d9d9;
}
.board-area .data-option .data-item:first-child {
  border-top-color: #000000;
}
.board-area .data-option .data-item.is-active .icon-toggle:before {
  content: "";
  display: none;
}
.board-area .data-option .data-item dt a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 21px;
  padding: 24px 4%;
  font-family: "Audi", "NotoSans", Verdana, sans-serif;
}
.board-area .data-option .data-item dt a span {
  width: calc(100% - 55px);
}
.board-area .data-option .data-item dt a .icon-circle, .board-area .data-option .data-item dt a .icon-circle2, .board-area .data-option .data-item dt a .icon-tip, .board-area .data-option .data-item dt a .icon-bg {
  width: 44px;
  margin-left: 10px;
}
.board-area .data-option .data-item dd {
  display: none;
  background: #f2f2f2;
  border-top: 1px solid #d9d9d9;
  padding: 24px 0;
}
.board-area .data-option .data-item .option-item {
  padding: 0 4%;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board-area .data-option .data-item .option-item:first-child {
  margin-top: 0;
}
.board-area .data-option .data-item .option-item .tooltip-box {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}
.board-area .data-option .data-item .option-item .tooltip-box .tooltip {
  position: absolute;
  left: 100%;
  top: -43%;
  margin-left: 20px;
  width: 170px;
}
.board-area .data-option .data-item .option-item .tit {
  display: flex;
  align-items: center;
}
.board-area .board-title {
  border-top: 1px solid #000000;
  padding: 48px 4%;
}
.board-area .board-title .title-wrap {
  line-height: 1.4em;
  font-size: 30px;
}
.board-area .board-title .info-type {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.board-area .board-title .info-type .side {
  color: #999999;
}
.board-area .board-editer {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 48px 4%;
  line-height: 1.429em;
  word-break: break-word;
}
.board-area .board-editer .img-box {
  margin: 0 -4% 24px;
  text-align: center;
}
.board-area .board-editer table {
  width: 100% !important;
  table-layout: fixed;
}
.board-area .board-editer table col,
.board-area .board-editer table td, .board-area .board-editer table th {
  width: auto !important;
  word-break: break-word !important;
}
.board-area .board-editer p {
  word-break: break-word !important;
}
.board-area .pager-wrap {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board-area .pager-wrap > a {
  font-size: 0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.board-area .pager-wrap > a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-style: solid;
  border-color: transparent #000 #000 transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.board-area .pager-wrap .btn-next:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-style: solid;
  border-color: transparent #000 #000 transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.board-area .pager-wrap .current {
  font-family: "Audi", "NotoSans", Verdana, sans-serif;
  font-size: 21px;
  color: #999999;
}
.board-area .pager-wrap .current .active {
  color: #000000;
}

@media all and (max-width: 1440px) {
  .board-area .board-detail {
    width: calc(70% - 20px);
  }
  .board-area .data-option .data-item dt a span {
    font-size: 21px;
    line-height: 30px;
  }
  .board-area .data-option .data-item .option-item {
    flex-wrap: wrap;
  }
  .board-area .data-option .data-item .option-item > div {
    width: 100%;
  }
  .board-area .data-option .data-item .option-item p {
    width: 100%;
  }
  .board-area .data-option .data-item .option-item .tooltip-box .icon-tip {
    position: absolute;
    top: -12px;
  }
  .board-area .data-option .data-item .option-item .tooltip-box .tooltip {
    margin-left: 0;
    margin-top: 20px;
    transform: translateX(-40%);
    left: 50%;
    top: 10px;
  }
  .board-area .data-option .data-item .option-item .tooltip-box .tooltip:before {
    border: 10px solid transparent;
    border-top: none;
    border-bottom-color: #fff;
    left: 50%;
    top: -10px;
    transform: translateX(-10px);
  }
  .board-area .data-option .data-item .option-item .sub {
    font-weight: 600;
    margin-top: 10px;
  }
}
@media all and (max-width: 1024px) {
  .board-area .board-list {
    width: 100%;
    background: #fff;
  }
  .board-area .board-content {
    display: none;
  }
  .board-area .board-detail {
    background: #fff;
    width: 100%;
  }
  .board-area .board-tab > a {
    color: #000000;
    margin: 0 4%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .board-area .board-tab > a:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-color: transparent #000 #000 transparent;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .board-area .board-tab > a .title {
    width: 90%;
  }
  .board-area .board-tab.is-show {
    background: #000000;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .board-area .board-tab.is-show > a:after {
    content: "";
    border-color: transparent #fff #fff transparent;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: all ease-in 0.3s;
  }
  .board-area .board-tab.is-show .board-detail {
    display: block;
  }
  .board-area .data-type .board-tab {
    border: none;
    background: #000000;
  }
  .board-area .data-type .board-tab > a {
    color: #fff;
    border-bottom: 1px solid #333;
  }
  .board-area .data-type .board-tab > a:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 15px;
    margin-top: -3px;
  }
  .board-area .data-type .board-tab.is-show > a:after {
    content: "";
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .board-area .data-type .board-tab:last-child > a {
    border-bottom: none;
  }
  .board-area .data-type:last-child {
    border-bottom: 1px solid #d9d9d9;
  }
  .board-area .board-editer {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .table-wrap .title-box {
    display: block;
  }
  .table-wrap .title-box .side {
    display: block;
    text-align: right;
    margin-top: 18px;
  }
  .table-wrap table th, .table-wrap table td {
    font-size: 14px;
  }
  .faq-wrap dl dt a {
    font-size: 18px;
    line-height: 1.667em;
  }
  .table-scroll {
    width: 100%;
    overflow-x: auto;
  }
  .table-scroll table {
    width: auto;
  }
  .table-scroll table td {
    min-width: 60px;
  }
  .table-scroll table .v1 {
    min-width: 90px;
  }
  .table-scroll table .v2 {
    min-width: 110px;
  }
}
[class^=title-wrap] {
  position: relative;
  font-family: "Audi", "NotoSans", Verdana, sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #000000;
}
[class^=title-wrap] .title-type {
  font-size: 42px;
  line-height: 1.455em;
}
[class^=title-wrap] .title-type ~ .text-type {
  margin-top: 18px;
}
[class^=title-wrap] .title-type2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.571em;
}
[class^=title-wrap] .text-type {
  font-family: "NotoSans", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.429em;
}
[class^=title-wrap] .side {
  font-family: "NotoSans", sans-serif;
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}

.essential {
  color: #f50537;
  font-weight: 700;
}

.title-type {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  font-family: "Audi", "NotoSans", Verdana, sans-serif;
}

.title-type2 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}

.list-type li {
  position: relative;
  font-size: 13px;
  line-height: 1.385em;
  color: #999999;
  padding-left: 15px;
}
.list-type li:before {
  content: "※";
  position: absolute;
  left: 0;
}
.list-type .electric-car {
  margin-top: 10px;
}
.list-type .electric-car > li {
  padding-left: 0px;
}
.list-type .electric-car > li:before {
  content: "";
}

/* 2022-12-20 변경 */
.list-type2 .title {
  font-size: 21px;
  margin-bottom: 15px;
  display: block;
}
.list-type2 strong {
  display: block;
  margin-bottom: 6px;
}
.list-type2 p {
  font-size: 16px;
  line-height: 1.5em;
}
.list-type2 li {
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  color: #000000;
  padding-left: 15px;
}
.list-type2 li:before {
  content: "•";
  position: absolute;
  left: 0;
}
.list-type2 li .indent-box {
  display: block;
  padding-left: 15px;
  position: relative;
}
.list-type2 li .indent-box:before {
  content: "-";
  position: absolute;
  left: 0;
}

.list-type3 li {
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  color: #000000;
  padding-left: 15px;
}
.list-type3 li:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 4px;
}

/* // 2022-12-20 변경 */
.text-type {
  font-size: 21px;
  line-height: 1.429em;
}

@media all and (max-width: 1024px) {
  [class^=title-wrap] .title-type {
    font-size: 36px;
  }
  [class^=title-wrap] .title-type2 {
    font-size: 25px;
    line-height: 1.429em;
  }
  .title-type {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  [class^=title-wrap] .title-type {
    font-size: 27px;
  }
  [class^=title-wrap] .title-type2 {
    font-size: 21px;
  }
  .title-type {
    font-size: 21px;
  }
  .title-type2 {
    font-size: 21px;
  }
}

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