@charset "UTF-8";

.section-start {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background: #0a0a0a;
}
.section-start img {
  width: 100%;
}
.section-start .title,
.section-start .bottom {
  position: absolute;
  left: 0;
  right: 0;
}
.section-start .title {
  top: 0;
  z-index: 1;
  padding-top: 6vh;
}
.section-start .bottom {
  bottom: 0;
  z-index: 2;
}
.intro-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #0a0a0a;
}
.intro-layer .intro-content {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  animation: fadeIn 1s;
}
.intro-layer .intro-text-box {
  padding: 0 20px 34px;
  color: #fff;
  text-align: center;
}
.intro-layer .intro-text-box .icon-box {
  margin: 0 auto 5vh;
}
.intro-layer .intro-text-box .icon-box img {
  display: inline-block;
  height: 15vh;
}
.intro-layer .intro-text-box > strong {
  font-size: 24px;
}
.intro-layer .intro-text-box > p {
  margin-top: 14px;
  line-height: 24px;
}
.intro-layer .slick-dots {
  bottom: -20px;
}
.intro-layer .slick-dots button {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: #fff !important;
  opacity: 0.7;
}
.intro-layer .slick-dots .slick-active button {
  opacity: 1;
}
.intro-layer .btn-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 34px 40px;
}
@media (max-width: 320px) {
  .intro-layer .intro-text-box {
    padding: 0 20px 24px;
  }
  .intro-layer .intro-text-box > strong {
    font-size: 21px;
  }
  .intro-layer .intro-text-box > p {
    font-size: 14px;
  }
  .intro-layer .btn-box {
    padding: 0 20px 40px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.login-area {
  padding: 27px 38px 38px;
  text-align: center;
}
.login-area .logo-box {
  display: inline-block;
  margin-bottom: 40px;
}
.login-area .input-box {
  margin-top: 0;
}
.login-area .input-box > input {
  margin-bottom: 10px;
}
.login-area .chk-box {
  margin-top: 8px;
}
.login-area .btn-dual-wrap {
  margin-top: 15px;
}
.login-area .text-or {
  position: relative;
  margin-top: 30px;
}
.login-area .text-or > span {
  position: relative;
  z-index: 2;
  padding: 0 10px;
  background: #f6f7f9;
  font-size: 16px;
  color: #4a4a4a;
}
.login-area .text-or:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  height: 1px;
  background: #dfdfdf;
}
.login-area .btn-box {
  margin-top: 35px;
}
.login-area .btn-box > a {
  width: 92%;
}
.login-area .btn-box > a:nth-child(2) {
  margin-top: 10px;
}
.login-area .guide-text {
  margin-top: 37px;
  font-size: 15px;
  color: #9b9b9b;
}
.login-area .guide-text > a {
  text-decoration: underline;
  font-weight: 700;
  color: #0a0a0a;
}
.input-area {
  margin-top: 25px;
  padding: 0 22px 80px;
}

.input-area.kakao .input-box {
  margin-top: 20px;
}
.input-area.mypage {
  padding-bottom: 80px;
}
.input-area.find .admin-wrap {
  margin-bottom: 42px;
}
.input-area.find .btn-box {
  margin-top: 42px;
}
.input-area.join .input-box {
  margin-top: 8px;
}
.input-area.card .admin-wrap {
  margin-top: 35px;
}
.input-area.card .input-box.chk {
  text-align: center;
  font-weight: 700;
}
.input-area.card .user-box > i {
  right: -20px;
  font-size: 85px;
  transform: rotate(10deg) translateY(-45%);
  color: #c2c2c2;
}
.input-area.card,
.input-area.pay,
.input-area.mypage {
  padding: 0;
}
.input-area.card .inner-box,
.input-area.pay .inner-box,
.input-area.mypage .inner-box {
  padding: 0 22px;
}
.input-area.card .inner-box + .btn-box .btn-type4,
.input-area.pay .inner-box + .btn-box .btn-type4,
.input-area.mypage .inner-box + .btn-box .btn-type4 {
  height: 65px;
  line-height: 65px;
  font-size: 18px;
}
.input-area .slick-arrow {
  border-color: #0a0a0a;
}
.input-area .slick-arrow.slick-prev {
  left: -20px;
}
.input-area .slick-arrow.slick-next {
  right: -20px;
}
.input-area .input-box .check-list-box label {
  margin-right: 3px;
  border-radius: 18px;
}
.input-area .input-box .check-list-box.license label {
  margin-right: 3px;
  border-radius: 18px;
  width: calc(25% - 13px);
  padding: 8px 0;
  max-width: 100px;
}
.input-area .input-box .check-list-box.license2 label {
  margin-right: 3px;
  border-radius: 5px;
  width: calc(25% - 13px);
  padding: 8px 0;
  max-width: 100px;
  height: 36px;
}
.bg-area-type:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.admin-wrap {
  display: flex;
  margin-bottom: 23px;
}
.admin-wrap .img-box {
  margin-top: 19px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.admin-wrap .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.admin-wrap .comment-box {
  width: calc(100% - 66px);
  margin-left: 18px;
}
.admin-wrap .comment-box p {
  min-height: 97px;
  box-shadow: 4px 4px 10px 5px rgba(0, 0, 0, 0.09);
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  color: #46454c;
  line-height: 1.6;
}
.admin-wrap .comment-box [class^='btn-type'] {
  display: block;
  width: 169px;
  height: 42px;
  margin-top: 6px;
  line-height: 40px;
  font-size: 14px;
}
.card-box {
  width: 280px;
  height: 169px;
  margin: 11px auto 54px;
  box-shadow: 4px 4px 10px 5px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  text-align: left;
}
.card-box .card {
  position: relative;
  width: 280px;
  height: 169px;
  margin-left: 10px;
  padding-left: 15px;
  padding-top: 88px;
  border-radius: 8px;
  background: #fff;
}
.card-box .card:before {
  content: '';
  display: block;
  position: absolute;
  top: 51px;
  left: 15px;
  width: 41px;
  height: 31px;
  background: url('../../img/mobile/drawable-xhdpi/chip.png') 0 0 no-repeat;
  background-size: 41px auto;
}
.card-box .card:after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 29px;
  height: 32px;
  background: url('../../img/mobile/drawable-xhdpi/logo_2.png') 0 0 no-repeat;
  background-size: 29px auto;
}
.card-box .card .card-delete {
  position: absolute;
  top: 0;
  left: -10px;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
}
.main-card {
  position: absolute;
  top: 20px;
  width: 260px;
  height: 158px;
  left: 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
}
.payment-card {
  position: absolute;
  top: 20px;
  width: 260px;
  height: 158px;
  left: 10px;
  border-radius: 8px;
}
.booking-main-card {
  position: absolute;
  top: 20px;
  width: 260px;
  height: 158px;
  left: 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
}
.card-box .number {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
  color: #4a4a4a;
}
.card-box .name {
  font-size: 12px;
  color: #9b9b9b;
}
.card-box [class^='btn-type'] {
  position: absolute;
  left: 50%;
  bottom: 31px;
  transform: translateX(-50%);
  font-size: 13px;
}
.card-box .slick-dots {
  bottom: -30px;
}
.user-box {
  position: relative;
}
.user-box > p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
.user-box > p > span {
  display: block;
  line-height: 1;
  font-size: 16px;
}
.user-box > i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 52px;
  color: #d9d9d9;
}
.mileage-wrap li {
  display: flex;
  width: 100%;
  align-content: space-around;
  padding: 0 13px;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 30px;
}
.mileage-wrap li.current {
  padding-bottom: 15px;
  border-bottom: 1px solid #eaecef;
  margin-bottom: 15px;
}
.mileage-wrap li.current,
.mileage-wrap li.current .text-info {
  font-weight: 700;
}
.mileage-wrap li.use,
.mileage-wrap li.use .text-info {
  font-weight: 700;
  color: #0a0a0a;
}
.mileage-wrap li .text-info {
  flex-grow: 1;
  font-weight: 600;
  width: 100px;
}
.mileage-wrap li .text-mileage {
  text-align: right;
}
.toggle-box {
  background: #fff;
  box-shadow: 4px 4px 10px 5px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
}
.toggle-box.active dt a > button {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: transparent #0a0a0a #0a0a0a transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.toggle-box.disabled dt a {
  color: #c3c3c3;
}
.toggle-box.disabled dt a > button {
  border-color: #c3c3c3;
}
.toggle-box.disabled dd > span {
  color: #c3c3c3;
}
.toggle-box.disabled dd > p {
  color: #c3c3c3;
}
.toggle-box:nth-child(n + 2) {
  margin-top: 16px;
}
.toggle-box dt {
  position: relative;
}
.toggle-box dt a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #0a0a0a;
}
.toggle-box dt a > strong {
  font-size: 14px;
  line-height: 21px;
}
.toggle-box dt a > button {
  position: absolute;
  top: 18px;
  right: 20px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: transparent #0a0a0a #0a0a0a transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 0;
  transition: 0.5s;
}
.toggle-box dd {
  padding: 0 15px;
  transform: translateY(-15px);
}
.toggle-box dd > span {
  display: block;
  font-size: 12px;
  color: #0a0a0a;
  line-height: 18px;
}
.toggle-box dd > p {
  margin-top: 10px;
  font-size: 12px;
  color: #4a4a4a;
  line-height: 1.4;
  text-align: justify;
}
.total-box {
  padding: 11px 15px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 4px 4px 10px 5px rgba(0, 0, 0, 0.09);
}
.total-box .btn-box {
  margin-top: 10px;
  text-align: right;
}
.dual-box dl {
  font-size: 0;
}
.dual-box dt,
.dual-box dd {
  display: inline-block;
  width: 49%;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle;
}
.dual-box dd {
  text-align: right;
}
.dual-box.total {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #eaecef;
}
.dual-box.total dt,
.dual-box.total dd {
  font-weight: 700;
}
.benefit-use-area {
  padding: 0 14px 10px;
}
.benefit-use-area > p {
  margin-bottom: 27px;
  font-size: 14px;
  color: #000;
  line-height: 1.25;
}
.benefit-use-area .dual-box dt,
.benefit-use-area .dual-box dd {
  font-weight: 700;
}
.benefit-use-area .dual-box dd {
  color: #0a0a0a;
}
.benefit-use-area .dual-box.total dd {
  font-size: 18px;
}
.benefit-use-area .input-box {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
}
.benefit-use-area .input-box .side-button .item input {
  box-shadow: 4px 4px 10px 5px rgba(0, 0, 0, 0.09);
}
.benefit-use-area2 {
  padding: 0 18px 21px;
}
.benefit-use-area2.v2 {
  padding-bottom: 10px;
}
.benefit-use-area2 .text {
  margin-bottom: 37px;
  font-size: 14px;
  color: #000;
  line-height: 1.3;
}
.benefit-use-area2 .text2 {
  font-size: 12px;
  line-height: 15px;
  color: #000;
  text-align: center;
}
.benefit-use-area2 input {
  background: #fff;
  border: 1px solid #cfcfcf;
}
.benefit-use-area2.v2 .input-box > .item > input {
  padding-top: 6px;
  padding-bottom: 6px;
}
.benefit-use-area2 .dual-box dt,
.benefit-use-area2 .dual-box dd {
  font-weight: 700;
}
.benefit-use-area2 .dual-box dt {
  color: #000;
}
.benefit-use-area2 .dual-box dd {
  color: #0a0a0a;
  font-size: 20px;
}
.benefit-use-area2 .dual-box.total dt {
  color: #4a4a4a;
}
.benefit-use-area2 .dual-box.total dd {
  font-size: 18px;
}
.benefit-use-area2 .input-wrap {
  margin-top: 15px;
  padding-top: 12px;
  padding-bottom: 28px;
  border-top: 1px solid #ddd;
}
.benefit-use-area2 .input-box {
  margin-top: 17px;
}
.benefit-use-area2 input[readonly],
.benefit-use-area2 input[readonly]:focus {
  background: #cacaca;
}
.benefit-use-area2 .input-wrap.login {
  padding-bottom: 20px;
}
.benefit-use-area2 .input-wrap.login .item {
  position: relative;
  margin-top: 8px;
}
.benefit-use-area2 .input-wrap.login .item input {
  padding-left: 48px;
}
.benefit-use-area2 .input-wrap.login .item.id:before,
.benefit-use-area2 .input-wrap.login .item.pw:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 17px;
  font-family: 'Font Awesome 5 Free', sans-serif;
  color: #e0e0e0;
  font-size: 16px;
}
.benefit-use-area2 .input-wrap.login .item.id:before {
  content: '\f007';
}
.benefit-use-area2 .input-wrap.login .item.pw:before {
  content: '\f023';
}
.benefit-use-area2 .input-wrap.login .item.active:before {
  color: #0a0a0a;
}
.benefit-use-area2 .input-wrap.login .item.active input {
  border-color: #0a0a0a;
}
.benefit-use-list {
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: 28vh;
  margin-top: 14px;
}
.benefit-use-list li {
  width: 95%;
  margin-bottom: 12px;
  padding: 0 13px;
  background: #fff;
  box-shadow: 11px 3px 12px 0 rgba(0, 0, 0, 0.09);
  border-radius: 8px;
}
.benefit-use-list .chk-box {
  width: 100%;
}
.benefit-use-list .chk-box.selected {
  font-weight: 700;
}
.benefit-use-list .chk-box .checkbox {
  border-radius: 100%;
}
.benefit-use-list .chk-box label {
  overflow: hidden;
  line-height: 46px;
  font-size: 14px;
}
.benefit-use-list .chk-box label > span {
  float: right;
}
.guide-text {
  font-size: 15px;
  text-align: center;
  color: #4a4a4a;
  line-height: 20px;
}
.nomem-area {
  padding: 10px 14px 35px;
}
.nomem-area .input-box:first-child {
  margin-top: 0;
}
.coupon-fin-area {
  height: 168px;
  padding: 10px 27px 22px;
}
.coupon-fin-area .input-box {
  margin-top: 0;
}
.coupon-fin-area .input-box input {
  margin-top: 10px;
  border: 1px solid #c7c7c7;
}
.coupon-fin-area .input-box input::placeholder {
  font-size: 16px;
}
.coupon-fin-area .input-box > p {
  font-size: 14px;
  line-height: 20px;
}
.coupon-fin-area .guide-field {
  margin-top: 20px;
  text-align: center;
  color: #0a0a0a;
}
.coupon-fin-area .guide-field.error {
  color: #d0021b;
}
.map.active .sub-title-box,
.map .sub-title-box {
  height: 80px;
  background-color: #fff;
  counter-reset: #0a0a0a;
  /* background: url('../../img/mobile/drawable-xhdpi/search_bg.png') 50% 0 repeat-x; */
}
.map-search-wrap {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 60px;
  left: 18px;
  right: 18px;
  z-index: 51;
  height: 47px;
  background: #fff;
  border-radius: 30px;
  font-size: 13px;
}
.map-search-wrap .item {
  position: relative;
  width: 40%;
  padding: 9px 15px 4px;
  line-height: 15px;
  word-break: keep-all;
}
.map-search-wrap .item:first-child {
  padding-left: 15px;
}
.map-search-wrap .item:first-child:after {
  content: '';
  position: absolute;
  top: 21px;
  right: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: transparent #0a0a0a #0a0a0a transparent;
  border-width: 0 2px 2px 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.map-search-wrap .item:last-child {
  width: 20%;
  padding: 0;
}
.map-search-wrap .item > span {
  display: block;
  white-space: nowrap;
}
.map-search-wrap .item > a {
  display: block;
  height: 100%;
  line-height: 47px;
  background: #3177ff;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.calendar-wrap {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 251px;
  padding: 0 20px;
  margin-bottom: 90px;
  margin-top: 19px;
}
.calendar-wrap .ui-corner-all {
  display: none;
}
.time-output-box {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 54%;
  left: 20px;
  right: 20px;
  z-index: 60;
  margin-top: 46px;
}
.time-output-box .item {
  padding: 0 17px;
  text-align: center;
}
.time-output-box .item:nth-child(n + 2) {
  border-left: 1px solid #e0e0e0;
}
.time-output-box .item dl {
  display: flex;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
}
.time-output-box .item dl dt {
  line-height: 20px;
}
.time-output-box .time-box {
  position: relative;
}
.time-output-box .time-box:after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  right: 15px;
  border-width: 8px 6px;
  border-style: solid;
  border-color: #0a0a0a transparent transparent transparent;
}
.time-output-box .time-box.selected input.time[readonly] {
  background-color: #0a0a0a;
  color: #fff;
}
.time-output-box .time-box.selected:after {
  border-color: #fff transparent transparent transparent;
}
.time-output-box input {
  font-size: 14px;
}
.time-output-box input.date {
  width: 80px;
  padding: 0;
  font-weight: 700;
  text-align: center;
}
.time-output-box input.date[readonly],
.time-output-box input.date[readonly]:focus {
  color: #232323;
}
.time-output-box input.time {
  position: relative;
  width: 113px;
  height: 32px;
}
.time-output-box input.time[readonly] {
  border: 1px solid #0a0a0a !important;
  color: #0a0a0a;
  border-radius: 18px;
}
.popup-wrap.calendar {
  flex-direction: column;
}
.popup-wrap.calendar .popup-area {
  overflow: visible;
}
.popup-wrap.calendar .calendar-guide {
  position: relative;
  width: 100%;
  padding: 15px 0;
  z-index: 98;
}
.popup-wrap.calendar .calendar-guide .list-type {
  padding-left: 15px;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
}
.popup-wrap.calendar .btn-box {
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}
.ui-datepicker {
  width: 100% !important;
  border: 0;
  padding: 0;
}
.ui-datepicker.ui-widget.ui-widget-content {
  border: 0;
}
.ui-datepicker .ui-datepicker-header {
  padding: 0;
  border: 0;
  border-radius: 0;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header span {
  font-size: 14px;
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-title {
  width: 60px;
  margin: 0 auto;
  line-height: 34px;
  font-weight: 700;
  color: #232323;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  float: right;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  float: left;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year:after {
  content: '.';
}
.ui-datepicker .ui-icon {
  background: none !important;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
}
.ui-datepicker .ui-datepicker-calendar th {
  height: 34px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 34px;
  font-size: 13px;
  color: #0a0a0a;
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 1px 0;
}
.ui-datepicker .ui-datepicker-calendar td > span,
.ui-datepicker .ui-datepicker-calendar td > a {
  display: block;
  height: 34px;
  padding: 0;
  line-height: 34px;
  text-align: center;
  color: #4a4a4a;
  font-weight: bold;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable .ui-state-default {
  color: #bbb;
  font-weight: 200;
}
.ui-datepicker .ui-datepicker-calendar .date-range-selected a,
.ui-datepicker .ui-datepicker-calendar .date-range-selected-start .ui-state-default,
.ui-datepicker .ui-datepicker-calendar .date-range-selected-end .ui-state-default {
  overflow: hidden;
  background: #0a0a0a;
  font-weight: 700;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar .date-range-selected-start .ui-state-default {
  border-radius: 30px 0 0 30px;
}
.ui-datepicker .ui-datepicker-calendar .date-range-selected-end .ui-state-default {
  border-radius: 0 30px 30px 0;
}
.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 {
  border: 0;
  background: none;
  color: #4a4a4a;
  font-size: 12px;
}
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #0a0a0a;
  font-weight: normal;
  color: #ffffff;
}
.map-area {
  position: relative;
}
.map-area .map-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ddd;
}
.map-nav-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 32;
  box-shadow: 4px 4px 10px 5px rgba(0, 0, 0, 0.09);
  background: #fff;
}
.map-nav-wrap.active {
  z-index: 100;
}
.map-nav-wrap.active .dim {
  z-index: 1;
  display: block;
}

.filter-box {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  transform: translateY(100%);
  border-radius: 24px 24px 0 0;
  padding: 20px 20px 94px;
  background: #f6f7f9;
  transition: 0.5s;
}
.filter-box.active {
  transform: translateY(0);
}
.filter-box strong {
  color: #0a0a0a;
}
.filter-box > strong {
  display: block;
  font-size: 16px;
  text-align: center;
}
.filter-box p {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #4a4a4a;
}
.filter-box .check-list-box {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.filter-box .check-list-box:last-of-type {
  border-bottom: none;
}
.filter-box .check-list-box dt {
  margin-bottom: 14px;
  color: #000;
  font-size: 14px;
}

.best-price-agency-label {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%; /* 18px */
  border-radius: 4px;
  background: linear-gradient(268deg, #33a1fc 1.8%, #2fe8bc 103.02%);
  /* Drop Shadow */
  box-shadow: 0px 4px 10px 0px rgba(220, 228, 232, 0.5);
  position: absolute;
  padding: 4px 6px;
  right: -2px;
  top: -13px;
}

.good-price-agency-label {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%; /* 18px */
  border-radius: 4px;
  background: linear-gradient(180deg, #5abf90 0%, #5bbcb5 100%);
  /* Drop Shadow */
  box-shadow: 0px 4px 10px 0px rgba(220, 228, 232, 0.5);
  position: absolute;
  padding: 4px 6px;
  right: -2px;
  top: -13px;
}

.company-selected-box {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 13px;
  right: 13px;
  height: auto;
  margin-bottom: 40px;

  max-width: calc(100% - 50px);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;

  padding: 10px 20px;
  box-shadow: 0px 2px 6px 0px rgba(161, 161, 161, 0.5);

  border-radius: 10px;
  border: 1px solid #b9bbbc;
  background: #fff;
}

.company-selected-box .star span {
  margin-left: 5px;
  color: #0a0a0a;
  white-space: nowrap;
  font-family: 'Spoqa Han Sans Neo', sans-serif;
  font-weight: 500;
}

.company-selected-box .star i {
  color: #eeae58 !important;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-bottom: 7px;
}
.company-selected-box .price {
  white-space: nowrap;
  color: #0048ff;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

.company-selected-box > a {
  line-height: 150%;
  font-weight: 500;
  display: flex;
  gap: 20px;
}

.company-selected-box .img-box {
  width: 78px;
  flex-shrink: 0;
  text-align: center;
}
.company-selected-box #agencyImgUrl {
  margin: 0 !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
.company-selected-box .info-box {
  /* padding: 12px 15px 0; */
}
.company-selected-box .info-box dt {
  font-size: 16px;
  font-weight: 600;
}

.pin-box {
  position: relative;
  top: -56px;
  left: 30px;
}
.webGoogleMap .pin-box {
  left: 0;
}

.pin-box-detail {
  line-height: 150%;
  font-weight: 500;
  display: flex;
  gap: 20px;

  padding: 10px 20px;
  align-items: center;
  box-shadow: 0px 2px 6px 0px rgba(161, 161, 161, 0.5);

  border-radius: 10px;
  border: 1px solid #b9bbbc;
  background: #fff;

  position: absolute;
  top: 40px;
}

.pin-box-detail .img-area,
.pin-box-detail .img-area img {
  width: 84px;
}

.pin-box-detail .star i {
  color: #eeae58 !important;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-bottom: 7px;
}
.pin-box-detail .agency-name {
  white-space: nowrap;
}
.pin-box-detail .price {
  white-space: nowrap;
  color: #0048ff;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

.pin-box:not(.active) .pin-box-detail {
  display: none;
}
.pin-box-level-own > a {
  background: #0036bf !important;
}
.pin-box-level-two > a {
  background: #0048ff !important;
}

.pin-box > div,
.pin-box > a {
  width: fit-content;
  display: block;
  padding: 6px 8px;
  background: #0a0a0a;
  border-radius: 50px;
}
.pin-box-level-own > .top-price-icon {
  width: 40px;
  height: 45px;
  position: absolute;
  top: -30px;
  left: -7px;
  background: url('../../img/mobile/is-crown2.png') no-repeat;
}
.pin-box-level-two > .top-price-icon {
  width: 40px;
  height: 45px;
  position: absolute;
  top: -30px;
  left: -7px;
  background: url('../../img/mobile/is-crown.png') no-repeat;
}
.pin-box-level-other > .top-price-icon {
  display: none;
}
.pin-box span,
.pin-box strong {
  display: block;
  color: #fff;
  font-size: 13px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
}

.pin-box-level-a:after {
  border-color: #0a5d4b transparent transparent #0a5d4b !important;
}
.pin-box-level-b:after {
  border-color: #0a0a0a transparent transparent #0a0a0a !important;
}
.pin-box-level-c:after {
  border-color: #868686 transparent transparent #868686 !important;
}
.pin-box .star-graph {
  background: none;
}
.pin-box.type2 > a {
  background: #79938d;
}
.pin-box.type2 i {
  background: #79938d;
}
.pin-box.type2:after {
  border-color: #79938d transparent transparent #79938d;
}
.pin-box.type3 > a {
  background: #b0b0b0;
}
.pin-box.type3 i {
  background: #b0b0b0;
}
.pin-box.type3:after {
  border-color: #b0b0b0 transparent transparent #b0b0b0;
}
.gm-style .gm-style-iw-c {
  overflow: visible;
}
.result-area .result-box {
  position: relative;
  padding: 72px 21px 16px;
  background: #fff;
}
.result-area .result-box > strong {
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.result-area .result-box > p {
  font-size: 13px;
  line-height: 18px;
  color: #4a4a4a;
  font-weight: 700;
}
.result-area .result-box > p:nth-child(2) {
  margin-top: 8px;
}
.result-area .result-box .btn-box {
  margin-top: 0;
}
.result-area .result-box .btn-box:nth-child(2) {
  margin-top: 8px;
}
.result-area .result-box .btn-box [class^='btn-type'] {
  margin: 0 4px;
  border-radius: 4px;
}
.result-area .result-box .img-box {
  position: absolute;
  bottom: 16px;
  right: 20px;
  width: 109px;
  height: 54px;
}
.result-area.store .result-box {
  text-align: left;
}
.result-area .title-box .star-tag,
.result-area .title-box .type-tag,
.result-area .title-box .guarantee-tag,
.result-area .title-box .unmanned-tag {
  margin-left: 0;
  margin-bottom: 4px;
}
.result-area .title-box > strong {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
.result-area .title-box > p {
  margin-top: 2px;
  font-size: 14px;
  line-height: 18px;
  color: #4a4a4a;
}
.result-area .price-box > p {
  color: #0a0a0a;
  font-size: 14px;
}
.result-area .price-box > p strong {
  font-size: 20px;
  color: #0048ff;
}
.result-area .price-box > span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 18px;
  color: #4a4a4a;
}
.result-area .price-box > del {
  font-size: 14px;
  line-height: 19px;
  color: #757575;
}
.result-area .list-car {
  padding-bottom: 60px;
}
.result-area .list-car li {
  position: relative;
  margin-top: 1px;
  padding: 19px 20px;
  background: #fff;
}
.result-area .list-car li dd {
  margin-top: 7px;
}
.result-area .list-car li dd .price-box {
  margin-top: 10px;
}
.result-area .list-car .img-box {
  position: absolute;
  bottom: 18px;
  right: 20px;
  width: 151px;
  height: 75px;
}
.result-area .list-store {
  padding-bottom: 60px;
}
.result-area .list-store > li {
  position: relative;
  margin-top: 1px;
}
.result-area .list-store > li a {
  display: block;
  padding: 18px 20px;
  background: #fff;
}
.result-area .list-store > li dl {
  display: flex;
  width: 100%;
}
.result-area .list-store > li dt {
  width: 52%;
}
.result-area .list-store > li dd {
  width: 48%;
  text-align: right;
}
.result-area .list-store > li .title-box > strong {
  color: #4a4a4a;
}
.result-area .list-store > li ul {
  display: flex;
  flex-wrap: wrap;
}
.result-area .list-store > li ul li {
  font-size: 14px;
  color: #c7c7c7;
  line-height: 18px;
}
.result-area .list-store > li ul li:nth-child(n + 2):before {
  content: '/';
  display: inline-block;
  color: #333;
}
.result-area .list-store > li ul li.active {
  color: #333;
}
.result-area .list-store > li .delivery-option {
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  color: #0a0a0a;
}
.result-area .list-store > li .delivery-option .fas {
  margin-right: 4px;
}
.result-area .btn-bottom {
  position: relative;
  margin-top: 30px;
}
.store-detail .list-car {
  padding-bottom: 0;
}
.store-detail .list-car .btn-type2-brd {
  position: absolute;
  top: 19px;
  right: 20px;
  height: 24px;
  padding: 0 10px;
  line-height: 23px;
}
.store-detail .list-car .img-box {
  text-align: center;
  width: 180px;
  height: 89px;
}
.store-detail .list-car li dd {
  margin-top: 26px;
}
.car-detail {
  padding-top: 84px;
}
.car-detail .store-info-box {
  padding-top: 0;
  margin-top: 22px;
}
.car-info-box {
  padding: 0 20px;
}
.car-info-box .title-box {
  position: relative;
  padding-right: 160px;
}
.car-info-box .title-box > strong {
  margin-top: 10px;
}
.car-info-box .title-box .img-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 160px;
  height: 80px;
  text-align: center;
  margin: 0 auto;
}

.car-info-box.detail .title-box .img-box {
  top: 50%;
  transform: translateY(-29%);
}
.car-info-box.detail .japan .title-box .img-box {
  transform: translateY(-19%);
}
.car-info-box.detail .title-box {
  margin-bottom: 30px;
}
.car-info-box.detail .title-box {
  padding-right: 0;
}
.car-info-box.detail .title-box > p,
.car-info-box.detail .title-box > strong {
  width: 53%;
  text-align: justify;
  margin: 4px 0;
}
.car-info-box .title-box .data-img-box {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 157px;
  height: 104px;
  padding-bottom: 0;
  background: none;
}
.car-info-box .booking-option {
  margin-top: 20px;
  padding: 20px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #eaecef;
}
.store-info-box {
  padding: 76px 24px 0;
}
.car-info-box .img-box {
  text-align: center;
}
.car-info-box .img-box img {
  width: auto;
  max-height: 100%;
}
.store-info-box .store-info {
  display: flex;
  flex-wrap: wrap;
}
.store-info-box .store-info .img-box {
  position: relative;
  overflow: hidden;
  width: 119px;
  height: 119px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 8px;
}
.store-info-box .store-info .img-box img {
  width: 100%;
  height: 100%;
}
.store-info-box .store-info .img-box .icon {
  display: block;
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  padding: 9px 12px;
  border-radius: 100%;
  background: #0a0a0a;
}
.store-info-box .store-info .img-box .icon i {
  color: #fff;
  font-size: 14px;
}
.store-info-box .store-info .info-box {
  width: calc(100% - 119px);
  padding-left: 18px;
  padding-top: 3px;
}
.store-info-box .store-info textarea.scroll-fix {
  overflow-y: auto !important;
}
.store-info-box .store-info .info-box .star-tag2 {
  display: block;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 700;
  color: #0a0a0a;
}
.store-info-box .store-info .info-box .star-tag2 i {
  margin-right: 3px;
  font-size: 17px;
}
.store-info-box .store-info .info-box > strong {
  display: block;
  font-size: 20px;
  color: #1f1f1f;
}
.store-info-box .store-info .info-box > p {
  margin-top: 7px;
  font-size: 15px;
  color: #0a0a0a;
}
.store-info-box .store-info .info-box .btn-box {
  margin-top: 12px;
}
.store-info-box .store-info > p {
  text-align: justify;
  margin-top: 11px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #1f2833;
  max-height: 200px;
  overflow: auto;
}
.map-box {
  position: relative;
}
.map-box .map-area {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 55%;
  margin-top: 13px;
  margin-bottom: 20px;
  background: #ddd;
  border-radius: 8px;
  border: 1px solid #fff;
  box-shadow: 4px 4px 10px 5px rgba(0, 0, 0, 0.09);
}
.map-box .map-area .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.map-box .map-area .pin {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.map-box .map-area .pin .fas {
  font-size: 22px;
}
.map-box > a {
  position: absolute;
  bottom: -15px;
  left: 20px;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 4px 4px 10px 5px rgba(0, 0, 0, 0.09);
  z-index: 2;
}
.map-box > a.btn-tel {
  left: 81px;
}
.map-box > a > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23px;
}
.map-box + .info-box2 dt {
  color: #0a0a0a;
}
.store-info-box .map-detail-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  font-size: 12px;
  line-height: 22px;
  color: #4a4a4a;
}
.store-info-box .map-detail-info dt {
  width: 30%;
  padding-left: 12px;
  background: #fff;
  color: #0a0a0a;
  font-weight: 700;
}
.store-info-box .map-detail-info dd {
  width: 70%;
  padding-left: 20px;
}
.store-info-box .info-box2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  line-height: 20px;
  color: #1f2833;
}
.store-info-box .info-box2:first-child {
  margin-top: 0;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.store-info-box .info-box2 dt {
  font-weight: 700;
}
.store-info-box .info-box2 > dd {
  margin-top: 12px;
}
.store-info-box .info-box2 > dd > p {
  margin-bottom: 20px;
}
.store-info-box .info-box2 > dd > p:last-child {
  margin-bottom: 0;
}
.store-info-box .info-box2 > dd > p.guide-text {
  color: #d0021b;
  font-size: 14px;
  font-weight: 700;
}
.guide-text-full {
  margin-top: 17px;
  padding: 5px 24px;
  background: #f2f2f3;
  font-size: 13px;
  line-height: 18px;
  color: #4a4a4a;
  font-weight: 700;
  text-align: center;
}
.list-country > li {
  padding: 18px 28px 20px;
  border-top: 1px solid #eaecef;
  background: #fff;
}
.list-country > li:last-child {
  padding-bottom: 130px;
}
.list-country .img-box {
  width: 140px;
}
.list-country .list-option {
  width: calc(100% - 126px);
  margin-top: -5px;
  padding-left: 10px;
}
.list-country .list-option li {
  display: inline-block;
  padding: 0 13px;
  border: 1px solid #979797;
  border-radius: 9px;
  font-size: 10px;
  color: #8d8d8d;
  line-height: 17px;
  text-align: center;
  margin-top: 5px;
}
.list-country .list-option li.active {
  border-color: #0a0a0a;
  background-color: #0a0a0a;
  color: #fff;
  font-weight: 700;
}
.list-country .btn-box {
  margin-top: 11px;
}
.list-country .btn-box [class^='btn-type'] {
  box-shadow: none;
}
.list-country .btn-box [class^='btn-type'] span {
  margin-right: 13px;
  font-size: 12px;
  font-weight: 600;
}
.list-country li > dl > dt {
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #4a4a4a;
}
.list-country li > dl > dd {
  margin-top: 9px;
}
.list-country li > dl > dd,
.list-country li > dl dl {
  display: flex;
}
.list-country li > dl dl {
  flex-wrap: wrap;
  border-bottom: 2px solid #ebebeb;
}
.list-country li > dl dl dt,
.list-country li > dl dl dd {
  padding: 6px;
  border-top: 2px solid #ebebeb;
  font-size: 12px;
  color: #4a4a4a;
}
.list-country li > dl dl dt {
  width: 20%;
  background: #eaeaea;
  font-weight: 700;
  text-align: center;
}
.list-country li > dl dl dd {
  width: 80%;
}
.map-guide-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
}
.map-guide-layer .inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.map-guide-layer .inner > p {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.map-guide-layer .inner .text-box {
  margin-bottom: 40px;
}
.map-guide-layer .inner .text-box > strong {
  font-size: 24px;
  line-height: 28px;
}
.map-guide-layer .inner .text-box > p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}
.map-guide-layer .pin-box {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 74px;
  margin: 40px 0 60px;
  text-align: left;
}
.booking-area {
  padding: 0 20px 50px;
}
.list-booking > .list-booking-wrap > li,
.list-booking > li {
  overflow: hidden !important;
  margin-top: 20px !important;
  background: #fff !important;
  border-radius: 4px !important;
  box-shadow: 4px 4px 10px 5px rgba(0, 0, 0, 0.09) !important;
}
.list-booking > .end li [class^='booking-'] {
  color: #9b9b9b !important;
}
.list-booking > .end li [class^='booking-'] [class^='btn-type'] {
  color: #9b9b9b;
  border-color: #9b9b9b;
}
.list-booking > .end li .booking-info strong {
  color: #9b9b9b;
}
.list-booking > .end li .booking-item.receipt [class^='btn-type'] {
  color: #0a0a0a;
  border-color: #0a0a0a;
}
.end li > .booking-option ul li.active i,
.end li > .booking-option ul li.active span {
  color: #9b9b9b;
}
.end li > .booking-car .img-box {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.end li > .booking-info p {
  color: #9b9b9b !important;
}

.list-booking [class^='booking-'] {
  position: relative;
  border-bottom: 1px solid #eaecef;
  color: #000;
}
.list-booking [class^='btn-type2'] {
  font-weight: 600;
}
.list-booking .booking-info {
  padding: 11px 16px;
}
.list-booking .booking-info strong {
  font-size: 14px;
  color: #0a0a0a;
  line-height: 18px;
}
.list-booking .booking-info p {
  font-size: 12px;
  line-height: 17px;
}
.list-booking .booking-car {
  padding: 15px 20px;
}
.list-booking .booking-car dl {
  position: relative;
  z-index: 2;
}
.list-booking .booking-car dt,
.list-booking .booking-car dd {
  line-height: 20px;
}
.list-booking .booking-car dt {
  font-size: 18px;
}
.list-booking .booking-car dd {
  font-size: 14px;
  font-weight: 700;
}
.list-booking .booking-car dd:last-child {
  margin-top: 10px;
}
.list-booking .booking-car dd > span {
  font-size: 12px;
  font-weight: 600;
}
.list-booking .booking-car .img-box {
  position: absolute;
  bottom: 12px;
  right: 20px;
  z-index: 1;
  width: 130px;
  height: 65px;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
}
.list-booking .booking-car .img-box img {
  height: 100%;
}
.list-booking .booking-item {
  padding: 13px 20px;
}
.list-booking .booking-item dt,
.list-booking .booking-item dd {
  font-size: 13px;
  line-height: 15px;
}
.list-booking .booking-item dd {
  font-weight: 700;
}
.list-booking .booking-item [class^='btn-type'] {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 98px;
}
.list-booking [class^='btn-box'] {
  margin-top: 0;
}
.booking-option {
  padding: 17px 0 13px;
}
.booking-option ul {
  display: flex;
  justify-content: center;
  font-size: 20px;
  text-align: center;
}
.booking-option ul li {
  width: 20%;
}
.booking-option ul li.active i,
.booking-option ul li.active span {
  color: #0a0a0a;
  font-weight: 700;
}
.booking-option ul li i,
.booking-option ul li span {
  color: #9b9b9b;
}
.booking-option ul li i {
  font-size: 25px;
}
.booking-option ul li span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
}
.guide-use-area {
  padding-bottom: 23px;
}
.guide-use-area .data-img-box {
  width: 100%;
  padding-bottom: 49%;
  margin-bottom: 24px;
  box-shadow: 4px 4px 10px 5px rgba(0, 0, 0, 0.09);
}
.guide-use-area dl,
.guide-use-area p,
.guide-use-area ul {
  padding: 0 20px;
}
.guide-use-area dt,
.guide-use-area p {
  font-size: 14px;
  line-height: 20px;
}
.guide-use-area dt {
  font-weight: 700;
}
.guide-use-area dd {
  font-size: 12px;
  color: #4a4a4a;
  line-height: 16px;
}
.guide-use-area p {
  margin-top: 12px;
  color: #1f2833;
}
.guide-use-area .list-type {
  margin-top: 16px;
  font-size: 12px;
  line-height: 16px;
}
.guide-use-area .list-type li:nth-child(n + 2) {
  margin-top: 12px;
}
.receipt-area {
  overflow: hidden;
  padding: 10px 20px 20px;
}
.receipt-area .box-wrap {
  display: flex;
  overflow: auto;
  overflow-x: hidden;
  height: 50vh;
}
.receipt-area .box-wrap [class^='box-'] {
  width: 50%;
  font-size: 12px;
  color: #4a4a4a;
  line-height: 14px;
}
.receipt-area .box-wrap [class^='box-'] dl {
  padding: 7px 3px;
  border-top: 1px solid #ddd;
}
.receipt-area .box-wrap [class^='box-'] dl dt {
  font-weight: 700;
}
.receipt-area .box-wrap [class^='box-'] dl dt,
.receipt-area .box-wrap [class^='box-'] dl dd {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.receipt-area .box-left .item.col2 {
  display: flex;
}
.receipt-area .box-left .item.col2 dl {
  width: 50%;
}
.receipt-area .box-left .item.col2 dl:nth-child(2) {
  border-left: 1px solid #ddd;
}
.receipt-area .box-left .item:nth-child(n + 5) {
  background: #d8d8d8;
}
.receipt-area .box-left .item:nth-child(n-4) {
  border-right: 1px solid #ddd;
}
.receipt-area .box-right .item.detail {
  overflow: hidden;
  height: 86px;
}
.receipt-area .box-right .item.detail dl {
  padding: 4px 5px 0;
  font-size: 0;
}
.receipt-area .box-right .item.detail dl dt,
.receipt-area .box-right .item.detail dl dd {
  display: inline-block;
  width: 50%;
  font-size: 10px;
  line-height: 1;
}
.receipt-area .box-right .item.detail dl dt:last-of-type,
.receipt-area .box-right .item.detail dl dd:last-of-type {
  font-weight: 700;
}
.receipt-area .box-right .item.detail dl dd {
  text-align: right;
}
.receipt-area .box-right .item:nth-child(n + 6) {
  background: #b0d5cd;
}
.receipt-area .list-type {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dashed #ddd;
  font-size: 12px;
  line-height: 14px;
  color: #666;
}
.receipt-area .list-type:after,
.receipt-area .list-type:before {
  content: '';
  display: block;
  position: absolute;
  top: -25px;
  z-index: 5;
  width: 50px;
  height: 50px;
  background: #343434;
  border-radius: 100%;
}
.receipt-area .list-type:after {
  left: -50px;
}
.receipt-area .list-type:before {
  right: -50px;
}
.popup-wrap .popup-area.receipt {
  background: #f6f7f9;
  border: 0;
}
.popup-wrap .popup-area.receipt:before {
  content: '';
  position: absolute;
  top: 100%;
  left: -17px;
  right: -17px;
  z-index: -1;
  height: 18px;
  background: url('../../img/mobile/drawable-xhdpi/receipt.png') 0 100%;
  background-size: 100%;
}
.select-date {
  padding: 0 20px;
}
.select-date .list-output {
  margin: 10px 0 20px;
}
.select-date .list-output li:nth-child(n + 2) {
  border-top: 1px solid #ddd;
}
.select-date .list-output li.active .input-date {
  height: 100%;
}
.select-date .list-output li .input-date {
  overflow: hidden;
  height: 0;
}
.select-date .list-output dl {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.select-date .list-output dl dt {
  font-weight: 700;
  color: #0a0a0a;
}
.select-date .list-output dl dd {
  text-align: right;
  color: #4a4a4a;
}
.select-date .list-output dl dd span:first-child {
  margin-right: 6px;
}
.select-date .list-output dl dt,
.select-date .list-output dl dd {
  width: 100%;
}
.select-date .list-type li:nth-child(n + 2) {
  margin-top: 8px;
}
.review-area {
  position: relative;
  padding: 0 16px;
  margin-top: 10px;
}
.review-area.company {
  margin-top: 15px;
}
.review-area.company .list-review .text-box > p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  height: 80px;
}
.review-area.company .list-review .text-box > p:first-child {
  margin-top: 0;
}
.review-area .input-box {
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 3;
  width: 44%;
  margin-top: 0;
}
.review-area .input-box input {
  border: 1px solid #ddd !important;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
}
.review-area .select-type {
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 3;
  width: 44%;
}
.review-area .select-type:after {
  top: 17px;
  right: 13px;
}
.review-area .select-type:before {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 13px;
  width: 12px;
  height: 17px;
  background: url('../../img/mobile/drawable-xhdpi/pin_3.png');
  background-size: 12px auto;
}
.review-area .select-type select {
  padding-left: 30px;
}
.review-area .list-review {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  padding-top: 54px;
}
.review-area .list-review li {
  width: 50%;
  padding-left: 15px;
  padding-bottom: 15px;
}
.review-area .list-review li:nth-child(odd) {
  margin-top: -54px;
}
.review-area .list-review .review-wrap {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, 0.09);
}
.review-area .list-review .text-box {
  border-radius: 0 0 8px 8px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #dbd9d9;
  padding: 8px 10px;
}
.review-area .list-review .text-box > strong {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 700;
  color: #0a0a0a;
}
.review-area .list-review .text-box > p {
  margin-top: 5px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  height: 60px;
  color: #1f2833;
}
.review-area .list-review .info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: space-between;
  margin-top: 7px;
  padding: 7px 3px 0;
  border-top: 1px solid #eaecef;
}
.review-area .list-review .info-box .date {
  font-size: 10px;
  color: #9d9d9d;
}
.board-detail-area .detail-wrap {
  padding: 27px 20px;
}
.board-detail-area .title-box {
  position: relative;
}
.board-detail-area .title-box .subject {
  font-size: 18px;
  color: #0a0a0a;
  font-weight: 700;
}
.board-detail-area .title-box > strong {
  font-size: 18px;
  color: #000;
}
.board-detail-area .title-box > p {
  margin-top: 2px;
  font-size: 12px;
  color: #9d9d9d;
}
.board-detail-area .title-box .btn-type2-brd {
  position: absolute;
  top: 0;
  right: 0;
}
.board-detail-area .star-tag,
.board-detail-area .type-tag {
  margin-top: -4px;
}
.board-detail-area .info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: space-between;
  margin-top: 27px;
}
.board-detail-area .info-box .star-graph {
  width: 90px;
  margin-left: 2px;
  text-indent: -999999em;
}
.board-detail-area .info-box .star-graph,
.board-detail-area .info-box .star-graph-inner {
  background: url('../../img/mobile/star.png') no-repeat;
  background-size: 90px auto;
}
.board-detail-area .info-box .star-graph-inner {
  display: block;
  height: 11.8571428571px;
  background-position-y: 100%;
}
.board-detail-area .info-box .date {
  font-size: 12px;
  color: #9d9d9d;
}
.board-detail-area .text-box {
  text-align: justify;
  margin-top: 17px;
  font-size: 15px;
  line-height: 24px;
  color: #1f2833;
}
.untact-tag {
  background: #0258f9 !important;
  padding: 0 6px;
  width: unset !important;
}

.guarantee-tag .fa-thumbs-up {
  margin-right: 3px !important;
  color: #fff !important;
}

.unmanned-tag {
  background: #2ca2db !important;
  padding: 0 6px;
  width: unset !important;
}
.guarantee-tag {
  background: #e00000 !important;
  padding: 0 6px;
  width: unset !important;
}
.star-tag,
.type-tag,
.guarantee-tag,
.unmanned-tag,
.untact-tag,
.guarantee-tag {
  display: inline-block;
  width: 51px;
  height: 21px;
  margin-left: 6px;
  background: #f9ab44;
  border-radius: 4px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  font-weight: 700;
}
.star-tag .fas,
.type-tag .fas {
  margin-right: 5px;
  color: #fff;
}
.type-tag {
  width: auto;
  padding: 0 6px;
  background: #fa6232;
}
.story-area {
  margin-top: -3px;
  background: #fff;
}
.story-area .intro-box {
  padding-left: 21px;
}
.story-area .intro-box img {
  width: 100%;
}
.story-area .check-list-box {
  margin-top: -46px;
  padding: 0 22px;
}
.story-area .check-list-box dt {
  margin-bottom: 11px;
  font-size: 12px;
  color: #9d9d9d;
}
.story-area .list-story {
  padding: 0 25px;
}
.story-area .list-story li {
  margin-bottom: 10px;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
}
.story-area .list-story li:last-child {
  border-bottom: 0;
}
.story-area .story-box .top-box {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 5px;
}
.story-area .story-box .top-box h4 {
  font-size: 20px;
  color: #111;
}
.story-area .story-box .top-box .tag {
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  background: #e24c4c;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
}
.story-area .story-box .data-img-box {
  padding-bottom: 61%;
}
.story-area .story-box .text-box {
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  line-height: 1.4;
}
.img-wrap {
  text-align: center;
}
.review-vote-wrap {
  padding: 16px 33px 28px;
  background: #fff;
  border-radius: 0 0 27px 27px;
  box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, 0.09);
  color: #1f2833;
}
.review-vote-wrap > p {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
}
.review-vote-wrap li {
  display: flex;
  align-content: space-around;
  align-items: center;
  font-size: 14px;
}
.review-vote-wrap li:nth-child(n + 2) {
  margin-top: 9px;
}
.review-vote-wrap li .item:first-child {
  line-height: 17px;
  font-weight: 700;
  color: #0a0a0a;
}
.review-vote-wrap li .item:first-child .fas {
  font-size: 18px;
}
.review-vote-wrap li .item:nth-child(2) {
  flex-grow: 1;
  padding-left: 9px;
}
.review-vote-wrap li .graph {
  display: inline-block;
  height: 10px;
  background: #c3c3c3;
}
.write-area {
  height: 100%;
  background: url('../../img/mobile/drawable-xhdpi/member_bg01.png') 100% calc(100vh - 500px)
    no-repeat;
  background-size: 114px auto;
}
.write-area .admin-wrap {
  padding: 0 24px;
  margin-bottom: 0;
}
.write-wrap {
  position: fixed;
  bottom: 65px;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 24px 24px 0 0;
  background: #fff;
  box-shadow: -2px -2px 8px 1px rgba(0, 0, 0, 0.09);
}
.write-wrap > div {
  border-top: 1px solid #ddd;
}
.write-wrap > div:first-child {
  border-top: 0;
}
.write-wrap .star-box {
  padding: 1vh 0;
  text-align: center;
  font-size: 0;
}
.write-wrap .star-box > button {
  padding: 10px;
}
.write-wrap .star-box > button .fas {
  font-size: 30px;
  color: #c3c3c3;
}
.write-wrap .star-box > button.active .fas {
  background: linear-gradient(to right, #ffc726, #f99716);
  -webkit-text-fill-color: transparent;
}
.write-wrap .upload-box {
  padding: 15px 20px;
  font-size: 0;
}
.write-wrap .upload-box .upload-img {
  position: relative;
}
.write-wrap .upload-box .upload-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.write-wrap .upload-box .upload-img .btn-delete {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 39px;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0;
}
.write-wrap .upload-box .upload-img .btn-delete:after,
.write-wrap .upload-box .upload-img .btn-delete:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}
.write-wrap .upload-box .upload-img .btn-delete:after {
  width: 14px;
  height: 2px;
}
.write-wrap .upload-box .upload-img .btn-delete:before {
  width: 2px;
  height: 14px;
}
.write-wrap .upload-box .input-upload {
  position: relative;
  background: #fff;
  border: 1px dashed #0a0a0a;
}
.write-wrap .upload-box .input-upload:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 34px;
  transform: translate(-50%, -50%);
  background: url('../../img/mobile/drawable-xhdpi/upload.png') no-repeat;
  background-size: 21px auto;
}
.write-wrap .upload-box .input-upload input {
  position: absolute;
  top: 0;
  left: -9999999999em;
  opacity: 0;
}
.write-wrap .upload-box .input-upload label {
  display: block;
  width: 100%;
  height: 100%;
}
.write-wrap .upload-box .upload-img,
.write-wrap .upload-box .input-upload {
  display: inline-block;
  overflow: hidden;
  width: 75px;
  height: 75px;
  border-radius: 5px;
  box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, 0.09);
  vertical-align: top;
}
.write-wrap .upload-box .upload-img:nth-child(n + 2),
.write-wrap .upload-box .input-upload:nth-child(n + 2) {
  margin-left: 10px;
}
.write-wrap .text-box {
  font-size: 14px;
  line-height: 24px;
}
.write-wrap .text-box textarea {
  padding: 15px 20px;
  resize: none;
}
.service-area {
  margin-top: 25px;
  padding: 0 20px 50px;
  background: url('../../img/mobile/drawable-xhdpi/member_bg01.png') 100% 100% no-repeat;
  background-size: 188px auto;
}
.list-service {
  border-radius: 4px;
  background: #fff;
  box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, 0.09);
}
.list-service li {
  padding: 21px 0;
  color: #4a4a4a;
}
.list-service li:nth-child(n + 2) {
  border-top: 2px dashed #ddd;
}
.list-service li .service-box {
  position: relative;
  padding: 0 26px;
}
.list-service li .service-box .title {
  margin-bottom: 10px;
  font-size: 16px;
  color: #0a0a0a;
  font-weight: 700;
}
.list-service li .service-box > span {
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.list-service li .service-box > strong {
  display: block;
  font-size: 24px;
  line-height: 26px;
}
.list-service li .service-box > dl {
  margin-top: 10px;
}
.list-service li .service-box > dl dt {
  font-size: 14px;
  line-height: 20px;
}
.list-service li .service-box > dl dd {
  font-size: 20px;
  line-height: 23px;
}
.list-service li .img-box {
  position: absolute;
  top: 50%;
  right: 37px;
  transform: translateY(-50%);
  width: 114px;
  height: 170px;
  margin-top: 8px;
}
.list-service li .img-box img {
  width: 100%;
  height: 100%;
}
.list-service li:nth-child(2) .img-box {
  right: 26px;
  width: 128px;
  height: 117px;
}
.list-service li .btn-box {
  margin: 15px 19px 0;
}
.list-service li .btn-box > a {
  box-shadow: none;
}
.sub .btn-gnb > i {
  background: #000;
}
.sub.v2 .sub-title-box {
  background-color: #fff;
}
.sub.v2 .sub-title-box .sub-title {
  color: #0a0a0a;
}
.sub.v2 .sub-title-box .btn-prev:after,
.sub.v2 .sub-title-box .btn-cprev:after {
  border-color: #0a0a0a;
}
.sub.v2 .btn-gnb > i {
  background: #0a0a0a;
}
.search-star {
  height: 16px;
  padding-top: 5px;
}

.rental-area {
  padding-bottom: 100px;
  background: #fff;
}
.rental-area .title-type {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.rental-area .map-box {
  margin: 10px 20px 0;
}
.rental-area .map-box .title-wrap {
  padding: 0 3px;
}
.rental-area .guide-use-area {
  padding: 0 3px;
  margin-top: 38px;
}
.rental-area .guide-use-area dd {
  margin-top: 10px;
}
.rental-area .select-date {
  margin-top: 30px;
  padding: 0 27px;
}
.rental-area .input-date {
  display: flex;
}
.rental-visual {
  position: relative;
  height: 268px;
  padding: 37px 27px 85px;
  text-align: right;
}
.rental-visual .visual-info {
  position: relative;
  z-index: 2;
}
.rental-visual .visual-info dd {
  margin-top: 4px;
  color: #4a4a4a;
  line-height: 19px;
  font-size: 14px;
}
.rental-visual .rental-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.type-tag.bg-red {
  background: #d0021b;
}
.type-tag.bg-blue {
  background: #46aee9;
}
.type-tag.bg-purple {
  background: #7046e9;
}
/* 일본 */
.japan .star-tag {
  margin-left: 0;
}
.japan .booking-car dl {
  width: 60%;
  margin-top: 6px;
  text-align: justify;
}
.japan .booking-car dl dt {
  font-size: 14px;
}
.japan .booking-car dl dd {
  font-size: 12px;
}
.japan .booking-option {
  display: flex;
}
.japan .booking-option ul {
  width: 50%;
  float: left;
  display: unset;
}
.japan .booking-option ul li {
  font-size: 13px;
  width: auto;
  margin: 0 20px;
  padding: 3px 0;
  font-weight: 700;
}

.japan .booking-option ul li:nth-child(1) {
  font-weight: 300;
}
.japan .booking-option ul:nth-child(1) li {
  text-align: left;
}
.japan .booking-option ul:nth-child(2) li {
  text-align: right;
}
.japan .booking-item.clear dl:first-child {
  margin-bottom: 19px;
}
.japan .booking-item .flight {
  margin-top: 19px;
  display: flex;
  justify-content: center;
}
.japan .booking-item .flight dl {
  width: 47%;
  text-align: left;
  margin-bottom: 10px !important;
}
.japan .booking-item .flight img {
  width: 20px;
  height: 20px;
  margin: 6px 10px 0;
}
.japan .booking-item.pay dd:nth-child(3) {
  color: #d0021b;
  margin-top: 10px;
  font-weight: 700;
  font-size: 10px;
  text-align: justify;
}
.hide {
  display: none;
}
.clear {
  clear: both;
}
.list-booking > li.end [class^='booking-'].pay dd:nth-child(3) {
  color: #9b9b9b;
}
.list-booking > li.end [class^='booking-'] .type-tag,
.list-booking > li.end [class^='booking-'] .star-tag {
  background: #9b9b9b;
}
.list-booking > li.end [class^='booking-'] .img-box img,
.list-booking > li.end [class^='booking-'] .flight img {
  opacity: 0.6;
}
.list-booking .booking-item [class^='btn-type'].top60 {
  top: 60px;
}
.car-info-box.detail .japan .booking-option {
  margin-top: 0;
  border-width: 1px 0 0;
}
.car-info-box.detail .japan .booking-option dl {
  width: 100%;
}
.car-info-box.detail .japan .booking-option dt {
  font-size: 14px;
  font-weight: 900;
}
.car-info-box.detail .japan .booking-option dd {
  margin: 10px 0;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}
.car-info-box.detail .japan .booking-option dd .use-img-area {
  width: 100%;
  min-height: 530px;
  background: #ddd;
}
.car-info-box.detail .japan .booking-option dd .input-box.agree-box2 {
  margin: 0;
}

.car-info-box.detail .japan .store-info-box {
  padding: 0;
}
.japan.list-country {
  margin-bottom: 70px;
}
.japan.list-country .tag-box {
  margin: 0 0 2px;
}
.japan.list-country > li {
  padding: 19px 19px;
}
.japan.list-country li > dl dl {
  width: 100%;
}
.japan.list-country .img-box {
  width: 46%;
}
.japan.list-country .list-option li:nth-child(1),
.japan.list-country .list-option li:nth-child(2) {
  padding: 0px 19.8px;
}
.japan.list-country .list-option li:nth-child(4) {
  padding: 0px 15.6px;
}
.japan.list-country .list-option li:nth-child(5) {
  padding: 0px 19.6px;
}
.japan-rate {
  font-size: 12px;
  font-weight: 600;
}
.result-area .result-box .japan p {
  font-size: 13px;
  line-height: 18px;
  color: #4a4a4a;
  margin-top: 10px;
  font-weight: 700;
}
.car-detail .japan .store-info-box {
  padding-left: 0;
  padding-right: 0;
}

.car-detail .japan .tag-area {
  margin-bottom: 4px;
}
.car-info-box.japan .title-box {
  min-height: 80px;
  padding-right: 140px;
}
.car-info-box.japan .title-box .name {
  margin-top: 6px;
}
.car-info-box.japan .title-box .img-box {
  width: 140px;
  text-align: right;
}
.car-info-box.japan .store-info-box .store-info .img-box .icon i {
  right: 10px;
  bottom: 2px;
  position: relative;
}
.car-info-box.japan .store-info-box .map-box {
  margin-top: 13px;
  clear: both;
}
.car-info-box.japan .store-info-box .map-box .select-type2.v3 select {
  border: 1px solid #cecece;
  color: #1f2833;
}
.car-info-box.japan .store-info-box .map-box .select-type2.v3 {
  width: 78%;
  float: left;
}
.car-info-box.japan .store-info-box .map-box .btn-box {
  width: 20%;
  float: right;
  margin-top: 0;
  margin-bottom: 13px;
}
.car-info-box.japan .store-info-box .map-box-v2 dt {
  color: #0a0a0a;
  margin-bottom: 13px;
}
.car-info-box.japan .info-box2 {
  text-align: justify;
}
.car-info-box.japan .info-box2 .t13 {
  margin-top: 13px;
}
.car-info-box.japan .store-info-box .map-box .btn-box .btn-type2-brd {
  height: 42px;
  line-height: 42px;
  border-radius: 12px;
  padding: 0 10px;
  font-weight: 500;
}
.car-info-box.japan .store-info-box .other-options {
  width: 100%;
  margin-top: 13px;
}
.car-info-box.japan .store-info-box .other-options > p {
  margin-top: 5px;
  font-size: 12px;
  line-height: 17px;
  color: #4a4a4a;
}
.car-info-box.japan .store-info-box .desc {
  margin-top: 5px;
  padding: 10px;
  background: #eee;
  color: #4a4a4a;
}

.car-info-box.japan .input-box.agree-box2 {
  margin: 0;
}
.japan .GMap__Wrapper,
.japan .store-info-box .map-box .map-area {
  height: 162px;
}

.japan .GMap__Wrapper {
  height: 100%;
}
.japan .map-box .map-area {
  margin-top: 0;
  margin-bottom: 0;
}
.flight {
  margin-top: 40px;
}

.flight-arrow-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.endAir {
  position: absolute;
  left: 70%;
}
.horizontal-dd {
  position: relative;
  top: -15px;
  float: right;
}
.air-info {
  margin-top: 15px;
  margin-bottom: 15px;
}
.japan.list-country > li {
  padding: 19px 19px;
}
.japan.list-country li > dl dl {
  width: 100%;
}
.japan.list-country .img-box {
  width: 46%;
}
.japan.list-country .list-option li:nth-child(1),
.japan.list-country .list-option li:nth-child(2) {
  padding: 0px 19.5px;
}
.japan.list-country .list-option li:nth-child(4) {
  padding: 0px 15.6px;
}
.japan.list-country .list-option li:nth-child(5) {
  padding: 0px 19.6px;
}
.japan-rate {
  font-size: 12px;
  font-weight: 600;
}
.result-area .result-box .japan p {
  font-size: 13px;
  line-height: 18px;
  color: #4a4a4a;
  margin-top: 10px;
  font-weight: 700;
}
.car-detail .japan .store-info-box {
  padding-left: 0;
  padding-right: 0;
}

.car-detail .japan .tag-area {
  margin-bottom: 4px;
}
.car-info-box.japan .title-box {
  min-height: 80px;
  padding-right: 140px;
}
.car-info-box.japan .title-box .name {
  margin-top: 6px;
}
.car-info-box.japan .title-box .img-box {
  width: 140px;
  text-align: right;
}
.car-info-box.japan .store-info-box .store-info .img-box .icon i {
  right: 10px;
  bottom: 2px;
  position: relative;
}
.car-info-box.japan .store-info-box .map-box {
  margin-top: 13px;
  clear: both;
}
.car-info-box.japan .store-info-box .map-box .select-type2.v3 select {
  border: 1px solid #cecece;
  color: #1f2833;
}
.car-info-box.japan .store-info-box .map-box .select-type2.v3 {
  width: 78%;
  float: left;
}
.car-info-box.japan .store-info-box .map-box .btn-box {
  width: 20%;
  float: right;
  margin-top: 0;
  margin-bottom: 13px;
}
.car-info-box.japan .store-info-box .map-box-v2 dt {
  color: #0a0a0a;
  margin-bottom: 13px;
}
.car-info-box.japan .info-box2 {
  text-align: justify;
}
.car-info-box.japan .info-box2 .t13 {
  margin-top: 13px;
}
.car-info-box.japan .store-info-box .map-box .btn-box .btn-type2-brd {
  height: 42px;
  line-height: 42px;
  border-radius: 12px;
  padding: 0 10px;
  font-weight: 500;
}
.car-info-box.japan .store-info-box .other-options {
  width: 100%;
  margin-top: 13px;
}
.car-info-box.japan .store-info-box .other-options > p {
  margin-top: 5px;
  font-size: 12px;
  line-height: 17px;
  color: #4a4a4a;
}
.car-info-box.japan .store-info-box .desc {
  margin-top: 5px;
  padding: 10px;
  background: #eee;
  color: #4a4a4a;
}

.car-info-box.japan .input-box.agree-box2 {
  margin: 0;
}
.japan .GMap__Wrapper,
.japan .store-info-box .map-box .map-area {
  height: 162px;
}

.japan .GMap__Wrapper {
  height: 100%;
}
.japan .map-box .map-area {
  margin-top: 0;
  margin-bottom: 0;
}
.flight {
  margin-top: 40px;
}

.flight-arrow-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.endAir {
  position: absolute;
  left: 70%;
}
.horizontal-dd {
  position: relative;
  top: -15px;
  float: right;
}
.air-info {
  margin-top: 15px;
  margin-bottom: 15px;
}
.direct .service-area {
  background: 0;
  padding: 0 0 50px;
}
.direct .top-select,
.direct .contents-wrap {
  margin-left: 20px;
  margin-right: 20px;
}
.direct .list-service {
  border-radius: 10px;
  background: #fff;
  box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, 0.09);
  padding: 21px 0;
  color: #4a4a4a;
  margin-left: 20px;
  margin-right: 20px;
}
.direct .list-service .service-box {
  text-align: center;
}
.direct .list-service .service-box h3.title {
  font-size: 22px;
  font-weight: bold;
  color: #0a0a0a;
  margin: 20px 0;
}

.direct .list-service .service-box p {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}
.direct .list-service .service-box p a {
  color: #4a4a4a;
}
.direct .list-service .service-box dt {
  font-size: 17px;
  margin-bottom: 4px;
}
.direct .list-service .service-box dd {
  font-size: 20px;
}
.direct .list-service .service-box .img-box {
  margin: 40px 0 30px;
}
.direct .list-service .btn-box {
  margin: 15px 19px 0;
}
#CsSelect option {
  color: #333;
}
.top-select select {
  color: #0a0a0a;
}

.direct .GMap__Wrapper {
  height: 173px !important;
}
.direct .direct-map .img-box {
  border-radius: 10px;
  overflow: hidden;
  margin: 2px;
}
.direct .list-service.map {
  padding: 0;
}
.direct .useinfo-address {
  text-align: center;
  color: #1f2833;
  margin: 16px 0 0;
  border-bottom: 1px solid #e0e0e1;
  padding-bottom: 25px;
  font-size: 14px;
  font-family: 'Spoqa Han Sans', sans-serif;
}

.direct .date-box dl:nth-child(n + 2):before {
  content: '\f061';
  position: absolute;
  top: 42px;
  left: -15px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #0a0a0a;
  border-radius: 100%;
  font-size: 11px;
  color: #fff;
  font-family: 'Font Awesome 5 Free', sans-serif;
}
.direct .arrow-data-box li:nth-child(n):before {
  content: '\f063';
  position: absolute;
  top: -31px;
  width: 22px;
  height: 22px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 22px;
  background: #0a0a0a;
  border-radius: 100%;
  font-size: 11px;
  color: #fff;
  font-family: 'Font Awesome 5 Free', sans-serif;
}
.direct .arrow-data-box li:first-child:before {
  all: unset;
}
.direct-toggle dd {
  display: none;
}
.direct-toggle.active dd {
  display: block;
}
.direct-toggle.active .js_btn_toggle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: transparent #0a0a0a #0a0a0a transparent !important;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform-origin: 50% 50% !important;
  -ms-transform-origin: 50% 50% !important;
  transform-origin: 50% 50% !important;
  -webkit-transform: rotate(-135deg) !important;
  -ms-transform: rotate(-135deg) !important;
  transform: rotate(-135deg) !important;
  position: absolute;
  top: 23px !important;
  right: 20px !important;
  font-size: 0;
  transition: 0.5s;
}
.direct-toggle.active a {
  color: #0a0a0a !important;
}
.fa .fas {
  vertical-align: middle;
}
.pay-req-btn {
  margin: 30px 0 140px 0;
  display: flex;
  width: 100%;
  height: 55px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  border-radius: 10px;
  background: var(--primary-normal, #0048ff);
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 375px) {
  .map-search-wrap .item {
    font-size: 14px;
  }
  .map-search-wrap .item > span {
    font-size: 14px;
  }
}
