@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box;
}

body {
  font-family: Audi, Noto, sans-serif;
  font-size: inherit;
  line-height: 1.5;
  letter-spacing: -0.25px;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* 링크 */
a {
  color: inherit;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  width: 100%;
  vertical-align: middle;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  border: 0;
}

button {
  outline: none;
  background: none;
  box-shadow: none;
  border: 0;
}

input[type=text],
input[type=submit],
input[type=password],
input[type=search],
input[type=number],
input[type=reset],
input[type=email],
input[type=tel],
input[type=search],
input[type=file],
input[type=email],
input[type=tel] {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #b3b3b3;
  background: none;
}

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

.en {
  font-family: Audi_ex, Audi, Noto, sans-serif;
  font-weight: 800;
}

.form-wrap {
  font-size: 0;
}
.form-wrap + .form-wrap {
  margin-top: 28px;
}
.form-wrap .form-box {
  font-size: 18px;
}
.form-wrap.col2 {
  display: flex;
}
.form-wrap.col2 .form-box {
  display: inline-block;
  width: 49%;
  width: 100%;
}
.form-wrap.col2 .form-box.box2 {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.form-wrap.col2 .form-box.box2 .input-field {
  width: calc(100% - 160px);
}
.form-wrap.col2 .form-box.box2 .btn-type {
  width: 160px;
}
.form-wrap.col2 .form-box.box2 .btn-type:disabled {
  background-color: #949494;
}
.form-wrap.col2 .form-box:nth-child(n+2) {
  margin-left: 2%;
}
.form-wrap.col3 {
  display: block;
}
.form-wrap.col3 label {
  font-size: 13px;
  color: #666;
}
.form-wrap.col3 .box_area {
  display: flex;
}
.form-wrap.col3 .box_area .form-box {
  width: 100%;
}
.form-wrap.col3 .box_area .form-box + .form-box {
  margin-left: 2%;
}
.form-wrap.btn .form-box {
  display: flex;
  width: 100%;
  gap: 20px;
  align-items: flex-end;
}
.form-wrap.btn .form-box .input-field {
  width: calc(100% - 180px);
}
.form-wrap.btn .form-box .input-field input {
  margin: 0;
}
.form-wrap.btn .form-box .btn-type:disabled {
  background-color: #949494;
}

.form-text {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
}

.select-type {
  position: relative;
}
.select-type label {
  font-size: 13px;
  color: #666;
}
.select-type .title {
  position: absolute;
  bottom: 28px;
  left: 0;
  font-size: 13px;
  color: #666;
  opacity: 0;
  transition: 0.2s ease-in;
}
.select-type.selected .title {
  opacity: 1;
  transform: translateY(-13px);
}

.input-field .label {
  font-size: 13px;
  color: #666;
}
.input-field input:disabled {
  opacity: 0.5;
}

.chk-box {
  display: inline-block;
  text-align: left;
}
.chk-box input[type=checkbox],
.chk-box input[type=radio] {
  display: none;
}
.chk-box label {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  font-size: 18px;
  color: #000;
}
.chk-box .checkbox {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  margin-right: 4px;
  background: #fff;
  border: 1px solid #9a9a9a;
  transition: 0.3s;
}
.chk-box input[type=checkbox] + .checkbox:before, .chk-box input[type=checkbox] + .checkbox:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  border-radius: 15px;
  transform-origin: left;
  transition: all 150ms;
}
.chk-box input[type=checkbox] + .checkbox:before {
  transform: translate(6px, 12px) rotate(45deg);
  transition-delay: 100ms;
  width: 5px;
}
.chk-box input[type=checkbox] + .checkbox:after {
  transform: translate(10px, 17px) rotate(308deg);
  transition-delay: 0ms;
  width: 13px;
}
.chk-box input[type=checkbox]:checked ~ .checkbox:before, .chk-box input[type=checkbox]:checked ~ .checkbox:after {
  background: #000;
}
.chk-box input[type=checkbox]:checked ~ .checkbox:before {
  width: 7px;
}
.chk-box input[type=checkbox]:checked ~ .checkbox:after {
  width: 15px;
}
.chk-box.selected label {
  color: #000;
}
.chk-box input[type=radio] + .checkbox {
  border-radius: 100%;
  width: 24px;
  height: 24px;
}
.chk-box input[type=radio] + .checkbox:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 12px;
  height: 12px;
  background: #333;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 150ms;
}
.chk-box input[type=radio]:checked ~ .checkbox:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.chk-box + .chk-box {
  margin-left: 20px;
}
.chk-box:hover .checkbox {
  border-color: #000;
}

.nice-select {
  float: none;
  width: 100%;
  height: 45px;
  padding-left: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #808080;
}
.nice-select.open, .nice-select:hover {
  border-bottom: 2px solid #333;
}
.nice-select:after {
  right: 4px;
  width: 9px;
  height: 9px;
  margin-top: -6px;
  border-color: #808080;
  border-width: 1px;
}
.nice-select .current {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  vertical-align: middle;
}
.nice-select .list {
  width: 95%;
  max-height: 300px;
  margin-top: -38px;
  border-radius: 0;
  border: 1px solid #ccc;
  box-shadow: 6px 6px 9px 0 rgba(0, 0, 0, 0.03);
  font-size: 18px;
  overflow-y: auto;
}
.nice-select.open:after {
  animation-play-state: paused;
}

.nice-select .list {
  max-height: 300px;
  overflow-y: auto;
}

.select-area {
  position: relative;
  display: flex;
  margin-top: 12px;
}

.form-box input {
  margin-right: 5px;
  margin-top: 0;
}
.form-box input:first-child {
  margin-left: 0;
}
.form-box input[type=radio] {
  width: 24px;
  height: 24px;
  accent-color: #505050;
}
.form-box input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #505050;
}

.btn-wrap {
  padding-top: 60px;
  text-align: center;
}

[class^=btn-type] {
  display: inline-block;
  transition: 0.3s;
}

.btn-type-big {
  width: 635px;
  height: 81px;
  background: #000;
  line-height: 79px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.btn-type-big:hover {
  background: #4c4c4c;
}

.btn-type {
  width: 196px;
  height: 50px;
  background: #000;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.btn-type:hover {
  background: #4c4c4c;
}
.btn-type.v2 {
  border: 1px solid #000;
  line-height: 48px;
  color: #000;
}
.btn-type.v2, .btn-type.v2:hover {
  background: none;
}
.btn-type.v2:hover {
  background: none;
  border-color: #4c4c4c;
  color: #4c4c4c;
}

.btn-type2 {
  width: 187px;
  height: 60px;
  background: #000;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.btn-type2:hover {
  background: #4c4c4c;
}
.btn-type2.v2 {
  border: 1px solid #000;
  line-height: 58px;
  color: #000;
}
.btn-type2.v2, .btn-type2.v2:hover {
  background: none;
}
.btn-type2.v2:hover {
  background: none;
  border-color: #4c4c4c;
  color: #4c4c4c;
}

.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 .btn-close {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 36px;
  right: 30px;
}
.pop-layer .layer-wrap .btn-close:before, .pop-layer .layer-wrap .btn-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26.2842712474px;
  height: 2px;
  background-color: #000;
}
.pop-layer .layer-wrap .btn-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.pop-layer .layer-wrap .btn-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.pop-layer .layer-wrap .title {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}

.pop-layer .layer-content {
  margin-top: 15px;
}

.pop-layer .layer-content p {
  color: #666;
  line-height: 22px;
}

.pop-layer .layer-content .text {
  color: #000;
}

.pop-layer .layer-content .table-wrap {
  margin-top: 20px;
  border-color: #fff;
}

.pop-layer .table-wrap {
  margin-top: 12px;
  border-bottom: 1px solid #e5e5e5;
}

.pop-layer .table-wrap .notice-text {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
}

.pop-layer .table-wrap th,
.pop-layer .table-wrap td {
  padding: 10px 20px 15px;
  border-top: 1px solid #e5e5e5;
  text-align: left;
  color: #6d7579;
  font-size: 14px;
  letter-spacing: -1px;
}

.pop-layer .table-wrap th {
  background: #f2f2f2;
}

.pop-layer .table-wrap th,
.pop-layer .table-wrap td {
  padding-right: 10px;
  vertical-align: top;
  border-color: #fff;
}

.pop-layer .table-wrap th {
  color: #000;
  font-weight: 600;
  background: #fff;
  border-top: 1px solid #909090;
}

.pop-layer .table-wrap tr th:first-child {
  background: #fff;
  border-top: 3px solid #000;
}

.pop-layer .table-wrap td {
  background: #fff;
  border-left: 8px solid #fff;
  border-top: 1px solid #909090;
  color: #6d7579;
}

.pop-layer .underline {
  text-decoration: underline;
}

.inner-wrap, .visual-wrap > p {
  width: 950px;
  margin: 0 auto;
}

.content-area {
  padding-bottom: 60px;
  justify-content: center;
}
.content-area.landing-a6q5 .big-title-wrap {
  font-size: 50px;
}
.content-area.landing-a6q5 .big-title-wrap.v2 .title .en {
  font-size: 50px;
}
.content-area.landing-a6q5 .big-title-wrap .title {
  line-height: 24px;
}
.content-area.landing-a6q5 .big-title-wrap .title .en,
.content-area.landing-a6q5 .big-title-wrap .title .sub-title {
  font-size: 30px;
  line-height: 1;
}
.content-area.landing-a6q5 .big-title-wrap .title .a6,
.content-area.landing-a6q5 .big-title-wrap .title .q5 {
  color: #000;
}
.content-area.landing-a6q5 .big-title-wrap .benefit {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  font-size: 18px;
}
.content-area.landing-a6q5 .big-title-wrap .benefit li {
  font-size: 18px;
}
.content-area.landing-a6q5 .big-title-wrap .benefit li span {
  position: relative;
  font-weight: bold;
  padding-right: 20px;
}
.content-area.landing-a6q5 .big-title-wrap .benefit li span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 2px;
  height: 100%;
  background: #666;
}
.content-area.landing-a6q5 .big-title-wrap .benefit li + li {
  margin-left: 10px;
}
.content-area.landing-a6q5 .big-title-wrap .notice {
  width: 80%;
  margin: 60px auto 0;
}
.content-area.landing-a6q5 .big-title-wrap .notice li {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
.content-area.landing-a6q5 .big-title-wrap .notice li + li {
  margin-top: 10px;
}
.content-area.landing-a6q5 .big-title-wrap .notice li a {
  width: 130px;
  height: 40px;
  margin-left: 20px;
  line-height: 40px;
  font-size: 14px;
}
.content-area.landing-a6q5 .content-wrap {
  margin-top: 80px;
}
.content-area.landing-a6q5 .content-wrap > h2 {
  text-align: center;
  font-size: 30px;
}
.content-area.landing-a6q5 .content-wrap > h2 > span {
  position: relative;
}
.content-area.landing-a6q5 .content-wrap > h2 > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -100%;
  transform: translateY(-50%);
  width: 98%;
  height: 3px;
  background: #000;
}
.content-area.landing-a6q5 .content-wrap > h2 > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -100%;
  transform: translateY(-50%);
  width: 98%;
  height: 3px;
  background: #000;
}
.content-area.landing-a6q5 .content-wrap > h2 .bold {
  font-weight: bold;
}
.content-area.landing-a6q5 .content-wrap .car-list {
  margin: 60px 0 120px;
  display: flex;
  justify-content: space-between;
}
.content-area.landing-a6q5 .content-wrap .car-list li {
  position: relative;
  width: 465px;
  height: 639px;
  border: 1px solid #999;
  background: #fff;
  padding: 36px 40px;
  text-align: center;
  cursor: pointer;
}
.content-area.landing-a6q5 .content-wrap .car-list li.on {
  border: 1px solid #000;
  background: #ebebeb;
}
.content-area.landing-a6q5 .content-wrap .car-list li.on .chk-icon {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/chk-on.png) no-repeat center;
  background-size: contain;
  width: 50px;
  height: 52px;
}
.content-area.landing-a6q5 .content-wrap .car-list li .chk-icon {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/chk-off.png) no-repeat center;
  background-size: contain;
  width: 50px;
  height: 52px;
}
.content-area.landing-a6q5 .content-wrap .car-list li .title {
  min-height: 92px;
  font-size: 29px;
  color: #000;
  font-weight: bold;
  letter-spacing: -0.45px;
  line-height: 1.2;
}
.content-area.landing-a6q5 .content-wrap .car-list li .img-wrap {
  margin-top: 50px;
  width: 100%;
}
.content-area.landing-a6q5 .content-wrap .car-list li .img-wrap img {
  width: 100%;
}
.content-area.landing-a6q5 .content-wrap .car-list li .sub-title {
  margin-top: 26px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
.content-area.landing-a6q5 .content-wrap .car-list li .sub-title span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 46px;
}
.content-area.landing-a6q5 .content-wrap .car-list li .btn-type {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
.content-area.landing-a6q5 .content-wrap .car-list li .btn-type a {
  display: block;
  width: 100%;
  height: 100%;
}

.header-wrap {
  position: relative;
  z-index: 30;
}
.header-wrap .logo {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 101px;
  height: 36px;
  background: url(../images/logo.png) 0 0 no-repeat;
  font-size: 0;
}
.header-wrap .logo a {
  display: block;
  height: 100%;
}

.visual-wrap {
  position: relative;
  margin-bottom: 90px;
}
.visual-wrap > div,
.visual-wrap > a {
  display: block;
  height: 590px;
  background: #000 url(../images/visual.jpg) 50% center no-repeat;
  font-size: 0;
}
.visual-wrap > p {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
.visual-wrap .btn-box {
  position: absolute;
  top: 55%;
  left: calc(50% - 534px);
  width: 1050px;
}
.visual-wrap .btn-box .btn-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 198px;
  height: 58px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  font-size: 20px;
  color: #fff;
}
.visual-wrap .visual {
  position: relative;
}
.visual-wrap .visual .text-wrap {
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1024px;
  padding-left: 20px;
  background: none;
}
.visual-wrap .visual .text-wrap .title {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -2px;
  color: #fff;
}
.visual-wrap .visual .text-wrap .sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
  color: #fff;
}
.visual-wrap .visual .text-wrap .sub-title .en {
  font-weight: 400;
}
.visual-wrap .visual .text-wrap .btn-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 56px;
  margin-top: 60px;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: #fff;
}
.visual-wrap.etronGT > a,
.visual-wrap.etronGT > div {
  background-image: url(../images/visual_etronGT.png);
}
.visual-wrap.a3 > a,
.visual-wrap.a3 > div {
  background-image: url(../images/visual_a3.jpg);
}
.visual-wrap.a4 > a,
.visual-wrap.a4 > div {
  background-image: url(../images/visual_a4.jpg);
}
.visual-wrap.a5 > a,
.visual-wrap.a5 > div {
  background-image: url(../images/visual_a5.jpg);
}
.visual-wrap.a6 > a,
.visual-wrap.a6 > div {
  background-image: url(../images/visual_a6_pc.jpg);
}
.visual-wrap.a8 > a,
.visual-wrap.a8 > div {
  background-image: url(../images/visual_a8.jpg);
}
.visual-wrap.a8l > a,
.visual-wrap.a8l > div {
  background-image: url(../images/visual_a8l_pc.jpg);
}
.visual-wrap.sb > a,
.visual-wrap.sb > div {
  background-image: url(../images/visual_sb.jpg);
}
.visual-wrap.q2 > a,
.visual-wrap.q2 > div {
  background-image: url(../images/visual_q2.jpg);
}
.visual-wrap.q5 > a,
.visual-wrap.q5 > div {
  background-image: url(../images/visual_q5.jpg);
}
.visual-wrap.q7 > a,
.visual-wrap.q7 > div {
  background-image: url(../images/visual_q7.jpg);
}
.visual-wrap.s6 > a,
.visual-wrap.s6 > div {
  background-image: url(../images/visual_s6.jpg);
}
.visual-wrap.s4 > a,
.visual-wrap.s4 > div {
  background-image: url(../images/visual_s4.jpg);
}
.visual-wrap.s5 > a,
.visual-wrap.s5 > div {
  background-image: url(../images/visual_s5.jpg);
}
.visual-wrap.s7 > a,
.visual-wrap.s7 > div {
  background-image: url(../images/visual_s7.jpg);
}
.visual-wrap.sq5 > a,
.visual-wrap.sq5 > div {
  background-image: url(../images/visual_sq5.jpg);
}
.visual-wrap.q3 > a,
.visual-wrap.q3 > div {
  background-image: url(../images/visual_q3.jpg);
}
.visual-wrap.q4 > a,
.visual-wrap.q4 > div {
  background-image: url(../images/visual_q4.jpg);
}
.visual-wrap.a4a5q3 > a,
.visual-wrap.a4a5q3 > div {
  background-image: url(../images/visual_a4a5q3.jpg);
}
.visual-wrap.landing-a6q5 > a,
.visual-wrap.landing-a6q5 > div {
  background-image: url(../images/visual_landing_a6q5.png);
  background-size: cover;
  height: 636px;
}

.page-title {
  position: relative;
  padding: 70px 0 54px;
  border-bottom: 1px solid #000;
}
.page-title .logo {
  position: absolute;
  top: 80px;
  right: 0;
}
.page-title .title {
  font-size: 35px;
  font-weight: 600;
}
.page-title + .step-wrap {
  margin-top: 66px;
  margin-bottom: 30px;
}

.title-wrap {
  position: relative;
  padding-bottom: 14px;
}
.title-wrap .title {
  font-size: 24px;
  font-weight: 600;
}

.pop-section .form-box input {
  margin-right: 5px;
  margin-left: 13px;
}
.pop-section .form-box input:first-child {
  margin-left: 0;
}
.pop-section .form-box label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

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

.councel_wrap {
  display: none;
}

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

.asterisk {
  color: #f50537;
  font-size: 24px;
}

.big-title-wrap {
  text-align: center;
  letter-spacing: -1px;
}
.big-title-wrap > strong {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
}
.big-title-wrap > p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}
.big-title-wrap .title {
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
}
.big-title-wrap .title span {
  color: #ba0a30;
}
.big-title-wrap .title span.sub-title {
  color: #000;
}
.big-title-wrap .title .en {
  letter-spacing: -5px;
  font-size: 65px;
}
.big-title-wrap.v2 .title {
  font-size: 50px;
  color: #081d22;
}
.big-title-wrap.v2 .title.v2 {
  font-size: 22px;
  font-weight: 300;
  margin-top: 20px;
}
.big-title-wrap.v2 .title .en {
  font-size: 60px;
  color: #000;
}

.table-wrap2 {
  width: 730px;
  margin: 30px auto 90px;
}
.table-wrap2 p {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  width: 100%;
}
.table-wrap2 p + p {
  margin-top: 4px;
}
.table-wrap2 p:first-child {
  width: 22%;
}
.table-wrap2 table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  letter-spacing: -1px;
  border: 1px solid #000;
}
.table-wrap2 th,
.table-wrap2 td {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 700;
  border-right: 1px solid #000;
}
.table-wrap2 th > span,
.table-wrap2 td > span {
  color: #ba0a30;
}
.table-wrap2 th:first-child,
.table-wrap2 td:first-child {
  border-left: 1px solid #000;
}
.table-wrap2 th {
  vertical-align: middle;
}
.table-wrap2 td ul {
  padding: 0 40px 20px;
  text-align: left;
  word-break: keep-all;
}
.table-wrap2 td ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 10px;
}
.table-wrap2 td ul li:first-child {
  margin-top: 0;
}
.table-wrap2 td ul li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.table-wrap2 tr.type1 th,
.table-wrap2 tr.type1 td {
  background: #272727;
  font-size: 22px;
  color: #fff;
  border: 1px solid #000;
  padding: 10px 0;
}
.table-wrap2 tr.type1.v2 th,
.table-wrap2 tr.type1.v2 td {
  font-size: 20px;
}
.table-wrap2 tr.type2 th,
.table-wrap2 tr.type2 td {
  background: #4d4d4d;
  color: #fff;
  border: 1px solid #000;
  padding: 10px 0;
}
.table-wrap2 tr.type3 th,
.table-wrap2 tr.type3 td {
  border: 1px solid #000;
  background: #cccccc;
  vertical-align: middle;
  padding: 10px 0;
  font-weight: bold;
}
.table-wrap2 tr.type4 th,
.table-wrap2 tr.type4 td {
  background: #f4f4f4;
  border: 1px solid #000;
  padding: 10px 0;
}
.table-wrap2 tr.type4 td {
  padding: 10px 30px;
  text-align: left;
  word-break: keep-all;
}
.table-wrap2 tr.type5 th,
.table-wrap2 tr.type5 td {
  padding: 40px 0 20px;
}
.table-wrap2 tr.type6 th,
.table-wrap2 tr.type6 td {
  padding: 20px 0 40px;
}
.table-wrap2 tr.type7 th,
.table-wrap2 tr.type7 td {
  padding: 10px 0;
  border: 1px solid #000;
  background-color: #efefef;
}
.table-wrap2 tr.type7 td {
  padding: 10px 30px;
  text-align: left;
  word-break: keep-all;
}
.table-wrap2 tr.type7 td p {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}
.table-wrap2 tr.info.no-border {
  border: 1px solid #fff;
}
.table-wrap2 tr.info th,
.table-wrap2 tr.info td {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  font-size: 14px;
  color: #666;
  text-align: left;
  font-weight: 400;
}
.table-wrap2 tr td.multi-key {
  padding-left: 150px;
  text-align: left;
}
.table-wrap2.wide {
  width: 950px;
}
.table-wrap2.wide table {
  border-bottom: 1px solid #000;
}
.table-wrap2.wide tbody tr:not([class^=type]) th,
.table-wrap2.wide tbody tr:not([class^=type]) td {
  border-bottom: 0;
}
.table-wrap2.wide tbody tr.type3 th,
.table-wrap2.wide tbody tr.type3 td {
  border-top: 1px solid #000;
}

.table-wrap3 {
  margin-top: -90px;
}

.img-wrap {
  text-align: center;
}
.img-wrap img {
  display: inline-block;
  width: 952px;
}

.tab-wrap ul {
  font-size: 0;
}
.tab-wrap ul li {
  display: inline-block;
  width: 50%;
}
.tab-wrap ul li a {
  display: block;
  height: 80px;
  border: 1px solid #000;
  line-height: 80px;
  font-size: 20px;
  text-align: center;
  color: #000;
}
.tab-wrap ul li.active a {
  background: #000;
  color: #fff;
}

.step-wrap {
  margin: 60px 0;
  text-align: center;
}
.step-wrap ol {
  display: inline-block;
  position: relative;
}
.step-wrap ol li {
  display: inline-block;
  position: relative;
  padding-top: 34px;
  margin: 0 63px;
}
.step-wrap ol li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -14px;
  width: 22px;
  height: 22px;
  background: #ccc;
  border: 2px solid #ccc;
  border-radius: 50%;
}
.step-wrap ol li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 58px;
  z-index: -1;
  width: 210px;
  height: 1px;
  background: #ccc;
}
.step-wrap ol li:last-of-type:after {
  display: none;
}
.step-wrap ol li em {
  display: block;
  font-size: 16px;
  color: #ccc;
  font-style: normal;
  line-height: 1.25;
}
.step-wrap ol li span {
  display: block;
  font-size: 20px;
  color: #ccc;
}
.step-wrap ol li.done:before, .step-wrap ol li.active:before {
  top: -6px;
  width: 32px;
  height: 32px;
}
.step-wrap ol li.done:before {
  border-color: #000;
  background: #000 url(../images/ico_check.png) 6px 8px no-repeat;
}
.step-wrap ol li.done:after {
  height: 2px;
  background: #000;
}
@keyframes point {
  50% {
    transform: scale(1.05);
  }
}
.step-wrap ol li.active:before {
  background: #fff;
  border-color: #000;
  border-width: 3px;
  animation: point 1s infinite both;
}
.step-wrap ol li.active em {
  color: #666;
}
.step-wrap ol li.active span {
  color: #000;
}

.content-wrap {
  width: 950px;
  margin: 50px auto 0;
}
.content-wrap.full {
  width: 100%;
}
.content-wrap .benefit-wrap img {
  width: 100%;
}

.content-box {
  padding: 20px 0 0;
  border-top: 3px solid #000;
}
.content-box .select-type {
  padding-top: 10px;
}
.content-box .notice-text {
  font-size: 14px;
  line-height: 1.8;
}
.content-box .notice-text.v2 {
  color: #666;
}
.content-box .chk-wrap {
  padding: 7px 0 3px;
}

.model-wrap {
  padding: 21px 28px 25px;
  margin-top: 60px;
  border-top: 3px solid #000;
  background: #f2f2f2;
}
.model-wrap .title-wrap {
  padding-bottom: 10px;
}
.model-wrap ul {
  font-size: 0;
}
.model-wrap ul li {
  display: inline-block;
  width: 50%;
  font-size: 18px;
  color: #666;
}
.model-wrap ul li:nth-child(n+3) {
  margin-top: 6px;
}

.agree-wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.agree-wrap .agree-all {
  position: relative;
  padding: 32px 20px;
  margin-top: 24px;
  background: #f2f2f2;
}
.agree-wrap .agree-all:first-child {
  margin-top: 0;
}
.agree-wrap .agree-all p {
  font-size: 14px;
  color: #666;
}
.agree-wrap .agree-all .chk-box {
  position: absolute;
  top: 30px;
  right: 30px;
}
.agree-wrap .agree-list {
  margin-top: 37px;
}
.agree-wrap .agree-list > ul > li {
  position: relative;
  margin-top: 24px;
}
.agree-wrap .agree-list > ul > li:first-child {
  margin-top: 0;
}
.agree-wrap .agree-list > ul > li:last-child .btn-type {
  top: 0;
}
.agree-wrap .agree-list > ul > li > .label {
  display: block;
  font-size: 18px;
  line-height: 50px;
}
.agree-wrap .agree-list > ul > li > .label .chk {
  margin-left: 4px;
}
.agree-wrap .agree-list > ul > li > .label .chk.active {
  color: #f50537;
}
.agree-wrap .agree-list > ul > li .btn-type {
  position: absolute;
  top: 16px;
  right: 0;
}
.agree-wrap .agree-list > ul > li .list li {
  margin-top: 10px;
}
.agree-wrap .agree-list > ul > li .list li:first-child {
  margin-top: 0;
}
.agree-wrap .agree-list > ul > li .list li .label {
  display: inline-block;
  width: 260px;
  color: #666;
}

.guide-box {
  padding: 15px 20px;
  background: #f2f2f2;
}
.guide-box.v2 {
  padding: 27px 29px;
  margin-top: 30px;
}
.guide-box .chk-wrap {
  margin-top: 15px;
  padding-top: 18px;
  border-top: 1px solid #d8d8d8;
  text-align: center;
}
.guide-box .chk-wrap .chk-box {
  width: 208px;
  margin: 0 auto;
}
.guide-box .text {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  text-align: left;
}
.guide-box .title {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}
.guide-box .list li {
  position: relative;
  margin-left: 10px;
  font-size: 16px;
  color: #666;
}
.guide-box .list li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -9px;
  width: 2px;
  height: 2px;
  background: #919191;
}
.guide-box .list li.focus {
  display: inline-block;
  border-bottom: 1px solid #333;
  color: #333;
}
.guide-box .list li.focus:before {
  background: #606060;
}

.info-box dl {
  position: relative;
  border-top: 1px solid #b3b3b3;
  font-size: 0;
}
.info-box dl:first-child {
  border-top: 0;
}
.info-box dl:first-child dt,
.info-box dl:first-child dd {
  padding-top: 0;
}
.info-box dl dt,
.info-box dl dd {
  display: inline-block;
  padding: 20px 0;
  font-size: 18px;
}
.info-box dl dt {
  width: 202px;
  color: #333;
}
.info-box dl dd {
  width: calc(100% - 202px);
  color: #000;
}
.info-box.v1 {
  margin-top: 5px;
}
.info-box.v1 dt,
.info-box.v1 dd {
  padding-bottom: 27px;
}
.info-box.v1 dt {
  width: 126px;
}
.info-box.v1 dd {
  width: calc(100% - 126px);
}
.info-box.v2 {
  border-bottom: 1px solid #b3b3b3;
}
.info-box.v2 dl dt,
.info-box.v2 dl dd {
  padding: 24px 0;
}
.info-box.v2 dl:first-child dt,
.info-box.v2 dl:first-child dd {
  padding-top: 5px;
}
.info-box.v3 dl dt,
.info-box.v3 dl dd {
  padding: 26px 0 20px;
}
.info-box.v3 .btn-type2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 176px;
}
.info-box .tag-box {
  display: inline-block;
  min-width: 100px;
  height: 30px;
  padding: 0 10px;
  margin-right: 8px;
  border: 1px solid #000;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #000;
}

/* 2024-06-12 추가 */
.grey-box {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #b3b3b3;
  color: #000;
}
.grey-box strong {
  font-size: 16px;
}
.grey-box u {
  font-weight: bold;
}
.grey-box > p:first-child {
  margin-bottom: 5px;
  font-size: 16px;
}
.grey-box dl {
  margin: 24px 0 30px;
}
.grey-box dl dt {
  font-size: 16px;
  font-weight: bold;
}
.grey-box dl dd {
  margin: 10px 0 5px;
}
.grey-box dl dd strong {
  font-size: 14px;
}
.grey-box dl dd span {
  display: inline-block;
  width: 69px;
  margin-right: 10px;
  padding: 1px 5px;
  border-radius: 11px;
  text-align: center;
  background-color: #b3b3b3;
}
.grey-box dl + p {
  font-size: 14px;
}

/* //2024-06-12 추가 */
.apply-footer {
  background: #4c4c4c;
}
.apply-footer .dealer-wrap {
  padding: 20px 0 50px;
}
.apply-footer .dealer-wrap .title-wrap {
  position: relative;
  padding: 20px 0 14px;
  border-bottom: 2px solid #f2f2f2;
}
.apply-footer .dealer-wrap .title-wrap .title {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}
.apply-footer .dealer-wrap .title-wrap .btn-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 19px;
  height: 19px;
  margin-top: -10px;
  font-size: 0;
}
.apply-footer .dealer-wrap .title-wrap .btn-toggle:before, .apply-footer .dealer-wrap .title-wrap .btn-toggle:after {
  content: "";
  position: absolute;
  background: #fff;
}
.apply-footer .dealer-wrap .title-wrap .btn-toggle:before {
  top: 9px;
  left: 0;
  width: 100%;
  height: 1px;
}
.apply-footer .dealer-wrap .title-wrap .btn-toggle:after {
  top: 0;
  left: 9px;
  width: 1px;
  height: 100%;
}
.apply-footer .dealer-wrap .title-wrap .btn-toggle.active:after {
  display: none;
}
.apply-footer .dealer-wrap .toggle-box {
  display: none;
}
.apply-footer .dealer-wrap table {
  width: 100%;
  table-layout: fixed;
}
.apply-footer .dealer-wrap table th,
.apply-footer .dealer-wrap table td {
  padding-right: 14px;
  vertical-align: top;
  text-align: left;
  line-height: 24px;
}
.apply-footer .dealer-wrap table th:last-child,
.apply-footer .dealer-wrap table td:last-child {
  padding-right: 0;
  text-align: center;
}
.apply-footer .dealer-wrap table th {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.apply-footer .dealer-wrap table td {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 13px;
  color: #b3b3b3;
  word-break: keep-all;
}
.apply-footer .dealer-wrap table tr:first-child td {
  padding-top: 15px;
}
.apply-footer .footer-wrap {
  padding: 40px 0 50px;
  border-top: 1px solid #666;
}
.apply-footer .footer-wrap ul li {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 17px;
  vertical-align: middle;
  color: #fff;
}
.apply-footer .footer-wrap ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 17px;
  margin-top: -8px;
  background: #666;
}
.apply-footer .footer-wrap ul li:first-child {
  padding-left: 0;
}
.apply-footer .footer-wrap ul li:first-child:before {
  display: none;
}
.apply-footer .footer-wrap ul li a {
  display: block;
  padding: 6px 0;
}
.apply-footer .footer-wrap .footer-link ul li {
  font-size: 18px;
  color: #fff;
}
.apply-footer .footer-wrap .footer-address {
  margin-top: 12px;
  color: #fff;
}
.apply-footer .footer-wrap .footer-address ul li {
  padding: 0 8px;
  font-size: 16px;
  color: #b3b3b3;
}
.apply-footer .footer-wrap .footer-address ul li:before {
  height: 14px;
  margin-top: -7px;
}
.apply-footer .footer-wrap .footer-address ul li:first-child {
  padding-left: 0;
}
.apply-footer .footer-wrap .footer-copyright {
  margin-top: 12px;
  font-family: Audi_ex, sans-serif;
  font-size: 16px;
  color: #808080;
}

.agree-detail-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
.agree-detail-box p {
  color: #666;
  line-height: 1.8;
}
.agree-detail-box p a {
  padding-bottom: 1px;
  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;
}

.notice-list {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.notice-list li {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.57;
  color: #666;
}
.notice-list li::before {
  position: absolute;
  content: "-";
  left: 0;
}

.notice-wrap {
  padding: 50px 0;
  background: #eee;
  letter-spacing: -1.5px;
}
.notice-wrap ul {
  margin-top: 20px;
}
.notice-wrap ul:first-of-type {
  margin-top: 0;
}

.list-type li {
  position: relative;
  margin-top: 7px;
  padding-left: 12px;
  font-size: 18px;
  color: #222;
}
.list-type li:first-child {
  margin-top: 0;
}
.list-type li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 2px;
  height: 2px;
  background: #000;
  border-radius: 50%;
}

.list-type2 li {
  position: relative;
  margin-top: 4px;
  padding-left: 12px;
  font-size: 14px;
  color: #666;
}
.list-type2 li:first-child {
  margin-top: 0;
}
.list-type2 li:before {
  content: "*";
  position: absolute;
  top: 2px;
  left: 0;
}

.list-type3 li {
  position: relative;
  margin-top: 4px;
  padding-left: 12px;
  font-size: 14px;
  color: #666;
}
.list-type3 li:first-child {
  margin-top: 0;
}
.list-type3 li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.list-type3 li.focus {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
.list-type3 li.focus:before {
  font-weight: normal;
}
.list-type3 li.none {
  margin-top: 0;
}
.list-type3 li.none:before {
  display: none;
}
.list-type3 li strong.underline {
  text-decoration: underline;
}

.img-box {
  margin-top: 100px;
  text-align: center;
}

.btn-buyback {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  padding-top: 0;
}
.btn-buyback .btn-type-big {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-buyback .btn-type-big .ico-youtube {
  display: block;
  width: 34px;
  height: 24px;
  margin-right: 10px;
  background: url(../images/ico_youtube.png) 0 0 no-repeat;
  background-size: cover;
}

.buyback-cont {
  font-size: 0;
  margin-bottom: 78px;
}
.buyback-cont .buyback-item {
  display: inline-block;
  width: calc(33.3% - 31px);
  vertical-align: top;
  margin-left: 46px;
}
.buyback-cont .buyback-item:first-child {
  margin-left: 0;
}
.buyback-cont .buyback-item .ico-buy1 {
  display: block;
  width: 46px;
  height: 46px;
  background: url(../images/ico_buy1.png) 0 0 no-repeat;
}
.buyback-cont .buyback-item .ico-buy2 {
  display: block;
  width: 43px;
  height: 46px;
  background: url(../images/ico_buy2.png) 0 0 no-repeat;
}
.buyback-cont .buyback-item .ico-buy3 {
  display: block;
  width: 46px;
  height: 46px;
  background: url(../images/ico_buy3.png) 0 0 no-repeat;
}
.buyback-cont .buyback-item .title {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 14px;
  border-bottom: 2px solid #000;
  margin-bottom: 24px;
  letter-spacing: -1px;
}
.buyback-cont .buyback-item .cont {
  font-size: 18px;
  color: #666666;
}
.buyback-cont .text-box {
  display: block;
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid #dddddd;
  font-size: 14px;
  color: #666;
  line-height: 22px;
}

.app-cont {
  display: flex;
  margin: 90px 0;
}
.app-cont .app-item {
  width: 50%;
}
.app-cont .app-item.v2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.app-cont .app-item.v2 .btn-wrap {
  padding: 0;
}
.app-cont .app-item.v2 .btn-wrap .btn-type {
  line-height: 78px;
}
.app-cont .app-item p {
  font-size: 23px;
}
.app-cont .app-item .btn-wrap {
  text-align: left;
}
.app-cont .app-item .btn-wrap a {
  display: inline-block;
  width: 315px;
  height: 79px;
}
.app-cont .app-item .btn-wrap a.btn-type {
  font-size: 20px;
  line-height: 70px;
}
.app-cont .app-item .btn-wrap a img {
  width: 100%;
}
.app-cont .app-item .img-wrap img {
  width: 95%;
}

.series-cont {
  padding-bottom: 100px;
}
.series-cont ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
}
.series-cont ul li {
  overflow: hidden;
  position: relative;
  width: calc(50% - 18px);
  margin-left: 18px;
  margin-top: 18px;
}
.series-cont ul li a {
  display: block;
}
.series-cont ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: url(../images/gra.png);
  background-image: 100%;
}
.series-cont ul li a img {
  width: 100%;
  object-fit: cover;
}
.series-cont ul li .title {
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.promotion-detail {
  margin-bottom: 100px;
}
.promotion-detail .car-img-wrap {
  padding-top: 15px;
  text-align: center;
}
.promotion-detail .car-img-wrap img {
  max-width: 644px;
}
.promotion-detail .car-info {
  margin-top: 30px;
}
.promotion-detail .car-info .title-wrap {
  text-align: center;
}
.promotion-detail .car-info .title-wrap .name {
  font-size: 22px;
  letter-spacing: -1px;
}
.promotion-detail .car-info .title-wrap h3 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -2px;
}
.promotion-detail .car-info .info-wrap {
  max-width: 600px;
  margin: auto;
  padding: 30px 90px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.promotion-detail .car-info .info-wrap ul li + li {
  margin-top: 20px;
}
.promotion-detail .car-info .info-wrap ul li dl {
  display: flex;
  gap: 90px;
  font-size: 20px;
  letter-spacing: -1px;
}
.promotion-detail .car-info .info-wrap ul li dl dt {
  font-weight: bold;
}
.promotion-detail .car-info .info-wrap ul li p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
}
.promotion-detail .car-info .notice-wrap {
  max-width: 600px;
  margin: auto;
  padding: 15px 100px;
  background-color: transparent;
}
.promotion-detail .car-info .notice-wrap ul li {
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #666;
}

.text-center {
  text-align: center !important;
}

.audi-summer-tour {
  margin-top: 60px;
  text-align: center;
}
.audi-summer-tour h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #000;
}
.audi-summer-tour .img-wrap {
  margin: 20px 0;
}
.audi-summer-tour .img-wrap img {
  width: 600px;
  height: auto;
}
.audi-summer-tour .text-wrap p {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: -0.4px;
  color: #000;
}
.audi-summer-tour .text-wrap p.notice {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: -0.12px;
  color: #808080;
}
.audi-summer-tour .form-box {
  margin-top: 30px;
}
.audi-summer-tour .form-box input[type=checkbox] {
  width: 24px;
  height: 24px;
  accent-color: #505050;
}
.audi-summer-tour .form-box label {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.35px;
  color: #000;
}

.identity-verification-wrap {
  display: flex;
  justify-content: space-between;
}
.identity-verification-wrap .notice-text {
  margin: 0;
}
.identity-verification-wrap .btn-wrap {
  padding: 0;
}
.identity-verification-wrap .btn-wrap .btn-verification {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  font-size: 16px;
  letter-spacing: -0.24px;
  color: #fff;
  background-color: #000;
}

.event-wrap {
  display: flex;
  justify-content: center;
  width: 914px;
  margin: auto;
  margin-top: 30px;
  background-color: #f2f2f2;
  padding: 30px 18px 20px 18px;
}
.event-wrap .event-box .event-box-title {
  text-align: center;
  line-height: 30px;
}
.event-wrap .event-box .event-box-title .event-box-title-text {
  font-weight: bold;
}
.event-wrap .event-box .event-box-btn {
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: center;
  width: 160px;
  height: 50px;
  font-size: 16px;
  letter-spacing: -0.24px;
  color: #fff;
  background-color: #000;
}/*# sourceMappingURL=common.css.map */