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

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

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

select option:disabled {
  color: #ccc;
}

#pop_wrap #header .prev a {
  font-size: 0;
}

#pop-wrap {
  padding: 0 17px;
}

.logo-area {
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
  text-align: right;
}
.logo-area.vb-logo {
  text-align: center;
}
.logo-area.vb-logo img {
  width: 35px;
}
.logo-area.no-line {
  border-bottom: none;
}
.logo-area img {
  width: 75px;
}

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

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

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

.pop-header .title img {
  width: 191px;
}

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

.slick-dots li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 7px;
  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;
}

[class^=title-wrap] {
  position: relative;
  margin-top: 34px;
  padding: 0 0 10px 0;
  border-bottom: 3px solid #000;
}

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

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

[class^="title-wrap v2"] {
  padding-bottom: 10px;
}

[class^="title-wrap v2 sub"] {
  position: relative;
  padding-bottom: 6px;
  border-bottom: 2px solid #000;
}
[class^="title-wrap v2 sub"] .title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
[class^="title-wrap v2 sub"] .value {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "notokr", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.25px;
  color: #cf0033;
}
[class^="title-wrap v2 sub"] .value.date {
  top: 8px;
}

.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 {
  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-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-content .asterisk {
  color: #f50537;
  font-size: 20px;
}

.pop-section {
  margin-top: 15px;
}
.pop-section.line {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.pop-section .sub-text {
  font-size: 15px;
  line-height: 1.65;
  color: #000;
}
.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 .newnew-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  height: 50px;
  font-size: 16px;
  letter-spacing: -0.24px;
  color: #fff;
  background-color: #000;
}

#apply-form {
  padding-bottom: 100px;
}
#apply-form .select-box {
  position: relative;
  margin-top: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d0d3d4;
}
#apply-form .select-box::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  right: 3px;
  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);
}
#apply-form input[type=text] {
  font-family: "맑은 고딕", malgun gothic, "돋움", Dotum, "굴림", Gulim, sans-serif;
  width: 100%;
  line-height: 1;
  border-color: #d0d3d4;
}
#apply-form select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  width: 100%;
  border: none;
  line-height: 1.2;
  font-size: 16px;
  color: #6d7579;
  font-family: "맑은 고딕", malgun gothic, "돋움", Dotum, "굴림", Gulim, sans-serif;
  letter-spacing: -1px;
}

.form-box input,
.form-box label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 14px;
  color: #6d7579;
}
.form-box input {
  margin-right: 8px;
  margin-left: 10px;
}
.form-box input:first-child {
  margin-left: 0;
}
.form-box input[type=radio] {
  width: 24px;
  height: 24px;
  accent-color: #505050;
}

.car-item {
  text-align: center;
}
.car-item .img-box {
  padding: 20px 25px 0;
}
.car-item .img-box img {
  width: 100%;
}
.car-item strong {
  position: relative;
  display: inline-block;
  margin-top: 18px;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.car-item strong::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}

.notice-text {
  font-size: 15px;
  color: #000;
}
.notice-text.v2 {
  color: #cc0033;
  font-size: 12px;
}
.notice-text.v3 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: -0.18px;
  color: #666;
}
.notice-text:last-child {
  margin-top: 15px;
}

.select-area {
  margin-top: 10px;
  font-size: 16px;
}
.select-area .form-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#apply-form .select-area.full .select-box {
  width: 100%;
}
#apply-form .select-area.v2 label {
  display: block;
  margin-bottom: -7px;
  font-size: 12px;
  color: #808080;
}
#apply-form .select-area.v2 .select-box {
  width: 100%;
}
#apply-form .select-area.v3 label {
  display: block;
  font-size: 12px;
  color: #666;
}
#apply-form .select-area.v3 .box_area {
  display: flex;
  flex-direction: column;
}
#apply-form .select-area.v3 .box_area .select-box {
  width: 100%;
  vertical-align: middle;
}
#apply-form .select-area .select-box {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
#apply-form .select-area .select-box:first-child {
  margin-right: 2%;
}

.info-form {
  margin-top: 15px;
  font-size: 0;
}
.info-form.form2 .row + .row {
  margin-top: 10px;
}
.info-form.form2 .row.row2 .col {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
.info-form.form2 .row.row2 .input-wrap {
  width: calc(100% - 0px);
}
.info-form.form2 .row.row2 .input-wrap.w-100 {
  width: 100%;
}
.info-form.form2 .row.row2 .input-wrap input {
  width: calc(100% - 0px);
  border-bottom: 1px solid #c2c2c2;
}
.info-form.form2 .row.row2 .btn-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  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 .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% - 150px);
}
.info-form.form3 .row .col .btn-type {
  width: 130px;
  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: block;
}
.info-form .col:first-child {
  margin-bottom: 15px;
}
.info-form label {
  display: block;
  font-size: 12px;
  color: #666;
}
.info-form input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  height: 37px;
  line-height: 37px;
  font-size: 16px;
  color: #000;
}
.info-form input:disabled {
  opacity: 0.5;
}

#apply-form .info-form .select-box {
  width: 100%;
}
#apply-form .info-form .select-box .new-add-text {
  font-size: 16px;
}

.select-view {
  margin-top: 20px;
}
.select-view dl {
  font-size: 0;
}
.select-view dl dt {
  display: inline-block;
  width: 72px;
  font-size: 15px;
  vertical-align: top;
}
.select-view dl dd {
  display: inline-block;
  width: calc(100% - 72px);
  font-size: 14px;
  vertical-align: top;
}

.select-slide .select-item {
  font-size: 0;
}
.select-slide .select-item span {
  display: inline-block;
  width: 50%;
  margin-bottom: 15px;
  font-size: 14px;
}
.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: 6px;
  background: url(../img/apply/bg_title.png) no-repeat 0 0;
  background-size: 100% auto;
  vertical-align: middle;
}
.select-slide .local-item dl {
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
}
.select-slide .local-item dl:first-child {
  border-top: 0;
}

.table-wrap th,
.table-wrap td {
  padding: 5px 0;
  text-align: left;
  font-size: 16px;
  color: #6d7579;
}
.table-wrap .notice-text {
  font-size: 16px;
  margin-left: 5px;
}

.agree-top {
  margin-top: 10px;
  position: relative;
  padding: 15px 15px 48px 15px;
  background: #f2f2f2;
  color: #6d7579;
}
.agree-top.v2 {
  padding-bottom: 15px;
}
.agree-top .form-box {
  position: absolute;
  bottom: 10px;
  right: 12px;
  font-size: 18px;
}
.agree-top .form-box label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.agree-top .form-box input {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.agree-list {
  margin-top: 17px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.agree-list li {
  position: relative;
  margin-top: 35px;
}
.agree-list li:first-child {
  margin-top: 0;
}
.agree-list li dt {
  font-size: 15px;
  color: #000;
  font-weight: 600;
}
.agree-list li dt strong {
  font-size: 15px;
  color: #f50537;
  font-weight: 600;
}
.agree-list li dd {
  margin-top: 15px;
  font-size: 0;
}

/*2020-09-09 추가(s)*/
.agree-list li dd .form-box {
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: middle;
}
.agree-list li dd .form-box .form-item:nth-child(n+2) {
  margin-top: 15px;
}
.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 > input:first-of-type {
  margin-left: 0;
}

/*2020-09-09 추가(e)*/
.agree-list li:not(.item):last-child dl {
  font-size: 0;
}
.agree-list li:not(.item):last-child dl dt {
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: middle;
}
.agree-list li:not(.item):last-child dl dd {
  display: inline-block;
  width: 100px;
  vertical-align: middle;
}
.agree-list li dd a {
  display: inline-block;
  width: 100px;
  height: 35px;
  border: 1px solid #000;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  color: #000;
  vertical-align: middle;
}

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

.pop-layer {
  display: none;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.pop-layer.pop-alert .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  background: rgba(0, 0, 0, 0.5);
}
.pop-layer.pop-alert .layer-wrap {
  width: 350px;
  min-height: unset;
  top: 150px;
  left: 0;
  right: 0;
  margin: auto;
  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;
}
.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;
  background: #fff;
}
.pop-layer .layer-wrap .title {
  font-size: 17px;
  color: #000;
  font-weight: 600;
}
.pop-layer .btn-close {
  display: inline-block;
  position: absolute;
  top: 40px;
  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-content {
  margin-top: 25px;
}
.pop-layer .layer-content p {
  color: #666;
  line-height: 20px;
}
.pop-layer .layer-content .underline {
  font-size: 15px;
  text-decoration: underline;
}
.pop-layer .layer-content .text {
  color: #000;
}
.pop-layer .layer-content .text strong {
  font-size: 18px;
  font-weight: 500;
}
.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;
  vertical-align: top;
  border-color: #fff;
  border-left: 9px solid #fff;
  border-top: 1px solid #909090;
  text-align: left;
  color: #6d7579;
  font-size: 14px;
  font-family: "맑은 고딕", malgun gothic, "돋움", Dotum, "굴림", Gulim, sans-serif;
  font-size: 14px;
  letter-spacing: -1px;
}
.pop-layer .table-wrap th {
  color: #000;
  font-weight: 600;
}

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

.pop-layer .table-wrap td {
  color: #6d7579;
}

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

.dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 31;
  opacity: 0.8;
}

.popup-address {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.popup-address.active {
  display: flex !important;
}
.popup-address.active .dim {
  display: block;
}
.popup-address .pop-wrap {
  position: relative;
  z-index: 99;
  width: 92%;
  background: #fff;
}
.popup-address .pop-wrap .fix-header {
  margin: 0 20px;
  padding: 30px 0 0;
}
.popup-address .pop-wrap .fix-header .search-wrap {
  margin-top: 35px;
}
.popup-address .pop-wrap .fix-header .search-wrap .form-item {
  position: relative;
}
.popup-address .pop-wrap .fix-header .search-wrap .form-item input {
  width: 100%;
  height: 40px;
  padding: 0;
  border: 0;
  font-size: 20px;
  border-bottom: 3px solid #000 !important;
  color: #000000;
  transition: 0.3s ease-out;
}
.popup-address .pop-wrap .fix-header .search-wrap .form-item input:focus {
  border: none;
  outline: none;
}
.popup-address .pop-wrap .fix-header .search-wrap .form-item input::placeholder {
  color: #b3b3b3;
}
.popup-address .pop-wrap .fix-header .search-wrap .form-item input::-webkit-credentials-auto-fill-button {
  background-color: white;
}
.popup-address .pop-wrap .fix-header .search-wrap .form-item .btn-clear {
  position: absolute;
  display: inline-block;
  width: 23px;
  height: 23px;
  right: 30px;
  bottom: 10px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 100%;
  font-size: 0;
  transition: 0.3s;
}
.popup-address .pop-wrap .fix-header .search-wrap .form-item .btn-clear.hidden {
  opacity: 0;
}
.popup-address .pop-wrap .fix-header .search-wrap .form-item .btn-search {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 30px;
  background-color: #fff;
}
.popup-address .pop-wrap .fix-header .search-wrap .form-item .btn-search img {
  width: 20px;
}
.popup-address .pop-wrap .fix-header .search-wrap .form-item .btn-clear.v2::before, .popup-address .pop-wrap .fix-header .search-wrap .form-item .btn-clear.v2::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 1px;
  background-color: #000000;
}
.popup-address .pop-wrap .fix-header .search-wrap .form-item .btn-clear.v2::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-address .pop-wrap .fix-header .search-wrap .form-item .btn-clear.v2::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.popup-address .pop-wrap .fix-header .search-wrap .result-count {
  margin-top: 30px;
  font-size: 13px;
  text-align: right;
}
.popup-address .pop-wrap .pop-content {
  overflow: auto;
  overflow-x: hidden;
  max-height: 60vh;
  padding: 0 20px 50px;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .text-wrap {
  margin-top: 40px;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .text-wrap.no-result {
  margin-top: 25px;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .text-wrap p {
  font-size: 15px;
  line-height: 1.47;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .text-wrap p.sub-guide {
  margin-top: 20px;
  color: #b3b3b3;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .address-example {
  margin-top: 40px;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .address-example li + li {
  margin-top: 30px;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .address-example li dl dt,
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .address-example li dl dd {
  font-size: 15px;
  line-height: 1.47;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .address-example li dl dd {
  color: #b3b3b3;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .result-list {
  margin-top: 25px;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .result-list li {
  padding-bottom: 15px;
  border-bottom: 1px solid #b3b3b3;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .result-list li:not(:first-child) {
  margin-top: 15px;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .result-list li dl dt,
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .result-list li dl dd {
  font-size: 15px;
  line-height: 1.47;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .result-list li dl dd {
  color: #b3b3b3;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-top: 50px;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .pagination li.active a {
  color: #000;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .pagination li .btn-prev2,
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .pagination li .btn-next {
  display: inline-block;
  width: 30px;
  height: 20px;
  text-align: center;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .pagination li a {
  font-size: 15px;
  color: #b3b3b3;
}
.popup-address .pop-wrap .btn-close {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  top: 20px;
  right: 20px;
  font-size: 0;
}

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

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

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

.view-my-apply {
  margin-top: 17px;
  padding-bottom: 22px;
  border-bottom: 1px solid #d0d3d4;
}

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

.view-my-apply dl:first-child {
  margin-top: 0;
}

.view-my-apply dl dt {
  color: #6d7579;
}

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

.view-my-apply dl dd span {
  display: block;
  margin-top: 6px;
  font-size: 15px;
  color: #000;
}

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

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

/* 2019-09-10 뉴스레터/카탈로그 신청 */
#apply-form.e-apply .pop-header .title {
  text-align: left;
}

#apply-form.e-apply .pop-header .title img {
  width: 340px;
}

#apply-form.e-apply .pop-header .title img.catalog {
  width: 287px;
}

#apply-form.e-apply .select-box:after {
  top: 5px;
}

#apply-form.e-apply .select-box {
  padding-bottom: 5px;
}

#apply-form.e-apply select {
  height: 30px;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

#apply-form.e-apply .info-form .col {
  margin-top: 15px;
}

#apply-form.e-apply .info-form .col:first-child {
  margin: 0;
}

#apply-form.e-apply .pop-layer .layer-content .table-wrap {
  border-bottom: none;
}

#apply-form.e-apply .pop-layer .table-wrap tr:last-child td {
  border-bottom: 1px solid #909090;
}

#apply-form.e-apply .pop-layer .table-wrap th,
#apply-form.e-apply .pop-layer .table-wrap td {
  padding: 20px 0;
}

/* 2019-09-20 */
#apply-form.e-apply .view-my-apply a {
  display: block;
  margin-top: 20px;
  width: 50.72%;
}

/* 2020-07-27 개인정보동의관련*/
#apply-form.e-apply .title-wrap2 {
  border-bottom: 0;
}

#apply-form.e-apply [class^=title-wrap] .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 .table-wrap2 {
  margin-top: 25px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

#apply-form.e-apply .table-wrap2:first-child {
  margin-top: 0;
}

#apply-form.e-apply .table-wrap2 th,
#apply-form.e-apply .table-wrap2 td {
  padding: 15px 10px;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #909090;
}

#apply-form.e-apply .table-wrap2 th {
  background: #f2f2f2;
  font-weight: 700;
}

#apply-form.e-apply .table-wrap2 td {
  color: #666;
}

#apply-form.e-apply .table-wrap2 tr:last-child th,
#apply-form.e-apply .table-wrap2 tr:last-child td {
  border-bottom: 0;
}

#apply-form.e-apply .table-wrap2 .list-dot {
  margin-top: 0;
}

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

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

/* 2019-09-30 */
.car-slider {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.car-slider .item .img {
  width: 100%;
  padding: 0 42.5px;
}
.car-slider .item strong {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid #000;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.car-slider .slick-arrow {
  width: 8px;
  height: 14px;
  position: absolute;
  top: 30%;
  z-index: 1;
}
.car-slider .slick-prev {
  left: 0;
  background: url(../img/apply/btn_prev.png) no-repeat 0 0/100%;
}
.car-slider .slick-next {
  right: 0;
  background: url(../img/apply/btn_next.png) no-repeat 0 0/100%;
}
.car-slider .slick-dots li {
  width: 12.5px;
  height: 5px;
  margin-left: 2.5px;
  background: #ccc;
  border-radius: 0;
}
.car-slider .slick-dots li.slick-active {
  background: #000;
}

/* 2019-10-24 추가 */
.pop-layer .sub-title {
  font-size: 14px;
  color: #666;
  margin: 23px 0 35px;
}
.pop-layer .type2 th {
  padding-left: 0;
  width: 35%;
}
.pop-layer .type2 td {
  line-height: 22px;
}
.pop-layer .type2 .focus {
  color: #cf274a;
}
.pop-layer .type2 em {
  font-style: normal;
  font-weight: 600;
}
.pop-layer .list-dot.v2 li {
  color: #000;
  text-decoration: underline;
}
.pop-layer .list-dot li {
  position: relative;
  padding-left: 10px;
}
.pop-layer .list-dot li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 2px;
  height: 2px;
  background: #666;
}

.txt-audi {
  font-family: "audi";
  font-size: 17px;
}

/*2020-06-05 추가*/
.notice-box {
  margin-top: 20px;
  padding: 17px;
  background: #f2f2f2;
}
.notice-box.v2 {
  margin-top: 40px;
  text-align: center;
}
.notice-box.v2 li::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: transparent;
}
.notice-box.v3.promotion-box {
  padding: 0;
  background-color: #fff;
}
.notice-box.v3.promotion-box .img-wrap {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c2c2c2;
}
.notice-box.v3.promotion-box .img-wrap img {
  width: 100%;
}
.notice-box.v3.promotion-box .img-wrap img + img {
  margin-top: 10px;
}
.notice-box.v3.promotion-box .list-wrap {
  text-align: left;
}
.notice-box.v3.promotion-box .list-wrap + .list-wrap {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c2c2c2;
}
.notice-box.v3.promotion-box .list-wrap h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.6px;
  color: #343434;
  text-align: center;
}
.notice-box.v3.promotion-box .list-wrap h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.notice-box.v3.promotion-box .list-wrap ul li {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  letter-spacing: -0.48px;
  color: #666;
  line-height: 1.63;
}
.notice-box.v3.promotion-box .list-wrap ul li::before {
  position: absolute;
  content: "-";
  left: 0;
  font-size: 16px;
  color: #666;
}
.notice-box.v3.promotion-box .btn-wrap {
  margin-top: 50px;
  text-align: center;
}
.notice-box.v3.promotion-box .btn-wrap .btn-apply {
  width: 295px;
}
.notice-box.promotion-box {
  display: none;
  padding-left: 26px;
  padding-right: 26px;
  margin-top: 14px;
  text-align: center;
}
.notice-box.promotion-box dl dd {
  margin-top: 4px;
}
.notice-box.promotion-box p {
  font-size: 14px;
}
.notice-box.promotion-box .btn-wrap .btn-apply {
  width: 100%;
  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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 30px auto 0;
}
.notice-box.q6 dl dd .event-info-wrap dl {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 320px;
}
.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: 2px 20px 0;
  font-size: 13px;
  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: 13px;
  color: #111;
  text-align: left;
}
.notice-box.q6 dl dd .event-info-wrap dl dd strong {
  font-size: 13px;
  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: flex-start;
  gap: 5px;
  font-size: 12px;
  line-height: 18px;
}
.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: 13px;
  line-height: 18px;
}
.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 .noti-txt {
  margin-top: 16px;
  font-size: 12px;
  text-align: left;
}
.notice-box dl dt {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.notice-box dl dd {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.notice-box .list-type {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.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: 14px;
  color: #000;
}
.notice-box .btn-wrap {
  margin-top: 15px;
}
.notice-box .btn-wrap .btn-apply {
  width: 200px;
}

.info-box {
  padding: 15px;
  background: #f2f2f2;
  text-align: center;
}
.info-box * {
  font-size: inherit;
}
.info-box dl {
  display: flex;
}
.info-box dl dt,
.info-box dl dd {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #000;
  text-align: left;
}
.info-box dl dt {
  width: 85px;
  padding-left: 10px;
  padding-top: 5px;
  margin-right: 18px;
  border-top: 3px solid #000;
  font-weight: 700;
}
.info-box dl dd {
  padding-top: 9px;
}
.info-box dl dd p {
  margin-top: 6px;
}
.info-box dl dd p:first-child {
  margin-top: 0;
}

/*datepicker*/
.ui-datepicker {
  display: none;
  z-index: 99 !important;
  right: 20px;
  left: 20px;
  padding: 20px 20px 0;
  background: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
.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;
  font-size: 0;
}
.ui-datepicker .ui-datepicker-title span {
  font-weight: 700;
  font-size: 17px;
  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: 15px;
}
.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: 23px;
  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;
}

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

.datepicker-box {
  position: relative;
}
.datepicker-box::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 13px;
  right: 4px;
  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 {
  font-size: 14px;
  padding-left: 0;
}

.agree-detail-box {
  padding-top: 7px;
  font-size: 15px;
}
.agree-detail-box p {
  color: #666;
  line-height: 1.4;
}
.agree-detail-box p a {
  padding-bottom: 1px;
  border-bottom: 1px solid #f50537;
  color: #f50537;
}
.agree-detail-box .agree-info-box {
  margin-top: 17px;
  color: #000;
}
.agree-detail-box .agree-info-box dl dt,
.agree-detail-box .agree-info-box dl dd {
  display: inline;
  white-space: nowrap;
}
.agree-detail-box .agree-info-box dl dt {
  position: relative;
  padding-right: 8px;
}
.agree-detail-box .agree-info-box dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -8px;
  background: #000;
}
.agree-detail-box .table-wrap {
  margin-top: 20px;
}
.agree-detail-box .table-wrap table {
  border-collapse: separate;
  border-spacing: 5px;
}
.agree-detail-box .table-wrap tr th,
.agree-detail-box .table-wrap tr td {
  padding: 5px 0;
  padding-left: 10px;
  vertical-align: top;
  border-color: #fff;
  text-align: left;
  font-size: 14px;
  letter-spacing: -1px;
}
.agree-detail-box .table-wrap tr th {
  color: #000;
  font-weight: 600;
}
.agree-detail-box .table-wrap tr th:first-child {
  background: #fff;
  border-top: 3px solid #000;
  border-left: 0;
}
.agree-detail-box .table-wrap tr td {
  color: #6d7579;
  border-top: 1px solid #909090;
}

.new-add .notice-text {
  flex: 1;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
}
.new-add .newnew-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  height: 50px;
  font-size: 16px;
  letter-spacing: -0.24px;
  color: #fff;
  background-color: #000;
}

.guide-box {
  margin-top: 35px;
  padding: 14px;
  background-color: #f2f2f2;
}
.guide-box p {
  position: relative;
  padding-left: 19px;
  font-size: 13px;
  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) 50% no-repeat;
  background-size: 14px 14px;
}
.guide-box p strong {
  color: #cf0033;
  font-size: inherit;
}

.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 .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-row {
  display: block;
  margin-top: 40px;
}
.btn-wrap-row .btn-apply {
  width: 100%;
}

.btn-apply + .btn-apply {
  margin-top: 10px;
}

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

.btn-tip img {
  width: 18px;
  height: 18px;
  margin: 0 5px 2px 0;
}

.tip-area {
  position: relative;
  margin: 20px 0;
}
.tip-area .title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
.tip-area .title .btn-tip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.tip-area .title .btn-tip img {
  width: 18px;
  height: 18px;
  margin-bottom: 2px;
}
.tip-area .tip-box {
  display: none;
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 350px;
  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 img {
  width: 16px;
  height: 16px;
}
.tip-area .tip-box p {
  word-break: keep-all;
  font-size: 14px;
}
.tip-area .tip-box .tip-content .title-wrap {
  margin-top: 10px;
  border: none;
}
.tip-area .tip-box .tip-content .title-wrap .title {
  font-weight: 22px;
  letter-spacing: 0.33px;
}
.tip-area .tip-box .tip-content .title-wrap p {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: -0.2px;
  color: #666;
}
.tip-area .tip-box .tip-content .table-wrap {
  border: none;
}
.tip-area .tip-box .tip-content .table-wrap table th {
  padding: 20px 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  vertical-align: baseline;
  background-color: #fff;
  border-top: 3px solid #000;
}
.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;
  font-size: 14px;
}

.audi-summer-tour {
  margin-top: 40px;
  text-align: center;
}
.audi-summer-tour h3 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.26;
  letter-spacing: -0.95px;
  color: #000;
}
.audi-summer-tour .img-wrap {
  margin: 14px 0;
}
.audi-summer-tour .img-wrap img {
  width: 100%;
  max-width: 600px;
}
.audi-summer-tour .text-wrap p {
  font-size: 16px;
  line-height: 1.19;
  letter-spacing: -0.8px;
  color: #000;
  text-align: left;
}
.audi-summer-tour .text-wrap p.notice {
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #808080;
}
.audi-summer-tour .form-box {
  display: flex;
  margin-top: 30px;
  text-align: left;
}
.audi-summer-tour .form-box input[type=checkbox] {
  width: 24px;
  height: 24px;
  accent-color: #505050;
}
.audi-summer-tour .form-box label {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.8px;
  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 {
  position: relative;
  margin: 10px 0 5px;
  padding-left: 79px;
}
.grey-box dl dd strong {
  font-size: 14px;
}
.grey-box dl dd span {
  position: absolute;
  left: 0;
  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 추가 */
.no-border {
  border: none !important;
}

.new-add {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.new-add .new-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  height: 50px;
  font-size: 16px;
  letter-spacing: -0.24px;
  color: #fff;
  background-color: #000;
}

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

option .text-font-size {
  font-size: 16px;
}

.adblock-wrap.expiered .text-wrap,
.edit-info-wrap.expiered .text-wrap {
  text-align: center;
}
.adblock-wrap.expiered .text-wrap p + p,
.edit-info-wrap.expiered .text-wrap p + p {
  margin-top: 25px;
}
.adblock-wrap.expiered .text-wrap p strong a,
.edit-info-wrap.expiered .text-wrap p strong a {
  font-size: 14px;
  color: #111;
}
.adblock-wrap .title-wrap .title,
.edit-info-wrap .title-wrap .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  color: #111;
}
.adblock-wrap .text-wrap,
.edit-info-wrap .text-wrap {
  margin-top: 40px;
}
.adblock-wrap .text-wrap p,
.edit-info-wrap .text-wrap p {
  font-size: 14px;
  line-height: 22px;
  color: #111;
}
.adblock-wrap .text-wrap p + p,
.edit-info-wrap .text-wrap p + p {
  margin-top: 40px;
}
.adblock-wrap .result-wrap h3,
.edit-info-wrap .result-wrap h3 {
  margin-top: 40px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
.adblock-wrap .result-wrap h3 strong,
.edit-info-wrap .result-wrap h3 strong {
  font-size: 18px;
}
.adblock-wrap .result-wrap .box-type,
.edit-info-wrap .result-wrap .box-type {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #999;
}
.adblock-wrap .result-wrap .box-type dl,
.edit-info-wrap .result-wrap .box-type dl {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.adblock-wrap .result-wrap .box-type dl + dl,
.edit-info-wrap .result-wrap .box-type dl + dl {
  margin-top: 20px;
}
.adblock-wrap .result-wrap .box-type dl dt,
.edit-info-wrap .result-wrap .box-type dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  padding: 5px 0 2px;
  font-size: 12px;
  color: #fff;
  background-color: #666666;
  border-radius: 18px;
}
.adblock-wrap .result-wrap .box-type dl dd,
.edit-info-wrap .result-wrap .box-type dl dd {
  padding-top: 3px;
  font-size: 14px;
  color: #111;
}
.adblock-wrap .result-wrap p,
.edit-info-wrap .result-wrap p {
  margin-top: 40px;
  font-size: 18px;
  color: #111;
  text-align: center;
}
.adblock-wrap .input-list-wrap h3,
.edit-info-wrap .input-list-wrap h3 {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
}
.adblock-wrap .input-list-wrap .form-item,
.edit-info-wrap .input-list-wrap .form-item {
  margin-top: 10px;
}
.adblock-wrap .input-list-wrap .form-item + .form-item,
.edit-info-wrap .input-list-wrap .form-item + .form-item {
  margin-top: 40px;
}
.adblock-wrap .input-list-wrap .form-item .input-wrap,
.edit-info-wrap .input-list-wrap .form-item .input-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.adblock-wrap .input-list-wrap .form-item .input-wrap + .input-wrap,
.edit-info-wrap .input-list-wrap .form-item .input-wrap + .input-wrap {
  margin-top: 20px;
}
.adblock-wrap .input-list-wrap .form-item .input-wrap input,
.edit-info-wrap .input-list-wrap .form-item .input-wrap input {
  height: 40px;
  font-size: 14px;
  line-height: 24px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
}
.adblock-wrap .input-list-wrap .form-item .input-wrap input::placeholder,
.edit-info-wrap .input-list-wrap .form-item .input-wrap input::placeholder {
  color: #666;
}
.adblock-wrap .input-list-wrap .form-item .input-wrap .btn-type,
.edit-info-wrap .input-list-wrap .form-item .input-wrap .btn-type {
  display: block;
  flex-shrink: 0;
  width: 90px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #111;
}
.adblock-wrap > .btn-wrap,
.edit-info-wrap > .btn-wrap {
  margin-top: 60px;
}
.adblock-wrap > .btn-wrap .btn-apply.disabled,
.edit-info-wrap > .btn-wrap .btn-apply.disabled {
  background-color: #999;
}/*# sourceMappingURL=apply_m.css.map */