@charset "UTF-8";
:root {
  color-scheme: light only;
}

@media (prefers-color-scheme: dark) {
  html,
  body {
    background: #fff !important;
    background-color: #fff !important;
  }
}
@media (prefers-color-scheme: light) {
  html,
  body {
    background: #fff !important;
    background-color: #fff !important;
  }
}
/* reset css */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font: 12px/1.5 "돋움", Dotum, "굴림", Gulim, sans-serif;
  color: #555;
  width: 800px;
  margin: 0 auto;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
tbody,
tfoot,
thead,
th,
td {
  margin: 0;
  padding: 0;
}

input,
textarea,
select,
td,
th,
button {
  font: 12px/1.5 "돋움", Dotum, "굴림", Gulim, sans-serif;
  vertical-align: middle;
}

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

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

ol,
ul,
li {
  list-style: none;
}

hr,
legend,
caption,
.none {
  position: absolute;
  left: -5000px;
  top: 0;
  visibility: hidden;
  overflow: hidden;
  line-height: 0.1%;
  font-size: 0.1%;
  width: 0.1%;
  height: 0.1%;
}

caption {
  display: none;
}

img,
fieldset {
  border: 0 none;
}

label,
button {
  cursor: pointer;
}

em,
address {
  font-style: normal;
}

a:link,
a:visited {
  color: #666;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

table th,
table td {
  word-break: break-all;
}

/* 인풋 */
input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  height: 18px;
  padding: 2px 5px 1px;
  border: 1px solid #b6babc;
  background: #fff;
  line-height: 18px;
}

input[type=radio],
input[type=checkbox] {
  width: 13px;
  height: 13px;
  margin: 0 0 2px;
}

input[type=file] {
  height: 22px;
  border: 1px solid #b6babc;
  background: none;
}

textarea {
  overflow: auto;
  overflow-x: hidden;
  padding: 2px 2px 2px 5px;
  border: 1px solid #b6babc;
  background: #fff;
  resize: none;
}

iframe.frame {
  width: 100%;
  overflow: hidden;
}

select {
  padding: 2px 2px 2px 0;
  border: 1px solid #b6babc;
  background: #fff;
}

/* 버튼 */
button {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button span {
  font-size: 12px;
}

input[type=text],
input[type=number],
input[type=tel] {
  font-family: "audi", "notokr", sans-serif;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #d0d3d4;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.row {
  display: flex;
  width: 100%;
}
.row .col {
  width: 50%;
}
.row .col.col-12 {
  width: 100%;
}

.relative {
  position: relative;
}

.txt-c {
  text-align: center;
}

.no-br {
  border: none !important;
}

.mg0 {
  margin: 0 !important;
}

.mgt-10 {
  margin-top: 10px !important;
}

.mgt-100 {
  margin-top: 100px !important;
}

.w-100 {
  width: 100% !important;
}

.main-title-wrap {
  text-align: center;
}
.main-title-wrap h1 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.45px;
  color: #000;
}
.main-title-wrap .txt {
  font-size: 20px;
  letter-spacing: -0.3px;
  color: #666;
}
.main-title-wrap .txt span {
  font-size: 20px;
  font-weight: bold;
  color: #cc0033;
}
.main-title-wrap .sub-txt {
  font-size: 17px;
}
.main-title-wrap .notice-txt {
  font-size: 15px;
  letter-spacing: -0.2px;
  color: #a3a3a3;
}

.title-wrap,
.title-wrap2 {
  position: relative;
  margin-top: 35px;
  padding: 0 0 5px 0;
  border-bottom: 3px solid #000;
}
.title-wrap.v2,
.title-wrap2.v2 {
  padding-bottom: 10px;
}
.title-wrap.v2.sub,
.title-wrap2.v2.sub {
  position: relative;
  padding-bottom: 6px;
  border-bottom: 2px solid #000;
}
.title-wrap.v2.sub .title,
.title-wrap2.v2.sub .title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.title-wrap.v2.sub .value,
.title-wrap2.v2.sub .value {
  position: absolute;
  top: -2px;
  right: 0;
  font-family: "맑은 고딕", malgun gothic, "돋움", Dotum, "굴림", Gulim, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.25px;
  color: #cf0033;
}
.title-wrap.v2.sub .btn-add,
.title-wrap2.v2.sub .btn-add {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  top: -2px;
  right: 0;
  text-decoration: none;
}
.title-wrap.v2.sub .btn-add img,
.title-wrap2.v2.sub .btn-add img {
  width: 25px;
}
.title-wrap.v2.sub .btn-add .txt,
.title-wrap2.v2.sub .btn-add .txt {
  padding-top: 2px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.23px;
  color: #cf0033;
}
.title-wrap.v3,
.title-wrap2.v3 {
  border-bottom: 1px solid #000;
}
.title-wrap.v3-1,
.title-wrap2.v3-1 {
  margin-top: 100px;
  padding: 0;
}
.title-wrap.v3 .title,
.title-wrap2.v3 .title {
  font-size: 20px;
  font-weight: bold;
  font-family: "notokr", sans-serif;
  letter-spacing: -0.3px;
}
.title-wrap.v4,
.title-wrap2.v4 {
  border-bottom: 1px solid #000;
}
.title-wrap.v4 .title,
.title-wrap2.v4 .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.title-wrap h1.title,
.title-wrap2 h1.title {
  font-size: 35px;
  font-weight: bold;
  color: #000;
}
.title-wrap .title,
.title-wrap2 .title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  letter-spacing: -1px;
}
.title-wrap .title-text,
.title-wrap2 .title-text {
  color: #f50537;
  margin-left: 12px;
}

.text-type + .text-type {
  margin-top: 50px;
}
.text-type dt {
  margin-bottom: 10px;
  color: #6d7579;
}
.text-type dd {
  font-size: 18px;
  color: #000;
}

.notice-wrap {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #c2c2c2;
}
.notice-wrap.v2 {
  margin: 0;
  border: none;
}
.notice-wrap.v2 .notice {
  font-size: 14px;
  color: #666;
}
.notice-wrap.v2 .notice + .notice {
  margin-top: 30px;
}
.notice-wrap.v2 .notice strong {
  font-size: 15px;
  color: #000;
}
.notice-wrap.v2 .notice b {
  line-height: 3;
}
.notice-wrap .notice {
  font-size: 12px;
  letter-spacing: -0.3px;
  line-height: 1.83;
  color: #000;
  word-break: keep-all;
}

.notice-wrap2 {
  margin-top: 50px;
  padding: 50px 10px;
  background: #eee;
  letter-spacing: -1.5px;
}
.notice-wrap2 .inner-wrap {
  max-width: 950px;
  margin: auto;
}
.notice-wrap2 ul {
  margin-top: 20px;
}
.notice-wrap2 ul:first-of-type {
  margin-top: 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;
}

.text-type2 {
  display: flex;
  gap: 15px;
}
.text-type2 + .text-type2 {
  margin-top: 10px;
}
.text-type2 dt {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  color: #000;
}
.text-type2 dd {
  font-size: 16px;
  color: #666;
}
.text-type2 dd dl {
  display: inline-flex;
}
.text-type2 dd dl dt {
  font-weight: 400;
  color: #666;
}
.text-type2 dd dl dd {
  padding-left: 3px;
}

.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: 20px;
}

@media all and (max-width: 992px) {
  .main-title-wrap {
    text-align: center;
  }
  .main-title-wrap h1 {
    font-size: 23px;
    letter-spacing: -0.7px;
  }
  .main-title-wrap .txt {
    font-size: 14px;
    letter-spacing: -0.4px;
  }
  .main-title-wrap .txt span {
    font-size: 14px;
  }
  .main-title-wrap .sub-txt {
    margin-top: 15px;
    font-size: 12px;
    color: #666;
  }
  .main-title-wrap .notice-txt {
    font-size: 12px;
    letter-spacing: -0.36px;
  }
  .text-type2 dt {
    font-size: 14px;
  }
  .text-type2 dd {
    font-size: 14px;
  }
  .notice-wrap.v2 .notice {
    font-size: 12px;
    line-height: 1.5;
  }
  .notice-wrap.v2 .notice + .notice {
    margin-top: 23px;
  }
  .notice-wrap.v2 .notice strong {
    font-size: 13px;
  }
  .notice-wrap.v2 .notice b {
    font-size: 12px;
    line-height: 2.5;
  }
  .notice-wrap.v2 .notice a {
    font-size: 12px;
    text-decoration: underline;
  }
}
.councel_wrap {
  display: none;
}

.notice-box {
  margin-top: 20px;
  padding: 29px;
  background: #f2f2f2;
}
.notice-box.v2 {
  margin-top: 40px;
  text-align: center;
}
.notice-box.v3 {
  background-color: #fff;
}
.notice-box.v3 .img-wrap {
  margin-bottom: 30px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-bottom: 1px solid #c2c2c2;
}
.notice-box.v3 .img-wrap img {
  width: 280px;
}
.notice-box.v3 .list-wrap {
  text-align: left;
}
.notice-box.v3 .list-wrap + .list-wrap {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #c2c2c2;
}
.notice-box.v3 .list-wrap h3 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -0.6px;
  color: #000;
  text-align: center;
}
.notice-box.v3 .list-wrap h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.notice-box.v3 .list-wrap ul li {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  letter-spacing: -0.12px;
  color: #666;
  line-height: 1.75;
}
.notice-box.v3 .list-wrap ul li::before {
  position: absolute;
  content: "-";
  left: 0;
  font-size: 16px;
  color: #666;
}
.notice-box.v3 .btn-wrap {
  margin-top: 50px;
}
.notice-box.v3 .btn-wrap .btn-apply {
  width: 400px;
}
.notice-box.promotion-box {
  display: none;
  margin-top: 26px;
  text-align: center;
}
.notice-box.promotion-box p {
  font-size: 14px;
}
.notice-box.promotion-box .btn-wrap {
  margin-top: 30px;
}
.notice-box.promotion-box .btn-apply {
  width: 400px;
  font-size: 16px;
}
.notice-box.q6 dl dt {
  font-size: 19px;
}
.notice-box.q6 dl dd p strong {
  font-size: 14px;
}
.notice-box.q6 dl dd .event-info-wrap {
  width: 60%;
  margin: 30px auto 0;
}
.notice-box.q6 dl dd .event-info-wrap dl {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.notice-box.q6 dl dd .event-info-wrap dl + dl {
  margin-top: 10px;
}
.notice-box.q6 dl dd .event-info-wrap dl dt {
  flex-shrink: 0;
  padding: 4px 20px 2px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #6c7579;
  border-radius: 16px;
}
.notice-box.q6 dl dd .event-info-wrap dl dd {
  margin: 3px;
  font-size: 16px;
  color: #111;
  text-align: left;
}
.notice-box.q6 dl dd .event-info-wrap dl dd strong {
  font-size: 16px;
  font-weight: 600;
}
.notice-box.q6 dl dd .event-info-wrap dl dd .number-type > li + li {
  margin-top: 10px;
}
.notice-box.q6 dl dd .event-info-wrap dl dd .number-type > li p {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
}
.notice-box.q6 dl dd .event-info-wrap dl dd .number-type > li p .num {
  display: block;
  width: 18px;
  height: 18px;
  font-size: 11px;
  color: #fff;
  line-height: 20px;
  border-radius: 50%;
  background-color: #6c7579;
  text-align: center;
}
.notice-box.q6 dl dd .event-info-wrap dl dd .number-type ul {
  padding-left: 20px;
}
.notice-box.q6 dl dd .event-info-wrap dl dd .number-type ul li {
  position: relative;
  padding-left: 12px;
  text-align: left;
  font-size: 16px;
}
.notice-box.q6 dl dd .event-info-wrap dl dd .number-type ul li + li {
  margin-top: 3px;
}
.notice-box.q6 dl dd .event-info-wrap dl dd .number-type ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 1px;
  top: 7px;
  left: 0;
  background-color: #6c7579;
}
.notice-box.q6 dl dd .event-info-wrap dl dd .noti-txt {
  margin-top: 16px;
  font-size: 14px;
  text-align: left;
}
.notice-box dt {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.notice-box dd {
  margin-top: 10px;
}
.notice-box .list-type {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.notice-box .list-type.v2 li::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: transparent;
}
.notice-box .list-type li {
  position: relative;
  padding-left: 8px;
}
.notice-box .list-type li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 2px;
  background: #acacac;
}
.notice-box p {
  font-size: 16px;
  color: #000;
}
.notice-box .btn-wrap {
  margin-top: 15px;
}
.notice-box .btn-wrap .btn-apply {
  width: 200px;
}

.select-area {
  position: relative;
  display: flex;
  margin-top: 12px;
  font-size: 0;
}
.select-area.v2 {
  flex-direction: column;
}
.select-area.v2 label {
  font-size: 12px;
  color: #808080;
}
.select-area.v3 {
  margin-top: 0;
  display: block;
}
.select-area.v3 label {
  font-size: 12px;
  color: #808080;
}
.select-area.v3 .box_area {
  display: flex;
}
.select-area.v3 .box_area .select-box {
  width: 100%;
  vertical-align: middle;
}
.select-area .select-box {
  width: 100%;
  vertical-align: middle;
}
.select-area .select-box + .select-box {
  margin-left: 20px;
}

.select-box {
  position: relative;
  border-bottom: 1px solid #d0d3d4;
}
.select-box::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  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);
}
.select-box select {
  width: 100%;
  height: 40px;
  border: 0;
  line-height: 40px;
  font-size: 16px;
  color: #6d7579;
  font-family: "맑은 고딕", malgun gothic, "돋움", Dotum, "굴림", Gulim, sans-serif;
  letter-spacing: -1px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.select-box select::-ms-expand {
  display: none;
}

.info-form {
  margin-top: 30px;
  font-size: 0;
}
.info-form.form2 .row + .row {
  margin-top: 28px;
}
.info-form.form2 .row.row2 {
  display: flex;
  gap: 20px;
}
.info-form.form2 .row.row2 .col {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  width: 50%;
}
.info-form.form2 .row.row2 .input-wrap {
  width: calc(100% - 180px);
}
.info-form.form2 .row.row2 .input-wrap.v2 {
  width: 100%;
}
.info-form.form2 .row.row2 .btn-type {
  width: 160px;
  height: 50px;
  font-size: 16px;
  letter-spacing: -0.24px;
  color: #fff;
  background-color: #000;
}
.info-form.form2 .row.row2 .btn-type:disabled {
  background-color: #949494;
}
.info-form.form2 .row.row2 .btn-type.two-line {
  font-size: 14px;
  line-height: 1.3;
}
.info-form.form2 .row .col {
  width: 100%;
}
.info-form.form3 {
  margin-top: 10px;
}
.info-form.form3 .row .col {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: flex-end;
  margin-right: 0;
}
.info-form.form3 .row .col .input-wrap {
  width: calc(100% - 180px);
}
.info-form.form3 .row .col .btn-type {
  width: 160px;
  height: 50px;
  font-size: 16px;
  letter-spacing: -0.24px;
  color: #fff;
  background-color: #000;
}
.info-form.form3 .row .col .btn-type:disabled {
  background-color: #949494;
  cursor: auto;
}
.info-form.form3 .row .col input {
  padding-left: 0;
  padding-right: 0;
}
.info-form .col {
  display: inline-block;
  width: 465px;
  vertical-align: middle;
}
.info-form .col label {
  display: block;
  font-size: 12px;
  color: #808080;
}
.info-form .col input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  height: 37px;
  line-height: 37px;
  font-size: 16px;
  color: #000;
}
.info-form .col input:disabled {
  opacity: 0.5;
}

.list-type.v3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.list-type.v3 li {
  position: relative;
  width: 50%;
  padding-left: 10px;
  font-size: 14px;
  letter-spacing: -0.21px;
  line-height: 1.57;
  color: #666;
}
.list-type.v3 li:nth-child(3), .list-type.v3 li:nth-child(4) {
  margin-top: 10px;
}
.list-type.v3 li::before {
  position: absolute;
  left: 0;
  content: "-";
  color: #666;
}

.form-box input[type=radio] {
  width: 24px;
  height: 24px;
  accent-color: #505050;
}
.form-box input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #505050;
}

.text-box textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #c2c2c2;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
}
.text-box textarea::placeholder {
  color: #a7a7a7;
}

@media all and (max-width: 992px) {
  .list-type.v3 li {
    width: 100%;
  }
  .list-type.v3 li:nth-child(3), .list-type.v3 li:nth-child(4) {
    margin-top: 0;
  }
  .form-v2 .info-form.form2 .row.row2 {
    display: block;
  }
}
.btn-wrap {
  margin-top: 40px;
  text-align: center;
}
.btn-wrap a:hover {
  text-decoration: none;
}
.btn-wrap.v2 {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
.btn-wrap.full .btn-apply {
  width: 100%;
  max-width: 100%;
}
.btn-wrap .btn-apply {
  display: inline-block;
  max-width: 635px;
  width: 100%;
  height: 50px;
  background: #000;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.btn-wrap .btn-apply:hover, .btn-wrap .btn-apply:focus, .btn-wrap .btn-apply:active {
  text-decoration: none;
}
.btn-wrap .btn-apply.v2 {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.btn-wrap .btn-apply .ic-reset {
  width: 16px;
  margin-right: 5px;
}
.btn-wrap .btn-apply.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.btn-wrap-row {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 40px;
}
.btn-wrap-row .btn-apply {
  max-width: 300px;
}

.tab-wrap .tab-type {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.tab-wrap .tab-type li {
  padding: 30px 10px 10px;
  text-align: center;
  border: 2px solid #fff;
  transition: all 0.3s linear;
}
.tab-wrap .tab-type li.active {
  border-color: #000;
}
.tab-wrap .tab-type li.active a strong::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  bottom: 0;
  left: 0;
}
.tab-wrap .tab-type li a .img-box img {
  width: 190px;
}
.tab-wrap .tab-type li a strong {
  position: relative;
  display: inline-block;
  padding: 30px 20px 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.2px;
  color: #000;
}

@media all and (max-width: 992px) {
  .tab-wrap .tab-type {
    display: block;
  }
  .tab-wrap .tab-type li a .img-box img {
    width: 100%;
    max-width: 300px;
  }
  .tab-wrap .tab-type li a strong {
    padding-top: 15px;
    font-size: 16px;
  }
  .tab-wrap .tab-type li a strong::before {
    content: none;
  }
}
.board-wrap {
  padding-bottom: 20px;
}
.board-wrap .board-item {
  margin-top: 50px;
}
.board-wrap .board-item.active dt::after {
  transform: rotate(225deg);
}
.board-wrap .board-item dt {
  position: relative;
  border-bottom: 1px solid #000;
}
.board-wrap .board-item dt a {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
  font-size: 16px;
  letter-spacing: -0.2px;
  color: #000;
}
.board-wrap .board-item dt a:hover, .board-wrap .board-item dt a:focus, .board-wrap .board-item dt a:active {
  text-decoration: none;
}
.board-wrap .board-item dt::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 5px;
  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);
}
.board-wrap .board-item dd {
  margin-top: 30px;
}
.board-wrap .board-item dd p {
  font-size: 12px;
  letter-spacing: -0.2px;
  color: #000;
}
.board-wrap .board-item dd p.notice {
  color: #666;
}

.datepicker-box {
  position: relative;
}
.datepicker-box::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 13px;
  right: 0;
  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);
}
.datepicker-box input {
  height: 37px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  line-height: 37px;
  font-size: 14px;
  color: #000;
}

.date-picker {
  position: absolute;
  z-index: 99;
  width: 100%;
}
.date-picker .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.date-picker .ui-datepicker {
  width: 100%;
  padding: 70px 30px;
}
.date-picker .ui-datepicker .ui-datepicker-header {
  width: 400px;
  margin: auto;
}
.date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.date-picker .ui-datepicker .ui-datepicker-calendar {
  width: 400px;
  margin: auto;
}
.date-picker .ui-datepicker .ui-datepicker-week-end {
  color: #cc0033;
}
.date-picker .ui-datepicker .ui-datepicker-week-end .ui-state-default {
  color: #cc0033;
}
.date-picker .ui-datepicker .ui-datepicker-week-end .ui-state-default.ui-state-active {
  color: #fff;
}
.date-picker .ui-datepicker td:disabled {
  color: #ccc;
  pointer-events: none;
}

.time-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.time-list .time input {
  display: none;
}
.time-list .time input:checked + label {
  border-color: #cf0033;
  color: #cf0033;
}
.time-list .time input:disabled + label {
  border-color: #ccc;
  color: #ccc;
}
.time-list .time label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 30px;
  border: 1px solid #666;
  font-size: 16px;
  color: #666;
}

@media (max-width: 992px) {
  .date-picker {
    position: absolute;
    z-index: 99;
    width: 100%;
  }
  .date-picker .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
  }
  .date-picker .ui-datepicker {
    width: 100%;
    padding: 50px 30px;
  }
  .date-picker .ui-datepicker .ui-datepicker-header {
    position: relative;
    width: 100%;
  }
  .date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
  .date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    top: 0;
    cursor: pointer;
  }
  .date-picker .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
  .date-picker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-end {
    color: #cc0033;
  }
  .date-picker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-end .ui-state-default {
    color: #cc0033;
  }
  .date-picker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-end .ui-state-default.ui-state-active {
    color: #fff;
  }
  .date-picker .ui-datepicker .ui-datepicker-calendar td:disabled {
    color: #ccc;
    pointer-events: none;
  }
  .time-list .time input {
    display: none;
  }
  .time-list .time input:checked + label {
    border-color: #cf0033;
    color: #cf0033;
  }
  .time-list .time input:disabled + label {
    border-color: #ccc;
    color: #ccc;
  }
  .time-list .time label {
    width: 75px;
  }
}
.table-wrap.v2 {
  margin-top: 20px;
}
.table-wrap.v2 table tr th {
  padding: 10px 20px;
  background-color: #f2f2f2;
  border-top: 1px solid #909090;
}
.table-wrap.v2 table tr th:first-child {
  background-color: #f2f2f2;
  border-top: 1px solid #909090;
}
.table-wrap.v2 table tr td {
  padding: 10px 20px;
  border-left: none;
  color: #000;
}
.table-wrap table tr th {
  padding: 20px 0 20px 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -1px;
  vertical-align: top;
  text-align: left;
}
.table-wrap table tr th:first-child {
  background: #fff;
  border-top: 3px solid #000;
}
.table-wrap table tr td {
  padding: 20px;
  font-size: 14px;
  border-left: 8px solid #fff;
  border-top: 1px solid #909090;
  color: #6d7579;
}

.table-wrap2 {
  margin-top: 25px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.table-wrap2:first-child {
  margin-top: 0;
}
.table-wrap2 table tr:last-child th,
.table-wrap2 table tr:last-child td {
  border-bottom: 0;
}
.table-wrap2 table tr th,
.table-wrap2 table tr td {
  padding: 15px 10px;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #909090;
}
.table-wrap2 table tr th {
  background: #f2f2f2;
  font-weight: 700;
}
.table-wrap2 table tr td {
  color: #666;
}
.table-wrap2 table tr td .list-dot {
  margin-top: 0;
}

.table-wrap4 table thead {
  border-top: 2px solid #000;
}
.table-wrap4 table thead tr th {
  padding: 13px 0;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.table-wrap4 table tbody {
  border-bottom: 2px solid #000;
}
.table-wrap4 table tbody tr.sub-row.last td:nth-child(2) {
  padding-right: 5px;
  border-right: none;
}
.table-wrap4 table tbody tr.sub-row td {
  border-top: 1px solid #e2e2e2;
}
.table-wrap4 table tbody tr.sub-row td:nth-child(2) {
  border-right: 10px solid #fff;
}
.table-wrap4 table tbody tr:nth-child(1) td:nth-child(odd), .table-wrap4 table tbody tr:nth-child(2) td:nth-child(odd) {
  border-right: 10px solid #fff;
}
.table-wrap4 table tbody tr td {
  padding: 13px 0;
  border-top: 1px solid #000;
  font-size: 15px;
  color: #000;
  text-align: center;
  line-height: 1.2;
}
.table-wrap4 table tbody tr td span {
  font-size: 13px;
  color: #666;
}
.table-wrap4 table tbody tr td p {
  font-size: 13px;
}

.dim {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}

.pop-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  /* 경고등 찾기 팝업 */
}
.pop-layer.sm .bg, .pop-layer.md .bg, .pop-layer.lg .bg, .pop-layer.pop-signature .bg {
  display: block;
}
.pop-layer.sm .layer-wrap, .pop-layer.md .layer-wrap, .pop-layer.lg .layer-wrap, .pop-layer.pop-signature .layer-wrap {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 360px;
  max-height: fit-content;
  min-height: unset;
  margin: auto;
  padding: 50px 26px 0;
}
.pop-layer.sm .layer-wrap .btn-close, .pop-layer.md .layer-wrap .btn-close, .pop-layer.lg .layer-wrap .btn-close, .pop-layer.pop-signature .layer-wrap .btn-close {
  top: 20px;
  right: 20px;
}
.pop-layer.sm .layer-wrap .title, .pop-layer.md .layer-wrap .title, .pop-layer.lg .layer-wrap .title, .pop-layer.pop-signature .layer-wrap .title {
  font-size: 22px;
  text-align: center;
}
.pop-layer.sm .layer-wrap .layer-content p, .pop-layer.md .layer-wrap .layer-content p, .pop-layer.lg .layer-wrap .layer-content p, .pop-layer.pop-signature .layer-wrap .layer-content p {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: -0.24px;
  word-break: keep-all;
}
.pop-layer.sm .layer-wrap .layer-content p.text-sub, .pop-layer.md .layer-wrap .layer-content p.text-sub, .pop-layer.lg .layer-wrap .layer-content p.text-sub, .pop-layer.pop-signature .layer-wrap .layer-content p.text-sub {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #666;
  color: #666;
  word-break: keep-all;
}
.pop-layer.sm .layer-wrap .layer-content p.text-sub.gray-ver, .pop-layer.md .layer-wrap .layer-content p.text-sub.gray-ver, .pop-layer.lg .layer-wrap .layer-content p.text-sub.gray-ver, .pop-layer.pop-signature .layer-wrap .layer-content p.text-sub.gray-ver {
  border-top: unset;
  background-color: #f2f2f2;
  padding: 20px 0;
  color: #000;
  font-size: 12px;
}
.pop-layer.sm .layer-wrap .layer-content p.text-sub.gray-ver span, .pop-layer.md .layer-wrap .layer-content p.text-sub.gray-ver span, .pop-layer.lg .layer-wrap .layer-content p.text-sub.gray-ver span, .pop-layer.pop-signature .layer-wrap .layer-content p.text-sub.gray-ver span {
  color: #991414;
}
.pop-layer.sm .layer-wrap .layer-content small, .pop-layer.md .layer-wrap .layer-content small, .pop-layer.lg .layer-wrap .layer-content small, .pop-layer.pop-signature .layer-wrap .layer-content small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}
.pop-layer.sm .layer-wrap .terms-list li, .pop-layer.md .layer-wrap .terms-list li, .pop-layer.lg .layer-wrap .terms-list li, .pop-layer.pop-signature .layer-wrap .terms-list li {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: -0.24px;
  color: #000;
  word-break: keep-all;
}
.pop-layer.sm .layer-wrap .terms-list li + li, .pop-layer.md .layer-wrap .terms-list li + li, .pop-layer.lg .layer-wrap .terms-list li + li, .pop-layer.pop-signature .layer-wrap .terms-list li + li {
  margin-top: 20px;
}
.pop-layer.sm .layer-wrap .btn-wrap, .pop-layer.md .layer-wrap .btn-wrap, .pop-layer.lg .layer-wrap .btn-wrap, .pop-layer.pop-signature .layer-wrap .btn-wrap {
  margin: 40px -26px 0;
  gap: 0;
  border-top: 2px solid #000;
}
.pop-layer.sm .layer-wrap .btn-wrap .btn-apply, .pop-layer.md .layer-wrap .btn-wrap .btn-apply, .pop-layer.lg .layer-wrap .btn-wrap .btn-apply, .pop-layer.pop-signature .layer-wrap .btn-wrap .btn-apply {
  border: none;
}
.pop-layer.sm .layer-content p {
  text-align: center;
}
.pop-layer.md .layer-wrap {
  max-width: 480px;
}
.pop-layer.lg .layer-wrap {
  max-width: 660px;
  height: 550px;
}
.pop-layer.lg .layer-wrap .layer-content {
  position: relative;
  height: calc(100% - 63px);
}
.pop-layer.lg .layer-wrap .layer-content .text-sub {
  font-size: 14px;
  text-align: left;
}
.pop-layer.lg .layer-wrap .btn-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.pop-layer.pop-signature .layer-wrap {
  max-width: 660px;
}
.pop-layer.pop-signature .layer-wrap .signature-block {
  width: 100%;
  height: 256px;
  border: 1px solid #000;
}
.pop-layer.warnning-light .layer-wrap .btn-close {
  display: inline-block !important;
  background: url(../img/apply/btn_close.png) no-repeat 0 0;
}
.pop-layer.warnning-light .layer-wrap .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #bb0a30;
}
.pop-layer.warnning-light .layer-wrap .layer-content {
  height: 450px;
  margin-top: 18px;
  border-top: 2px solid #000;
}
.pop-layer.warnning-light .layer-wrap .inner-box {
  height: 100%;
  overflow-y: scroll;
  padding: 26px 0 20px;
}
.pop-layer.warnning-light .layer-wrap .inner-box p {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.24px;
  color: #333;
  text-align: center;
}
.pop-layer.emergency .layer-wrap .layer-text {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b3b3b3;
  text-align: center;
}
.pop-layer.emergency .layer-wrap .layer-text strong {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.4px;
  color: #000;
}
.pop-layer.emergency .layer-wrap .layer-text p {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: -0.28px;
  color: #4c4c4c;
  line-height: 1.64;
}
.pop-layer.emergency .layer-wrap .layer-text p .focus {
  font-size: 18px;
  color: #bb0a30;
}
.pop-layer.emergency .layer-wrap .list-dot {
  width: 60%;
  margin: auto;
}
.pop-layer.emergency .layer-wrap .list-dot li {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  letter-spacing: -0.25px;
  color: #999;
}
.pop-layer.emergency .layer-wrap .list-dot li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #999999;
  border-radius: 100%;
}
.pop-layer.emergency .layer-wrap .list-dot li .focus {
  font-size: 16px;
  color: #000;
}
.pop-layer.emergency .layer-wrap .tel {
  display: block;
  height: 70px;
  margin: 40px 0 60px;
  line-height: 70px;
  border: 1px solid #000000;
  text-align: center;
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}
.pop-layer.emergency .layer-wrap .tel img {
  position: relative;
  top: 6px;
  width: 30px;
}
.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 {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 20px;
  background: url(../img/apply/btn_close.png) no-repeat 0 0;
}
.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 .underline {
  font-size: 16px;
  text-decoration: underline;
}
.pop-layer .layer-wrap .layer-content .text {
  color: #000;
}
.pop-layer .layer-wrap .layer-content .text strong {
  font-size: 15px;
}
.pop-layer .layer-wrap .layer-content .text.fs-12 {
  font-size: 12px;
  line-height: 22px;
}
.pop-layer .layer-wrap .layer-content .text.fs-12 span {
  font-size: 12px;
  color: #991414;
}
.pop-layer .layer-wrap .layer-content .table-wrap {
  margin-top: 20px;
  border-color: #fff;
}
.pop-layer .layer-wrap .layer-content .apply-info-wrap {
  margin-bottom: 10px;
}
.pop-layer .layer-wrap .layer-content .apply-info-wrap dl {
  display: flex;
  border-bottom: 1px solid #bababa;
  padding: 14px 0;
}
.pop-layer .layer-wrap .layer-content .apply-info-wrap dl dt {
  color: #000;
  width: 36%;
}
.pop-layer .layer-wrap .layer-content .apply-info-wrap dl dd {
  color: #6d7579;
}
.pop-layer .layer-wrap .layer-content p.notice {
  font-size: 12px;
  color: #666;
  text-align: left;
}
.pop-layer .layer-wrap .layer-bottom {
  display: flex;
  width: calc(100% + 60px);
  margin: 0 0 -30px -30px;
}
.pop-layer .layer-wrap .layer-bottom a {
  width: 50%;
  height: 75px;
  padding: 20px 0;
  border-top: 1px solid #000;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.pop-layer .layer-wrap .layer-bottom .btn-close {
  position: static;
  display: inline-block !important;
  background: none;
  background-color: #fff;
}
.pop-layer .layer-wrap .layer-bottom .btn-done {
  background-color: #000;
  color: #fff;
}
.pop-layer .btn-wrap-row .btn-apply {
  max-width: unset;
}

@media (max-width: 992px) {
  .pop-layer.lg .layer-wrap {
    height: 100vh;
  }
}
.big-title-wrap {
  margin-top: 60px;
  text-align: center;
  letter-spacing: -1px;
  color: #000;
}
.big-title-wrap > strong {
  display: block;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1;
}
.big-title-wrap > p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}
.big-title-wrap .title {
  font-size: 22px;
  font-weight: 800;
}
.big-title-wrap .title span {
  font-size: 22px;
  color: #ba0a30;
}
.big-title-wrap .title .en {
  letter-spacing: -2px;
  font-size: 22px;
}

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

.apply-done {
  position: relative;
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d0d3d4;
}
.apply-done .img-box {
  position: absolute;
  right: 0;
  top: 0;
}
.apply-done .img-box + .text-type {
  margin-top: 50px;
}
.apply-done .img-box img {
  max-width: 460px;
  width: 100%;
}
.apply-done .notice {
  margin-top: 70px;
  color: #6d7579;
}

@media all and (max-width: 992px) {
  .big-title-wrap {
    margin-top: 35px;
  }
  .big-title-wrap > strong {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 1.3;
  }
  .big-title-wrap > p {
    margin-top: 5px;
    font-size: 12px;
  }
  .big-title-wrap .title {
    font-size: 22px;
  }
  .big-title-wrap .title span {
    font-size: 22px;
  }
  .big-title-wrap .title .en {
    font-size: 22px;
  }
  .big-title-wrap.v2 .title {
    font-size: 25px;
    color: #081d22;
  }
  .big-title-wrap.v2 .title.v2 {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
  }
  .big-title-wrap.v2 .title .en {
    font-size: 30px;
    color: #000;
  }
  .table-wrap3 {
    margin: 15px auto 40px;
  }
  .table-wrap3.wide {
    width: 100%;
  }
  .table-wrap3 p {
    margin-top: 4px;
    font-size: 12px;
    color: #666;
    width: 100%;
  }
  .table-wrap3 p + p {
    margin-top: 0px;
  }
  .table-wrap3 p:first-child {
    width: 30%;
  }
  .table-wrap3 th,
  .table-wrap3 td {
    padding: 10px 0;
    font-size: 12px;
    font-weight: 700;
  }
  .table-wrap3 th > span,
  .table-wrap3 td > span {
    font-size: 12px;
  }
  .table-wrap3 td ul {
    padding: 0 10px 5px;
    font-size: 10px;
  }
  .table-wrap3 td ul li {
    padding-left: 5px;
  }
  .table-wrap3 tr.type1 th,
  .table-wrap3 tr.type1 td {
    font-size: 14px;
    padding: 6px 0;
  }
  .table-wrap3 tr.type2 th,
  .table-wrap3 tr.type2 td {
    padding: 6px 0;
  }
  .table-wrap3 tr.type3 th,
  .table-wrap3 tr.type3 td {
    padding: 6px 0;
  }
  .table-wrap3 tr.type4 th,
  .table-wrap3 tr.type4 td {
    padding: 6px 0;
  }
  .table-wrap3 tr.type5 th,
  .table-wrap3 tr.type5 td {
    padding: 20px 0 10px;
  }
  .table-wrap3 tr.type6 th,
  .table-wrap3 tr.type6 td {
    padding: 10px 0 20px;
  }
  .table-wrap3 tr.info th,
  .table-wrap3 tr.info td {
    font-size: 12px;
    font-weight: 400;
  }
  .table-wrap3 tr td.multi-key {
    padding-left: 60px;
  }
  .apply-done {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .apply-done + .btn-wrap {
    margin-top: 20px;
  }
  .apply-done .img-box {
    position: relative;
    width: 100%;
    margin-top: 18px;
    text-align: center;
  }
  .apply-done .img-box + .text-type {
    margin-top: 35px;
  }
  .apply-done .notice {
    margin-top: 25px;
  }
}
/* 서비스 예약 페이지  */
#apply-form.form-v2 {
  overflow-x: hidden;
}
#apply-form.form-v2 select {
  padding-left: 0;
  font-size: 16px;
  color: #000;
}
#apply-form.form-v2 select.opt-1 {
  color: #a7a7a7;
}
#apply-form.form-v2 input::placeholder {
  color: #a7a7a7;
}
#apply-form.form-v2 .form-box .chk-box {
  position: relative;
  margin: 0 25px 0 0;
  padding-left: 25px;
  font-size: 14px;
  color: #000;
}
#apply-form.form-v2 .form-box .chk-box input {
  position: absolute;
  opacity: 0;
}
#apply-form.form-v2 .form-box .chk-box input:checked ~ .checkbox-square {
  background: #000;
}
#apply-form.form-v2 .form-box .chk-box input:checked ~ .checkbox-square::before {
  content: "";
  width: 9px;
  height: 4px;
  top: 5px;
  left: 4px;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
#apply-form.form-v2 .form-box .chk-box img {
  position: relative;
  top: 2px;
  right: -5px;
}
#apply-form.form-v2 .form-box .chk-box .checkbox-square {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0px;
  left: 0px;
  border: 1px solid #808080;
  background: #ffffff;
}
#apply-form.form-v2 .form-box .row + .row {
  margin-top: 15px;
}
#apply-form.form-v2 .form-box .row label {
  padding-top: 5px;
  font-size: 16px;
  color: #666;
}
#apply-form.form-v2 .form-box .row input {
  margin: 0 10px 0 25px;
}
#apply-form.form-v2 .form-box .row input:first-child {
  margin-left: 0;
}
#apply-form.form-v2 .form-box .row .date {
  position: relative;
  top: 2px;
  padding-left: 12px;
  font-size: 12px;
  color: #cf0033;
}
#apply-form.form-v2 .pop-content.service-guide p {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
#apply-form.form-v2 .pop-section {
  position: relative;
}
#apply-form.form-v2 .pop-section .txt2 {
  font-size: 14px;
}
#apply-form.form-v2 .pop-section .txt3 {
  font-size: 12px;
  color: #a6a6a6;
  line-height: 2;
}
#apply-form.form-v2 .pop-section.service-list {
  display: none;
}
#apply-form.form-v2 .pop-section .warnning-light-wrap {
  margin-bottom: 35px;
}
#apply-form.form-v2 .pop-section .warnning-light-wrap .list .item {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 10px;
  width: 33.3%;
  padding: 30px 0;
}
#apply-form.form-v2 .pop-section .warnning-light-wrap .list .item::before {
  content: none;
}
#apply-form.form-v2 .pop-section .warnning-light-wrap .list .item img {
  width: 60px;
}
#apply-form.form-v2 .pop-section .warnning-light-wrap .list .item .name {
  width: 60%;
  font-size: 16px;
  letter-spacing: -0.2px;
  color: #666;
}
#apply-form.form-v2 .pop-section .warnning-light-wrap .list .item .btn-delete {
  position: relative;
  top: -2px;
}
#apply-form.form-v2 .pop-section .warnning-light-wrap .list .item .btn-delete img {
  width: 20px;
}
#apply-form.form-v2 .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -20px;
}
#apply-form.form-v2 .list .item {
  position: relative;
  width: 50%;
  padding: 20px 0 12px 12px;
  font-size: 16px;
  color: #666;
  border-bottom: 1px solid #d7d7d7;
}
#apply-form.form-v2 .list .item::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  bottom: 25px;
  left: 2px;
  border-radius: 50%;
  background-color: #666;
}
#apply-form.form-v2 .date-confirm dl {
  display: flex;
}
#apply-form.form-v2 .date-confirm dl + dl {
  margin-top: 10px;
}
#apply-form.form-v2 .date-confirm dl dt {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
#apply-form.form-v2 .date-confirm dl dd {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
#apply-form.form-v2 .date-confirm dl dd .focus {
  color: #bb0a30;
}
#apply-form.form-v2 .agree-top .form-box input {
  width: 24px;
  height: 24px;
  accent-color: #505050;
}
#apply-form.form-v2 .view-my-apply .row {
  display: flex;
  width: 50%;
  gap: 10px;
}
#apply-form.form-v2 .view-my-apply .row + .row {
  margin-top: 50px;
}
#apply-form.form-v2 .view-my-apply .row .col {
  width: 50%;
}
#apply-form.form-v2 .view-my-apply .row .col dd {
  margin-top: 15px;
}
#apply-form.form-v2 .view-my-apply .img-box {
  top: 80px;
}
#apply-form.form-v2 .weekly-calendar {
  position: relative;
  width: 80%;
  margin: auto;
}
#apply-form.form-v2 .weekly-calendar .date-list {
  padding: 0 50px;
}
#apply-form.form-v2 .weekly-calendar ul {
  display: flex;
  justify-content: center;
  gap: 60px;
  text-align: center;
}
#apply-form.form-v2 .weekly-calendar ul li {
  height: 65px;
}
#apply-form.form-v2 .weekly-calendar ul li.active {
  position: relative;
}
#apply-form.form-v2 .weekly-calendar ul li.active::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  bottom: 0;
  right: -2px;
  left: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #bb0a30;
}
#apply-form.form-v2 .weekly-calendar ul li.active a p {
  color: #bb0a30;
}
#apply-form.form-v2 .weekly-calendar ul li.disabled {
  pointer-events: none;
}
#apply-form.form-v2 .weekly-calendar ul li.disabled p {
  color: #b3b3b3;
}
#apply-form.form-v2 .weekly-calendar ul li a:hover, #apply-form.form-v2 .weekly-calendar ul li a:focus {
  text-decoration: none;
}
#apply-form.form-v2 .weekly-calendar ul li a p {
  font-size: 16px;
  font-weight: 300;
  color: #4c4c4c;
}
#apply-form.form-v2 .weekly-calendar ul li a p:first-child {
  padding-bottom: 5px;
  font-weight: 500;
}
#apply-form.form-v2 .pager {
  position: absolute;
  top: -10px;
  width: 100%;
}
#apply-form.form-v2 .pager .slick-arrow.prev span {
  left: 10px;
  transform: rotate(135deg);
}
#apply-form.form-v2 .pager .slick-arrow.next span {
  right: 10px;
  transform: rotate(-45deg);
}
#apply-form.form-v2 .pager .slick-arrow span {
  display: inline-block;
  content: "";
  position: absolute;
  top: 30px;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #ccc #ccc transparent;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
}
#apply-form.form-v2 .datePicker {
  position: relative;
  top: -2px;
  margin-left: 10px;
}
#apply-form.form-v2 .datePicker img {
  width: 21px;
}
#apply-form.form-v2 .request,
#apply-form.form-v2 .search-result,
#apply-form.form-v2 .confirm-date {
  display: none;
}
#apply-form.form-v2 .request .notice-text {
  font-size: 16px;
  color: #666;
}
#apply-form.form-v2 .request textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #c2c2c2;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
#apply-form.form-v2 .request textarea::placeholder {
  color: #a7a7a7;
}
#apply-form.form-v2 .maintenance-wrap .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#apply-form.form-v2 .maintenance-wrap .title-wrap .count {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
#apply-form.form-v2 .maintenance-wrap .title-wrap .count .num {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
#apply-form.form-v2 .maintenance-wrap .scroll-content {
  display: flex;
  justify-content: center;
}
@media (max-width: 960px) {
  #apply-form.form-v2 .maintenance-wrap .scroll-content {
    justify-content: flex-start;
    width: calc(100% + 20px);
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  #apply-form.form-v2 .maintenance-wrap .scroll-content::-webkit-scrollbar {
    display: block;
  }
  #apply-form.form-v2 .maintenance-wrap .scroll-content::-webkit-scrollbar {
    width: 3px;
    height: 5px;
  }
  #apply-form.form-v2 .maintenance-wrap .scroll-content::-webkit-scrollbar-track {
    background: #ccc;
  }
  #apply-form.form-v2 .maintenance-wrap .scroll-content::-webkit-scrollbar-thumb {
    background: #bb0a30;
  }
  #apply-form.form-v2 .maintenance-wrap .scroll-content ul.maintenance-item-list {
    flex-wrap: nowrap;
  }
}
#apply-form.form-v2 .maintenance-wrap .scroll-content .maintenance-item-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 17px;
}
#apply-form.form-v2 .maintenance-wrap .scroll-content .maintenance-item-list li:last-child {
  padding-right: 20px;
}
#apply-form.form-v2 .maintenance-wrap .scroll-content .maintenance-item-list li .chk-box {
  width: 121px;
  height: 100%;
  border: 2px solid rgb(179, 179, 179);
}
#apply-form.form-v2 .maintenance-wrap .scroll-content .maintenance-item-list li .chk-box.selected {
  border: 2px solid #bb0a30;
}
#apply-form.form-v2 .maintenance-wrap .scroll-content .maintenance-item-list li .chk-box input {
  display: none;
}
#apply-form.form-v2 .maintenance-wrap .scroll-content .maintenance-item-list li .chk-box label {
  display: block;
  width: 100%;
  padding: 14px 2px 16px;
}
#apply-form.form-v2 .maintenance-wrap .scroll-content .maintenance-item-list li .chk-box label .detail {
  text-align: center;
}
#apply-form.form-v2 .maintenance-wrap .scroll-content .maintenance-item-list li .chk-box label .detail dl dt h4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  line-height: 1.29;
}
#apply-form.form-v2 .maintenance-wrap .scroll-content .maintenance-item-list li .chk-box label .detail dl dt h4 span {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
#apply-form.form-v2 .maintenance-wrap .scroll-content .maintenance-item-list li .chk-box label .detail dl dt img {
  width: 60px;
  margin-top: 8px;
}
#apply-form.form-v2 .maintenance-wrap .scroll-content .maintenance-item-list li .chk-box label .detail dl dd {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #B3B3B3;
}
#apply-form.form-v2 .maintenance-wrap .notice-text {
  text-align: right;
  font-size: 16px;
  color: #bb0a30;
}
#apply-form.form-v2 .maintenance-info-wrap .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#apply-form.form-v2 .maintenance-info-wrap .btn-accordion {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  /* Vertical line */
  /* horizontal line */
}
#apply-form.form-v2 .maintenance-info-wrap .btn-accordion.active:before {
  transform: rotate(90deg);
}
#apply-form.form-v2 .maintenance-info-wrap .btn-accordion.active:after {
  transform: rotate(180deg);
}
#apply-form.form-v2 .maintenance-info-wrap .btn-accordion:before, #apply-form.form-v2 .maintenance-info-wrap .btn-accordion:after {
  content: "";
  position: absolute;
  background-color: #000;
  transition: transform 0.25s ease-out;
}
#apply-form.form-v2 .maintenance-info-wrap .btn-accordion:before {
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  margin-left: -1px;
}
#apply-form.form-v2 .maintenance-info-wrap .btn-accordion:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -1px;
}
#apply-form.form-v2 .maintenance-info-wrap .accordion-content {
  display: none;
}
#apply-form.form-v2 .maintenance-info-wrap .accordion-content .moemo-wrap textarea {
  width: 100%;
  height: 160px;
  padding: 22px;
  font-size: 16px;
  border: 1px solid #b3b3b3;
}
#apply-form.form-v2 .maintenance-info-wrap .accordion-content .moemo-wrap textarea::placeholder {
  color: #b3b3b3;
}
#apply-form.form-v2 .maintenance-info-wrap .accordion-content .upload-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#apply-form.form-v2 .maintenance-info-wrap .accordion-content .upload-wrap .text-wrap .guide-txt {
  font-size: 16px;
  color: #666;
}
#apply-form.form-v2 .maintenance-info-wrap .accordion-content .upload-wrap .text-wrap .sub-txt {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
  word-break: keep-all;
}
#apply-form.form-v2 .maintenance-info-wrap .accordion-content .upload-wrap .file-upload-wrap .file-area input {
  display: none;
}
#apply-form.form-v2 .maintenance-info-wrap .accordion-content .upload-wrap .file-upload-wrap .file-area .btn-type {
  display: block;
  width: 160px;
  padding: 14px 0 10px;
  border: 1px solid #000;
  font-size: 16px;
  text-align: center;
}
#apply-form.form-v2 .maintenance-info-wrap .accordion-content .file-info-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}
#apply-form.form-v2 .maintenance-info-wrap .accordion-content .file-info-wrap .file-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 50px);
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #4c4c4c;
  background-color: #f2f2f2;
}
#apply-form.form-v2 .maintenance-info-wrap .accordion-content .file-info-wrap .file-info .name {
  width: 75%;
  overflow-x: hidden;
  word-wrap: nowrap;
  text-overflow: ellipsis;
}
#apply-form.form-v2 .maintenance-info-wrap .accordion-content .file-info-wrap .btn-del {
  flex-shrink: 0;
}
#apply-form.form-v2 .maintenance-info-wrap .accordion-content .file-info-wrap .btn-del img {
  width: 40px;
  height: 40px;
}
@media (max-width: 960px) {
  #apply-form.form-v2 .maintenance-info-wrap .accordion-content .upload-wrap {
    flex-direction: column;
    gap: 10px;
  }
  #apply-form.form-v2 .maintenance-info-wrap .accordion-content .upload-wrap .file-upload-wrap .file-area .btn-type {
    width: 100%;
  }
}
#apply-form.form-v2 .maintenance-info-wrap .recall-wrap .pop-section {
  display: flex;
  justify-content: space-between;
}
#apply-form.form-v2 .maintenance-info-wrap .recall-wrap .pop-section .guide-text {
  width: 80%;
}
#apply-form.form-v2 .maintenance-info-wrap .recall-wrap .pop-section .guide-text p {
  font-size: 16px;
  color: #666;
}
#apply-form.form-v2 .maintenance-info-wrap .recall-wrap .chk-box {
  display: inline-block;
  text-align: left;
}
#apply-form.form-v2 .maintenance-info-wrap .recall-wrap .chk-box input[type=checkbox] {
  display: none;
}
#apply-form.form-v2 .maintenance-info-wrap .recall-wrap .chk-box input[type=checkbox] + .checkbox:before,
#apply-form.form-v2 .maintenance-info-wrap .recall-wrap .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;
}
#apply-form.form-v2 .maintenance-info-wrap .recall-wrap .chk-box.v4 label {
  font-size: 13px;
  line-height: 18px;
}
#apply-form.form-v2 .maintenance-info-wrap .recall-wrap .chk-box.v4 input[type=checkbox] + .checkbox:before {
  transform: translate(6px, 10px) rotate(45deg);
  transition-delay: 100ms;
  width: 6px;
  background: #b3b3b3;
}
#apply-form.form-v2 .maintenance-info-wrap .recall-wrap .chk-box.v4 input[type=checkbox] + .checkbox:after {
  transform: translate(10px, 14px) rotate(-45deg);
  transition-delay: 0ms;
  width: 10px;
  background: #b3b3b3;
}
#apply-form.form-v2 .maintenance-info-wrap .recall-wrap .chk-box.v4 input[type=checkbox]:checked ~ .checkbox:before, #apply-form.form-v2 .maintenance-info-wrap .recall-wrap .chk-box.v4 input[type=checkbox]:checked ~ .checkbox:after {
  background: #bb0a30;
}
#apply-form.form-v2 .maintenance-info-wrap .recall-wrap .chk-box.v4 .checkbox {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 100%;
}
#apply-form.form-v2 .maintenance-info-wrap .recall-wrap .chk-box.v4 label {
  font-size: 13px;
  line-height: 18px;
}
#apply-form.form-v2 .maintenance-info-wrap .recall-wrap .chk-box.v4.selected input[type=checkbox] + .checkbox {
  border-color: #bb0a30;
}
#apply-form.form-v2 .maintenance-info-wrap .recall-wrap .chk-box.v4.selected label {
  color: #000;
}
#apply-form.form-v2 .maintenance-info-wrap .estimated-time-wrap .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 960px) {
  #apply-form.form-v2 .maintenance-info-wrap .estimated-time-wrap .title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
#apply-form.form-v2 .maintenance-info-wrap .estimated-time-wrap .title-wrap span {
  font-size: 16px;
  color: #666;
}
#apply-form.form-v2 .maintenance-info-wrap .estimated-time-wrap .estimated-time {
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
  text-align: center;
}
#apply-form.form-v2 .maintenance-info-wrap .estimated-time-wrap .estimated-time p {
  font-size: 20px;
  color: #4c4c4c;
}
#apply-form.form-v2 .maintenance-info-wrap .estimated-time-wrap .estimated-time p strong {
  font-size: 20px;
}
@media (max-width: 960px) {
  #apply-form.form-v2 .maintenance-info-wrap .estimated-time-wrap .estimated-time p {
    font-size: 16px;
  }
  #apply-form.form-v2 .maintenance-info-wrap .estimated-time-wrap .estimated-time p strong {
    font-size: 16px;
  }
}
#apply-form.form-v2 .maintenance-info-wrap .estimated-time-wrap .time-detail-wrap {
  margin-top: 20px;
}
#apply-form.form-v2 .maintenance-info-wrap .estimated-time-wrap .time-detail-wrap dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#apply-form.form-v2 .maintenance-info-wrap .estimated-time-wrap .time-detail-wrap dl.etc {
  margin-top: 10px;
}
#apply-form.form-v2 .maintenance-info-wrap .estimated-time-wrap .time-detail-wrap dl dt,
#apply-form.form-v2 .maintenance-info-wrap .estimated-time-wrap .time-detail-wrap dl dd {
  font-size: 16px;
  line-height: 30px;
  color: #4c4c4c;
}
#apply-form.form-v2 .maintenance-info-wrap .estimated-time-wrap .time-detail-wrap dl dt strong,
#apply-form.form-v2 .maintenance-info-wrap .estimated-time-wrap .time-detail-wrap dl dd strong {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
#apply-form.form-v2 .maintenance-info-wrap .estimated-time-wrap .time-detail-wrap dl dt {
  flex-shrink: 0;
}
#apply-form.form-v2 .maintenance-info-wrap .estimated-time-wrap .time-detail-wrap dl dd {
  width: 70%;
  text-align-last: right;
}
#apply-form.form-v2 .maintenance-info-wrap .estimated-time-wrap .guide-text {
  margin-top: 5px;
}
#apply-form.form-v2 .maintenance-info-wrap .estimated-time-wrap .guide-text p {
  width: 70%;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  word-break: keep-all;
}
#apply-form.form-v2 .maintenance-info-wrap .mileage-info-wrap .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#apply-form.form-v2 .maintenance-info-wrap .mileage-info-wrap .title-wrap span {
  font-size: 16px;
  color: #bb0a30;
}
#apply-form.form-v2 .maintenance-info-wrap .mileage-info-wrap .input-wrap {
  position: relative;
}
#apply-form.form-v2 .maintenance-info-wrap .mileage-info-wrap .input-wrap input {
  padding-right: 40px;
  font-size: 16px;
  line-height: 20px;
  border: none;
  border-bottom: 1px solid #c2c2c2;
  outline: none;
}
#apply-form.form-v2 .maintenance-info-wrap .mileage-info-wrap .input-wrap .unit {
  position: absolute;
  top: 5px;
  right: 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
}
#apply-form.card .apply-end .view-my-apply {
  display: flex;
  width: 100%;
  padding-bottom: 40px;
  border: none;
}
#apply-form.card .apply-end .view-my-apply .info-wrap {
  width: 40%;
  padding-left: 50px;
}
#apply-form.card .apply-end .view-my-apply .info-wrap .row {
  flex-direction: column;
  width: 100%;
}
#apply-form.card .apply-end .view-my-apply .info-wrap .row .col {
  width: 100%;
}
#apply-form.card .apply-end .view-my-apply .info-wrap .row .col + .col {
  margin-top: 50px;
}
#apply-form.card .apply-end .view-my-apply .info-wrap dl dd {
  margin-top: 5px;
}
#apply-form.card .apply-end .view-my-apply .img-box {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
}
#apply-form.card .apply-end .view-my-apply .img-box img {
  max-width: 500px;
}
#apply-form.card .apply-end .btn-wrap-row {
  margin: 0;
  padding-top: 40px;
  border-top: 1px solid #d0d3d4;
}

.guide-text {
  display: flex;
  gap: 10px;
  width: 100%;
}
.guide-text img {
  width: 22px;
  height: 22px;
}
.guide-text p {
  font-size: 14px;
  line-height: 22px;
  color: #4c4c4c;
}

.e-apply .info-form .col {
  width: 302px;
  margin-left: 20px;
}
.e-apply .info-form .col:first-child {
  margin-left: 0;
  margin-right: 0;
}
.e-apply .select-box {
  padding-bottom: 5px;
}
.e-apply .select-box:after {
  top: 0;
}
.e-apply select {
  height: 25px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1;
  color: #808080;
}
.e-apply .agree-top {
  color: #666;
}
.e-apply .btn-wrap .btn-apply {
  font-size: 16px;
}
.e-apply .view-my-apply {
  padding: 26px 0 20px;
  margin-top: 0;
  min-height: 233px;
}
.e-apply .view-my-apply a {
  display: block;
  margin-top: 50px;
}
.e-apply .view-my-apply .img-box {
  top: 50%;
  transform: translate(0, -50%);
}
.e-apply .title-wrap2 {
  border-bottom: 0;
}
.e-apply .title-wrap2 .title2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  letter-spacing: -1px;
}

#apply-form.e-apply .pop-header .title2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -2px;
  color: #000;
}

#apply-form.e-apply .pop-header .desc {
  margin-top: 35px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -1px;
  color: #666;
}

#apply-form.e-apply .agree-box {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #909090;
}

#apply-form.e-apply .agree-box:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

#apply-form.e-apply .agree-box dt {
  font-size: 14px;
  font-weight: 700;
}

#apply-form.e-apply .agree-box dd {
  margin-top: 15px;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}

#apply-form.e-apply .list-dot {
  margin-top: 15px;
}

#apply-form.e-apply .list-dot li {
  position: relative;
  padding-left: 10px;
  margin-top: 6px;
  font-size: 14px;
}

#apply-form.e-apply .list-dot li:first-child {
  margin-top: 0;
}

#apply-form.e-apply .list-dot li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 2px;
  height: 2px;
  background: #666;
}

#apply-form.e-apply .agree-check {
  position: relative;
  padding: 20px 15px;
  margin-top: 15px;
  background: #f2f2f2;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

#apply-form.e-apply .agree-check + .agree-check {
  margin-top: -3px;
  border-top: 1px solid #909090;
}

#apply-form.e-apply .agree-check > p {
  font-weight: 700;
}

#apply-form.e-apply .agree-check .form-box {
  margin-top: 17px;
}

#apply-form.e-apply .scroll-inner {
  overflow: hidden;
  overflow-y: scroll;
  height: 195px;
  padding: 10px;
  border: 1px solid #f2f2f2;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

#apply-form.e-apply .agree-scroll .list-star {
  margin: 9px 0 0;
}

#apply-form.e-apply .list-star {
  margin: 17px 0 40px;
}

#apply-form.e-apply .list-star li {
  position: relative;
  margin-top: 10px;
  padding-left: 8px;
  font-size: 12px;
  color: #999;
}

#apply-form.e-apply .list-star li:first-child {
  margin-top: 0;
}

#apply-form.e-apply .list-star li:before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}

#apply-form.e-apply .form-list {
  margin-top: 10px;
}

#apply-form.e-apply .form-list li {
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  color: #000;
}

#apply-form.e-apply .form-list li:first-child {
  margin-top: 0;
}

#apply-form.e-apply .form-list li > .form-box {
  top: 0;
  right: 0;
}

#apply-form.e-apply .form-list li > label {
  font-size: 16px;
  font-weight: 600;
}

#apply-form.e-apply .form-list .form-wrap {
  position: absolute;
  top: 0;
  right: 0;
}

#apply-form.e-apply .form-list .form-wrap .form-box {
  position: initial;
  display: inline-block;
  margin-top: 0;
  margin-left: 25px;
}

#apply-form.e-apply .form-list .form-wrap .form-box label {
  font-size: 14px;
  font-weight: 600;
  color: #343434;
}

#apply-form.e-apply .form-list .form-wrap .form-box input {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

#apply-form.form-v2.test-drive {
  width: 100%;
  padding-bottom: 0;
}
#apply-form.form-v2.test-drive .pop-header,
#apply-form.form-v2.test-drive .pop-content {
  max-width: 950px;
  margin: auto;
}
#apply-form.form-v2.test-drive .tab-notice {
  margin-top: 30px;
}
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .list.v2 {
  display: block;
  margin-top: 0;
  padding: 40px 0 0 40px;
}
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .list.v2 li + li {
  margin-top: 10px;
}
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .list.v2 li dl {
  display: flex;
}
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .list.v2 li dl dt {
  position: relative;
  min-width: 110px;
  font-size: 14px;
  letter-spacing: -0.11px;
  color: #a3a3a3;
}
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .list.v2 li dl dt::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -10px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #a3a3a3;
}
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd p strong {
  color: #000;
  text-decoration: underline;
}
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd a {
  top: unset;
  bottom: 0;
}
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd .form-box {
  margin-top: 24px;
}
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd .signature-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 26px;
  text-align: right;
}
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd .signature-wrap .date,
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd .signature-wrap .name,
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd .signature-wrap .signature {
  font-size: 16px;
  letter-spacing: -0.12px;
  color: #666;
}
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd .signature-wrap .date {
  padding-right: 30px;
}
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd .signature-wrap .name.v2 {
  display: flex;
  align-items: center;
  margin-left: 30px;
  min-width: 100px;
  text-align: left;
  white-space: nowrap;
}
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd .signature-wrap .name.v2 input {
  max-width: 100px;
  margin: 0 10px;
  padding: 5px 11px 3px;
  font-size: 16px;
  color: #666;
  border: 1px solid #666;
  text-align: center;
}
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd .signature-wrap .name.v2 input::placeholder {
  color: #666;
}
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd .signature-wrap .signature {
  position: relative;
  min-width: 100px;
}
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd .signature-wrap .signature.v2 {
  min-width: unset;
}
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd .signature-wrap .signature a {
  position: relative;
  bottom: unset;
  border: none;
  font-size: 16px;
  color: #666;
  text-align: right;
}
#apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd .signature-wrap .signature .user-signature {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  right: -40px;
}

@media (max-width: 992px) {
  #apply-form.form-v2.test-drive .video-wrap {
    margin-top: 25px;
  }
  #apply-form.form-v2.test-drive .video-wrap iframe {
    height: 52vw;
  }
  #apply-form.form-v2.test-drive .pop-section .gift-wrap .row {
    display: block;
  }
  #apply-form.form-v2.test-drive .pop-section .gift-wrap .row .col {
    width: 100%;
    padding: 0;
  }
  #apply-form.form-v2.test-drive .pop-section .gift-wrap .row .col + .col {
    margin-top: 35px;
  }
  #apply-form.form-v2.test-drive .pop-section .gift-wrap .row .col .img-box img {
    width: 255px;
  }
  #apply-form.form-v2.test-drive .pop-section .gift-wrap .row .col .name {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: -0.4px;
  }
  #apply-form.form-v2.test-drive .pop-section .notice-wrap {
    margin-top: 60px;
  }
  #apply-form.form-v2.test-drive .agree-list li dl dd .form-item > label:last-of-type {
    display: inline-block;
  }
  #apply-form.form-v2.test-drive-consent .pop-content .pop-section .list.v2 {
    margin-top: 0;
    padding: 20px 0 0 10px;
  }
  #apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li:last-child {
    margin-top: 30px;
  }
  #apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li:last-child dl dt {
    width: 100%;
  }
  #apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li:last-child dl dd {
    display: block;
    width: 100%;
  }
  #apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd .form-box,
  #apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dt .form-box {
    display: flex;
    width: 100%;
    gap: 5px;
  }
  #apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd .form-box input,
  #apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dt .form-box input {
    min-width: 24px;
  }
  #apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd a {
    position: absolute;
    bottom: -30px;
  }
  #apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd .signature-wrap .signature .user-signature {
    right: -30px;
  }
  #apply-form.form-v2.test-drive-consent .pop-content .pop-section .agree-form li dl dd .signature-wrap .name.v2 input {
    margin: 0 0 0 10px;
  }
}
.qr-wrap {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-top: 20px;
}
.qr-wrap .img-wrap img {
  width: 116px;
}
.qr-wrap .text-wrap h3 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  letter-spacing: -0.35px;
}
.qr-wrap .text-wrap p {
  font-size: 14px;
  color: #666;
  letter-spacing: -0.35px;
}
.qr-wrap .text-wrap p br {
  display: none;
}
@media all and (max-width: 992px) {
  .qr-wrap {
    display: block;
    text-align: center;
  }
  .qr-wrap .img-wrap img {
    width: 94px;
  }
  .qr-wrap .text-wrap {
    margin-top: 10px;
  }
  .qr-wrap .text-wrap p {
    margin-top: 5px;
  }
  .qr-wrap .text-wrap p br {
    display: block;
  }
}

.light-list {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #000;
}
.light-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  width: 70%;
  margin: auto;
}
.light-list ul li {
  display: inline-block;
  width: calc(33.3% - 14px);
  margin-right: 14px;
}
.light-list ul li.active .thumb {
  box-shadow: 0 6px 7px 1px rgba(0, 0, 0, 0.3);
}
.light-list ul li:nth-child(3n) {
  margin-left: 0;
}
.light-list ul li .thumb {
  width: 79px;
  margin: 0 auto 20px;
}
.light-list ul li .thumb img {
  width: 100%;
}
.light-list ul li .chk-wrap {
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #b3b3b3;
}
.light-list ul li .chk-wrap .chk-box {
  display: flex;
  width: 100%;
}
.light-list ul li .chk-wrap .chk-box input[type=checkbox] {
  display: none;
}
.light-list ul li .chk-wrap .chk-box input[type=checkbox] + .checkbox::before {
  content: "";
  position: absolute;
  transform: translate(6px, 10px) rotate(45deg);
  transition-delay: 100ms;
  width: 6px;
  height: 1px;
  background: #b3b3b3;
  border-radius: 15px;
  transform-origin: left;
  transition: all 150ms;
}
.light-list ul li .chk-wrap .chk-box input[type=checkbox] + .checkbox::after {
  content: "";
  position: absolute;
  transform: translate(10px, 14px) rotate(-45deg);
  transition-delay: 0ms;
  width: 10px;
  height: 1px;
  background: #b3b3b3;
  border-radius: 15px;
  transform-origin: left;
  transition: all 150ms;
}
.light-list ul li .chk-wrap .chk-box.selected input[type=checkbox] + .checkbox {
  border-color: #bb0a30;
}
.light-list ul li .chk-wrap .chk-box.selected input[type=checkbox] + .checkbox::before, .light-list ul li .chk-wrap .chk-box.selected input[type=checkbox] + .checkbox::after {
  background-color: #bb0a30;
}
.light-list ul li .chk-wrap .chk-box label {
  color: #000;
  vertical-align: top;
}
.light-list ul li .chk-wrap .checkbox {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-right: 4px;
  background: #fff;
  border: 1px solid #b3b3b3;
}
.light-list ul li .chk-wrap .checkbox + label {
  display: inline-block;
  width: calc(100% - 28px);
  margin-top: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -1px;
}

#apply-form.catalog {
  width: unset;
}
#apply-form.catalog .visual-wrap {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: auto;
}
#apply-form.catalog .visual-wrap .logo-wrap {
  height: 70px;
  padding: 24px 0;
  box-sizing: border-box;
  text-align: center;
}
#apply-form.catalog .visual-wrap .logo-wrap img {
  width: 69px;
}
#apply-form.catalog .visual-wrap .img-wrap img {
  width: 100%;
}
#apply-form.catalog .visual-wrap .wrap {
  position: absolute;
  top: 98px;
  right: 0;
  left: 0;
  max-width: 1177.6px;
  width: 92%;
  margin: auto;
}
#apply-form.catalog .visual-wrap .wrap h2 {
  display: inline-block;
  margin-bottom: -1px;
  padding: 3px 5px 0;
  font-family: "audi", sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.15);
  letter-spacing: 0.05px;
}
#apply-form.catalog #pop-wrap {
  max-width: 950px;
  margin: auto;
}
#apply-form.catalog #pop-wrap .pop-header .side {
  top: unset;
  bottom: 100px;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .title-wrap {
  padding-bottom: 7px;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .title-wrap.result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 2px;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .title-wrap.result .total {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.23px;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .title-wrap.result .total .num {
  color: #cf0033;
  font-size: 16px;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .title-wrap.result .btn-reset {
  font-size: 16px;
  letter-spacing: -0.08px;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .title-wrap.result .btn-reset img {
  margin-left: 5px;
  width: 14px;
  height: 14px;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .title-wrap .title {
  font-size: 20px;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .search-wrap {
  margin: 60px 0;
  padding: 40px;
  background-color: #f2f2f2;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .search-wrap .input-wrap {
  position: relative;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .search-wrap .input-wrap input {
  height: 30px;
  padding: 0;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #000;
  background-color: #f2f2f2;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .search-wrap .input-wrap .btn-search {
  position: absolute;
  right: 0;
  bottom: 5px;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .search-wrap .input-wrap .btn-search img {
  width: 20px;
  height: 20px;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide {
  padding: 0;
  overflow: hidden;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide .car-item {
  width: 180px;
  height: 110px;
  margin-right: 10px;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide .car-item a {
  display: inline;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide .car-item a .img-box img {
  width: 160px;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide .car-item a strong {
  margin-top: -15px;
  font-size: 12px;
  font-weight: 400;
  color: #808080;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide .swiper-button-prev::after,
#apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide .swiper-button-next::after {
  position: absolute;
  font-size: 20px;
  color: #000;
  z-index: 99;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide .swiper-button-prev::before,
#apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide .swiper-button-next::before {
  position: absolute;
  content: "";
  left: -10px;
  width: 140px;
  height: 110px;
  background: linear-gradient(to left, transparent 0%, rgba(255, 255, 255, 0.8) 30%, #fff 50%);
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide .swiper-button-next::before {
  right: -10px;
  left: unset;
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.8) 30%, #fff 50%);
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide .swiper-button-disabled::after {
  color: transparent;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide .swiper-button-disabled::before {
  content: none;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .result-list {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 38px));
  gap: 26px 50px;
  margin-top: 30px;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .result-list .item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .result-list .item .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .result-list .item .img-wrap img {
  width: 100%;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .result-list .item .name {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: -0.21px;
  color: #000;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-top: 100px;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .pagination-wrap .btn-prev .left-arrow {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #a7a7a7 #a7a7a7 transparent;
  transform: rotate(130deg);
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .pagination-wrap .btn-next .right-arrow {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #a7a7a7 #a7a7a7 transparent;
  transform: rotate(-45deg);
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .pagination-wrap .pagination {
  display: flex;
  align-items: center;
  gap: 20px;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .pagination-wrap .pagination li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  padding-top: 2px;
  letter-spacing: -0.24px;
  text-align: center;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .pagination-wrap .pagination li.active::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #000;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .pagination-wrap .pagination li.active a {
  position: relative;
  color: #fff;
  z-index: 1;
}
#apply-form.catalog #pop-wrap .pop-content .section-wrap .pagination-wrap .pagination li a {
  font-size: 16px;
  font-weight: 300;
  color: #4c4c4c;
}
#apply-form.catalog-detail .pop-header .sub-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.3px;
  color: #000;
}
#apply-form.catalog-detail .pop-header .side.v2 {
  bottom: 15px;
}
#apply-form.catalog-detail .section-wrap.product {
  margin-top: 30px;
}
#apply-form.catalog-detail .section-wrap.product .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 346px;
  object-fit: contain;
}
#apply-form.catalog-detail .section-wrap.product .swiper-container .swiper-pagination {
  bottom: 40px;
}
#apply-form.catalog-detail .section-wrap.product .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0;
  background: #D1D1D1;
  opacity: 1;
}
#apply-form.catalog-detail .section-wrap.product .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
#apply-form.catalog-detail .section-wrap.product .product-info {
  margin-top: 50px;
}
#apply-form.catalog-detail .section-wrap.product .product-info dl dt em {
  font-size: 16px;
  letter-spacing: -0.2px;
  color: #cf0033;
}
#apply-form.catalog-detail .section-wrap.product .product-info dl dt strong {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.25px;
  color: #000;
}
#apply-form.catalog-detail .section-wrap.product .product-info dl dd .price {
  display: inline-block;
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.4px;
  color: #000;
}
#apply-form.catalog-detail .section-wrap.product .product-info dl dd .price-sales {
  margin-left: 20px;
  font-size: 30px;
  color: #cf0033;
}
#apply-form.catalog-detail .section-wrap.product .product-info dl dd del {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: -0.23px;
  color: #666;
}
#apply-form.catalog-detail .section-wrap.product .product-info dl dd .vat {
  font-size: 14px;
  letter-spacing: -0.2px;
  color: #666;
}
#apply-form.catalog-detail .section-wrap .recommand-list {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 38px));
  gap: 50px;
  margin-bottom: 100px;
}
#apply-form.catalog-detail .section-wrap .recommand-list .item .img-wrap img {
  width: 100%;
}
#apply-form.catalog-detail .section-wrap .recommand-list .item dl {
  margin-top: 14px;
}
#apply-form.catalog-detail .section-wrap .recommand-list .item dl dt {
  font-size: 14px;
  letter-spacing: -0.2px;
  color: #000;
}
#apply-form.catalog-detail .section-wrap .recommand-list .item dl dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.3px;
  color: #000;
}

@media all and (max-width: 1024px) {
  #apply-form.catalog .visual-wrap {
    position: static;
    width: 100%;
  }
  #apply-form.catalog .visual-wrap .logo-wrap {
    height: 72px;
  }
  #apply-form.catalog .visual-wrap .img-wrap img {
    height: 285px;
    object-fit: cover;
  }
  #apply-form.catalog .visual-wrap .wrap {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding-top: 11px;
  }
  #apply-form.catalog .visual-wrap .wrap h2 {
    margin-bottom: 0;
    padding: 0 0 2px;
    text-align: left;
    box-shadow: none;
    line-height: 23px;
  }
  #apply-form.catalog #pop-wrap {
    padding: 0;
  }
  #apply-form.catalog #pop-wrap .pop-header {
    padding: 40px 10px 0;
  }
  #apply-form.catalog #pop-wrap .pop-header .title {
    padding-top: 6px;
  }
  #apply-form.catalog #pop-wrap .pop-header p {
    margin-top: 20px;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .search-wrap {
    margin: 50px -15px;
    padding: 37px 15px;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .search-wrap .input-wrap ipnut {
    padding-bottom: 10px;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .search-wrap .input-wrap .btn-search {
    bottom: 10px;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide {
    margin: 0 0 50px;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide .car-item {
    height: 110px;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide .swiper-button-prev::before,
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide .swiper-button-next::before {
    width: 40px;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide .swiper-button-prev::after {
    left: -5px;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide .swiper-button-next::after {
    right: -5px;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide .swiper-button-disabled::after {
    color: transparent;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .car-slide .swiper-button-disabled::before {
    content: none;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .title-wrap.result .total {
    font-size: 20px;
    font-weight: bold;
    color: #000;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .title-wrap.result .total .num {
    font-size: 20px;
    font-weight: bold;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .title-wrap.result .btn-reset {
    font-weight: 500;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .title-wrap.result .btn-reset img {
    position: relative;
    top: 2px;
    width: 19px;
    height: 19px;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .result-list {
    grid-template-columns: repeat(2, calc(50% - 2px));
    gap: 20px 5px;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .result-list .item .name {
    margin-top: 12px;
    font-size: 12px;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .pagination-wrap {
    justify-content: space-between;
    gap: 0;
    margin-top: 70px;
    padding: 0 15px;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .pagination-wrap .pagination li {
    position: relative;
    width: 23px;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .pagination-wrap .pagination li a {
    font-size: 14px;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .pagination-wrap .pagination li.active a {
    color: #fff;
  }
  #apply-form.catalog #pop-wrap .pop-content .section-wrap .pagination-wrap .pagination li.active::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 2px;
    left: 0;
    width: 23px;
    height: 23px;
    margin: auto;
    background-color: #000;
    border-radius: 50%;
    z-index: -1;
  }
  #apply-form.catalog-detail .pop-header .sub-title {
    font-size: 21px;
    text-align: center;
  }
  #apply-form.catalog-detail .pop-content .section-wrap.product .swiper-container {
    margin: 0 -15px;
  }
  #apply-form.catalog-detail .pop-content .section-wrap.product .swiper-container .swiper-pagination {
    bottom: 30px;
  }
  #apply-form.catalog-detail .pop-content .section-wrap.product .product-info {
    margin-top: 40px;
  }
  #apply-form.catalog-detail .pop-content .section-wrap.product .product-info dl dt em {
    font-size: 13px;
  }
  #apply-form.catalog-detail .pop-content .section-wrap.product .product-info dl dt strong {
    font-size: 16px;
  }
  #apply-form.catalog-detail .pop-content .section-wrap.product .product-info dl dd .price {
    font-size: 25px;
  }
  #apply-form.catalog-detail .pop-content .section-wrap.product .product-info dl dd .price-sales {
    font-size: 25px;
  }
  #apply-form.catalog-detail .pop-content .section-wrap.product .product-info dl dd strong {
    margin-top: 25px;
  }
  #apply-form.catalog-detail .pop-content .section-wrap.product .product-info dl dd del {
    font-size: 15px;
  }
  #apply-form.catalog-detail .pop-content .section-wrap.product .product-info dl dd .vat {
    font-size: 12px;
  }
  #apply-form.catalog-detail .pop-content .section-wrap .recommand-list {
    grid-template-columns: repeat(2, calc(50% - 3px));
    gap: 25px 5px;
    margin: 25px 0 50px;
  }
}
@media (max-width: 749px) {
  #apply-form.catalog .visual-wrap .wrap h2 {
    padding: 0 0 2px;
    line-height: 12px;
    font-size: 15px;
  }
}
.recommend-benefit {
  position: relative;
  z-index: 2;
}
.recommend-benefit .pop-header .side.v2 {
  bottom: 10px;
}
.recommend-benefit .pop-header .side a {
  display: inline-block;
  width: 100px;
  height: 56px;
  background: url(../img/apply/Audi-Logo.png) no-repeat;
  background-size: contain;
}
.recommend-benefit .main-title-wrap {
  margin: 50px 0;
}
.recommend-benefit .list-type4 {
  display: flex;
  margin-top: 46px;
}
.recommend-benefit .list-type4 li {
  position: relative;
  width: 25%;
}
.recommend-benefit .list-type4 li:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 14px;
  top: 65px;
  left: -5px;
  background-image: url(../img/apply/btn_next.png);
  background-repeat: no-repeat;
}
.recommend-benefit .list-type4 li .num {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  left: 20px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  background-color: #0b0507;
  color: #fefefe;
  text-align: center;
}
.recommend-benefit .list-type4 li .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #c2c2c2;
}
.recommend-benefit .list-type4 li .icon-wrap .icn-1 {
  width: 54px;
}
.recommend-benefit .list-type4 li .icon-wrap .icn-2 {
  width: 66px;
}
.recommend-benefit .list-type4 li .icon-wrap .icn-3 {
  width: 70px;
}
.recommend-benefit .list-type4 li .icon-wrap .icn-4 {
  width: 66px;
}
.recommend-benefit .list-type4 li dl {
  margin-top: 15px;
  text-align: center;
}
.recommend-benefit .list-type4 li dl dt {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.24px;
  color: #000;
}
.recommend-benefit .list-type4 li dl dd {
  margin-top: 12px;
}
.recommend-benefit .list-type4 li dl dd p {
  font-size: 14px;
  letter-spacing: -0.2px;
  color: #666;
}
.recommend-benefit .list-type4 li dl dd p span {
  font-size: 12px;
  letter-spacing: -0.18px;
  color: #a3a3a3;
}

@media all and (max-width: 992px) {
  .recommend-benefit .pop-header .side a {
    position: relative;
    width: 80px;
    height: 46px;
    top: -7px;
  }
  .recommend-benefit .list-type4 {
    flex-direction: column;
    margin-top: 30px;
  }
  .recommend-benefit .list-type4 li {
    display: flex;
    width: 100%;
    padding-left: 15px;
  }
  .recommend-benefit .list-type4 li:not(:first-child) {
    margin-top: 20px;
  }
  .recommend-benefit .list-type4 li:not(:first-child)::before {
    content: none;
  }
  .recommend-benefit .list-type4 li .num {
    width: 17px;
    height: 17px;
    top: -5px;
    left: 5px;
    font-size: 11px;
    line-height: 1.8;
  }
  .recommend-benefit .list-type4 li .icon-wrap {
    width: 107px;
    height: 107px;
  }
  .recommend-benefit .list-type4 li .icon-wrap .icn-1 {
    width: 40px;
  }
  .recommend-benefit .list-type4 li .icon-wrap .icn-2 {
    width: 50px;
  }
  .recommend-benefit .list-type4 li .icon-wrap .icn-3 {
    width: 52px;
  }
  .recommend-benefit .list-type4 li .icon-wrap .icn-4 {
    width: 50px;
  }
  .recommend-benefit .list-type4 li dl {
    width: calc(100% - 107px);
    margin: auto;
    padding-left: 15px;
    text-align: left;
  }
  .recommend-benefit .list-type4 li dl dt {
    font-size: 13px;
  }
  .recommend-benefit .list-type4 li dl dd {
    margin-top: 0;
    line-height: 1.4;
  }
  .recommend-benefit .list-type4 li dl dd p {
    font-size: 13px;
  }
  .recommend-benefit .list-type4 li dl dd p br {
    line-height: 0.5;
  }
  .recommend-benefit .table-wrap2 {
    border-width: 2px;
  }
  .recommend-benefit .table-wrap2 table thead tr th {
    padding: 10px 0;
    font-size: 13px;
    text-align: center;
    color: #000;
    border-bottom: 1px solid #000;
  }
  .recommend-benefit .table-wrap2 table tbody tr:not(last-child) {
    border-bottom: 1px solid #000;
  }
  .recommend-benefit .table-wrap2 table tbody tr:nth-child(2) td:first-child {
    border-right: 10px solid #fff;
  }
  .recommend-benefit .table-wrap2 table tbody tr.sub-row td {
    border-top: 1px solid #e2e2e2;
  }
  .recommend-benefit .table-wrap2 table tbody tr td {
    padding: 10px 0;
    font-size: 13px;
    color: #000;
    text-align: center;
    border-bottom: none;
  }
  .recommend-benefit .table-wrap2 table tbody tr td span {
    font-size: 11px;
    color: #666;
    word-break: keep-all;
    line-height: 1.6;
  }
  .recommend-benefit .table-wrap2 table tbody tr td p {
    font-size: 13px;
    line-height: 1.45;
  }
}
/* 팝업공통 */
#pop_wrap {
  padding: 40px 34px 60px;
  background: #fff;
}
#pop_wrap.ver02 {
  position: relative;
  max-width: 640px;
  min-width: 320px;
}
#pop_wrap.ver03 {
  padding-left: 17px;
  padding-right: 17px;
}

#pop_wrap-ver02 {
  padding: 40px 34px 60px;
  background: #fff;
}

.logo {
  height: 36px;
  background: #000;
}
.logo img {
  height: 22px;
  margin: 8px 0 0 36px;
}

/* 컨텐츠 바로가기 */
#accessibility a {
  display: block;
  visibility: visible;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

#accessibility a:focus {
  position: static;
  overflow: visible;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  height: 20px;
}

/* 레이아웃 */
#wrapper {
  min-width: 1024px;
  height: 100%;
  min-height: 868px;
  overflow-y: hidden;
}

.wrapper {
  position: relative;
  width: 1124px;
  margin: 0 auto;
}

.wrapper:after {
  content: "";
  display: block;
  clear: both;
}

#header {
  background: #fff;
}

#header .wrapper {
  height: 75px;
}

#header h1 {
  position: absolute;
  right: 0;
  top: 23px;
}

#header p {
  position: absolute;
  left: 2px;
  top: 33px;
}

#container {
  height: 100%;
}

.spot .layer .arr {
  position: absolute;
  right: 16px;
}

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

*,
:before,
:after {
  box-sizing: border-box;
  font-family: "audi", "맑은 고딕", malgun gothic, "돋움", Dotum, "굴림", Gulim, sans-serif;
  font-size: 14px;
  letter-spacing: -1px;
}

body {
  width: auto;
  overflow-x: hidden;
}

table {
  font-family: "맑은 고딕", malgun gothic, "돋움", Dotum, "굴림", Gulim, sans-serif;
  font-size: 14px;
  letter-spacing: -1px;
}

.slick-dots {
  margin-top: 40px;
  font-size: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  background: #d0d3d4;
  border-radius: 100%;
}

.slick-dots li:first-child {
  margin-left: 0;
}

.slick-dots li span {
  font-size: 0;
}

.slick-dots .slick-active {
  background: #cc0033;
}

.form-box input,
.form-box label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.form-box input {
  margin-right: 5px;
  margin-left: 13px;
}

.form-box input:first-child {
  margin-left: 0;
}

/*2020-09-09 추가(s)*/
.form-box .form-item:nth-child(n+2) {
  margin-top: 10px;
}

.pc-only {
  display: block;
}

.mo-only {
  display: none;
}

/* 서비스 예약 페이지 반응형 */
@media all and (max-width: 992px) {
  div#apply-form {
    width: 100%;
  }
  div#apply-form #pop-wrap .pop-header .side {
    width: 100%;
    height: 50px;
    top: 0;
    padding: 10px 15px 0 0;
    text-align: right;
    border-bottom: 1px solid #e0e0e0;
  }
  div#apply-form #pop-wrap .pop-header .side img {
    width: 75px;
  }
  div#apply-form #pop-wrap .pop-header h1.title {
    font-size: 27px;
    text-align: center;
  }
  div#apply-form #pop-wrap .pop-header .notice-text.v3 {
    text-align: center;
  }
  div#apply-form #pop-wrap .pop-content {
    padding: 0 15px;
  }
  div#apply-form #pop-wrap .pop-content select {
    padding-left: 0;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
  }
  div#apply-form #pop-wrap .pop-content select.opt-1 {
    color: #a7a7a7;
  }
  div#apply-form #pop-wrap .pop-content .btn-wrap .btn-apply {
    width: 100%;
  }
  div#apply-form #pop-wrap-01 {
    padding-left: 17px;
    padding-right: 17px;
  }
  div#apply-form #pop-wrap-01 .pop-header .side {
    width: 100%;
    height: 50px;
    top: 0;
    padding: 10px 15px 0 0;
    text-align: right;
    border-bottom: 1px solid #e0e0e0;
  }
  div#apply-form #pop-wrap-01 .pop-header .side img {
    width: 75px;
  }
  div#apply-form #pop-wrap-01 .pop-header .desc {
    margin-top: 35px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1px;
    color: #666;
  }
  div#apply-form #pop-wrap-01 .pop-header h1.title {
    font-size: 27px;
    text-align: center;
  }
  div#apply-form #pop-wrap-01 .pop-header h1.title-01 {
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -2px;
    color: #000;
  }
  div#apply-form #pop-wrap-01 .pop-header .notice-text.v3 {
    text-align: center;
  }
  div#apply-form #pop-wrap-01 .pop-content .pop-section .agree-box:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  div#apply-form #pop-wrap-01 .pop-content .pop-section .agree-box {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #909090;
  }
  div#apply-form #pop-wrap-01 .pop-content .pop-section .agree-box dt {
    font-size: 14px;
    font-weight: 700;
  }
  div#apply-form #pop-wrap-01 .pop-content .pop-section .agree-box dd {
    margin-top: 15px;
    color: #666;
    font-size: 14px;
    line-height: 20px;
  }
  div#apply-form #pop-wrap-01 .pop-content .pop-section .agree-box dd .list-dot {
    margin-top: 15px;
  }
  div#apply-form #pop-wrap-01 .pop-content .pop-section .agree-box dd .list-dot li {
    position: relative;
    padding-left: 10px;
    margin-top: 6px;
    font-size: 14px;
  }
  div#apply-form #pop-wrap-01 .pop-content .pop-section .agree-box dd .list-dot ::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #666;
  }
  div#apply-form #pop-wrap-01 .pop-content .list-star {
    margin: 17px 0 40px;
  }
  div#apply-form #pop-wrap-01 .pop-content .list-star li {
    position: relative;
    margin-top: 10px;
    padding-left: 8px;
    font-size: 12px;
    color: #999;
  }
  div#apply-form #pop-wrap-01 .pop-content .list-star ::before {
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
  }
  div#apply-form #pop-wrap-01 .pop-content .agree-check {
    position: relative;
    padding: 20px 15px;
    margin-top: 15px;
    background: #f2f2f2;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
  }
  div#apply-form #pop-wrap-01 .pop-content .agree-check p {
    font-weight: 700;
  }
  div#apply-form #pop-wrap-01 .pop-content .agree-check .form-box {
    margin-top: 17px;
  }
  div#apply-form #pop-wrap-01 .pop-content .pop-section2 .agree-check {
    position: relative;
    padding: 20px 15px;
    margin-top: 15px;
    background: #f2f2f2;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
  }
  div#apply-form #pop-wrap-01 .pop-content .pop-section2 .agree-check p {
    font-weight: 700;
  }
  div#apply-form #pop-wrap-01 .pop-content .pop-section2 .agree-check .form-box {
    margin-top: 17px;
  }
  div#apply-form #pop-wrap-01 .pop-content .pop-section2 .agree-check + .agree-check {
    margin-top: -3px;
    border-top: 1px solid #909090;
  }
  div#apply-form #pop-wrap-01 .pop-content .title2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    letter-spacing: -1px;
  }
  div#apply-form #pop-wrap-01 .pop-content select {
    padding-left: 0;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
  }
  div#apply-form #pop-wrap-01 .pop-content select.opt-1 {
    color: #a7a7a7;
  }
  div#apply-form #pop-wrap-01 .pop-content .btn-wrap .btn-apply {
    width: 100%;
  }
  div#apply-form.form-v2 input::placeholder {
    color: #a7a7a7;
  }
  div#apply-form.form-v2 .info-form.select-type2 {
    display: flex;
    align-items: flex-end;
    gap: 20px;
  }
  div#apply-form.form-v2 .info-form .col {
    width: 100%;
  }
  div#apply-form.form-v2 .info-form .col + .col {
    margin-top: 16px;
  }
  div#apply-form.form-v2 .form-box .chk-box {
    position: relative;
    margin: 0 25px 0 0;
    padding-left: 25px;
    font-size: 14px;
    color: #000;
  }
  div#apply-form.form-v2 .form-box .chk-box input {
    position: absolute;
    opacity: 0;
  }
  div#apply-form.form-v2 .form-box .chk-box input:checked ~ .checkbox-square {
    background: #000;
  }
  div#apply-form.form-v2 .form-box .chk-box input:checked ~ .checkbox-square::before {
    content: "";
    width: 9px;
    height: 4px;
    top: 5px;
    left: 4px;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    position: absolute;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
  }
  div#apply-form.form-v2 .form-box .chk-box img {
    position: relative;
    width: 16px;
    height: 16px;
    top: 2px;
    right: -5px;
  }
  div#apply-form.form-v2 .form-box .chk-box .checkbox-square {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0px;
    left: 0px;
    border: 1px solid #808080;
    background: #ffffff;
  }
  div#apply-form.form-v2 .form-box .row + .row {
    margin-top: 15px;
  }
  div#apply-form.form-v2 .form-box .row label {
    padding-top: 5px;
    font-size: 14px;
    color: #666;
  }
  div#apply-form.form-v2 .form-box .row input {
    margin: 0 10px 0 25px;
  }
  div#apply-form.form-v2 .form-box .row input::first-child {
    margin-left: 0;
  }
  div#apply-form.form-v2 .form-box .row .date {
    position: relative;
    top: 2px;
    padding-left: 12px;
    font-size: 12px;
    color: #cf0033;
  }
  div#apply-form.form-v2 .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  div#apply-form.form-v2 .list .item {
    position: relative;
    width: 100%;
    padding: 20px 0 5px 8px;
    font-size: 15px;
    color: #666;
    border-bottom: 1px solid #d7d7d7;
  }
  div#apply-form.form-v2 .list .item::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    bottom: 18px;
    left: 2px;
    border-radius: 50%;
    background-color: #666;
  }
  div#apply-form.form-v2 .date-confirm dl {
    display: flex;
  }
  div#apply-form.form-v2 .date-confirm dl + dl {
    margin-top: 10px;
  }
  div#apply-form.form-v2 .date-confirm dl dt {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #666;
  }
  div#apply-form.form-v2 .date-confirm dl dd {
    font-size: 16px;
    font-weight: bold;
    color: #000;
  }
  div#apply-form.form-v2 .agree-top .form-box input {
    width: 24px;
    height: 24px;
    accent-color: #505050;
  }
  div#apply-form.form-v2 .view-my-apply .img-box {
    margin: 50px 0 30px;
  }
  div#apply-form.form-v2 .view-my-apply .row {
    display: flex;
    width: 100%;
  }
  div#apply-form.form-v2 .view-my-apply .row + .row {
    margin-top: 30px;
  }
  div#apply-form.form-v2 .view-my-apply .row .col {
    width: 50%;
  }
  div#apply-form.form-v2 .view-my-apply .row .col dl dd {
    margin-top: 5px;
  }
  div#apply-form.form-v2 .weekly-calendar {
    width: 100%;
  }
  div#apply-form.form-v2 .weekly-calendar .date-list {
    padding: 0;
  }
  div#apply-form.form-v2 .weekly-calendar .date-list ul {
    gap: 30px;
  }
  div#apply-form.form-v2 .weekly-calendar .date-list ul li p {
    font-size: 15px;
  }
  div#apply-form.form-v2 .pager {
    display: none;
  }
  div#apply-form.form-v2 .datePicker {
    position: relative;
    top: 0;
    width: 26px;
    margin-left: 5px;
  }
  div#apply-form.form-v2 .datePicker img {
    width: 21px;
  }
  div#apply-form.form-v2 .mileage .select-box {
    width: 100%;
  }
  div#apply-form.form-v2 .request,
  div#apply-form.form-v2 .search-result {
    display: none;
  }
  div#apply-form.form-v2 .request .notice-text {
    font-size: 15px;
    color: #666;
  }
  div#apply-form.form-v2 .request textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #c2c2c2;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
  }
  div#apply-form.form-v2 .request textarea::placeholder {
    color: #a7a7a7;
  }
  div#apply-form.form-v2 .agree-top label {
    font-size: 16px;
  }
  div#apply-form.form-v2 .agree-top .form-box {
    top: unset;
    bottom: 10px;
    right: 12px;
  }
  div#apply-form.form-v2 .agree-list li:last-child dl dt {
    display: inline-block;
    width: calc(100% - 110px);
    vertical-align: middle;
  }
  div#apply-form.form-v2 .agree-list li:last-child dl dd {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
  }
  div#apply-form.form-v2 .agree-list li dl dd .form-box {
    display: inline-block;
    width: calc(100% - 110px);
    vertical-align: middle;
  }
  div#apply-form.form-v2 .agree-list li dl dd .form-item > label:last-of-type {
    margin-bottom: 4px;
  }
  div#apply-form.form-v2 .agree-list li dl dd a {
    position: static;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    vertical-align: middle;
  }
  div#apply-form.form-v2 .pop-section .warnning-light-wrap .list .item {
    position: relative;
    width: 100%;
    padding: 20px 15px;
    border-bottom: 1px dotted #d7d7d7;
  }
  div#apply-form.form-v2 .pop-section .warnning-light-wrap .list .item::before {
    content: none;
  }
  div#apply-form.form-v2 .pop-section .warnning-light-wrap .list .item img {
    width: 60px;
  }
  div#apply-form.form-v2 .pop-section .warnning-light-wrap .list .item .name {
    display: inline-block;
    width: 65%;
    font-size: 18px;
    letter-spacing: -0.38px;
    color: #000;
  }
  div#apply-form.form-v2 .pop-section .warnning-light-wrap .list .item .btn-delete {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto 0;
  }
  div#apply-form.form-v2 .pop-section .warnning-light-wrap .list .item .btn-delete img {
    width: 24px;
  }
  div#apply-form.form-v2 .apply-end {
    padding: 0 15px;
  }
  div#apply-form.form-v2 .apply-end .title-wrap {
    padding-left: 0;
  }
  div#apply-form.form-v2 .apply-end .title-wrap::before {
    display: none;
  }
  div#apply-form.form-v2 .apply-end .view-my-apply {
    margin-top: 17px;
    padding-bottom: 22px;
    border-bottom: 1px solid #d0d3d4;
    transition: all 0.5s;
  }
  div#apply-form.form-v2 .apply-end .view-my-apply .img-box {
    position: static;
    margin-top: 50px;
    width: 100%;
    text-align: center;
  }
  div#apply-form.form-v2 .apply-end .view-my-apply .img-box.etc img {
    width: 250px;
  }
  div#apply-form.form-v2 .apply-end .view-my-apply .img-box img {
    max-width: 400px;
    width: 100%;
  }
  div#apply-form.form-v2 .apply-end .view-my-apply .apply-end-info {
    position: relative;
  }
  div#apply-form.form-v2 .apply-end .view-my-apply .apply-end-info .row .col.date {
    top: 83px;
  }
  div#apply-form.form-v2 .apply-end .view-my-apply .apply-end-info .row .col dl dt {
    color: #6d7579;
  }
  div#apply-form.form-v2 .apply-end .view-my-apply .apply-end-info .row .col dl dd {
    margin-top: 10px;
    font-size: 15px;
    color: #000;
  }
  div#apply-form.form-v2 .apply-end .view-my-apply .apply-end-info .row .col dl dd span {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    color: #000;
  }
  div#apply-form.form-v2 .apply-end .view-my-apply .tip-area {
    margin: 20px 0;
  }
  div#apply-form.form-v2 .apply-end .view-my-apply .tip-area .title {
    font-size: 17px;
  }
  div#apply-form.form-v2 .apply-end .view-my-apply .tip-area .title .btn-tip {
    margin-top: -3px;
  }
  div#apply-form.form-v2 .apply-end .btn-wrap .btn-apply {
    width: 100%;
  }
  div#apply-form.form-v2 .apply-end .btn-wrap-row {
    display: block;
  }
  div#apply-form.form-v2 .apply-end .btn-wrap-row .btn-apply {
    max-width: unset;
  }
  div#apply-form.form-v2 .apply-end .btn-wrap-row .btn-apply + .btn-apply {
    margin-top: 10px;
  }
  div#apply-form.card .apply-end .txt-box {
    margin: 30px 0 0;
  }
  div#apply-form.card .apply-end .txt-box p,
  div#apply-form.card .apply-end .txt-box a {
    font-size: 18px;
  }
  div#apply-form.card .apply-end .view-my-apply {
    flex-direction: column-reverse;
    border: none;
  }
  div#apply-form.card .apply-end .view-my-apply .info-wrap {
    width: 100%;
    padding-left: 0;
  }
  div#apply-form.card .apply-end .view-my-apply .info-wrap .row {
    flex-direction: row;
  }
  div#apply-form.card .apply-end .view-my-apply .info-wrap .row .col + .col {
    margin-top: 0;
  }
  div#apply-form.card .apply-end .view-my-apply .img-box {
    width: 100%;
  }
  div#apply-form.card .apply-end .btn-wrap-row {
    margin: 0;
    padding-top: 40px;
    border-top: 1px solid #d0d3d4;
  }
  div#apply-form .agree-form .agree-top {
    padding: 15px 18px 32px;
  }
  div#apply-form .agree-form .agree-top.ver02 {
    margin-top: 10px;
    position: relative;
    padding: 15px 15px 48px 15px;
    background: #f2f2f2;
    color: #6d7579;
  }
  div#apply-form .agree-form .agree-top .form-box {
    bottom: 15px;
  }
  div#apply-form .agree-list li dd .form-box .form-item > label:first-of-type {
    display: block;
    margin-bottom: 4px;
  }
  div#apply-form .agree-list li dd .form-box .form-item > label:last-of-type {
    display: inline-block;
  }
  div#apply-form .agree-list li dd .form-box .form-item > input:first-of-type {
    margin-left: 0;
  }
  .pc-only {
    display: none;
  }
  .mo-only {
    display: block;
  }
  .pop-layer {
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .pop-layer .bg {
    display: none;
  }
  .pop-layer .layer-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    min-height: 100%;
    padding: 50px 17px;
    margin-left: 0;
    background: #fff;
  }
  .pop-layer .layer-wrap .btn-close,
  .pop-layer .btn-close {
    display: inline-block !important;
    position: absolute;
    top: 20px;
    right: 17px;
    z-index: 91;
    width: 18px;
    height: 18px;
    background: url(../img/apply/btn_close.png) no-repeat 0 0;
    background-size: 100% auto;
  }
  .pop-layer .layer-wrap .title {
    font-size: 17px;
    color: #000;
    font-weight: 600;
  }
  .pop-layer .layer-content {
    margin-top: 25px;
  }
  .pop-layer .layer-content p {
    color: #666;
    line-height: 20px;
  }
  /*2020-09-09 추가(s)*/
  .pop-layer .layer-content .underline {
    font-size: 15px;
    text-decoration: underline;
  }
  .pop-layer.warnning-light .layer-wrap {
    overflow-y: hidden;
  }
  .pop-layer.warnning-light .layer-wrap .layer-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
  }
  .pop-layer.warnning-light .layer-wrap .layer-content {
    height: calc(100vh - 172px);
  }
  .light-list ul {
    width: 100%;
  }
  .pop-layer.emergency .bg {
    display: block;
  }
  .pop-layer.emergency .layer-wrap {
    width: 90%;
    height: fit-content;
    min-height: unset;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .pop-layer.emergency .layer-wrap .layer-content {
    margin-top: 0;
  }
  .pop-layer.emergency .layer-wrap .layer-text {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .pop-layer.emergency .layer-wrap .layer-text strong {
    font-size: 22px;
  }
  .pop-layer.emergency .layer-wrap .layer-text p {
    font-size: 14px;
    line-height: 1.3;
  }
  .pop-layer.emergency .layer-wrap .layer-text p .focus {
    font-size: 14px;
  }
  .pop-layer.emergency .layer-wrap .list-dot {
    width: 100%;
  }
  .pop-layer.emergency .layer-wrap .list-dot li {
    font-size: 13px;
    line-height: 1.38;
  }
  .pop-layer.emergency .layer-wrap .list-dot li .focus {
    font-size: 13px;
  }
  .pop-layer.emergency .layer-wrap .tel {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
  .pop-layer.emergency .layer-wrap .tel img {
    width: 21px;
    margin-right: 5px;
  }
  .pop-layer.emergency .layer-wrap .layer-bottom {
    margin: 30px 0 -50px -30px;
  }
  .pop-layer.emergency .layer-wrap .layer-bottom a {
    height: 45px;
    line-height: 45px;
    padding: 0;
    font-size: 14px;
  }
  .only-pc {
    display: none;
  }
  .only-mo {
    display: block;
  }
}
.pop-layer.pop-alert .layer-wrap {
  width: 350px;
  top: 150px;
  margin-left: -180px;
  padding: 0;
  overflow: unset;
}
.pop-layer.pop-alert .layer-wrap .title {
  margin: 0 20px;
  padding: 15px 0 10px;
  text-align: center;
  border-bottom: 1px solid black;
}
.pop-layer.pop-alert .layer-wrap .layer-content p {
  text-align: center;
  color: black;
}
.pop-layer.pop-alert .layer-wrap .layer-footer .btn-wrap {
  display: flex;
}
.pop-layer.pop-alert .layer-wrap .layer-footer .btn-wrap .btn-close {
  position: static;
  background: none;
  width: 50%;
  height: unset;
  padding: 12px;
  border-top: 1px solid black;
  background-color: black;
  font-size: 16px;
  color: white;
}
.pop-layer.pop-alert .layer-wrap .layer-footer .btn-wrap .btn-close.cancel {
  background-color: white;
  color: black;
}

/* 서비스 예약 페이지  */
#apply-form {
  width: 950px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#apply-form.ver03 {
  width: 0;
  margin: 0 auto;
  padding-bottom: 100px;
}
#apply-form .logo-area.ver02 {
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

#apply-form-ver04 {
  position: relative;
  max-width: 640px;
  min-width: 320px;
}
#apply-form-ver04.ver03 {
  width: 0;
  margin: 0 auto;
  padding-bottom: 100px;
}
#apply-form-ver04 .logo-area.ver02 {
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.pop-header {
  position: relative;
  padding: 80px 0 4px;
}

.pop-header .notice-text {
  margin-top: 10px;
}

.pop-header .side {
  position: absolute;
  top: 88px;
  right: 0;
}

.pop-header .side.v2 {
  top: unset;
  bottom: 35px;
}

.title-wrap.v2 {
  padding: 0 0 5px 0;
}
.title-wrap.v2 .title {
  font-size: 20px;
}
.title-wrap.v2 .title .title-01 {
  color: #f50537;
  font-size: 13px;
  padding-left: 10px;
}

.txt-box {
  margin: 50px 0;
}
.txt-box p,
.txt-box a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.3px;
  text-align: center;
  color: #000;
}
.txt-box a:active, .txt-box a:focus, .txt-box a:hover {
  text-decoration: none;
}

.pop-content {
  position: relative;
}
.pop-content .event-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  background-color: #f2f2f2;
  padding: 30px 18px;
}
.pop-content .event-wrap .form-box {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.pop-content .event-wrap .form-box input {
  width: 18px;
  height: 18px;
}
.pop-content .event-wrap .form-box span {
  color: #000;
}
.pop-content .event-wrap .event-box {
  color: #000;
  margin: auto;
  justify-content: center;
}
.pop-content .event-wrap .event-box .event-box-title {
  text-align: center;
  line-height: 30px;
}
.pop-content .event-wrap .event-box .event-box-title .event-box-title-text {
  font-weight: bold;
}
.pop-content .event-wrap .event-box .event-box-btn {
  align-items: center;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 160px;
  height: 50px;
  font-size: 16px;
  letter-spacing: -0.24px;
  color: #fff;
  background-color: #000;
}

.pop-section {
  margin-top: 20px;
}
.pop-section.line {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.pop-section .video-wrap {
  margin-top: 50px;
}
.pop-section .video-wrap iframe {
  width: 100%;
  height: 390px;
}
.pop-section .row {
  display: flex;
  align-items: center;
}
.pop-section .row .col {
  width: 50%;
}
.pop-section .gift-wrap .row .col {
  padding-left: 15%;
  text-align: center;
}
.pop-section .gift-wrap .row .col:last-child {
  padding: 0 15% 0 0;
}
.pop-section .gift-wrap .row .col:last-child .img-box img {
  width: 150px;
}
.pop-section .gift-wrap .row .col .img-box {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 150px;
}
.pop-section .gift-wrap .row .col .img-box img {
  width: 200px;
}
.pop-section .gift-wrap .row .col .name,
.pop-section .gift-wrap .row .col .notice {
  margin-top: 28px;
  font-size: 12px;
  letter-spacing: -0.2px;
  color: #666;
}
.pop-section .gift-wrap .row .col .name {
  position: relative;
}
.pop-section .gift-wrap .row .col .name .notice {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
}
.pop-section .table-wrap4 {
  margin-top: 20px;
}
.pop-section .notice-list li {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.57;
  color: #666;
}
.pop-section .notice-list li::before {
  position: absolute;
  content: "-";
  left: 0;
}

.pop-section .sub-text {
  font-size: 20px;
  line-height: 1.65;
  color: #000;
}

.car-slide {
  position: relative;
  margin-top: 30px;
  padding: 0 90px;
}

.car-slide .slick-arrow {
  display: inline-block;
  position: absolute;
  top: 78px;
  width: 9px;
  height: 16px;
  background: #000;
}
.car-slide .slick-prev {
  left: 0;
  background: url(../images/apply_w/btn_prev.png) no-repeat 0 0;
}
.car-slide .slick-next {
  right: 0;
  background: url(../images/apply_w/btn_next.png) no-repeat 0 0;
}
.car-slide .car-item {
  margin-right: 60px;
  text-align: center;
}
.car-slide .car-item.select a {
  border: 1px solid #000;
}
.car-slide .car-item.select a strong {
  display: inline-block;
  font-weight: 600;
}
.car-slide .car-item.select a strong::after {
  display: block;
}
.car-slide .car-item a {
  overflow: hidden;
  display: inline-block;
  width: 225px;
  height: 195px;
  padding-top: 25px;
}
.car-slide .car-item a .img-box {
  width: 100%;
  height: 100px;
  text-align: center;
  font-size: 0;
}
.car-slide .car-item a .img-box::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.car-slide .car-item a .img-box img {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
}
.car-slide .car-item a strong {
  position: relative;
  display: block;
  margin-top: 29px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.car-slide .car-item a strong::after {
  display: none;
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}

@media all and (max-width: 992px) {
  .car-slide {
    padding: 0;
  }
  .car-slide .car-item {
    margin: 0;
  }
}
.notice-text {
  font-size: 12px;
  color: #000;
}

.notice-text.v2 {
  color: #cc0033;
}

.notice-text.v3 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: -0.18px;
  color: #666;
}

.fw-500 {
  font-weight: 500;
}

.notice-text:last-child {
  margin-top: 15px;
}

.select-view {
  margin-top: 28px;
  font-size: 0;
}

.select-view dt {
  display: inline-block;
  width: 270px;
  font-size: 18px;
  vertical-align: top;
}

.select-view dd {
  display: inline-block;
  width: 600px;
  font-size: 14px;
  vertical-align: top;
}

.select-slide .select-item span {
  display: inline-block;
  width: 190px;
  margin-bottom: 15px;
}

.select-slide .local-item dl {
  padding: 20px 0;
}

.select-slide .local-item dl {
  border-top: 1px solid #e5e5e5;
}

.select-slide .local-item dl:first-child {
  border-top: 0;
}

.select-slide .select-item span a {
  font-size: 14px;
  color: #000;
}

.select-slide .select-item span a.select {
  color: #cc0033;
}

.select-slide .select-item span a:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 10px;
  margin-right: 12px;
  background: url(../images/apply_w/bg_title.png) no-repeat 0 0;
  vertical-align: middle;
}

.agree-top {
  margin-top: 20px;
  position: relative;
  padding: 32px 18px;
  background: #f2f2f2;
  color: #6d7579;
}

.agree-top .form-box {
  position: absolute;
  top: 27px;
  right: 20px;
  font-size: 18px;
}

.agree-top label {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.agree-top .form-box input {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.agree-list {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.agree-list.v2 {
  border: none;
}
.agree-list li {
  position: relative;
  margin-top: 40px;
}
.agree-list li:first-child {
  margin-top: 0;
}
.agree-list li dt {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.agree-list li dt .notice {
  font-weight: 400;
  color: #cc0033;
}
.agree-list li dt strong {
  color: #f50537;
  font-size: 16px;
}
@media (max-width: 992px) {
  .agree-list li .agree-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .agree-list li .agree-type a {
    position: static;
  }
}
.agree-list li dd {
  margin-top: 20px;
}
.agree-list li dd.agree-type a {
  top: 30px;
}
.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;
}

.apply-end .title-wrap {
  padding-left: 0;
}

.apply-end .title-wrap:before {
  display: none;
}

.view-my-apply {
  position: relative;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d3d4;
}
.view-my-apply dl {
  margin-top: 50px;
}
.view-my-apply dl:first-child {
  margin-top: 0;
}
.view-my-apply dl dt {
  color: #6d7579;
}
.view-my-apply dl dd {
  max-width: 330px;
  margin-top: 20px;
  font-size: 18px;
  color: #000;
}
.view-my-apply dl dd span {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  color: #000;
}
.view-my-apply .img-box {
  position: absolute;
  right: 0;
  top: 32px;
}
.view-my-apply .img-box.etc {
  width: 547px;
  text-align: center;
}
.view-my-apply .img-box.etc img {
  width: 350px;
}
.view-my-apply .img-box img {
  width: 547px;
}
.view-my-apply .notice {
  margin-top: 40px;
  font-size: 14px;
  color: #6d7579;
}

.premium-service-wrap {
  margin-top: 20px;
}
.premium-service-wrap p {
  font-size: 20px;
  color: #000;
  text-align: center;
}
.premium-service-wrap p strong {
  font-size: 20px;
}
.premium-service-wrap .service-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.premium-service-wrap .service-btn-wrap.is-1 .btn-type:last-child, .premium-service-wrap .service-btn-wrap.is-3 .btn-type:last-child {
  flex: 1 1 100%;
  max-width: 100%;
}
.premium-service-wrap .service-btn-wrap .btn-type {
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
  padding: 19px;
  border: 1px solid #111;
  text-align: center;
}
.premium-service-wrap .service-btn-wrap .btn-type:hover {
  text-decoration: none;
}
.premium-service-wrap .service-btn-wrap .btn-type dl {
  width: 100%;
}
.premium-service-wrap .service-btn-wrap .btn-type dl dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
}
.premium-service-wrap .service-btn-wrap .btn-type dl dd {
  margin-top: 5px;
  font-size: 14px;
  color: #000;
  text-align: center;
}

@media (max-width: 960px) {
  .premium-service-wrap p {
    font-size: 17px;
  }
  .premium-service-wrap p strong {
    font-size: 17px;
  }
  .premium-service-wrap .service-btn-wrap {
    gap: 10px;
    margin-top: 20px;
  }
  .premium-service-wrap .service-btn-wrap .btn-type {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #111;
    text-align: center;
  }
  .premium-service-wrap .service-btn-wrap .btn-type dl dt {
    font-size: 16px;
  }
  .premium-service-wrap .service-btn-wrap .btn-type dl dd {
    font-size: 13px;
    word-break: keep-all;
  }
}
.view-my-apply-footer {
  max-width: 635px;
  margin: 30px auto 0;
}
.view-my-apply-footer h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.view-my-apply-footer.full-ver {
  width: 100%;
  max-width: 100%;
}
.view-my-apply-footer.full-ver .tip-area .tip-box {
  left: 50%;
  transform: translateX(-50%);
}
.view-my-apply-footer .btn-wrap-row {
  margin-top: 20px;
}
.view-my-apply-footer .btn-wrap-row .btn-apply {
  max-width: 315px;
}
.view-my-apply-footer .btn-wrap-row .btn-apply.full {
  max-width: 100%;
}
.view-my-apply-footer .tip-area {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
@media all and (max-width: 992px) {
  .view-my-apply-footer .tip-area {
    flex-direction: column;
    gap: 10px;
  }
}
.view-my-apply-footer .tip-area .btn-tip-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 315px;
  font-size: 17px;
}
.view-my-apply-footer .tip-area .btn-tip-wrap .btn-tip {
  margin-right: 5px;
  gap: 5px;
  font-size: 15px;
  color: #000;
}
.view-my-apply-footer .tip-area .btn-tip-wrap .btn-tip img {
  width: 18px;
  height: 18px;
  margin-bottom: 2px;
}
.view-my-apply-footer .tip-area .btn-tip-wrap p {
  margin-top: 5px;
  padding-left: 28px;
  color: #6d7579;
  word-break: keep-all;
}
.view-my-apply-footer .tip-area .tip-box {
  width: 100%;
  max-width: 660px;
  bottom: 0;
}
@media all and (max-width: 992px) {
  .view-my-apply-footer .tip-area .tip-box {
    bottom: unset;
  }
}
.view-my-apply-footer .tip-area .tip-box .tip-content .title-wrap {
  margin-top: 10px;
  border: none;
}
.view-my-apply-footer .tip-area .tip-box .tip-content .title-wrap .title {
  gap: 5px;
  font-weight: 22px;
  letter-spacing: 0.33px;
}
.view-my-apply-footer .tip-area .tip-box .tip-content .title-wrap .title span {
  color: #6d7579;
}
@media all and (max-width: 992px) {
  .view-my-apply-footer .tip-area .tip-box .tip-content .title-wrap .title {
    flex-direction: column;
  }
}
.view-my-apply-footer .tip-area .tip-box .tip-content .title-wrap p {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: -0.2px;
  color: #666;
}
.view-my-apply-footer .tip-area .tip-box .tip-content .table-wrap {
  border: none;
}
.view-my-apply-footer .tip-area .tip-box .tip-content .table-wrap table th {
  padding: 20px 0 0;
  font-weight: bold;
  color: #000;
  vertical-align: baseline;
  background-color: #fff;
  border-top: 3px solid #000;
}
.view-my-apply-footer .tip-area .tip-box .tip-content .table-wrap table td {
  padding: 20px 0 30px;
  border-top: 1px solid #909090;
  border-left: 8px solid #fff;
  word-break: keep-all;
}
.view-my-apply-footer .tip-area .tip-box .tip-content .table-wrap table td a {
  text-decoration: underline;
}
.view-my-apply-footer .tip-area .tip-box .tip-content .list-type li {
  position: relative;
  padding-left: 10px;
  word-break: keep-all;
}
.view-my-apply-footer .tip-area .tip-box .tip-content .list-type li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background-color: #555;
}
.view-my-apply-footer .btn-apply {
  max-width: unset;
}

.tip-area {
  position: relative;
}
.tip-area .title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tip-area .btn-tip {
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tip-area .tip-box {
  display: none;
  position: absolute;
  left: 0;
  width: 250px;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  padding-right: 30px;
  border: 1px solid #bbb;
  z-index: 1;
}
.tip-area .tip-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.tip-area .tip-box .close i {
  width: 16px;
  height: 16px;
}
.tip-area .tip-box p {
  word-break: keep-all;
  font-size: 14px;
}

/* 2019-09-10 뉴스레터/카탈로그 신청 */
.visual-img {
  display: block;
  margin: 80px auto 50px;
  text-align: center;
}

.info-box {
  margin-top: 60px;
  padding: 25px;
  background: #f2f2f2;
  text-align: center;
}

.info-box * {
  font-size: inherit;
}

.info-box dt,
.info-box dd {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #000;
  text-align: left;
}

.info-box dt {
  width: 110px;
  padding-left: 10px;
  padding-top: 5px;
  margin-right: 30px;
  border-top: 3px solid #000;
  font-weight: 700;
}

.info-box dd {
  padding-top: 9px;
}

.info-box dd p {
  margin-top: 6px;
}

.info-box dd p:first-child {
  margin-top: 0;
}

/*datepicker*/
.ui-datepicker {
  display: none;
  z-index: 99 !important;
  width: 470px;
  padding: 30px 27px 20px;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.ui-datepicker .ui-datepicker-header {
  padding: 0;
  margin-bottom: 7px;
  background: none;
  border: 0;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}

.ui-datepicker .ui-datepicker-title span {
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  color: #000;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  float: right;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  float: left;
}

.ui-datepicker th,
.ui-datepicker td {
  text-align: center;
  font-size: 18px;
}

.ui-datepicker th {
  padding: 21px 0;
  font-weight: 400;
  color: #999;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: 10px 0;
  padding: 0;
  border-radius: 50%;
  border: 0;
  background: none;
  line-height: 38px;
  text-align: center;
  color: #222;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  position: relative;
  border: 2px solid #bb0a30;
  line-height: 34px;
  color: #222;
}

.ui-state-highlight:after,
.ui-widget-content .ui-state-highlight:after,
.ui-widget-header .ui-state-highlight:after {
  content: "오늘";
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
  font-size: 13px;
  color: #bb0a30;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #bb0a30;
  border: 0;
  font-weight: 700;
  color: #fff;
}

.ui-state-disabled .ui-state-default {
  color: #ccc;
}

.ui-datepicker-header .ui-corner-all {
  display: inline-block;
  content: "";
  position: absolute;
  top: 36px;
  z-index: 2;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #ccc #ccc transparent;
  text-indent: -99999px;
  overflow: hidden;
}

.ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  left: 60px;
  transform: rotate(135deg);
}

.ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  right: 60px;
  transform: rotate(-45deg);
}

.agree-detail-box {
  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;
  text-decoration: none;
}

.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;
  white-space: nowrap;
}

.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-text {
  flex: 1;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.8;
}

.guide-box {
  margin-top: 30px;
  padding: 30px 18px;
  background-color: #f2f2f2;
}

.guide-box p {
  position: relative;
  padding-left: 19px;
  font-size: 14px;
  color: #717273;
  line-height: 24px;
}

.guide-box p::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../img/apply/icon_noti.png) 0 0 no-repeat;
}

.guide-box p strong {
  color: #cf0033;
  font-size: inherit;
}

.mg0 {
  margin: 0;
}

.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;
}
.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;
}

/* 2024-05-30 추가 */
.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-05-30 추가 */
.new-add {
  display: flex;
  justify-content: space-between;
}
.new-add .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;
}

.form-item-add {
  display: flex;
  margin-top: 10px;
}
.form-item-add .input-box-1 {
  margin-left: 80px;
}
.form-item-add .input-box-2 {
  margin-left: 109px;
}
.form-item-add .input-box-3 {
  margin-left: 62px;
}
.form-item-add .input-box-4 {
  margin-left: 60px;
}

.info-form.select-type2 {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}