/* 202103 */

.acad01-template-05 {
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.acad01-template-05::after {
  content: '';
  background-color: #c9c9c8;
  position: absolute;
  pointer-events: none;
  left: 50%;
  height: 100%;
  width: 1px;
  z-index: 3;
  top: 0;
  margin-left: -384px;
}

.acad01-template-05 .container_box {
  width: 85%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 0;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  padding: 160px 0 122px;
}

.acad01-template-05 .left {
  width: 320px;
  display: block;
  position: relative;
  padding-right: 85px;
}

/*202103*/

.acad01-template-05 .left .title {
  font-size: 24px;
  display: block;
  position: relative;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*202103*/

.acad01-template-05 .left .memo {
  color: #939393;
  font-size: 18px;
  display: block;
  position: relative;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.acad01-template-05 .right_pic {
  width: 1065px;
  display: block;
  position: relative;
}

.acad01-template-05 .main_title {
  display: block;
  position: relative;
  margin-bottom: 40px;
}

.acad01-template-05 .main_title .en {
  font-size: 72px;
  color: #ea260c;
  font-weight: bold;
  display: block;
  line-height: 72px;
  margin-top: 0;
  font-family: 'Heebo', 'Microsoft JhengHei', sans-serif;
}

.acad01-template-05 .button_link {
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #a1a09e;
  width: 208px;
  height: 64px;
  line-height: 64px;
  padding-left: 64px;
  text-align: center;
  margin-right: 25px;
  position: relative;
  transition: all 0.3s ease;
}

.acad01-template-05 .button_link::before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  left: 28px;
  top: 50%;
  border: 1px solid #161616;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  margin-top: -7px;
  transition: all 0.3s ease;
  z-index: 3;
}

.acad01-template-05 .button_link::after {
  content: '';
  background-color: #161616;
  width: 23px;
  height: 1px;
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 3;
  transition: all 0.3s ease;
}

.acad01-template-05 .button_link span::before {
  content: '';
  border: 1px solid #a1a09e;
  position: absolute;
  width: 64px;
  height: 63px;
  border-radius: 50%;
  left: 0;
  background-color: transparent;
  transition: all 0.3s ease;
}

.acad01-template-05 .acad01-template-05__swiper-slide {
}

.acad01-template-05 .swiper-container {
  height: 100%;
  width: 100%;
  padding-bottom: 50px;
}

.acad01-template-05 .acad01-template-05__swiper-slide .box {
  padding-right: 170px;
  position: relative;
  display: block;
}

.acad01-template-05 .acad01-template-05__swiper-slide .text {
  font-size: 30px;
  font-weight: 600;
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
}

.acad01-template-05 .acad01-template-05__swiper-slide .text span {
  display: block;
  min-width: 410px;
  padding-right: 30px;
}

.acad01-template-05 .acad01-template-05__swiper-slide .text::after {
  content: '';
  background-color: black;
  width: 100%;
  height: 1px;
  left: 0;
  position: relative;
}

.acad01-template-05 .acad01-template-05__swiper-slide .type {
  font-size: 16px;
  position: relative;
}

.acad01-template-05 .acad01-template-05__swiper-slide .file {
  position: absolute;
  right: 0;
  top: -5px;
  width: 150px;
}

.acad01-template-05 .acad01-template-05__swiper-slide .file .file_link {
  margin: 0 10px;
  position: relative;
}

.acad01-template-05 .acad01-template-05__swiper-slide .file .file_link img {
  max-width: 100%;
  transition: all 0.3s ease;
}

.acad01-template-05
  .acad01-template-05__swiper-slide
  .file
  .file_link
  img:last-child {
  position: absolute;
  opacity: 0;
  left: 0;
  transition: all 0.3s ease;
}

.acad01-template-05__swiper-bottom {
  position: absolute;
  left: -122px;
  bottom: 20px;
  font-size: 22px;
  z-index: 10;
  font-weight: bold;
  color: gray;
}

.acad01-template-05__swiper-bottom .icon-left {
  transform: rotate(90deg);
  margin-bottom: 55px;
  cursor: pointer;
  position: relative;
}

.acad01-template-05__swiper-bottom .icon-right {
  transform: rotate(90deg);
  cursor: pointer;
  position: relative;
}

.acad01-template-05__swiper-bottom .swiper-button-disabled {
  opacity: 0.3;
}

.acad01-template-05 .name_list {
  font-family: 'Heebo', 'Microsoft JhengHei', sans-serif;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
  height: 450px;
}

.acad01-template-05 .name_list .name {
  font-size: 65px;
  color: #b0b0b0;
  font-weight: 300;
  line-height: 72px;
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 38px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.acad01-template-05 .name_list .name.active {
  color: black;
}

.acad01-template-05 .img {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease;
  max-width: 50%;
}

.acad01-template-05 .img img {
  max-width: 100%;
  position: absolute;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.acad01-template-05 .img img.active {
  opacity: 1;
}

.acad01-template-05 .img img:nth-child(1) {
  position: relative;
}

.acad01-template-05 .img img.hide {
  opacity: 0;
}

.acad01-template-05 .img.hide {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.3s ease;
}

@media (min-width: 1199px) {
  .acad01-template-05 .name_list .name:hover {
    color: black;
  }
  .acad01-template-05 .button_link:hover {
    border-color: #ea260c;
    color: #ea260c;
  }
  .acad01-template-05 .button_link:hover::after {
    background-color: white;
  }
  .acad01-template-05 .button_link:hover::before {
    border-color: white;
  }
  .acad01-template-05 .button_link:hover span::before {
    background-color: #ea260c;
    border-color: #ea260c;
  }
  .acad01-template-05 .name_list {
    height: 400px;
  }
}
@media (min-width: 1800px) {
  .acad01-template-05 .name_list {
    height: 400px;
  }
}
@media (max-width: 1650px) {
  .acad01-template-05::after {
    margin-left: 0;
    left: 23%;
  }
  .acad01-template-05 .name_list .name {
    font-size: 50px;
    line-height: 55px;
    /* line-height: 60px;
        margin-bottom: 20px; */
  }
  .acad01-template-05__swiper-bottom {
    bottom: 52px;
  }
}

@media (max-width: 1350px) {
  .acad01-template-05 .left {
    left: -2vw;
  }
  .acad01-template-05 .main_title .en {
    font-size: 60px;
    line-height: 60px;
    margin-top: 10px;
  }
  .acad01-template-05 .main_title .tw {
    font-size: 22px;
  }
  .acad01-template-05 .name_list {
    height: 400px;
  }
  .acad01-template-05__swiper-bottom {
    bottom: 35px;
    left: -140px;
  }
  .acad01-template-05 .name_list .name {
    font-size: 45px;
    line-height: 48px;
  }
}

@media (max-width: 1200px) {
  .acad01-template-05 .container_box {
    width: 90%;
  }
  .acad01-template-05 .name_list .name {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .acad01-template-05 .button_link {
    font-size: 16px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    margin-right: 25px;
    margin-right: 15px;
  }
  .acad01-template-05 .button_link span::before {
    width: 49px;
    height: 49px;
  }
  .acad01-template-05 .button_link::before {
    width: 12px;
    height: 12px;
    left: 23px;
    margin-top: -5px;
  }
  .acad01-template-05 .button_link::after {
    width: 18px;
    height: 1px;
    left: 12px;
  }
  .acad01-template-05 .img {
    max-width: 40vw;
  }
}

@media (max-width: 1000px) {
  .acad01-template-05::after {
    display: none;
  }
  .acad01-template-05 .container_box {
    width: 90%;
    flex-wrap: wrap;
    padding-top: 35px;
    padding-bottom: 80px;
  }
  .acad01-template-05 .left .title {
    font-size: 18px;
  }
  .acad01-template-05 .left .memo {
    font-size: 16px;
  }
  .acad01-template-05 .left {
    left: 0;
    width: 50%;
    padding-right: 0;
  }
  .acad01-template-05 .right_pic {
    width: 100%;
    position: relative;
    margin-top: 30px;
  }
  .acad01-template-05 .main_title .en {
    font-size: 45px;
    line-height: 45px;
    margin-top: 0;
  }
  .acad01-template-05 .main_title {
    order: 1;
  }
  .acad01-template-05 .name_list {
    order: 2;
    margin-bottom: 35px;
  }
  .acad01-template-05 .button_link {
    order: 3;
  }
  .acad01-template-05 .name_list {
    margin-top: 0;
    height: 300px;
    padding-left: 0;
  }
  .acad01-template-05 .name_list .name {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .acad01-template-05__swiper-bottom {
    bottom: auto;
    top: 13px;
    left: 220px;
    display: flex;
    width: 76px;
    justify-content: space-between;
    height: 34px;
  }
  .acad01-template-05 .button_link {
    position: absolute;
    font-size: 12px;
    right: 0;
    margin-right: 0;
    top: -88px;
  }
  .acad01-template-05 .swiper-container {
    padding-bottom: 0;
  }
  .acad01-template-05__swiper-bottom .icon-left,
  .acad01-template-05__swiper-bottom .icon-right {
    transform: rotate(0);
  }
  .acad01-template-05 .img {
    max-width: 45vw;
  }
}

@media (max-width: 600px) {
  .acad01-template-05 .main_title .en {
    font-size: 26px;
    line-height: 28px;
    margin-top: 0;
  }
  .acad01-template-05 .name_list {
    height: 230px;
  }
  .acad01-template-05 .button_link {
    font-size: 12px;
    height: 36px;
    margin-bottom: 10px;
    width: 115px;
    line-height: 36px;
    padding-left: 30px;
  }
  .acad01-template-05 .button_link span::before {
    width: 35px;
    height: 35px;
  }
  .acad01-template-05 .button_link::before {
    width: 5px;
    height: 5px;
    left: 19px;
    margin-top: -2px;
  }
  .acad01-template-05 .button_link::after {
    width: 9px;
    height: 1px;
    left: 11px;
  }
  .acad01-template-05 .main_title {
    margin-bottom: 25px;
  }
  .acad01-template-05 .left .title {
    font-size: 16px;
  }
  .acad01-template-05 .left .memo {
    font-size: 14px;
    line-height: 24px;
  }
  .acad01-template-05 .name_list .name {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    width: 50%;
  }
  .acad01-template-05 .img {
    margin-top: 54px;
  }
  .acad01-template-05__swiper-bottom {
    left: auto;
    right: 0;
    top: 4px;
    font-size: 20px;
  }
}
