* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: '微軟正黑體';
}

ul li {
  list-style-type:none;
}

a {
  text-decoration:none;
}

.all_container {
  max-width: 1280px;
  margin: 0 auto;
}

.authors_title_container {
  padding: 30px 60px 0 60px;
}

@media screen and (max-width: 768px) {
  .authors_title_container {
    padding: 30px 30px 0 30px;
  }
}

.authors_title {
  position: relative;
  border-bottom: 1px solid #464646;
}

.authors_title::before {
  position: absolute;
  content: "";
  width: 136px;
  height: 3px;
  background: #E02626;
  bottom: 0;
}

.author {
  font-size: 30px;
  color: #E02626;
}

.overview {
  font-size: 16px;
  color: #8c8c8c;
}

.authors_container {
  display: flex;
  justify-content: space-between;
  padding: 30px 60px;
}


@media screen and (max-width: 768px) {
  .authors_container {
    display: flex;
    padding: 0 30px;
    flex-flow: column;
    padding-top: 30px;
  }
}

.authors_container2 {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
  padding-bottom: 30px;
}


@media screen and (max-width: 768px) {
  .authors_container2 {
    display: flex;
    padding: 0 30px;
    flex-flow: column;
  }
}

.authors_content_container {
  width: 30%;
  background-color: #fff;
  padding: 75px 40px 36px 40px;
  box-shadow: 0px 2.9px 5.8px rgba(0, 0, 0, 0.35);
  border-radius: 20px;
  position: relative;
  max-height: 660px;
}

@media screen and (max-width: 900px) {
  .authors_content_container {
    padding: 75px 20px 36px 20px;
  }
}

@media screen and (max-width: 768px) {
  .authors_content_container {
    width: 100%;
    margin-bottom: 40px;
    height: 500px;
    max-height: 500px;
  }
}

.authors_content_container:hover {
  background-color: #E02626;
}

.authors_content_container:hover .authors_name {
  color: #fff;
}

.authors_content_container:hover .authors_position {
  color: #fff;
}

.authors_content_container:hover .content {
  color: #fff;
}

.authors_content_container:hover .square1 {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.authors_content_container:hover .square2 {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.authors_content_container:hover .square3 {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.authors_content_container:hover .square4 {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.authors_content_container:hover .square5 {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.authors_content_container:hover .square6 {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.square_name_title {
  padding-right: 30px;
}

@media screen and (max-width: 900px) {
  .square_name_title {
    padding: 0;
  }
}

.square1 {
  width: 100%;
  min-width: 160px;
  height: 213px;
  border-top: 1px solid #464646;
  border-left: 1px solid #464646;
  border-bottom: 1px solid #464646;
  position: relative;
}

@media screen and (max-width: 768px) {
  .square1 {
    max-width: 40%;
    min-width: 200px;
    height: 213px;
    margin: 0 auto;
  }
}

.square1::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 244px;
  background-image: url(/col/img/main1.png);
  background-position: center center;
  background-size: cover;
  top: -50px;
  left: 11px;
}

.square2 {
  width: 100%;
  min-width: 160px;
  height: 213px;
  border-top: 1px solid #464646;
  border-left: 1px solid #464646;
  border-bottom: 1px solid #464646;
  position: relative;
}

@media screen and (max-width: 768px) {
  .square2 {
    max-width: 40%;
    min-width: 200px;
    height: 213px;
    margin: 0 auto;
  }
}

.square2::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 244px;
  background-image: url(/col/img/main2.png);
  background-position: center center;
  background-size: cover;
  top: -50px;
  left: 11px;
}

.square3 {
  width: 100%;
  min-width: 160px;
  height: 213px;
  border-top: 1px solid #464646;
  border-left: 1px solid #464646;
  border-bottom: 1px solid #464646;
  position: relative;
}

@media screen and (max-width: 768px) {
  .square3 {
    max-width: 40%;
    min-width: 200px;
    height: 213px;
    margin: 0 auto;
  }
}

.square3::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 244px;
  background-image: url(/col/img/main3.png);
  background-position: center center;
  background-size: cover;
  top: -50px;
  left: 11px;
}

.square4 {
  width: 100%;
  min-width: 160px;
  height: 213px;
  border-top: 1px solid #464646;
  border-left: 1px solid #464646;
  border-bottom: 1px solid #464646;
  position: relative;
}

@media screen and (max-width: 768px) {
  .square4 {
    max-width: 40%;
    min-width: 200px;
    height: 213px;
    margin: 0 auto;
  }
}

.square4::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 244px;
  background-image: url(/col/img/main4.png);
  background-position: center center;
  background-size: cover;
  top: -50px;
  left: 11px;
}

.square5 {
  width: 100%;
  min-width: 160px;
  height: 213px;
  border-top: 1px solid #464646;
  border-left: 1px solid #464646;
  border-bottom: 1px solid #464646;
  position: relative;
}

@media screen and (max-width: 768px) {
  .square5 {
    max-width: 40%;
    min-width: 200px;
    height: 213px;
    margin: 0 auto;
  }
}

.square5::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 244px;
  background-image: url(/col/img/main5.png);
  background-position: center center;
  background-size: cover;
  top: -50px;
  left: 11px;
}

.square6 {
  width: 100%;
  min-width: 160px;
  height: 213px;
  border-top: 1px solid #464646;
  border-left: 1px solid #464646;
  border-bottom: 1px solid #464646;
  position: relative;
}

@media screen and (max-width: 768px) {
  .square6 {
    max-width: 40%;
    min-width: 200px;
    height: 213px;
    margin: 0 auto;
  }
}

.square6::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 244px;
  background-image: url(/col/img/main6.png);
  background-position: center center;
  background-size: cover;
  top: -50px;
  left: 11px;
}

.authors_detail {
  width: 100%;
  padding: 5px 0 20px 0;
}
@media screen and (max-width: 768px) {
  .authors_detail {
    padding: 20px 0;
  }
}

.authors_name {
  font-size: 24px;
  color: #505050;
  display: flex;
  flex-flow: row-reverse;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .authors_name {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .authors_name {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}


.authors_position {
  font-size: 16px;
  color: #8C8C8C;
  display: flex;
  flex-flow: row-reverse;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .font_left {
    flex-flow: row;
  }
}

@media screen and (max-width: 900px) {
  .authors_position {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .authors_position {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.content {
  font-size: 14px;
  color: #7D7D7D;
  line-height: 1.8;
  font-weight: 600;
  max-height: 260px;
  overflow-y: auto;
}
@media screen and (max-width: 900px) {
  .content {
    font-size: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .content {
    max-height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .content {
    max-height: 90px;
  }
}

.content::after {
  position: absolute;
  content: "";
  left: 20px;
  width: calc(100% - 40px);
  height: 8px;
  background: #E02626;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .content::after {
    height: 5px;
  }
}

::-webkit-scrollbar-track {
  background-color: #cdcdcd73;
}

::-webkit-scrollbar {
  overflow: auto;
  width: 3px;
}

::-webkit-scrollbar-thumb {
  background-color: #999;
  width: 3px;
}