/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500&family=Poppins:wght@400;500&display=swap");
.infoList li:before, .infoList li:after, .infoList li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn_cis {
  padding: 12px 17px 12px 17px;
}

.fastLinkBox .title, .circle .circleGroup .Txt .chTit {
  color: #616161;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
}

.infoList li p, .infoBox {
  color: #616161;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.8px;
}

@-webkit-keyframes logoMove {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes logoMove {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes logoBounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes logoBounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes dot-move {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes dot-move {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes gradient-fade {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(#f4f4f4));
    background: linear-gradient(to right, #f4f4f4, #f4f4f4);
  }
  100% {
    background: #eb4e4e;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #eb4e4e), color-stop(100%, #ff8b8b));
    background: -webkit-gradient(linear, left top, left bottom, from(#eb4e4e), to(#ff8b8b));
    background: linear-gradient(to bottom, #eb4e4e 0%, #ff8b8b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eb4e4e", endColorstr="#ff8b8b", GradientType=0 );
  }
}
@keyframes gradient-fade {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(#f4f4f4));
    background: linear-gradient(to right, #f4f4f4, #f4f4f4);
  }
  100% {
    background: #eb4e4e;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #eb4e4e), color-stop(100%, #ff8b8b));
    background: -webkit-gradient(linear, left top, left bottom, from(#eb4e4e), to(#ff8b8b));
    background: linear-gradient(to bottom, #eb4e4e 0%, #ff8b8b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eb4e4e", endColorstr="#ff8b8b", GradientType=0 );
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rerotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rerotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}
@keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}
@-webkit-keyframes dotMoveAni {
  0%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  10%, 30% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  20% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}
@keyframes dotMoveAni {
  0%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  10%, 30% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  20% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}
.mainArea {
  background-image: url(../images/memberTopBg.png), url(../images/memberBottomBg.png);
  background-repeat: no-repeat;
  background-position: left top, left bottom;
  background-size: 100% auto, auto, auto;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .mainArea {
    background-size: contain, 50%;
  }
}
.mainArea .wrap {
  position: relative;
  z-index: 2;
}
.topTxt .abImg01 {
  line-height: 0;
  padding-bottom: 30px;
  display: none;
}
.topTxt .abImg01 img {
  width: 100%;
}
@media (max-width: 800px) {
  .topTxt .abImg01 {
    display: block;
  }
}

.topBox {
  margin-top: 50px;
  margin-bottom: 120px;
  position: relative;
}
.topBox .abImg {
  position: absolute;
  line-height: 0;
}
.topBox .abImg.abImg01 {
  left: 0;
  bottom: 0;
  z-index: 2;
}
.topBox .abImg.abImg02 {
  left: 530px;
  top: 30px;
}
.topBox .abImg.abImg03 {
  left: 700px;
  bottom: -120px;
}
.topBox .abImg.abImg04 {
  right: calc(100% - 1548px);
  bottom: 5px;
}
@media (max-width: 1600px) {
  .topBox .abImg.abImg04 {
    right: 50px;
  }
}
@media (max-width: 1360px) {
  .topBox .abImg img {
    width: 80%;
  }
  .topBox .abImg.abImg02 {
    left: 33%;
    top: 20%;
  }
  .topBox .abImg.abImg03 {
    left: 50%;
  }
}
@media (max-width: 1180px) {
  .topBox .abImg.abImg01 img {
    width: 100%;
  }
  .topBox .abImg.abImg02 {
    display: none;
  }
  .topBox .abImg.abImg04 {
    right: 10px;
  }
}
@media (max-width: 1024px) {
  .topBox .abImg.abImg03, .topBox .abImg.abImg04 {
    display: none;
  }
}
@media (max-width: 800px) {
  .topBox .abImg.abImg01 {
    display: none;
  }
}
@media (max-width: 992px) {
  .topBox {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .topBox {
    margin-bottom: 30px;
  }
}

.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1500px;
  margin: auto;
  position: relative;
  z-index: 5;
}
.circle .circleGroup {
  width: 381px;
  height: 376px;
  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;
}
.circle .circleGroup:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  -webkit-animation: rotate 50s linear infinite;
          animation: rotate 50s linear infinite;
  background-size: contain;
  background-position: center;
}
.circle .circleGroup:first-child {
  margin-top: 210px;
  margin-right: -15px;
}
.circle .circleGroup:first-child:before {
  background-image: url(../images/bigCircle_bg.png);
}
.circle .circleGroup:nth-child(2):before {
  background-image: url(../images/bigCircle_bg2.png);
}
.circle .circleGroup .Txt {
  width: 243px;
  height: 243px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.circle .circleGroup .Txt .chTit {
  color: #ff6d6d;
}
.circle .circleGroup .Txt .enTit {
  color: rgba(0, 0, 0, 0.3);
  font-size: 13px;
  font-family: "Poppins";
  text-transform: uppercase;
  padding-top: 5px;
}
.circle .circleGroup .smCirleTeam {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 6;
  -webkit-animation: rotate 50s linear infinite;
          animation: rotate 50s linear infinite;
}
.circle .circleGroup .item {
  position: absolute;
  width: 115px;
  height: 115px;
  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;
  border-radius: 50%;
  background: #eb4e4e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #eb4e4e), color-stop(100%, #ff8b8b));
  background: -webkit-gradient(linear, left top, right top, from(#eb4e4e), to(#ff8b8b));
  background: linear-gradient(to right, #eb4e4e 0%, #ff8b8b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eb4e4e", endColorstr="#ff8b8b", GradientType=1 );
  z-index: 3;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: rerotate 50s linear infinite;
          animation: rerotate 50s linear infinite;
}
.circle .circleGroup .item:after {
  position: absolute;
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 6px;
  content: "";
  background-image: url(../images/smallCircle_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.circle .circleGroup .item.itemLt01 {
  left: 74px;
  top: -10px;
}
.circle .circleGroup .item.itemLt02 {
  right: -20px;
  top: 155px;
}
.circle .circleGroup .item.itemLt03 {
  left: 40px;
  bottom: 3px;
}
.circle .circleGroup .item.itemRt01 {
  left: -25px;
  top: 115px;
}
.circle .circleGroup .item.itemRt02 {
  top: 13px;
  right: 35px;
}
.circle .circleGroup .item.itemRt03 {
  right: 82px;
  bottom: -8px;
}
.circle .circleGroup .item p {
  color: #ffffff;
  font-size: 16px;
  padding-top: 5px;
}
@media (max-width: 1600px) {
  .circle {
    padding-right: 30px;
  }
}
@media (max-width: 800px) {
  .circle {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -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;
  }
  .circle .circleGroup:first-child {
    margin: 20px 0 60px 0;
  }
}
@media (max-width: 480px) {
  .circle .circleGroup {
    width: 301px;
    height: 326px;
  }
  .circle .circleGroup .Txt {
    width: 163px;
    height: 163px;
  }
  .circle .circleGroup .Txt .chTit {
    font-size: 16px;
  }
  .circle .circleGroup .item {
    width: 90px;
    height: 90px;
  }
  .circle .circleGroup .item img {
    height: 25px;
  }
  .circle .circleGroup .item p {
    font-size: 14px;
  }
  .circle .circleGroup .item.itemLt01 {
    left: 50px;
  }
  .circle .circleGroup .item.itemLt02 {
    top: 100px;
  }
  .circle .circleGroup .item.itemLt03 {
    left: 40px;
  }
  .circle .circleGroup .item.itemRt01 {
    left: -20px;
    top: 90px;
  }
  .circle .circleGroup .item.itemRt02 {
    top: 0;
    right: 40px;
  }
  .circle .circleGroup .item.itemRt02 img {
    height: 35px;
  }
  .circle .circleGroup .item.itemRt02 p {
    padding-top: 0;
  }
  .circle .circleGroup .item.itemRt03 {
    right: 50px;
  }
}
@media (max-width: 400px) {
  .circle .circleGroup {
    width: 261px;
    height: 286px;
  }
}

.infoList {
  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;
  padding: 90px 0;
}
.infoList li {
  width: calc(33.33% - 30px);
  padding: 29px;
  border-radius: 10px;
  background-color: #f1f2f2;
  position: relative;
}
.infoList li:hover {
  background-color: #ff6d6d;
}
.infoList li:hover .sonTitleBox,
.infoList li:hover p {
  color: #ffffff;
}
.infoList li:hover .sonTitleBox::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.infoList li:hover:before {
  border-color: #ffffff;
}
.infoList li:hover:after {
  background-image: url(../images/dot_bg2_blue.jpg), url(../images/dot_bg2_blue.jpg), url(../images/dot_bg_blue.jpg), url(../images/dot_bg_blue.jpg), url(../images/dot_bg_blue.jpg), url(../images/dot_bg_blue.jpg), url(../images/dot_bg2_blue.jpg), url(../images/dot_bg2_blue.jpg);
}
.infoList li:before, .infoList li:after {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  margin: auto;
  content: "";
  pointer-events: none;
}
.infoList li:before {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.infoList li:after {
  background-image: url(../images/dot_bg2.jpg), url(../images/dot_bg2.jpg), url(../images/dot_bg.jpg), url(../images/dot_bg.jpg), url(../images/dot_bg.jpg), url(../images/dot_bg.jpg), url(../images/dot_bg2.jpg), url(../images/dot_bg2.jpg);
  background-repeat: no-repeat;
  background-position: 17px -2px, calc(100% - 17px) -2px, -2px 20px, calc(100% + 2px) 20px, -2px calc(100% - 20px), calc(100% + 2px) calc(100% - 20px), 17px calc(100% + 2px), calc(100% - 17px) calc(100% + 2px);
}
.infoList li .Txt {
  padding: 16px 0 21px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 280px;
  margin: auto;
}
.infoList li .sonTitleBox {
  font-size: 20px;
  color: #ff6d6d;
}
.infoList li .sonTitleBox::after {
  width: 28px;
  background-color: rgba(0, 0, 0, 0.2);
}
.infoList li .btnGroup {
  width: 100%;
  padding-top: 30px;
}
.infoList li .btnGroup a {
  margin: 0 7px;
}
@media (max-width: 1380px) {
  .infoList li .btnGroup {
    -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;
  }
  .infoList li .btnGroup a {
    margin: 7px 0;
    display: block;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .infoList li {
    width: calc(33.33% - 15px);
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .infoList {
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .infoList li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.galleryArea .infoBox {
  padding-bottom: 45px;
}

.fastLinkBox {
  background-image: url(../images/sec4_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 145px 0 175px;
  position: relative;
  overflow: hidden;
}
.fastLinkBox:before, .fastLinkBox:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  display: block;
  pointer-events: none;
  width: 100%;
}
.fastLinkBox:before {
  background-image: url(../images/sec4_bigCircle.png);
  height: 1379px;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.fastLinkBox:after {
  background-image: url(../images/sec4_smallCircle.png);
  background-size: contain;
  height: 462px;
  animation: rotate 30s linear infinite reverse;
}
.fastLinkBox .wrap {
  position: relative;
  z-index: 2;
}
.fastLinkBox .slogan {
  color: #4c4c4c;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.46;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .fastLinkBox .slogan {
    font-size: 23px;
    letter-spacing: 1.3px;
    line-height: 1.3;
  }
}
.fastLinkBox .title a {
  color: #ffffff;
  padding-left: 5px;
  font-family: "Poppins";
  display: inline-block;
}
@media (max-width: 360px) {
  .fastLinkBox .title a {
    display: block;
    padding-top: 5px;
  }
}
.fastLinkBox .title svg {
  margin-right: 8px;
  vertical-align: middle;
}
.fastLinkBox .slogan,
.fastLinkBox .title {
  color: #ffffff;
}
.fastLinkBox .lineBox {
  text-align: center;
  padding-top: 30px;
}
.fastLinkBox .lineBox:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-image: url(../images/sec4_horLine.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 480px) {
  .fastLinkBox .lineBox:before {
    display: none;
  }
}
.fastLinkBox .lineBox span {
  color: #ffffff;
  width: 29px;
  height: 29px;
  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;
  background-image: url(../images/sec4_or.png);
  background-repeat: no-repeat;
  padding-bottom: 2px;
  background-color: #418ace;
  border-radius: 50%;
}
.fastLinkBox .btnGroup {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fastLinkBox .btnGroup a {
  margin: 0 27px 20px;
}
@media (max-width: 992px) {
  .fastLinkBox {
    padding-bottom: 165px;
  }
}
@media (max-width: 480px) {
  .fastLinkBox {
    padding: 80px 0;
  }
}
.fastLinkBox .fastLink_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fastLinkBox .fastLink_list li {
  width: 33.33%;
  text-align: center;
  position: relative;
}
.fastLinkBox .fastLink_list li:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 100%;
  max-height: 110px;
  background-color: rgba(255, 255, 255, 0.3);
}
.fastLinkBox .fastLink_list li a:hover {
  background-color: #ffffff;
}
.fastLinkBox .fastLink_list li .btnBox {
  padding-top: 40px;
}
.fastLinkBox .fastLink_list li:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  .fastLinkBox {
    padding: 50px 0;
  }
  .fastLinkBox .fastLink_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fastLinkBox .fastLink_list li {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .fastLinkBox .fastLink_list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .fastLinkBox .fastLink_list li:after {
    max-width: 300px;
    width: 100%;
    height: 1px;
    top: auto;
    left: 0;
    margin: auto;
  }
  .fastLinkBox .fastLink_list li .btnBox {
    padding-top: 30px;
  }
}






.categoryBox .categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.categoryBox .categoryList li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 26px 13px 26px 13px;
  background-color: #fff;
}
.categoryBox .categoryList li .Img {
  width: 355px;
  border-radius: 10px 0 0 10px;
}
.categoryBox .categoryList li .Img a {
  display: block;
  line-height: 0;
}
.categoryBox .categoryList li .Img img {
  width: 100%;
  border-radius: 10px 0 0 10px;
}
.categoryBox .categoryList li .Txt {
  padding: 25px 40px;
  width: calc(100% - 355px);
  border-radius: 0 10px 10px 0;
  background-color: #ffffff;
}
.categoryBox .categoryList li .txtBox .title {
  color: #ff6d6d;
  height: 25px;
  font-size: 16px;
}
.categoryBox .categoryList li .txtBox .title a {
  color: #ff6d6d;
}
.categoryBox .categoryList li .txtBox .title a span {
  font-family: "Poppins";
  text-transform: uppercase;
  padding-left: 10px;
  display: inline-block;
}
.categoryBox .categoryList li .txtBox p {
  margin-top: 18px;
  height: 58px;
  overflow-y: auto;
}
.categoryBox .categoryList li .txtBox p::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.categoryBox .categoryList li .txtBox p::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.categoryBox .categoryList li .txtBox p::-webkit-scrollbar-thumb {
  background: #ff6d6d;
  border: 0px none #ff6d6d;
  border-radius: 0px;
}
.categoryBox .categoryList li .txtBox p::-webkit-scrollbar-thumb:hover {
  background: #ff6d6d;
}
.categoryBox .categoryList li .txtBox p::-webkit-scrollbar-thumb:active {
  background: #ff6d6d;
}
.categoryBox .categoryList li .txtBox p::-webkit-scrollbar-track {
  background: #e6e6e6;
  border: 0px none #ffffff;
  border-radius: 0px;
}
.categoryBox .categoryList li .txtBox p::-webkit-scrollbar-track:hover {
  background: #e6e6e6;
}
.categoryBox .categoryList li .txtBox p::-webkit-scrollbar-track:active {
  background: #e6e6e6;
}
.categoryBox .categoryList li .txtBox p::-webkit-scrollbar-corner {
  background: transparent;
}
.categoryBox .categoryList li .btnBox {
  padding-top: 10px;
}
@media (min-width: 1401px) and (max-width: 1536px) {
  .categoryBox .categoryList li .Img {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 300px;
    overflow: hidden;
  }
  .categoryBox .categoryList li .Img img {
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
    max-height: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .categoryBox .categoryList li .Img,
.categoryBox .categoryList li .Txt {
    width: 50%;
  }
}
@media (max-width: 1400px) {
  .categoryBox .categoryList {
    max-width: 1100px;
    margin: auto;
  }
  .categoryBox .categoryList li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .categoryBox .categoryList li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
  .categoryBox .categoryList li .Img,
.categoryBox .categoryList li .Txt {
    width: 100%;
  }
  .categoryBox .categoryList li .Img {
    border-radius: 10px 10px 0 0;
  }
  .categoryBox .categoryList li .Img img {
    border-radius: 10px 10px 0 0;
  }
  .categoryBox .categoryList li .Txt {
    padding: 25px 0;
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 640px) {
  .categoryBox .categoryList {
    margin: 0;
  }
  .categoryBox .categoryList li {
    width: 100%;
    padding: 0 0 26px 0;
  }
  .categoryBox .categoryList li .txtBox .title,
.categoryBox .categoryList li .txtBox p {
    height: auto;
  }
}