.documentBox .item svg, .documentBox .item .document, .documentBox .item, .compareBox .tableHeadItem .deleteBtn, .compareBox .tableHeadItem .ImgWrap img, .templateStyle.FEATUER10 .descriptionBox, .templateStyle.FEATUER10 .TxtList .title, .templateStyle.FEATUER10 .ImgList .item, .bannerImgArea .bannerImgInfoBox .Txt::before, .bannerImgArea .bannerImgInfoBox .Txt, .rangeBox, .moduleBoxFilter .filterBox .filterList .filterItem a::before, .moduleBoxFilter .filterBox .filterList .filterItem a::after, .catalogArea .catalogList .Img img, .catalogArea .catalogList .item, .catalogArea .classBoxColumn.filter .classLink .linkHasItems + ul > li a::before, .catalogArea .classBoxColumn.filter .classLink .linkHasItems + ul > li a::after, .catalogArea .rightBox, .classArea .item .Txt .title, .classArea .item .Img, .listArea .listBoxM .item .Txt .titleBox .title, .listArea .listBox .listItem, .listArea .listBoxBg .item .Txt .titleBox .title, .listArea .listBoxBg .listItem {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body {
  background: #f4f4f4;
}

.outerWrap {
  max-width: none;
}

.mainArea {
  background: #f4f4f4;
}
.mainAreaList {
  padding: 0;
  background: #000;
}
.mainAreaList .bread {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  padding: 0;
}
.mainAreaList .bread .wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mainAreaList .bread .wrap a,
.mainAreaList .bread .wrap span {
  color: #fff;
}
.mainAreaList .bread .wrap a:first-child::before {
  -webkit-filter: contrast(0) brightness(10);
          filter: contrast(0) brightness(10);
}
@media (min-width: 1181px) {
  .mainAreaList .bread .wrap a:hover {
    color: #f14595;
  }
}
.mainAreaList .bread .wrap a + a::before,
.mainAreaList .bread .wrap span + span::before,
.mainAreaList .bread .wrap span + a::before,
.mainAreaList .bread .wrap a + span::before {
  background: #fff;
}
.mainAreaList + footer .goTop {
  color: #fff;
}
.mainAreaList + footer .goTop::before {
  background: #fff;
}
.mainAreaList + footer .goTop::after {
  border-color: #fff;
}
@media (min-width: 1181px) {
  .mainAreaList + footer .goTop:hover {
    color: #f14595;
  }
  .mainAreaList + footer .goTop:hover::before {
    background: #f14595;
  }
  .mainAreaList + footer .goTop:hover::after {
    border-color: #f14595;
  }
}
.mainAreaIndex.noBanner {
  padding-top: 0;
}
.mainAreaIndex.noBanner .classArea {
  margin: 0;
}
.mainAreaIns {
  background: #fff;
  padding: 0;
}
.mainAreaIns .bread {
  position: absolute;
  z-index: 2;
  width: 100%;
}

.tab .tabItem {
  visibility: hidden;
}

.listArea .wrap {
  position: relative;
  max-width: 100%;
  padding: 0;
}
@media (max-width: 1180px) {
  .listArea .listBoxBg {
    display: none;
  }
}
.listArea .listBoxBg .listItem {
  width: 100%;
  height: calc(100vh - 88px);
  opacity: 0;
  pointer-events: none;
}
.listArea .listBoxBg .listItem:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1181px) {
  .listArea .listBoxBg .listItem:hover {
    opacity: 1;
    pointer-events: all;
  }
}
.listArea .listBoxBg .listItem.current {
  opacity: 1;
  pointer-events: all;
}
.listArea .listBoxBg .item {
  position: relative;
  height: 100%;
}
.listArea .listBoxBg .item .Img {
  height: 100%;
  position: relative;
}
.listArea .listBoxBg .item .Img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
  z-index: 2;
  pointer-events: none;
}
.listArea .listBoxBg .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listArea .listBoxBg .item .Txt {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding-right: 20px;
  padding-left: 555px;
  padding-bottom: 65px;
  color: #fff;
}
.listArea .listBoxBg .item .Txt .titleBox {
  margin-bottom: 0;
}
.listArea .listBoxBg .item .Txt .titleBox .title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #fff;
}
.listArea .listBoxBg .item .Txt .intro {
  padding-top: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.688;
  color: #fff;
}
.listArea .listBox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  max-width: 480px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1180px) {
  .listArea .listBox {
    display: none;
  }
}
.listArea .listBox .listList {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  overflow-y: auto;
}
.listArea .listBox .listList::-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;
}
.listArea .listBox .listList::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.listArea .listBox .listList::-webkit-scrollbar-thumb {
  background: #f14595;
}
.listArea .listBox .listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc((100vh - 34px - 55px) / 7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1181px) {
  .listArea .listBox .listItem:hover {
    background: #f14595;
  }
}
.listArea .listBox .item {
  position: relative;
  padding: 10px 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-left: 12%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.listArea .listBox .item .Img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 50px;
  max-width: 100px;
  width: 100%;
}
@media (max-width: 1536px) {
  .listArea .listBox .item .Img {
    max-width: 80px;
  }
}
@media (max-width: 1280px) {
  .listArea .listBox .item .Img {
    max-width: 60px;
  }
}
.listArea .listBox .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.listArea .listBox .item .Txt .title {
  font-size: 23px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
}
.listArea .listBox .item .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1181px) {
  .listArea .listBoxM {
    display: none;
  }
}
.listArea .listBoxM .item {
  position: relative;
  height: 100%;
}
@media (max-width: 1024px) {
  .listArea .listBoxM .item {
    height: 480px;
  }
}
.listArea .listBoxM .item .Img {
  height: 100%;
  position: relative;
}
.listArea .listBoxM .item img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listArea .listBoxM .item .Txt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding-bottom: 90px;
  color: #fff;
}
@media (max-width: 640px) {
  .listArea .listBoxM .item .Txt {
    padding-bottom: 40px;
  }
}
.listArea .listBoxM .item .Txt .ImgM1 {
  max-width: 100px;
  width: 100%;
}
@media (max-width: 640px) {
  .listArea .listBoxM .item .Txt .ImgM1 {
    display: none;
  }
}
.listArea .listBoxM .item .Txt .ImgM1 img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.listArea .listBoxM .item .Txt .titleBox {
  padding-top: 15px;
  margin-bottom: 0;
}
.listArea .listBoxM .item .Txt .titleBox .title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #fff;
}
.listArea .listBoxM .item .Txt .intro {
  padding-top: 10px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.688;
  color: #fff;
}
.listArea .listBoxM .item .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.classArea {
  opacity: 0;
  margin-top: -70px;
}
@media (max-width: 1180px) {
  .classArea {
    display: none;
  }
}
.classArea .wrap {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 10px;
  visibility: hidden;
}
.classArea .classBox {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 540px) {
  .classArea .classBox {
    padding: 0px;
  }
}
@media (max-width: 540px) {
  .classArea .arrowBox {
    left: -20px;
    width: calc(100% + 40px);
  }
}
.classArea .arrowBox .arrow {
  width: 45px;
  border: none;
}
.classArea .item {
  position: relative;
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 1181px) {
  .classArea .item:hover .Img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .classArea .item:hover .Txt .title {
    color: #f14595;
  }
}
.classArea .item.current .Img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.classArea .item.current .Txt .title {
  color: #f14595;
}
.classArea .item .Img {
  margin: 0 auto;
  max-width: 70px;
  width: 100%;
}
.classArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.classArea .item .Txt {
  padding-top: 15px;
}
.classArea .item .Txt .title {
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #292828;
}
.classArea .item .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.catalogArea {
  padding-top: 70px;
}
@media (max-width: 1180px) {
  .catalogArea {
    padding-top: 60px;
  }
}
.catalogArea .wrap {
  max-width: 1760px;
}
.catalogArea .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1180px) {
  .catalogArea .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.catalogArea .leftBox {
  padding-right: 20px;
  width: 350px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .catalogArea .leftBox {
    padding: 0;
    width: 100%;
  }
}
.catalogArea .rightBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 0;
}
.catalogArea .rightBox.ajaxDisabled {
  opacity: 0.15;
  pointer-events: none;
}
@media (min-width: 1181px) {
  .catalogArea .classMobile {
    display: none;
  }
}
.catalogArea .classMobile .classBox {
  padding-top: 0;
}
.catalogArea .classBox {
  visibility: hidden;
}
@media (max-width: 1180px) {
  .catalogArea .classBox.pc {
    display: none;
  }
}
.catalogArea .classBoxColumn.filter {
  z-index: 3;
}
@media (min-width: 1181px) {
  .catalogArea .classBoxColumn.filter.pop {
    display: none;
  }
}
@media (max-width: 1180px) {
  .catalogArea .classBoxColumn.filter:not(.pop) {
    display: none;
  }
}
.catalogArea .classBoxColumn.filter .classLink .linkHasItems + ul {
  padding: 11px 0 10px;
  display: none;
}
@media (max-width: 1180px) {
  .catalogArea .classBoxColumn.filter .classLink .linkHasItems + ul {
    padding: 0;
  }
}
.catalogArea .classBoxColumn.filter .classLink .linkHasItems + ul > li {
  border: none;
}
.catalogArea .classBoxColumn.filter .classLink .linkHasItems + ul > li a {
  padding: 6px 10px;
  padding-right: 30px;
  background: #fff;
  border: none;
  font-size: 16px;
  font-weight: 500;
}
.catalogArea .classBoxColumn.filter .classLink .linkHasItems + ul > li a::before, .catalogArea .classBoxColumn.filter .classLink .linkHasItems + ul > li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-color: #fff;
}
.catalogArea .classBoxColumn.filter .classLink .linkHasItems + ul > li a::before {
  width: 15px;
  height: 15px;
  right: 7px;
  border: 1px solid #b6b6b6;
}
.catalogArea .classBoxColumn.filter .classLink .linkHasItems + ul > li a::after {
  width: 9px;
  height: 9px;
  right: 10px;
  background: #fff;
}
@media (min-width: 1181px) {
  .catalogArea .classBoxColumn.filter .classLink .linkHasItems + ul > li a:hover {
    background: #fff;
  }
  .catalogArea .classBoxColumn.filter .classLink .linkHasItems + ul > li a:hover::after {
    background: #f14595;
  }
}
.catalogArea .classBoxColumn.filter .classLink .linkHasItems + ul > li a.selected {
  color: #f14595;
}
.catalogArea .classBoxColumn.filter .classLink .linkHasItems + ul > li a.selected::after {
  background: #f14595;
}
.catalogArea .classBoxColumn.filter .classLink .linkHasItems + ul > li a.forbidden {
  background-color: rgba(248, 248, 248, 0.5);
  color: rgba(47, 47, 47, 0.3);
  pointer-events: none;
}
.catalogArea .classBoxColumn.filter .classLink .linkHasItems + ul > li a.forbidden::before, .catalogArea .classBoxColumn.filter .classLink .linkHasItems + ul > li a.forbidden::after {
  border-color: rgba(98, 98, 98, 0.1);
}
.catalogArea .classNote {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 50px;
  max-width: 1125px;
  width: 100%;
}
.catalogArea .catalogBox {
  margin: 0 auto;
  padding-bottom: 65px;
  padding-left: 20px;
  padding-right: 40px;
  max-width: 1115px;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1180px) {
  .catalogArea .catalogBox {
    padding: 0;
  }
}
.catalogArea .catalogBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.catalogArea .catalogList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px -18px;
}
.catalogArea .catalogList .catalogItem {
  width: 33.3333333333%;
  padding: 20px 18px;
}
@media (min-width: 1180px) and (max-width: 1366px) {
  .catalogArea .catalogList .catalogItem {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .catalogArea .catalogList .catalogItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .catalogArea .catalogList .catalogItem {
    width: 100%;
  }
}
.catalogArea .catalogList .item {
  position: relative;
  padding: 15px;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.04);
}
@media (min-width: 1181px) {
  .catalogArea .catalogList .item:hover {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  .catalogArea .catalogList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .catalogArea .catalogList .item:hover .Txt .title a {
    color: #f14595;
  }
}
.catalogArea .catalogList .Img {
  position: relative;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  overflow: hidden;
}
.catalogArea .catalogList .Img a {
  display: block;
  overflow: hidden;
}
.catalogArea .catalogList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogArea .catalogList .Txt {
  padding: 20px 7px;
}
.catalogArea .catalogList .Txt .title a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #272626;
}
.catalogArea .catalogList .Txt .tagBox {
  padding: 0;
  padding-top: 8px;
}
.catalogArea .catalogList .Txt .tagBox li {
  margin: 4px 2px;
  padding: 7px 19px;
  border: 1px solid #8b8b8b;
  border-radius: 30px;
  color: #8b8b8b;
}
@media (max-width: 1180px) {
  .catalogArea .catalogList .Txt .tagBox li {
    padding: 7px 10px;
  }
}
.catalogArea .catalogList .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.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 (min-width: 1181px) {
  .filterFuncList .btn {
    max-width: 100% !important;
  }
  .filterFuncList .clearAdvancedFilter {
    display: none;
  }
}
@media (max-width: 1180px) {
  .filterFuncList {
    margin: 0;
  }
  .filterFuncList:not(.pop) {
    display: none;
  }
}
.filterFuncList.pop {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 100%;
}
.filterFuncList.pop a {
  padding: 10px 30px 10px 10px;
  border-radius: 10px;
  text-align: left;
}
.filterFuncList i {
  padding-right: 5px;
}

.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 {
  position: relative;
  display: block;
  position: relative;
  padding: 10px 10px 10px 35px;
  background: #fff;
  border: none;
  font-size: 16px;
  font-weight: 500;
}
.moduleBoxFilter .filterBox .filterList .filterItem a::before, .moduleBoxFilter .filterBox .filterList .filterItem a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  z-index: 1;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  display: block;
  background-color: #fff;
}
.moduleBoxFilter .filterBox .filterList .filterItem a::before {
  width: 15px;
  height: 15px;
  left: 7px;
  border: 1px solid #b6b6b6;
}
.moduleBoxFilter .filterBox .filterList .filterItem a::after {
  width: 9px;
  height: 9px;
  left: 10px;
  background: #fff;
}
@media (min-width: 1181px) {
  .moduleBoxFilter .filterBox .filterList .filterItem a:hover {
    background: #fff;
  }
  .moduleBoxFilter .filterBox .filterList .filterItem a:hover::after {
    background: #f14595;
  }
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected {
  color: #f14595;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected::after {
  background: #f14595;
}
.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);
}
.moduleBoxFilter .filterFuncList .btn {
  position: relative;
  z-index: 1;
  margin: 5px;
  padding: 15px 40px;
  display: inline-block;
  min-width: 220px;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}

.sideClassList {
  width: 100%;
}
.sideClassList .rangeBox {
  background-color: #fff;
}
@media (min-width: 1181px) {
  .sideClassList .rangeBox:hover {
    background-color: #fff;
  }
}

.rangeBox {
  -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
          animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.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: #272626;
}
.rangeBox label.selected::before {
  background-color: #272626;
}
.rangeBox label.selected::after {
  background-color: #272626;
  border-color: #272626;
}
.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 label span {
  padding: 8px 10px !important;
}
.rangeBox .rangeBar {
  padding: 10px 22px;
  height: 100%;
}
.rangeBox .rangeBar.selected .noUi-connects {
  background-color: #272626;
}
.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: #272626;
  -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: #272626;
  -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: #272626;
}
.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;
}
.rangeBox .rangeInput .text {
  padding: 0 5px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 1181px) {
  .rangeBox .rangeInput .text:hover {
    background: none;
    color: #272626;
  }
}

.bannerImgArea {
  padding: 90px 0 75px;
}
@media (max-width: 1180px) {
  .bannerImgArea {
    padding-top: 140px;
  }
}
.bannerImgArea .wrap {
  padding: 0 20px;
  max-width: 1400px;
}
.bannerImgArea .bannerImgBox {
  position: relative;
  padding: 0 90px;
  visibility: hidden;
}
@media (max-width: 1180px) {
  .bannerImgArea .bannerImgBox {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .bannerImgArea .bannerImgBox {
    padding: 0 20px;
  }
}
.bannerImgArea .bannerImgBox .arrowBox {
  top: 60%;
}
.bannerImgArea .bannerImgBox .Txt .title {
  visibility: hidden;
}
.bannerImgArea .bannerImgBox .Txt .intro {
  visibility: hidden;
}
.bannerImgArea .bannerImgBox .bannerImgList {
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
}
@media (min-width: 769px) {
  .bannerImgArea .bannerImgBox .bannerImgList .slick-list {
    overflow: initial;
  }
  .bannerImgArea .bannerImgBox .bannerImgList .slick-current .bannerImgItem {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bannerImgArea .bannerImgBox .bannerImgList .bannerImgItem {
  padding: 0 15px;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media (min-width: 769px) {
  .bannerImgArea .bannerImgBox .bannerImgList .bannerImgItem {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    opacity: 0.5;
  }
}
.bannerImgArea .bannerImgBox .bannerImgList .item {
  width: 100%;
}
.bannerImgArea .bannerImgBox .bannerImgList .item .Img img {
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}
.bannerImgArea .bannerImgInfoBox {
  margin: 0 auto;
  padding-bottom: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
}
@media (max-width: 768px) {
  .bannerImgArea .bannerImgInfoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.bannerImgArea .bannerImgInfoBox .Txt {
  padding-top: 20px;
  padding-right: 20px;
  height: 183px;
  overflow: clip;
  position: relative;
}
.bannerImgArea .bannerImgInfoBox .Txt::before {
  content: "";
  position: absolute;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.7)));
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.7));
  pointer-events: none;
  z-index: 2;
  opacity: 1;
}
.bannerImgArea .bannerImgInfoBox .Txt.show::before {
  content: "";
  position: absolute;
  opacity: 0;
}
@media (max-width: 768px) {
  .bannerImgArea .bannerImgInfoBox .Txt {
    padding-right: 0;
    height: 175px;
  }
}
.bannerImgArea .bannerImgInfoBox .Txt.open {
  height: 100%;
}
.bannerImgArea .bannerImgInfoBox .Txt .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: #272626;
}
@media (max-width: 768px) {
  .bannerImgArea .bannerImgInfoBox .Txt .title {
    font-size: 30px;
  }
}
.bannerImgArea .bannerImgInfoBox .Txt .intro {
  padding-left: 5px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 1.1px;
  color: #4f4f4f;
}
@media (max-width: 768px) {
  .bannerImgArea .bannerImgInfoBox .sideDataBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bannerImgArea .bannerImgInfoBox .sideDataBox .sideDataCase {
  position: relative;
  margin-top: 50px;
  padding: 0 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 240px;
  width: 100%;
}
@media (max-width: 768px) {
  .bannerImgArea .bannerImgInfoBox .sideDataBox .sideDataCase {
    margin-top: 20px;
    max-width: 370px;
  }
}
.bannerImgArea .bannerImgInfoBox .sideDataBox .arrowBox .arrow {
  width: 30px;
  height: 40px;
  border: none;
  border-radius: 0;
  background: none;
}
@media (min-width: 1181px) {
  .bannerImgArea .bannerImgInfoBox .sideDataBox .arrowBox .arrow:hover::before {
    -webkit-filter: invert(50%) sepia(72%) saturate(5182%) hue-rotate(309deg) brightness(101%) contrast(89%);
            filter: invert(50%) sepia(72%) saturate(5182%) hue-rotate(309deg) brightness(101%) contrast(89%);
  }
}
.bannerImgArea .bannerImgInfoBox .sideDataBox .item {
  position: relative;
}
.bannerImgArea .bannerImgInfoBox .sideDataBox .Img {
  margin: 0 auto;
  max-width: 140px;
  width: 100%;
}
@media (max-width: 768px) {
  .bannerImgArea .bannerImgInfoBox .sideDataBox .Img {
    max-width: 300px;
  }
}
.bannerImgArea .bannerImgInfoBox .sideDataBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerImgArea .bannerImgInfoBox .sideDataBox .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.bannerImgArea .bannerImgInfoOpen {
  position: relative;
  padding-top: 12px;
  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;
  color: #4f4f4f;
  cursor: pointer;
}
.bannerImgArea .bannerImgInfoOpen.hide::after {
  content: "-";
}
.bannerImgArea .bannerImgInfoOpen::after {
  content: "+";
  position: relative;
  padding-left: 10px;
  font-size: 24px;
  font-weight: 400;
  pointer-events: none;
}

.templateStyle {
  margin-left: calc((100% - 100vw) / 2);
  padding: 40px 0;
  width: 100vw;
  visibility: hidden;
}
.templateStyle .title {
  font-size: 40px;
  font-weight: 700;
  word-wrap: break-word;
}
@media (max-width: 640px) {
  .templateStyle .title {
    font-size: 30px;
  }
}
.templateStyle .subtitle {
  font-size: 30px;
  font-weight: 400;
  word-wrap: break-word;
}
@media (max-width: 640px) {
  .templateStyle .subtitle {
    font-size: 25px;
  }
}
@media (max-width: 1340px) {
  .templateStyle {
    margin: 0 -20px;
    width: auto;
  }
}
.templateStyle .videoBox {
  position: relative;
  padding-top: 56.25%;
}
.templateStyle .videoBox .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .templateStyle .ImgBox.imageLeft {
    position: relative;
    height: 480px;
  }
  .templateStyle .ImgBox.imageLeft img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: auto;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .templateStyle .ImgBox.imageCenter {
    position: relative;
    height: 480px;
  }
  .templateStyle .ImgBox.imageCenter img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: none;
    width: auto;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .templateStyle .ImgBox.imageRight {
    position: relative;
    height: 480px;
  }
  .templateStyle .ImgBox.imageRight img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: none;
    width: auto;
    height: 100%;
  }
}
.templateStyle .textBox {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .templateStyle .textBox {
    max-width: none;
  }
}
.templateStyle .textInsBox {
  padding: 30px 20px;
}
.templateStyle .textInsBox .titleBox {
  margin-bottom: 18px;
}
.templateStyle .textInsBox .titleBox .subtitle {
  color: inherit;
}
.templateStyle .textInsBox .titleBox .title {
  color: inherit;
}
.templateStyle .blockTitle {
  font-size: 30px;
  font-weight: 600;
}
.templateStyle .text {
  font-size: 16px;
}
.templateStyle .templateExp {
  font-size: 16px;
}
.templateStyle img {
  display: block;
  width: 100%;
}
.templateStyle .carouselControlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.templateStyle .carouselControlBox .numberBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.8);
}
.templateStyle .carouselControlBox .numberBox .totalNumber {
  position: relative;
  padding-left: 15px;
}
.templateStyle .carouselControlBox .numberBox .totalNumber::before {
  content: "/";
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.templateStyle .carouselControlBox .line {
  margin: 0 30px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.templateStyle .carouselControlBox .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.templateStyle .carouselControlBox .arrowBox .arrow {
  cursor: pointer;
  margin: 5px;
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.templateStyle .carouselControlBox .arrowBox .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
}
.templateStyle .carouselControlBox .arrowBox .prev::before {
  left: 23px;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.templateStyle .carouselControlBox .arrowBox .next::before {
  right: 23px;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.templateStyle.VIDEO .templateBox {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.templateStyle.VIDEO .textInsBox {
  width: 100%;
  max-width: 640px;
}
.templateStyle.VIDEO3 .templateWrap {
  padding: 0 20px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.templateStyle.VIDEO3 .templateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .templateStyle.VIDEO3 .templateBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.templateStyle.VIDEO3 .textBox {
  width: 69.4%;
}
@media (max-width: 767px) {
  .templateStyle.VIDEO3 .textBox {
    width: 100%;
  }
}
.templateStyle.VIDEO3 .textBox .textInsBox {
  padding: 0;
  padding-right: 130px;
}
@media (max-width: 1180px) {
  .templateStyle.VIDEO3 .textBox .textInsBox {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .templateStyle.VIDEO3 .textBox .textInsBox {
    padding-top: 30px;
    padding-right: 0;
  }
}
.templateStyle.VIDEO3 .videoBox {
  padding: 0;
  width: 30.6%;
}
@media (max-width: 767px) {
  .templateStyle.VIDEO3 .videoBox {
    width: 100%;
  }
}
.templateStyle.VIDEO3 .videoBox .videoInsBox {
  position: relative;
  padding-top: 100%;
}
.templateStyle.FEATUER .textInsBox {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.templateStyle.FEATUER1 .templateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.templateStyle.FEATUER1 .textInsBox {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.templateStyle.FEATUER2 {
  position: relative;
  padding: 0;
}
.templateStyle.FEATUER2 .textBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1380px;
}
.templateStyle.FEATUER2 .textInsBox {
  text-align: center;
  width: 100%;
  max-width: 690px;
}
.templateStyle.FEATUER3 {
  position: relative;
  padding: 0;
}
.templateStyle.FEATUER3 .textBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1380px;
}
.templateStyle.FEATUER3 .textInsBox {
  text-align: center;
  margin-left: auto;
  width: 100%;
  max-width: 690px;
}
.templateStyle.FEATUER4 {
  padding: 0;
}
.templateStyle.FEATUER5 {
  padding: 0;
}
.templateStyle.FEATUER6 {
  position: relative;
  padding: 0;
}
@media (min-width: 641px) {
  .templateStyle.FEATUER6 .textBox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 1380px;
  }
}
@media (max-width: 640px) {
  .templateStyle.FEATUER6 .textBox.pc {
    display: none;
  }
}
@media (min-width: 641px) {
  .templateStyle.FEATUER6 .textBox.mobile {
    display: none;
  }
}
.templateStyle.FEATUER6 .textInsBox {
  width: 100%;
  max-width: 690px;
}
.templateStyle.FEATUER7 {
  position: relative;
  padding: 0;
}
@media (min-width: 641px) {
  .templateStyle.FEATUER7 .textBox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 1380px;
  }
}
@media (max-width: 640px) {
  .templateStyle.FEATUER7 .textBox.pc {
    display: none;
  }
}
@media (min-width: 641px) {
  .templateStyle.FEATUER7 .textBox.mobile {
    display: none;
  }
}
.templateStyle.FEATUER7 .textInsBox {
  margin-left: auto;
  width: 100%;
  max-width: 690px;
}
@media (min-width: 769px) {
  .templateStyle.FEATUER8 .templateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
  }
}
.templateStyle.FEATUER8 .ImgBox {
  width: 49%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .templateStyle.FEATUER8 .ImgBox {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .templateStyle.FEATUER8 .ImgBox {
    padding: 0 30px;
  }
}
.templateStyle.FEATUER8 .textBox {
  width: 51%;
}
@media (max-width: 768px) {
  .templateStyle.FEATUER8 .textBox {
    width: 100%;
  }
}
.templateStyle.FEATUER8 .textInsBox {
  width: 100%;
  max-width: 640px;
}
@media (min-width: 769px) {
  .templateStyle.FEATUER8 .textInsBox {
    padding-left: 10%;
  }
}
@media (min-width: 769px) {
  .templateStyle.FEATUER9 .templateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
}
.templateStyle.FEATUER9 .ImgBox {
  width: 49%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .templateStyle.FEATUER9 .ImgBox {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .templateStyle.FEATUER9 .ImgBox {
    padding: 0 30px;
  }
}
.templateStyle.FEATUER9 .textBox {
  width: 51%;
}
@media (max-width: 768px) {
  .templateStyle.FEATUER9 .textBox {
    width: 100%;
  }
}
.templateStyle.FEATUER9 .textInsBox {
  width: 100%;
  max-width: 640px;
}
@media (min-width: 769px) {
  .templateStyle.FEATUER9 .textInsBox {
    padding-right: 10%;
  }
}
.templateStyle.FEATUER10 .templateWrap {
  padding: 0 20px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.templateStyle.FEATUER10 .textInsBox {
  text-align: center;
}
@media (max-width: 767px) {
  .templateStyle.FEATUER10 .ImgListBox {
    display: none;
  }
}
.templateStyle.FEATUER10 .ImgList {
  position: relative;
}
.templateStyle.FEATUER10 .ImgList .item {
  position: relative;
  pointer-events: none;
  opacity: 0;
}
.templateStyle.FEATUER10 .ImgList .item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.templateStyle.FEATUER10 .ImgList .item.current {
  pointer-events: auto;
  z-index: 2;
  opacity: 1;
}
.templateStyle.FEATUER10 .ImgList .item img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
.templateStyle.FEATUER10 .TxtList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .templateStyle.FEATUER10 .TxtList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.templateStyle.FEATUER10 .TxtList .item {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .templateStyle.FEATUER10 .TxtList .item {
    width: 100%;
  }
}
.templateStyle.FEATUER10 .TxtList .item.current .title {
  color: #f14595;
}
.templateStyle.FEATUER10 .TxtList .item.current .title::before {
  background-color: #f14595;
}
.templateStyle.FEATUER10 .TxtList .item.current .title::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border-color: #f14595;
}
@media (min-width: 1181px) {
  .templateStyle.FEATUER10 .TxtList .item:hover .title {
    color: #f14595;
  }
}
@media (min-width: 768px) {
  .templateStyle.FEATUER10 .TxtList .TxtContentBox {
    display: none;
  }
}
.templateStyle.FEATUER10 .TxtList .content {
  display: none;
  padding: 30px 0;
}
.templateStyle.FEATUER10 .TxtList .title {
  cursor: pointer;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  font-size: 17px;
  color: inherit;
}
.templateStyle.FEATUER10 .TxtList .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ebebeb;
}
.templateStyle.FEATUER10 .TxtList .title::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
@media (max-width: 767px) {
  .templateStyle.FEATUER10 .TxtList .title::after {
    opacity: 1;
  }
}
.templateStyle.FEATUER10 .TxtList .text {
  padding-top: 20px;
}
.templateStyle.FEATUER10 .TxtList img {
  border-radius: 20px;
}
.templateStyle.FEATUER10 .descriptionBox {
  padding: 45px 0;
  text-align: center;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}
.templateStyle.FEATUER10 .descriptionBox.current {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media (max-width: 767px) {
  .templateStyle.FEATUER10 .descriptionBox {
    display: none;
  }
}
.templateStyle.FEATUER11 .templateWrap {
  padding: 0 20px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.templateStyle.FEATUER11 .textInsBox {
  text-align: center;
}
.templateStyle.FEATUER11 .titleBox {
  margin-bottom: 28px;
}
.templateStyle.FEATUER11 .ImgListBox {
  padding-top: 30px;
  margin: 0 -50px;
}
@media (max-width: 1180px) {
  .templateStyle.FEATUER11 .ImgListBox {
    margin: 0 -35px;
  }
}
@media (max-width: 960px) {
  .templateStyle.FEATUER11 .ImgListBox {
    padding-top: 0;
  }
}
@media (max-width: 400px) {
  .templateStyle.FEATUER11 .ImgListBox {
    margin: 0 -10px;
  }
}
.templateStyle.FEATUER11 .ImgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.templateStyle.FEATUER11 .ImgList .item {
  padding: 10px 50px;
  width: 25%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .templateStyle.FEATUER11 .ImgList .item {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 960px) {
  .templateStyle.FEATUER11 .ImgList .item {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .templateStyle.FEATUER11 .ImgList .item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 360px) {
  .templateStyle.FEATUER11 .ImgList .item {
    width: 100%;
  }
}
.templateStyle.FEATUER11 .ImgList .Img {
  margin-bottom: 20px;
}
.templateStyle.FEATUER11 .ImgList .Img img {
  max-width: 100%;
  width: auto;
}
.templateStyle.FEATUER11 .ImgList .Txt {
  text-align: center;
}
.templateStyle.FEATUER11 .ImgList .title {
  margin-bottom: 8px;
  font-size: 17px;
  color: inherit;
}
.templateStyle.FEATUER11 .ImgList .text {
  font-size: 16px;
}
.templateStyle.FEATUER12 .templateWrap {
  padding: 0 20px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.templateStyle.FEATUER12 .templateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .templateStyle.FEATUER12 .templateBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.templateStyle.FEATUER12 .ImgBox {
  width: 30.6%;
}
@media (max-width: 767px) {
  .templateStyle.FEATUER12 .ImgBox {
    width: 100%;
  }
}
.templateStyle.FEATUER12 .ImgBox img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 20px;
}
.templateStyle.FEATUER12 .textBox {
  width: 69.4%;
}
@media (max-width: 767px) {
  .templateStyle.FEATUER12 .textBox {
    width: 100%;
  }
}
.templateStyle.FEATUER12 .textBox .textInsBox {
  padding: 0;
  padding-left: 130px;
}
@media (max-width: 1180px) {
  .templateStyle.FEATUER12 .textBox .textInsBox {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .templateStyle.FEATUER12 .textBox .textInsBox {
    padding-top: 30px;
    padding-left: 0;
  }
}
.templateStyle.FEATUER13 .templateWrap {
  padding: 0 20px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.templateStyle.FEATUER13 .templateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .templateStyle.FEATUER13 .templateBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.templateStyle.FEATUER13 .ImgBox {
  width: 30.6%;
}
@media (max-width: 767px) {
  .templateStyle.FEATUER13 .ImgBox {
    width: 100%;
  }
}
.templateStyle.FEATUER13 .ImgBox img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 20px;
}
.templateStyle.FEATUER13 .textBox {
  width: 69.4%;
}
@media (max-width: 767px) {
  .templateStyle.FEATUER13 .textBox {
    width: 100%;
  }
}
.templateStyle.FEATUER13 .textBox .textInsBox {
  padding: 0;
  padding-left: 130px;
}
@media (max-width: 1180px) {
  .templateStyle.FEATUER13 .textBox .textInsBox {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .templateStyle.FEATUER13 .textBox .textInsBox {
    padding-top: 30px;
    padding-left: 0;
  }
}
.templateStyle.CAROUSEL .templateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #222222;
}
.templateStyle.CAROUSEL .carouselImgBox {
  width: 50%;
}
@media (max-width: 960px) {
  .templateStyle.CAROUSEL .carouselImgBox {
    display: none;
  }
}
.templateStyle.CAROUSEL .carouselTxtBox {
  padding: 120px;
  width: 50%;
}
@media (max-width: 960px) {
  .templateStyle.CAROUSEL .carouselTxtBox {
    width: 100%;
  }
}
.templateStyle.CAROUSEL .carouselTxtBox .carouselBox {
  width: 100%;
  max-width: 580px;
}
@media (min-width: 961px) {
  .templateStyle.CAROUSEL .carouselTxtBox .Img {
    display: none;
  }
}
.templateStyle.CAROUSEL .carouselTxtBox .Txt {
  min-height: 330px;
}
.templateStyle.CAROUSEL .carouselTxtBox .num {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
}
.templateStyle.CAROUSEL .carouselTxtBox .title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.templateStyle.CAROUSEL .carouselTxtBox .spec {
  position: relative;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.templateStyle.CAROUSEL .carouselTxtBox .spec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
}
.templateStyle.CAROUSEL .carouselTxtBox .spec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ad301d;
}
.templateStyle.CAROUSEL2 .templateTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.templateStyle.CAROUSEL2 .templateTitleBox .title {
  color: #fff;
}
.templateStyle.CAROUSEL2 .item {
  padding: 10px;
}
.templateStyle.CAROUSEL2 .Txt .title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.templateStyle.CAROUSEL2 .Txt .spec {
  position: relative;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.templateStyle.CAROUSEL2 .Txt .spec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
}
.templateStyle.CAROUSEL2 .Txt .spec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ad301d;
}
.templateStyle.CAROUSEL3 .templateTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.templateStyle.CAROUSEL3 .templateTitleBox .title {
  color: #fff;
}
.templateStyle.CAROUSEL3 .categoryList {
  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;
}
.templateStyle.CAROUSEL3 .categoryList .item {
  padding: 5px 10px;
}
.templateStyle.CAROUSEL3 .categoryList .title {
  font-size: 16px;
}
.templateStyle.CAROUSEL3 .categoryList .title a {
  display: block;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
}
.templateStyle.CAROUSEL3 .templateOutBox {
  position: relative;
}
.templateStyle.CAROUSEL3 .templateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  opacity: 0;
}
.templateStyle.CAROUSEL3 .templateBox.current {
  pointer-events: auto;
  opacity: 1;
}
.templateStyle.CAROUSEL3 .templateBox:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.templateStyle.CAROUSEL3 .carouselImgBox {
  width: 50%;
}
@media (max-width: 960px) {
  .templateStyle.CAROUSEL3 .carouselImgBox {
    display: none;
  }
}
.templateStyle.CAROUSEL3 .carouselTxtBox {
  padding: 120px;
  width: 50%;
}
@media (max-width: 960px) {
  .templateStyle.CAROUSEL3 .carouselTxtBox {
    width: 100%;
  }
}
.templateStyle.CAROUSEL3 .carouselTxtBox .carouselBox {
  width: 100%;
  max-width: 580px;
}
@media (min-width: 961px) {
  .templateStyle.CAROUSEL3 .carouselTxtBox .Img {
    display: none;
  }
}
.templateStyle.CAROUSEL3 .carouselTxtBox .Txt {
  min-height: 200px;
}
.templateStyle.CAROUSEL3 .carouselTxtBox .Txt .mTitle {
  color: rgba(255, 255, 255, 0.3);
}
.templateStyle.CAROUSEL3 .carouselTxtBox .Txt .mTitle span {
  position: relative;
  padding-right: 20px;
}
.templateStyle.CAROUSEL3 .carouselTxtBox .Txt .mTitle span::before {
  content: "/";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.templateStyle.CAROUSEL3 .carouselTxtBox .Txt .title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.templateStyle.CAROUSEL3 .carouselTxtBox .Txt .spec {
  position: relative;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.templateStyle.CAROUSEL3 .carouselTxtBox .Txt .spec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
}
.templateStyle.CAROUSEL3 .carouselTxtBox .Txt .spec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ad301d;
}
.templateStyle.CAROUSELEDITOR .templateTitleBox {
  width: 50%;
  margin-left: auto;
}
.templateStyle.CAROUSELEDITOR .templateTitleBox .title {
  color: #fff;
}
.templateStyle.CAROUSELEDITOR .carouselList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.templateStyle.CAROUSELEDITOR .carouselList .carouselLeft {
  padding-right: 50px;
  width: 50%;
}
.templateStyle.CAROUSELEDITOR .carouselList .carouselRight {
  width: 50%;
}
.templateStyle.CAROUSELEDITOR .carouselList .title {
  font-size: 26px;
  color: #fff;
}
.templateStyle.LIST .templateTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.templateStyle.LIST .templateTitleBox .title {
  color: #fff;
}
.templateStyle.LIST .categoryList {
  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;
}
.templateStyle.LIST .categoryList .item {
  padding: 5px 10px;
}
.templateStyle.LIST .categoryList .title {
  font-size: 16px;
}
.templateStyle.LIST .categoryList .title a {
  display: block;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
}
.templateStyle.LIST .templateOutBox {
  position: relative;
}
.templateStyle.LIST .templateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  opacity: 0;
}
.templateStyle.LIST .templateBox.current {
  pointer-events: auto;
  opacity: 1;
}
.templateStyle.LIST .templateBox:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.templateStyle.LIST .carouselList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.templateStyle.LIST .carouselItem {
  padding: 10px;
  width: 25%;
}
.templateStyle.LIST .carouselBox {
  width: 100%;
}
.templateStyle.LIST .carouselBox .title {
  font-size: 26px;
  color: #fff;
}
.templateStyle.LIST2 .templateTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.templateStyle.LIST2 .templateTitleBox .title {
  color: #fff;
}
.templateStyle.LIST2 .categoryList {
  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;
}
.templateStyle.LIST2 .categoryList .item {
  padding: 5px 10px;
}
.templateStyle.LIST2 .categoryList .title {
  font-size: 16px;
}
.templateStyle.LIST2 .categoryList .title a {
  display: block;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
}
.templateStyle.LIST2 .templateOutBox {
  position: relative;
}
.templateStyle.LIST2 .templateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  opacity: 0;
}
.templateStyle.LIST2 .templateBox.current {
  pointer-events: auto;
  opacity: 1;
}
.templateStyle.LIST2 .templateBox:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.templateStyle.LIST2 .templateLeftBox {
  width: 33.33%;
}
.templateStyle.LIST2 .templateRightBox {
  width: 66.66%;
}
.templateStyle.LIST2 .carouselContentBox {
  position: relative;
}
.templateStyle.LIST2 .carouselContentList .contentItem {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  opacity: 0;
}
.templateStyle.LIST2 .carouselContentList .contentItem.current {
  pointer-events: auto;
  opacity: 1;
}
.templateStyle.LIST2 .carouselContentList .contentItem:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.templateStyle.LIST2 .carouselContentList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.templateStyle.LIST2 .carouselContentList .Img {
  width: 50%;
}
.templateStyle.LIST2 .carouselContentList .Txt {
  padding-left: 50px;
  width: 50%;
}
.templateStyle.LIST2 .carouselContentList .productImg img {
  width: auto;
  max-width: 100%;
}

#spec .textEditor {
  padding: 60px 0 90px;
}

.tabContentItem .compareBox {
  visibility: visible;
}

.specTableBox {
  padding: 0 0 90px;
}
.specTableBox .specTable {
  width: 100%;
}
.specTableBox .btnBox {
  margin-top: 30px;
}

.compareBox {
  visibility: hidden;
  position: relative;
  padding: 60px 0 90px;
  width: 100%;
}
.compareBox .note {
  text-align: center;
  padding: 20px 0;
}
.compareBox .tableWrap {
  width: 100%;
  overflow: auto;
}
.compareBox .tableWrap.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;
}
.compareBox .tableWrap.dragscroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.compareBox .tableWrap.dragscroll::-webkit-scrollbar-thumb {
  background: #272626;
}
.compareBox .compareTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 20px;
  text-align: center;
  position: relative;
  vertical-align: middle;
}
.compareBox .compareTable th {
  min-width: 300px;
}
@media (max-width: 640px) {
  .compareBox .compareTable th {
    min-width: 200px;
  }
}
.compareBox [scope=row] {
  width: 235px;
  min-width: 200px;
  font-weight: 400;
  background: #fff;
}
.compareBox [scope=col] {
  width: 300px;
  min-width: 200px;
  font-weight: 400;
  background: #f8f8f8;
}
.compareBox .stickyField {
  position: sticky;
  z-index: 2;
  left: 0;
  top: 0;
}
@media (min-width: 769px) {
  .compareBox .stickyField2 {
    position: sticky;
    z-index: 2;
    right: 0;
    top: auto;
  }
}
.compareBox th,
.compareBox td {
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 400;
  color: #050c0c;
}
.compareBox thead th {
  position: relative;
  padding: 5px 20px;
  padding-bottom: 13px;
  font-weight: bold !important;
  white-space: nowrap;
}
.compareBox thead th::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: calc(100% - 10px);
  height: 2px;
  background: #272626;
}
.compareBox tbody {
  border-bottom: 2px solid #272626;
}
.compareBox tbody tr:not(:first-child) {
  border-top: 2px solid #d9d9d9;
}
.compareBox tbody .tdContent {
  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;
  min-height: 60px;
}
.compareBox tbody .btn {
  padding: 10px 15px;
  margin: 0 auto;
  display: block;
  max-width: 205px;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #cccccc;
  color: #757676;
}
@media (min-width: 1181px) {
  .compareBox tbody .btn:hover {
    background: #272626;
    color: #fff;
  }
}
.compareBox tbody .btn.bgSecond {
  background: #272626;
  color: #fff;
}
.compareBox .tableHeadWrap {
  counter-reset: index;
  position: sticky;
  top: 0;
  z-index: 3;
}
.compareBox .tableHeadItem {
  min-width: 200px;
  counter-increment: index;
  position: relative;
  padding: 10px 20px;
}
.compareBox .tableHeadItem::before {
  content: counter(index, decimal-leading-zero);
  display: block;
  padding: 10px 0;
}
.compareBox .tableHeadItem .ImgWrap {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.compareBox .tableHeadItem .ImgWrap img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .compareBox .tableHeadItem .ImgWrap:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.compareBox .tableHeadItem .title {
  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 .tableHeadItem .title a {
  display: block;
}
.compareBox .tableHeadItem .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;
}
@media (min-width: 1181px) {
  .compareBox .tableHeadItem .deleteBtn:hover {
    color: #272626;
  }
}
.compareBox .btnBox {
  padding-top: 30px;
}

.documentBox {
  padding: 0 0 120px;
}
@media (max-width: 1180px) {
  .documentBox {
    padding-bottom: 90px;
  }
}
.documentBox .documentList {
  border-bottom: 2px solid #272626;
}
.documentBox .documentItemTitle .item .document {
  position: relative;
  padding: 8px 15px 12px;
}
.documentBox .documentItemTitle .item .document::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: calc(100% - 10px);
  height: 2px;
  background: #272626;
}
@media (min-width: 1181px) {
  .documentBox .documentItem:not(.documentItemTitle):hover .item {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);
            box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
  }
  .documentBox .documentItem:not(.documentItemTitle):hover .item .document {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  .documentBox .documentItem:not(.documentItemTitle):hover .item .title {
    color: #f14595;
  }
  .documentBox .documentItem:not(.documentItemTitle):hover .item svg {
    color: #f14595;
  }
}
.documentBox .documentItem:last-child .item, .documentBox .documentItem:first-child .item {
  border-bottom: none;
}
.documentBox .item {
  position: relative;
  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;
  border-bottom: 1px solid #d9d9d9;
}
.documentBox .item .document {
  padding: 26.5px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  color: #050c0c;
}
@media (max-width: 768px) {
  .documentBox .item .document {
    padding: 15px 10px;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    width: 25%;
  }
}
@media (max-width: 480px) {
  .documentBox .item .document {
    padding: 10px;
    width: 33.3333333333%;
  }
}
@media (max-width: 380px) {
  .documentBox .item .document {
    width: 50%;
  }
}
.documentBox .item .title {
  -webkit-box-flex: 1.6;
      -ms-flex: 1.6;
          flex: 1.6;
}
.documentBox .item svg {
  width: 20px;
  height: 26px;
  color: #272626;
}
.documentBox .item .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.noData {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  color: #272626;
  text-align: center;
}