@charset "UTF-8";
.section-model {
  background: #f2f2f2;
}
.section-model .title-wrap {
  padding: 113px 0 83px;
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .section-model .title-wrap {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .section-model .title-wrap {
    max-width: 768px;
  }
}
.section-model .filter-wrap {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section-model .filter-wrap {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .section-model .filter-wrap {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .section-model .filter-wrap {
    max-width: 768px;
  }
}
.section-model .filter-wrap .filter-button {
  background: #000000;
  width: 100%;
  height: 66px;
}
.section-model .filter-wrap .filter-button .btn-toggle {
  height: 100%;
  padding: 0 4%;
}
.section-model .filter-wrap .filter-item {
  padding-top: 18px;
}
.section-model .filter-wrap .filter-item [class^=item] {
  padding: 12px 18px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  margin-right: 12px;
  margin-bottom: 18px;
}
.section-model .filter-wrap .filter-item [class^=item]:after {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url("../images/icon/ico-cancel.png") no-repeat;
  background-size: cover;
  margin-left: 12px;
}
.section-model .filter-wrap .filter-item [class^=item]:hover {
  background: #e5e5e5;
}
.section-model .filter-wrap .filter-item .item-close {
  background: #e5e5e5;
}
.section-model .filter-wrap.fixed {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 20;
}
.section-model .filter-wrap.fixed .button-inner {
  background: #000000;
}
.section-model .filter-wrap.fixed .button-inner .filter-button {
  max-width: 1440px;
  margin: 0 auto;
}
.section-model .filter-wrap.fixed .item-inner {
  background: #f2f2f2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01);
}
.section-model .filter-wrap.fixed .item-inner .filter-item {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 4%;
  padding-right: 4%;
}
.section-detail {
  padding-bottom: 194px;
}
.section-detail .visual .visual-title {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  bottom: 42px;
  left: 50%;
  top: auto;
  transform: translateX(-50%);
  padding-top: 0;
}
@media all and (max-width: 1024px) {
  .section-detail .visual .visual-title {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .section-detail .visual .visual-title {
    max-width: 768px;
  }
}
.section-detail .visual .visual-title .btn-wrap {
  margin-top: 18px;
}
.section-detail .page-nav {
  background: #fff;
  border-bottom: 1px solid #cccccc;
}
.section-detail .page-nav ul {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  justify-content: inherit;
  padding-left: 13%;
}
@media all and (max-width: 1024px) {
  .section-detail .page-nav ul {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .section-detail .page-nav ul {
    max-width: 768px;
  }
}
.section-detail .page-nav ul li {
  padding: 19px 0 16px;
}
.section-detail .page-nav.fixed {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 20;
}
.section-detail .page-nav .page-title {
  display: none;
}
.section-detail .title-wrap {
  margin-bottom: 66px;
  word-break: keep-all;
}
.section-detail .title-wrap .sub-text {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  font-family: "NotoSans", sans-serif;
}
.section-detail [class^=cont-type] {
  margin-bottom: 192px;
}
.section-detail [class^=cont-type] .inner-box2 {
  display: flex;
  align-items: center;
}
.section-detail [class^=cont-type] .inner-box2 > div {
  width: 50%;
}
.section-detail [class^=cont-type] .title-wrap {
  padding: 0 4%;
}
.section-detail [class^=cont-type] .video-box {
  position: relative;
}
.section-detail [class^=cont-type] .video-box a {
  display: block;
}
.section-detail [class^=cont-type] .video-box:before {
  content: "";
  width: 46px;
  height: 46px;
  background: url("../images/icon/ico-play.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-detail [class^=cont-bg-type] {
  position: relative;
  width: 100%;
  margin-bottom: 192px;
}
.section-detail [class^=cont-bg-type] .bg-image img {
  width: 100%;
}
.section-detail [class^=cont-bg-type] .title-wrap {
  margin-left: 12%;
  margin-right: 12%;
  width: 76%;
  max-width: 1174px;
}
.section-detail .cont-bg-type .title-wrap {
  position: absolute;
  top: 96px;
  left: 0;
  background: #fff;
  padding: 37px 86px 69px;
}
.section-detail .article-intro {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 66px 0;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .section-detail .article-intro {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .section-detail .article-intro {
    max-width: 768px;
  }
}
.section-detail .article-intro .intro-list ul {
  display: flex;
  justify-content: space-between;
}
.section-detail .article-intro .intro-list .intro-item {
  min-width: 15%;
}
.section-detail .article-intro .intro-list .intro-item [class^=ico-] {
  display: block;
  margin: 4px auto;
}
.section-detail .article-intro .intro-list .intro-item span {
  font-weight: 500;
}
.section-detail .article-gallery {
  margin-bottom: 178px;
}
.section-detail .article-gallery .gallery-wrap {
  position: relative;
}
.section-detail .article-gallery .gallery-wrap .icon-circle2 {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.section-detail .article-gallery .gallery-wrap .icon-circle2.active .icon-toggle {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.section-detail .article-gallery .gallery-slide {
  position: relative;
  margin-bottom: 12px;
}
.section-detail .article-gallery .gallery-slide .gallery-item {
  width: 100%;
}
.section-detail .article-gallery .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%;
}
.section-detail .article-gallery .gallery-slide .gallery-item .video-box {
  position: relative;
  padding-bottom: 56.25%;
}
.section-detail .article-gallery .gallery-slide .gallery-item iframe {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.section-detail .article-gallery .gallery-nav {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
.section-detail .article-gallery .gallery-nav .gallery-list {
  position: relative;
  margin: 0 3px;
  border: 1px solid transparent;
  overflow: hidden;
  cursor: pointer;
}
.section-detail .article-gallery .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%;
}
.section-detail .article-gallery .gallery-nav .slick-current {
  border-color: #000000;
}
.section-detail .article-gallery .gallery-nav .slick-arrow {
  transform: none;
  top: auto;
  bottom: 0;
  right: 0;
}
.section-detail .article-gallery .gallery-nav .slick-arrow:before {
  width: 6px;
  height: 13px;
  background-size: contain;
}
.section-detail .article-gallery .gallery-nav .slick-prev {
  left: 0;
  right: auto;
}
.section-detail .article-gallery .gallery-nav .video:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.section-detail .article-gallery .gallery-nav .video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 23px;
  background: url("../images/icon/ico-play.png") no-repeat;
  background-size: cover;
}
.section-detail .article-gallery .gallery-info {
  position: absolute;
  bottom: -150px;
  width: 100%;
  height: 150px;
  background: #fff;
  z-index: -1;
  padding-top: 26px;
  text-align: right;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.section-detail .article-gallery .gallery-info .title {
  text-align: left;
  margin-bottom: 18px;
}
.section-detail .article-gallery .gallery-info.is-show {
  opacity: 1;
  z-index: 10;
}
.section-detail .board-area {
  margin-bottom: 35px;
}

.inner-box2 {
  margin-left: 12%;
  margin-right: 12%;
  padding: 0;
  width: 76%;
  max-width: 1470px;
  position: relative;
}

.car-group {
  display: flex;
  flex-wrap: wrap;
}
.car-group .car-model {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 0 18px 12px;
  flex: 0 0 332px;
  flex-basis: calc(25% - 9px);
}
.car-group .car-model .car-item {
  width: 100%;
  background: #fff;
  text-align: left;
}
.car-group .car-model .car-item .car-info {
  padding: 18px 18px 0;
  min-height: 159px;
}
.car-group .car-model .car-item .name {
  font-family: "AudiTypeWide", "NotoSans", Verdana, sans-serif;
  font-size: 21px;
  font-weight: 700;
}
.car-group .car-model .car-item .price {
  margin-top: 14px;
  font-size: 14px;
}
.car-group .car-model .car-item figure {
  text-align: center;
}
.car-group .car-model .car-item img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.car-group .car-model .car-item .btn-wrap {
  padding: 18px;
  margin-top: 0;
}
.car-group .car-model .car-item .btn-wrap .btn-type-brd {
  width: 100%;
}
.car-group .car-model .car-caption {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}

.car-lineup .car-line {
  margin: 100px auto 0;
  max-width: 1440px;
  position: relative;
}
.car-lineup .car-line .car-symbols .symbols-name {
  left: -1.86%;
  width: 31%;
  max-width: 549px;
  position: absolute;
  top: 0;
  height: auto;
}
.car-lineup .car-line .car-symbols .symbols-bg {
  left: -79.2px;
  max-width: 660px;
  top: 94px;
  width: auto;
  position: absolute;
}
.car-lineup .car-line .car-container {
  position: relative;
}
.car-lineup .car-line .car-group {
  overflow: hidden;
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .car-lineup .car-line .car-group {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .car-lineup .car-line .car-group {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .car-lineup .car-line .car-group {
    max-width: 768px;
  }
}
.car-lineup .car-line .car-group:before {
  content: "";
  display: flex;
  flex: 0 0 calc(50vw - 332px);
  min-width: calc(25% - 9px);
  flex-basis: calc(25% - 9px);
  margin: 0 0 18px;
  width: 332px;
}
.car-lineup .car-line .car-group .bin {
  flex: 0 0 332px;
  display: none;
}
.car-lineup .car-line .car-group .car-model:nth-of-type(4n) {
  margin-left: 0;
}

.car-result {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .car-result {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .car-result {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .car-result {
    max-width: 768px;
  }
}
.car-result .car-group {
  padding: 0 4%;
}
.car-result .car-group .car-model:nth-child(4n+1) {
  margin-left: 0;
}

@media all and (min-width: 1920px) {
  .inner-box2 {
    margin: 0 auto;
    width: 100%;
  }
  .section-detail .cont-bg-type2 .title-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media all and (max-width: 1440px) {
  .section-model .title-wrap {
    padding: 78px 0 66px;
  }
  .section-detail .article-data .inner {
    margin-left: 8%;
    margin-right: 8%;
    width: 84%;
  }
  .inner-box2 {
    margin-left: 8%;
    margin-right: 8%;
    width: 84%;
  }
}
@media all and (max-width: 1024px) {
  .section-model .title-wrap {
    padding: 60px 0 54px;
  }
  .section-model .filter-wrap .filter-item [class^=item] {
    display: none;
  }
  .section-model .filter-wrap .filter-item .item-close {
    display: inline-flex;
    margin-left: 0;
  }
  .section-detail .filter-area .filter-box .title {
    width: auto;
    margin-right: 40px;
  }
  .section-detail .board-area {
    margin-bottom: 50px;
  }
  .section-detail [class^=cont-bg-type] .title-wrap {
    margin-left: 8%;
    margin-right: 8%;
    width: 84%;
  }
  .inner-box2 {
    margin-left: 4%;
    margin-right: 4%;
    width: 92%;
    max-width: 1024px;
  }
  .car-group .car-model {
    flex-basis: calc(33.33333% - 8px);
  }
  .car-lineup {
    margin-top: 20px;
  }
  .car-lineup .car-line {
    max-width: 1024px;
    margin-top: 60px;
  }
  .car-lineup .car-line .car-symbols .symbols-name {
    left: -2.28%;
    width: 38%;
  }
  .car-lineup .car-line .car-symbols .symbols-bg {
    left: 0;
    max-width: 640px;
    top: 76px;
  }
  .car-lineup .car-line .car-group:before {
    min-width: calc(33.33333% - 8px);
    flex-basis: calc(33.33333% - 8px);
  }
  .car-lineup .car-line .car-group .car-model:nth-of-type(3n) {
    margin-left: 0;
  }
  .car-lineup .car-line .car-group .car-model:nth-of-type(4n) {
    margin-left: 12px;
  }
  .car-result .car-group .car-model:nth-child(4n+1) {
    margin-left: 12px;
  }
  .car-result .car-group .car-model:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .section-model .title-wrap {
    padding: 50px 0 41px;
  }
  .section-model .filter-wrap .filter-item {
    padding: 24px 4% 0;
  }
  .section-detail {
    padding-bottom: 69px;
  }
  .section-detail .visual .visual-title {
    height: auto;
    bottom: 28px;
  }
  .section-detail .visual .visual-title .title {
    font-size: 27px;
  }
  .section-detail .visual .visual-title .btn-wrap {
    position: initial;
    margin-top: 25px;
  }
  .section-detail .filter-area .filter-box .title {
    width: 100%;
    margin-right: 0;
  }
  .section-detail .page-nav .page-title {
    height: 54px;
    line-height: 54px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 0 4%;
  }
  .section-detail .page-nav .page-title:before {
    content: "";
    display: inline-block;
    vertical-align: -7px;
    margin-right: 5px;
    background: url(../images/icon/ico-arrow-down.png) no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
  }
  .section-detail .page-nav ul {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    background: #f2f2f2;
    padding: 0 4%;
  }
  .section-detail .page-nav ul li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .section-detail .page-nav ul li + li {
    border-top: 1px solid #c2c2c2;
  }
  .section-detail .page-nav ul li.active a {
    text-decoration: none;
  }
  .section-detail .page-nav ul li a {
    display: flex;
    height: 53px;
    align-items: center;
  }
  .section-detail .page-nav.active .page-title:before {
    content: "";
    background: url(../images/icon/ico-cancel.png) no-repeat;
    background-size: cover;
  }
  .section-detail .page-nav.active ul {
    display: block;
  }
  .section-detail .title-wrap {
    margin-bottom: 36px;
  }
  .section-detail [class^=cont-type] {
    margin-bottom: 120px;
  }
  .section-detail [class^=cont-type] .inner-box2 {
    flex-wrap: wrap;
  }
  .section-detail [class^=cont-type] .inner-box2 > div {
    width: 100%;
  }
  .section-detail [class^=cont-type] .title-wrap {
    padding: 0 9%;
    margin: 36px 0 0 0;
  }
  .section-detail .cont-type2 .inner-box2 {
    flex-flow: column-reverse;
  }
  .section-detail [class^=cont-bg-type] {
    margin-bottom: 120px;
  }
  .section-detail [class^=cont-bg-type] .title-wrap {
    position: initial;
    margin-left: 0;
    margin-right: 0;
    padding: 0 4%;
    width: 100%;
  }
  .section-detail .article-intro {
    padding: 36px 0;
    text-align: left;
  }
  .section-detail .article-intro .intro-list {
    margin-bottom: 12px;
  }
  .section-detail .article-intro .intro-list ul {
    flex-wrap: wrap;
  }
  .section-detail .article-intro .intro-list ul li {
    text-align: center;
    width: 50%;
  }
  .section-detail .article-intro .intro-list ul li:nth-child(n+3) {
    margin-top: 36px;
  }
  .section-detail .article-gallery {
    margin-bottom: 120px;
  }
  .section-detail .article-gallery .inner-box2 {
    padding: 0;
  }
  .section-detail .article-gallery .gallery-info {
    padding: 17px 4% 0;
  }
  .inner-box2 {
    max-width: 768px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 4%;
    width: 100%;
  }
  .car-group .car-model {
    flex-basis: auto;
    flex: auto;
  }
  .car-group .car-model .car-item .car-info {
    min-height: 207px;
  }
  .car-lineup {
    overflow: hidden;
  }
  .car-lineup .car-line {
    margin-top: 45px;
    max-width: none;
    padding-top: 205px;
  }
  .car-lineup .car-line .car-symbols .symbols-name {
    left: -16.74px;
    width: 279px;
  }
  .car-lineup .car-line .car-symbols .symbols-bg {
    height: auto;
    left: 0;
    max-width: 512px;
    top: 12px;
  }
  .car-lineup .car-line .car-symbols .symbols-bg img {
    width: auto;
    max-width: 512px;
  }
  .car-lineup .car-line .car-group {
    max-width: none;
    flex-wrap: nowrap;
  }
  .car-lineup .car-line .car-group:before {
    display: none;
  }
  .car-lineup .car-line .car-group .car-model {
    margin: 0 6px 0 6px;
  }
  .car-result {
    padding-top: 24px;
  }
  .car-result .car-group .car-model {
    margin-left: 0;
  }
  .car-result .car-group .car-model:nth-child(4n+1), .car-result .car-group .car-model:nth-child(3n+1) {
    margin-left: 0;
  }
}
.section-showroom .title-wrap2 {
  margin: 113px 0 50px;
}

.showroom .btn-detail-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  border-radius: 0;
}
.showroom .title-wrap2 .title-type {
  font-weight: 700;
}
.showroom .showroom-list-area .title-wrap2 {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 113px 0 50px;
}
@media (max-width: 768px) {
  .showroom .showroom-list-area .title-wrap2 {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .showroom .showroom-list-area .title-wrap2 {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .showroom .showroom-list-area .title-wrap2 {
    max-width: 768px;
  }
}
.showroom .tab-content {
  overflow: hidden;
  height: 0;
}
.showroom .tab-content.active {
  overflow: inherit;
  height: auto;
}
.showroom .map-view {
  padding: 27px 0;
  background: #f2f2f2;
}
.showroom .map-view .map {
  position: relative;
  width: 1250px;
  height: 866px;
  margin: 0 auto;
  background: url(../images/showroom/img_map.png) no-repeat 50% 50%;
  background-size: cover;
}
.showroom .map-view .showroom-list [class^=item] {
  display: flex;
  align-items: center;
  position: absolute;
  font-size: 0;
}
.showroom .map-view .showroom-list [class^=item] .marker {
  display: inline-block;
  vertical-align: middle;
}
.showroom .map-view .showroom-list [class^=item] .text {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 12px;
  font-family: "Audi", "NotoSans", Verdana, sans-serif;
}
.showroom .map-view .showroom-list [class^=item] .text strong {
  font-family: "NotoSans", sans-serif;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.showroom .map-view .showroom-list [class^=item] .text em {
  font-family: "NotoSans", sans-serif;
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.showroom .map-view .showroom-list [class^=item]:hover .marker {
  background-color: #bb0a30;
}
.showroom .map-view .showroom-list [class^=item]:hover .marker:before {
  border-color: transparent transparent transparent #bb0a30;
}
.showroom .map-view .showroom-list [class^=item]:hover .text strong {
  color: #f50537;
}
.showroom .map-view .showroom-list .item1 {
  top: 17%;
  left: 34%;
}
.showroom .map-view .showroom-list .item2 {
  top: 36.5%;
  left: 40.5%;
}
.showroom .map-view .showroom-list .item3 {
  top: 34%;
  left: 71.5%;
}
.showroom .map-view .showroom-list .item4 {
  top: 49.3%;
  left: 62.8%;
}
.showroom .map-view .showroom-list .item5 {
  top: 57.6%;
  left: 45.5%;
}
.showroom .map-view .showroom-list .item6 {
  top: 54%;
  left: 69%;
}
.showroom .map-view .showroom-list .item7 {
  top: 61%;
  left: 74%;
}
.showroom .map-view .showroom-list .item8 {
  top: 74.7%;
  left: 18.7%;
}
.showroom .map-view .showroom-list .item9 {
  top: 87.8%;
  left: 12.3%;
}
.showroom .showroom-info-area {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 96px;
}
@media (max-width: 768px) {
  .showroom .showroom-info-area {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .showroom .showroom-info-area {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .showroom .showroom-info-area {
    max-width: 768px;
  }
}
.showroom .showroom-info-area .showroom-info-item {
  overflow: hidden;
  margin: 66px 0 80px;
  display: flex;
  align-items: center;
}
.showroom .showroom-info-area .showroom-info-item .info-text {
  width: 50%;
  padding: 0 4%;
  font-size: 16px;
}
.showroom .showroom-info-area .showroom-info-item .info-text > p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 24px;
}
.showroom .showroom-info-area .showroom-info-item .info-text > ul {
  margin-top: 25px;
}
.showroom .showroom-info-area .showroom-info-item .info-text > ul li {
  margin-top: 15px;
}
.showroom .showroom-info-area .showroom-info-item .info-text > ul li:first-child {
  margin-top: 0;
}
.showroom .showroom-info-area .showroom-info-item .info-text > ul li [class^=ico] {
  margin-right: 10px;
  vertical-align: middle;
}
.showroom .showroom-info-area .showroom-info-item .info-view {
  width: 50%;
}
.showroom .showroom-info-area .showroom-info-item .info-view .gallery-slide .slick-slide {
  padding: 0 3px;
}
.showroom .showroom-info-area .showroom-info-item .info-view .gallery-item figure {
  padding-bottom: 55.557%;
}
.showroom .showroom-info-area .showroom-info-item .info-view .gallery-nav {
  padding-bottom: 27px;
}
.showroom .showroom-info-area .showroom-location-view {
  display: none;
  position: relative;
  width: 100%;
  height: 500px;
}
.showroom .showroom-info-area .showroom-location-view .location-view {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.showroom .showroom-info-area .showroom-location-view.active {
  display: block;
}
.showroom .showroom-info-area .member-info {
  margin-top: 160px;
}
.showroom .showroom-info-area .member-info .tab-content > .member-info-item {
  padding-top: 65px;
  border-top: 1px solid #000000;
}
.showroom .showroom-info-area .member-info .member-info-item {
  font-size: 0;
  position: relative;
}
.showroom .showroom-info-area .member-info .member-info-item .member-view {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
.showroom .showroom-info-area .member-info .member-info-item .member-view figure {
  width: 100%;
  padding-bottom: 67.22%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.showroom .showroom-info-area .member-info .member-info-item .info {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  padding-left: 64px;
}
.showroom .showroom-info-area .member-info .member-info-item .info p {
  margin-top: 36px;
  font-size: 16px;
  line-height: 24px;
}
.showroom .showroom-info-area .member-info .member-info-item .info .title-wrap {
  margin-top: 0;
}
.showroom .showroom-info-area .member-info .member-info-item .badge-box {
  position: absolute;
  top: 0;
  right: 79px;
}
.showroom .showroom-info-area .member-info .member-info-item .badge-box i + i {
  margin-left: 5px;
}
.showroom .showroom-info-area .member-info .member-info-item .btn-wrap.mo {
  display: none;
}
.showroom .showroom-info-area .member-info .title-wrap {
  margin-top: 110px;
}
.showroom .showroom-info-area .member-info .member-list {
  font-size: 0;
}
.showroom .showroom-info-area .member-info .member-list .no-data {
  margin-top: 50px;
}
.showroom .showroom-info-area .member-info .member-list > ul > li {
  display: inline-block;
  width: 50%;
  margin-top: 43px;
}
.showroom .showroom-info-area .member-info .member-list > ul > li .member-view {
  width: 200px;
  height: 187px;
}
.showroom .showroom-info-area .member-info .member-list > ul > li .member-view figure {
  height: 100%;
  padding-bottom: 0;
}
.showroom .showroom-info-area .member-info .member-list > ul > li .btn-wrap.mo {
  display: none;
}
.showroom .showroom-info-area .member-info .member-list > ul > li .badge-box {
  position: absolute;
  top: 0;
  right: 79px;
}
.showroom .showroom-info-area .member-info .member-list > ul > li .badge-box i + i {
  margin-left: 5px;
}
.showroom .showroom-info-area .member-info .member-list > ul > li .info {
  width: calc(100% - 200px);
  padding-left: 36px;
  padding-right: 79px;
  font-size: 16px;
}
.showroom .showroom-info-area .member-info .member-list > ul > li .info .btn-type2 {
  max-width: 100%;
}
.showroom .showroom-info-area .member-info .member-list > ul > li dt {
  font-size: 21px;
  font-weight: 700;
  padding-right: 130px;
}
.showroom .showroom-info-area .member-info .member-list > ul > li dd {
  margin-top: 44px;
}
.showroom .showroom-info-area .member-info .member-list > ul > li dd li {
  margin-top: 20px;
  word-break: break-all;
}
.showroom .showroom-info-area .member-info .member-list > ul > li dd li:first-child {
  margin-top: 0;
}
.showroom .showroom-info-area .member-info .member-list > ul > li dd .btn-wrap {
  margin-top: 20px;
}
.showroom .showroom-info-area .member-info .member-list > ul > li dd .btn-wrap .btn-type2 {
  width: 100%;
  height: 45px;
}
.showroom .showroom-apply-area {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .showroom .showroom-apply-area {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .showroom .showroom-apply-area {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .showroom .showroom-apply-area {
    max-width: 768px;
  }
}
.showroom .showroom-apply-area .btn-wrap {
  margin-top: 60px;
  text-align: center;
}
.showroom .list-tab-title {
  background: #000000;
  color: #fff;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pop-map .pop-content {
  width: 100%;
  height: 100%;
  padding: 0;
}
#pop-map .pop-content .map-area {
  width: 100%;
  height: 100%;
  backgroound-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-profile {
  background: #fff;
  z-index: 10;
}
.section-profile .profile-head {
  width: 100%;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #000;
  padding: 0 15px;
}
.section-profile .profile-head > a {
  display: inline-block;
}
.section-profile .profile-head .btn-copy {
  text-align: center;
}
.section-profile .profile-head .btn-copy span {
  font-size: 10px;
  display: block;
}
.section-profile .profile-head .btn-close {
  position: inherit;
  margin-left: 18px;
}
.section-profile .profile-logo {
  padding-top: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-profile .profile-card {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.section-profile .profile-card .img {
  width: 125px;
  text-align: center;
}
.section-profile .profile-card .img .bg {
  width: 125px;
  height: 125px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  overflow: hidden;
}
.section-profile .profile-card .img .name {
  margin-top: 11px;
  font-size: 15px;
}
.section-profile .profile-card .img .name strong {
  display: inline-flex;
  margin-left: 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.section-profile .profile-card .info {
  width: calc(100% - 125px);
  padding-left: 20px;
  font-size: 13px;
}
.section-profile .profile-card .info p {
  color: #686868;
  text-align: left;
  word-wrap: break-word;
}
.section-profile .profile-card .info .list {
  font-family: "AudiTypeKR", sans-serif;
  letter-spacing: -0.5px;
}
.section-profile .profile-card .info .list p + p {
  margin-top: 9px;
}
.section-profile .profile-card .info .list .f-r {
  text-align: right;
}
.section-profile .profile-card .info .company {
  margin: 0 0 17px;
  font-size: 15px;
  color: #000;
  letter-spacing: -0.1px;
}
.section-profile .profile-card .info .store {
  margin-bottom: 9px;
}
.section-profile .profile-card .info .f-r {
  float: right;
}
.section-profile .profile-card .info .kr {
  font-family: "AudiTypeKR", sans-serif;
}
.section-profile .profile-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 80vh;
  padding-bottom: 40px;
}
.section-profile .intro-box {
  margin-top: 25px;
  background: #f2f2f2;
  position: relative;
  padding: 32px 15px;
  text-align: center;
  vertical-align: middle;
  z-index: 0;
}
.section-profile .intro-box:before {
  content: "“";
  font-size: 75px;
  color: #fff;
  position: absolute;
  left: 11px;
  top: -10px;
  z-index: -1;
}
.section-profile .intro-box > div {
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  word-break: break-word;
}
.section-profile .contact-box {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.section-profile .contact-box .btn-type2 {
  border-radius: 56px;
}
.section-profile .contact-box .btn-type2 + .btn-type2 {
  margin-left: 10px;
}
.section-profile .contact-box .btn-type2 i {
  margin-right: 7px;
}
.section-profile .apply-box {
  margin-top: 20px;
}
.section-profile .apply-box .btn-type-brd {
  width: 100%;
}
.section-profile .apply-box .btn-type-brd i {
  margin-right: 10px;
}
.section-profile .apply-box .btn-type-brd + .btn-type-brd {
  margin-top: 15px;
}
.section-profile .map-box {
  margin-top: 20px;
  background: #f2f2f2;
}
.section-profile .map-box .view figure {
  width: 100%;
  height: 192px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-profile .map-box .detail {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  font-family: "NotoSans", sans-serif;
}
.section-profile .map-box .detail .category {
  font-size: 11px;
  margin-bottom: 10px;
}
.section-profile .map-box .detail .address {
  font-size: 13px;
}
.section-profile .map-box .detail .address + .address {
  margin-top: 7px;
}
.section-profile .map-box .detail .store {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin-right: 7px;
}
.section-profile .sns-box {
  margin-top: 40px;
  text-align: center;
}
.section-profile .sns-box h3 {
  font-size: 21px;
  font-weight: 600;
}
.section-profile .sns-box .sns-list {
  margin-top: 13px;
}
.section-profile .sns-box .sns-list li {
  font-size: 0;
  display: inline-block;
}
.section-profile .sns-box .sns-list li a {
  display: block;
}
.section-profile .sns-box .sns-list li + li {
  margin-left: 14px;
}
.section-profile .inner {
  padding: 0 15px;
}

@media all and (max-width: 1024px) {
  .section-content .title-wrap2 {
    margin: 60px 0 54px;
  }
  .showroom .map-view .map {
    width: 100%;
    height: auto;
    padding-bottom: 74%;
    background-size: 90%;
    overflow: hidden;
  }
  .showroom .map-view .showroom-list [class^=item] .text {
    margin-left: 5px;
    font-size: 6px;
  }
  .showroom .map-view .showroom-list [class^=item] .text strong {
    font-size: 8px;
    margin-bottom: 1px;
  }
  .showroom .map-view .showroom-list [class^=item] .text em {
    margin-top: 2px;
    font-size: 6px;
  }
  .showroom .showroom-info-area .showroom-info-item {
    flex-wrap: wrap-reverse;
    margin: 33px 0;
  }
  .showroom .showroom-info-area .showroom-info-item .info-text {
    width: 100%;
    margin-top: 50px;
    padding: 0;
  }
  .showroom .showroom-info-area .showroom-info-item .info-view {
    width: 100%;
  }
  .showroom .showroom-info-area .showroom-location-view {
    height: 250px;
  }
  .showroom .showroom-info-area .member-info {
    margin-top: 100px;
  }
  .showroom .showroom-info-area .member-info .title-wrap {
    margin-top: 100px;
  }
  .showroom .showroom-info-area .member-info .tab-content > .member-info-item {
    padding-top: 33px;
  }
  .showroom .showroom-info-area .member-info .tab-content > .member-info-item .member-view {
    display: block;
    width: 100%;
  }
  .showroom .showroom-info-area .member-info .tab-content > .member-info-item .member-view figure {
    padding-bottom: 58.89%;
  }
  .showroom .showroom-info-area .member-info .tab-content > .member-info-item .info {
    display: block;
    width: 100%;
    margin-top: 35px;
    padding-left: 0;
  }
  .showroom .showroom-info-area .member-info .tab-content > .member-info-item .info .title-wrap {
    margin-top: 0;
  }
  .showroom .showroom-info-area .member-info .member-list .no-data {
    margin-top: 30px;
  }
  .showroom .showroom-info-area .member-info .member-list > ul > li {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-content .title-wrap2 {
    margin: 50px 0 31px;
  }
  .showroom .showroom-list-area .title-wrap2 {
    padding: 50px 15px 31px;
  }
  .showroom .map-view {
    padding: 0;
  }
  .showroom .map-view .showroom-list .item1 {
    top: 15%;
  }
  .showroom .map-view .showroom-list .item2 {
    top: 30.5%;
  }
  .showroom .map-view .showroom-list .item3 {
    top: 26%;
    left: 67.5%;
  }
  .showroom .map-view .showroom-list .item4 {
    top: 41.3%;
    left: 65.8%;
  }
  .showroom .map-view .showroom-list .item5 {
    top: 51.6%;
    left: 42.5%;
  }
  .showroom .map-view .showroom-list .item6 {
    top: 67%;
    left: 68%;
  }
  .showroom .map-view .showroom-list .item6 .marker:before {
    bottom: initial;
    top: -10px;
  }
  .showroom .map-view .showroom-list .item7 {
    top: 53%;
    left: 71%;
  }
  .showroom .map-view .showroom-list .item8 {
    top: 63.7%;
    left: 20.7%;
  }
  .showroom .map-view .showroom-list .item9 {
    top: 75.8%;
    left: 14.3%;
  }
  .showroom .showroom-info-area {
    padding: 0 15px 60px;
  }
  .showroom .showroom-info-area .member-info .member-list > ul > li {
    position: relative;
    margin-top: 30px;
    padding-bottom: 74px;
  }
  .showroom .showroom-info-area .member-info .member-list > ul > li .btn-wrap.mo {
    margin-top: 17px;
    display: flex;
  }
  .showroom .showroom-info-area .member-info .member-list > ul > li .btn-wrap.mo [class^=btn-type] + [class^=btn-type] {
    margin-top: 0;
    margin-left: 10px;
  }
  .showroom .showroom-info-area .member-info .member-list > ul > li .btn-wrap.pc {
    display: none;
  }
  .showroom .showroom-info-area .member-info .member-list > ul > li .member-view {
    width: 120px;
    height: 95px;
  }
  .showroom .showroom-info-area .member-info .member-list > ul > li .badge-box {
    right: 0;
  }
  .showroom .showroom-info-area .member-info .member-list > ul > li .info {
    width: calc(100% - 120px);
    padding-left: 15px;
    padding-right: 0;
  }
  .showroom .showroom-info-area .member-info .member-list > ul > li .info dt {
    font-size: 16px;
    padding-right: 90px;
  }
  .showroom .showroom-info-area .member-info .member-list > ul > li .info dd {
    margin-top: 30px;
    font-size: 12px;
  }
  .showroom .showroom-info-area .member-info .member-list > ul > li .info dd li + li {
    margin-top: 10px;
  }
  .showroom .showroom-info-area .member-info .member-info-item .btn-wrap.mo {
    display: block;
  }
  .showroom .showroom-apply-area {
    padding: 0 15px 70px;
  }
  .showroom .btn-detail-close {
    right: 15px;
    top: 15px;
  }
  .section-profile {
    min-height: 100vh;
    width: 100%;
  }
  .section-profile .profile-content {
    height: calc(100vh - 47px);
  }
}
.section-service .showroom-info-area {
  padding-bottom: 148px;
}
.section-service .showroom-info-area .title-wrap2 {
  padding: 149px 0 43px;
}
.section-service .service-info-area {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 100px;
  /* 2023-01-11 수정 */
  /* 2023-01-11 수정 */
}
@media all and (max-width: 1024px) {
  .section-service .service-info-area {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .section-service .service-info-area {
    max-width: 768px;
  }
}
.section-service .service-info-area .title-wrap2 {
  padding: 149px 0 43px;
}
.section-service .service-info-area .detail-info {
  margin: 66px 0;
}
.section-service .service-info-area .detail-info dl dt {
  border-bottom: 1px solid #cccccc;
  font-size: 21px;
  font-weight: 600;
  padding: 35px 25px;
  cursor: pointer;
}
.section-service .service-info-area .detail-info dl dt a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-service .service-info-area .detail-info dl dt.active .ico-arrow4 {
  transform: rotate(-135deg);
}
.section-service .service-info-area .detail-info dl dd {
  display: none;
  border-bottom: 1px solid #cccccc;
}
.section-service .service-info-area .detail-info dl dd .table-wrap {
  margin: 25px 0;
}
.section-service .service-info-area .detail-info dl:first-child {
  border-top: 1px solid #cccccc;
}
.section-service .service-info-area .info-list .list-type {
  margin-top: 26px;
}
.section-service .service-category {
  padding-top: 80px;
  padding-bottom: 66px;
  border-bottom: 1px solid #cccccc;
}
.section-service .service-category .title-wrap {
  margin-bottom: 24px;
}
.section-service .service-category ul {
  display: flex;
  justify-content: center;
  text-align: center;
}
.section-service .service-category ul li {
  width: 222px;
  margin-left: 74px;
}
.section-service .service-category ul li:first-child {
  margin-left: 0;
}
.section-service .service-category ul li i {
  display: block;
  margin: 0 auto 6px;
}
.section-service .map-view .showroom-list .item1 {
  top: 14%;
  left: 29.5%;
}
.section-service .map-view .showroom-list .item2 {
  top: 33.8%;
  left: 71.7%;
}
.section-service .map-view .showroom-list .item3 {
  top: 51.8%;
  left: 50.7%;
}
.section-service .map-view .showroom-list .item4 {
  top: 54%;
  left: 69.2%;
}
.section-service .map-view .showroom-list .item5 {
  top: 71.7%;
  left: 14.9%;
}
.section-service .map-view .showroom-list .item6 {
  top: 72.4%;
  left: 69.1%;
}
.section-service .map-view .showroom-list .item7 {
  top: 81.3%;
  left: 16.9%;
}

.section-program .program-summary {
  background: #f2f2f2;
  padding: 66px 0 116px;
}
.section-program .program-summary .inner-box {
  max-width: 1200px;
}
.section-program .program-slide .slick-slide {
  margin: 0 5px;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #f2f2f2;
}
.section-program .program-slide .slick-dots {
  margin-top: 42px;
}
.section-program .program-slide .active {
  border-color: #000000;
}
.section-program .cont-box {
  min-height: 235px;
  padding: 36px 8% 24px;
}
.section-program .cont-box .en {
  font-size: 13px;
  font-family: "Audi", "NotoSans", Verdana, sans-serif;
}
.section-program .cont-box .title {
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  margin-top: 6px;
}
.section-program .cont-box .desc {
  font-size: 13px;
  line-height: 18px;
  margin-top: 12px;
}

.article-program {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 137px 0 100px;
}
@media all and (max-width: 1024px) {
  .article-program {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .article-program {
    max-width: 768px;
  }
}
.article-program [class^=service-] .title-wrap {
  text-align: center;
  margin-bottom: 80px;
}
.article-program [class^=service-] .title-wrap .en {
  font-family: "Audi", "NotoSans", Verdana, sans-serif;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 13px;
}
.article-program [class^=service-] .title-wrap .desc {
  margin-top: 6px;
  font-size: 21px;
  font-weight: 500;
  font-family: "Audi", "NotoSans", Verdana, sans-serif;
}
.article-program [class^=service-] .visual-area {
  margin-bottom: 66px;
}
.article-program [class^=service-] .detail-area {
  /* 2022-12-20 변경 */
  /* // 2022-12-20 변경 */
  /* 2022-12-20 변경 */
  /* // 2022-12-20 변경 */
}
.article-program [class^=service-] .detail-area .text-box .text-type {
  margin-bottom: 20px;
}
.article-program [class^=service-] .detail-area .img-box {
  margin: 48px 0;
}
.article-program [class^=service-] .detail-area .img-box .mo {
  display: none;
}
.article-program [class^=service-] .detail-area .img-box .pc {
  display: block;
}
.article-program [class^=service-] .detail-area .text-type {
  margin-bottom: 66px;
  font-size: 16px;
}
.article-program [class^=service-] .detail-area .text-type ~ .list-type2 {
  margin: -40px 0 60px;
}
.article-program [class^=service-] .detail-area .list-type {
  margin-top: 6px;
}
.article-program [class^=service-] .detail-area .list-type2 {
  margin-top: 12px;
}
.article-program [class^=service-] .detail-area .list-type2.v4 {
  margin-top: 0px;
}
.article-program [class^=service-] .detail-area .list-type2.v2 {
  margin-top: 24px;
}
.article-program [class^=service-] .detail-area .list-type3.v2 {
  margin-top: 24px;
}
.article-program [class^=service-] .detail-area dl {
  margin-top: 44px;
}
.article-program [class^=service-] .detail-area dl dt {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: "Audi", "NotoSans", Verdana, sans-serif;
}
.article-program [class^=service-] .detail-area dl dd {
  font-size: 16px;
  line-height: 1.438em;
}
.article-program [class^=service-] .detail-area dl.v2 {
  margin-top: 70px;
}
.article-program [class^=service-] .detail-area .table-wrap {
  margin: 24px 0;
}
.article-program [class^=service-] .detail-area .table-wrap.v2 {
  margin-top: 0;
}
.article-program [class^=service-] .detail-area .table-wrap.v2 th:not(:first-child) {
  text-align: center;
}
.article-program [class^=service-] .detail-area .table-wrap.v2 td:not(:first-child) {
  text-align: center;
  color: #ff3f70;
  font-weight: bold;
}

.article-parts,
.article-customer {
  padding: 96px 0;
}
.article-parts .img-module,
.article-customer .img-module {
  display: flex;
  align-items: center;
  margin-bottom: 132px;
}
.article-parts .img-module > div,
.article-customer .img-module > div {
  width: 50%;
}
.article-parts .img-module .cont-box,
.article-customer .img-module .cont-box {
  padding-left: 4%;
}
.article-parts .img-module .cont-box .title-type,
.article-customer .img-module .cont-box .title-type {
  margin-bottom: 18px;
}
.article-parts .img-module .cont-box .desc,
.article-customer .img-module .cont-box .desc {
  font-size: 16px;
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.article-parts .img-module .cont-box .desc i,
.article-customer .img-module .cont-box .desc i {
  margin-right: 13px;
}
.article-parts .cont-type dt,
.article-customer .cont-type dt {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.571em;
  margin-bottom: 18px;
}
.article-parts .cont-type dd,
.article-customer .cont-type dd {
  font-size: 16px;
  line-height: 1.5em;
}
.article-parts .cont-type dd strong,
.article-customer .cont-type dd strong {
  font-size: 21px;
  font-weight: 600;
}
.article-parts .cont-type + .cont-type,
.article-customer .cont-type + .cont-type {
  margin-top: 84px;
}
.article-parts .service-list,
.article-customer .service-list {
  margin-top: 36px;
}
.article-parts .service-list ul,
.article-customer .service-list ul {
  padding: 48px 0;
  display: flex;
}
.article-parts .service-list ul li,
.article-customer .service-list ul li {
  width: 15%;
  text-align: center;
}
.article-parts .service-list ul li i,
.article-customer .service-list ul li i {
  margin: 3px 0;
}
.article-parts .service-list ul li span,
.article-customer .service-list ul li span {
  display: block;
}
.article-parts .service-list ul li + li,
.article-customer .service-list ul li + li {
  margin-left: 2%;
}
.article-parts .title-wrap,
.article-customer .title-wrap {
  text-align: center;
  margin-bottom: 112px;
}
.article-parts .title-wrap .desc,
.article-customer .title-wrap .desc {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}
.article-parts figure,
.article-customer figure {
  margin-top: 66px;
}

@media all and (max-width: 1024px) {
  .section-program .program-summary {
    padding-top: 66px;
    margin-top: 35px;
  }
  .section-program .program-summary .inner-wrap {
    padding: 0;
  }
  .article-program * {
    word-break: keep-all;
  }
  .article-parts,
  .article-customer {
    padding: 100px 0 66px;
  }
  .article-parts .cont-type dt,
  .article-customer .cont-type dt {
    font-size: 21px;
  }
  .article-parts .cont-type dd strong,
  .article-customer .cont-type dd strong {
    font-size: 18px;
  }
  .article-parts .cont-type + .cont-type,
  .article-customer .cont-type + .cont-type {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .section-service .showroom-list-area .title-wrap2 {
    padding: 110px 4% 40px;
  }
  .section-service .showroom-info-area {
    padding-bottom: 140px;
  }
  .section-service .showroom-info-area .title-wrap2 {
    padding: 140px 0 25px;
  }
  .section-service .showroom-info-area .showroom-info-item {
    margin: 30px 0;
  }
  .section-service .service-category {
    padding-top: 35px;
    padding-bottom: 33px;
  }
  .section-service .service-category .title-wrap {
    padding-left: 0;
    margin-bottom: 35px;
  }
  .section-service .service-category ul {
    justify-content: initial;
    flex-wrap: wrap;
  }
  .section-service .service-category ul li {
    width: 46%;
    margin: 0 2% !important;
    padding-bottom: 35px;
  }
  .section-service .service-info-area {
    /* 2023-01-11 수정 */
    /* // 2023-01-11 수정 */
  }
  .section-service .service-info-area .title-wrap2 {
    padding: 110px 0 45px;
  }
  .section-service .service-info-area .info-list .list-type {
    margin-top: 50px;
  }
  .section-service .service-info-area .detail-info dl dt {
    font-size: 18px;
    padding: 30px 20px;
  }
  .section-service .map-view .showroom-list .item1 {
    top: 14.1%;
    left: 31.1%;
  }
  .section-service .map-view .showroom-list .item2 {
    top: 26.4%;
    left: 68.6%;
  }
  .section-service .map-view .showroom-list .item3 {
    top: 45.7%;
    left: 50.2%;
  }
  .section-service .map-view .showroom-list .item4 {
    top: 51.2%;
    left: 68.6%;
  }
  .section-service .map-view .showroom-list .item5 {
    top: 61.7%;
    left: 15%;
  }
  .section-service .map-view .showroom-list .item6 {
    top: 73.1%;
    left: 69.5%;
  }
  .section-service .map-view .showroom-list .item7 {
    top: 72.2%;
    left: 18.9%;
  }
  .section-program .program-slide {
    padding-left: 4%;
  }
  .section-program .cont-box {
    min-height: 195px;
    padding-top: 18px;
    padding-bottom: 24px;
  }
  .article-program [class^=service-] .title-wrap {
    text-align: left;
    margin-bottom: 40px;
  }
  .article-program [class^=service-] .title-wrap .en {
    font-size: 18px;
  }
  .article-program [class^=service-] .title-wrap .desc {
    margin-top: 18px;
    font-size: 16px;
  }
  .article-program [class^=service-] .title-wrap .text-type {
    line-height: 1.667em;
  }
  .article-program [class^=service-] .detail-area .text-type {
    font-size: 18px;
  }
  .article-program [class^=service-] .detail-area .img-box .pc {
    display: none;
  }
  .article-program [class^=service-] .detail-area .img-box .mo {
    display: block;
  }
  .article-program [class^=service-] .detail-area dl dt {
    font-size: 21px;
    line-height: 1.556em;
  }
  .article-parts .img-module,
  .article-customer .img-module {
    flex-wrap: wrap;
  }
  .article-parts .img-module > div,
  .article-customer .img-module > div {
    width: 100%;
  }
  .article-parts .img-module .cont-box,
  .article-customer .img-module .cont-box {
    padding: 24px 9.6% 0;
  }
  .article-parts .service-list ul,
  .article-customer .service-list ul {
    flex-wrap: wrap;
  }
  .article-parts .service-list ul li,
  .article-customer .service-list ul li {
    width: 50%;
    margin-bottom: 36px;
  }
  .article-parts .service-list ul li + li,
  .article-customer .service-list ul li + li {
    margin-left: 0;
  }
}
.article-customer,
.article-parts {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  max-width: 1200px;
}
@media all and (max-width: 1024px) {
  .article-customer,
  .article-parts {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .article-customer,
  .article-parts {
    max-width: 768px;
  }
}

.article-recruit {
  padding-bottom: 96px;
}
.article-recruit .recruit-area {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  max-width: 1200px;
}
@media all and (max-width: 1024px) {
  .article-recruit .recruit-area {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .article-recruit .recruit-area {
    max-width: 768px;
  }
}
.article-recruit .recruit-area > dl {
  margin-top: 132px;
}
.article-recruit .title-wrap2 {
  margin: 113px 0 50px;
}
.article-recruit .title-wrap {
  margin-bottom: 54px;
}
.article-recruit .cont-type > dl {
  margin-bottom: 48px;
}
.article-recruit .cont-type > dl:last-child {
  margin-bottom: 0;
}
.article-recruit .cont-type > dl dt {
  font-size: 24px;
  font-weight: 700;
}
.article-recruit .cont-type > dl dd {
  margin-top: 12px;
  line-height: 1.5em;
}
.article-recruit .cont-type > dl dd .icon-list {
  margin-top: 24px;
}
.article-recruit .cont-type > dl dd > p {
  font-size: 16px;
  line-height: 1.5em;
}
.article-recruit .cont-type > dl dd > strong {
  display: block;
  font-size: 16px;
  margin: 24px 0 6px;
}
.article-recruit .cont-type > dl dd > .desc {
  font-size: 13px;
  color: #999999;
}
.article-recruit .btn-wrap {
  margin-top: 66px;
  text-align: center;
}

.article-news {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  max-width: 1200px;
}
@media all and (max-width: 1024px) {
  .article-news {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .article-news {
    max-width: 768px;
  }
}
.article-news .board-area {
  padding: 66px 0 96px;
}
.article-news .board-list .no-data {
  height: 78px;
  background: #fff;
  border: 1px solid #d9d9d9;
}
.article-news .board-cont .no-data-line {
  padding: 48px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #d9d9d9;
}
.article-news .board-tab.nodata > a {
  background: #fff;
}

.article-about {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 66px 0 96px;
}
@media all and (max-width: 1024px) {
  .article-about {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .article-about {
    max-width: 768px;
  }
}
.article-about .about-info {
  display: flex;
  align-items: center;
}
.article-about .about-info .info-img {
  width: 50%;
}
.article-about .about-info .info-box {
  width: 50%;
  padding-left: 67px;
}
.article-about .about-info .info-box .title-wrap {
  font-size: 30px;
  margin-bottom: 30px;
}
.article-about .about-info .info-box .sign {
  margin-top: 20px;
}
.article-about .about-info .info-box .ico-sign {
  margin-top: 30px;
}
.article-about .about-info .info-box p {
  line-height: 1.5em;
}
.article-about .about-history {
  text-align: center;
  margin-top: 144px;
}
.article-about .about-history .title-wrap {
  font-size: 66px;
}
.article-about .about-history ol {
  margin-top: 70px;
  padding-top: 40px;
  position: relative;
}
.article-about .about-history ol:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  left: 50%;
}
.article-about .about-history ol li {
  width: 100%;
  margin-top: 40px;
  position: relative;
  text-align: left;
}
.article-about .about-history ol li:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #000000;
  position: absolute;
  left: 50%;
  top: 22px;
  border-radius: 100%;
  margin-left: -6.5px;
}
.article-about .about-history ol li .history-box {
  width: 50%;
  display: inline-block;
  position: relative;
  text-align: right;
  padding-right: 97px;
}
.article-about .about-history ol li .history-box:before {
  content: "";
  width: 0;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 28px;
  right: 0;
  border-radius: 100%;
  transition: all 0.3s linear;
}
.article-about .about-history ol li:nth-of-type(odd) {
  text-align: right;
}
.article-about .about-history ol li:nth-of-type(odd) .history-box {
  text-align: left;
  padding-left: 97px;
  padding-right: 0;
}
.article-about .about-history ol li:nth-of-type(odd) .history-box:before {
  left: 0;
  right: auto;
}
.article-about .about-history ol li:nth-of-type(even) dl dt {
  float: right;
}
.article-about .about-history ol li strong {
  display: block;
  opacity: 0;
  font-family: "Audi", "NotoSans", Verdana, sans-serif;
  font-size: 42px;
  line-height: 1.429em;
  transition: all 0.3s ease-out;
  transform: translateY(30px);
}
.article-about .about-history ol li .detail {
  margin-top: 12px;
}
.article-about .about-history ol li .detail figure {
  display: inline-block;
  max-width: 400px;
  margin-top: 24px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(30px);
  transition-delay: 0.8s;
}
.article-about .about-history ol li .detail dl {
  position: relative;
  font-size: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(30px);
  transition-delay: 0.4s;
}
.article-about .about-history ol li .detail dl dt {
  width: 95px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: top;
}
.article-about .about-history ol li .detail dl dd {
  display: inline-block;
  width: calc(100% - 95px);
  font-size: 16px;
  line-height: 1.5em;
}
.article-about .about-history ol li.active .history-box:before {
  width: 66px;
}
.article-about .about-history ol li.active strong {
  opacity: 1;
  transform: translateY(0);
}
.article-about .about-history ol li.active .detail figure {
  opacity: 1;
  transform: translateY(0);
}
.article-about .about-history ol li.active .detail dl {
  opacity: 1;
  transform: translateY(0);
}

@media all and (max-width: 1024px) {
  .article-recruit {
    padding-bottom: 66px;
  }
  .article-about {
    padding: 100px 0 90px;
  }
  .article-about .about-info {
    flex-wrap: wrap;
  }
  .article-about .about-info .info-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .article-about .about-info .info-box {
    width: 100%;
    padding: 0 8%;
  }
  .article-about .about-info .info-box .title-wrap {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .article-about .about-info .info-box .sign {
    font-size: 18px;
  }
  .article-about .about-history {
    text-align: left;
  }
  .article-about .about-history .title-wrap {
    font-size: 27px;
  }
  .article-about .about-history ol {
    margin-top: 40px;
    padding-top: 33px;
  }
  .article-about .about-history ol:before {
    left: 12px;
  }
  .article-about .about-history ol li {
    margin-top: 33px;
  }
  .article-about .about-history ol li:before {
    top: 14px;
    left: 12px;
    width: 9px;
    height: 9px;
    margin-left: -4.5px;
  }
  .article-about .about-history ol li .history-box {
    width: 100%;
    display: block;
    text-align: left;
    padding-left: 55px;
    padding-right: 0;
  }
  .article-about .about-history ol li .history-box:before {
    width: 0;
    left: 12px;
    top: 18px;
  }
  .article-about .about-history ol li:nth-of-type(odd) {
    text-align: left;
    padding-left: 0;
  }
  .article-about .about-history ol li:nth-of-type(odd) .history-box {
    padding-left: 55px;
  }
  .article-about .about-history ol li:nth-of-type(odd) .history-box:before {
    width: 0;
    left: 12px;
    top: 18px;
  }
  .article-about .about-history ol li:nth-of-type(even) dl dt {
    float: initial;
  }
  .article-about .about-history ol li strong {
    font-size: 27px;
  }
  .article-about .about-history ol li .detail dl dt {
    width: 80px;
  }
  .article-about .about-history ol li .detail dl dd {
    width: calc(100% - 80px);
  }
  .article-about .about-history ol li.active .history-box:before {
    width: 29px;
  }
  .article-news .board-tab.nodata {
    border-bottom: none;
  }
  .article-news .board-tab.nodata > a {
    display: none;
  }
  .article-news .board-tab.nodata .no-data-line {
    padding: 23px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #d9d9d9;
  }
  .article-news .board-tab.nodata .no-data {
    border: none;
    height: 300px;
    background: #f2f2f2;
  }
}
.error-wrap {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 79px 0 137px;
}
@media all and (max-width: 1024px) {
  .error-wrap {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .error-wrap {
    max-width: 768px;
  }
}
.error-wrap .title-wrap {
  margin-bottom: 35px;
}
.error-wrap p {
  margin-bottom: 57px;
}

.terms-wrap {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 132px 0 96px;
}
@media all and (max-width: 1024px) {
  .terms-wrap {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .terms-wrap {
    max-width: 768px;
  }
}
.terms-wrap .title-wrap {
  margin-bottom: 70px;
}
.terms-wrap p {
  font-size: 16px;
  line-height: 1.5em;
}
.terms-wrap .tit {
  font-size: 21px;
  font-weight: 700;
  padding: 50px 0 25px;
}
.terms-wrap .table-wrap {
  padding: 30px 0;
  table-layout: fixed;
}

.loding {
  position: fixed;
  z-index: 99;
}
.loding .loding-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
}
.loding .dim {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.aui-spinner {
  display: inline-block;
  position: relative;
  width: 6rem;
  height: 6rem;
  stroke: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
}

.aui-spinner--continuous {
  width: 3rem;
  height: 3rem;
}

.aui-spinner__svg {
  width: 100%;
  height: 100%;
}

.aui-spinner__path {
  stroke-miterlimit: 10;
  stroke-linecap: square;
  stroke-width: 1.1px;
  fill: none;
}

.aui-spinner__path--progress {
  stroke: #bb0a30;
  stroke-width: 3px;
}

.aui-spinner__value {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-family: "Audi", "NotoSans", Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .error-wrap {
    padding: 70px 0;
  }
  .error-wrap .title-wrap {
    margin-bottom: 25px;
  }
  .error-wrap p {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=sub.css.map */