@charset "UTF-8";
/* CSS Document */
@import url(master.css);
ul .slick-dots li button:before, .side_share a svg, .classLink li > a::before, .bread a svg, #banner .arrowPrev, #banner .arrowNext,.tagList dt a::before {
  transition: all 0.5s;
}

.bannerArea .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) {
  .bannerArea .classLinkWrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1181px) and (max-width: 1500px) {
  .bannerArea .classLinkWrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .classLinkWrap {
    display: none;
  }
}
.bannerArea .classLinkBox,
.bannerArea .classLinkWrap > dl {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1601px) {
  .bannerArea .classLinkBox,
.bannerArea .classLinkWrap > dl {
    max-width: 1440px;
  }
}
.bannerArea .classLink a {
  color: #fff;
}
.bannerArea .classLink a:hover, .bannerArea .classLink a.current {
  color: #bd2020;
}
.bannerArea .classLinkWrap > dl {
  margin-top: 30px;
}
.bannerArea .classLinkWrap > dl a {
  color: #fff;
}
.bannerArea .classLinkWrap > dl a.current, .bannerArea .classLinkWrap > dl a:hover {
  color: #bd2020;
}
.bannerArea .classLinkWrap > dl dt:not(:last-of-type) a::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.bannerArea .classLinkWrap > dl dt:not(:last-of-type) a.current::after {
  background-color: rgba(189, 32, 32, 0.5);
}
.bannerArea .titleBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 1181px) {
  .bannerArea .titleBox {
    padding: 100px 0;
  }
}
@media (max-width: 640px) {
  .bannerArea .titleBox {
    padding-top: 50px;
  }
}
.bannerArea .titleBox h1, .bannerArea .titleBox h2, .bannerArea .titleBox h3 {
  color: #fff;
}
@media (min-width: 1181px) {
  .bannerArea .titleBox h1, .bannerArea .titleBox h2, .bannerArea .titleBox h3 {
    font-size: 60px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .bannerArea .titleBox h1, .bannerArea .titleBox h2, .bannerArea .titleBox h3 {
    font-size: 50px;
  }
}
@media (min-width: 401px) and (max-width: 960px) {
  .bannerArea .titleBox h1, .bannerArea .titleBox h2, .bannerArea .titleBox h3 {
    font-size: 45px;
  }
}
@media (max-width: 400px) {
  .bannerArea .titleBox h1, .bannerArea .titleBox h2, .bannerArea .titleBox h3 {
    font-size: 38px;
  }
}
.bannerArea .bannerOuter {
  position: relative;
}
@media (min-width: 1181px) {
  .bannerArea .bannerOuter .titleBox {
    display: none;
  }
}
@media (min-width: 961px) {
  .bannerArea.style03 .bannerOuter .titleBox, .bannerArea.style05 .bannerOuter .titleBox {
    display: flex;
  }
}
.bannerArea.style03 .bannerTxt, .bannerArea.style05 .bannerTxt {
  display: none;
}
@media (min-width: 1181px) {
  .bannerArea .bannerTxt {
    position: absolute;
    top: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    color: #fff;
    pointer-events: none;
  }
}
@media (min-width: 1551px) {
  .bannerArea .bannerTxt {
    left: calc((100vw - 1440px) / 2 - 5px);
    width: 1440px;
    max-width: 520px;
    padding-top: 140px;
  }
}
@media (min-width: 1181px) and (max-width: 1550px) {
  .bannerArea .bannerTxt {
    left: 50px;
    width: calc(100% - 100px);
    max-width: 680px;
    padding-top: 50px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerTxt {
    padding-bottom: 80px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .bannerArea .bannerTxt {
    padding: 30px 50px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .bannerArea .bannerTxt {
    padding: 30px 35px 10px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerTxt {
    padding: 20px 30px 10px;
  }
}
@media (max-width: 360px) {
  .bannerArea .bannerTxt {
    padding: 20px 25px 10px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerTxt {
    background-color: #fff;
  }
}
.bannerArea .bannerTxt .title {
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1401px) {
  .bannerArea .bannerTxt .title {
    margin-bottom: 30px;
    font-size: 60px;
  }
}
@media (min-width: 641px) and (max-width: 1400px) {
  .bannerArea .bannerTxt .title {
    margin-bottom: 20px;
    font-size: 50px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .bannerArea .bannerTxt .title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerTxt .title {
    margin-bottom: 10px;
    font-size: 26px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerTxt .subTitle {
    font-size: 20px;
    color: #dedede;
  }
}
@media (min-width: 1401px) {
  .bannerArea .bannerTxt .subTitle {
    margin-bottom: 10px;
  }
}
@media (max-width: 1400px) {
  .bannerArea .bannerTxt .subTitle {
    margin-bottom: 5px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerTxt .subTitle {
    color: #2f2f2f;
  }
}
.bannerArea .bannerTxt .txtExp {
  overflow: visible;
}
@media (min-width: 1181px) {
  .bannerArea .bannerTxt .txtExp {
    color: #b9b9ba;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerTxt .txtExp {
    color: #2f2f2f;
  }
  .bannerArea .bannerTxt .txtExp * {
    color: #2f2f2f !important;
  }
}
.bannerArea .bannerTxt .decTxt {
  float: left;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1181px) {
  .bannerArea .bannerTxt .decTxt {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerTxt .decTxt {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 641px) {
  .bannerArea .bannerTxt .decTxt {
    padding-right: 25px;
    margin-right: 30px;
    font-size: 40px;
    line-height: 1;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerTxt .decTxt {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
  }
}
@media (min-width: 641px) {
  .bannerArea .bannerTxt .decTxt span {
    display: block;
    margin-bottom: 35px;
    font-size: 200px;
    letter-spacing: 0;
    line-height: 0.7;
  }
}

#banner {
  position: relative;
}
#banner:hover .arrowPrev, #banner:hover .arrowNext {
  opacity: 1;
}
#banner .arrowPrev, #banner .arrowNext {
  position: absolute;
  top: 50%;
  z-index: 2;
  opacity: 0.3;
}
#banner .arrowPrev {
  left: 20px;
}
#banner .arrowNext {
  right: 20px;
}

/*****首頁影片*****/
.bannerVideoBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
}
@media (max-width: 1180px) {
  .bannerVideoBox {
    display: none;
  }
}
.bannerVideoBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.bannerVideoBox .mb_YTPBar {
  visibility: hidden;
}

/*****內頁*****/
.mainArea {
  padding: 0;
}
.mainArea.style01 {
  background: url(../png/bg_style01.png) no-repeat top center, #151515;
}
@media (min-width: 1181px) {
  .mainArea.style01 {
    padding-top: 160px;
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .mainArea.style01 {
    padding-top: 120px;
  }
}
@media (min-width: 641px) {
  .mainArea.style01 {
    padding-bottom: 70px;
  }
}
@media (max-width: 640px) {
  .mainArea.style01 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.mainArea.style01 .titleBox h2 {
  color: #fff;
}
.mainArea.style01 .classNote {
  padding-bottom: 30px;
  color: #a5a5a5;
}
.mainArea.style01 .classLinkBox {
  margin-top: 50px;
  margin-bottom: 20px;
}
.mainArea.style02 {
  position: relative;
  padding: 0;
  background: #151515;
}
@media (min-width: 1181px) {
  .mainArea.style02::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background: url(../jpg/bg_style02.jpg) repeat-y top left;
    background-size: cover;
  }
}
@media (min-width: 1601px) {
  .mainArea.style02::before {
    left: 0;
    width: 50%;
  }
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .mainArea.style02::before {
    width: calc((100% - 130px) / 2);
  }
}
.mainArea.style02 > .wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1181px) {
  .mainArea.style02 > .wrap {
    max-width: 1920px;
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
@media (min-width: 481px) and (max-width: 1180px) {
  .mainArea.style02 > .wrap {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .mainArea.style02 > .wrap {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1601px) {
  .mainArea.style02 > .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.mainArea.style02 > .wrap > .rightBox {
  position: relative;
}
@media (min-width: 1181px) {
  .mainArea.style02 > .wrap > .rightBox {
    order: 2;
    padding-left: 45px;
  }
}
@media (min-width: 1601px) {
  .mainArea.style02 > .wrap > .rightBox {
    width: 50%;
  }
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .mainArea.style02 > .wrap > .rightBox {
    width: calc((100% - 130px) / 2);
  }
}
@media (max-width: 1180px) {
  .mainArea.style02 > .wrap > .rightBox {
    width: 100%;
    padding-top: 30px;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  .mainArea.style02 > .wrap > .rightBox {
    padding-right: calc((100vw - 1440px) / 2 + 110px);
  }
}
@media (min-width: 1921px) {
  .mainArea.style02 > .wrap > .rightBox {
    padding-right: calc((1920px - 1440px) / 2 + 110px);
  }
}
.mainArea.style02 > .wrap > .leftBox {
  position: relative;
}
@media (min-width: 1601px) {
  .mainArea.style02 > .wrap > .leftBox {
    width: 50%;
  }
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .mainArea.style02 > .wrap > .leftBox {
    width: calc((100% - 130px) / 2);
  }
}
@media (max-width: 1180px) {
  .mainArea.style02 > .wrap > .leftBox {
    width: 100%;
    padding-top: 60px;
  }
}
@media (min-width: 1921px) {
  .mainArea.style02 > .wrap > .leftBox {
    padding-left: calc((1920px - 1440px) / 2);
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  .mainArea.style02 > .wrap > .leftBox {
    padding-left: calc((100vw - 1440px) / 2);
  }
}
@media (min-width: 1181px) {
  .mainArea.style02 > .wrap > .leftBox {
    padding-right: 45px;
  }
}
.mainArea.style02 .titleBox, .mainArea.style02 .bread {
  position: relative;
  width: 100%;
}
@media (min-width: 1181px) {
  .mainArea.style02 .titleBox, .mainArea.style02 .bread {
    display: none;
  }
}
.mainArea.style02 .titleBox h2 {
  color: #fff;
}
.mainArea.style02 .textEditor {
  color: #919191;
}
.mainArea.style02 .textEditor a:not(:hover) {
  color: #ccc;
}
@media (min-width: 1181px) {
  .mainArea.style03 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1180px) {
  .mainArea.style03 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1181px) {
  .mainArea.style03 .classLinkBox {
    display: none;
  }
}
@media (max-width: 1180px) {
  .mainArea.style03 .classLinkBox {
    margin-bottom: 50px;
  }
}
.mainArea.style03 .titleBox {
  margin-bottom: 35px;
}
@media (min-width: 1181px) {
  .mainArea.style03 .titleBox h1, .mainArea.style03 .titleBox h2, .mainArea.style03 .titleBox h3 {
    font-size: 40px;
  }
}
@media (max-width: 1180px) {
  .mainArea.style03 .titleBox h1, .mainArea.style03 .titleBox h2, .mainArea.style03 .titleBox h3 {
    font-size: 32px;
  }
  .mainArea.style03 .titleBox h1.hasBorder::after, .mainArea.style03 .titleBox h2.hasBorder::after, .mainArea.style03 .titleBox h3.hasBorder::after {
    margin-top: 20px;
  }
}
@media (min-width: 1181px) {
  .mainArea.style04 .classLinkBox {
    display: none;
  }
}
@media (max-width: 1180px) {
  .mainArea.style04 .classLinkBox {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
.mainArea.style06 .contentBox {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .mainArea.style06 .contentBox > .wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .mainArea.style06 .contentBox > .wrap > .leftBox {
    width: 230px;
  }
}
@media (min-width: 1181px) {
  .mainArea.style06 .contentBox > .wrap > .leftBox {
    width: 330px;
  }
}
@media (min-width: 768px) {
  .mainArea.style06 .contentBox > .wrap > .rightBox {
    width: calc(100% - 230px);
    padding-left: 30px;
  }
}
@media (min-width: 1181px) {
  .mainArea.style06 .contentBox > .wrap > .rightBox {
    width: calc(100% - 330px);
    padding-left: 55px;
  }
}
@media (max-width: 767px) {
  .mainArea.style06 .contentBox > .wrap > .rightBox {
    margin-top: 50px;
  }
}
.mainArea .contentBox {
  padding: 0;
}
.mainArea .textEditor {
  font-size: 14px;
  line-height: 1.65;
}
.mainArea .textEditor img {
  max-width: 100%;
}
.mainArea .textEditor p + p {
  margin-top: 15px;
}
.mainArea .textEditor .contentBuilder .btn::after {
  display: none;
}

@media (min-width: 961px) {
  .classLinkBox {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.classLinkBox > .title {
  flex-shrink: 0;
  font-size: 14px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #fff;
  letter-spacing: 1pt;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .classLinkBox > .title {
    display: none;
  }
}
@media (min-width: 961px) {
  .classLinkBox > .title::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin-left: 14px;
    margin-right: 14px;
    background-color: rgba(189, 32, 32, 0.5);
  }
}
@media (min-width: 961px) {
  .classLinkBox.colorBlack {
    border-bottom-color: rgba(0, 0, 0, 0.15);
  }
}
.classLinkBox.colorBlack > .title {
  color: #000;
}
@media (min-width: 961px) {
  .classLinkBox .classBox {
    flex-grow: 1;
  }
}
@media (min-width: 1181px) {
  .classLinkBox .bread {
    flex-shrink: 0;
    margin-left: auto;
  }
}
.classLinkBox + dl dt {
  display: inline-block;
}
.classLinkBox + dl a {
  font-size: 14px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  letter-spacing: 1pt;
  text-transform: uppercase;
}
.classLinkBox + dl a.current, .classLinkBox + dl a:hover {
  color: #bd2020;
}
.classLinkBox + dl dt:not(:last-of-type) a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin-left: 14px;
  margin-right: 14px;
  background-color: rgba(0, 0, 0, 0.5);
}
.classLinkBox + dl dt:not(:last-of-type) a.current::after {
  background-color: rgba(189, 32, 32, 0.5);
}

@media (min-width: 1181px) {
  .mainArea .classLinkBox + dl {
    display: none;
  }
}
@media (max-width: 960px) {
  .mainArea .classLinkBox + dl {
    display: none;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .mainArea .classLinkBox + dl {
    margin-top: -20px;
    padding-bottom: 40px;
  }
}
.folderName {
	display: none;
	font-size: 14px;
	font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
	letter-spacing: 1pt;
	text-transform: uppercase;
	color: #bd2020;
}
.classLinkBox + .folderName {
	display: block;
}
.folderName a+a,
.folderName a+span{
    display: inline-block;
    vertical-align: 0;
}
.folderName a:not(:last-child)::after,
.folderName span:not(:last-child)::after {
    display: inline-block;
    vertical-align: -2px;
    content: "";
    width: 2px;
    height: 15px;
    background-color: #aaa;
    margin-left: 12px;
    margin-right: 10px;
}

.folderTitle{
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.bread {
  font-size: 14px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #686868;
  letter-spacing: 0.5pt;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .bread {
    display: none;
  }
}
.bread a {
  color: #686868;
}
.bread a svg {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  fill: #686868;
}
.bread a:hover {
  color: #bd2020;
}
.bread a:hover svg {
  fill: #bd2020;
}
.bread span {
  color: #fff;
}
.bread a:not(:first-child)::before, .bread span:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin-left: 12px;
  margin-right: 12px;
  background-color: rgba(189, 32, 32, 0.5);
}

.articleTitle {
  margin-bottom: 25px;
  font-size: 30px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  text-transform: uppercase;
}

.sectionTitle {
  font-size: 30px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.textEditor sup, .textEditor sub {
  position: relative;
  top: -5px;
  font-size: 13px;
  margin: 0 2px;
}
.textEditor sup {
  vertical-align: super;
}
.textEditor sub {
  vertical-align: sub;
}

/*****類別*****/
.classBox {
  padding: 0;
}

@media (max-width: 960px) {
  .classLink {
    display: none;
  }
}
.classLink li {
  display: inline-block;
}
.classLink li + li {
  margin-left: 20px;
}
.classLink a {
  position: relative;
  display: block;
  font-size: 14px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #717171;
  letter-spacing: 1pt;
  text-transform: uppercase;
}
.classLink a:hover, .classLink a.current {
  color: #bd2020;
}
.classLink li > a::before {
  content: "";
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #bd2020;
}
.classLink li > a:hover::before, .classLink li > a.current::before {
  left: 0;
  width: 100%;
}
.classLink dl {
  display: none;
}

.m_classLink {
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
}
@media (min-width: 961px) {
  .m_classLink {
    display: none;
  }
}
.m_classLink a.main {
  position: relative;
  display: block;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  font-size: 15px;
  color: #fff;
  background: #1b1b1b;
}
.m_classLink a.main i {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -6px;
  font-size: 15px;
}
.m_classLink ul {
  position: relative;
  padding: 0;
  list-style: none;
  display: none;
  width: 100%;
  border-radius: 0 0 5px 5px;
  border: 1px solid #555;
  background: #3a3a3a;
}
.m_classLink ul li {
  padding: 0;
}
.m_classLink ul li a {
  display: block;
  padding: 10px 15px;
  border-top: 1px solid #555;
  color: #fff;
}
.m_classLink ul li a:hover {
  background-color: #bd2020;
}
.m_classLink ul li:first-child > a {
  border: none;
}
.m_classLink dl dt a {
  padding-left: 30px;
}

/*****標籤*****/
.tagBox {
  margin: 25px 0;
}
.tagBox b {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #1e1e1e;
  text-transform: uppercase;
}
.tagBox ul {
  display: inline-block;
}
.tagBox li {
  display: inline-block;
  margin-bottom: 7px;
}
.tagBox a {
  position: relative;
  display: block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #313131;
}
@media (min-width: 641px) {
  .tagBox a {
    height: 35px;
    line-height: 35px;
    margin: 0 10px 0 0;
    padding: 0 25px;
  }
}
@media (max-width: 640px) {
  .tagBox a {
    height: 24px;
    line-height: 24px;
    margin: 0 5px 0 0;
    padding: 0 10px;
  }
}
.tagBox a:hover {
  color: #fff;
  background-color: #bd2020;
}
.tagBox a.current {
  color: #fff;
  background-color: #bd2020;
}
.tagBox a.current:before {
  content: "";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

.tagListBox {
  padding: 30px 0;
}
@media (max-width: 640px) {
  .tagListBox {
    padding: 15px 0;
  }
}
.tagListBox .btnDrowDown {
  margin-bottom: 10px;
}
.tagListBox .btnDrowDown.btn_color3::before {
  content: "+";
}
.tagListBox .btnDrowDown.btn_color3.current {
  background-color: #bd2020;
}
.tagListBox .btnDrowDown.btn_color3.current::before {
  content: "-";
  top: 45%;
}
.tagListBox .tagList {
  display: none;
}
.tagList {
  margin-bottom: 30px;
  padding: 10px 30px;
  box-shadow: 0 5px 10px rgba(0,0,0,.05);
  background-color: #fff;
}
.tagList > li {
  display: flex;
  padding: 20px 0;
}
.tagList > li:not(:last-child) {
  border-bottom:  1px solid #dadada;
}
.tagList li > .title {
  flex-shrink: 0;
  width: 150px;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 500;
}
.tagList li > dl {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 641px) {
  .tagList li > .title {
    padding-right: 20px;
    border-right:  1px solid #dadada;
  }
}
@media (max-width: 640px) {
  .tagList {
    margin-bottom: 20px;
    padding: 5px 20px;
  }
  .tagList > li {
    flex-wrap:  wrap;
  }
  .tagList li > .title,
  .tagList li > dl {
    width: 100%
  }
  .tagList li > .title {
    margin-bottom: 15px
  }
}
.tagList dt {
  margin: 5px 30px 5px 0;
}
.tagList dt a {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #828282;
}
.tagList dt a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #d5d5d5;
}
.tagList dt a.current::before,
.tagList dt a:hover::before {
  background-color: #bd2020;
}

/*****側邊_標題*****/
@media (min-width: 401px) {
  .side_material .titleBox h1, .side_material .titleBox h2, .side_material .titleBox h3,
.side_technical .titleBox h1,
.side_technical .titleBox h2,
.side_technical .titleBox h3 {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .side_material .titleBox h1, .side_material .titleBox h2, .side_material .titleBox h3,
.side_technical .titleBox h1,
.side_technical .titleBox h2,
.side_technical .titleBox h3 {
    font-size: 34px;
  }
}
@media (min-width: 481px) {
  .side_material .titleBox h1.hasBorder.cover, .side_material .titleBox h2.hasBorder.cover, .side_material .titleBox h3.hasBorder.cover,
.side_technical .titleBox h1.hasBorder.cover,
.side_technical .titleBox h2.hasBorder.cover,
.side_technical .titleBox h3.hasBorder.cover {
    border-bottom: 1px solid #dadada;
  }
  .side_material .titleBox h1.hasBorder.cover::after, .side_material .titleBox h2.hasBorder.cover::after, .side_material .titleBox h3.hasBorder.cover::after,
.side_technical .titleBox h1.hasBorder.cover::after,
.side_technical .titleBox h2.hasBorder.cover::after,
.side_technical .titleBox h3.hasBorder.cover::after {
    position: relative;
    top: 3px;
    width: 145px;
    height: 3px;
  }
}

/*****側邊_材料*****/
@media (min-width: 401px) {
  .side_material ul {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.side_material ul li {
  float: left;
}
@media (min-width: 401px) {
  .side_material ul li {
    padding: 0 5px;
  }
}
@media (max-width: 400px) {
  .side_material ul li {
    width: 100%;
    padding: 0;
  }
}
.side_material ul .Img {
  margin-bottom: 10px;
}
.side_material ul .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.side_material ul h4 {
  margin-top: 15px;
  font-size: 14px;
  color: #353535;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.side_material ul h4 a:not(:hover) {
  color: #353535;
}
.side_material ul .classTitle {
  color: #868686;
}

/*****側邊_相簿*****/
.sideAlbumBox {
  margin-top: 30px;
}
.sideAlbumBox .btnBarBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.sideAlbumBox .btnBarBox .arrowPrev {
  margin-left: auto;
  margin-right: 8px;
}
.sideAlbumBox .btnBarBox .arrowPrev svg, .sideAlbumBox .btnBarBox .arrowNext svg {
  fill: #bd2020;
}
.sideAlbumBox .btnBarBox .arrowPrev:hover, .sideAlbumBox .btnBarBox .arrowNext:hover {
  background-color: #bd2020;
}
.sideAlbumBox .btnBarBox .arrowPrev:hover svg, .sideAlbumBox .btnBarBox .arrowNext:hover svg {
  fill: #fff;
}

.side_album {
  margin-left: -5px;
  margin-right: -10px;
}
.side_album li {
  float: left;
  width: calc(100% / 5);
  padding: 12px 10px 0 5px;
}
.side_album a {
  display: block;
  box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*****側邊_分享*****/
.side_share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 360px;
}
.side_share::before {
  content: "";
  order: -1;
  flex-grow: 1;
  display: inline-block;
  height: 1px;
  margin-left: 20px;
  background-color: #bd2020;
}
.side_share::after {
  content: "";
  order: -1;
  display: inline-block;
  width: 12px;
  height: 1px;
  margin-left: 5px;
  border-top: 1px dashed #bd2020;
}
.side_share span {
  order: -2;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.side_share a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 20px;
  color: #bbb;
}
.side_share a svg {
  width: 16px;
  height: 16px;
  fill: #bbb;
}
.side_share a:hover {
  color: #bd2020;
}
.side_share a:hover svg {
  fill: #bd2020;
}

/*****slick-dots*****/
ul .slick-dots li button:before {
  color: #fff;
}
ul .slick-dots li.slick-active button:before {
  color: #bd2020;
  opacity: 1;
}

/*****頁籤*****/
.tab {
  margin-top: 40px;
}
.tab a {
  display: block;
  float: left;
  padding: 12px 10px;
  font-size: 15px;
  color: #1c1c1c;
}
.tab a.current {
  border: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #f8f3f0;
  box-shadow: inset 0 3px 5px -2px #cecece;
}

.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}
.tabContent > li {
  display: none;
}
.tabContent .textEditor {
  margin: 0;
}
.tabContent .sectionTitle {
  display: none;
}

/*側邊_其他相關訊息*/
.side_news {
  margin: 30px 0;
}
.side_news ul {
  margin-top: 20px;
}
.side_news li {
  margin-bottom: 25px;
}
.side_news .Img {
  float: left;
  width: 60px;
  margin-right: 12px;
  overflow: hidden;
}
.side_news .Img img {
  display: block;
  height: 60px;
}
.side_news .Txt {
  overflow: hidden;
}
.side_news .Txt a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}
.side_news .Txt a:hover {
  text-decoration: underline;
}
.side_news .Txt b {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}
