/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/home/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "MaruFoPro-Medium";
  src: url(../../assets/fonts/MaruFoPro-Medium.otf) format("opentype");
  font-display: swap;
}
.kv_sec {
  background-image: url(../../assets/img/kv.jpg);
  background-size: cover;
  z-index: 20;
}
.kv_sec .swiper-pagination {
  width: 22.5rem;
  bottom: 3.75rem;
}
.kv_sec .swiper-pagination-bullet {
  margin: 0 0.625rem !important;
}
.kv_sec .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  border: 0;
  background-color: #dadada;
}
.kv_sec .swiper-pagination-bullet:focus, .kv_sec .swiper-pagination-bullet:hover {
  background: #38434b;
}
.kv_sec .swiper-pagination-bullet-active {
  width: 1.875rem;
  background-color: #2494f8;
}

.kv_scrolldown {
  position: absolute;
  bottom: 0;
  right: 7.8125rem;
  z-index: 10;
}
@media screen and (max-width: 890px) {
  .kv_scrolldown {
    display: none;
  }
}

.kv_scrolldown_track {
  position: relative;
  width: 1px;
  height: 6.25rem;
  background: #2494f8;
  z-index: 5;
}

.kv_scrolldown_ball {
  width: 1.5625rem;
  position: absolute;
  top: -5%;
  left: 50%;
  margin-left: -0.75rem;
  -webkit-animation: kv_scrolldown_ball 2s ease-in-out infinite;
          animation: kv_scrolldown_ball 2s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes kv_scrolldown_ball {
  0% {
    top: -5%;
    opacity: 0;
  }
  15% {
    top: -5%;
    opacity: 1;
  }
  80% {
    top: 100%;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes kv_scrolldown_ball {
  0% {
    top: -5%;
    opacity: 0;
  }
  15% {
    top: -5%;
    opacity: 1;
  }
  80% {
    top: 100%;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.kv_scrolldown_txt {
  font-size: 1.125rem;
  color: #2494f8;
  letter-spacing: 0.0625rem;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-right: 0.8125rem;
  margin-bottom: 0.6875rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}

.fastlink_sec {
  padding: 2.9375rem 0 6.25rem;
}
@media screen and (max-width: 480px) {
  .fastlink_sec {
    padding: 6.25rem 0 3.125rem;
  }
}
.fastlink_sec .container {
  max-width: 75rem;
}

.fastlink_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .fastlink_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fastlink_col {
  padding: 0 0.9375rem;
}
@media screen and (max-width: 480px) {
  .fastlink_col {
    padding: 0.9375rem 0.9375rem;
  }
}

.fastlink_btn {
  width: 8.25rem;
  height: 8.25rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fastlink_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.71);
      -ms-transform: scale(0.71);
          transform: scale(0.71);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 480px) {
  .fastlink_bg {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.fastlink_bg:before, .fastlink_bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 0 0;
}
.fastlink_bg:before {
  background-image: url(../../assets/img/fastlink_bg.png);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.fastlink_bg:after {
  background-image: url(../../assets/img/fastlink_bg_hvr.png);
  opacity: 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.fastlink_icon {
  width: 3.625rem;
  position: relative;
  z-index: 5;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 480px) {
  .fastlink_icon {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

.fastlink_circle {
  width: 10.3125rem;
  height: 10.3125rem;
  border-radius: 10.3125rem;
  border: 0.75rem solid #d7f3fe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5.15625rem;
  margin-top: -5.15625rem;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.fastlink_ring {
  width: 11.6875rem;
  height: 11.6875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5.84375rem;
  margin-top: -5.84375rem;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.fastlink_ring:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/fastlink_bg_hvr_circle.png);
  background-size: contain;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: fastlink_ring 2s linear infinite;
          animation: fastlink_ring 2s linear infinite;
}

@media screen and (min-width: 891px) {
  .fastlink_link:hover .fastlink_icon, .fastlink_link:focus .fastlink_icon {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .fastlink_link:hover .fastlink_bg, .fastlink_link:focus .fastlink_bg {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .fastlink_link:hover .fastlink_bg:before, .fastlink_link:focus .fastlink_bg:before {
    opacity: 0;
  }
  .fastlink_link:hover .fastlink_bg:after, .fastlink_link:focus .fastlink_bg:after {
    opacity: 1;
    -webkit-animation: fastlink_bg 0.4s cubic-bezier(0.32, 0.92, 0.32, 1.1);
            animation: fastlink_bg 0.4s cubic-bezier(0.32, 0.92, 0.32, 1.1);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .fastlink_link:hover .fastlink_circle, .fastlink_link:focus .fastlink_circle {
    border-color: #fce698;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .fastlink_link:hover .fastlink_ring, .fastlink_link:focus .fastlink_ring {
    opacity: 1;
  }
  .fastlink_link:hover .fastlink_car, .fastlink_link:focus .fastlink_car {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.16, 1.54, 0.67, 0.99) 0.05s;
    transition: all 0.3s cubic-bezier(0.16, 1.54, 0.67, 0.99) 0.05s;
  }
  .fastlink_link:hover .fastlink_go_img, .fastlink_link:focus .fastlink_go_img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s cubic-bezier(0.16, 1.54, 0.67, 0.99) 0.1s;
    transition: all 0.3s cubic-bezier(0.16, 1.54, 0.67, 0.99) 0.1s;
  }
}

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

@keyframes fastlink_bg {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fastlink_ring {
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
@keyframes fastlink_ring {
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
.fastlink_title {
  font-size: 1.375rem;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 480px) {
  .fastlink_title {
    font-size: 1.5rem;
  }
}

.fastlink_car {
  width: 2.9375rem;
  position: absolute;
  right: -1.875rem;
  bottom: 0.3125rem;
  -webkit-transform: translateX(-1.875rem);
      -ms-transform: translateX(-1.875rem);
          transform: translateX(-1.875rem);
  opacity: 0;
}

.fastlink_go_img {
  width: 2.25rem;
  position: absolute;
  left: 40%;
  bottom: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

.news_sec {
  padding: 3.9375rem 0 3.125rem;
  z-index: 3;
}
@media screen and (max-width: 890px) {
  .news_sec {
    padding: 3.9375rem 0 9.375rem;
  }
}
.news_sec .container_inner {
  right: 6.875rem;
}
@media screen and (max-width: 890px) {
  .news_sec .container_inner {
    right: 0;
  }
}
@media screen and (max-width: 890px) {
  .news_sec .maintitle_row.left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.news_sec .row_list {
  padding-top: 3rem;
}
.news_sec .more_btn_row {
  margin-top: 5.9375rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 890px) {
  .news_sec .more_btn_row {
    margin-top: 9.375rem;
  }
}

.news_sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 890px) {
  .news_sec_row {
    display: block;
  }
}

.news_sec_left {
  position: relative;
  z-index: 1;
}

.news_sec_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56.25rem;
          flex: 0 0 56.25rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 890px) {
  .news_sec_right {
    padding-top: 9.375rem;
  }
}
@media screen and (max-width: 480px) {
  .news_sec_right {
    padding-top: 6.25rem;
  }
}
.news_sec_right .container_inner {
  height: 35.5rem;
}

.news_bg {
  width: 90.375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -47%);
      -ms-transform: translate(-51%, -47%);
          transform: translate(-51%, -47%);
}

.news_dec_1 {
  width: 13.875rem;
  position: absolute;
  right: 19.6875rem;
  top: 8.3125rem;
}

.news_dec_2 {
  width: 16.5rem;
  position: absolute;
  bottom: 4rem;
  left: -3.4375rem;
}

.seminar_sec {
  padding: 12.5rem 0 6.25rem;
  position: relative;
  z-index: 2;
}
.seminar_sec::after {
  content: "";
  width: 100%;
  height: 50%;
  background: #4ba1ee;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 890px) {
  .seminar_sec {
    background: #4ba1ee;
    padding: 9.375rem 0 6.25rem;
  }
}
@media screen and (max-width: 480px) {
  .seminar_sec {
    padding: 6.25rem 0 5.625rem;
  }
}
.seminar_sec .container {
  padding-top: 7.9375rem;
}
.seminar_sec .more_btn_row {
  position: absolute;
  bottom: -0.3125rem;
  right: 0;
  z-index: 5;
}
@media screen and (max-width: 480px) {
  .seminar_sec .more_btn_row {
    position: relative;
    bottom: 0;
    margin-top: 3.125rem;
  }
}

.seminar_bg {
  top: -10.1875rem;
}
@media screen and (max-width: 890px) {
  .seminar_bg {
    width: auto;
    top: -6.25rem;
    left: -6.25rem;
  }
}

.seminar_swiper {
  margin-top: 2.9375rem;
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
  padding-bottom: 4.875rem;
  position: relative;
}
.seminar_swiper::after {
  content: "";
  width: 200%;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  top: 10.375rem;
  left: -50%;
}
.seminar_swiper .swiper-slide {
  padding: 0 1.5625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.seminar_swiper .swiper-slide::after {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 0.9375rem;
  background: #fff;
  border: 0.3125rem solid #4ba1ee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 10.375rem;
  left: 50%;
  margin-top: -0.4375rem;
  margin-left: -0.4375rem;
}
.seminar_swiper .swiper-slide:nth-child(2n+1) .seminar_caption_bottom {
  background: #c7e6fc;
}
.seminar_swiper .swiper-slide:nth-child(2n+1):hover .seminar_caption_bottom {
  background: #fae478;
}

.seminar_train {
  width: 15rem;
  position: absolute;
  top: 10.375rem;
  left: 50%;
  margin-top: -5.75rem;
  -webkit-animation: seminar_train 10s linear infinite;
          animation: seminar_train 10s linear infinite;
  z-index: 5;
}

@-webkit-keyframes seminar_train {
  0% {
    -webkit-transform: translateX(60vw);
            transform: translateX(60vw);
  }
  100% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}

@keyframes seminar_train {
  0% {
    -webkit-transform: translateX(60vw);
            transform: translateX(60vw);
  }
  100% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}
.seminar_datetime {
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 6.875rem;
  background: #006dbd;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.seminar_datetime::after {
  content: "";
  width: 1px;
  height: 3.5rem;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 100%;
}

.seminar_datetime {
  padding: 0;
}

.seminar_date {
  font-size: 1.875rem;
  position: relative;
}
.seminar_date:before {
  content: "";
  width: 4.875rem;
  height: 1px;
  background: #338aca;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.seminar_caption {
  margin-top: 5.25rem;
}

.thesis_sec {
  padding: 6.6875rem 0 9.375rem;
  background: #fff;
}
@media screen and (max-width: 890px) {
  .thesis_sec {
    padding: 8.125rem 0 28.125rem;
  }
}
@media screen and (max-width: 480px) {
  .thesis_sec {
    padding: 8.125rem 0 25rem;
  }
}

.thesis_center {
  width: 44.75rem;
  height: 44.75rem;
  border-radius: 44.75rem;
  background: linear-gradient(169deg, rgb(164, 214, 250) 26%, rgb(36, 148, 248) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.5rem auto 0;
  position: relative;
}
@media screen and (max-width: 890px) {
  .thesis_center {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 2.5rem 0 0;
  }
}
.thesis_center .container_inner {
  width: calc(100% - 13.75rem);
}

.thesis_title {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.08125rem;
  margin-bottom: 0.3125rem;
}
.thesis_title span {
  display: inline-block;
  background: #fff;
  padding: 0.1875rem 1.125rem;
  margin-bottom: 0.3125rem;
}

.thesis_content {
  padding-top: 0.9375rem;
  padding-bottom: 1.5625rem;
}

.thesis_info_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3125rem 0.4375rem;
  font-size: 1.375rem;
}

.thesis_info_title span {
  display: inline-block;
  padding: 0 0.3125rem;
  border-radius: 1.875rem;
  background: #fff;
  margin-left: -0.21875rem;
}

.thesis_info_txt {
  color: #fff;
  padding-left: 1.0625rem;
}

.thesis_note {
  color: #fff;
  font-size: 1.375rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 0.9375rem;
  margin-bottom: 2.5rem;
}

.thesis_peo_1 {
  width: 16.4375rem;
  position: absolute;
  right: 86%;
  top: 54%;
}
@media screen and (max-width: 890px) {
  .thesis_peo_1 {
    right: 55%;
    top: 93%;
  }
}
@media screen and (max-width: 480px) {
  .thesis_peo_1 {
    display: none;
  }
}

.thesis_peo_2 {
  width: 18.1875rem;
  position: absolute;
  left: 84.5%;
  top: 51%;
}
@media screen and (max-width: 890px) {
  .thesis_peo_2 {
    left: 55%;
    top: 93%;
  }
}
@media screen and (max-width: 480px) {
  .thesis_peo_2 {
    width: 48vw;
    left: 45%;
    top: 93%;
  }
}

.thesis_dec_1 {
  width: 40.5rem;
  position: absolute;
  left: 0;
  bottom: -49.4%;
}
@media screen and (max-width: 890px) {
  .thesis_dec_1 {
    width: 40vw;
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .thesis_dec_1 {
    width: 50vw;
  }
}

.thesis_dec_2 {
  width: 20.375rem;
  position: absolute;
  right: 0;
  top: -10%;
}
@media screen and (max-width: 890px) {
  .thesis_dec_2 {
    width: 20vw;
    top: 5%;
  }
}
@media screen and (max-width: 480px) {
  .thesis_dec_2 {
    width: 30vw;
    top: -2%;
  }
}

.thesis_dec_3 {
  width: 7.625rem;
  position: absolute;
  left: 67.8%;
  top: 23.5%;
}
@media screen and (max-width: 890px) {
  .thesis_dec_3 {
    display: none;
  }
}

.thesis_dec_4 {
  width: 27rem;
  position: absolute;
  left: -2.1%;
  bottom: -8.8%;
}
@media screen and (max-width: 890px) {
  .thesis_dec_4 {
    width: 30vw;
    bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  .thesis_dec_4 {
    width: 40vw;
    bottom: 5%;
  }
}

.thesis_dec_5 {
  width: 15.6875rem;
  position: absolute;
  right: 1.1%;
  top: 7.5%;
}
@media screen and (max-width: 890px) {
  .thesis_dec_5 {
    width: 30vw;
    top: 5%;
  }
}
@media screen and (max-width: 480px) {
  .thesis_dec_5 {
    width: 35vw;
    right: -1.1%;
    top: 2%;
  }
}

.marquee {
  width: 100%;
  font-size: 0;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4.375rem;
}

.marquee_txt {
  width: 100%;
  font-size: 10.4375rem;
  font-family: "Lato", "Noto Sans TC", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.25rem;
  line-height: 1;
  color: #dedede;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 480px) {
  .marquee_txt {
    font-size: 7.625rem;
  }
}

.marquee_1 {
  left: 0%;
  -webkit-animation: marquee_1 50s linear infinite;
          animation: marquee_1 50s linear infinite;
}

.marquee_2 {
  left: 100%;
  -webkit-animation: marquee_1 50s linear infinite 25s;
          animation: marquee_1 50s linear infinite 25s;
}

@-webkit-keyframes marquee_1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes marquee_1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.achieve_sec {
  background: #e1f7fd;
  padding: 2.6875rem 0 6.125rem;
}
@media screen and (max-width: 480px) {
  .achieve_sec {
    padding: 6.25rem 0 6.125rem;
  }
}
.achieve_sec .container {
  max-width: 109.375rem;
}

.achieve_bg {
  position: absolute;
  bottom: 100%;
}

.achieve_swiper {
  padding-bottom: 5rem;
  margin-top: 3.375rem;
}
.achieve_swiper .swiper-slide {
  padding: 0 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.achieve_swiper .swiper-slide:nth-child(2n) {
  padding-top: 3.75rem;
}
.achieve_swiper .swiper-pagination-bullet {
  border: 1px solid #2494f8;
}
.achieve_swiper .swiper-pagination-bullet:focus, .achieve_swiper .swiper-pagination-bullet:hover {
  background: #2494f8;
}
.achieve_swiper .swiper-pagination-bullet-active {
  background-color: #2494f8;
}

.achieve_link:focus .achieve_title span, .achieve_link:hover .achieve_title span {
  color: #fff;
  background-color: #2494f8;
  -webkit-box-shadow: 0.625rem 0 0 #2494f8, -0.625rem 0 0 #2494f8;
          box-shadow: 0.625rem 0 0 #2494f8, -0.625rem 0 0 #2494f8;
}
.achieve_link:focus .achieve_hvr_icon, .achieve_link:hover .achieve_hvr_icon {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.achieve_pic {
  position: relative;
  border-radius: 12.5rem;
  overflow: hidden;
}

.achieve_caption {
  margin-top: -3.75rem;
  position: relative;
  z-index: 1;
}

.achieve_title {
  margin-bottom: 0.625rem;
  position: relative;
}
.achieve_title span {
  font-size: 1.625rem;
  letter-spacing: 0.09375rem;
  white-space: nowrap;
  background-color: #fff;
  -webkit-box-shadow: 0.625rem 0 0 #fff, -0.625rem 0 0 #fff;
          box-shadow: 0.625rem 0 0 #fff, -0.625rem 0 0 #fff;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.achieve_hvr_icon {
  width: 4.25rem;
  position: absolute;
  bottom: -0.3125rem;
  right: 100%;
  opacity: 0;
  margin-right: 0.9375rem;
  -webkit-transform: translateX(0.9375rem);
      -ms-transform: translateX(0.9375rem);
          transform: translateX(0.9375rem);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*# sourceMappingURL=index.min.css.map*/