.activityArea .activityBox .moreBox .more, .activityArea .activityBox .Txt::before, .activityArea .activityBox .item::before, .newsArea .item .Txt .date .month::before, .newsArea .item .Txt .date, .newsArea .item .Img::before, .newsArea .item, .courseArea .item .courseTxt, .courseArea .item .Img, .courseArea .item, .courseArea .slickNext > div:last-child .item::before, .courseArea .slickNext > div:last-child .item::after, .courseArea .slickNext > div:first-child .item::before, .courseArea .slickNext > div:first-child .item::after, .courseArea .slickCenter > div:last-child .item::before, .courseArea .slickCenter > div:last-child .item::after, .courseArea .slickCenter > div:first-child .item::before, .courseArea .slickCenter > div:first-child .item::after, .courseArea .slickPrev > div:last-child .item::before, .courseArea .slickPrev > div:last-child .item::after, .courseArea .wrap::before, .courseArea .wrap::after, .bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .decorate, .bannerArea .bannerItem .Txt .textBox::before, .bannerArea .bannerItem .Txt .textBox::after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@-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%);
  }
}
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: #fff; */
  border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #bca480;
  /* border-radius:  50%; */
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea {
  position: relative;
  z-index: 0;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Img {
  z-index: -1;
}
@media (max-width: 1680px) {
  .bannerArea .bannerItem .Img {
    height: 830px;
  }
}
.bannerArea .bannerItem .Img img {
  display: block;
  width: 100%;
}
@media (max-width: 1680px) {
  .bannerArea .bannerItem .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.bannerArea .bannerItem .Txt {
  padding: 20px 20px 165px;
  max-width: 1530px;
}
@media (max-width: 1680px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px 20px 20px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 120px 20px 20px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  position: relative;
  padding-top: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .textBox {
    padding-top: 80px;
  }
}
.bannerArea .bannerItem .Txt .textBox::before, .bannerArea .bannerItem .Txt .textBox::after {
  content: "Department of English Language and Literature";
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 2800px;
  font-family: "Saira", sans-serif;
  font-size: 90px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-text-stroke: 1px black;
  color: transparent;
  overflow: hidden;
  -webkit-animation: scroll 100s linear infinite;
          animation: scroll 100s linear infinite;
  opacity: 0;
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .textBox::before, .bannerArea .bannerItem .Txt .textBox::after {
    width: 1800px;
    font-size: 62px;
  }
}
.bannerArea .bannerItem .Txt .textBox::after {
  -webkit-animation-delay: -50s;
          animation-delay: -50s;
}
.bannerArea .bannerItem .Txt .textBox.show::before, .bannerArea .bannerItem .Txt .textBox.show::after {
  opacity: 0.3;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.bannerArea .bannerItem .Txt .bannerTitleBox {
  color: #000;
  letter-spacing: -0.5px;
  line-height: 1;
}
.bannerArea .bannerItem .Txt .bannerTitleBox .title_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 71px;
  font-weight: bold;
  opacity: 0;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .bannerTitleBox .title_s {
    font-size: 50px;
  }
}
@media (max-width: 460px) {
  .bannerArea .bannerItem .Txt .bannerTitleBox .title_s {
    font-size: 40px;
  }
}
.bannerArea .bannerItem .Txt .bannerTitleBox .subtitle_s {
  position: relative;
  margin-left: 5px;
  padding-left: 12px;
  font-size: 18px;
  letter-spacing: 0;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .bannerTitleBox .subtitle_s {
    font-size: 12px;
  }
}
.bannerArea .bannerItem .Txt .bannerTitleBox .subtitle_s::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3px;
  height: 17px;
  background: #2d95ff;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .bannerTitleBox .subtitle_s::before {
    height: 12px;
  }
}
.bannerArea .bannerItem .Txt .bannerTitleBox .title_b {
  font-size: 92px;
  font-weight: bold;
  line-height: 0.9;
  opacity: 0;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .bannerTitleBox .title_b {
    font-size: 63px;
  }
}
@media (max-width: 460px) {
  .bannerArea .bannerItem .Txt .bannerTitleBox .title_b {
    font-size: 48px;
  }
}
.bannerArea .bannerItem .Txt .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .subtitle {
  display: block;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .text {
  position: relative;
  padding-left: 55px;
  margin-top: 35px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  color: #404040;
  opacity: 0;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .text {
    margin-top: 10px;
    font-size: 15px;
  }
}
@media (max-width: 460px) {
  .bannerArea .bannerItem .Txt .text {
    padding-left: 30px;
  }
}
.bannerArea .bannerItem .Txt .text_f {
  max-width: 460px;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .text_f {
    max-width: 100%;
  }
}
.bannerArea .bannerItem .Txt .text::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 40px;
  height: 7px;
  background: #2d95ff;
}
@media (max-width: 460px) {
  .bannerArea .bannerItem .Txt .text::before {
    top: 7px;
    width: 25px;
  }
}
.bannerArea .bannerItem .Txt .masterBtnBox {
  padding-top: 62px;
  padding-left: 55px;
  opacity: 0;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .masterBtnBox {
    padding-top: 20px;
  }
}
@media (max-width: 460px) {
  .bannerArea .bannerItem .Txt .masterBtnBox {
    padding-left: 30px;
  }
}
.bannerArea .bannerItem .bannerDecorateBox {
  position: absolute;
  top: 51%;
  right: 6.3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 57.1%;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .bannerDecorateBox {
    right: 20px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .bannerDecorateBox {
    top: 100%;
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px));
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .bannerDecorateBox {
    right: 0;
    padding: 0 10px;
    max-width: 540px;
    width: 100%;
  }
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 71.65%;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate.show .decorate {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate.show .text_d {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate.show .text_e {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate.show .text_l1 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate.show .text_l2 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate.show .big_hand {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate.show .dell_deco1 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate.show .dell_deco2 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate.show .text_d_hand {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate.show .text_e_hand {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate.show .text_l2_hand {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate img {
  width: 100%;
  display: block;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .decorate {
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .decorate.text_e {
  background: url("../images/banner-deco/text_e.png") no-repeat center;
  background-size: contain;
  z-index: -2;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .decorate.text_d {
  background: url("../images/banner-deco/text_d.png") no-repeat center;
  background-size: contain;
  z-index: -1;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .decorate.text_l1 {
  background: url("../images/banner-deco/text_l1.png") no-repeat center;
  background-size: contain;
  z-index: -1;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .decorate.text_l2 {
  background: url("../images/banner-deco/text_l2.png") no-repeat center;
  background-size: contain;
  z-index: -1;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .decorate.big_hand {
  background: url("../images/banner-deco/big_hand.png") no-repeat center;
  background-size: contain;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .decorate.text_d_hand::before, .bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .decorate.text_e_hand::before, .bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .decorate.text_l2_hand::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .decorate.text_d_hand::before {
  background: url("../images/banner-deco/text_d_hand.png") no-repeat center;
  background-size: contain;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .decorate.text_e_hand::before {
  background: url("../images/banner-deco/text_e_hand.png") no-repeat center;
  background-size: contain;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .decorate.text_l2_hand::before {
  background: url("../images/banner-deco/text_l2_hand.png") no-repeat center;
  background-size: contain;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .decorate.dell_deco1 {
  background: url("../images/banner-deco/dell_deco1.png") no-repeat center;
  background-size: contain;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .decorate.dell_deco2 {
  background: url("../images/banner-deco/dell_deco2.png") no-repeat center;
  background-size: contain;
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .text_d,
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .text_e,
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .text_l1,
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .text_l2 {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .big_hand {
  -webkit-transform: translate(-100px, 50px);
          transform: translate(-100px, 50px);
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .text_d_hand {
  -webkit-transform: translate(30px, 50px);
          transform: translate(30px, 50px);
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .text_d_hand::before {
  -webkit-animation: text_d_hand 1s ease-in-out infinite alternate;
          animation: text_d_hand 1s ease-in-out infinite alternate;
}
@-webkit-keyframes text_d_hand {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@keyframes text_d_hand {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .text_e_hand {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .text_e_hand::before {
  -webkit-animation: text_e_hand 2s ease-in-out infinite alternate;
          animation: text_e_hand 2s ease-in-out infinite alternate;
}
@-webkit-keyframes text_e_hand {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes text_e_hand {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .text_l2_hand {
  -webkit-transform: translate(-30px, 40px);
          transform: translate(-30px, 40px);
}
.bannerArea .bannerItem .bannerDecorateBox .bannerDecorate .text_l2_hand::before {
  -webkit-animation: text_l2_hand 1s ease-in-out infinite alternate;
          animation: text_l2_hand 1s ease-in-out infinite alternate;
}
@-webkit-keyframes text_l2_hand {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes text_l2_hand {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.bannerArea .slick-current .Txt .title_s {
  -webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title_b {
  -webkit-animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: textSlideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .masterBtnBox {
  -webkit-animation: textSlideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 1.2s ease-in-out forwards;
}

.aboutArea {
  position: relative;
  z-index: 1;
  padding: 55px 0 70px;
  overflow-x: clip;
}
@media (max-width: 960px) {
  .aboutArea {
    padding-bottom: 30px;
  }
}
.aboutArea .wrap {
  position: relative;
  max-width: 1540px;
}
.aboutArea .wrap::before, .aboutArea .wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 1px;
  height: 720px;
}
@media (max-width: 1180px) {
  .aboutArea .wrap::before, .aboutArea .wrap::after {
    display: none;
  }
}
.aboutArea .wrap::before {
  bottom: calc(100% - 340px);
  right: 26px;
  background: rgba(45, 149, 255, 0.32);
}
.aboutArea .wrap::after {
  top: 90px;
  left: 90px;
  background: rgba(45, 149, 255, 0.2);
}
.aboutArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .aboutArea .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutArea .sinceBox {
  position: relative;
  z-index: -1;
  padding-left: 80px;
  padding-right: 35px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 700px;
  width: 100%;
}
@media (max-width: 1440px) {
  .aboutArea .sinceBox {
    padding-left: 30px;
  }
}
@media (max-width: 560px) {
  .aboutArea .sinceBox {
    max-width: 100%;
    padding: 0;
    padding-right: 130px;
  }
}
@media (max-width: 460px) {
  .aboutArea .sinceBox {
    padding-right: 90px;
  }
}
.aboutArea .sinceBox::before {
  content: "";
  position: absolute;
  top: 155px;
  left: -105px;
  display: block;
  width: 740px;
  height: 596px;
  background-image: url(../images/about_dots.png);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 560px) {
  .aboutArea .sinceBox::before {
    top: 115px;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.aboutArea .sinceBox .aboutDeco {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-left: 0;
}
.aboutArea .sinceBox .aboutDeco .Img {
  max-width: 342px;
}
@media (max-width: 560px) {
  .aboutArea .sinceBox .aboutDeco .Img {
    max-width: 220px;
  }
}
@media (max-width: 460px) {
  .aboutArea .sinceBox .aboutDeco .Img {
    max-width: 150px;
  }
}
.aboutArea .sinceBox .aboutDeco .Img img {
  width: 100%;
  display: block;
}
.aboutArea .sinceBox .since {
  font-size: 30px;
  font-weight: bold;
  opacity: 0.5;
}
@media (max-width: 560px) {
  .aboutArea .sinceBox .since {
    padding-top: 15px;
    font-size: 14px;
  }
}
.aboutArea .sinceBox .year {
  font-size: 104px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.1;
  white-space: nowrap;
}
@media (max-width: 560px) {
  .aboutArea .sinceBox .year {
    font-size: 51px;
  }
}
@media (max-width: 460px) {
  .aboutArea .sinceBox .year {
    font-size: 38px;
  }
}
.aboutArea .rightBox {
  padding-left: 20px;
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 685px;
  width: 100%;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox {
    padding: 0;
    max-width: 100%;
  }
}
.aboutArea .rightBox .textBox {
  padding-top: 40px;
  padding-right: 20px;
  letter-spacing: -0.2px;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox .textBox {
    padding-right: 0;
  }
}
@media (max-width: 960px) {
  .aboutArea .rightBox .textBox {
    padding-top: 70px;
  }
}
.aboutArea .rightBox .textBox .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
}
.aboutArea .rightBox .textBox .text {
  padding-top: 20px;
}
@media (max-width: 960px) {
  .aboutArea .rightBox .textBox .text {
    padding-top: 10px;
  }
}
.aboutArea .rightBox .titleBox {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-top: -35px;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox .titleBox {
    position: absolute;
    top: -20px;
    right: 10px;
  }
}
.aboutArea .rightBox .titleBox .titleTw {
  padding: 0;
  margin-top: 80px;
  margin-right: 10px;
}
@media (max-width: 960px) {
  .aboutArea .rightBox .titleBox .titleTw {
    margin-top: 60px;
  }
}
.aboutArea .rightBox .titleBox .titleTw::before {
  top: 96px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 15px;
}
@media (max-width: 960px) {
  .aboutArea .rightBox .titleBox .titleTw::before {
    top: 76px;
  }
}
.aboutArea .rightBox .masterBtnBox {
  padding-top: 42px;
}
.aboutArea .aboutBg {
  margin-top: -70px;
  display: block;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBg {
    margin-top: 0;
  }
}
@media (max-width: 460px) {
  .aboutArea .aboutBg {
    margin-top: 20px;
  }
}
.aboutArea .aboutBg .Img {
  width: 100%;
  margin: 0 auto;
  padding: 0 6px;
}
.aboutArea .aboutBg .Img img {
  display: block;
  width: 100%;
}

.courseArea {
  position: relative;
  z-index: 0;
  padding: 35px 0 40px;
  overflow-x: clip;
}
.courseArea::before {
  content: "";
  position: absolute;
  top: -400px;
  right: 0;
  z-index: -1;
  display: block;
  width: 1253px;
  height: 1231px;
  background-image: url(../images/course_bg.png);
}
.courseArea .wrap {
  padding-bottom: 380px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .courseArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 960px) {
  .courseArea .wrap {
    padding-bottom: 480px;
  }
}
@media (max-width: 560px) {
  .courseArea .wrap {
    padding-bottom: 70%;
  }
}
.courseArea .wrap::before, .courseArea .wrap::after {
  content: "listening, speaking, reading, writing, translating";
  white-space: nowrap;
  position: absolute;
  bottom: 155px;
  left: 0;
  z-index: -1;
  display: block;
  width: 3100px;
  font-family: "Saira", sans-serif;
  font-size: 104px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-text-stroke: 1px black;
  color: transparent;
  overflow: hidden;
  -webkit-animation: scroll 120s linear infinite;
          animation: scroll 120s linear infinite;
  opacity: 0.3;
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (max-width: 960px) {
  .courseArea .wrap::before, .courseArea .wrap::after {
    width: 2100px;
    font-size: 73px;
  }
}
@media (max-width: 560px) {
  .courseArea .wrap::before, .courseArea .wrap::after {
    bottom: 10%;
  }
}
.courseArea .wrap::after {
  -webkit-animation-delay: -60s;
          animation-delay: -60s;
}
.courseArea .descriptionBox {
  padding-right: 30px;
  max-width: 460px;
  width: 100%;
}
@media (max-width: 1180px) {
  .courseArea .descriptionBox {
    padding: 0;
    max-width: 100%;
  }
}
.courseArea .descriptionTxt {
  padding-top: 24px;
}
.courseArea .masterBtnBox {
  padding-top: 65px;
}
@media (max-width: 1180px) {
  .courseArea .masterBtnBox {
    padding-top: 30px;
  }
}
.courseArea .courseListBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -25px;
}
@media (max-width: 1180px) {
  .courseArea .courseListBox {
    margin: 0;
    margin: 0 -20px;
  }
}
.courseArea .courseList {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.courseArea .courseList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.courseArea .courseList:not(.slick-slider) .courseItem {
  width: 33.3333333333%;
}
@media (max-width: 769px) {
  .courseArea .courseList:not(.slick-slider) .courseItem {
    width: 50%;
  }
}
.courseArea .courseList:not(.slick-slider) .courseItem:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.courseArea .slick-track {
  margin: 30px 0;
}
.courseArea .slickPrev > div:first-child .item {
  border-bottom-right-radius: 0px;
}
.courseArea .slickPrev > div:first-child .item::before, .courseArea .slickPrev > div:first-child .item::after {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.courseArea .slickPrev > div:first-child .item::before {
  display: none;
}
.courseArea .slickPrev > div:first-child .item::after {
  bottom: 5px;
  right: 5px;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #2d95ff transparent;
}
@media (max-width: 767px) {
  .courseArea .slickPrev > div:nth-child(2) .item {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .courseArea .slickPrev > div:nth-child(2) .item::before, .courseArea .slickPrev > div:nth-child(2) .item::after {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .courseArea .slickPrev > div:nth-child(2) .item::before {
    top: 5px;
    right: 5px;
    border-width: 0 30px 30px 0;
    border-color: transparent #2d95ff transparent transparent;
  }
  .courseArea .slickPrev > div:nth-child(2) .item::after {
    bottom: 5px;
    right: 5px;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #2d95ff transparent;
  }
}
.courseArea .slickPrev > div:last-child .item {
  border-top-right-radius: 0px;
}
.courseArea .slickPrev > div:last-child .item::before, .courseArea .slickPrev > div:last-child .item::after {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.courseArea .slickPrev > div:last-child .item::before {
  display: none;
}
.courseArea .slickPrev > div:last-child .item::after {
  top: 5px;
  right: 5px;
  border-width: 0 30px 30px 0;
  border-color: transparent #2d95ff transparent transparent;
}
.courseArea .slickCenter > div:first-child .item {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.courseArea .slickCenter > div:first-child .item::before, .courseArea .slickCenter > div:first-child .item::after {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.courseArea .slickCenter > div:first-child .item::before {
  bottom: 5px;
  left: 5px;
  border-width: 30px 0 0 30px;
  border-color: transparent transparent transparent #2d95ff;
}
.courseArea .slickCenter > div:first-child .item::after {
  bottom: 5px;
  right: 5px;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #2d95ff transparent;
}
.courseArea .slickCenter > div:last-child .item {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.courseArea .slickCenter > div:last-child .item::before, .courseArea .slickCenter > div:last-child .item::after {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.courseArea .slickCenter > div:last-child .item::before {
  top: 5px;
  left: 5px;
  border-width: 30px 30px 0 0;
  border-color: #2d95ff transparent transparent transparent;
}
.courseArea .slickCenter > div:last-child .item::after {
  top: 5px;
  right: 5px;
  border-width: 0 30px 30px 0;
  border-color: transparent #2d95ff transparent transparent;
}
.courseArea .slickNext > div:first-child .item {
  border-bottom-left-radius: 0px;
}
.courseArea .slickNext > div:first-child .item::before, .courseArea .slickNext > div:first-child .item::after {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.courseArea .slickNext > div:first-child .item::before {
  bottom: 5px;
  left: 5px;
  border-width: 30px 0 0 30px;
  border-color: transparent transparent transparent #2d95ff;
}
.courseArea .slickNext > div:first-child .item::after {
  display: none;
}
@media (max-width: 767px) {
  .courseArea .slickNext > div:nth-child(2) .item {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .courseArea .slickNext > div:nth-child(2) .item::before, .courseArea .slickNext > div:nth-child(2) .item::after {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .courseArea .slickNext > div:nth-child(2) .item::before {
    top: 5px;
    left: 5px;
    border-width: 30px 30px 0 0;
    border-color: #2d95ff transparent transparent transparent;
  }
  .courseArea .slickNext > div:nth-child(2) .item::after {
    bottom: 5px;
    left: 5px;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #2d95ff;
  }
}
.courseArea .slickNext > div:last-child .item {
  border-top-left-radius: 0px;
}
.courseArea .slickNext > div:last-child .item::before, .courseArea .slickNext > div:last-child .item::after {
  opacity: 1;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.courseArea .slickNext > div:last-child .item::before {
  top: 5px;
  left: 5px;
  border-width: 30px 30px 0 0;
  border-color: #2d95ff transparent transparent transparent;
}
.courseArea .slickNext > div:last-child .item::after {
  display: none;
}
.courseArea .courseItem {
  padding: 10px 20px;
}
@media (max-width: 560px) {
  .courseArea .courseItem {
    padding: 10px;
  }
}
.courseArea .item {
  position: relative;
  margin: 0 auto;
  max-width: 245px;
  width: 100%;
  padding: 20px;
  padding-bottom: 25px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
}
@media (max-width: 560px) {
  .courseArea .item {
    max-width: 200px;
  }
}
.courseArea .item::before, .courseArea .item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0;
  pointer-events: none;
}
.courseArea .item:hover::before, .courseArea .item:hover::after {
  -webkit-filter: invert(51%) sepia(74%) saturate(494%) hue-rotate(320deg) brightness(96%) contrast(92%);
          filter: invert(51%) sepia(74%) saturate(494%) hue-rotate(320deg) brightness(96%) contrast(92%);
}
.courseArea .item:hover .Img {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.courseArea .item:hover .courseTxt {
  color: #194990;
}
.courseArea .item .Img {
  padding-top: 30px;
  width: 75px;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .courseArea .item .Img {
    padding-top: 10px;
    width: 60px;
  }
}
.courseArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.courseArea .item .courseTxt {
  padding-top: 8px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #000;
}
@media (max-width: 560px) {
  .courseArea .item .courseTxt {
    padding-top: 10px;
    font-size: 16px;
  }
}
.courseArea .item a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 80px;
}
.courseArea .courseDeco {
  position: absolute;
  z-index: -1;
  bottom: 20px;
  left: 12%;
  pointer-events: none;
}
@media (max-width: 960px) {
  .courseArea .courseDeco {
    left: 0;
    right: 0;
  }
}
.courseArea .courseDeco .Img div {
  width: 590px;
  height: 450px;
  background: url("../images/course_deco.png") no-repeat center;
  background-size: contain;
}
@media (max-width: 670px) {
  .courseArea .courseDeco .Img div {
    width: 400px;
    height: 310px;
  }
}
@media (max-width: 480px) {
  .courseArea .courseDeco .Img div {
    width: 280px;
    height: 210px;
  }
}

.newsArea {
  position: relative;
  padding: 60px 0;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .newsArea {
    margin-bottom: 130px;
  }
}
.newsArea::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  display: block;
  width: 840px;
  height: 390px;
  background: #194990;
  border-radius: 195px;
  border-bottom-left-radius: 0;
}
@media (max-width: 960px) {
  .newsArea::before {
    top: 120px;
    left: -50px;
    height: 260px;
    width: 103%;
  }
}
.newsArea .wrap {
  padding-top: 118px;
}
.newsArea .newsDeco {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media (max-width: 960px) {
  .newsArea .newsDeco {
    top: -20px;
    left: auto;
    right: 10px;
  }
}
.newsArea .newsDeco .Img {
  margin: 0 auto;
  max-width: 290px;
  width: 100%;
  -webkit-transform: translateX(59%);
          transform: translateX(59%);
}
@media (max-width: 960px) {
  .newsArea .newsDeco .Img {
    max-width: 220px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.newsArea .newsDeco .Img img {
  width: 100%;
  display: block;
}
.newsArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsArea .titleBox .titleEn {
  color: #fff;
}
.newsArea .titleBox .titleTw {
  color: #fff;
}
.newsArea .titleBox .titleTw::before {
  background: #fff;
}
.newsArea .arrowBox {
  padding-top: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .newsArea .arrowBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 460px) {
  .newsArea .arrowBox {
    padding-top: 30px;
  }
}
.newsArea .masterBtnBox {
  padding-left: 16px;
  padding-right: 63px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.newsArea .masterBtnBox .masterBtn {
  width: 220px;
}
@media (max-width: 460px) {
  .newsArea .masterBtnBox .masterBtn {
    width: 130px;
  }
}
.newsArea .newsBox {
  margin-top: -80px;
  pointer-events: none;
}
@media (max-width: 1536px) {
  .newsArea .newsBox {
    margin: 0;
  }
}
@media (max-width: 460px) {
  .newsArea .newsBox {
    margin-top: -30px;
  }
}
.newsArea .newsList {
  margin-right: -15px;
}
.newsArea .newsList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.newsArea .newsList:not(.slick-slider) .newsItem {
  width: 33.3333333333%;
}
@media (max-width: 1538px) {
  .newsArea .newsList:not(.slick-slider) .newsItem {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .newsArea .newsList:not(.slick-slider) .newsItem {
    width: 100%;
  }
}
.newsArea .newsList:not(.slick-slider) .newsItem:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.newsArea .slick-track {
  margin-top: 140px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .newsArea .slick-track {
    margin-top: 60px;
  }
}
.newsArea .slickCenter .item {
  -webkit-transform: translateY(-140px);
          transform: translateY(-140px);
}
@media (max-width: 1023px) {
  .newsArea .slickCenter .item {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.newsArea .slickPrev .item {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media (max-width: 1023px) {
  .newsArea .slickPrev .item {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.newsArea .newsItem {
  padding: 0 20px;
  pointer-events: fill;
}
@media (max-width: 1023px) {
  .newsArea .newsItem {
    padding: 0;
    padding-right: 20px;
  }
}
.newsArea .item {
  max-width: 410px;
  width: 100%;
}
@media (max-width: 1023px) {
  .newsArea .item {
    margin: 0 auto;
    max-width: 480px;
    padding-left: 70px;
  }
}
.newsArea .item:hover .Txt .date {
  color: #ec725a;
}
.newsArea .item:hover .Txt .date .month::before {
  background: #ec725a;
}
.newsArea .item .Img {
  position: relative;
  width: 100%;
}
.newsArea .item .Img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(45, 149, 255, 0);
  pointer-events: none;
}
.newsArea .item .Img:hover::before {
  background: rgba(45, 149, 255, 0.3);
}
.newsArea .item .Img a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.newsArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsArea .item .Txt {
  position: relative;
  padding-top: 24px;
  text-align: left;
}
.newsArea .item .Txt .newsInfoBox {
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: -70px;
  pointer-events: none;
}
@media (max-width: 460px) {
  .newsArea .item .Txt .newsInfoBox {
    left: -60px;
  }
}
.newsArea .item .Txt .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #2d95ff;
}
.newsArea .item .Txt .date .day {
  font-size: 86px;
  line-height: 1.4;
}
@media (max-width: 460px) {
  .newsArea .item .Txt .date .day {
    font-size: 75px;
  }
}
.newsArea .item .Txt .date .yearMonth {
  padding-left: 8px;
}
.newsArea .item .Txt .date .month {
  position: relative;
  padding-top: 10px;
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
}
.newsArea .item .Txt .date .month::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #2d95ff;
}
.newsArea .item .Txt .date .year {
  padding-top: 3px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
.newsArea .item .Txt .title {
  padding-bottom: 8px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 19px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newsArea .item .Txt .title a {
  color: #000;
}
.newsArea .item .Txt .title a:hover {
  color: #2d95ff;
}
.newsArea .item .Txt .text {
  padding-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #404040;
}
.newsArea .item .Txt .btn {
  padding-top: 33px;
}
.newsArea .item .Txt .btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 16px;
  font-weight: 500;
}
.newsArea .item .Txt .btn a:hover {
  color: #ec725a;
  letter-spacing: 2px;
}
.newsArea .item .Txt .btn .arrow {
  position: relative;
  margin-left: 7px;
  width: 34px;
  height: 2px;
  background: #ec725a;
}
.newsArea .item .Txt .btn .arrow::before {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 0;
  display: block;
  height: 10px;
  width: 2px;
  background: #ec725a;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.activityArea {
  position: relative;
  z-index: 0;
  padding: 122px 0 30px;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .activityArea {
    padding: 180px 0 30px;
  }
}
.activityArea::before {
  content: "";
  position: absolute;
  top: -290px;
  left: 18%;
  z-index: -1;
  display: block;
  width: 740px;
  height: 596px;
  background-image: url(../images/about_dots.png);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 640px) {
  .activityArea::before {
    top: -100px;
    left: -200px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.activityArea .wrap {
  position: relative;
  max-width: 1680px;
  padding-right: 4.6%;
}
@media (max-width: 1680px) {
  .activityArea .wrap {
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .activityArea .wrap {
    padding-bottom: 80px;
  }
}
.activityArea .activityDeco {
  pointer-events: none;
}
.activityArea .activityDeco.show .bike img {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.activityArea .activityDeco.show .arrow::before {
  width: 100%;
}
.activityArea .activityDeco .Img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 640px) {
  .activityArea .activityDeco .Img {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.activityArea .activityDeco .Img img {
  width: 100%;
  display: block;
}
.activityArea .activityDeco .bike {
  top: -240px;
  width: 265px;
}
@media (max-width: 640px) {
  .activityArea .activityDeco .bike {
    top: -210px;
    left: 30px;
    width: 228px;
  }
}
.activityArea .activityDeco .bike img {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translate(-250px, -50px);
          transform: translate(-250px, -50px);
}
.activityArea .activityDeco .arrow {
  top: -125px;
  -webkit-transform: translateX(calc(-50% - 230px));
          transform: translateX(calc(-50% - 230px));
  width: 210px;
  height: 107px;
}
@media (max-width: 640px) {
  .activityArea .activityDeco .arrow {
    -webkit-transform: none;
            transform: none;
    left: -150px;
  }
}
.activityArea .activityDeco .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background-image: url(../images/activity_arrow.png);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.activityArea .topBox {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 960px) {
  .activityArea .topBox {
    position: static;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.activityArea .titleBox {
  position: relative;
  z-index: 1;
}
.activityArea .titleBox::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  display: block;
  width: 500px;
  height: 295px;
  background: rgba(247, 241, 236, 0.8);
  border-radius: 200px;
  border-bottom-left-radius: 0;
  pointer-events: none;
}
@media (max-width: 960px) {
  .activityArea .titleBox::before {
    height: 200px;
  }
}
@media (max-width: 360px) {
  .activityArea .titleBox .titleEn {
    font-size: 40px;
  }
}
.activityArea .titleBox .titleTw {
  position: absolute;
  top: 15px;
  left: 270px;
  right: 0;
}
@media (max-width: 960px) {
  .activityArea .titleBox .titleTw {
    left: 200px;
  }
}
@media (max-width: 360px) {
  .activityArea .titleBox .titleTw {
    top: 5px;
    left: 180px;
  }
}
.activityArea .titleBox .titleTw::before {
  left: 123px;
}
@media (max-width: 960px) {
  .activityArea .titleBox .titleTw::before {
    left: 90px;
  }
}
.activityArea .arrowBox {
  padding-left: 75px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  .activityArea .arrowBox {
    position: absolute;
    z-index: 2;
    top: 55%;
    left: 0;
    padding: 0 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 0;
  }
}
@media (max-width: 767px) {
  .activityArea .arrowBox {
    padding: 0;
  }
}
.activityArea .arrowBox .arrowPrev,
.activityArea .arrowBox .arrowNext {
  background: #ec725a;
}
.activityArea .arrowBox .arrowPrev:hover,
.activityArea .arrowBox .arrowNext:hover {
  background: #2d95ff;
}
.activityArea .activityBox {
  margin-top: -95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1536px) {
  .activityArea .activityBox {
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .activityArea .activityBox {
    position: relative;
    z-index: -1;
    display: block;
  }
}
.activityArea .activityBox .activityList {
  position: relative;
  padding: 5px;
}
.activityArea .activityBox .activityList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.activityArea .activityBox .activityList:not(.slick-slider) .activityItem {
  width: 100%;
}
.activityArea .activityBox .activityList:not(.slick-slider) .activityItem:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.activityArea .activityBox .activityItem {
  overflow: hidden;
}
.activityArea .activityBox .item {
  position: relative;
  z-index: 0;
}
.activityArea .activityBox .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(45, 149, 255, 0);
  pointer-events: none;
}
.activityArea .activityBox .item:hover::before {
  background: rgba(45, 149, 255, 0.3);
}
.activityArea .activityBox .item:hover .Txt::before {
  background: #ec725a;
}
.activityArea .activityBox .item:hover .moreBox .more {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.activityArea .activityBox .Img img {
  width: 100%;
  display: block;
  height: auto;
}
.activityArea .activityBox .Txt {
  position: absolute;
  z-index: 2;
}
.activityArea .activityBox .Txt::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 28px;
  height: 5px;
  background: #2d95ff;
}
.activityArea .activityBox .Txt a {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 960px) {
  .activityArea .activityBox .Txt a {
    font-size: 20px;
  }
}
.activityArea .activityBox .moreBox {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 170px;
  margin: 0 auto;
  pointer-events: none;
}
.activityArea .activityBox .moreBox .more {
  position: relative;
  margin-bottom: 25px;
  padding-right: 80px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
}
.activityArea .activityBox .moreBox .more .line {
  position: absolute;
  right: 45px;
  bottom: 1px;
  width: 70px;
  height: 1px;
  background: #fff;
}
.activityArea .activityBox .moreBox .more .line::before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: -1px;
  display: block;
  width: 1px;
  height: 14px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.activityArea .activityBox .moreBox .more .line::after {
  content: "";
  position: absolute;
  right: -45px;
  top: 50%;
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
  display: block;
  width: 95px;
  height: 95px;
  border: 1px solid #fff;
  border-radius: 100%;
}
@media (max-width: 640px) {
  .activityArea .activityBox .moreBox .more .line::after {
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
    right: -30px;
    width: 60px;
    height: 60px;
  }
}
.activityArea .activityLeftListBox {
  position: relative;
  z-index: 2;
  padding-top: 137px;
  max-width: 445px;
  width: 100%;
}
@media (max-width: 1600px) {
  .activityArea .activityLeftListBox {
    max-width: 400px;
  }
}
@media (max-width: 1440px) {
  .activityArea .activityLeftListBox {
    max-width: 330px;
  }
}
@media (max-width: 1180px) {
  .activityArea .activityLeftListBox {
    max-width: 500px;
  }
}
@media (max-width: 960px) {
  .activityArea .activityLeftListBox {
    padding-top: 10px;
    max-width: 650px;
    margin: 0 auto;
  }
}
.activityArea .activityLeftListBox .activityList {
  width: 100%;
}
.activityArea .activityLeftListBox .activityList::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -55px;
  right: -45px;
  display: block;
  width: 370px;
  height: 95px;
  background: rgba(45, 149, 255, 0.5);
  pointer-events: none;
}
@media (max-width: 960px) {
  .activityArea .activityLeftListBox .activityList::before {
    display: none;
  }
}
.activityArea .activityLeftListBox .activityItem {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.activityArea .activityLeftListBox .Txt {
  top: 16px;
  right: 0;
  padding-right: 45px;
}
.activityArea .activityLeftListBox .Txt::before {
  right: 0;
}
.activityArea .activityCenterListBox {
  max-width: 435px;
  width: 100%;
}
@media (max-width: 1600px) {
  .activityArea .activityCenterListBox {
    max-width: 390px;
  }
}
@media (max-width: 1440px) {
  .activityArea .activityCenterListBox {
    max-width: 320px;
  }
}
@media (max-width: 1180px) {
  .activityArea .activityCenterListBox {
    max-width: 420px;
  }
}
@media (max-width: 960px) {
  .activityArea .activityCenterListBox {
    display: none;
  }
}
.activityArea .activityCenterTopListBox .activityList,
.activityArea .activityCenterBottomListBox .activityList {
  width: 100%;
}
.activityArea .activityCenterTopListBox .activityItem {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.activityArea .activityCenterTopListBox .Txt {
  bottom: 13px;
  left: 0;
  padding-left: 40px;
}
.activityArea .activityCenterTopListBox .Txt::before {
  left: 0;
}
.activityArea .activityCenterBottomListBox .activityList {
  padding-top: 10px;
}
.activityArea .activityCenterBottomListBox .activityItem {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.activityArea .activityCenterBottomListBox .Txt {
  top: 26px;
  right: 0;
  padding-right: 36px;
}
.activityArea .activityCenterBottomListBox .Txt::before {
  right: 0;
}
.activityArea .activityRightListBox {
  padding-top: 215px;
  max-width: 680px;
  width: 100%;
}
@media (max-width: 1600px) {
  .activityArea .activityRightListBox {
    max-width: 600px;
  }
}
@media (max-width: 1440px) {
  .activityArea .activityRightListBox {
    max-width: 500px;
  }
}
@media (max-width: 1180px) {
  .activityArea .activityRightListBox {
    display: none;
  }
}
.activityArea .activityRightListBox .activityList::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -80px;
  left: 33px;
  display: block;
  width: 25px;
  height: 148px;
  background: rgba(45, 149, 255, 0.8);
  pointer-events: none;
}
.activityArea .activityRightListBox .activityItem {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.activityArea .activityRightListBox .Txt {
  top: 20px;
  left: 0;
  padding-left: 40px;
}
.activityArea .activityRightListBox .Txt::before {
  left: 0;
}
.activityArea .masterBtnBox {
  position: absolute;
  left: 95px;
  bottom: 90px;
  z-index: 2;
  width: 220px;
}
@media (max-width: 1440px) {
  .activityArea .masterBtnBox {
    bottom: 70px;
    left: 70px;
  }
}
@media (max-width: 1180px) {
  .activityArea .masterBtnBox {
    bottom: 0;
  }
}
@media (max-width: 960px) {
  .activityArea .masterBtnBox {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 180px;
  }
}