@charset "UTF-8";
.catalogBox .Img img, .mapArea .mapBox .mapBlock, .tagBox .clearBox .clear, .contentBox, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.outerWrap {
  background: #f5efe7;
}

.titleBox {
  margin: 0;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #C1936C;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .popWin .close:hover {
    background-color: #C1936C;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.wrap {
  max-width: 100%;
  padding: 0;
}

.contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contentBox.ajaxDisabled {
  pointer-events: none;
}

.leftBox {
  position: relative;
}

.rightBox {
  padding: 122px 20px 125px 30px;
  max-width: 875px;
  min-height: 100vh;
  width: 100%;
}
@media (max-width: 1440px) {
  .rightBox {
    padding: 50px 20px;
  }
}
@media (max-width: 1180px) {
  .rightBox {
    max-width: 100%;
    padding-top: 120px;
  }
}

.tagTaiwanBox {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*標籤*/
.tagBox {
  padding: 50px;
  padding-top: 100px;
  width: 314px;
  background: #fbf8f2;
}
@media (max-width: 1440px) {
  .tagBox {
    width: 280px;
    padding: 30px;
    padding-top: 50px;
  }
}
@media (max-width: 1180px) {
  .tagBox {
    display: none;
    padding: 30px;
    width: 100%;
  }
}
.tagBox .titleBox {
  padding-bottom: 50.5px;
}
.tagBox .tagList {
  margin: 0 -5px;
  margin-right: -20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 397px);
  overflow-y: auto;
}
.tagBox .tagList::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.tagBox .tagList::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.tagBox .tagList::-webkit-scrollbar-thumb {
  background: #C1936C;
}
@media (max-width: 1440px) {
  .tagBox .tagList {
    max-height: calc(100vh - 300px);
  }
}
@media (max-width: 1180px) {
  .tagBox .tagList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: unset;
  }
}
.tagBox .tagItem {
  padding: 5.5px 0;
}
@media (max-width: 1180px) {
  .tagBox .tagItem {
    margin: 0;
    padding: 5.5px;
  }
}
.tagBox .tagItem a {
  position: relative;
  padding: 13px 10px;
  padding-left: 25px;
  display: block;
  background: #fff;
  border-radius: 5px;
  font-size: 15px;
  color: #C1936C;
}
@media (max-width: 1180px) {
  .tagBox .tagItem a {
    padding: 13px 10px;
  }
}
.tagBox .tagItem a.half {
  background-color: rgba(193, 147, 108, 0.5);
  color: #fff;
}
.tagBox .tagItem a.current {
  background-color: #C1936C;
  color: #fff;
}
@media (min-width: 1201px) {
  .tagBox .tagItem a:hover {
    background-color: #C1936C;
    color: #fff;
  }
}
.tagBox .tagItem h3 {
  font-weight: 400;
}
.tagBox .clearBox {
  margin: 0 -5px;
  padding-top: 45px;
}
@media (max-width: 1180px) {
  .tagBox .clearBox {
    margin: 0;
    padding-top: 30px;
  }
}
.tagBox .clearBox .clear {
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #333;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #FDFBFA;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .tagBox .clearBox .clear:hover {
    background: #666;
  }
}
.tagBox .clearBox i {
  font-size: 18px;
  padding-right: 10px;
}

/*資料標籤*/
.tagBoxIns .tagList {
  margin: -5px -4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tagBoxIns .tagItem {
  margin: 5px 4px;
  padding: 4px 10px;
  border-radius: 50px;
  background: rgba(193, 162, 147, 0.2);
  color: #C1936C;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.28px;
}

.mapArea {
  padding-top: 100px;
  padding-left: 35px;
  width: 555px;
  height: 100vh;
}
.mapArea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.mapArea::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.mapArea::-webkit-scrollbar-thumb {
  background: #C1936C;
}
@media (max-width: 1470px) {
  .mapArea {
    padding-top: 3%;
  }
}
@media (max-width: 1440px) {
  .mapArea {
    width: 500px;
    padding-top: 30px;
    padding-left: 35px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1280px) {
  .mapArea {
    width: 450px;
  }
}
@media (max-width: 1180px) {
  .mapArea {
    display: none;
    padding: 0;
    padding: 30px 20px;
    width: 100%;
    height: auto;
    overflow: initial;
  }
}
.mapArea .local {
  margin-left: -5px;
  color: #666;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
}
.mapArea .local i {
  font-size: 20px;
  padding-right: 10px;
}
.mapArea .mapBox {
  margin-top: 30px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
@media (max-width: 1440px) {
  .mapArea .mapBox {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@media (max-width: 1280px) {
  .mapArea .mapBox {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@media (max-width: 1180px) {
  .mapArea .mapBox {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.mapArea .mapBox .mapBlockBg {
  width: 371px;
  height: 716px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .mapArea .mapBox .mapBlockBg {
    position: static;
    width: 100%;
    height: auto;
    pointer-events: all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mapArea .mapBox .mapBlock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
@media (max-width: 1180px) {
  .mapArea .mapBox .mapBlock {
    position: static;
    opacity: 1;
    padding: 10px;
    margin: 5px;
    background: #fff;
    border-radius: 10px;
    pointer-events: none;
    display: none;
    cursor: pointer;
  }
}
@media (max-width: 480px) {
  .mapArea .mapBox .mapBlock {
    padding: 10px 5px;
  }
}
.mapArea .mapBox .mapBlock.half {
  opacity: 0.5;
}
@media (min-width: 1181px) {
  .mapArea .mapBox .mapBlock.half .TitleMap {
    pointer-events: all;
    cursor: pointer;
  }
  .mapArea .mapBox .mapBlock.half .text {
    pointer-events: all;
    cursor: pointer;
  }
}
@media (max-width: 1180px) {
  .mapArea .mapBox .mapBlock.half {
    color: #fff;
    background: #C1936C;
    pointer-events: fill;
    display: block;
  }
  .mapArea .mapBox .mapBlock.half .TitleMap {
    color: #fff;
  }
}
.mapArea .mapBox .mapBlock.current, .mapArea .mapBox .mapBlock.hover {
  opacity: 1;
}
@media (min-width: 1181px) {
  .mapArea .mapBox .mapBlock.current .TitleMap, .mapArea .mapBox .mapBlock.hover .TitleMap {
    pointer-events: all;
    cursor: pointer;
  }
  .mapArea .mapBox .mapBlock.current .text, .mapArea .mapBox .mapBlock.hover .text {
    pointer-events: all;
    cursor: pointer;
  }
}
@media (max-width: 1180px) {
  .mapArea .mapBox .mapBlock.current, .mapArea .mapBox .mapBlock.hover {
    color: #fff;
    background: #C1936C;
    pointer-events: fill;
    display: block;
  }
  .mapArea .mapBox .mapBlock.current .TitleMap, .mapArea .mapBox .mapBlock.hover .TitleMap {
    color: #fff;
  }
}
.mapArea .mapBox .Img {
  width: 371px;
  height: 716px;
}
.mapArea .mapBox .Img img {
  width: 100%;
  display: block;
}
.mapArea .mapBox .Txt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 10px;
  z-index: 2;
}
@media (max-width: 1180px) {
  .mapArea .mapBox .Txt {
    position: static;
    opacity: 1;
    padding: 0;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
.mapArea .mapBox .Txt::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 25px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #8d8d8d;
}
@media (max-width: 1180px) {
  .mapArea .mapBox .Txt::after {
    display: none;
  }
}
.mapArea .mapBox .Txt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #8d8d8d;
  bottom: 0;
  left: 25px;
}
@media (max-width: 1180px) {
  .mapArea .mapBox .Txt::before {
    display: none;
  }
}
.mapArea .mapBox .TitleMap {
  color: #181818;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}
.mapArea .mapBox .text {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #C1936C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1px;
  margin: 0 10px;
}
@media (max-width: 1180px) {
  .mapArea .mapBox .text {
    background: #e7a268;
    margin: 0 5px;
  }
}
.mapArea .mapBox .mapKeelungBox {
  right: -20%;
}
.mapArea .mapBox .mapKeelungBox .Txt {
  top: -0.3%;
  right: 0%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mapArea .mapBox .mapKeelungBox .Txt::after {
  left: unset;
  right: 15%;
}
.mapArea .mapBox .mapKeelungBox .Txt::before {
  width: 14%;
  left: unset;
  right: 15%;
}
.mapArea .mapBox .mapTaipeiBox .Txt {
  top: -2%;
  left: 46%;
}
.mapArea .mapBox .mapTaipeiBox .Txt::before {
  width: 26%;
}
.mapArea .mapBox .mapNewTaipeiBox .Txt {
  top: 2%;
  left: 20%;
}
.mapArea .mapBox .mapNewTaipeiBox .Txt::before {
  width: 45%;
}
.mapArea .mapBox .mapTaoyuanBox {
  right: -26%;
}
.mapArea .mapBox .mapTaoyuanBox .Txt {
  top: 9%;
  right: 2%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mapArea .mapBox .mapTaoyuanBox .Txt::after {
  left: unset;
  right: 15%;
}
.mapArea .mapBox .mapTaoyuanBox .Txt::before {
  width: 30%;
  left: unset;
  right: 15%;
}
.mapArea .mapBox .mapYilanBox {
  right: -25%;
}
.mapArea .mapBox .mapYilanBox .Txt {
  top: 17%;
  right: 0%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mapArea .mapBox .mapYilanBox .Txt::after {
  left: unset;
  right: 15%;
}
.mapArea .mapBox .mapYilanBox .Txt::before {
  width: 25%;
  left: unset;
  right: 15%;
}
.mapArea .mapBox .mapHsinchuCityBox .Txt {
  top: 9%;
  left: 20%;
}
.mapArea .mapBox .mapHsinchuCityBox .Txt::before {
  width: 20%;
}
.mapArea .mapBox .mapHsinchuBox .Txt {
  top: 12%;
  left: -9%;
}
.mapArea .mapBox .mapHsinchuBox .Txt::before {
  width: 65%;
}
.mapArea .mapBox .mapMiaoliBox .Txt {
  top: 19%;
  left: 5%;
}
.mapArea .mapBox .mapMiaoliBox .Txt::before {
  width: 35%;
}
.mapArea .mapBox .mapTaichungBox .Txt {
  top: 26%;
  left: -3%;
}
.mapArea .mapBox .mapTaichungBox .Txt::before {
  width: 50%;
}
.mapArea .mapBox .mapChanghuaBox .Txt {
  top: 34%;
  left: -11%;
}
.mapArea .mapBox .mapChanghuaBox .Txt::before {
  width: 30%;
}
.mapArea .mapBox .mapNantouBox {
  right: -24%;
}
.mapArea .mapBox .mapNantouBox .Txt {
  top: 30%;
  right: 0%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mapArea .mapBox .mapNantouBox .Txt::after {
  left: unset;
  right: 15%;
}
.mapArea .mapBox .mapNantouBox .Txt::before {
  width: 43%;
  left: unset;
  right: 15%;
}
.mapArea .mapBox .mapChiayiCityBox .Txt {
  top: 48%;
  left: -25%;
}
.mapArea .mapBox .mapChiayiCityBox .Txt::before {
  width: 40%;
}
.mapArea .mapBox .mapChiayiBox .Txt {
  top: 55%;
  left: -30%;
}
.mapArea .mapBox .mapChiayiBox .Txt::before {
  width: 53%;
}
.mapArea .mapBox .mapYunlinBox .Txt {
  top: 41%;
  left: -18%;
}
.mapArea .mapBox .mapYunlinBox .Txt::before {
  width: 40%;
}
.mapArea .mapBox .mapTainanBox .Txt {
  top: 61.5%;
  left: -30%;
}
.mapArea .mapBox .mapTainanBox .Txt::before {
  width: 40%;
}
.mapArea .mapBox .mapKaohsiungBox .Txt {
  top: 68%;
  left: -22%;
}
.mapArea .mapBox .mapKaohsiungBox .Txt::before {
  width: 34%;
}
.mapArea .mapBox .mapPingtungBox .Txt {
  top: 79%;
  left: -15%;
}
.mapArea .mapBox .mapPingtungBox .Txt::before {
  width: 40%;
}
.mapArea .mapBox .mapTaitungBox {
  right: -20%;
}
.mapArea .mapBox .mapTaitungBox .Txt {
  top: 70%;
  right: 0%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mapArea .mapBox .mapTaitungBox .Txt::after {
  left: unset;
  right: 15%;
}
.mapArea .mapBox .mapTaitungBox .Txt::before {
  width: 43%;
  left: unset;
  right: 15%;
}
.mapArea .mapBox .mapHualienBox {
  right: -23%;
}
.mapArea .mapBox .mapHualienBox .Txt {
  top: 45%;
  right: 0%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mapArea .mapBox .mapHualienBox .Txt::after {
  left: unset;
  right: 15%;
}
.mapArea .mapBox .mapHualienBox .Txt::before {
  width: 30%;
  left: unset;
  right: 15%;
}

.catalogBox {
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.catalogBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.catalogBox .noData {
  padding-top: 150px;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  color: #2f2f2f;
}
@media (max-width: 1440px) {
  .catalogBox .noData {
    padding-top: 50px;
  }
}
@media (max-width: 1180px) {
  .catalogBox .noData {
    padding-top: 120px;
  }
}
.catalogBox .catalogItem {
  padding: 6.5px 0;
}
.catalogBox .item {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 10px;
}
@media (min-width: 1181px) and (max-width: 1536px) {
  .catalogBox .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 640px) {
  .catalogBox .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.catalogBox .ImgBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.catalogBox .Img {
  width: 285px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .catalogBox .Img {
    width: 250px;
  }
}
@media (min-width: 1181px) and (max-width: 1536px) {
  .catalogBox .Img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .catalogBox .Img {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .catalogBox .Img {
    width: 250px;
  }
}
@media (max-width: 640px) {
  .catalogBox .Img {
    margin: 0 auto;
    max-width: 380px;
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .catalogBox .Img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.catalogBox .Img img {
  display: block;
  width: 100%;
  height: auto;
}
.catalogBox .Txt {
  padding-left: 23px;
}
@media (min-width: 1181px) and (max-width: 1536px) {
  .catalogBox .Txt {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .catalogBox .Txt {
    padding: 0;
    padding-top: 30px;
  }
}
.catalogBox .Txt .title {
  padding-top: 10px;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.1px;
}
.catalogBox .Txt .title a {
  color: #333;
}
@media (min-width: 1201px) {
  .catalogBox .Txt .title a:hover {
    color: #C1936C;
  }
}
.catalogBox .Txt .titleBox {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalogBox .Txt .restaurant {
  padding-right: 20px;
  color: #222;
}
.catalogBox .Txt .location {
  padding-left: 4px;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.catalogBox .Txt .location::before {
  content: "";
  position: relative;
  margin-right: 7px;
  display: block;
  width: 13px;
  height: 17px;
  background-image: url("../images/location.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.catalogBox .Txt .text {
  padding-top: 23px;
  color: #656565;
  line-height: 1.8;
  letter-spacing: 0.8px;
}

.quickBox {
  position: fixed;
  bottom: 55px;
  left: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 55px;
  background: #C1936C;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .quickBox {
    display: none;
  }
}

@media (min-width: 1181px) {
  .moduleBox {
    display: none;
    pointer-events: none;
    opacity: 0;
  }
}
.moduleBox .moduleWrap {
  background: #fbf8f2;
}
.moduleBox .tagBox {
  display: block;
}
.moduleBox .mapArea {
  display: block;
}

@media (max-width: 1180px) {
  footer {
    padding-bottom: 75px;
  }
}