@charset "UTF-8";
/* CSS Document */
/*****類Banner樣式*****/
.mainBannerBox {
  position: relative;
}
.mainBannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mainBannerBox .titleBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 20px 0;
}
.mainBannerBox .titleBox h1, .mainBannerBox .titleBox h2, .mainBannerBox .titleBox h3 {
  color: #fff;
}
.mainBannerBox .bannerOuter {
  position: relative;
}
@media (min-width: 1181px) {
  .mainBannerBox .bannerOuter .titleBox {
    display: none;
  }
}
.mainBannerBox .bannerOuter::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 1;
  width: 389px;
  background: url(../png/bg_dna_banner.png) no-repeat top right;
}
@media (min-width: 1401px) {
  .mainBannerBox .bannerOuter::before {
    height: 390px;
  }
}
@media (min-width: 801px) and (max-width: 1400px) {
  .mainBannerBox .bannerOuter::before {
    height: 280px;
  }
}
@media (min-width: 451px) and (max-width: 800px) {
  .mainBannerBox .bannerOuter::before {
    height: 180px;
  }
}
@media (max-width: 450px) {
  .mainBannerBox .bannerOuter::before {
    height: 100px;
  }
}
@media (max-width: 800px) {
  .mainBannerBox .bannerOuter::before {
    background-size: contain;
  }
}
@media (min-width: 1181px) {
  .mainBannerBox .classLinkWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    min-height: 130px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1501px) and (max-width: 1600px) {
  .mainBannerBox .classLinkWrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1181px) and (max-width: 1500px) {
  .mainBannerBox .classLinkWrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .mainBannerBox .classLinkWrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .mainBannerBox .classLinkWrap {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 640px) {
  .mainBannerBox .classLinkWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1180px) {
  .mainBannerBox .classLinkWrap {
    padding-bottom: 40px;
    background-color: #fff;
  }
}
.mainBannerBox .classLinkWrap > dl,
.mainBannerBox .classLinkBox {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1601px) {
  .mainBannerBox .classLinkWrap > dl,
.mainBannerBox .classLinkBox {
    max-width: 1440px;
  }
}
@media (max-width: 1180px) {
  .mainBannerBox .classLinkWrap > dl,
.mainBannerBox .classLinkBox {
    border-bottom-color: rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1180px) {
  .mainBannerBox .classLinkWrap > dl > .title,
.mainBannerBox .classLinkBox > .title {
    color: #000;
  }
}
@media (min-width: 1181px) {
  .mainBannerBox .classLinkWrap > dl + dl,
.mainBannerBox .classLinkBox + dl {
    display: block;
  }
}
.mainBannerBox .classLinkWrap > dl {
  margin-top: 30px;
}
@media (min-width: 1181px) {
    .mainBannerBox .classLinkWrap > dl a {
      color: #fff;
    }
}
.mainBannerBox .classLinkWrap > dl a.current, .mainBannerBox .classLinkWrap > dl a:hover {
  color: #bd2020;
}
.mainBannerBox .classLinkWrap > dl dt:not(:last-of-type) a::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.mainBannerBox .classLinkWrap > dl dt:not(:last-of-type) a.current::after {
  background-color: rgba(189, 32, 32, 0.5);
}
@media (min-width: 1181px) {
  .mainBannerBox .textEditor {
    position: absolute;
    top: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    color: #fff;
  }
}
@media (min-width: 1551px) {
  .mainBannerBox .textEditor {
    left: calc((100vw - 1440px) / 2 - 5px);
    width: 1440px;
    max-width: 620px;
    padding-top: 140px;
  }
}
@media (min-width: 1181px) and (max-width: 1550px) {
  .mainBannerBox .textEditor {
    left: 50px;
    width: calc(100% - 100px);
    max-width: 680px;
    padding-top: 50px;
  }
}
@media (min-width: 1181px) {
  .mainBannerBox .textEditor {
    padding-bottom: 80px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .mainBannerBox .textEditor {
    padding: 30px 50px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .mainBannerBox .textEditor {
    padding: 30px 35px 10px;
  }
}
@media (max-width: 640px) {
  .mainBannerBox .textEditor {
    padding: 20px 30px 10px;
  }
}
@media (max-width: 360px) {
  .mainBannerBox .textEditor {
    padding: 20px 25px 10px;
  }
}
@media (max-width: 1180px) {
  .mainBannerBox .textEditor {
    background-color: #fff;
  }
}
.mainBannerBox .textEditor .title {
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1601px) {
  .mainBannerBox .textEditor .title {
    margin-bottom: 30px;
    font-size: 100px;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .mainBannerBox .textEditor .title {
    margin-bottom: 25px;
    font-size: 80px;
  }
}
@media (min-width: 641px) and (max-width: 1400px) {
  .mainBannerBox .textEditor .title {
    margin-bottom: 20px;
    font-size: 50px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .mainBannerBox .textEditor .title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .mainBannerBox .textEditor .title {
    margin-bottom: 10px;
    font-size: 26px;
  }
}
.mainBannerBox .textEditor .subTitle {
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1181px) {
  .mainBannerBox .textEditor .subTitle {
    font-size: 20px;
    color: #dedede;
  }
}
@media (min-width: 1401px) {
  .mainBannerBox .textEditor .subTitle {
    margin-bottom: 10px;
  }
}
@media (max-width: 1400px) {
  .mainBannerBox .textEditor .subTitle {
    margin-bottom: 5px;
  }
}
@media (max-width: 1180px) {
  .mainBannerBox .textEditor .subTitle {
    color: #2f2f2f;
  }
}
.mainBannerBox .textEditor .txtExp {
  overflow: visible;
}
@media (min-width: 1181px) {
  .mainBannerBox .textEditor .txtExp {
    color: #b9b9ba;
  }
}
@media (max-width: 1180px) {
  .mainBannerBox .textEditor .txtExp {
    color: #2f2f2f;
  }
  .mainBannerBox .textEditor .txtExp * {
    color: #2f2f2f !important;
  }
}
@media (min-width: 1401px) {
  .mainBannerBox .textEditor .btnBox {
    margin-top: 50px;
  }
}
@media (max-width: 1400px) {
  .mainBannerBox .textEditor .btnBox {
    margin-top: 30px;
  }
}
.mainBannerBox .textEditor .btn::after {
  content: "";
}

@media (min-width: 1181px) {
  .classLink a {
    color: #fff;
  }
}

.btn.btnFile::after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 50px;
  background: url(../svg/iconfile.svg) no-repeat center;
  background-size: contain;
}

/*****編輯器*****/
.editorBox {
  position: relative;
}
@media (min-width: 961px) and (max-width: 1180px) {
  .editorBox {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media (min-width: 501px) and (max-width: 960px) {
  .editorBox {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .editorBox {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.editorBox > .wrap {
  position: relative;
}
.editorBox .textEditor,
.editorBox .txtExp {
  position: relative;
  color: #303030;
}
@media (min-width: 1181px) {
  .editorBox .titleBox {
    margin-bottom: 40px;
  }
}
@media (max-width: 1180px) {
  .editorBox .titleBox {
    margin-bottom: 30px;
  }
}
.editorBox .titleBox h1, .editorBox .titleBox h2, .editorBox .titleBox h3 {
  color: #000;
}
@media (min-width: 401px) {
  .editorBox .titleBox h1, .editorBox .titleBox h2, .editorBox .titleBox h3 {
    font-size: 40px;
  }
}
.editorBox.editor01 {
  background-color: #f0f0f0;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .editorBox.editor01 {
    padding-top: 100px;
    padding-bottom: 75px;
  }
}
@media (min-width: 961px) {
  .editorBox.editor01::before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    background: url(../png/bg_dna_editorbox1.png) no-repeat top right;
  }
}
@media (min-width: 1401px) {
  .editorBox.editor01::before {
    top: -390px;
    height: calc(100% + 390px);
  }
}
@media (min-width: 961px) and (max-width: 1400px) {
  .editorBox.editor01::before {
    top: -280px;
    height: calc(100% + 280px);
  }
}
@media (min-width: 1921px) {
  .editorBox.editor01 > .wrap {
    position: static;
  }
}
@media (min-width: 1251px) {
  .editorBox.editor01 > .wrap::before {
    content: "";
    position: absolute;
    top: -100px;
    width: 316px;
    height: 318px;
    background: url(../png/bg_dna_editorbox1_red.png) no-repeat bottom right;
  }
}
@media (min-width: 1921px) {
  .editorBox.editor01 > .wrap::before {
    top: 0;
    left: 0;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  .editorBox.editor01 > .wrap::before {
    right: calc(100% - 80px);
  }
}
@media (min-width: 1251px) and (max-width: 1600px) {
  .editorBox.editor01 > .wrap::before {
    right: calc(100% - 170px);
  }
}
@media (min-width: 1251px) {
  .editorBox.editor01 .textEditor {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1251px) {
  .editorBox.editor01 .textEditor > .leftBox {
    width: calc(50% + 215px);
  }
}
@media (min-width: 1251px) {
  .editorBox.editor01 .textEditor > .leftBox .txtExp {
    width: calc(100% - 300px);
    float: left;
    padding-right: 25px;
  }
}
@media (min-width: 1251px) {
  .editorBox.editor01 .textEditor > .leftBox img:nth-of-type(1) {
    float: left;
    max-width: 300px;
    margin-top: -60px;
  }
}
@media (min-width: 701px) and (max-width: 960px) {
  .editorBox.editor01 .textEditor > .leftBox img:nth-of-type(1) {
    width: 50%;
    margin-top: 30px;
  }
}
@media (min-width: 1451px) {
  .editorBox.editor01 .textEditor > .leftBox img:nth-of-type(2) {
    margin-left: 145px;
  }
}
@media (min-width: 1251px) and (max-width: 1450px) {
  .editorBox.editor01 .textEditor > .leftBox img:nth-of-type(2) {
    margin-left: 50px;
  }
}
@media (min-width: 1251px) {
  .editorBox.editor01 .textEditor > .leftBox img:nth-of-type(2) {
    display: block;
    float: left;
    margin-top: 5px;
  }
}
@media (min-width: 701px) and (max-width: 960px) {
  .editorBox.editor01 .textEditor > .leftBox img:nth-of-type(2) {
    width: 50%;
    margin-top: 30px;
  }
}
@media (min-width: 1401px) {
  .editorBox.editor01 .textEditor > .leftBox img:nth-of-type(3) {
    margin-left: 50px;
  }
}
@media (min-width: 1251px) and (max-width: 1400px) {
  .editorBox.editor01 .textEditor > .leftBox img:nth-of-type(3) {
    margin-left: 20px;
  }
}
@media (min-width: 1251px) {
  .editorBox.editor01 .textEditor > .leftBox img:nth-of-type(3) {
    display: block;
    float: left;
    margin-top: 40px;
  }
}
@media (min-width: 701px) and (max-width: 960px) {
  .editorBox.editor01 .textEditor > .leftBox img:nth-of-type(3) {
    width: 100%;
    margin-top: 30px;
  }
}
@media (min-width: 961px) and (max-width: 1250px) {
  .editorBox.editor01 .textEditor > .leftBox img {
    margin-top: 30px;
    margin-right: 10px;
  }
}
@media (max-width: 700px) {
  .editorBox.editor01 .textEditor > .leftBox img {
    width: 100%;
    margin-top: 10px;
  }
  .editorBox.editor01 .textEditor > .leftBox img:nth-of-type(1) {
    margin-top: 30px;
  }
}
@media (min-width: 1251px) {
  .editorBox.editor01 .textEditor > .rightBox {
    width: calc(50% - 215px);
  }
}
@media (min-width: 701px) and (max-width: 1250px) {
  .editorBox.editor01 .textEditor > .rightBox {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .editorBox.editor01 .textEditor > .rightBox {
    margin-top: 10px;
  }
}
@media (min-width: 1251px) {
  .editorBox.editor01 .textEditor > .rightBox .Img {
    width: calc(100% - 30px);
    margin-left: auto;
  }
}
.editorBox.editor01 .textEditor > .rightBox img {
  display: block;
}
@media (max-width: 960px) {
  .editorBox.editor01 .textEditor > .rightBox img {
    width: 100%;
  }
}
@media (min-width: 1601px) {
  .editorBox.editor01 .textEditor > .rightBox .txtExp {
    margin-top: 85px;
  }
}
@media (min-width: 1251px) and (max-width: 1600px) {
  .editorBox.editor01 .textEditor > .rightBox .txtExp {
    margin-top: 50px;
  }
}
@media (max-width: 1250px) {
  .editorBox.editor01 .textEditor > .rightBox .txtExp {
    margin-top: 30px;
  }
}
.editorBox.editor02 {
  background: url(../png/bg_dna_editorbox2.png) no-repeat top right, #000;
}
@media (min-width: 1181px) {
  .editorBox.editor02 {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.editorBox.editor02::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 546px;
  height: 548px;
  background: url(../png/bg_dna_editorbox2_red.png) no-repeat bottom right;
  background-size: contain;
}
@media (min-width: 961px) and (max-width: 1400px) {
  .editorBox.editor02::before {
    height: 420px;
  }
}
@media (min-width: 451px) and (max-width: 960px) {
  .editorBox.editor02::before {
    height: 250px;
  }
}
@media (min-width: 361px) and (max-width: 450px) {
  .editorBox.editor02::before {
    height: 100px;
  }
}
@media (max-width: 360px) {
  .editorBox.editor02::before {
    height: 60px;
  }
}
@media (min-width: 1921px) {
  .editorBox.editor02 > .wrap {
    position: static;
  }
}
@media (min-width: 1601px) {
  .editorBox.editor02 > .wrap::before {
    content: "";
    position: absolute;
    bottom: -101px;
    width: 250px;
    height: 251px;
    background: url(../png/bg_dna_editorbox2_white.png) no-repeat top left;
  }
}
@media (min-width: 1921px) {
  .editorBox.editor02 > .wrap::before {
    bottom: -1px;
    left: 0;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  .editorBox.editor02 > .wrap::before {
    right: calc(100% - 10px);
  }
}
.editorBox.editor02 .textEditor {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1181px) {
  .editorBox.editor02 .textEditor > .leftBox {
    width: 50%;
  }
}
@media (min-width: 1401px) {
  .editorBox.editor02 .textEditor > .leftBox {
    padding-right: 30px;
  }
}
@media (min-width: 1181px) {
  .editorBox.editor02 .textEditor > .rightBox {
    width: 50%;
    padding-left: 60px;
  }
}
@media (max-width: 1180px) {
  .editorBox.editor02 .textEditor > .rightBox {
    margin-top: 30px;
  }
}
.editorBox.editor02 .textEditor ul {
  list-style: none;
}
.editorBox.editor02 .textEditor ul li {
  position: relative;
}
.editorBox.editor02 .textEditor ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 15px;
  font-family: FontAwesome;
  color: #bd2020;
}
.editorBox.editor02 .textEditor ul li + li {
  margin-top: 8px;
}
.editorBox.editor02 .textEditor,
.editorBox.editor02 .txtExp {
  color: #ddd;
}
.editorBox.editor02 .titleBox h1, .editorBox.editor02 .titleBox h2, .editorBox.editor02 .titleBox h3 {
  color: #fff;
}
@media (min-width: 1181px) {
  .editorBox.editor02 .titleBox h1.hasBorder::after, .editorBox.editor02 .titleBox h2.hasBorder::after, .editorBox.editor02 .titleBox h3.hasBorder::after {
    width: 110px;
  }
}
@media (min-width: 1181px) {
  .editorBox.editor03 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1181px) {
  .editorBox.editor03 .textEditor .titleBox {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1181px) {
  .editorBox.editor03 .textEditor .titleBox h3 {
    width: 50%;
  }
}
@media (min-width: 1181px) {
  .editorBox.editor03 .textEditor .titleBox .txtExp {
    width: 50%;
  }
}
@media (min-width: 1601px) {
  .editorBox.editor03 .textEditor .titleBox .txtExp {
    padding-right: 45px;
    padding-left: 60px;
  }
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .editorBox.editor03 .textEditor .titleBox .txtExp {
    padding-left: 40px;
  }
}
@media (max-width: 1180px) {
  .editorBox.editor03 .textEditor .titleBox .txtExp {
    margin-top: 30px;
  }
}
.editorBox.editor03 .textEditor ul.iconList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 800px) {
  .editorBox.editor03 .textEditor ul.iconList {
    justify-content: center;
  }
}
.editorBox.editor03 .textEditor ul.iconList li {
  color: #000;
}
@media (min-width: 1401px) {
  .editorBox.editor03 .textEditor ul.iconList li {
    min-width: 180px;
  }
}
@media (min-width: 1051px) and (max-width: 1400px) {
  .editorBox.editor03 .textEditor ul.iconList li {
    min-width: 150px;
  }
}
@media (min-width: 451px) and (max-width: 1050px) {
  .editorBox.editor03 .textEditor ul.iconList li {
    min-width: calc(100% / 5);
  }
}
@media (max-width: 450px) {
  .editorBox.editor03 .textEditor ul.iconList li {
    min-width: calc(100% / 2);
  }
}
@media (min-width: 701px) {
  .editorBox.editor03 .textEditor ul.iconList li {
    margin-top: 40px;
    padding: 0 10px;
  }
}
@media (max-width: 700px) {
  .editorBox.editor03 .textEditor ul.iconList li {
    margin-top: 25px;
    padding: 0 5px;
  }
}
.editorBox.editor03 .textEditor ul.iconList img {
  margin-bottom: 10px;
}
@media (min-width: 1181px) {
  .editorBox.editor03 .titleBox h1.hasBorder::after, .editorBox.editor03 .titleBox h2.hasBorder::after, .editorBox.editor03 .titleBox h3.hasBorder::after {
    width: 110px;
  }
}
.editorBox.editor04 {
  background-color: #bd2020;
}
@media (min-width: 1181px) {
  .editorBox.editor04 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
.editorBox.editor04 > .wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1181px) {
  .editorBox.editor04 > .wrap > .Img {
    width: 450px;
    margin-left: calc(50% - 450px - 60px);
    margin-right: 60px;
  }
}
@media (min-width: 961px) and (max-width: 1181px) {
  .editorBox.editor04 > .wrap > .Img {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .editorBox.editor04 > .wrap > .Img {
    order: 2;
    width: 100%;
    margin-top: 40px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .editorBox.editor04 > .wrap > .Img {
    padding-right: 40px;
  }
}
.editorBox.editor04 > .wrap > .Img img {
  display: block;
  max-width: 100%;
}
@media (min-width: 961px) {
  .editorBox.editor04 > .wrap > .Img img {
    margin-left: auto;
  }
}
@media (min-width: 961px) {
  .editorBox.editor04 > .wrap > .textEditor {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .editorBox.editor04 > .wrap > .textEditor {
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .editorBox.editor04 > .wrap > .textEditor {
    padding-top: 40px;
  }
}
.editorBox.editor04 .obliqueImg {
  position: absolute;
  bottom: -1px;
  left: 0;
  pointer-events: none;
}
@media (min-width: 1181px) {
  .editorBox.editor04 .obliqueImg {
    background-color: #000;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
            clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
}
@media (min-width: 1701px) {
  .editorBox.editor04 .obliqueImg {
    width: 1000px;
  }
}
@media (min-width: 1401px) and (max-width: 1700px) {
  .editorBox.editor04 .obliqueImg {
    width: 800px;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .editorBox.editor04 .obliqueImg {
    width: 700px;
  }
}
@media (min-width: 1181px) and (max-width: 1200px) {
  .editorBox.editor04 .obliqueImg {
    width: 600px;
  }
}
@media (max-width: 1180px) {
  .editorBox.editor04 .obliqueImg {
    width: 100%;
    height: 100%;
  }
}
.editorBox.editor04 .obliqueImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1181px) {
  .editorBox.editor04 .obliqueImg img {
    opacity: 0.4;
  }
}
@media (max-width: 1180px) {
  .editorBox.editor04 .obliqueImg img {
    opacity: 0.08;
  }
}
@media (min-width: 961px) {
  .editorBox.editor04 .textEditor .txtExp + .titleBox {
    margin-top: 60px;
  }
}
@media (max-width: 960px) {
  .editorBox.editor04 .textEditor .txtExp + .titleBox {
    margin-top: 30px;
  }
}
.editorBox.editor04 .textEditor,
.editorBox.editor04 .txtExp {
  color: #e6bcbc;
}
.editorBox.editor04 .titleBox h1, .editorBox.editor04 .titleBox h2, .editorBox.editor04 .titleBox h3 {
  color: #fff;
}
.editorBox.editor04 .titleBox h1.hasBorder::after, .editorBox.editor04 .titleBox h2.hasBorder::after, .editorBox.editor04 .titleBox h3.hasBorder::after {
  background-color: #fff;
}

/*****載入動畫*****/
@media (min-width: 1181px) {
  .editorBox.editor04 > .wrap > .Img,
.editorBox.editor01 .textEditor > .rightBox .Img {
    position: relative;
    overflow: hidden;
  }
  .editorBox.editor04 > .wrap > .Img::after,
.editorBox.editor01 .textEditor > .rightBox .Img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transform: scale(0, 1);
    transform-origin: left;
  }

  .editorBox.editor04 > .wrap > .Img::before,
.editorBox.editor01 .textEditor > .rightBox .Img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #999;
  }

  .editorBox.editor04 > .wrap > .Img::before {
    background-color: #d23131;
  }

  .editorBox.editor04 > .wrap > .Img img,
.editorBox.editor01 .textEditor > .rightBox .Img img {
    opacity: 0;
  }

  .editorBox.editor04 > .wrap > .Img.show::after,
.editorBox.editor01 .textEditor > .rightBox .Img.show::after {
    transform: scale(0, 1);
    animation: imgbgc_in 1.2s 0.2s cubic-bezier(0.97, 0.02, 0.5, 1.2) both;
  }

  .editorBox.editor04 > .wrap > .Img.show::before,
.editorBox.editor01 .textEditor > .rightBox .Img.show::before {
    animation: img_mask_out 1.2s 0.2s cubic-bezier(0.97, 0.02, 0.5, 1.2) both;
  }

  .editorBox.editor04 > .wrap > .Img.show img,
.editorBox.editor01 .textEditor > .rightBox .Img.show img {
    animation: img_in 1.2s 0.2s cubic-bezier(0.97, 0.02, 0.5, 1.2) both;
  }
}