﻿html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  font-family: "audi", "Malgun Gothic", "맑은 고딕", Dotum, Gulim, sans-serif;
  font-size: 14px;
  letter-spacing: -1px;
}

body {
  width: auto;
  color: #555;
}

body.brand-vw,
body.brand-vw input,
body.brand-vw textarea,
body.brand-vw select,
body.brand-vw button,
body.brand-vw td,
body.brand-vw th,
body.brand-vw label,
body.brand-vw a,
body.brand-vw p,
body.brand-vw li,
body.brand-vw dt,
body.brand-vw dd,
body.brand-vw span,
body.brand-vw strong {
  font-family: "vw-text", "Noto", "Malgun Gothic", "맑은 고딕", Dotum, sans-serif !important;
}

body.brand-vw .pop-header h1.title,
body.brand-vw .title-wrap .title,
body.brand-vw .notice-box strong,
body.brand-vw .car-item strong {
  font-family: "VWHead", "vw-text", "Noto", sans-serif !important;
}

body.brand-vw #apply-form input[type="text"],
body.brand-vw #apply-form input[type="number"],
body.brand-vw #apply-form input[type="tel"],
body.brand-vw #apply-form select,
body.brand-vw .select-box select,
body.brand-vw .table-wrap th,
body.brand-vw .table-wrap td {
  font-family: "vw-text", "Noto", "Malgun Gothic", "맑은 고딕", Dotum, sans-serif !important;
}

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

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

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

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

img,
fieldset {
  border: 0;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "audi", "Malgun Gothic", "맑은 고딕", Dotum, Gulim, sans-serif;
  font-size: 14px;
  letter-spacing: -1px;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

#apply-form {
  width: 950px;
  margin: 0 auto;
  padding-bottom: 100px;
}

#apply-form.form-v2 {
  overflow-x: hidden;
}

#apply-form select {
  padding-left: 0;
  font-size: 15px;
  color: #7f8996;
}

#apply-form select.is-placeholder {
  font-size: 15px;
  color: #7f8996;
}

#apply-form input::placeholder,
#apply-form.form-v2 input::placeholder {
  color: #a7a7a7;
}

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

.pop-header h1.title {
  font-size: 35px;
  font-weight: 700;
  color: #000;
}

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

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

.pop-content {
  position: relative;
}

.title-wrap {
  position: relative;
  margin-top: 35px;
  padding: 0 0 5px;
  border-bottom: 3px solid #000;
}

.title-wrap.v2 {
  padding-bottom: 10px;
}

.title-wrap .title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  letter-spacing: -1px;
}

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

.guide .asterisk {
  font-size: 16px;
}

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

.pop-section {
  margin-top: 20px;
}

.pop-section.line {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.pop-section .row {
  display: flex;
  align-items: center;
}

.pop-section .row .col {
  width: 50%;
}

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

.notice-text {
  flex: 1;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
}

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

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

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

.notice-box {
  margin-top: 20px;
  padding: 29px;
  background: #f2f2f2;
}

.notice-box dt {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.notice-box dd {
  margin-top: 10px;
}

.notice-box p {
  font-size: 16px;
  color: #000;
}

.notice-box.promotion-box {
  display: none;
  margin-top: 26px;
  text-align: center;
}

.notice-box.promotion-box p {
  font-size: 14px;
}

.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 .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: 17px;
  color: #7f8996;
  font-family: "Malgun Gothic", "맑은 고딕", Dotum, Gulim, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  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 .col {
  width: 100%;
}

.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 {
  width: 100%;
  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;
}

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

.input-wrap.v2 {
  width: 100%;
}

.new-add {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.new-add .newnew-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 160px;
  height: 50px;
  font-size: 16px;
  letter-spacing: -0.24px;
  color: #fff;
  background-color: #000;
  border: 0;
}

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

.form-box .form-item:nth-child(n + 2) {
  margin-top: 10px;
}

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

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

.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;
  list-style: none !important;
}

.agree-list li {
  position: relative;
  margin-top: 40px;
  list-style: none !important;
  padding-left: 0;
}

.agree-list li::marker,
.agree-list li::before {
  content: none !important;
}

.agree-list li:first-child {
  margin-top: 0;
}

.agree-list li dt {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.agree-list li dt strong {
  color: #f50537;
  font-size: 16px;
}

.agree-list li dt .notice {
  font-weight: 400;
  color: #cc0033;
}

.agree-list li dd {
  margin-top: 20px;
}

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

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

.btn-wrap {
  margin-top: 40px;
  text-align: center;
}

.btn-wrap a:hover,
.btn-wrap .btn-apply:hover,
.btn-wrap .btn-apply:focus,
.btn-wrap .btn-apply:active {
  text-decoration: none;
}

.btn-wrap.v2 {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}

.btn-wrap .btn-apply {
  display: inline-block;
  width: 100%;
  max-width: 635px;
  height: 50px;
  background: #000;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.pop-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.18s ease;
}

.pop-layer.is-open {
  opacity: 1;
}

.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,
.pop-layer .btn-close {
  display: inline-block;
  position: absolute;
  top: 32px;
  right: 30px;
  width: 18px;
  height: 20px;
  background: url("https://www.audikoreaevent.co.kr/resources/images/apply_w/btn_close.png") no-repeat 0 0;
}

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

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

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

.pop-layer .layer-content .underline {
  font-size: 16px;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

.pop-layer .table-wrap td p {
  text-decoration: underline;
}

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

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

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

.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 img {
  width: 547px;
}

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

.grey-box {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #b3b3b3;
  color: #000;
}

.grey-box strong {
  font-size: 16px;
}

.grey-box u {
  font-weight: 700;
}

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

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

.complete-page .txt-box p {
  line-height: 1.7;
  word-break: keep-all;
}

.complete-page .view-my-apply .info-wrap dl {
  margin: 0;
}

.complete-page .view-my-apply .info-wrap dt,
.complete-page .view-my-apply .info-wrap dd {
  word-break: keep-all;
}

.complete-page .btn-wrap {
  margin-top: 40px;
}

.complete-page .btn-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 50px;
}

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

.txt_right {
  float: right;
}

@media all and (max-width: 992px) {
  #apply-form {
    width: 100%;
  }

  #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;
    display: none;
  }

  #apply-form #pop-wrap .pop-header .side img {
    width: 75px;
  }

  #apply-form #pop-wrap .pop-header h1.title {
    font-size: 27px;
    text-align: center;
  }

  #apply-form #pop-wrap .pop-content {
    padding: 0 15px;
  }

  #apply-form #pop-wrap .pop-content select {
    padding-left: 0;
    font-size: 17px;
    color: #7f8996;
  }

  #apply-form #pop-wrap .pop-content .btn-wrap .btn-apply {
    width: 100%;
  }

  .car-slide {
    padding: 0;
  }

  .car-slide .car-item {
    margin: 0;
  }

  .new-add {
    flex-direction: column;
    align-items: stretch;
  }

  .new-add .newnew-btn {
    width: 100%;
  }

  .agree-top {
    padding: 15px 18px 32px;
  }

  .agree-top .form-box {
    top: auto;
    bottom: 15px;
  }

  .agree-list li dd .form-box {
    display: inline-block;
    width: calc(100% - 110px);
    vertical-align: middle;
  }

  .agree-list li dd .form-box .form-item > label:first-of-type {
    display: block;
    margin-bottom: 4px;
  }

  .agree-list li dd .form-box .form-item > label:last-of-type {
    display: inline-block;
  }

  .agree-list li dd .form-box .form-item > input:first-of-type {
    margin-left: 0;
  }

  .agree-list li dd a {
    position: static;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    vertical-align: middle;
  }

  .pop-layer {
    display: none;
    overflow-y: auto;
  }

  .pop-layer .bg {
    display: none;
  }

  .pop-layer .layer-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding: 50px 17px;
    margin-left: 0;
    background: #fff;
  }

  .pop-layer .layer-wrap .btn-close,
  .pop-layer .btn-close {
    top: 20px;
    right: 17px;
    z-index: 91;
    width: 18px;
    height: 18px;
    background: url("https://www.audikoreaevent.co.kr/resources/img/apply/btn_close.png") no-repeat 0 0;
    background-size: 100% auto;
  }

  .pop-layer .layer-wrap .title {
    font-size: 17px;
  }

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

  .pop-layer .layer-content p {
    line-height: 20px;
  }

  .pop-layer .layer-content .underline {
    font-size: 15px;
  }

  #apply-form.card .apply-end .txt-box {
    margin: 30px 0 0;
  }

  #apply-form.card .apply-end .txt-box p,
  #apply-form.card .apply-end .txt-box a {
    font-size: 18px;
  }

  #apply-form.card .apply-end .view-my-apply {
    flex-direction: column-reverse;
    border: none;
  }

  #apply-form.card .apply-end .view-my-apply .info-wrap {
    width: 100%;
    padding-left: 0;
  }

  #apply-form.card .apply-end .view-my-apply .info-wrap .row {
    flex-direction: row;
  }

  #apply-form.card .apply-end .view-my-apply .info-wrap .row .col + .col {
    margin-top: 0;
  }

  #apply-form.card .apply-end .view-my-apply .img-box {
    width: 100%;
  }
}

/* Mobile parity with applyCustomerCard.do?cmpnSeq=145 */
@media all and (max-width: 992px) {
  #pop-wrap {
    padding: 0 17px;
  }

  #apply-form {
    padding-bottom: 100px;
  }

  .pop-header {
    padding: 35px 0 30px;
  }

  .pop-header .title {
    text-align: center;
  }

  .pop-header h1.title {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -1px;
  }

  .pop-header .side {
    display: none !important;
  }

  [class^="title-wrap"] {
    margin-top: 34px;
    padding: 0 0 10px;
  }

  [class^="title-wrap"]:first-child {
    margin-top: 15px;
  }

  .pop-content .guide {
    margin-top: 32px;
    position: absolute;
    top: -22px;
    right: 0;
    font-size: 14px;
    letter-spacing: -0.2px;
    color: #292929;
  }

  .pop-content .guide .asterisk {
    font-size: 14px;
  }

  .pop-section {
    margin-top: 15px;
  }

  .pop-section .newnew-btn {
    width: 100%;
    margin: 0;
  }

  #apply-form .select-box {
    margin-top: 20px;
    padding-bottom: 13px;
  }

  #apply-form .select-box::after {
    top: 0;
    right: 3px;
  }

  #apply-form select {
    font-size: 17px;
    color: #7f8996;
  }

  #apply-form #pop-wrap .pop-content .select-box select {
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
  }

  .select-area {
    margin-top: 10px;
    font-size: 16px;
  }

  #apply-form .select-area .select-box {
    width: 100%;
    display: inline-block;
    margin-left: 0;
  }

  #apply-form .select-area .select-box:first-child {
    margin-right: 2%;
  }

  #select-area.select-area {
    display: block;
  }

  #select-area.select-area .select-box {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  #select-area.select-area .select-box + .select-box {
    margin-top: 12px;
  }

  #apply-form .select-area.v2 label {
    display: block;
    margin-bottom: 6px;
    line-height: 1.35;
    font-size: 12px;
    color: #808080;
  }

  .form-box input,
  .form-box label {
    font-size: 14px;
    color: #6d7579;
  }

  .form-box input {
    margin-right: 8px;
    margin-left: 10px;
  }

  .info-form {
    margin-top: 15px;
  }

  .info-form .col {
    display: block;
    width: 100%;
  }

  .info-form .col:first-child {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .info-form.form2 .row + .row {
    margin-top: 10px;
  }

  .info-form label {
    color: #666;
  }

  .notice-text {
    font-size: 15px;
  }

  .notice-text.v2 {
    font-size: 12px;
  }

  .agree-top {
    margin-top: 10px;
    padding: 15px 15px 48px;
  }

  .agree-top .form-box {
    bottom: 10px;
    right: 12px;
  }

  .agree-top .form-box label {
    font-size: 16px;
  }

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

  .agree-list {
    margin-top: 17px;
    padding-bottom: 20px;
  }

  .agree-list li {
    margin-top: 35px;
  }

  .agree-list li dt,
  .agree-list li dt strong {
    font-size: 15px;
  }

  .agree-list li dl {
    position: relative;
  }

  .agree-list li dt {
    padding-right: 110px;
    line-height: 1.35;
    word-break: keep-all;
  }

  .agree-list li dd {
    margin-top: 15px;
    font-size: 0;
  }

  .agree-list li dd .form-box {
    width: calc(100% - 100px);
  }

  .agree-list li dd .form-box .form-item:nth-child(n + 2) {
    margin-top: 15px;
  }

  .agree-list li dd a {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }

  .btn-wrap {
    margin-top: 20px;
  }

  .btn-wrap.v2 {
    margin-top: 20px;
    padding-top: 20px;
  }

  .btn-wrap .btn-apply {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
  }

  .pop-layer .layer-wrap {
    padding: 50px 17px;
  }

  .pop-layer .btn-close,
  .pop-layer .layer-wrap .btn-close {
    top: 40px;
    right: 17px;
    width: 18px;
    height: 18px;
  }

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

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

  .pop-layer .table-wrap th,
  .pop-layer .table-wrap td {
    padding-left: 10px;
    border-left: 9px solid #fff;
    border-top: 1px solid #909090;
    text-align: left;
    font-size: 14px;
  }

  .pop-layer .table-wrap tr th:first-child {
    border-left: 0;
  }

  .apply-end {
    padding: 0 15px;
  }

  .view-my-apply {
    margin-top: 17px;
    padding-bottom: 22px;
  }

  .view-my-apply dl {
    margin-top: 20px;
  }

  .view-my-apply dl dd {
    margin-top: 10px;
    font-size: 15px;
  }

  .view-my-apply dl dd span {
    font-size: 15px;
  }

  .view-my-apply .img-box {
    margin-top: 18px;
    width: 100%;
    text-align: center;
    position: static;
  }

  .view-my-apply .img-box img {
    width: 290px;
    max-width: 100%;
  }

  #apply-form.card .apply-end .view-my-apply {
    display: block;
    padding-bottom: 22px;
  }

  #apply-form.card .apply-end .view-my-apply .info-wrap {
    width: 100%;
    padding-left: 0;
  }

  #apply-form.card .apply-end .view-my-apply .info-wrap .row {
    flex-direction: row;
  }

  #apply-form.card .apply-end .view-my-apply .info-wrap .row .col {
    width: 50%;
  }

  #apply-form.card .apply-end .view-my-apply .info-wrap .row .col + .col {
    margin-top: 0;
  }

  #apply-form.card .apply-end .view-my-apply .img-box {
    width: 100%;
    margin-top: 18px;
  }
}











html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  font-family: "audi", "Malgun Gothic", "맑은 고딕", Dotum, Gulim, sans-serif;
  font-size: 14px;
  letter-spacing: -1px;
}

body {
  width: auto;
  color: #555;
}

body.brand-vw,
body.brand-vw input,
body.brand-vw textarea,
body.brand-vw select,
body.brand-vw button,
body.brand-vw td,
body.brand-vw th,
body.brand-vw label,
body.brand-vw a,
body.brand-vw p,
body.brand-vw li,
body.brand-vw dt,
body.brand-vw dd,
body.brand-vw span,
body.brand-vw strong {
  font-family: "vw-text", "Noto", "Malgun Gothic", "맑은 고딕", Dotum, sans-serif !important;
}

body.brand-vw .pop-header h1.title,
body.brand-vw .title-wrap .title,
body.brand-vw .notice-box strong,
body.brand-vw .car-item strong {
  font-family: "VWHead", "vw-text", "Noto", sans-serif !important;
}

body.brand-vw #apply-form input[type="text"],
body.brand-vw #apply-form input[type="number"],
body.brand-vw #apply-form input[type="tel"],
body.brand-vw #apply-form select,
body.brand-vw .select-box select,
body.brand-vw .table-wrap th,
body.brand-vw .table-wrap td {
  font-family: "vw-text", "Noto", "Malgun Gothic", "맑은 고딕", Dotum, sans-serif !important;
}

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

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

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

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

img,
fieldset {
  border: 0;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "audi", "Malgun Gothic", "맑은 고딕", Dotum, Gulim, sans-serif;
  font-size: 14px;
  letter-spacing: -1px;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

#apply-form {
  width: 950px;
  margin: 0 auto;
  padding-bottom: 100px;
}

#apply-form.form-v2 {
  overflow-x: hidden;
}

#apply-form select {
  padding-left: 0;
  font-size: 15px;
  color: #7f8996;
}

#apply-form select.is-placeholder {
  font-size: 15px;
  color: #7f8996;
}

#apply-form input::placeholder,
#apply-form.form-v2 input::placeholder {
  color: #a7a7a7;
}

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

.pop-header h1.title {
  font-size: 35px;
  font-weight: 700;
  color: #000;
}

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

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

.pop-content {
  position: relative;
}

.title-wrap {
  position: relative;
  margin-top: 35px;
  padding: 0 0 5px;
  border-bottom: 3px solid #000;
}

.title-wrap.v2 {
  padding-bottom: 10px;
}

.title-wrap .title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  letter-spacing: -1px;
}

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

.guide .asterisk {
  font-size: 16px;
}

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

.pop-section {
  margin-top: 20px;
}

.pop-section.line {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.pop-section .row {
  display: flex;
  align-items: center;
}

.pop-section .row .col {
  width: 50%;
}

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

.notice-text {
  flex: 1;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
}

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

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

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

.notice-box {
  margin-top: 20px;
  padding: 29px;
  background: #f2f2f2;
}

.notice-box dt {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.notice-box dd {
  margin-top: 10px;
}

.notice-box p {
  font-size: 16px;
  color: #000;
}

.notice-box.promotion-box {
  display: none;
  margin-top: 26px;
  text-align: center;
}

.notice-box.promotion-box p {
  font-size: 14px;
}

.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 .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: 17px;
  color: #7f8996;
  font-family: "Malgun Gothic", "맑은 고딕", Dotum, Gulim, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  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 .col {
  width: 100%;
}

.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 {
  width: 100%;
  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;
}

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

.input-wrap.v2 {
  width: 100%;
}

.new-add {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.new-add .newnew-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 160px;
  height: 50px;
  font-size: 16px;
  letter-spacing: -0.24px;
  color: #fff;
  background-color: #000;
  border: 0;
}

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

.form-box .form-item:nth-child(n + 2) {
  margin-top: 10px;
}

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

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

.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;
  list-style: none !important;
}

.agree-list li {
  position: relative;
  margin-top: 40px;
  list-style: none !important;
  padding-left: 0;
}

.agree-list li::marker,
.agree-list li::before {
  content: none !important;
}

.agree-list li:first-child {
  margin-top: 0;
}

.agree-list li dt {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.agree-list li dt strong {
  color: #f50537;
  font-size: 16px;
}

.agree-list li dt .notice {
  font-weight: 400;
  color: #cc0033;
}

.agree-list li dd {
  margin-top: 20px;
}

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

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

.btn-wrap {
  margin-top: 40px;
  text-align: center;
}

.btn-wrap a:hover,
.btn-wrap .btn-apply:hover,
.btn-wrap .btn-apply:focus,
.btn-wrap .btn-apply:active {
  text-decoration: none;
}

.btn-wrap.v2 {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}

.btn-wrap .btn-apply {
  display: inline-block;
  width: 100%;
  max-width: 635px;
  height: 50px;
  background: #000;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.pop-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.18s ease;
}

.pop-layer.is-open {
  opacity: 1;
}

.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,
.pop-layer .btn-close {
  display: inline-block;
  position: absolute;
  top: 32px;
  right: 30px;
  width: 18px;
  height: 20px;
  background: url("https://www.audikoreaevent.co.kr/resources/images/apply_w/btn_close.png") no-repeat 0 0;
}

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

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

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

.pop-layer .layer-content .underline {
  font-size: 16px;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

.pop-layer .table-wrap td p {
  text-decoration: underline;
}

.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("https://www.audikoreaevent.co.kr/resources/images/apply_w/btn_prev.png") no-repeat 0 0;
}

.car-slide .slick-next {
  right: 0;
  background: url("https://www.audikoreaevent.co.kr/resources/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;
}

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

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

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

.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 img {
  width: 547px;
}

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

.grey-box {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #b3b3b3;
  color: #000;
}

.grey-box strong {
  font-size: 16px;
}

.grey-box u {
  font-weight: 700;
}

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

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

.complete-page .txt-box p {
  line-height: 1.7;
  word-break: keep-all;
}

.complete-page .view-my-apply .info-wrap dl {
  margin: 0;
}

.complete-page .view-my-apply .info-wrap dt,
.complete-page .view-my-apply .info-wrap dd {
  word-break: keep-all;
}

.complete-page .btn-wrap {
  margin-top: 40px;
}

.complete-page .btn-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 50px;
}

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

.txt_right {
  float: right;
}

@media all and (max-width: 992px) {
  #apply-form {
    width: 100%;
  }

  #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;
    display: none;
  }

  #apply-form #pop-wrap .pop-header .side img {
    width: 75px;
  }

  #apply-form #pop-wrap .pop-header h1.title {
    font-size: 27px;
    text-align: center;
  }

  #apply-form #pop-wrap .pop-content {
    padding: 0 15px;
  }

  #apply-form #pop-wrap .pop-content select {
    padding-left: 0;
    font-size: 17px;
    color: #7f8996;
  }

  #apply-form #pop-wrap .pop-content .btn-wrap .btn-apply {
    width: 100%;
  }

  .car-slide {
    padding: 0;
  }

  .car-slide .car-item {
    margin: 0;
  }

  .new-add {
    flex-direction: column;
    align-items: stretch;
  }

  .new-add .newnew-btn {
    width: 100%;
  }

  .agree-top {
    padding: 15px 18px 32px;
  }

  .agree-top .form-box {
    top: auto;
    bottom: 15px;
  }

  .agree-list li dd .form-box {
    display: inline-block;
    width: calc(100% - 110px);
    vertical-align: middle;
  }

  .agree-list li dd .form-box .form-item > label:first-of-type {
    display: block;
    margin-bottom: 4px;
  }

  .agree-list li dd .form-box .form-item > label:last-of-type {
    display: inline-block;
  }

  .agree-list li dd .form-box .form-item > input:first-of-type {
    margin-left: 0;
  }

  .agree-list li dd a {
    position: static;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    vertical-align: middle;
  }

  .pop-layer {
    display: none;
    overflow-y: auto;
  }

  .pop-layer .bg {
    display: none;
  }

  .pop-layer .layer-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding: 50px 17px;
    margin-left: 0;
    background: #fff;
  }

  .pop-layer .layer-wrap .btn-close,
  .pop-layer .btn-close {
    top: 20px;
    right: 17px;
    z-index: 91;
    width: 18px;
    height: 18px;
    background: url("https://www.audikoreaevent.co.kr/resources/img/apply/btn_close.png") no-repeat 0 0;
    background-size: 100% auto;
  }

  .pop-layer .layer-wrap .title {
    font-size: 17px;
  }

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

  .pop-layer .layer-content p {
    line-height: 20px;
  }

  .pop-layer .layer-content .underline {
    font-size: 15px;
  }

  #apply-form.card .apply-end .txt-box {
    margin: 30px 0 0;
  }

  #apply-form.card .apply-end .txt-box p,
  #apply-form.card .apply-end .txt-box a {
    font-size: 18px;
  }

  #apply-form.card .apply-end .view-my-apply {
    flex-direction: column-reverse;
    border: none;
  }

  #apply-form.card .apply-end .view-my-apply .info-wrap {
    width: 100%;
    padding-left: 0;
  }

  #apply-form.card .apply-end .view-my-apply .info-wrap .row {
    flex-direction: row;
  }

  #apply-form.card .apply-end .view-my-apply .info-wrap .row .col + .col {
    margin-top: 0;
  }

  #apply-form.card .apply-end .view-my-apply .img-box {
    width: 100%;
  }
}

/* Mobile parity with applyCustomerCard.do?cmpnSeq=145 */
@media all and (max-width: 992px) {
  #pop-wrap {
    padding: 0 17px;
  }

  #apply-form {
    padding-bottom: 100px;
  }

  .pop-header {
    padding: 35px 0 30px;
  }

  .pop-header .title {
    text-align: center;
  }

  .pop-header h1.title {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -1px;
  }

  .pop-header .side {
    display: none !important;
  }

  [class^="title-wrap"] {
    margin-top: 34px;
    padding: 0 0 10px;
  }

  [class^="title-wrap"]:first-child {
    margin-top: 15px;
  }

  .pop-content .guide {
    margin-top: 32px;
    position: absolute;
    top: -22px;
    right: 0;
    font-size: 14px;
    letter-spacing: -0.2px;
    color: #292929;
  }

  .pop-content .guide .asterisk {
    font-size: 14px;
  }

  .pop-section {
    margin-top: 15px;
  }

  .pop-section .newnew-btn {
    width: 100%;
    margin: 0;
  }

  #apply-form .select-box {
    margin-top: 20px;
    padding-bottom: 13px;
  }

  #apply-form .select-box::after {
    top: 0;
    right: 3px;
  }

  #apply-form select {
    font-size: 17px;
    color: #7f8996;
  }

  #apply-form #pop-wrap .pop-content .select-box select {
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
  }

  .select-area {
    margin-top: 10px;
    font-size: 16px;
  }

  #apply-form .select-area .select-box {
    width: 100%;
    display: inline-block;
    margin-left: 0;
  }

  #apply-form .select-area .select-box:first-child {
    margin-right: 2%;
  }

  #select-area.select-area {
    display: block;
  }

  #select-area.select-area .select-box {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  #select-area.select-area .select-box + .select-box {
    margin-top: 12px;
  }

  #apply-form .select-area.v2 label {
    display: block;
    margin-bottom: 6px;
    line-height: 1.35;
    font-size: 12px;
    color: #808080;
  }

  .form-box input,
  .form-box label {
    font-size: 14px;
    color: #6d7579;
  }

  .form-box input {
    margin-right: 8px;
    margin-left: 10px;
  }

  .info-form {
    margin-top: 15px;
  }

  .info-form .col {
    display: block;
    width: 100%;
  }

  .info-form .col:first-child {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .info-form.form2 .row + .row {
    margin-top: 10px;
  }

  .info-form label {
    color: #666;
  }

  .notice-text {
    font-size: 15px;
  }

  .notice-text.v2 {
    font-size: 12px;
  }

  .agree-top {
    margin-top: 10px;
    padding: 15px 15px 48px;
  }

  .agree-top .form-box {
    bottom: 10px;
    right: 12px;
  }

  .agree-top .form-box label {
    font-size: 16px;
  }

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

  .agree-list {
    margin-top: 17px;
    padding-bottom: 20px;
  }

  .agree-list li {
    margin-top: 35px;
  }

  .agree-list li dt,
  .agree-list li dt strong {
    font-size: 15px;
  }

  .agree-list li dl {
    position: relative;
  }

  .agree-list li dt {
    padding-right: 110px;
    line-height: 1.35;
    word-break: keep-all;
  }

  .agree-list li dd {
    margin-top: 15px;
    font-size: 0;
  }

  .agree-list li dd .form-box {
    width: calc(100% - 100px);
  }

  .agree-list li dd .form-box .form-item:nth-child(n + 2) {
    margin-top: 15px;
  }

  .agree-list li dd a {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }

  .btn-wrap {
    margin-top: 20px;
  }

  .btn-wrap.v2 {
    margin-top: 20px;
    padding-top: 20px;
  }

  .btn-wrap .btn-apply {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
  }

  .pop-layer .layer-wrap {
    padding: 50px 17px;
  }

  .pop-layer .btn-close,
  .pop-layer .layer-wrap .btn-close {
    top: 40px;
    right: 17px;
    width: 18px;
    height: 18px;
  }

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

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

  .pop-layer .table-wrap th,
  .pop-layer .table-wrap td {
    padding-left: 10px;
    border-left: 9px solid #fff;
    border-top: 1px solid #909090;
    text-align: left;
    font-size: 14px;
  }

  .pop-layer .table-wrap tr th:first-child {
    border-left: 0;
  }

  .apply-end {
    padding: 0 15px;
  }

  .view-my-apply {
    margin-top: 17px;
    padding-bottom: 22px;
  }

  .view-my-apply dl {
    margin-top: 20px;
  }

  .view-my-apply dl dd {
    margin-top: 10px;
    font-size: 15px;
  }

  .view-my-apply dl dd span {
    font-size: 15px;
  }

  .view-my-apply .img-box {
    margin-top: 18px;
    width: 100%;
    text-align: center;
    position: static;
  }

  .view-my-apply .img-box img {
    width: 290px;
    max-width: 100%;
  }

  #apply-form.card .apply-end .view-my-apply {
    display: block;
    padding-bottom: 22px;
  }

  #apply-form.card .apply-end .view-my-apply .info-wrap {
    width: 100%;
    padding-left: 0;
  }

  #apply-form.card .apply-end .view-my-apply .info-wrap .row {
    flex-direction: row;
  }

  #apply-form.card .apply-end .view-my-apply .info-wrap .row .col {
    width: 50%;
  }

  #apply-form.card .apply-end .view-my-apply .info-wrap .row .col + .col {
    margin-top: 0;
  }

  #apply-form.card .apply-end .view-my-apply .img-box {
    width: 100%;
    margin-top: 18px;
  }
}

