/* ----------------------------------------------------------------- box__map-detail
---------------------------------------------------------------------------------- */
.popup__map,
.popup__map-detail {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.popup__map .detail,
.popup__map-detail .detail {
  background: #f5f5f5;
  padding: 0;
  z-index: 10;
  width: 79.1666666667vw;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .popup__map .detail,
  .popup__map-detail .detail {
    width: 92.1875vw;
  }
}
.popup__map .detail .box__info,
.popup__map-detail .detail .box__info {
  background: #f5f5f5;
  padding: 2.6041666667vw 1.5625vw 0;
  z-index: 10;
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .popup__map .detail .box__info,
  .popup__map-detail .detail .box__info {
    padding: 3.90625vw;
    width: 100%;
    height: auto;
    position: relative;
  }
}
.popup__map .detail .box__overflow,
.popup__map-detail .detail .box__overflow {
  padding: 0 0.78125vw;
  height: calc(100% - 1.5625vw);
}
@media (max-width: 991px) {
  .popup__map .detail .box__overflow,
  .popup__map-detail .detail .box__overflow {
    overflow: visible;
    padding: 0;
    height: auto;
  }
}
.popup__map .detail .head__info,
.popup__map-detail .detail .head__info {
  color: var(--black);
  font-family: "DB Heavent", Helvetica, Arial, Verdana, Tahoma, sans-serif;
  font-size: var(--font-heavent-title);
  line-height: 1.1;
  padding-right: 5.7291666667vw;
}
@media (max-width: 991px) {
  .popup__map .detail .head__info,
  .popup__map-detail .detail .head__info {
    padding-right: 19.53125vw;
  }
}
.popup__map .detail .option,
.popup__map-detail .detail .option {
  padding: 0.5208333333vw 0 1.0416666667vw;
}
@media (max-width: 991px) {
  .popup__map .detail .option,
  .popup__map-detail .detail .option {
    padding: 1.3020833333vw 0 2.6041666667vw;
  }
}
.popup__map .detail .option .pic,
.popup__map-detail .detail .option .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0.5208333333vw;
}
@media (max-width: 991px) {
  .popup__map .detail .option .pic,
  .popup__map-detail .detail .option .pic {
    margin: 0 0 0.5208333333vw;
  }
}
.popup__map .detail .option .pic img,
.popup__map-detail .detail .option .pic img {
  width: auto;
  height: 2.5vw;
}
@media (max-width: 991px) {
  .popup__map .detail .option .pic img,
  .popup__map-detail .detail .option .pic img {
    height: 9.375vw;
  }
}
.popup__map .detail .option p,
.popup__map-detail .detail .option p {
  color: var(--grey-md);
  font-size: var(--font-sarabun-smaller);
  text-align: center;
}
.popup__map .detail .box,
.popup__map-detail .detail .box {
  border-bottom: #ccc 1px solid;
  margin: 0 0 0.78125vw;
  padding: 0 0 0.5208333333vw;
}
@media (max-width: 991px) {
  .popup__map .detail .box,
  .popup__map-detail .detail .box {
    margin: 0 0 3.2552083333vw;
    overflow: hidden;
    padding: 0 0 2.6041666667vw;
  }
}
.popup__map .detail .box p,
.popup__map-detail .detail .box p {
  font-size: var(--font-sarabun-small);
  margin: 0 0 0.2604166667vw;
}
@media (max-width: 991px) {
  .popup__map .detail .box p,
  .popup__map-detail .detail .box p {
    margin: 0 0 0.6510416667vw;
  }
}
.popup__map .detail .box a,
.popup__map-detail .detail .box a {
  color: var(--red);
  text-decoration: underline;
}
.popup__map .detail .box .head,
.popup__map-detail .detail .box .head {
  color: var(--black);
  font-family: var(--sarabun-md);
  font-size: var(--font-sarabun-general);
}
.popup__map .detail .box .subhead,
.popup__map-detail .detail .box .subhead {
  color: var(--grey-md);
}
.popup__map .detail .box:last-of-type,
.popup__map-detail .detail .box:last-of-type {
  border: 0;
  margin: 0;
  padding: 0;
}
.popup__map .detail .box__btn,
.popup__map-detail .detail .box__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  position: absolute;
  top: 0.2604166667vw;
  right: 0.78125vw;
}
@media (max-width: 991px) {
  .popup__map .detail .box__btn,
  .popup__map-detail .detail .box__btn {
    top: 3.2552083333vw;
    right: 1.3020833333vw;
  }
}
.popup__map .detail .box__close,
.popup__map-detail .detail .box__close {
  background: #f5f5f5;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .popup__map .detail .box__close,
  .popup__map-detail .detail .box__close {
    display: none;
  }
}
@media (max-width: 991px) {
  .popup__map .detail .map iframe,
  .popup__map-detail .detail .map iframe {
    float: none !important;
    width: 100% !important;
  }
}

.popup__map {
  z-index: 200;
  position: fixed;
}
@media (max-width: 991px) {
  .popup__map .detail {
    overflow: auto;
    max-height: 80vh;
  }
}
@media (min-width: 992px) {
  .popup__map .detail .box__btn {
    top: 0.78125vw;
    right: 1.3020833333vw;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .popup__map .detail .box__btn .btn-print {
    margin: 0 2.6041666667vw 0 0;
  }
  .popup__map .detail .box__btn .btn-print:after {
    background: #ccc;
    content: "";
    margin: -2.0833333333vw 0 0;
    z-index: 10;
    width: 1px;
    height: 4.1666666667vw;
    position: absolute;
    top: 50%;
    right: -2.6041666667vw;
  }
}
@media (min-width: 992px) {
  .popup__map .detail .box__close {
    top: 0;
    right: 0;
  }
}

.box__map-detail {
  overflow: hidden;
}
.box__map-detail .popup__map-detail {
  width: 45%;
  left: -100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 991px) {
  .box__map-detail .popup__map-detail {
    display: none;
    margin: 0 0 3.90625vw;
    position: relative;
    width: 100%;
  }
}
.box__map-detail .popup__map-detail .detail {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}
@media (max-width: 991px) {
  .box__map-detail .popup__map-detail .detail {
    position: relative;
    height: auto;
  }
}
.box__map-detail .popup__map-detail .detail .box__info {
  width: 100%;
}
.box__map-detail .popup__map-detail .detail .box__btn .btn-print {
  margin: 0 1.0416666667vw 0 0;
}
@media (max-width: 991px) {
  .box__map-detail .popup__map-detail .detail .box__btn .btn-print {
    margin: 0 2.6041666667vw 0 0;
  }
}
.box__map-detail .popup__map-detail .detail .box__btn .btn-print:after {
  background: #ccc;
  content: "";
  margin: -0.5208333333vw 0 0;
  z-index: 10;
  width: 1px;
  height: 1.0416666667vw;
  position: absolute;
  top: 50%;
  right: -1.0416666667vw;
}
@media (max-width: 991px) {
  .box__map-detail .popup__map-detail .detail .box__btn .btn-print:after {
    margin: -2.0833333333vw 0 0;
    height: 4.1666666667vw;
    right: -2.6041666667vw;
  }
}
.box__map-detail .popup__map-detail .detail .map iframe {
  width: 100% !important;
  float: none !important;
}
.box__map-detail .popup__map-detail.active {
  left: 0;
}

/* --------------------------------------------------------------------- box__dealer
---------------------------------------------------------------------------------- */
#box__dealer {
  padding: 5.2083333333vw 0 3.125vw;
}
@media (max-width: 991px) {
  #box__dealer {
    padding: 15.625vw 0 7.8125vw;
  }
}
#box__dealer .box__nav .box__sub {
  top: 2.8125vw;
}
@media (max-width: 991px) {
  #box__dealer .box__nav .box__sub {
    top: 9.1145833333vw;
  }
}
#box__dealer .head__section {
  margin: 0 0 2.6041666667vw;
  padding-top: 3.125vw;
  text-align: center;
}
@media (max-width: 991px) {
  #box__dealer .head__section {
    margin: 0 0 3.90625vw;
    padding: 0 3.90625vw;
  }
}
#box__dealer .box__find-dealer {
  padding: 0 0 1.5625vw;
  z-index: 1;
}
@media (max-width: 991px) {
  #box__dealer .box__find-dealer {
    padding: 7.8125vw 3.90625vw 3.90625vw;
  }
}
#box__dealer .box__find-dealer .box__filter-content {
  background: url(../img/color/color__grey-cccccc.png) no-repeat center 0;
  background-size: 1px 100%;
  margin: 0 0 3.125vw;
  padding: 0.78125vw 0;
  width: 100%;
}
@media (max-width: 991px) {
  #box__dealer .box__find-dealer .box__filter-content {
    background: none;
    margin: 0;
    padding: 1.953125vw 0;
  }
}
#box__dealer .box__find-dealer .box__filter-content .form-group {
  padding: 0;
}
@media (max-width: 991px) {
  #box__dealer .box__find-dealer .box__filter-content .form-group {
    padding: 0 0 3.90625vw;
  }
}
#box__dealer .box__find-dealer .box__filter-content .form-group .text-label {
  margin: 0 0 0.2604166667vw;
}
@media (max-width: 991px) {
  #box__dealer .box__find-dealer .box__filter-content .form-group .text-label {
    margin: 0 0 0.6510416667vw;
  }
}
#box__dealer .box__find-dealer .box__filter-content .form-group .text-or {
  padding-top: 1.3541666667vw;
}
@media (max-width: 991px) {
  #box__dealer .box__find-dealer .box__filter-content .form-group .text-or {
    padding: 0;
  }
}
#box__dealer .box__find-dealer .box__filter-content .box__btn {
  padding-top: 0;
}
#box__dealer .box__find-dealer .box__filter-content .btn-submit {
  padding: 0 1.5625vw;
}
@media (max-width: 991px) {
  #box__dealer .box__find-dealer .box__filter-content .btn-submit {
    padding: 0 3.90625vw;
  }
}
#box__dealer .box__find-dealer .box__filter {
  z-index: 10;
  position: absolute;
  top: 0.1041666667vw;
  left: 12.5vw;
}
@media (max-width: 991px) {
  #box__dealer .box__find-dealer .box__filter {
    margin: 0 0 3.90625vw;
    position: relative;
    top: 0;
    left: 0;
  }
  #box__dealer .box__find-dealer .box__filter .form-check {
    padding-bottom: 2.6041666667vw;
  }
}
#box__dealer .box__find-dealer .tab__info {
  overflow: visible;
}
#box__dealer .box__find-dealer .tab__info > .box__btn {
  z-index: 10;
  position: absolute;
  top: -0.5208333333vw;
  right: 0;
}
@media (max-width: 991px) {
  #box__dealer .box__find-dealer .tab__info > .box__btn {
    margin: 0 0 11.71875vw;
    position: relative;
    top: 0;
  }
}
@media (max-width: 991px) {
  #box__dealer .box__find-dealer .list__tab {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 5.859375vw;
  }
}
#box__dealer .box__find-dealer .list__content {
  margin: 0 -0.78125vw;
  width: 100%;
}
@media (max-width: 991px) {
  #box__dealer .box__find-dealer .list__content {
    margin: 0;
  }
  #box__dealer .box__find-dealer .list__content .item {
    padding: 0;
  }
}
#box__dealer .box__find-dealer .list__content .box__description {
  padding: 1.5625vw;
}
@media (max-width: 991px) {
  #box__dealer .box__find-dealer .list__content .box__description {
    padding: 3.90625vw;
  }
}
#box__dealer .box__find-dealer .list__content .box__description .name {
  color: var(--black);
  font-family: "DB Heavent", Helvetica, Arial, Verdana, Tahoma, sans-serif;
  font-size: var(--font-heavent-title);
  line-height: 1.1;
}
#box__dealer .box__find-dealer .list__content .box__description .list p {
  font-size: var(--font-sarabun-small);
  margin: 0 0 0.2604166667vw;
}
@media (max-width: 991px) {
  #box__dealer .box__find-dealer .list__content .box__description .list p {
    margin: 0 0 1.3020833333vw;
  }
}
#box__dealer .box__find-dealer .list__content .box__description .list a {
  color: var(--red);
  text-decoration: underline;
}