@charset "UTF-8";
html,
body {
  overflow-x: hidden;
}

#wrap {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}

.visual-wrap {
  font-family: "audi_ex", "NotoSans";
  position: relative;
  width: 100%;
  height: 675px;
  background: url(../img/visual.jpg) no-repeat center/cover;
}
.visual-wrap .logo {
  position: absolute;
  top: 40px;
  right: 40px;
}
.visual-wrap.rs-type {
  background-image: url(../img/visual2.jpg);
}
.visual-wrap.a3-type {
  background-image: url(../img/visual_a3.jpg);
}

.section01 {
  padding: 120px 0;
  background: #000;
  font-family: "audi_ex", "NotoSans";
  color: #fff;
  text-align: center;
}
.section01 h2 {
  font-weight: 700;
  font-size: 45px;
  word-break: keep-all;
}
.section01 p {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 400;
}
.section01 p strong {
  font-weight: 700;
}
.section01 .inner {
  padding: 0;
  max-width: 1400px;
}

.section02 {
  position: relative;
  height: 940px;
  background: #000;
}
.section02 .video-wrap.mo {
  display: none;
}
.section02 .video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: inherit;
}
.section02 .border .border-bottom {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #000;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.section02 .border .border-left {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 11.97%;
  height: 100%;
  background: #000;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.section02 .border .border-right {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 11.97%;
  height: 100%;
  background: #000;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.section02.is-show .border .border-bottom {
  height: 0;
}
.section02.is-show .border .border-left,
.section02.is-show .border .border-right {
  width: 0;
}

.section03 {
  padding-top: 60px;
}
.section03 .car-slide {
  position: relative;
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}
.section03 .car-slide .car-item {
  display: inline-block;
}
.section03 .car-slide .car-item:first-child {
  margin-right: 20px;
}
.section03 .car-slide .car-item a {
  overflow: hidden;
  display: inline-block;
  width: 225px;
  height: 195px;
  padding-top: 25px;
  border: 1px solid #d5d7d8;
}
.section03 .car-slide .car-item a .img-box {
  width: 100%;
  height: 100px;
  text-align: center;
  font-size: 0;
}
.section03 .car-slide .car-item a .img-box:after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.section03 .car-slide .car-item a .img-box img {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
}
.section03 .car-slide .car-item a strong {
  position: relative;
  display: block;
  margin-top: 29px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.section03 .car-slide .car-item a strong:after {
  display: none;
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 2px;
  background: #000;
}
.section03 .car-slide .car-item.select a {
  border: 1px solid #000;
}
.section03 .car-slide .car-item.select a strong {
  display: inline-block;
  font-weight: 600;
}
.section03 .car-slide .car-item.select a strong:after {
  display: block;
}

.inner {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
}

.title-wrap {
  position: relative;
  margin: 38px 0 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #000;
}
.title-wrap .title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  letter-spacing: -1px;
}

.guide {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  letter-spacing: -0.2px;
  color: #292929;
}
.guide .asterisk {
  font-size: 16px;
}

.asterisk {
  color: #f50537;
  font-size: 14px;
  vertical-align: bottom;
}

.notice-text {
  font-size: 12px;
  color: #000;
}

.form-wrap {
  margin-top: 26px;
  display: flex;
  width: 100%;
}
.form-wrap .col {
  width: 100%;
  margin-left: 20px;
}
.form-wrap .col:first-child {
  margin-left: 0;
}
.form-wrap .col label {
  display: block;
  font-size: 12px;
  color: #808080;
}
.form-wrap .col input[type=text] {
  font-family: "맑은 고딕", malgun gothic, "돋움", Dotum, "굴림", Gulim, sans-serif;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #d0d3d4;
}
.form-wrap .col input[type=text]:disabled {
  opacity: 0.5;
}
.form-wrap .col input[type=text]::placeholder {
  color: #555;
}
.form-wrap .select-wrap {
  display: flex;
  width: 100%;
}
.form-wrap .select-wrap .select-box {
  position: relative;
  width: 100%;
  margin-left: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d0d3d4;
  vertical-align: middle;
}
.form-wrap .select-wrap .select-box label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  color: #808080;
}
.form-wrap .select-wrap .select-box select {
  height: 25px;
  padding-left: 0;
  font-size: 16px;
  color: #808080;
}
.form-wrap .select-wrap .select-box:first-child {
  margin-left: 0;
}
.form-wrap .select-wrap .select-box:after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 17px;
  right: 5px;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #000 #000 transparent;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .new-add {
    flex-direction: column;
  }
  .new-add .notice-text-width {
    width: 100%;
  }
  .new-add .newnew-btn {
    width: 100%;
    margin: 0;
  }
  .agree-form .agree-list li .form-box .form-item .font-bold {
    font-weight: bold;
  }
}
.agree-form .agree-top {
  position: relative;
  padding: 32px 18px;
  background: #f2f2f2;
  color: #6d7579;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.3;
}
.agree-form .agree-top label {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.agree-form .agree-top .chk-box {
  display: inline-block;
  font-size: 0;
}
.agree-form .agree-top .chk-box label {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.agree-form .agree-list {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.agree-form .agree-list li {
  position: relative;
  margin-top: 40px;
}
.agree-form .agree-list li:first-child {
  margin-top: 0;
}
.agree-form .agree-list li dt {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.agree-form .agree-list li dt strong {
  color: #cc0033;
  font-size: 16px;
}
.agree-form .agree-list li dd {
  margin-top: 20px;
}
.agree-form .agree-list li dd .form-box .form-item {
  display: flex;
}
.agree-form .agree-list li dd .form-box .form-item .title {
  width: 221px;
}
.agree-form .agree-list li dd .form-box .form-item .input-box {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .agree-form .agree-list li dd .form-box .form-item {
    display: block;
  }
  .agree-form .agree-list li dd .form-box .form-item .font-bold {
    font-weight: bold;
  }
  .agree-form .agree-list li dd .form-box .form-item .title {
    width: unset;
  }
  .agree-form .agree-list li dd .form-box .form-item .input-box {
    margin-left: 0;
  }
}
.agree-form .agree-list li dd .form-box .radio-box {
  display: inline-block;
  font-size: 0;
}
.agree-form .agree-list li dd .form-box .radio-box label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.agree-form .agree-list li dd .form-box label {
  display: inline-block;
  vertical-align: middle;
}
.agree-form .agree-list li dd .form-box .form-item .radio-box {
  margin-left: 14px;
  vertical-align: middle;
}
.agree-form .agree-list li dd .form-box .form-item:nth-child(n+2) {
  margin-top: 10px;
}
.agree-form .agree-list li dd a {
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 0;
  width: 130px;
  height: 40px;
  border: 1px solid #000;
  line-height: 38px;
  text-align: center;
  font-size: 12px;
  color: #000;
}

.chk-box {
  display: inline-block;
  text-align: left;
}
.chk-box input {
  display: none;
}
.chk-box label {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.chk-box .checkbox {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: #FFFFFF;
  border: 1px solid #808080;
}
.chk-box input:checked + .checkbox {
  background: #fff url(../img/check.png) no-repeat center/cover;
}

.radio-box {
  display: inline-block;
  text-align: left;
}
.radio-box input {
  display: none;
}
.radio-box label {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.radio-box .checkbox {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: #FFFFFF;
  border: 1px solid #808080;
  border-radius: 100%;
}
.radio-box .checkbox:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border: 0;
  border-radius: 100%;
  background: #e3e3e3;
}
.radio-box input:checked + .checkbox:after {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  background: #000;
}
.radio-box + .radio-box {
  margin-left: 14px;
}

.btn-wrap {
  margin-top: 40px;
  text-align: center;
}
.btn-wrap .btn-apply {
  display: inline-block;
  width: 635px;
  height: 50px;
  background: #000;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.btn-wrap.v2 {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}

.pop-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.pop-layer .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  background: rgba(0, 0, 0, 0.5);
}
.pop-layer .layer-wrap {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 90;
  overflow: hidden;
  overflow-y: auto;
  max-height: 90vh;
  margin-left: -330px;
  width: 660px;
  padding: 30px;
  background: #fff;
}
.pop-layer .layer-wrap .title {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
.pop-layer .layer-wrap .layer-content {
  margin-top: 30px;
}
.pop-layer .layer-wrap .layer-content p {
  color: #666;
  line-height: 22px;
}
.pop-layer .layer-wrap .layer-content .text {
  color: #000;
}
.pop-layer .layer-wrap .layer-content .underline {
  font-size: 16px;
  text-decoration: underline;
}
.pop-layer .layer-wrap .layer-content .table-wrap {
  margin-top: 20px;
}
.pop-layer .layer-wrap .layer-content .table-wrap tr th,
.pop-layer .layer-wrap .layer-content .table-wrap tr td {
  padding: 10px 20px;
  vertical-align: top;
  text-align: left;
  line-height: 1.3;
}
.pop-layer .layer-wrap .layer-content .table-wrap tr th {
  padding-right: 10px;
  color: #000;
  font-weight: 600;
}
.pop-layer .layer-wrap .layer-content .table-wrap tr th:first-child {
  background: #fff;
  border-top: 3px solid #000;
}
.pop-layer .layer-wrap .layer-content .table-wrap tr td {
  color: #6d7579;
}
.pop-layer .layer-wrap .layer-content .table-wrap tr td p {
  text-decoration: underline;
}
.pop-layer .btn-close {
  position: absolute;
  top: 35px;
  right: 30px;
  z-index: 91;
  width: 18px;
  height: 18px;
  background: url(../img/btn_close.png) no-repeat 0 0;
  background-size: 100% auto;
}
.pop-layer.type2 .layer-wrap {
  padding: 175px 60px 135px;
  text-align: center;
}
.pop-layer.type2 .layer-wrap .title {
  font-family: "audi_ex", "NotoSans";
  font-weight: 700;
}
.pop-layer.type2 .layer-wrap .btn-wrap {
  margin-top: 70px;
}
.pop-layer.type2 .layer-wrap .btn-wrap .btn-apply {
  width: auto;
  min-width: 315px;
  height: 57px;
  padding: 0 30px;
  line-height: 57px;
  font-family: "audi_ex", "NotoSans";
  font-weight: 400;
}

.type-q4 .visual-wrap {
  background-image: url(../img/visual_kv_pc.jpg);
}

.type-q6 .event-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 990px;
  margin: auto;
  padding: 20px 0;
  background-color: #fff;
}
.type-q6 .event-header .header-text-box {
  line-height: 32px;
  color: #000;
  font-size: 23px;
  font-weight: bold;
}
.type-q6 .event-header .logo {
  padding-top: 15px;
}
.type-q6 .visual-wrap {
  background-image: url(../img/visual_q6_pc.jpg);
}
.type-q6 .visual-wrap .q6-title {
  padding-left: 40px;
  padding-top: 40px;
  text-align: left;
  color: #000;
  letter-spacing: -2.05px;
}
.type-q6 .visual-wrap .q6-title h1 {
  font-size: 50px;
  font-weight: 700;
}
.type-q6 .visual-wrap .inner-text {
  font-size: 15px;
  padding-left: 40px;
  padding-bottom: 20px;
  letter-spacing: -0.3px;
}
.type-q6 .inner-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
}
.type-q6 .inner-text p {
  color: #fff;
  margin-left: 9px;
}
.type-q6 .reservation-wrap {
  width: 100%;
  margin-top: 30px;
  background-color: #f2f2f2;
  padding: 30px 18px 20px 18px;
  align-items: center;
}
.type-q6 .reservation-wrap dd {
  margin-top: 10px;
}
.type-q6 .reservation-wrap p {
  font-size: 14px;
  color: #000;
  padding-top: 8px;
}
.type-q6 .reservation-wrap .reservation-title {
  font-weight: 700;
  color: #000;
}
.type-q6 .reservation-wrap .reservation-text {
  color: #000;
}
.type-q6 .reservation-wrap .footer-text {
  font-size: 11px;
}
.type-q6 .reservation-wrap .chk-box {
  margin-top: 10px;
}
.type-q6 .reservation-wrap .chk-box .checkbox {
  width: 20px;
  height: 20px;
}
.type-q6 .reservation-wrap .chk-box label {
  font-size: 14px;
  letter-spacing: -0.35px;
  color: #000;
}
.type-q6 .reservation-wrap .q6-btn {
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  font-size: 16px;
  letter-spacing: -0.24px;
  color: #fff;
  background-color: #000;
  margin-top: 20px;
}

.event-wrap {
  font-family: "audi_ex", "NotoSans", sans-serif;
}
.event-wrap.type-q5 .visual-wrap {
  background-image: url(../img/q5/main-bg.png);
}
.event-wrap.type-q5 .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul li {
  flex: 1 1 0;
}
.event-wrap.type-q5 .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul li dl dt {
  font-size: 16px;
  word-wrap: break-word;
  white-space: normal;
}
.event-wrap.type-q5 .section2 .sub-section.sub-section3 .option-wrap {
  max-width: 950px;
  margin: auto;
}
.event-wrap .visual-wrap {
  position: relative;
  height: 900px;
  background-image: url(../img/a5/main-bg.png);
}
.event-wrap .visual-wrap .logo-wrap {
  position: absolute;
  top: 40px;
  right: 40px;
}
.event-wrap .visual-wrap .logo-wrap img {
  width: 110px;
}
.event-wrap .visual-wrap .title-box {
  width: 80%;
  padding: 160px 0 0 140px;
}
.event-wrap .visual-wrap .title-box h1 {
  font-size: 50px;
  font-weight: 400;
  color: #fff;
  word-break: keep-all;
}
.event-wrap .visual-wrap .title-box .btn-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
}
.event-wrap .visual-wrap .title-box .btn-wrap .btn-type {
  padding: 10px 36px;
  border: 1px solid #fff;
  font-size: 20px;
  color: #fefefe;
}
.event-wrap .visual-wrap .sub-text {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.event-wrap .visual-wrap .sub-text p {
  font-size: 15px;
  color: #fff;
}
.event-wrap .section1 {
  background-color: #000;
}
.event-wrap .section1 .inner {
  position: relative;
  max-width: unset;
  padding: 100px 0 0;
}
.event-wrap .section1 .inner .swiper {
  padding-bottom: 90px;
}
.event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide {
  width: 670px;
  height: 630px;
}
.event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide .usp-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide .usp-box .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 524px;
}
.event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide .usp-box .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide .usp-box .text-wrap {
  position: absolute;
  width: 100%;
  height: 206px;
  top: 449px;
  padding: 0 20px;
}
.event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide .usp-box .text-wrap dl {
  position: relative;
  color: #fff;
  z-index: 1;
}
.event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide .usp-box .text-wrap dl dt {
  font-size: 28px;
  font-weight: bold;
}
.event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide .usp-box .text-wrap dl dd {
  margin-top: 5px;
}
.event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide .usp-box .text-wrap dl dd p {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 400;
}
.event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide .usp-box .text-wrap dl dd ul li {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide .usp-box .text-wrap dl dd ul li + li {
  margin-top: 3px;
}
.event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide .usp-box .text-wrap dl dd ul li::before {
  position: absolute;
  content: "-";
  top: -2px;
  left: 0;
  font-size: 20px;
}
.event-wrap .section1 .inner .swiper .swiper-pagination {
  bottom: 0;
}
.event-wrap .section1 .inner .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  margin: 0 8px;
  background-color: #bdbdbd;
  border-radius: 0;
  opacity: 1;
}
.event-wrap .section1 .inner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #bb0a30;
}
.event-wrap .section1 .inner .noti-wrap {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
}
.event-wrap .section1 .inner .noti-wrap ul li {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  word-break: keep-all;
  color: #bdbdbd;
}
.event-wrap .section1 .inner .noti-wrap ul li::before {
  position: absolute;
  content: "*";
  top: 2px;
  left: 0;
  font-size: 20px;
  color: #d40000;
}
.event-wrap .section2 {
  padding: 100px 0 50px;
  background-color: #000;
}
.event-wrap .section2 .inner {
  max-width: 1280px;
}
.event-wrap .section2 .section-title {
  text-align: center;
  color: #fff;
}
.event-wrap .section2 .section-title h2 {
  font-size: 40px;
  font-weight: bold;
}
.event-wrap .section2 .section-title p {
  margin-top: 16px;
  font-size: 20px;
  word-break: keep-all;
}
.event-wrap .section2 .sub-section {
  margin-top: 140px;
  text-align: center;
}
.event-wrap .section2 .sub-section.sub-section1 .img-wrap img {
  width: 670px;
}
.event-wrap .section2 .sub-section.sub-section1 p {
  margin-top: 20px;
  font-family: "NotoSans", sans-serif;
  font-size: 18px;
  color: #fff;
}
.event-wrap .section2 .sub-section.sub-section1 p span.notice {
  position: relative;
  padding-left: 12px;
  margin-top: 0;
  font-size: 14px;
  word-break: keep-all;
  color: #bdbdbd;
}
.event-wrap .section2 .sub-section.sub-section1 p span.notice::before {
  position: absolute;
  content: "*";
  top: 2px;
  left: 0;
  font-size: 20px;
  color: #d40000;
}
.event-wrap .section2 .sub-section.sub-section2 {
  color: #fff;
}
.event-wrap .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul {
  display: flex;
  align-items: center;
}
.event-wrap .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul li {
  min-width: 250px;
  height: 170px;
  padding: 20px;
  background-color: #fff;
}
.event-wrap .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul li:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.9);
}
.event-wrap .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul li:nth-child(3) {
  background-color: rgba(255, 255, 255, 0.8);
}
.event-wrap .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul li:nth-child(4) {
  background-color: rgba(255, 255, 255, 0.7);
}
.event-wrap .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul li:nth-child(5) {
  background-color: rgba(255, 255, 255, 0.6);
}
.event-wrap .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul li:nth-child(6) {
  background-color: rgba(255, 255, 255, 0.5);
}
.event-wrap .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul li:nth-child(7) {
  background-color: rgba(255, 255, 255, 0.4);
}
.event-wrap .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul li dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  text-align: center;
  color: #000;
}
.event-wrap .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul li dl dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}
.event-wrap .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul li dl dd {
  font-size: 20px;
  line-height: 28px;
}
.event-wrap .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul li dl dd strong {
  font-size: 28px;
  font-weight: bold;
}
.event-wrap .section2 .sub-section.sub-section3 {
  color: #fff;
}
.event-wrap .section2 .sub-section.sub-section3 .option-wrap .table-wrap table {
  table-layout: fixed;
  width: 100%;
}
.event-wrap .section2 .sub-section.sub-section3 .option-wrap .table-wrap table tr {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 10px;
}
.event-wrap .section2 .sub-section.sub-section3 .option-wrap .table-wrap table tr th,
.event-wrap .section2 .sub-section.sub-section3 .option-wrap .table-wrap table tr td {
  min-width: 210px;
  min-height: 90px;
  font-family: "audi", "NotoSans", sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.event-wrap .section2 .sub-section.sub-section3 .option-wrap .table-wrap table tr th:first-child,
.event-wrap .section2 .sub-section.sub-section3 .option-wrap .table-wrap table tr td:first-child {
  min-width: 290px;
}
.event-wrap .section2 .sub-section.sub-section3 .option-wrap .table-wrap table tr th {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.event-wrap .section2 .sub-section.sub-section3 .option-wrap .table-wrap table tr td {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 0 16px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 18px;
}
.event-wrap .section2 .sub-section.sub-section3 .option-wrap .table-wrap table tr td:first-child {
  justify-content: flex-start;
  text-align: left;
}
.event-wrap .section2 .sub-section.sub-section3 .option-wrap .table-wrap table tr td:first-child p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.event-wrap .section2 .sub-section.sub-section3 .option-wrap .table-wrap table tr td:first-child p strong {
  display: inline-block;
  margin-bottom: 18px;
}
.event-wrap .section2 .sub-section .sub-section-title {
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}
.event-wrap .section2 .sub-section .img-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 120px;
}
.event-wrap .section2 .sub-section .img-wrap .img-detail-area .img-area {
  height: 300px;
}
.event-wrap .section2 .sub-section .img-wrap .img-detail-area .img-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.event-wrap .section2 .sub-section .img-wrap .img-detail-area .txt-area p.bold {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 14.5px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-wrap .section2 .sub-section .img-wrap .img-detail-area .txt-area .txt-area-benefit-list {
  width: 100%;
}
.event-wrap .section2 .sub-section .img-wrap .img-detail-area .txt-area .txt-area-benefit-list li {
  text-align: left;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
.event-wrap .section2 .sub-section .img-wrap .img-detail-area .txt-area .txt-area-benefit-list li p.notice {
  position: relative;
  padding-left: 12px;
  margin-top: 0;
  font-size: 14px;
  word-break: keep-all;
  color: #bdbdbd;
}
.event-wrap .section2 .sub-section .img-wrap .img-detail-area .txt-area .txt-area-benefit-list li p.notice::before {
  position: absolute;
  content: "*";
  top: 2px;
  left: 0;
  font-size: 20px;
  color: #d40000;
}
.event-wrap .section2 .sub-section .scroll-wrap {
  max-width: 1360px;
  margin: auto;
  padding-bottom: 20px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  user-select: auto;
}
.event-wrap .section2 .sub-section .scroll-wrap.active {
  cursor: grabbing;
  user-select: none;
}
.event-wrap .section2 .sub-section .scroll-wrap::-webkit-scrollbar {
  display: block;
}
.event-wrap .section2 .sub-section .scroll-wrap::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}
.event-wrap .section2 .sub-section .scroll-wrap::-webkit-scrollbar-track {
  background: #ccc;
}
.event-wrap .section2 .sub-section .scroll-wrap::-webkit-scrollbar-thumb {
  background: #bb0a30;
}
.event-wrap .section2 .sub-section .noti-text-wrap {
  max-width: 1360px;
  margin: 40px auto 0;
  text-align: left;
}
.event-wrap .section2 .sub-section .noti-text-wrap ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  word-break: keep-all;
  color: #bdbdbd;
}
.event-wrap .section2 .sub-section .noti-text-wrap ul li + li {
  margin-top: 5px;
}
.event-wrap .section2 .sub-section .noti-text-wrap ul li::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
  font-size: 14px;
  color: #bdbdbd;
}
.event-wrap .section2 .benefit-list-wrap {
  text-align: left;
  max-width: 700px;
  margin: 40px auto 0;
}
.event-wrap .section2 .benefit-list-wrap li {
  line-height: 1.6;
  font-size: 18px;
}
.event-wrap .section2 .benefit-list-wrap li strong {
  font-size: 20px;
}
.event-wrap .section2 .benefit-list-wrap li + li {
  margin-top: 20px;
}
.event-wrap .section2 .benefit-list-wrap li .notice {
  position: relative;
  padding-left: 12px;
  margin-top: 0;
  font-size: 14px;
  word-break: keep-all;
  color: #bdbdbd;
}
.event-wrap .section2 .benefit-list-wrap li .notice::before {
  position: absolute;
  content: "*";
  top: 2px;
  left: 0;
  font-size: 20px;
  color: #d40000;
}
.event-wrap .section2 .noti-wrap {
  width: fit-content;
  margin: 40px auto 0;
  text-align: left;
}
.event-wrap .section2 .noti-wrap ul li {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  word-break: keep-all;
  color: #bdbdbd;
}
.event-wrap .section2 .noti-wrap ul li::before {
  position: absolute;
  content: "*";
  top: 2px;
  left: 0;
  font-size: 20px;
  color: #d40000;
}

.floating-wrap {
  position: fixed;
  bottom: 100px;
  right: 40px;
  z-index: 5;
}
.floating-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 10px;
  background-color: #bb0a30;
}
.floating-wrap a img {
  width: 30px;
  height: 30px;
}
.floating-wrap a span {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .event-wrap.type-q5 .visual-wrap {
    background-image: url(../img/q5/main-bg-mo.png);
  }
  .event-wrap.type-q5 .visual-wrap .title-box {
    padding-top: 80px;
  }
  .event-wrap.type-q5 .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul li dl dt {
    font-size: 14px;
  }
  .event-wrap.type-q5 .section2 .sub-section.sub-section3 .option-wrap {
    max-width: unset;
    margin: 0 0 0 -20px;
  }
  .event-wrap .visual-wrap {
    height: 450px;
    background-image: url(../img/a5/main-bg-mo.png);
    background-position: top;
  }
  .event-wrap .visual-wrap .logo-wrap {
    top: 20px;
    right: 20px;
  }
  .event-wrap .visual-wrap .logo-wrap img {
    width: 80px;
  }
  .event-wrap .visual-wrap .title-box {
    width: 100%;
    padding: 82px 18px 0;
    text-align: left;
  }
  .event-wrap .visual-wrap .title-box h1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }
  .event-wrap .visual-wrap .title-box .btn-wrap {
    margin-top: 20px;
  }
  .event-wrap .visual-wrap .title-box .btn-wrap .btn-type {
    padding: 8px 26px;
    border: 1px solid #fff;
    font-size: 12px;
  }
  .event-wrap .visual-wrap .sub-text {
    left: 20px;
    bottom: 20px;
  }
  .event-wrap .visual-wrap .sub-text p {
    font-size: 10px;
  }
  .event-wrap .section1 .inner {
    padding: 50px 0 0;
  }
  .event-wrap .section1 .inner .swiper {
    padding-bottom: 60px;
  }
  .event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide {
    width: 335px;
    height: 315px;
  }
  .event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide:first-child {
    margin-left: 0;
  }
  .event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide .usp-box .img-wrap {
    max-height: 260px;
  }
  .event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide .usp-box .text-wrap {
    padding: 0 15px 0 20px;
    top: 225px;
    height: 89px;
  }
  .event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide .usp-box .text-wrap dl dt {
    font-size: 14px;
  }
  .event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide .usp-box .text-wrap dl dd p {
    font-size: 10px;
  }
  .event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide .usp-box .text-wrap dl dd ul li {
    padding-left: 10px;
    font-size: 10px;
    line-height: 1.2;
  }
  .event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide .usp-box .text-wrap dl dd ul li::before {
    font-size: 14px;
  }
  .event-wrap .section1 .inner .swiper .swiper-wrapper .swiper-slide .usp-box .text-wrap dl dd ul li + li {
    margin-top: 1px;
  }
  .event-wrap .section1 .inner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 3px;
    margin: 0 4px;
  }
  .event-wrap .section1 .inner .noti-wrap ul li {
    font-size: 10px;
  }
  .event-wrap .section1 .inner .noti-wrap ul li::before {
    font-size: 14px;
  }
  .event-wrap .section2 {
    margin-top: -1px;
    padding: 70px 0 50px;
  }
  .event-wrap .section2 .section-title h2 {
    font-size: 25px;
  }
  .event-wrap .section2 .section-title p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 21px;
  }
  .event-wrap .section2 .section-title .benefit-list-wrap {
    margin: 20px auto 0;
  }
  .event-wrap .section2 .section-title .benefit-list-wrap ul li {
    font-size: 10px;
  }
  .event-wrap .section2 .section-title .benefit-list-wrap ul li strong {
    font-size: 12px;
  }
  .event-wrap .section2 .section-title .benefit-list-wrap ul li .notice {
    font-size: 10px;
  }
  .event-wrap .section2 .section-title .benefit-list-wrap ul li .notice::before {
    font-size: 14px;
  }
  .event-wrap .section2 .sub-section {
    margin-top: 70px;
  }
  .event-wrap .section2 .sub-section.sub-section1 .img-wrap img {
    width: 335px;
  }
  .event-wrap .section2 .sub-section.sub-section1 p {
    margin-top: 10px;
    font-size: 14px;
  }
  .event-wrap .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap {
    padding-bottom: 0;
  }
  .event-wrap .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul {
    flex-direction: column;
    gap: 1px;
  }
  .event-wrap .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul li {
    min-width: 100%;
    height: 50px;
    padding: 20px 10px;
  }
  .event-wrap .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul li dl {
    flex-direction: row;
  }
  .event-wrap .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul li dl dt {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-align: left;
  }
  .event-wrap .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul li dl dd {
    font-size: 12px;
    line-height: 14px;
  }
  .event-wrap .section2 .sub-section.sub-section2 .price-range-wrap .scroll-wrap ul li dl dd strong {
    font-size: 15px;
  }
  .event-wrap .section2 .sub-section.sub-section3 .option-wrap {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 20px;
  }
  .event-wrap .section2 .sub-section.sub-section3 .option-wrap .table-wrap table tr {
    gap: 5px;
    margin-bottom: 5px;
  }
  .event-wrap .section2 .sub-section.sub-section3 .option-wrap .table-wrap table tr th,
  .event-wrap .section2 .sub-section.sub-section3 .option-wrap .table-wrap table tr td {
    min-width: 124px;
    min-height: 45px;
    font-size: 12px;
    line-height: 20px;
  }
  .event-wrap .section2 .sub-section.sub-section3 .option-wrap .table-wrap table tr th:first-child,
  .event-wrap .section2 .sub-section.sub-section3 .option-wrap .table-wrap table tr td:first-child {
    min-width: 166px;
  }
  .event-wrap .section2 .sub-section.sub-section3 .option-wrap .table-wrap table tr td {
    min-height: 90px;
    padding: 0 8px;
    font-size: 12px;
  }
  .event-wrap .section2 .sub-section.sub-section3 .option-wrap .table-wrap table tr td:first-child p {
    font-size: 12px;
    line-height: 15px;
  }
  .event-wrap .section2 .sub-section.sub-section3 .option-wrap .table-wrap table tr td:first-child p strong {
    margin-bottom: 9px;
  }
  .event-wrap .section2 .sub-section .sub-section-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .event-wrap .section2 .sub-section .scroll-wrap {
    padding-bottom: 10px;
  }
  .event-wrap .section2 .sub-section .scroll-wrap::-webkit-scrollbar {
    height: 2px;
  }
  .event-wrap .section2 .sub-section .noti-text-wrap {
    max-width: 100%;
    margin: 20px auto 0;
  }
  .event-wrap .section2 .sub-section .noti-text-wrap ul li {
    padding-left: 10px;
    font-size: 10px;
    line-height: 20px;
  }
  .event-wrap .section2 .sub-section .noti-text-wrap ul li + li {
    margin-top: 0;
  }
  .event-wrap .section2 .sub-section .noti-text-wrap ul li::before {
    font-size: 10px;
  }
  .event-wrap .section2 .sub-section .img-wrap {
    flex-wrap: wrap;
    gap: 28.5px;
  }
  .event-wrap .section2 .sub-section .img-wrap .img-detail-area .img-area {
    height: unset;
    width: 100%;
  }
  .event-wrap .section2 .sub-section .img-wrap .img-detail-area .txt-area p.bold {
    font-size: 15px;
    line-height: 16px;
    min-height: unset;
    margin: 10px 0 16.5px;
  }
  .event-wrap .section2 .sub-section .img-wrap .img-detail-area .txt-area .txt-area-benefit-list li {
    font-size: 12px;
  }
  .event-wrap .section2 .noti-wrap {
    margin: 20px auto 0;
  }
  .event-wrap .section2 .noti-wrap ul li {
    padding-left: 10px;
    font-size: 10px;
    line-height: 19px;
  }
  .event-wrap .section2 .noti-wrap ul li::before {
    font-size: 14px;
  }
  .floating-wrap {
    bottom: 40px;
    right: 20px;
  }
  .floating-wrap a {
    padding: 10px 18px;
    border-radius: 5px;
  }
  .floating-wrap a img {
    width: 20px;
    height: 20px;
  }
  .floating-wrap a span {
    font-size: 16px;
  }
}
.guide-box {
  margin-top: 30px;
  padding: 30px 18px;
  background-color: #f2f2f2;
}
.guide-box strong {
  color: #cf0033;
  font-size: inherit;
}

.select-wrap-1 {
  display: none;
  display: flex;
  width: 100%;
}
.select-wrap-1 .select-box-1 {
  position: relative;
  width: 100%;
  margin-left: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d0d3d4;
  vertical-align: middle;
}
.select-wrap-1 .select-box-1 label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  color: #808080;
}
.select-wrap-1 .select-box-1 select {
  height: 25px;
  padding-left: 0;
  font-size: 16px;
  color: #808080;
}
.select-wrap-1 .select-box-1:first-child {
  margin-left: 0;
}
.select-wrap-1 .select-box-1:after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 17px;
  right: 5px;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #000 #000 transparent;
  transform: rotate(45deg);
}

.notice-text {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .font-bold {
    font-weight: bold;
  }
  .visual-wrap {
    max-height: 450px;
    background: url(../img/visual_mo.jpg) no-repeat center/cover;
  }
  .visual-wrap .logo {
    top: 12px;
    right: 15px;
    width: 52px;
  }
  .visual-wrap.rs-type {
    background-image: url(../img/visual2_mo.jpg);
  }
  .visual-wrap.a3-type {
    background-image: url(../img/visual_a3_mo.jpg);
  }
  .section01 {
    padding: 50px 0;
    background: #000;
  }
  .section01 span {
    display: block;
  }
  .section01 h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .section01 p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 21px;
  }
  .section02 {
    height: auto;
    padding: 0 15px 50px;
  }
  .section02 .video-wrap {
    position: relative;
  }
  .section02 .video-wrap.mo {
    display: block;
  }
  .section02 .video-wrap.pc {
    display: none;
  }
  .section02 .video-wrap video {
    position: relative;
  }
  .section02 .video-wrap .play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
  }
  .section02 .border {
    display: none;
  }
  .section03 {
    padding-top: 6px;
  }
  .section03 .car-slide {
    margin-top: 15px;
  }
  .section03 .car-slide .car-item {
    width: 100%;
  }
  .section03 .car-slide .car-item:first-child {
    margin-right: 10px;
  }
  .section03 .car-slide .car-item a {
    width: 100%;
    height: auto;
    padding: 5px 0 15px;
  }
  .section03 .car-slide .car-item a strong {
    margin-top: 0;
    font-size: 16px;
  }
  .section03 .car-slide .car-item a strong:after {
    bottom: -5px;
  }
  .title-wrap {
    margin: 34px 0 15px;
  }
  .notice-text {
    font-size: 15px;
    width: 530px;
  }
  .form-wrap {
    margin-top: 15px;
    flex-direction: column;
  }
  .form-wrap .col {
    margin-left: 0;
    margin-top: 15px;
  }
  .form-wrap .col:first-child {
    margin-top: 0;
  }
  .form-wrap .col input[type=text] {
    font-size: 14px;
  }
  .form-wrap .select-wrap .select-box select {
    font-size: 14px;
  }
  .agree-form .agree-top {
    padding: 15px;
    flex-direction: column;
  }
  .agree-form .agree-top .chk-box {
    align-self: flex-end;
    margin-top: 10px;
  }
  .agree-form .agree-list {
    margin-top: 15px;
  }
  .agree-form .agree-list li {
    margin-top: 35px;
  }
  .agree-form .agree-list li:last-child dl {
    font-size: 0;
  }
  .agree-form .agree-list li:last-child dl dt {
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: middle;
  }
  .agree-form .agree-list li:last-child dl dd {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    margin-top: 0;
  }
  .agree-form .agree-list li dt {
    font-size: 15px;
  }
  .agree-form .agree-list li dd {
    margin-top: 15px;
    font-size: 0;
  }
  .agree-form .agree-list li dd .form-box {
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: middle;
  }
  .agree-form .agree-list li dd .form-box label {
    font-size: 14px;
  }
  .agree-form .agree-list li dd .form-box .form-item .radio-box {
    margin-left: 0;
  }
  .agree-form .agree-list li dd .form-box .form-item .radio-box + .radio-box {
    margin-left: 25px;
  }
  .agree-form .agree-list li dd .form-box .form-item:nth-child(n+2) {
    margin-top: 15px;
  }
  .agree-form .agree-list li dd .form-box .form-item > label:first-of-type {
    display: block;
    margin-bottom: 4px;
  }
  .agree-form .agree-list li dd a {
    position: relative;
    top: 0;
    display: inline-block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
  }
  .chk-box .checkbox {
    width: 24px;
    height: 24px;
  }
  .chk-box input[type=checkbox]:checked + .checkbox {
    background: #fff url(../img/check.png) no-repeat center/cover;
  }
  .radio-box + .radio-box {
    margin-left: 25px;
  }
  .btn-wrap {
    margin-top: 20px;
  }
  .btn-wrap .btn-apply {
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
  }
  .btn-wrap.v2 {
    margin-top: 20px;
    padding-top: 20px;
  }
  .pop-layer {
    overflow-y: auto;
  }
  .pop-layer .layer-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    min-height: 100%;
    padding: 50px 17px;
    background: #fff;
    margin-left: 0;
  }
  .pop-layer .layer-wrap .title {
    font-size: 17px;
  }
  .pop-layer .layer-wrap .layer-content {
    margin-top: 25px;
  }
  .pop-layer .layer-wrap .layer-content p {
    line-height: 20px;
  }
  .pop-layer .layer-wrap .layer-content .underline {
    font-size: 15px;
  }
  .pop-layer .layer-wrap .layer-content .table-wrap {
    margin-top: 15px;
    border-bottom: 1px solid #909090;
  }
  .pop-layer .layer-wrap .layer-content .table-wrap tr th,
  .pop-layer .layer-wrap .layer-content .table-wrap tr td {
    padding: 5px 10px;
  }
  .pop-layer .layer-wrap .layer-content .table-wrap tr td {
    border-top: 1px solid #909090;
    border-left: 5px solid #fff;
  }
  .pop-layer .btn-close {
    display: inline-block;
    top: 15px;
    right: 15px;
  }
  .pop-layer.type2 .layer-wrap {
    padding: 50px 15px 50px;
    min-height: auto;
  }
  .pop-layer.type2 .layer-wrap .title {
    margin: 0 -15px;
    padding: 55px 15px 0 15px;
    border-top: 1px solid #f2f2f2;
    line-height: 24px;
  }
  .pop-layer.type2 .layer-wrap .title span {
    display: block;
  }
  .pop-layer.type2 .layer-wrap .btn-wrap {
    margin-top: 120px;
  }
  .pop-layer.type2 .layer-wrap .btn-wrap .btn-apply {
    width: 100%;
    height: 52px;
    line-height: 52px;
  }
  .type-q4 .visual-wrap {
    background-image: url(../img/visual_kv_mo.jpg);
  }
  .type-q6 .visual-wrap {
    background-image: url(../img/visual_q6_mo.jpg);
  }
  .type-q6 .visual-wrap .q6-title {
    padding: 80px 0 0;
  }
  .type-q6 .visual-wrap .q6-title h1 {
    font-size: 35px;
    text-align: center;
  }
  .type-q6 .visual-wrap .inner-text {
    padding: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .type-q6 .visual-wrap .inner-text p {
    font-size: 12px;
  }
  .type-q6 .section01 .inner h2 {
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: -0.66px;
  }
  .type-q6 .section01 .inner p {
    font-size: 15px;
  }
  .type-q6 .section01-1 {
    padding: 50px 0 0;
  }
  .type-q6 .section01-1 .inner .table-wrap3 ::-webkit-scrollbar {
    height: 2.5px;
    background-color: #d9d9d9;
  }
  .type-q6 .section01-1 .inner .table-wrap3 ::-webkit-scrollbar-thumb {
    background-color: #bb0a30;
  }
  .type-q6 .section01-1 .inner .table-wrap3 .footer-box {
    text-align: start;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .type-q6 .section01-1 .inner .table-wrap3 .footer-box h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .type-q6 .section01-1 .inner .table-wrap3 .footer-box .text-01 {
    font-size: 14px;
  }
  .type-q6 .section01-1 .inner .table-wrap3 .footer-box .text-01 .number-01 {
    margin-bottom: 10px;
  }
  .type-q6 .section01-1 .inner .table-wrap3 .footer-box .text-01 .number-02 {
    margin-bottom: 10px;
  }
  .type-q6 .section01-1 .inner .table-wrap3 .footer-box .text-02 {
    font-size: 14px;
  }
  .type-q6 .section01-1 .inner .table-wrap3 .title-box {
    text-align: center;
  }
  .type-q6 .section01-1 .inner .table-wrap3 .title-box .title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .type-q6 .section01-1 .inner .table-wrap3 .title-box .side {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .type-q6 .section01-1 .inner .table-wrap3 table {
    padding-bottom: 10px;
    font-size: 14px;
    overflow-x: auto;
    display: block;
    border-spacing: 0;
    border-collapse: separate;
    border-spacing: 10px;
    border-right: none;
    border-bottom: none;
  }
  .type-q6 .section01-1 .inner .table-wrap3 table .col-1 {
    width: 50%;
    /* 모바일에서 더 길게 설정 */
  }
  .type-q6 .section01-1 .inner .table-wrap3 table thead th {
    padding-top: 15px;
    background-color: #fff;
    border-top: 2px solid #000;
    text-align: start;
    font-size: 16px;
  }
  .type-q6 .section01-1 .inner .table-wrap3 table tbody {
    border-bottom: 2px solid #000;
  }
  .type-q6 .section01-1 .inner .table-wrap3 table tbody tr:nth-child(7) td {
    border-bottom: 2px solid #000;
  }
  .type-q6 .section01-1 .inner .table-wrap3 table tbody td[rowspan="7"] {
    border-bottom: 2px solid #000;
    /* 하단 테두리 설정 */
  }
  .type-q6 .section01-1 .inner .table-wrap3 table tbody td {
    padding: 10px 5px;
    border-top: 2px solid #999;
    border-collapse: separate;
    border-spacing: 10px;
    vertical-align: middle;
    text-align: start;
    font-size: 16px;
  }
  .type-q6 .section01-1 .inner .table-wrap3 table tbody td.t-left {
    padding-left: 15px;
    text-align: left;
  }
  .type-q6 .section01-1 .inner .table-wrap3 table tbody .car-name {
    padding-left: 20px;
    text-align: left;
  }
  .type-q6 .section01-1 .inner .inner-content {
    margin-bottom: 0;
  }
  .type-q6 .section01-1 .inner .inner-content.inner-content {
    margin-top: 50px;
  }
  .type-q6 .section01-1 .inner .inner-content .big-title {
    font-size: 25px;
    letter-spacing: -0.75px;
  }
  .type-q6 .section01-1 .inner .inner-content p {
    font-size: 15px;
  }
  .type-q6 .section01-1 .inner .inner-content .bottom-text,
  .type-q6 .section01-1 .inner .inner-content .asterisk {
    font-size: 12px;
  }
  .type-q6 .section01-1 .inner .price-title-wrap {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .type-q6 .section01-1 .inner .price-title-wrap .title {
    font-size: 20px;
  }
  .type-q6 .section01-1 .inner .price-range-content {
    display: block;
    margin-bottom: 40px;
  }
  .type-q6 .section01-1 .inner .price-range-content .range-box {
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: unset;
    padding: 20px 10px;
  }
  .type-q6 .section01-1 .inner .price-range-content .range-box .model-name {
    font-size: 12px;
    text-align: left;
  }
  .type-q6 .section01-1 .inner .price-range-content .range-box .price {
    font-size: 12px;
  }
  .type-q6 .section01-1 .inner .price-range-content .range-box .price strong {
    font-size: 15px;
  }
  .type-q6 .section01-1 .inner .benefit-box .benefit-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .type-q6 .section01-1 .inner .benefit-box .img-title {
    font-size: 15px;
  }
  .type-q6 .section01-1 .inner .benefit-box p,
  .type-q6 .section01-1 .inner .benefit-box .asterisk {
    font-size: 12px;
  }
  .type-q6 .section01-2 {
    height: unset;
    margin-top: 50px;
    background-image: url(../img/section01-2-background-mo.png);
  }
  .type-q6 .section01-2 .inner .title-wrap .title {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -0.75px;
  }
  .type-q6 .section01-2 .inner .title-wrap .date-text {
    padding-top: 18px;
    font-size: 15px;
    line-height: 0.87;
    letter-spacing: -0.45px;
  }
  .type-q6 .section01-2 .inner .title-wrap .preview-text {
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: -0.45px;
  }
  .type-q6 .section01-2 .inner-btn {
    bottom: 20px;
  }
  .type-q6 .section01-2 .inner-btn .invite-event {
    padding: 14px 35px 11px;
    font-size: 15px;
    line-height: 0.87;
    letter-spacing: -0.45px;
  }
  .type-q6 .event-header {
    width: 100%;
    height: 142px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 20px 16px;
  }
  .type-q6 .event-header .header-text-box {
    line-height: 32px;
    color: #000;
    font-size: 23px;
    font-weight: bold;
  }
  .type-q6 .event-header .logo {
    padding-top: 15px;
    text-align: right;
  }
  .notice-text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
  }
  .only-mo {
    display: block !important;
  }
  .only-pc {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  .pop-layer.type2 .layer-wrap .btn-wrap .btn-apply {
    font-size: 14px;
  }
  .agree-info-box dl dt.font-bold {
    font-weight: bold;
  }
}
@media screen and (max-width: 320px) {
  .pop-layer.type2 .layer-wrap .btn-wrap .btn-apply {
    min-width: auto;
    font-size: 12px;
  }
  .agree-info-box dl dt.font-bold {
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  .agree-detail-box {
    font-size: 14px;
  }
  .agree-detail-box p {
    color: #666;
    line-height: 1.8;
  }
  .agree-detail-box p a {
    padding-bottom: 0;
    border-bottom: 1px solid #f50537;
    color: #f50537;
  }
  .agree-detail-box .agree-info-box {
    margin-top: 17px;
    color: #000;
  }
  .agree-detail-box .agree-info-box dl {
    margin-top: 5px;
  }
  .agree-detail-box .agree-info-box dl:first-child {
    margin-top: 0;
  }
  .agree-detail-box .agree-info-box dl dt,
  .agree-detail-box .agree-info-box dl dd {
    display: inline-block;
  }
  .agree-detail-box .agree-info-box dl dt {
    position: relative;
    padding-right: 8px;
    font-weight: 700;
  }
  .agree-detail-box .agree-info-box dl dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    margin-top: -6px;
    background: #000;
  }
  .agree-detail-box .agree-info-box dl dt.font-bold {
    font-weight: bold;
  }
  .newnew-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    font-size: 16px;
    letter-spacing: -0.24px;
    color: #fff;
    background-color: #000;
  }
}
.only-mo {
  display: none;
}

.only-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .agree-detail-box {
    padding-top: 7px;
    font-size: 15px;
  }
  .agree-detail-box p {
    color: #666;
    line-height: 1.4;
  }
  .agree-detail-box p a {
    padding-bottom: 0;
    border-bottom: 1px solid #f50537;
    color: #f50537;
  }
  .agree-detail-box .agree-info-box {
    margin-top: 17px;
    color: #000;
  }
  .agree-detail-box .agree-info-box dl dt,
  .agree-detail-box .agree-info-box dl dd {
    display: inline;
  }
  .agree-detail-box .agree-info-box dl dt {
    position: relative;
    padding-right: 8px;
  }
  .agree-detail-box .agree-info-box dl dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    margin-top: -8px;
    background: #000;
  }
  .agree-detail-box .agree-info-box dl dt.font-bold {
    font-weight: bold;
  }
}
.new-add {
  display: flex;
  justify-content: space-between;
}
.new-add .newnew-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 16px;
  letter-spacing: -0.24px;
  color: #fff;
  background-color: #000;
}

.notice-text-width {
  flex: 1;
  margin-bottom: 10px;
}

.font-bold {
  font-weight: bold;
}

.section01-1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: "audi_ex", "NotoSans";
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #000;
}
.section01-1 .inner-content {
  width: 100%;
  margin-bottom: 60px;
}
.section01-1 .inner-content p {
  font-size: 20px;
}
.section01-1 .inner-content .big-title {
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
}
.section01-1 .inner-content span {
  font-weight: 700;
}
.section01-1 .inner-content .bottom-text {
  margin-top: 10px;
  font-size: 16px;
}
.section01-1 .price-title-wrap {
  margin-bottom: 20px;
}
.section01-1 .price-title-wrap .title {
  font-size: 35px;
  font-weight: 700;
}
.section01-1 .price-range-content {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.section01-1 .price-range-content .range-box {
  width: 320px;
  height: 170px;
  background-color: #e0e1e2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.section01-1 .price-range-content .range-box .model-name {
  font-size: 18px;
  font-weight: bold;
}
.section01-1 .price-range-content .range-box .price {
  font-size: 16px;
  color: #333;
}
.section01-1 .price-range-content .range-box .price strong {
  font-weight: 700;
  font-size: 24px;
}
.section01-1 .price-range-content .range-box-01 {
  background-color: rgba(224, 225, 226, 0.3);
}
.section01-1 .price-range-content .range-box-02 {
  background-color: rgba(224, 225, 226, 0.6);
}
.section01-1 .price-range-content .range-box-03 {
  background-color: rgb(224, 225, 226);
}
.section01-1 .price-range-footer {
  margin-bottom: 60px;
}
.section01-1 .table-wrap3 ::-webkit-scrollbar {
  background-color: #f4f4f4;
}
.section01-1 .table-wrap3 .footer-box {
  text-align: start;
  margin-top: 20px;
  margin-bottom: 80px;
}
.section01-1 .table-wrap3 .footer-box h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.section01-1 .table-wrap3 .footer-box .text-01 {
  font-size: 16px;
}
.section01-1 .table-wrap3 .footer-box .text-01 .number-01 {
  margin-bottom: 15px;
}
.section01-1 .table-wrap3 .footer-box .text-01 .number-02 {
  margin-bottom: 15px;
}
.section01-1 .table-wrap3 .footer-box .text-02 {
  font-size: 16px;
}
.section01-1 .table-wrap3 .title-box {
  text-align: center;
}
.section01-1 .table-wrap3 .title-box .title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section01-1 .table-wrap3 .title-box .side {
  font-size: 20px;
  margin-bottom: 26px;
}
.section01-1 .table-wrap3 table {
  font-size: 14px;
  overflow-x: auto;
  display: block;
  border-spacing: 0;
  border-collapse: separate;
  border-spacing: 10px;
  border-right: none;
  border-bottom: none;
}
.section01-1 .table-wrap3 table thead th {
  padding-top: 15px;
  background-color: #fff;
  border-top: 2px solid #000;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}
.section01-1 .table-wrap3 table tbody {
  border-bottom: 2px solid #000;
}
.section01-1 .table-wrap3 table tbody .row-01 {
  text-align: start;
}
.section01-1 .table-wrap3 table tbody .row-01.last-td {
  border-bottom: 2px solid #999;
}
.section01-1 .table-wrap3 table tbody td[colspan="1"] {
  text-align: center;
}
.section01-1 .table-wrap3 table tbody td {
  padding: 10px 5px;
  border-top: 2px solid #999;
  border-collapse: separate;
  border-spacing: 10px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}
.section01-1 .table-wrap3 table tbody td.t-left {
  padding-left: 15px;
  text-align: left;
}
.section01-1 .table-wrap3 table tbody td.last-td {
  border-bottom: 2px solid #999;
}
.section01-1 .table-wrap3 table tbody .car-name {
  padding-left: 20px;
  text-align: left;
}
.section01-1 .benefit-box .benefit-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.section01-1 .benefit-box .benefit-detail-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 120px;
}
.section01-1 .benefit-box .benefit-detail-wrap .benefit-slide-wrap {
  max-width: 300px;
}
.section01-1 .benefit-box .benefit-detail-wrap .benefit-img-wrap .img-wrap {
  height: 300px;
}
.section01-1 .benefit-box .benefit-detail-wrap .benefit-img-wrap .img-wrap img {
  height: 100%;
}
.section01-1 .benefit-box .benefit-detail-wrap h3 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section01-1 .benefit-box .benefit-detail-wrap {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}

.section01-2 {
  position: relative;
  font-family: "audi_ex", "NotoSans";
  padding-top: 40px;
  padding-bottom: 46px;
  width: 100%;
  height: 778px;
  background: url(../img/section01-2-background.png) no-repeat center/cover;
}
.section01-2 .inner {
  text-align: center;
  color: #000;
  padding-bottom: 150px;
}
.section01-2 .inner .title-wrap {
  border-bottom: none;
}
.section01-2 .inner .title-wrap .title {
  font-size: 40px;
}
.section01-2 .inner .title-wrap .date-text {
  font-size: 26px;
  line-height: 26px;
  padding-top: 24px;
}
.section01-2 .inner .title-wrap .preview-text {
  font-size: 28px;
  font-weight: 700;
  padding-top: 60px;
}
.section01-2 .inner-btn {
  position: absolute;
  right: 0;
  bottom: 70px;
  left: 0;
  display: flex;
  justify-content: center;
}
.section01-2 .inner-btn .invite-event {
  font-weight: 700;
  color: #fff;
  padding: 10px 65px;
  border: solid 1px #fff;
  font-size: 22px;
}/*# sourceMappingURL=event.css.map */