@charset "UTF-8";
.compareBox .compareDataBox .compareDataList .deleteBtn, .catalogList .goBtn span, .rangeBox, .moduleBoxFilter .filterBox .filterList .filterItem a::before, .moduleBoxFilter .filterBox .filterList .filterItem a::after, .contentBox .rightBox {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.mainArea {
  padding-top: 0;
  padding-bottom: 90px;
}
@media (max-width: 1023px) {
  .mainArea {
    padding-bottom: 30px;
  }
}

.infoText {
  padding-top: 20px;
  letter-spacing: 1.2px;
}

.contentBox {
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .contentBox {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contentBox .leftBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contentBox .rightBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -25px;
  padding-left: 60px;
}
@media (max-width: 1023px) {
  .contentBox .rightBox {
    margin: 0;
    padding: 0;
  }
}
.contentBox .rightBox.ajaxDisabled {
  opacity: 0.15;
  pointer-events: none;
}

.filterFuncList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .filterFuncList:not(.pop) {
    display: none;
  }
}

.moduleBoxFilter .moduleTitle {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
}
.moduleBoxFilter .filterBox {
  margin: 30px 0 40px;
  position: relative;
}
@media (max-width: 640px) {
  .moduleBoxFilter .filterBox {
    margin: 15px 0 20px;
  }
}
.moduleBoxFilter .filterBox .filterTitle {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin: 15px 0;
  padding-bottom: 15px;
}
@media (max-width: 640px) {
  .moduleBoxFilter .filterBox .filterTitle {
    margin: 10px 0;
    padding-bottom: 10px;
  }
}
.moduleBoxFilter .filterBox .filterList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 640px) {
  .moduleBoxFilter .filterBox .filterList {
    padding: 0;
  }
}
.moduleBoxFilter .filterBox .filterList .filterItem {
  width: 25%;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
@media (max-width: 1024px) {
  .moduleBoxFilter .filterBox .filterList .filterItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .moduleBoxFilter .filterBox .filterList .filterItem {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .moduleBoxFilter .filterBox .filterList .filterItem {
    width: 100%;
  }
}
.moduleBoxFilter .filterBox .filterList .filterItem a {
  display: block;
  position: relative;
  padding: 10px 10px 10px 35px;
}
.moduleBoxFilter .filterBox .filterList .filterItem a::before, .moduleBoxFilter .filterBox .filterList .filterItem a::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #626262;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 1;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected {
  color: #f19b38;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected::before {
  border-color: #f19b38;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected::after {
  background-color: #f19b38;
  border-color: #f19b38;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.forbidden {
  background-color: rgba(248, 248, 248, 0.5);
  color: rgba(47, 47, 47, 0.3);
  pointer-events: none;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.forbidden::before, .moduleBoxFilter .filterBox .filterList .filterItem a.forbidden::after {
  border-color: rgba(98, 98, 98, 0.1);
}
@media (max-width: 480px) {
  .moduleBoxFilter .filterBox .filterList .filterItem a {
    padding-left: 30px;
  }
  .moduleBoxFilter .filterBox .filterList .filterItem a::before, .moduleBoxFilter .filterBox .filterList .filterItem a::after {
    left: 5px;
  }
}
.moduleBoxFilter .filterFuncList {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.sideClassList {
  width: 100%;
}
.sideClassList .rangeBox {
  background-color: #fff;
}
.sideClassList .rangeBox:hover {
  background-color: #fff;
}

.rangeBox {
  background-color: #f1f1f1;
  -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
          animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.rangeBox:hover {
  background-color: #e8e8e8;
}
.rangeBox label {
  cursor: pointer;
  position: relative;
  padding: 15px 15px 15px;
  padding-left: 45px;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.rangeBox label input {
  display: none;
}
.rangeBox label.selected {
  color: #f19b38;
}
.rangeBox label.selected::before {
  background-color: #f19b38;
}
.rangeBox label.selected::after {
  background-color: #f19b38;
  border-color: #f19b38;
}
.rangeBox label::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #626262;
  background-color: #fff;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rangeBox label::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #626262;
  background-color: #fff;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rangeBox .rangeBar {
  padding: 10px 22px;
  height: 100%;
}
.rangeBox .rangeBar.selected .noUi-connects {
  background-color: #f19b38;
}
.rangeBox .rangeBar.selected .noUi-connect {
  cursor: pointer;
  background-color: #fff;
}
.rangeBox .noUi-vertical {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4px;
}
.rangeBox .noUi-vertical .noUi-handle {
  cursor: pointer;
  width: 12px;
  height: 12px;
  top: -6px;
  right: -4px;
  background-color: #f19b38;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  border: 1px solid #fff;
}
.rangeBox .noUi-vertical .noUi-handle::before, .rangeBox .noUi-vertical .noUi-handle::after {
  display: none;
}
.rangeBox .noUi-horizontal {
  height: 4px;
}
.rangeBox .noUi-horizontal .noUi-handle {
  cursor: pointer;
  width: 12px;
  height: 12px;
  top: -4px;
  right: -6px;
  background-color: #f19b38;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  border: 1px solid #fff;
}
.rangeBox .noUi-horizontal .noUi-handle::before, .rangeBox .noUi-horizontal .noUi-handle::after {
  display: none;
}
.rangeBox .noUi-target {
  border-radius: 0;
  border: none;
}
.rangeBox .noUi-tooltip {
  right: auto;
  left: 120%;
  font-size: 12px;
  padding: 2px 3px;
  border: none;
  display: none;
}
.rangeBox .noUi-active .noUi-tooltip {
  display: block;
}
.rangeBox.noUi-target {
  background-color: #d2d2d2;
  border: none;
}
.rangeBox .noUi-connects {
  cursor: pointer;
}
.rangeBox .noUi-connect {
  background-color: #f19b38;
}
.rangeBox .rangeInput {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rangeBox .rangeInput input {
  padding: 5px;
  width: calc(50% - 10px);
  border: 1px solid #bbb;
}

.tagArea {
  position: relative;
  padding: 70px 0 75px;
  background-image: url(../images/tag_box_bg.png);
}

.contentArea .wrap {
  max-width: 1825px;
}

@media (min-width: 1024px) {
  .classBox {
    display: none;
  }
}
.classBoxColumn.filter {
  z-index: 3;
}
@media (max-width: 1023px) {
  .classBoxColumn.filter {
    margin-bottom: 20px;
  }
  .classBoxColumn.filter:not(.pop) {
    display: none;
  }
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a {
  padding-left: 45px;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a::before, .classBoxColumn.filter .classLink .linkHasItems.open + ul > li a::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #626262;
  background-color: #fff;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected {
  color: #f19b38;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected::before {
  border-color: #f19b38;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected::after {
  background-color: #f19b38;
  border-color: #f19b38;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.forbidden {
  background-color: rgba(248, 248, 248, 0.5);
  color: rgba(47, 47, 47, 0.3);
  pointer-events: none;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.forbidden::before, .classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.forbidden::after {
  border-color: rgba(98, 98, 98, 0.1);
}

.classNote {
  padding-bottom: 10px;
  line-height: 1.8;
  font-size: 15px;
  color: #222;
  text-align: center;
}
.classNote img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.noData {
  color: #2f2f2f;
  font-size: 16px;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}

.catalogBox {
  max-width: 940px;
  max-height: 1180px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.catalogBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 50px;
}
.catalogBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50px;
}
.catalogBox::-webkit-scrollbar-thumb {
  background: #f19b38;
  border-radius: 50px;
}
@media (max-width: 1023px) {
  .catalogBox {
    max-height: unset;
  }
}

.catalogList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalogList .catalogItem {
  width: 100%;
}
.catalogList .catalogItem:not(:first-child) {
  border-top: 1px solid #e5e3e0;
}
.catalogList .item {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1400px) {
  .catalogList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .catalogList .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 767px) {
  .catalogList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.catalogList .Img {
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  max-width: 275px;
  width: 275px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 6/4;
}
@media (max-width: 600px) {
  .catalogList .Img {
    max-width: 100%;
    width: 100%;
  }
}
.catalogList .Img::before {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: block;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 8px 25px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  text-align: center;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.catalogList .Img.statusNew::before {
  content: "NEW";
  background-color: #f19b38;
  border: 1px solid #f19b38;
}
.catalogList .Img.statusHot::before {
  content: "HOT";
  background-color: #f19b38;
  border: 1px solid #f19b38;
}
.catalogList .Img a {
  display: block;
  overflow: hidden;
}
.catalogList .Img img {
  display: block;
  width: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.catalogList .Img .classTitle {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0.5px 18.5px;
  display: block;
  background: #f19b38;
  font-size: 17px;
  color: #594a38;
  pointer-events: none;
  border-radius: 20px;
}
.catalogList .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalogList .Txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px 0;
  padding-left: 10px;
  padding-right: 55px;
}
@media (max-width: 1400px) {
  .catalogList .Txt {
    padding-right: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 1023px) {
  .catalogList .Txt {
    padding-right: 0;
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .catalogList .Txt {
    padding: 0;
    padding-top: 20px;
  }
}
.catalogList .Txt .title a {
  margin-right: 10px;
  display: inline-block;
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.catalogList .Txt .text {
  padding-top: 25px;
  padding-left: 3px;
  padding-right: 120px;
  color: #7d7162;
}
@media (max-width: 1023px) {
  .catalogList .Txt .text {
    padding: 0;
    padding-top: 25px;
  }
}
.catalogList .Txt .text .infoItem {
  padding: 1.8px 0;
}
.catalogList .Txt .text a, .catalogList .Txt .text span {
  color: #594a38;
  letter-spacing: 1px;
}
.catalogList .Txt .text a:hover {
  color: #f19b38;
}
.catalogList .Txt .btnBox {
  margin-top: 15px;
}
.catalogList .goBtn {
  position: absolute;
  right: 55px;
  bottom: 7px;
  padding-bottom: 6px;
  border-bottom: 1px solid #594a38;
}
@media (max-width: 1400px) {
  .catalogList .goBtn {
    right: 20px;
  }
}
@media (max-width: 1023px) {
  .catalogList .goBtn {
    padding-top: 20px;
    position: static;
    border: none;
  }
}
.catalogList .goBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
}
.catalogList .goBtn a:hover {
  color: #f19b38;
}
.catalogList .goBtn a:hover span {
  background: #f19b38;
}
.catalogList .goBtn span {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  display: block;
  background: #594a38;
  border-radius: 100%;
}
.catalogList .goBtn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
}
.catalogList .goBtn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.catalogList .tagBoxIns .tagList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  color: #7d7162;
}
.catalogList .tagBoxIns .tagList::before {
  content: "#";
  position: relative;
  top: 2px;
}
.catalogList .tagBoxIns .tagItem {
  padding: 2px 0;
  position: relative;
}
.catalogList .tagBoxIns .tagItem:not(:first-child) {
  margin-left: 20px;
}
.catalogList .tagBoxIns .tagItem:not(:first-child)::before {
  content: "、";
  position: absolute;
  top: 2px;
  left: -18px;
  display: block;
}
.catalogList .tagBoxIns .item {
  padding: 0;
}
.catalogList .price {
  margin-top: 10px;
}
.catalogList .price strong {
  display: inline-block;
  margin: 0 5px;
}
.catalogList .price .discount b {
  font-style: italic;
  font-size: 18px;
  color: #594a38;
}

.mainInsArea .contentBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.insIntroBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .insIntroBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insIntroBox .introBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .insIntroBox .introBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.insIntroBox .introBox .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
}
.insIntroBox .introBox .articleTitle {
  margin: 0;
  margin-right: 30px;
  padding: 0 0 15px 0;
  border: none;
}
.insIntroBox .introBox .code {
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.insIntroBox .introBox .tagBoxIns .tagList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  color: #7d7162;
}
.insIntroBox .introBox .tagBoxIns .tagList::before {
  content: "#";
  position: relative;
  top: 2px;
}
.insIntroBox .introBox .tagBoxIns .tagItem {
  padding: 2px 0;
  position: relative;
}
.insIntroBox .introBox .tagBoxIns .tagItem:not(:first-child) {
  margin-left: 20px;
}
.insIntroBox .introBox .tagBoxIns .tagItem:not(:first-child)::before {
  content: "、";
  position: absolute;
  top: 2px;
  left: -18px;
  display: block;
}
.insIntroBox .introBox .tagBoxIns .item {
  padding: 0;
}
.insIntroBox .introBox .Txt {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 17px;
  color: #7d7162;
}
.insIntroBox .introBox .btnBox {
  margin-top: 30px;
}

.specTableBox .specTable {
  width: 100%;
  border: 1px solid #ebebeb;
}
.specTableBox .specTable .specTableRow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.specTableBox .specTable .specTableRowHead {
  background-color: #f19b38;
}
.specTableBox .specTable .specTableRowHead .specTableColumn {
  color: #fff;
  font-size: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 15px;
}
@media (max-width: 1024px) {
  .specTableBox .specTable .specTableRowHead .specTableColumn {
    padding: 10px 12px;
  }
}
.specTableBox .specTable .specTableRowContent:nth-child(odd) {
  background-color: #f8f8f8;
}
.specTableBox .specTable .specTableRowContent:last-child .specTableColumn {
  border-bottom: none;
}
.specTableBox .specTable .specTableRowContent .specTableColumn {
  font-size: 14px;
  padding: 15px;
}
.specTableBox .specTable .specTableRowContent .specTableColumn:first-child {
  color: #000;
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.specTableBox .specTable .specTableRowContent .specTableColumn:not(:first-child) {
  color: #4a4a4a;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1024px) {
  .specTableBox .specTable .specTableRowContent .specTableColumn {
    padding: 10px 12px;
  }
  .specTableBox .specTable .specTableRowContent .specTableColumn:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }
}
@media (max-width: 640px) {
  .specTableBox .specTable .specTableRowContent .specTableColumn:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
.specTableBox .btnBox {
  margin-top: 30px;
}

.compareBox .compareTable {
  width: 100%;
  position: relative;
}
.compareBox .compareTitleList,
.compareBox .compareDataList {
  max-width: 360px;
  height: 100%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}
.compareBox .compareTitleList li,
.compareBox .compareDataList li {
  min-height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  padding: 5px 10px;
}
.compareBox .compareTitleList li:first-child,
.compareBox .compareDataList li:first-child {
  height: 225px;
}
.compareBox .compareTitleList {
  width: 200px;
  position: absolute;
  top: 0;
  left: 1px;
  z-index: 2;
}
.compareBox .compareTitleList::after {
  content: "";
  height: 60px;
  background-color: #fff;
  display: none;
}
.compareBox .compareTitleList li {
  background-color: #f1f1f1;
  color: #000;
  letter-spacing: 1px;
  position: relative;
}
.compareBox .compareTitleList li:not(:last-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .compareBox .compareTitleList {
    width: 160px;
  }
}
@media (max-width: 640px) {
  .compareBox .compareTitleList {
    width: 120px;
  }
}
.compareBox .compareDataBox {
  border-left: 1px solid #fff;
  counter-reset: list;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 200px;
}
@media (max-width: 1024px) {
  .compareBox .compareDataBox {
    padding-left: 160px;
  }
}
@media (max-width: 640px) {
  .compareBox .compareDataBox {
    padding-left: 120px;
  }
}
.compareBox .compareDataBox.dragscroll {
  cursor: move;
  overflow-x: auto;
}
.compareBox .compareDataBox.dragscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
  border-radius: 50px;
}
.compareBox .compareDataBox.dragscroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
  border-radius: 50px;
}
.compareBox .compareDataBox.dragscroll::-webkit-scrollbar-thumb {
  background: #f19b38;
  border-radius: 50px;
}
.compareBox .compareDataBox .compareDataList {
  border-left: 1px solid #ebebeb;
  counter-increment: list;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 200px;
          flex: 1 0 200px;
}
.compareBox .compareDataBox .compareDataList:nth-child(-n+9) li:first-child::before {
  content: "0" counter(list);
}
.compareBox .compareDataBox .compareDataList li:first-child {
  position: relative;
}
.compareBox .compareDataBox .compareDataList li:first-child::before {
  content: counter(list);
  width: 100%;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
}
.compareBox .compareDataBox .compareDataList li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.compareBox .compareDataBox .compareDataList li:nth-child(even) {
  background-color: #f8f8f8;
}
.compareBox .compareDataBox .compareDataList img {
  width: 100%;
  max-width: 200px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
.compareBox .compareDataBox .compareDataList h3 {
  width: 100%;
  color: #333;
  display: block;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 10px 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.compareBox .compareDataBox .compareDataList .deleteBtn {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #333;
  font-size: 18px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1;
}
.compareBox .compareDataBox .compareDataList .deleteBtn:hover {
  color: #f19b38;
}
.compareBox .btnBox {
  padding-top: 30px;
}

/***** 地圖主要樣式 *****/
.mapArea {
  position: relative;
}
@media (max-width: 1023px) {
  .mapArea {
    display: none;
  }
}
.mapArea .title {
  display: inline-block;
  padding: 4px 25px;
  letter-spacing: 1.1px;
  color: #594a38;
  border: 2px solid #594a38;
  border-radius: 20px;
  border-top-left-radius: 0;
}
.mapArea .taiwan {
  padding-top: 55px;
  padding-left: 37px;
}
@media (max-width: 1400px) {
  .mapArea .taiwan {
    padding-left: 0;
  }
}
.mapArea .mapBox {
  position: relative;
  max-width: 413px;
  margin: 0 auto;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mapArea .mapBox .mapIcon {
  position: absolute;
  width: 82px;
  height: 92px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1.15px;
  font-weight: 500;
  padding-top: 25px;
  background-image: url(../images/map/mapIcon.png);
  background-repeat: no-repeat;
  display: block;
  font-family: "Noto Sans TC", sans-serif;
  z-index: 5;
}
.mapArea .mapBox > div {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  pointer-events: none;
}
.mapArea .mapBox > div.current, .mapArea .mapBox > div.hover {
  opacity: 1;
  z-index: 5;
}
.mapArea .mapBox .map_keelung {
  top: 5.05%;
  right: 13.5%;
}
.mapArea .mapBox .map_keelung .mapIcon {
  right: -60%;
  bottom: 60%;
}
.mapArea .mapBox .map_tipei {
  top: 4.1%;
  right: 20.5%;
}
.mapArea .mapBox .map_tipei .mapIcon {
  right: -35%;
  bottom: 55%;
}
.mapArea .mapBox .map_newtaipei {
  top: 1.5%;
  right: 4.2%;
}
.mapArea .mapBox .map_newtaipei .mapIcon {
  left: 10%;
}
.mapArea .mapBox .map_taoyuan {
  top: 6.4%;
  right: 29.7%;
}
.mapArea .mapBox .map_taoyuan .mapIcon {
  right: 0;
  bottom: 50%;
}
.mapArea .mapBox .map_hsinchu {
  top: 11.5%;
  right: 33.2%;
}
.mapArea .mapBox .map_hsinchu .mapIcon {
  right: 15%;
  bottom: 50%;
}
.mapArea .mapBox .map_miaoli {
  top: 17.4%;
  right: 40.1%;
}
.mapArea .mapBox .map_miaoli .mapIcon {
  left: 5%;
  bottom: 50%;
}
.mapArea .mapBox .map_taichung {
  top: 25.7%;
  left: 20.5%;
}
.mapArea .mapBox .map_taichung .mapIcon {
  left: 3%;
  bottom: 35%;
}
.mapArea .mapBox .map_changhua {
  top: 32.3%;
  left: 10.6%;
}
.mapArea .mapBox .map_changhua .mapIcon {
  left: 3%;
  bottom: 40%;
}
.mapArea .mapBox .map_nantou {
  top: 31.3%;
  right: 36%;
}
.mapArea .mapBox .map_nantou .mapIcon {
  left: 0;
  right: 0;
  top: 10%;
  margin: auto;
}
.mapArea .mapBox .map_yunlin {
  top: 42.3%;
  left: 4.7%;
}
.mapArea .mapBox .map_yunlin .mapIcon {
  left: 5%;
  bottom: 60%;
}
.mapArea .mapBox .map_chiayi {
  top: 48.2%;
  left: 4%;
}
.mapArea .mapBox .map_chiayi .mapIcon {
  right: 20%;
  bottom: 60%;
}
.mapArea .mapBox .map_tainan {
  top: 54.3%;
  left: 0;
}
.mapArea .mapBox .map_tainan .mapIcon {
  left: 10%;
  bottom: 40%;
}
.mapArea .mapBox .map_kaohsiung {
  top: 52.8%;
  left: 6.6%;
}
.mapArea .mapBox .map_kaohsiung .mapIcon {
  right: 14%;
}
.mapArea .mapBox .map_pingtung {
  top: 69.15%;
  left: 19%;
}
.mapArea .mapBox .map_taitung {
  top: 53.5%;
  right: 29%;
}
.mapArea .mapBox .map_taitung .mapIcon {
  right: 26%;
  top: 15%;
}
.mapArea .mapBox .map_hualien {
  top: 27.6%;
  right: 15.5%;
}
.mapArea .mapBox .map_hualien .mapIcon {
  right: 20%;
  top: 20%;
}
.mapArea .mapBox .map_yilan {
  top: 10.5%;
  right: 5.7%;
}
.mapArea .mapBox .map_yilan .mapIcon {
  left: 0;
  right: 0;
  margin: auto;
}