@charset "UTF-8";
.compareBox .tableHeadItem .deleteBtn, .compareBox .tableHeadItem .ImgWrap img, .feedbackList .Img img, .feedbackList .Img::before, .featureContentList .featureContentItem, .featureNavList .title, .featureNavList .iconBox, .morePicList .btnBox .btn svg, .catalogList .Txt .title, .catalogList .item > .Img img, .rangeBox, .moduleBoxFilter .filterBox .filterList .filterItem a::before, .moduleBoxFilter .filterBox .filterList .filterItem a::after, .contentBox .rightBox {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mainArea.insPage {
  padding-bottom: 0;
}

.contentBox .rightBox.ajaxDisabled {
  opacity: 0.15;
  pointer-events: none;
}

.filterMainBox {
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 1180px) {
  .filterMainBox {
    display: none;
  }
}

.filterMainList {
  position: relative;
}
.filterMainList .filterMainItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.filterMainList .filterMainItem + .filterMainItem {
  margin-top: 16px;
}
.filterMainList .filterTitle {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #5a5e89;
  width: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.filterMainList .filterMainContent {
  position: relative;
}
.filterMainList .filterList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  gap: 10px;
}
.filterMainList .filterList .filterItem {
  position: relative;
}
.filterMainList .filterList .filterItem a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #5a5e89;
  background-color: #e4e5ee;
  border-radius: 30px;
  padding: 6px 20px 6px 40px;
}
.filterMainList .filterList .filterItem a::before, .filterMainList .filterList .filterItem a::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #8a8fc5;
  background-color: #fff;
  border-radius: 3px;
  top: 50%;
  left: 16px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1180px) {
  .filterMainList .filterList .filterItem a::before, .filterMainList .filterList .filterItem a::after {
    left: 24px;
  }
}
.filterMainList .filterList .filterItem a.selected::before {
  border-color: #5a5e89;
}
.filterMainList .filterList .filterItem a.selected::after {
  background-color: #5a5e89;
  border-color: #5a5e89;
}

.filterFuncList.full {
  margin-top: 0 !important;
}
.filterFuncList.full .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-size: 15px;
  padding: 10px 20px;
}
@media (max-width: 575px) {
  .filterFuncList.full .btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}

.moduleBoxFilter .moduleWrap {
  padding-bottom: 20px;
}
.moduleBoxFilter .moduleContent {
  max-height: 80dvh;
  overflow-y: auto;
  padding-bottom: 0;
}
.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 {
  font-size: 16px;
  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: 1180px) {
  .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: #5a5e89;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected::before {
  border-color: #5a5e89;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected::after {
  background-color: #5a5e89;
  border-color: #5a5e89;
}
.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;
}
@media (min-width: 1181px) {
  .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;
}
@media (min-width: 1181px) {
  .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: #5a5e89;
}
.rangeBox label.selected::before {
  background-color: #5a5e89;
}
.rangeBox label.selected::after {
  background-color: #5a5e89;
  border-color: #5a5e89;
}
.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: #5a5e89;
}
.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: #5a5e89;
  -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: #5a5e89;
  -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: #5a5e89;
}
.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;
}

.classBoxColumn.filter {
  margin-top: 30px;
  z-index: 3;
}
@media (min-width: 1181px) {
  .classBoxColumn.filter {
    display: none;
  }
}
.classBoxColumn.filter .sectionTitle {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .classBoxColumn.filter .sectionTitle {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
}
.classBoxColumn.filter .outerBox {
  position: relative;
  border-radius: 35px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
@media (max-width: 1180px) {
  .classBoxColumn.filter .outerBox {
    border-radius: 0;
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.classBoxColumn.filter .classLink > li > a {
  color: #000;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 24px 10px 10px;
}
@media (min-width: 1181px) {
  .classBoxColumn.filter .classLink > li > a:hover {
    color: #f19544;
  }
}
@media (max-width: 1180px) {
  .classBoxColumn.filter .classLink > li > a {
    padding: 14px 24px;
  }
}
@media (min-width: 1181px) {
  .classBoxColumn.filter .classLink .linkHasItems:hover::before, .classBoxColumn.filter .classLink .linkHasItems:hover::after {
    background-color: #f19544;
  }
}
.classBoxColumn.filter .classLink .linkHasItems::before, .classBoxColumn.filter .classLink .linkHasItems::after {
  right: 10px;
}
@media (max-width: 1180px) {
  .classBoxColumn.filter .classLink .linkHasItems::before, .classBoxColumn.filter .classLink .linkHasItems::after {
    right: 24px;
  }
}
.classBoxColumn.filter .classLink .linkHasItems + ul > li a {
  font-size: 15px;
  color: #000;
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding: 14px 16px 14px 36px;
}
@media (min-width: 1181px) {
  .classBoxColumn.filter .classLink .linkHasItems + ul > li a:hover {
    color: #f19544;
    background-color: transparent;
  }
}
@media (max-width: 1180px) {
  .classBoxColumn.filter .classLink .linkHasItems + ul > li a {
    font-size: 14px;
    padding: 14px 16px 14px 48px;
  }
}
.classBoxColumn.filter .classLink .linkHasItems + ul > li + li {
  border-top: 1px solid #dcdcdc;
  margin-top: 0;
}
.classBoxColumn.filter .classLink .linkHasItems.open {
  color: #f19544;
  background-color: transparent;
}
.classBoxColumn.filter .classLink .linkHasItems.open::before, .classBoxColumn.filter .classLink .linkHasItems.open::after {
  background-color: #f19544;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul {
  margin-top: 0;
  border-top: 2px solid #f19544;
}
@media (max-width: 1180px) {
  .classBoxColumn.filter .classLink .linkHasItems.open + ul {
    border-top: none;
  }
}
.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 #5a5e89;
  background-color: #fff;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1180px) {
  .classBoxColumn.filter .classLink .linkHasItems.open + ul > li a::before, .classBoxColumn.filter .classLink .linkHasItems.open + ul > li a::after {
    left: 24px;
  }
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected {
  color: #5a5e89;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected::before {
  border-color: #5a5e89;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected::after {
  background-color: #5a5e89;
  border-color: #5a5e89;
}
.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);
}
@media (min-width: 1181px) {
  .classBoxColumn.filter .pop {
    display: none;
  }
}

.noData {
  color: #555555;
}

.catalogBox {
  position: relative;
  padding-bottom: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.catalogBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.contentBox {
  position: relative;
}
.contentBox:not(.insContent) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  gap: 0 1.5rem;
}
.contentBox:not(.insContent) > .leftBox {
  width: calc(25% - 0.75rem);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (max-width: 1280px) {
  .contentBox:not(.insContent) > .leftBox {
    width: calc(30% - 0.75rem);
  }
}
@media (max-width: 1180px) {
  .contentBox:not(.insContent) > .leftBox {
    width: 100%;
  }
}
.contentBox:not(.insContent) > .rightBox {
  position: relative;
  width: calc(75% - 0.75rem);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (max-width: 1280px) {
  .contentBox:not(.insContent) > .rightBox {
    width: calc(70% - 0.75rem);
  }
}
@media (max-width: 1180px) {
  .contentBox:not(.insContent) > .rightBox {
    width: 100%;
  }
}

.catalogList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  gap: 3rem 2.25rem;
}
@media (max-width: 1280px) {
  .catalogList {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
.catalogList .catalogItem {
  position: relative;
  width: calc(33.3333333333% - 1.5rem);
  height: 100%;
}
@media (max-width: 1280px) {
  .catalogList .catalogItem {
    width: calc(33.3333333333% - 1rem);
  }
}
@media (max-width: 768px) {
  .catalogList .catalogItem {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 480px) {
  .catalogList .catalogItem {
    width: 100%;
  }
}
.catalogList .item {
  position: relative;
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 44px;
}
@media (max-width: 1366px) {
  .catalogList .item {
    padding: 16px 16px 36px;
  }
}
@media (min-width: 1181px) {
  .catalogList .item:hover .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .catalogList .item:hover .title {
    color: #f19544;
  }
  .catalogList .item:hover .title a {
    color: #f19544;
  }
}
.catalogList .item > .Img {
  border-radius: 15px;
  overflow: clip;
}
.catalogList .item > .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogList .Img a {
  display: block;
  overflow: hidden;
}
.catalogList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogList .Txt {
  position: relative;
  margin-top: 1.25rem;
}
.catalogList .Txt .title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 55px;
}
@media (max-width: 1366px) {
  .catalogList .Txt .title {
    font-size: 18px;
    height: 50px;
  }
}
@media (max-width: 400px) {
  .catalogList .Txt .title {
    font-size: 16px;
    height: 45px;
  }
}
.catalogList .Txt .title a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  color: #000;
}
@media (max-width: 1366px) {
  .catalogList .Txt .title a {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .catalogList .Txt .title a {
    font-size: 16px;
  }
}
.catalogList .Txt .text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.65;
  color: #555;
  margin-top: 0.875rem;
}
@media (max-width: 1366px) {
  .catalogList .Txt .text {
    font-size: 14px;
    margin-top: 0.5rem;
  }
}
@media (max-width: 400px) {
  .catalogList .Txt .text {
    font-size: 13px;
    margin-top: 0.375rem;
  }
}
.catalogList .Txt .text.ellipsis {
  height: 75px;
  overflow: hidden;
}
@media (max-width: 400px) {
  .catalogList .Txt .text.ellipsis {
    height: 66px;
  }
}
.catalogList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.catalogList .classTitleList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin-top: 0.75rem;
}
.catalogList .classTitleList li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #888888;
}
.catalogList .classTitleList li::before {
  content: "#";
  display: block;
  pointer-events: none;
  color: #f19544;
}
@media (max-width: 1366px) {
  .catalogList .classTitleList li {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .catalogList .classTitleList li {
    font-size: 12px;
  }
}
.catalogList .decoImg {
  position: absolute;
  bottom: -20px;
  left: -16px;
  z-index: 1;
  pointer-events: none;
}
.catalogList .decoImg .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogList .decoImg .Img.num0 {
  width: 77px;
}
@media (max-width: 1366px) {
  .catalogList .decoImg .Img.num0 {
    width: 60px;
  }
}
@media (max-width: 1280px) {
  .catalogList .decoImg .Img.num0 {
    width: 50px;
  }
}
.catalogList .decoImg .Img.num1 {
  width: 87px;
}
@media (max-width: 1366px) {
  .catalogList .decoImg .Img.num1 {
    width: 75px;
  }
}
@media (max-width: 1280px) {
  .catalogList .decoImg .Img.num1 {
    width: 65px;
  }
}
.catalogList .decoImg .Img.num2 {
  width: 87px;
}
@media (max-width: 1366px) {
  .catalogList .decoImg .Img.num2 {
    width: 75px;
  }
}
@media (max-width: 1280px) {
  .catalogList .decoImg .Img.num2 {
    width: 65px;
  }
}
.catalogList .decoImg .Img.num3 {
  width: 88px;
}
@media (max-width: 1366px) {
  .catalogList .decoImg .Img.num3 {
    width: 75px;
  }
}
@media (max-width: 1280px) {
  .catalogList .decoImg .Img.num3 {
    width: 65px;
  }
}

@media (max-width: 768px) {
  .insPage {
    padding-top: 0;
  }
}
.insPage .bread {
  margin-bottom: 0;
}

.morePicArea {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 1366px) {
  .morePicArea {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .morePicArea {
    padding: 30px 0;
  }
}
.morePicArea .wrap {
  max-width: 100%;
}

.morePicBox {
  position: relative;
}

.morePicList {
  position: relative;
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr 24px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 24px 30px;
}

.morePicList > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.morePicList > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.morePicList > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.morePicList > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.morePicList > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.morePicList > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.morePicList > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.morePicList > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
@media (max-width: 1366px) {
  .morePicList {
    gap: 20px 24px;
  }
}
@media (max-width: 1180px) {
  .morePicList {
    gap: 12px 16px;
  }
}
@media (max-width: 991px) {
  .morePicList {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }
  .morePicList > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .morePicList > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .morePicList > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .morePicList > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .morePicList > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .morePicList > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
@media (max-width: 575px) {
  .morePicList {
    gap: 10px 12px;
  }
}
.morePicList .morePicItem {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: clip;
}
@media (max-width: 575px) {
  .morePicList .morePicItem {
    border-radius: 10px;
  }
}
.morePicList .morePicItem:nth-child(1) {
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2/span 2;
}
@media (max-width: 991px) {
  .morePicList .morePicItem:nth-child(1) {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
  }
}
.morePicList .morePicItem:nth-child(2) {
  -ms-grid-column: 3;
      grid-column-start: 3;
}
.morePicList .morePicItem:nth-child(3) {
  -ms-grid-column: 4;
      grid-column-start: 4;
}
@media (max-width: 991px) {
  .morePicList .morePicItem:nth-child(3) {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
}
.morePicList .morePicItem:nth-child(4) {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-row: 2;
      grid-row-start: 2;
}
@media (max-width: 991px) {
  .morePicList .morePicItem:nth-child(4) {
    display: none;
  }
}
.morePicList .morePicItem:nth-child(5) {
  -ms-grid-column: 4;
      grid-column-start: 4;
  -ms-grid-row: 2;
      grid-row-start: 2;
}
@media (max-width: 991px) {
  .morePicList .morePicItem:nth-child(5) {
    display: none;
  }
}
.morePicList .morePicItem img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.morePicList .btnBox {
  position: absolute;
  top: auto;
  right: 42px;
  bottom: 42px;
  left: auto;
  margin: 0;
}
@media (max-width: 1599px) {
  .morePicList .btnBox {
    bottom: 24px;
    right: 16px;
  }
}
@media (max-width: 1180px) {
  .morePicList .btnBox {
    bottom: 16px;
    right: 12px;
  }
}
@media (max-width: 480px) {
  .morePicList .btnBox {
    bottom: 10px;
    right: 8px;
  }
}
@media (max-width: 375px) {
  .morePicList .btnBox {
    bottom: 6px;
    right: 6px;
  }
}
.morePicList .btnBox .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 190px;
  padding-left: 36px;
}
@media (min-width: 1181px) {
  .morePicList .btnBox .btn:hover svg {
    color: #fff;
  }
}
@media (max-width: 1499px) {
  .morePicList .btnBox .btn {
    font-size: 15px;
    min-width: 150px;
    padding: 12px 20px 12px 24px;
  }
}
@media (max-width: 1180px) {
  .morePicList .btnBox .btn {
    font-size: 14px;
    min-width: 130px;
    padding: 10px 16px 10px 20px;
  }
}
@media (max-width: 768px) {
  .morePicList .btnBox .btn {
    font-size: 13px;
    min-width: 120px;
  }
}
@media (max-width: 480px) {
  .morePicList .btnBox .btn {
    min-width: auto;
    padding: 8px 12px;
  }
}
@media (max-width: 375px) {
  .morePicList .btnBox .btn {
    padding: 6px 10px;
  }
}
@media (max-width: 480px) {
  .morePicList .btnBox .btn span {
    display: none;
  }
}
.morePicList .btnBox .btn svg {
  width: 25px;
  height: 25px;
  color: #626690;
}
@media (max-width: 1499px) {
  .morePicList .btnBox .btn svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  .morePicList .btnBox .btn svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .morePicList .btnBox .btn svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 375px) {
  .morePicList .btnBox .btn svg {
    width: 14px;
    height: 14px;
  }
}

.introArea {
  position: relative;
  padding: 55px 0 130px;
}
@media (max-width: 1180px) {
  .introArea {
    padding: 40px 0 100px;
  }
}
@media (max-width: 768px) {
  .introArea {
    padding: 40px 0 80px;
  }
}
.introArea::after {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 125px;
  background-image: url("../images/deco/catalog-intro-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .introArea::after {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .introArea::after {
    height: 80px;
  }
}

.introBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem 0.5rem;
}
@media (max-width: 991px) {
  .introBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.introBox .leftBox {
  position: relative;
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (max-width: 991px) {
  .introBox .leftBox {
    width: 100%;
  }
}
.introBox .leftBox .content {
  position: relative;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  .introBox .leftBox .content {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .introBox .leftBox .content {
    row-gap: 16px;
  }
}
.introBox .rightBox {
  position: relative;
  width: calc(50% - 0.5rem);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (max-width: 991px) {
  .introBox .rightBox {
    width: 100%;
  }
}
.introBox .articleTitle {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  color: #5a5e89;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 1499px) {
  .introBox .articleTitle {
    font-size: 46px;
  }
}
@media (max-width: 1366px) {
  .introBox .articleTitle {
    font-size: 42px;
  }
}
@media (max-width: 1280px) {
  .introBox .articleTitle {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .introBox .articleTitle {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .introBox .articleTitle {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .introBox .articleTitle {
    font-size: 28px;
  }
}
.introBox .articleTitle::before {
  display: none;
}
.introBox .descList {
  position: relative;
}
@media (max-width: 991px) {
  .introBox .descList {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.introBox .descList .descItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.introBox .descList .descItem + .descItem {
  margin-top: 0.625rem;
}
.introBox .descList .icon {
  width: 35px;
  height: 35px;
  padding: 8px;
  color: #8a8fc5;
  border-radius: 50%;
  border: 1px solid #c0c0ce;
}
@media (max-width: 1180px) {
  .introBox .descList .icon {
    width: 30px;
    height: 30px;
    padding: 6px;
  }
}
@media (max-width: 575px) {
  .introBox .descList .icon {
    width: 28px;
    height: 28px;
  }
}
.introBox .descList .link {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #8a8fc5;
}
@media (max-width: 1180px) {
  .introBox .descList .link {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .introBox .descList .link {
    font-size: 14px;
  }
}
@media (min-width: 1181px) {
  .introBox .descList .link:hover {
    color: #f19544;
  }
}
.introBox .btnBox {
  max-width: 315px;
}
@media (max-width: 1180px) {
  .introBox .btnBox {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .introBox .btnBox {
    margin-top: 0;
    width: 100%;
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .introBox .btnBox {
    max-width: none;
  }
}
.introBox .btnBox.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .introBox .btnBox.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 575px) {
  .introBox .btnBox.flex {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
@media (max-width: 375px) {
  .introBox .btnBox.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.introBox .btnBox .btn {
  width: 100%;
  max-width: none;
  padding: 12px 20px;
}
@media (max-width: 1180px) {
  .introBox .btnBox .btn {
    font-size: 15px;
    padding: 10px 16px;
  }
}
@media (max-width: 768px) {
  .introBox .btnBox .btn {
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  .introBox .btnBox .btn {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.introBox .specBox {
  position: relative;
}
.introBox .specBox .title {
  position: relative;
  max-width: 260px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  background-color: #5a5e89;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 14px 16px;
}
@media (max-width: 1180px) {
  .introBox .specBox .title {
    font-size: 22px;
    max-width: 200px;
    padding: 12px 16px;
  }
}
@media (max-width: 768px) {
  .introBox .specBox .title {
    font-size: 20px;
    padding: 10px 16px;
    max-width: 180px;
  }
}
@media (max-width: 575px) {
  .introBox .specBox .title {
    display: inline-block;
    max-width: none;
    font-size: 18px;
    padding: 10px 36px;
  }
}
@media (max-width: 480px) {
  .introBox .specBox .title {
    padding: 10px 20px;
  }
}
@media (max-width: 375px) {
  .introBox .specBox .title {
    font-size: 16px;
  }
}
.introBox .specBox .Txt {
  position: relative;
  width: calc(100% - 12px);
  background-color: #fff;
  border: 1px solid #5a5e89;
  border-radius: 15px;
  border-top-left-radius: 0;
  padding: 48px 54px;
}
@media (max-width: 1180px) {
  .introBox .specBox .Txt {
    padding: 36px 48px;
  }
}
@media (max-width: 768px) {
  .introBox .specBox .Txt {
    padding: 30px 48px;
  }
}
@media (max-width: 575px) {
  .introBox .specBox .Txt {
    padding: 24px 36px;
  }
}
@media (max-width: 480px) {
  .introBox .specBox .Txt {
    padding: 20px 20px;
  }
}
@media (max-width: 375px) {
  .introBox .specBox .Txt {
    padding: 16px;
  }
}
.introBox .specBox .Txt::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #5a5e89;
  border-radius: 15px;
  position: absolute;
  top: auto;
  right: -10px;
  bottom: -10px;
  left: auto;
  z-index: -1;
}
.introBox .specBox .innerBox {
  position: relative;
}
.introBox .specBox .innerBox span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1.5;
  color: #5a5e89;
}
@media (max-width: 1180px) {
  .introBox .specBox .innerBox span {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .introBox .specBox .innerBox span {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .introBox .specBox .innerBox span {
    font-size: 14px;
  }
}
.introBox .specBox .innerBox span::before {
  content: "★";
  display: block;
  pointer-events: none;
  color: #f19544;
}
.introBox .specBox .innerBox span + span {
  margin-top: 1rem;
}
@media (max-width: 1180px) {
  .introBox .specBox .innerBox span + span {
    margin-top: 0.75rem;
  }
}
@media (max-width: 575px) {
  .introBox .specBox .innerBox span + span {
    margin-top: 0.625rem;
  }
}

.sideShare {
  margin: 0 0 14px;
}

.informationBox {
  position: relative;
  padding-top: 85px;
  margin-top: 90px;
  border-top: 1px solid #e4e5ee;
}
@media (max-width: 1180px) {
  .informationBox {
    padding-top: 60px;
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .informationBox {
    padding-top: 40px;
    margin-top: 50px;
  }
}

.informationList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  gap: 3rem 1rem;
}
@media (max-width: 1180px) {
  .informationList {
    gap: 2.25rem 0.5rem;
  }
}
@media (max-width: 991px) {
  .informationList {
    gap: 1.5rem 0.5625rem;
  }
}
@media (max-width: 640px) {
  .informationList {
    gap: 1.5rem 0.625rem;
  }
}
.informationList + .informationTagOuterBox {
  margin-top: 36px;
}
@media (max-width: 768px) {
  .informationList + .informationTagOuterBox {
    margin-top: 24px;
  }
}
.informationList .informationItem {
  position: relative;
  width: calc(25% - 0.75rem);
}
@media (max-width: 1180px) {
  .informationList .informationItem {
    width: calc(25% - 0.375rem);
  }
}
@media (max-width: 991px) {
  .informationList .informationItem {
    width: calc(33.3333333333% - 0.375rem);
  }
}
@media (max-width: 640px) {
  .informationList .informationItem {
    width: calc(50% - 0.3125rem);
  }
}
.informationList .title {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.5;
  color: #a6a6ba;
}
@media (max-width: 1366px) {
  .informationList .title {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .informationList .title {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .informationList .title {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .informationList .title {
    font-size: 13px;
  }
}
.informationList .text {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.5;
  color: #5a5e89;
  margin-top: 4px;
}
@media (max-width: 1366px) {
  .informationList .text {
    font-size: 34px;
  }
}
@media (max-width: 1180px) {
  .informationList .text {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .informationList .text {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .informationList .text {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .informationList .text {
    font-size: 26px;
  }
}
@media (max-width: 320px) {
  .informationList .text {
    font-size: 24px;
  }
}

.informationTagOuterBox {
  position: relative;
}

.informationTagBox {
  position: relative;
  padding: 36px 32px;
  background-color: #f5f5f9;
  border-radius: 20px;
}
@media (max-width: 1366px) {
  .informationTagBox {
    padding: 32px 24px;
  }
}
@media (max-width: 1180px) {
  .informationTagBox {
    padding: 24px 24px;
  }
}
.informationTagBox .tagSecTitle {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  color: #5a5e89;
  margin-bottom: 1.5rem;
  margin-left: 2.25rem;
}
@media (max-width: 1366px) {
  .informationTagBox .tagSecTitle {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1280px) {
  .informationTagBox .tagSecTitle {
    font-size: 24px;
    margin-left: 1rem;
  }
}
@media (max-width: 1180px) {
  .informationTagBox .tagSecTitle {
    font-size: 22px;
    margin-left: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .informationTagBox .tagSecTitle {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .informationTagBox .tagSecTitle {
    font-size: 20px;
  }
}
.informationTagBox .tagList {
  position: relative;
}
.informationTagBox .tagList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  gap: 1.5rem 0.875rem;
}
.informationTagBox .tagList:not(.slick-slider) .tagItem {
  width: calc(14.2857142857% - 0.75rem);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.informationTagBox .tagList .slick-list {
  margin: 0 -10px;
}
.informationTagBox .tagList .tagItem {
  position: relative;
  padding: 0 10px;
}
.informationTagBox .tagList .item {
  position: relative;
}
.informationTagBox .tagList .Img {
  max-width: 56px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .informationTagBox .tagList .Img {
    max-width: 48px;
  }
}
@media (max-width: 480px) {
  .informationTagBox .tagList .Img {
    max-width: 40px;
  }
}
.informationTagBox .tagList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
.informationTagBox .tagList .title {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.5;
  color: #5a5e89;
  text-align: center;
  margin-top: 1.625rem;
}
@media (max-width: 1180px) {
  .informationTagBox .tagList .title {
    font-size: 16px;
    margin-top: 1.25rem;
  }
}
@media (max-width: 575px) {
  .informationTagBox .tagList .title {
    font-size: 15px;
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  .informationTagBox .tagList .title {
    font-size: 14px;
    margin-top: 0.75rem;
  }
}

.featuresArea {
  position: relative;
  padding: 108px 0 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(138, 143, 197, 0)), to(rgba(138, 143, 197, 0.1)));
  background: linear-gradient(to bottom, rgba(138, 143, 197, 0) 0%, rgba(138, 143, 197, 0.1) 100%);
}
@media (max-width: 1180px) {
  .featuresArea {
    padding: 80px 0 150px;
  }
}
@media (max-width: 768px) {
  .featuresArea {
    padding: 80px 0 100px;
  }
}
.featuresArea::after {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 125px;
  background-image: url("../images/deco/catalog-intro-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .featuresArea::after {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .featuresArea::after {
    height: 80px;
  }
}
.featuresArea .decoBg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.featuresArea .decoBg .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.featuresArea .decoBg .Img.people {
  max-width: 260px;
  position: absolute;
  top: 120px;
  right: 60px;
  bottom: auto;
  left: auto;
}
@media (max-width: 1799px) {
  .featuresArea .decoBg .Img.people {
    max-width: 200px;
    top: 60px;
    right: 30px;
  }
}
@media (max-width: 1499px) {
  .featuresArea .decoBg .Img.people {
    max-width: 160px;
    top: 30px;
  }
}
@media (max-width: 1180px) {
  .featuresArea .decoBg .Img.people {
    max-width: 140px;
    top: 20px;
  }
}
@media (max-width: 768px) {
  .featuresArea .decoBg .Img.people {
    max-width: 120px;
    top: 10px;
    right: 15px;
  }
}
@media (max-width: 575px) {
  .featuresArea .decoBg .Img.people {
    max-width: 100px;
  }
}
@media (max-width: 480px) {
  .featuresArea .decoBg .Img.people {
    max-width: 80px;
    right: 5px;
  }
}
@media (max-width: 375px) {
  .featuresArea .decoBg .Img.people {
    display: none;
  }
}
.featuresArea .decoBg .Img.starLeft {
  max-width: 151px;
  position: absolute;
  top: 390px;
  right: auto;
  bottom: auto;
  left: 58px;
}
@media (max-width: 1799px) {
  .featuresArea .decoBg .Img.starLeft {
    max-width: 130px;
    top: 330px;
    left: 30px;
  }
}
@media (max-width: 1499px) {
  .featuresArea .decoBg .Img.starLeft {
    max-width: 110px;
    top: 300px;
    left: 20px;
  }
}
@media (max-width: 1180px) {
  .featuresArea .decoBg .Img.starLeft {
    max-width: 90px;
    top: 270px;
    left: 10px;
  }
}
@media (max-width: 768px) {
  .featuresArea .decoBg .Img.starLeft {
    max-width: 80px;
    top: 260px;
    left: 5px;
  }
}
@media (max-width: 640px) {
  .featuresArea .decoBg .Img.starLeft {
    top: 310px;
  }
}
@media (max-width: 575px) {
  .featuresArea .decoBg .Img.starLeft {
    max-width: 70px;
    top: 400px;
  }
}
@media (max-width: 480px) {
  .featuresArea .decoBg .Img.starLeft {
    top: 30px;
  }
}
.featuresArea .decoBg .Img.starRight {
  max-width: 126px;
  position: absolute;
  top: 50%;
  right: 120px;
  bottom: auto;
  left: auto;
}
@media (max-width: 1799px) {
  .featuresArea .decoBg .Img.starRight {
    max-width: 110px;
    top: 50%;
    right: 60px;
  }
}
@media (max-width: 1499px) {
  .featuresArea .decoBg .Img.starRight {
    max-width: 90px;
    top: 49%;
    right: 30px;
  }
}
@media (max-width: 1180px) {
  .featuresArea .decoBg .Img.starRight {
    display: none;
  }
}

.featureNavList {
  position: relative;
  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: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
}
@media (max-width: 1499px) {
  .featureNavList {
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
  }
}
@media (max-width: 1180px) {
  .featureNavList {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
}
@media (max-width: 768px) {
  .featureNavList {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media (max-width: 640px) {
  .featureNavList {
    gap: 24px 18px;
  }
}
@media (max-width: 575px) {
  .featureNavList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
  }
}
@media (max-width: 375px) {
  .featureNavList {
    gap: 16px 10px;
  }
}
.featureNavList .featureNavItem {
  position: relative;
  cursor: pointer;
}
@media (max-width: 640px) {
  .featureNavList .featureNavItem {
    width: calc(33.3333333333% - 12px);
  }
}
@media (max-width: 575px) {
  .featureNavList .featureNavItem {
    width: calc(50% - 8px);
  }
}
@media (max-width: 375px) {
  .featureNavList .featureNavItem {
    width: calc(50% - 5px);
  }
}
.featureNavList .featureNavItem.current .iconBox {
  background-color: #f19544;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.featureNavList .featureNavItem.current .iconBox .Img img {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-filter: drop-shadow(0px -80px 0px #fff);
          filter: drop-shadow(0px -80px 0px #fff);
}
.featureNavList .featureNavItem.current .title {
  color: #f19544;
}
.featureNavList .item {
  position: relative;
}
@media (max-width: 640px) {
  .featureNavList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media (max-width: 480px) {
  .featureNavList .item {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media (min-width: 1181px) {
  .featureNavList .item:hover .iconBox {
    background-color: #f19544;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .featureNavList .item:hover .iconBox .Img img {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
    -webkit-filter: drop-shadow(0px -80px 0px #fff);
            filter: drop-shadow(0px -80px 0px #fff);
  }
  .featureNavList .item:hover .title {
    color: #f19544;
  }
}
.featureNavList .iconBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 98px;
  height: 98px;
  border-radius: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1499px) {
  .featureNavList .iconBox {
    width: 80px;
    height: 80px;
    border-radius: 32px;
  }
}
@media (max-width: 768px) {
  .featureNavList .iconBox {
    width: 72px;
    height: 72px;
    border-radius: 28px;
  }
}
@media (max-width: 640px) {
  .featureNavList .iconBox {
    width: 64px;
    height: 64px;
    border-radius: 24px;
  }
}
@media (max-width: 480px) {
  .featureNavList .iconBox {
    width: 54px;
    height: 54px;
    border-radius: 20px;
  }
}
.featureNavList .iconBox .Img {
  max-width: 60px;
  overflow: clip;
}
@media (max-width: 1499px) {
  .featureNavList .iconBox .Img {
    max-width: 48px;
  }
}
@media (max-width: 768px) {
  .featureNavList .iconBox .Img {
    max-width: 36px;
  }
}
@media (max-width: 480px) {
  .featureNavList .iconBox .Img {
    max-width: 30px;
  }
}
.featureNavList .iconBox .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out, -webkit-filter 0s;
  transition: -webkit-transform 0.6s ease-in-out, -webkit-filter 0s;
  transition: transform 0.6s ease-in-out, filter 0s;
  transition: transform 0.6s ease-in-out, filter 0s, -webkit-transform 0.6s ease-in-out, -webkit-filter 0s;
}
.featureNavList .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.5;
  color: #5a5e89;
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 1499px) {
  .featureNavList .title {
    font-size: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 1180px) {
  .featureNavList .title {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .featureNavList .title {
    margin-top: 0;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .featureNavList .title {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .featureNavList .title {
    font-size: 13px;
  }
}

.featureContentList {
  position: relative;
  margin-top: 90px;
}
@media (max-width: 1499px) {
  .featureContentList {
    margin-top: 64px;
  }
}
@media (max-width: 768px) {
  .featureContentList {
    margin-top: 48px;
  }
}
.featureContentList .featureContentItem {
  position: relative;
  display: none;
}
.featureContentList .featureContentItem.current {
  display: block;
}
@starting-style {
  .featureContentList .featureContentItem.current {
    opacity: 0;
  }
}
.featureContentList .tab {
  margin-top: 0;
}

.feedbackArea {
  position: relative;
  padding: 110px 0;
  overflow-x: clip;
}
@media (max-width: 1366px) {
  .feedbackArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .feedbackArea {
    padding-top: 120px;
  }
}
.feedbackArea .decoBg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.feedbackArea .decoBg .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.feedbackArea .decoBg .Img.map {
  width: 100%;
  max-width: 1345px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 991px) {
  .feedbackArea .decoBg .Img.map {
    width: 956px;
    max-width: none;
  }
}
.feedbackArea .decoBg .Img.left {
  width: 428px;
  position: absolute;
  top: 72px;
  right: auto;
  bottom: auto;
  left: 7.5%;
}
@media (max-width: 1699px) {
  .feedbackArea .decoBg .Img.left {
    width: 350px;
    left: 60px;
  }
}
@media (max-width: 1499px) {
  .feedbackArea .decoBg .Img.left {
    width: 300px;
    top: 50px;
    left: 40px;
  }
}
@media (max-width: 1280px) {
  .feedbackArea .decoBg .Img.left {
    width: 250px;
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 991px) {
  .feedbackArea .decoBg .Img.left {
    width: 200px;
    top: 20px;
    left: 20px;
  }
}
.feedbackArea .decoBg .Img.right {
  width: 194px;
  position: absolute;
  top: 93px;
  right: 6%;
  bottom: auto;
  left: auto;
}
@media (max-width: 1699px) {
  .feedbackArea .decoBg .Img.right {
    width: 160px;
    right: 40px;
  }
}
@media (max-width: 1499px) {
  .feedbackArea .decoBg .Img.right {
    width: 140px;
    top: 70px;
    right: 30px;
  }
}
@media (max-width: 1280px) {
  .feedbackArea .decoBg .Img.right {
    width: 120px;
    top: 40px;
    right: 20px;
  }
}
@media (max-width: 768px) {
  .feedbackArea .decoBg .Img.right {
    width: 90px;
    top: 80px;
  }
}
@media (max-width: 575px) {
  .feedbackArea .decoBg .Img.right {
    display: none;
  }
}
.feedbackArea .titleBox {
  max-width: 650px;
  margin: 0 auto;
}

.feedbackBox {
  position: relative;
  margin-top: 5rem;
}
@media (max-width: 1366px) {
  .feedbackBox {
    margin-top: 4rem;
  }
}
@media (max-width: 1180px) {
  .feedbackBox {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .feedbackBox {
    margin-top: 2.25rem;
  }
}

.feedbackList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.feedbackList:not(.slick-slider) .feedbackItem {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.feedbackList .slick-list {
  overflow: visible;
}
@media (max-width: 480px) {
  .feedbackList .slick-list {
    padding-right: 130px;
  }
}
@media (max-width: 400px) {
  .feedbackList .slick-list {
    padding-right: 80px;
  }
}
.feedbackList .feedbackItem {
  position: relative;
  padding: 0 27px;
}
@media (max-width: 1280px) {
  .feedbackList .feedbackItem {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .feedbackList .feedbackItem {
    padding: 0 10px;
  }
}
.feedbackList .item {
  position: relative;
}
@media (min-width: 1181px) {
  .feedbackList .item:hover .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .feedbackList .item:hover .Img::before {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
}
.feedbackList .decoBg {
  position: relative;
}
.feedbackList .decoBg img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.feedbackList .Img {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-mask-image: url("../images/deco/albumBorderMask.jpg");
          mask-image: url("../images/deco/albumBorderMask.jpg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.feedbackList .Img::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  z-index: 1;
}
.feedbackList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.feedbackList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 2rem 2rem 3rem;
}
@media (max-width: 1699px) {
  .feedbackList .linkWrap {
    padding: 2rem;
  }
}
.feedbackList .linkWrap i {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1699px) {
  .feedbackList .linkWrap i {
    font-size: 26px;
  }
}
@media (max-width: 1180px) {
  .feedbackList .linkWrap i {
    font-size: 24px;
  }
}

.feedbackDotsBox {
  position: relative;
  margin-top: 3.75rem;
}
@media (max-width: 1180px) {
  .feedbackDotsBox {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .feedbackDotsBox {
    margin-top: 2.25rem;
  }
}
.feedbackDotsBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (max-width: 575px) {
  .feedbackDotsBox .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.feedbackDotsBox .dotsBox {
  position: relative;
  max-width: 1100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 575px) {
  .feedbackDotsBox .dotsBox {
    display: none;
  }
}
.feedbackDotsBox .slick-dots {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: unset;
}
.feedbackDotsBox .slick-dots::before {
  content: "";
  display: block;
  pointer-events: none;
  width: calc(100% - 2px);
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(to right, #000 0%, #000 50%, transparent 50%, transparent 100%);
  background-size: 6px 100%;
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  translate: 0 -50%;
}
.feedbackDotsBox .slick-dots li.slick-active button::before {
  display: none;
}
.feedbackDotsBox .slick-dots li.slick-active button::after {
  content: "";
  display: block;
  pointer-events: none;
  width: 28px;
  height: 25px;
  background-image: url("../images/deco/airplane.png");
  background-size: contain;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 1180px) {
  .feedbackDotsBox .slick-dots li.slick-active button::after {
    width: 24px;
    height: 21px;
  }
}
@starting-style {
  .feedbackDotsBox .slick-dots li.slick-active button::after {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.feedbackDotsBox .arrowBox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.feedbackDotsBox .slick-arrow {
  position: relative;
}
.feedbackDotsBox .slick-arrow.shadow {
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .feedbackDotsBox .slick-arrow.shadow {
    -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
  }
}

.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 .articleTitle {
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}
.insIntroBox .introBox .code {
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.insIntroBox .introBox .tagBox {
  padding: 15px 0 0;
}
.insIntroBox .introBox .tagBox ul {
  margin: 0 -3px;
}
.insIntroBox .introBox .tagBox ul li {
  padding: 0 3px;
  position: relative;
}
.insIntroBox .introBox .tagBox ul li::before {
  content: "#";
  display: inline-block;
  font-style: italic;
  padding-right: 3px;
}
.insIntroBox .introBox .Txt {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 15px;
  color: #6c6c6c;
}
.insIntroBox .introBox .btnBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
}
.insIntroBox .introBox .btnBox .btn {
  max-width: 180px;
}

.specTableBox .specTable {
  width: 100%;
  border: 1px solid #e4e5ee;
}
.specTableBox .specTable .specTableRow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.specTableBox .specTable .specTableRowHead {
  background-color: #5a5e89;
}
.specTableBox .specTable .specTableRowHead .specTableColumn {
  color: #fff;
  font-size: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 15px;
}
@media (max-width: 1180px) {
  .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: 1180px) {
  .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 {
  width: 100%;
  position: relative;
}
.compareBox .note {
  text-align: center;
  padding: 20px 0;
}
.compareBox .tableWrap {
  width: 100%;
  overflow: auto;
}
.compareBox .tableWrap.dragscroll {
  cursor: move;
}
.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: #5a5e89;
}
.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;
}
.compareBox [scope=row] {
  width: 200px;
  min-width: 120px;
  background-color: #f1f1f1;
  vertical-align: middle;
  font-weight: 400;
}
.compareBox .stickyField {
  position: sticky;
  z-index: 2;
  left: 0;
  top: auto;
}
.compareBox th,
.compareBox td {
  padding: 5px 10px;
}
.compareBox th:not(:last-child),
.compareBox td:not(:last-child) {
  border-right: 1px solid #ccc;
}
.compareBox tbody tr {
  border-top: 1px solid #ccc;
}
.compareBox tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.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 .tableHeadWrap {
  counter-reset: index;
  position: sticky;
  top: 0;
  background-color: #fff;
  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%;
  max-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: #5a5e89;
  }
}
.compareBox .btnBox {
  padding-top: 30px;
}

.afterLoading .classBoxColumn {
  -webkit-animation: slideDownAnimation 0.5s ease-in-out both;
          animation: slideDownAnimation 0.5s ease-in-out both;
}
.afterLoading .filterMainBox {
  -webkit-animation: slideDownAnimation 0.5s ease-in-out both;
          animation: slideDownAnimation 0.5s ease-in-out both;
}
.afterLoading .tagBox {
  -webkit-animation: slideDownAnimation 0.5s ease-in-out both;
          animation: slideDownAnimation 0.5s ease-in-out both;
}
.afterLoading .catalogBox {
  -webkit-animation: slideDownAnimation 0.5s ease-in-out both;
          animation: slideDownAnimation 0.5s ease-in-out both;
}
/*# sourceMappingURL=catalog.css.map */