@charset "UTF-8";
.left-circle {
  padding-left: 23px;
  position: relative;
}
@-webkit-keyframes beat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes beat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.left-circle::before {
  -webkit-animation: beat 1.5s ease-in-out infinite;
          animation: beat 1.5s ease-in-out infinite;
  border-radius: 999px;
  border: 1px solid #00802b;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 14px;
}
.left-circle::after {
  -webkit-animation: beat 1.5s ease-in-out infinite;
          animation: beat 1.5s ease-in-out infinite;
  background-color: #4d70b1;
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 3px;
  position: absolute;
  top: 8px;
  width: 8px;
}

.textEditor .layoutCustom {
  margin-top: 0;
}
.textEditor .layoutCustom .album {
  float: right;
  width: 300px;
  padding: 0 0 35px 35px;
  list-style: none;
}
.textEditor .layoutCustom .album li {
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 10px 10px 0;
  -webkit-box-shadow: 2px 2px 5px #c3c3c3;
          box-shadow: 2px 2px 5px #c3c3c3;
}
.textEditor .layoutCustom .album a {
  display: block;
}
.textEditor .layoutCustom .album a img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .textEditor .layoutCustom .album {
    float: none;
    margin: 20px auto;
    padding: 0;
  }
}
.wrap {
  max-width: 1650px;
}

.contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.contentBox .left {
  width: 242px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 100px;
}
.contentBox .left .classRowBox {
  padding-top: 17px;
}
.contentBox .left ul li {
  width: 100%;
  margin: 0;
}
.contentBox .left ul li a {
  font-size: 16px;
  padding: 11px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  color: #545454;
  border-top: 1px solid #efefef;
  text-align: left;
  padding-left: 34px;
}
.contentBox .left ul li a.current {
  background: #efefef;
  color: #4d70b1;
  border-top: 2px solid #4d70b1;
}
.contentBox .left ul li a:hover {
  background: #efefef;
  color: #545454;
}
.contentBox .left ul li:last-child a {
  border-bottom: 1px solid #efefef;
}
.contentBox .right {
  font-size: 40px;
  color: #4d70b1;
  font-family: "Saira", Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-weight: bold;
}
.contentBox .right > p {
  margin-bottom: 28px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 2px;
}
.contentBox .textEditor .layoutCustom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contentBox .textEditor .layoutCustom .topTitle {
  font-family: "Saira", Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  height: auto;
  margin-bottom: 6px;
}
.contentBox .textEditor .layoutCustom .topSubtitle {
  font-family: "Noto Sans TC", Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 13px;
  font-size: 24px;
  color: #777777;
  font-weight: 400;
  margin-bottom: 40px;
}
.contentBox .textEditor .layoutCustom .title {
  font-family: "Noto Sans TC", Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 13px;
  font-size: 18px;
  color: #545454;
  font-weight: 500;
  margin-bottom: 4px;
}
.contentBox .textEditor .layoutCustom .content {
  font-family: "Noto Sans TC", Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 13px;
  font-size: 15px;
  color: #ababab;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
}
.contentBox .textEditor .layoutCustom .Txt {
  width: 70%;
  padding-right: 66px;
}
.contentBox .textEditor .layoutCustom .Img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contentBox .textEditor .layoutCustom .Img .imgBox {
  background-color: #efefef;
  height: 244px;
  width: 100%;
  margin-bottom: 36px;
}
.contentBox .textEditor .layoutCustom .Img .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1400px) {
  .contentBox .left {
    margin-right: 60px;
  }
  .contentBox .textEditor .layoutCustom .Txt {
    width: 65%;
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contentBox .left {
    width: 100%;
    margin: 0;
  }
  .contentBox .classRowBox {
    margin: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .contentBox .textEditor .layoutCustom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contentBox .textEditor .layoutCustom .Txt {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}