@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 !important;
  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 !important;
  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.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;
    background-size: auto 100%; /* 높이에 맞게 조정 */
    background-position: center center; /* 중앙을 기준으로 자르기 */
    overflow: hidden; /* 컨테이너를 벗어난 부분을 숨김 */
    /*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;
}
