

.arrowBox .appendDots .slick-dots li, .newsArea .bottomBox .arrowBox .arrow, .activityArea .arrowBox .appendDots .slick-dots li button::before, .activityArea .arrowBox .appendDots .slick-dots li, .activityArea .arrowBox .arrow, .activityArea .activityList .activityItem .Img img, .activityArea .activityList .activityItem .Img:before, .activityArea .activityList .activityItem .TxtBox .btnPlus:before, .activityArea .activityList .activityItem .TxtBox .btnPlus:after, .activityArea .activityList .activityItem .TxtBox .btnPlus, .activityArea .activityList .activityItem .TxtBox .Txt, .productArea .productClassBox .productClassList li .Icon img, .productArea .productClassBox .productClassList li a, .coreArea .txtBox .coreList .coreItem .item svg .hover, .coreArea .txtBox .coreList .coreItem .item svg .unHover, .coreArea .arrowBox .appendDots .slick-dots li button::before, .coreArea .arrowBox .appendDots .slick-dots li, .coreArea .arrowBox .arrow, .bannerArea .slick-dots li button::before, .bannerArea .slick-dots li, .bannerArea .arrowBox .arrow, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .pageScroll a span, .pageScroll a:before, .pageScroll {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loop-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes rotate_show {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate_show {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scale_rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) rotate(180deg);
            transform: scale(0.8) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
@keyframes scale_rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) rotate(180deg);
            transform: scale(0.8) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
.wrap {
  max-width: 1440px;
}





.productArea {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
@media (max-width: 1440px) {
  .productArea {
    padding-left: 81px;
  }
}
@media (max-width: 1180px) {
  .productArea {
    padding: 70px 0 90px;
  }
}
@media (max-width: 768px) {
  .productArea {
    padding: 50px 0 60px;
  }
}
@media (max-width: 480px) {
  .productArea {
    padding: 35px 0 45px;
  }
}
@media (min-width: 1181px) {
  .productArea.show .sideBg.sideBgLt {
    -webkit-animation: scale_rotate 1.6s 0.3s cubic-bezier(0.05, 0, 0.35, 1), rotate_show 20s 2.02s linear forwards infinite;
            animation: scale_rotate 1.6s 0.3s cubic-bezier(0.05, 0, 0.35, 1), rotate_show 20s 2.02s linear forwards infinite;
    -webkit-animation: scale_rotate 1.6s 0.3s cubic-bezier(0, 0, 0.35, 1) forwards;
            animation: scale_rotate 1.6s 0.3s cubic-bezier(0, 0, 0.35, 1) forwards;
  }
  .productArea.show .sideBg.sideBgRt {
    -webkit-animation: scale_rotate 1.6s 0.3s cubic-bezier(0.05, 0, 0.35, 1), rotate_show 20s 2.02s linear forwards infinite;
            animation: scale_rotate 1.6s 0.3s cubic-bezier(0.05, 0, 0.35, 1), rotate_show 20s 2.02s linear forwards infinite;
    -webkit-animation: scale_rotate 1.6s 0.3s cubic-bezier(0, 0, 0.35, 1) forwards;
            animation: scale_rotate 1.6s 0.3s cubic-bezier(0, 0, 0.35, 1) forwards;
  }
  .productArea.show .innerBox:after {
    left: 0;
    opacity: 1;
  }
  .productArea.show .left {
    left: 100px;
    opacity: 1;
  }
  .productArea.show .right {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.productArea .sideBg {
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
@media (min-width: 1181px) {
  .productArea .sideBg {
    opacity: 0;
  }
}
.productArea .sideBg .LeftLine,
.productArea .sideBg .RightLine {
  position: absolute;
}
.productArea .sideBg .LeftLine img.mb,
.productArea .sideBg .RightLine img.mb {
  display: none;
}
@media (max-width: 1180px) {
  .productArea .sideBg .LeftLine img.pc,
.productArea .sideBg .RightLine img.pc {
    display: none;
  }
  .productArea .sideBg .LeftLine img.mb,
.productArea .sideBg .RightLine img.mb {
    display: block;
  }
}
.productArea .sideBg .LeftLine {
  left: -14.8%;
  bottom: -77.2%;
  width: 1809px;
  height: 1866px;
}
@media (max-width: 1600px) {
  .productArea .sideBg .LeftLine {
    left: -12%;
    bottom: -8%;
    width: 80%;
    height: 80%;
  }
}
@media (max-width: 1440px) {
  .productArea .sideBg .LeftLine {
    left: -16%;
  }
}
@media (max-width: 1180px) {
  .productArea .sideBg .LeftLine {
    height: auto;
    left: 0;
    bottom: 0;
  }
}
.productArea .sideBg .RightLine {
  right: -9.3%;
  top: -83.6%;
  width: 1901px;
  height: 1612px;
}
@media (max-width: 1600px) {
  .productArea .sideBg .RightLine {
    right: -8%;
    top: -45%;
    width: 80%;
    height: 80%;
  }
}
@media (max-width: 1440px) {
  .productArea .sideBg .RightLine {
    top: -35%;
  }
}
@media (max-width: 1180px) {
  .productArea .sideBg .RightLine {
    height: auto;
    right: 0;
    top: 0;
  }
}
.productArea .wrap {
  max-width: 1240px;
  position: relative;
  z-index: 1;
	margin: 5% auto;
}
@media (min-width: 1181px) {
  .productArea .titleBox {
    position: absolute;
    left: 20px;
    top: 54px;
    margin-bottom: 0;
  }
}
@media (max-width: 1180px) {
  .productArea .titleBox .titleEn br {
    display: none;
  }
}
.productArea .innerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 70px;
  padding-right: 60px;
  position: relative;
	
}
.productArea .innerBox:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-position: 100px center;
  z-index: -1;
  background-image: url(../themes/images/outerCircle_bg_purple.png);
  pointer-events: none;
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s;
}
@media (min-width: 1181px) {
  .productArea .innerBox:after {
    left: 50px;
    opacity: 0;
  }
}
@media (max-width: 1280px) {
  .productArea .innerBox {
    padding-left: 0;
    padding-right: 50px;
  }
  .productArea .innerBox:after {
    left: -50px;
  }
}
@media (max-width: 1180px) {
  .productArea .innerBox {
    padding-right: 0;
  }
  .productArea .innerBox:after {
    display: none;
  }
}
.productArea .left {
  width: 640px;
  position: absolute;
  left: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 5px;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s;
}
@media (min-width: 1181px) {
  .productArea .left {
    left: 130px;
    opacity: 0;
  }
}
.productArea .left .outerCircle {
  max-width: 640px;
  max-height: 640px;
  min-height: 640px;
  width: 100%;
  height: 100%;
  margin: auto;
  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;
  position: relative;
}
.productArea .left .innerCircle {
  max-width: 437px;
  max-height: 437px;
  min-height: 437px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 17.1px 0.9px rgba(4, 0, 0, 0.09);
          box-shadow: 0px 2px 17.1px 0.9px rgba(4, 0, 0, 0.09);
  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;
  margin: auto;
  pointer-events: auto;
}
.productArea .right {
  width: 780px;
  margin-left: auto;
  margin-right: 0;
  z-index: 1;
  -webkit-transition: all 1s 1.5s;
  transition: all 1s 1.5s;
}
@media (min-width: 1181px) {
  .productArea .right {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
}
.productArea .right .outerCircle {
  position: relative;
  max-width: 852px;
}
.productArea .right .innerCircle {
  max-width: 540px;
  max-height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
}
@media (min-width: 1181px) {
  .productArea .right .innerCircle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.productArea .right .mbBox {
  display: none;
}
@media (max-width: 1180px) {
  .productArea .right .mbBox {
    display: block;
  }
}
@media (max-width: 1280px) {
  .productArea .left {
    left: 50px;
  }
}
@media (max-width: 1180px) {
  .productArea .left {
    display: none;
  }
  .productArea .right {
    width: 100%;
    margin-right: auto;
  }
  .productArea .right .outerCircle {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productArea .right .innerCircle {
    max-width: none;
    max-height: none;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
}
.productArea .productListBox {
  width: 100%;
}
.productArea .productListBox .productList {
  height: 100%;
}
.productArea .productListBox .productList > li:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.productArea .productListBox .productList li {
  text-align: center;
}
.productArea .productListBox .productList li .item {
  padding: 30px 50px;
}
.productArea .productListBox .productList li .Icon img {
  margin: auto;
}
.productArea .productListBox .productList li .Txt {
  color: #424242;
  margin-top: 15px;
}
.productArea .productListBox .productList li .Txt .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
  height: 25px;
  overflow: hidden;
}
.productArea .productListBox .productList li .Txt .title br {
  display: none;
}
.productArea .productListBox .productList li .Txt .txt {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.5;
  margin-top: 21px;
  height: 50px;
  overflow: hidden;
}
.productArea .productListBox .productList li .btnBox {
  padding-top: 33px;
}
.productArea .productListBox .productList li .btnBox .btn_cis2 {
  max-width: 170px;
  border-radius: 23.5px;
  padding: 17px 22px;
  text-align: left;
  font-size: 12px;
  letter-spacing: 1.2px;
}
.productArea .productListBox .productList li .btnBox .btn_cis .arrow {
  right: 23px;
}
@media (max-width: 1180px) {
  .productArea .productListBox .productList li .Icon {
    display: none;
  }
  .productArea .productListBox .productList li .item {
    padding: 10px 20px;
  }
  .productArea .productListBox .productList li .Txt .txt {
    margin-top: 5px;
  }
}
.productArea .proImgBox {
  max-width: 437px;
  max-height: 437px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  z-index: 5;
}
.productArea .proImgBox .proImgList {
  width: 100%;
  height: 100%;
}
.productArea .proImgBox .proImgList > li:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.productArea .proImgBox .proImgList li .Img {
  border-radius: 50%;
  background-color: #ffffff;
}
.productArea .proImgBox .proImgList li .Img img {
  border-radius: 50%;
  margin: auto;
}
.productArea #proLineBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.productArea #proLineBox.item_0 .lineDots {
  -webkit-transform: translateX(-50%) rotate(-30deg);
          transform: translateX(-50%) rotate(-30deg);
}
.productArea #proLineBox.item_0 .proLine {
  stroke-dashoffset: 1095.7800292969px;
}
.productArea #proLineBox.item_1 .lineDots {
  -webkit-transform: translateX(-50%) rotate(7deg);
          transform: translateX(-50%) rotate(7deg);
}
.productArea #proLineBox.item_1 .proLine {
  stroke-dashoffset: 930;
}
.productArea #proLineBox.item_2 .lineDots {
  -webkit-transform: translateX(-50%) rotate(36deg);
          transform: translateX(-50%) rotate(36deg);
}
.productArea #proLineBox.item_2 .proLine {
  stroke-dashoffset: 800;
}
.productArea #proLineBox.item_3 .lineDots {
  -webkit-transform: translateX(-50%) rotate(65deg);
          transform: translateX(-50%) rotate(65deg);
}
.productArea #proLineBox.item_3 .proLine {
  stroke-dashoffset: 670;
}
.productArea #proLineBox.item_4 .lineDots {
  -webkit-transform: translateX(-50%) rotate(95deg);
          transform: translateX(-50%) rotate(95deg);
}
.productArea #proLineBox.item_4 .proLine {
  stroke-dashoffset: 530;
}
.productArea #proLineBox.item_5 .lineDots {
  -webkit-transform: translateX(-50%) rotate(120deg);
          transform: translateX(-50%) rotate(120deg);
}
.productArea #proLineBox.item_5 .proLine {
  stroke-dashoffset: 420;
}
.productArea #proLineBox.item_6 .lineDots {
  -webkit-transform: translateX(-50%) rotate(145deg);
          transform: translateX(-50%) rotate(145deg);
}
.productArea #proLineBox.item_6 .proLine {
  stroke-dashoffset: 300;
}
.productArea #proLineBox.item_7 .lineDots {
  -webkit-transform: translateX(-50%) rotate(176deg);
          transform: translateX(-50%) rotate(176deg);
}
.productArea #proLineBox.item_7 .proLine {
  stroke-dashoffset: 160;
}
.productArea #proLineBox.item_8 .lineDots {
  -webkit-transform: translateX(-50%) rotate(210deg);
          transform: translateX(-50%) rotate(210deg);
}
.productArea #proLineBox.item_8 .proLine {
  stroke-dashoffset: 0;
}
.productArea #proLineBox .circleLine {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 1px;
  height: 50%;
  z-index: 3;
}
.productArea #proLineBox .lineDots {
  position: absolute;
  left: 50%;
  top: -2px;
  width: 19px;
  height: calc(50% + 2px);
  -webkit-transform: translateX(-50%) rotate(-30deg);
          transform: translateX(-50%) rotate(-30deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: 0.9s cubic-bezier(0.22, 0.61, 0.36, 0.715);
  transition: 0.9s cubic-bezier(0.22, 0.61, 0.36, 0.715);
  z-index: 3;
}
.productArea #proLineBox .lineDots .dots {
  width: 19px;
  height: 19px;
  position: relative;
  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;
}
.productArea #proLineBox .lineDots .dots:before, .productArea #proLineBox .lineDots .dots:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
}
.productArea #proLineBox .lineDots .dots:before {
  width: 5px;
  height: 5px;
  background-color: #0007c9;
  z-index: 2;
}
.productArea #proLineBox .lineDots .dots:after {
  width: 19px;
  height: 19px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(4, 0, 0, 0.22);
          box-shadow: 0px 0px 6px 0px rgba(4, 0, 0, 0.22);
}
.productArea #proLineBox .lineDots .bars {
  width: 1px;
  height: 50%;
}
.productArea #proLineBox .proLine {
  position: relative;
  z-index: 2;
  stroke-dashoffset: 1095.7800292969px;
  stroke-dasharray: 1095.7800292969px;
  -webkit-transition: stroke-dashoffset 0.9s cubic-bezier(0.22, 0.61, 0.36, 0.715);
  transition: stroke-dashoffset 0.9s cubic-bezier(0.22, 0.61, 0.36, 0.715);
}
.productArea #proLineBox .proBg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 1180px) {
  .productArea #proLineBox {
    display: none;
  }
}
@media (min-width: 1181px) {
  .productArea .productClassBox .productClassList {
    position: relative;
    width: 780px;
    min-height: 780px;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    margin: 3em auto;
    position: relative;
  }
  .productArea .productClassBox .productClassList > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px;
  }
  .productArea .productClassBox .productClassList > *:nth-of-type(1) {
    -webkit-transform: rotate(-112.2deg) translate(354.5454545455px) rotate(112.2deg);
            transform: rotate(-112.2deg) translate(354.5454545455px) rotate(112.2deg);
  }
  .productArea .productClassBox .productClassList > *:nth-of-type(2) {
    -webkit-transform: rotate(-83.8444444444deg) translate(354.5454545455px) rotate(83.8444444444deg);
            transform: rotate(-83.8444444444deg) translate(354.5454545455px) rotate(83.8444444444deg);
  }
  .productArea .productClassBox .productClassList > *:nth-of-type(3) {
    -webkit-transform: rotate(-55.4888888889deg) translate(354.5454545455px) rotate(55.4888888889deg);
            transform: rotate(-55.4888888889deg) translate(354.5454545455px) rotate(55.4888888889deg);
  }
  .productArea .productClassBox .productClassList > *:nth-of-type(4) {
    -webkit-transform: rotate(-27.1333333333deg) translate(354.5454545455px) rotate(27.1333333333deg);
            transform: rotate(-27.1333333333deg) translate(354.5454545455px) rotate(27.1333333333deg);
  }
  .productArea .productClassBox .productClassList > *:nth-of-type(5) {
    -webkit-transform: rotate(1.2222222222deg) translate(354.5454545455px) rotate(-1.2222222222deg);
            transform: rotate(1.2222222222deg) translate(354.5454545455px) rotate(-1.2222222222deg);
  }
  .productArea .productClassBox .productClassList > *:nth-of-type(6) {
    -webkit-transform: rotate(29.5777777778deg) translate(354.5454545455px) rotate(-29.5777777778deg);
            transform: rotate(29.5777777778deg) translate(354.5454545455px) rotate(-29.5777777778deg);
  }
  .productArea .productClassBox .productClassList > *:nth-of-type(7) {
    -webkit-transform: rotate(57.9333333333deg) translate(354.5454545455px) rotate(-57.9333333333deg);
            transform: rotate(57.9333333333deg) translate(354.5454545455px) rotate(-57.9333333333deg);
  }
  .productArea .productClassBox .productClassList > *:nth-of-type(8) {
    -webkit-transform: rotate(86.2888888889deg) translate(354.5454545455px) rotate(-86.2888888889deg);
            transform: rotate(86.2888888889deg) translate(354.5454545455px) rotate(-86.2888888889deg);
  }
  .productArea .productClassBox .productClassList > *:nth-of-type(9) {
    -webkit-transform: rotate(114.6444444444deg) translate(354.5454545455px) rotate(-114.6444444444deg);
            transform: rotate(114.6444444444deg) translate(354.5454545455px) rotate(-114.6444444444deg);
  }
  .productArea .productClassBox .productClassList:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-image: url(..../themes/images/outerCircle_bg.png);
    background-repeat: no-repeat;
  }
}
@media (min-width: 376px) {
  .productArea .productClassBox .productClassList li.current a {
    background-color: #1ec89e;
  }
  .productArea .productClassBox .productClassList li.current a .Icon img.unHover {
    display: none;
  }
  .productArea .productClassBox .productClassList li.current a .Icon img.hover {
    display: block;
  }
  .productArea .productClassBox .productClassList li.current a .Txt .title {
    color: #ffffff;
  }
}
.productArea .productClassBox .productClassList li a {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 17.1px 0.9px rgba(4, 0, 0, 0.09);
          box-shadow: 0px 2px 17.1px 0.9px rgba(4, 0, 0, 0.09);
}
@media (min-width: 1025px) {
  .productArea .productClassBox .productClassList li a:hover {
    background-color: #1ec89e;
  }
  .productArea .productClassBox .productClassList li a:hover .Icon img.unHover {
    display: none;
  }
  .productArea .productClassBox .productClassList li a:hover .Icon img.hover {
    display: block;
  }
  .productArea .productClassBox .productClassList li a:hover .Txt .title {
    color: #ffffff;
  }
}
.productArea .productClassBox .productClassList li .Icon img {
  margin: auto;
}
.productArea .productClassBox .productClassList li .Icon img.hover {
  display: none;
}
.productArea .productClassBox .productClassList li .Txt {
  padding: 5px 10px;
  text-align: center;
}
.productArea .productClassBox .productClassList li .Txt .title {
  color: #1ec89e;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.75px;
}
@media (max-width: 1180px) {
  .productArea .productClassBox .productClassList > li {
    float: left;
    width: 16.6666666667%;
  }
  .productArea .productClassBox .productClassList > li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .productArea .productClassBox .productClassList li {
    padding: 15px 10px;
  }
  .productArea .productClassBox .productClassList li a {
    width: 120px;
    margin: auto;
    -webkit-box-shadow: 0px 2px 10px 0.9px rgba(4, 0, 0, 0.09);
            box-shadow: 0px 2px 10px 0.9px rgba(4, 0, 0, 0.09);
  }
}
@media (max-width: 992px) {
  .productArea .productClassBox .productClassList > li {
    width: 20%;
  }
  .productArea .productClassBox .productClassList > li:nth-child(6) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .productArea .productClassBox .productClassList .slick-list {
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
  .productArea .productClassBox .productClassList .slick-prev {
    left: 0;
  }
  .productArea .productClassBox .productClassList .slick-next {
    right: 0;
  }
  .productArea .productClassBox .productClassList .slick-current a {
    background-color: #1ec89e;
  }
  .productArea .productClassBox .productClassList .slick-current a .Icon img.unHover {
    display: none;
  }
  .productArea .productClassBox .productClassList .slick-current a .Icon img.hover {
    display: block;
  }
  .productArea .productClassBox .productClassList .slick-current a .Txt .title {
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  .productArea .productClassBox .productClassList > li {
    width: 25%;
  }
  .productArea .productClassBox .productClassList > li:nth-child(5) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 640px) {
  .productArea .productClassBox .productClassList {
    max-width: 480px;
    margin: auto;
  }
  .productArea .productClassBox .productClassList > li {
    width: 33.3333333333%;
  }
  .productArea .productClassBox .productClassList > li:nth-child(4) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 500px) {
  .productArea .productClassBox .productClassList {
    max-width: 360px;
  }
  .productArea .productClassBox .productClassList > li {
    width: 50%;
  }
  .productArea .productClassBox .productClassList > li:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 375px) {
  .productArea .productClassBox .productClassList {
    max-width: 220px;
  }
  .productArea .productClassBox .productClassList > li {
    width: 100%;
  }
  .productArea .productClassBox .productClassList > li:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
