.checkArea .btn a .arrow svg, .checkArea .btn a .arrow, .checkArea .btn a::before, .onlineBox, .formArea .formTitle, .likeBox, .circleBox, .newsList .title a, .newsList .date, .newsList .Txt p, .newsList .item, .newsBox, .newsArea .newsTitle {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.likeBox, .circleBox, .onlineBox, .formArea .formTitle, .newsBox, .newsArea .newsTitle {
  opacity: 0;
}

.likeBox {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.circleBox {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.onlineBox, .formArea .formTitle, .newsBox, .newsArea .newsTitle {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.formArea.show .onlineBox, .formArea.show .formTitle, .likeArea.show .circleBox, .likeArea.show .likeBox, .newsArea.show .newsBox, .newsArea.show .newsTitle {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

/*
	Authors: Alvin, Randy, Rex
    Version: 2.0
	Latest Update: 2020/03/13
*/
body {
  font-family: "acumin-pro-semi-condensed", "Noto Sans TC", sans-serif;
}

.mainArea {
  padding: 0;
  min-height: auto;
}

.newsArea {
  padding: 100px 0;
  background-color: #f7f8f8;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e5e5e5)), -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e5e5e5)), -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e5e5e5)), -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e5e5e5));
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(to bottom, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(to bottom, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(to bottom, #e5e5e5 0%, #e5e5e5 100%);
  background-size: 1px 100%;
  background-position: calc(50% - 600px) 0, calc(50% - 200px) 0, calc(50% + 200px) 0, calc(50% + 600px) 0;
}
.newsArea.show .newsBox {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width: 1180px) {
  .newsArea {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.newsArea .wrap {
  max-width: 1400px;
}
@media (min-width: 1240px) and (max-width: 1440px) {
  .newsArea .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.newsArea .newsTitle {
  margin-bottom: 35px;
}
@media (max-width: 1180px) {
  .newsArea .newsTitle {
    margin-bottom: 20px;
  }
}
.newsArea .newsTitle .title {
  text-align: center;
  font: 700 32px "acumin-pro-semi-condensed", sans-serif;
  color: #2462af;
}
@media (max-width: 1180px) {
  .newsArea .newsTitle .title {
    font-size: 26px;
  }
}

.newsBox {
  padding: 0 100px;
  position: relative;
}
@media (min-width: 1181px) and (max-width: 1440px) {
  .newsBox {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 1180px) {
  .newsBox {
    padding-left: 0;
    padding-right: 0;
  }
}

.newsList {
  margin: 0 -15px;
  font-family: "acumin-pro-semi-condensed", sans-serif;
}
@media (min-width: 451px) and (max-width: 680px) {
  .newsList {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 450px) {
  .newsList {
    margin-left: 0;
    margin-right: 0;
  }
}
.newsList .slick-slide {
  padding: 10px 15px;
}
@media (min-width: 451px) and (max-width: 680px) {
  .newsList .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 450px) {
  .newsList .slick-slide {
    padding-left: 0;
    padding-right: 0;
  }
}
.newsList .item {
  padding: 10px;
  background-color: #fff;
}
.newsList .item:hover {
  background-color: #e31f25;
}
.newsList .item:hover .Txt p, .newsList .item:hover .date, .newsList .item:hover .title a {
  color: #fff;
}
.newsList img {
  display: block;
  width: 100%;
}
.newsList .Txt {
  padding: 25px 15px;
  line-height: 1.6;
}
.newsList .Txt p {
  font-size: 15px;
  color: #353535;
  height: 72px;
  font-weight: 300;
}
.newsList .date {
  font-size: 14px;
  color: #808080;
}
.newsList .title {
  margin-bottom: 10px;
  line-height: 1.5;
}
.newsList .title a {
  display: block;
  font-size: 19px;
  color: #2462af;
  height: 56px;
  font-weight: 600;
}
.newsList .slickRoundDots {
  margin-top: 20px;
}

@media (max-width: 1180px) {
  .newsControlBox {
    display: none;
  }
}
.newsControlBox .slickPrevArrowBtn,
.newsControlBox .slickNextArrowBtn {
  border: 1px solid #111;
}
.newsControlBox .slickPrevArrowBtn:hover,
.newsControlBox .slickNextArrowBtn:hover {
  color: #fff;
  background-color: #e31f25;
  border-color: #e31f25;
}

.likeArea {
  background-repeat: no-repeat;
  background-image: url(../images/csr/bg.png);
  background-position: center;
}
.likeArea .wrap {
  padding: 150px 100px 150px 75px;
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
}
@media (min-width: 1181px) and (max-width: 1460px) {
  .likeArea .wrap {
    max-width: 1330px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1180px) {
  .likeArea .wrap {
    display: block;
    padding: 50px 20px;
  }
}

.circleBox {
  position: relative;
  width: 690px;
}
@media (max-width: 1180px) {
  .circleBox {
    display: none;
  }
}
.circleBox path {
  cursor: pointer;
}
.circleBox path:hover, .circleBox path.current {
  fill: #e31f25;
}
.circleBox path {
  fill: #2462af;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@-webkit-keyframes circleAti {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circleAti {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes circleAti_r {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes circleAti_r {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.circleMap {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.15);
}
.circleMap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/csr/circle_dot.png);
  background-position: center;
  -webkit-animation: circleAti 50s linear infinite;
          animation: circleAti 50s linear infinite;
}
.circleMap .map {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 285px;
  height: 285px;
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-image: url(../images/csr/map.png);
}
.circleMap .map:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/csr/circle.png);
  background-position: center;
  -webkit-animation: circleAti_r 100s linear infinite;
          animation: circleAti_r 100s linear infinite;
}

.circleTxtList {
  pointer-events: none;
}
.circleTxtList li {
  padding-top: 30px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 80px;
  margin-left: -40px;
  height: 50%;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.circleTxtList li:nth-of-type(1) {
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}
.circleTxtList li:nth-of-type(1) .item {
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
}
.circleTxtList li:nth-of-type(2) {
  -webkit-transform: rotate(108deg);
          transform: rotate(108deg);
}
.circleTxtList li:nth-of-type(2) .item {
  -webkit-transform: rotate(-108deg);
          transform: rotate(-108deg);
}
.circleTxtList li:nth-of-type(3) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.circleTxtList li:nth-of-type(3) .item {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.circleTxtList li:nth-of-type(4) {
  -webkit-transform: rotate(252deg);
          transform: rotate(252deg);
}
.circleTxtList li:nth-of-type(4) .item {
  -webkit-transform: rotate(-252deg);
          transform: rotate(-252deg);
}
.circleTxtList li:nth-of-type(5) {
  -webkit-transform: rotate(324deg);
          transform: rotate(324deg);
}
.circleTxtList li:nth-of-type(5) .item {
  -webkit-transform: rotate(-324deg);
          transform: rotate(-324deg);
}
.circleTxtList .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -2px);
          transform: translate(-50%, -2px);
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.circleTxtList .dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}
.circleTxtList .Txt {
  text-align: center;
  color: #fff;
}
.circleTxtList img {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.likeBox {
  position: relative;
}
@media (min-width: 1321px) {
  .likeBox:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 90px;
    height: 1px;
    background-color: #7d7d7d;
  }
  .likeBox:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 15px;
    height: 1px;
    background-color: #7d7d7d;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.likeBox .likeList {
  position: relative;
}
@media (max-width: 1180px) {
  .likeBox .likeList {
    max-width: 1180px;
  }
}
.likeBox li {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 1181px) {
  .likeBox li {
    opacity: 0;
  }
  .likeBox li:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .likeBox li.current {
    opacity: 1;
  }
  .likeBox li.current .Img {
    -webkit-transform: translateY(-155px);
            transform: translateY(-155px);
  }
  .likeBox li.current .Txt {
    -webkit-transform: translateY(155px);
            transform: translateY(155px);
  }
}
.likeBox li.current {
  z-index: 2;
}
.likeBox li.current .Img, .likeBox li.current .Txt {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}
.likeBox .item {
  position: relative;
}
@media (min-width: 1181px) {
  .likeBox .item {
    width: 490px;
    height: 490px;
  }
}
@media (max-width: 1180px) {
  .likeBox .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1181px) {
  .likeBox .Img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
  }
}
@media (max-width: 1180px) {
  .likeBox .Img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 300px;
    height: 300px;
  }
}
.likeBox .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 50%;
}
.likeBox .Txt {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 80px 85px;
  border: 1px solid #808080;
  line-height: 1.6;
}
@media (min-width: 1181px) {
  .likeBox .Txt {
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
  }
}
@media (max-width: 1180px) {
  .likeBox .Txt {
    width: calc(100% - 300px);
    padding: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: none;
  }
}
.likeBox .Txt p {
  color: #626262;
}
.likeBox .top {
  margin-bottom: 10px;
  text-align: center;
}
.likeBox .icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.likeBox .title, .likeBox .enTitle {
  font-size: 18px;
  color: #2462af;
}
.likeBox img {
  display: block;
}

.formArea {
  padding: 100px 0;
}
.formArea.show .onlineBox {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width: 1180px) {
  .formArea {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.formArea .formTitle {
  margin-bottom: 45px;
}
@media (max-width: 1180px) {
  .formArea .formTitle {
    margin-bottom: 20px;
  }
}
.formArea .formTitle .title {
  text-align: center;
  font-size: 32px;
  letter-spacing: 1px;
  color: #2462af;
}
@media (max-width: 1180px) {
  .formArea .formTitle .title {
    font-size: 26px;
  }
}

.onlineBox .rowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
@media (min-width: 961px) {
  .onlineBox .rowBox:nth-last-of-type(2) > .half .item:first-child {
    border-top: 1px solid #dcdcdc;
  }
}
@media (max-width: 960px) {
  .onlineBox .rowBox:nth-last-of-type(2) > .half:first-child .item:first-child {
    border-top: 1px solid #dcdcdc;
  }
}
.onlineBox .half {
  padding: 0 20px;
  width: 50%;
}
@media (max-width: 960px) {
  .onlineBox .half {
    width: 100%;
  }
}
.onlineBox .item {
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 0;
}
.onlineBox .item.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.onlineBox .item.flex .left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.onlineBox .item.flex .right {
  width: 100%;
}
.onlineBox .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.onlineBox .num {
  padding-right: 20px;
  font-size: 22px;
  font-weight: 500;
  color: #2462af;
}
.onlineBox .top {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #2462af;
}
.onlineBox .bottom {
  height: 100%;
}
.onlineBox .textareaBox {
  height: 100%;
}
.onlineBox input[type=text] {
  padding: 0;
  margin: 0;
  height: 30px;
  width: 100%;
  border: none;
}
.onlineBox textarea {
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 960px) {
  .onlineBox textarea {
    height: 200px;
  }
}

.radioBox, .checkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.radioBox .option, .checkBox .option {
  margin-right: 25px;
}
.radioBox label, .checkBox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
}
.radioBox input[type=radio],
.radioBox input[type=checkbox], .checkBox input[type=radio],
.checkBox input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  margin-right: 10px;
  min-height: 15px;
  min-width: 15px;
  background: #fff;
  outline: none;
  border: 1px solid #bfbfbf;
}
.radioBox input[type=radio]:checked,
.radioBox input[type=checkbox]:checked, .checkBox input[type=radio]:checked,
.checkBox input[type=checkbox]:checked {
  background-color: #e31f25;
  border-color: #e31f25;
}

.checkArea .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 460px) {
  .checkArea .btnBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.checkArea .btn {
  padding: 10px 20px;
}
.checkArea .btn a {
  position: relative;
  display: block;
  width: 185px;
  height: 40px;
  z-index: 2;
}
.checkArea .btn a:hover::before {
  -webkit-transform: translate(-3px, 3px);
          transform: translate(-3px, 3px);
}
.checkArea .btn a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  background-color: #e31f25;
}
.checkArea .btn a span {
  position: relative;
  padding: 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  color: #111;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-weight: 500;
  font-family: "acumin-pro-semi-condensed", sans-serif;
}
.checkArea .btn a .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.checkArea .btn a .arrow svg {
  fill: #e31f25;
  width: 5px;
  height: 9px;
}

.error {
  -webkit-box-shadow: 0 0 10px #f00;
          box-shadow: 0 0 10px #f00;
}