@charset "UTF-8";
/* CSS Document */
.energyDotList li::before,
.greenDotList li::before, .energyDotList li,
.greenDotList li {
  transition: all 0.5s;
}

/*****內頁樣式*****/
.mainArea.style03 .titleBox::before {
  content: "";
  display: block;
  width: 124px;
  height: 30px;
  margin: 0 auto 35px;
  background: url(../svg/logo.svg) no-repeat center;
}
.mainArea.style04 .contentBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*****左標表格樣式*****/
@media (min-width: 641px) {
  table.leftTitleTable {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  table.leftTitleTable {
    margin-top: 10px;
  }
}
table.leftTitleTable tr:not(:last-child) td {
  border-bottom: 1px solid #e5e5e5;
}
table.leftTitleTable tr:first-child td {
  position: relative;
}
@media (min-width: 641px) {
  table.leftTitleTable tr:first-child td {
    padding-top: 35px;
  }
}
@media (max-width: 640px) {
  table.leftTitleTable tr:first-child td {
    padding-top: 25px;
  }
}
table.leftTitleTable tr:first-child td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e5e5e5;
}
table.leftTitleTable tr:first-child td.title::before {
  width: calc(100% - 5px);
  background-color: #bd2020;
}
table.leftTitleTable td {
  border: 0;
}
@media (min-width: 641px) {
  table.leftTitleTable td {
    padding: 15px 20px 15px 0;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  table.leftTitleTable td {
    padding: 10px 20px 10px 0;
  }
}
@media (max-width: 480px) {
  table.leftTitleTable td {
    padding: 10px 15px 10px 0;
  }
}
table.leftTitleTable td.title {
  line-height: 1.4;
  color: #000;
}
@media (min-width: 641px) {
  table.leftTitleTable td.title {
    min-width: 260px;
    font-size: 16px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  table.leftTitleTable td.title {
    min-width: 160px;
  }
}
@media (max-width: 480px) {
  table.leftTitleTable td.title {
    min-width: 110px;
  }
}

/*****編輯器*****/
.editorBox {
  position: relative;
}
.editorBox > .wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (min-width: 961px) {
  .editorBox > .wrap > .rightBox,
.editorBox > .wrap > .leftBox {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .editorBox > .wrap > .rightBox,
.editorBox > .wrap > .leftBox {
    width: 100%;
  }
}
.editorBox > .wrap > .centerBox {
  width: 100%;
}
@media (min-width: 961px) and (max-width: 1180px) {
  .editorBox > .wrap > .rightBox,
.editorBox > .wrap > .leftBox,
.editorBox > .wrap > .centerBox {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media (min-width: 501px) and (max-width: 960px) {
  .editorBox > .wrap > .rightBox,
.editorBox > .wrap > .leftBox,
.editorBox > .wrap > .centerBox {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .editorBox > .wrap > .rightBox,
.editorBox > .wrap > .leftBox,
.editorBox > .wrap > .centerBox {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.editorBox.editor01 {
  background-color: #252628;
}
@media (min-width: 1181px) {
  .editorBox.editor01 > .wrap {
    max-width: 1920px;
  }
}
@media (min-width: 1551px) {
  .editorBox.editor01 > .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 961px) {
  .editorBox.editor01 > .wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: url(../jpg/bg_community.jpg) no-repeat top left;
  }
}
.editorBox.editor01 > .wrap > .centerBox {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1181px) {
  .editorBox.editor01 > .wrap > .centerBox {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media (min-width: 1451px) {
  .editorBox.editor01 .textEditor {
    max-width: calc(50% - 210px - 100px);
  }
}
@media (min-width: 1181px) and (max-width: 1450px) {
  .editorBox.editor01 .textEditor {
    max-width: calc(50% - 100px - 40px);
  }
}
@media (min-width: 1181px) {
  .editorBox.editor01 .textEditor {
    margin-left: calc(50% + 100px);
  }
}
@media (min-width: 1181px) {
  .editorBox.editor01 .titleBox {
    margin-bottom: 40px;
  }
}
.editorBox.editor01 .titleBox h1, .editorBox.editor01 .titleBox h2, .editorBox.editor01 .titleBox h3 {
  color: #fff;
}
@media (min-width: 1181px) {
  .editorBox.editor01 .communityPicList {
    margin-top: 30px;
  }
}
@media (max-width: 1180px) {
  .editorBox.editor01 .communityPicList {
    width: 100%;
    margin-top: 40px;
  }
}
.editorBox.editor01 .communityPicList [class*=pic] {
  display: block;
}
@media (max-width: 1180px) {
  .editorBox.editor01 .communityPicList [class*=pic] {
    height: 250px;
  }
}
@media (max-width: 640px) {
  .editorBox.editor01 .communityPicList [class*=pic] {
    height: 180px;
  }
}
@media (min-width: 1181px) {
  .editorBox.editor01 .pic1 {
    position: absolute;
    top: 70px;
    left: 0;
    max-width: 630px;
  }
}
@media (min-width: 1181px) and (max-width: 1450px) {
  .editorBox.editor01 .pic1 {
    max-width: calc(50% - 80px);
  }
}
@media (min-width: 1181px) {
  .editorBox.editor01 .pic2 {
    position: absolute;
    top: 530px;
    right: calc(50% + 190px);
    max-width: 290px;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  .editorBox.editor01 .pic2 {
    top: 480px;
  }
}
@media (min-width: 1251px) and (max-width: 1350px) {
  .editorBox.editor01 .pic2 {
    top: 450px;
  }
}
@media (min-width: 1181px) and (max-width: 1250px) {
  .editorBox.editor01 .pic2 {
    top: 420px;
  }
}
@media (min-width: 1181px) {
  .editorBox.editor01 .pic3 {
    position: absolute;
    top: 360px;
    right: calc(50% - 75px);
    max-width: 230px;
  }
}
@media (min-width: 1181px) and (max-width: 1450px) {
  .editorBox.editor01 .pic3 {
    top: 380px;
    right: calc(50% - 50px);
    max-width: 200px;
  }
}
@media (min-width: 1181px) {
  .editorBox.editor01 .pic4 {
    max-width: 265px;
    margin-left: calc(50% + +100px + 30px);
  }
}
@media (min-width: 1181px) {
  .editorBox.editor01 .pic5 {
    position: absolute;
  }
}
@media (min-width: 1451px) {
  .editorBox.editor01 .pic5 {
    top: 240px;
    right: -20px;
    max-width: 210px;
  }
}
@media (min-width: 1301px) and (max-width: 1450px) {
  .editorBox.editor01 .pic5 {
    bottom: 50px;
    right: 30px;
    max-width: 180px;
  }
}
@media (min-width: 1181px) and (max-width: 1300px) {
  .editorBox.editor01 .pic5 {
    bottom: 100px;
    right: 10px;
    max-width: 140px;
  }
}
.editorBox.editor02 {
  background: url(../jpg/bg_community.jpg) no-repeat top center;
  background-size: cover;
}
@media (min-width: 1181px) {
  .editorBox.editor02 > .wrap > .rightBox,
.editorBox.editor02 > .wrap > .leftBox {
    padding-top: 110px;
    padding-bottom: 90px;
  }
}
@media (min-width: 961px) {
  .editorBox.editor02 > .wrap > .rightBox {
    padding-left: 20px;
  }
}
@media (max-width: 960px) {
  .editorBox.editor02 > .wrap > .rightBox {
    padding-top: 20px;
  }
}
@media (min-width: 961px) {
  .editorBox.editor02 > .wrap > .leftBox {
    padding-right: 20px;
  }
}
.editorBox.editor02 .titleBox h1, .editorBox.editor02 .titleBox h2, .editorBox.editor02 .titleBox h3 {
  color: #fff;
}
.editorBox.editor03 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1181px) {
  .editorBox.editor03 > .wrap > .centerBox {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.editorBox.editor03 .textEditor {
  max-width: 660px;
}
.editorBox.editor03 .titleBox h1, .editorBox.editor03 .titleBox h2, .editorBox.editor03 .titleBox h3 {
  color: #fff;
}
.editorBox.editor03 .titleBox .subTitle {
  color: #fff;
}
.editorBox.editor03 .textEditor,
.editorBox.editor03 .txtExp {
  color: #e5e5e5;
}
.editorBox.editor04 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.editorBox.editor04 > .wrap > .centerBox {
  padding-bottom: 0;
}
@media (min-width: 1181px) {
  .editorBox.editor04 > .wrap > .centerBox {
    padding-top: 100px;
  }
}
.editorBox.editor04 .titleBox h1, .editorBox.editor04 .titleBox h2, .editorBox.editor04 .titleBox h3 {
  color: #fff;
}
.editorBox.editor04 .titleBox .subTitle {
  color: #fff;
}
.editorBox.editor04 .textEditor,
.editorBox.editor04 .txtExp {
  color: #e5e5e5;
}
.editorBox.editor04 .natureWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.editorBox.editor04 .natureWrap > .leftBox {
  background-color: #bd2020;
}
@media (min-width: 641px) {
  .editorBox.editor04 .natureWrap > .leftBox {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1181px) {
  .editorBox.editor04 .natureWrap > .leftBox {
    width: 50%;
  }
}
.editorBox.editor04 .natureWrap > .leftBox > .Img {
  background-color: #fff;
}
@media (min-width: 641px) {
  .editorBox.editor04 .natureWrap > .leftBox > .Img {
    width: 200px;
  }
}
@media (max-width: 640px) {
  .editorBox.editor04 .natureWrap > .leftBox > .Img {
    width: 100%;
  }
  .editorBox.editor04 .natureWrap > .leftBox > .Img img {
    display: block;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}
.editorBox.editor04 .natureWrap > .leftBox > .Txt {
  padding: 25px;
  color: #fff;
}
@media (min-width: 641px) {
  .editorBox.editor04 .natureWrap > .leftBox > .Txt {
    width: calc(100% - 200px);
  }
}
.editorBox.editor04 .natureWrap > .leftBox ul {
  padding-left: 20px;
  list-style-type: square;
  font-size: 13px;
  color: #dbbaba;
}
.editorBox.editor04 .natureWrap > .leftBox ul > li {
  margin-top: 10px;
}
@media (min-width: 1181px) {
  .editorBox.editor04 .natureWrap > .rightBox {
    order: 2;
    width: 50%;
    padding-left: 65px;
    padding-bottom: 110px;
  }
}
@media (max-width: 1180px) {
  .editorBox.editor04 .natureWrap > .rightBox {
    padding-bottom: 50px;
  }
}
@media (min-width: 1501px) {
  .editorBox.editor05 {
    display: none;
  }
}
@media (min-width: 501px) {
  .editorBox.editor05 > .wrap > .centerBox {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.editorBox.toLast {
  order: 10;
}

.editorBox .titleBox,
.communityLayoutList .titleBox,
.waterLayoutBox .titleBox,
.energyLayoutBox .titleBox,
.greenLayoutBox .titleBox {
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .editorBox .titleBox h3,
.communityLayoutList .titleBox h3,
.waterLayoutBox .titleBox h3,
.energyLayoutBox .titleBox h3,
.greenLayoutBox .titleBox h3 {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .editorBox .titleBox h3,
.communityLayoutList .titleBox h3,
.waterLayoutBox .titleBox h3,
.energyLayoutBox .titleBox h3,
.greenLayoutBox .titleBox h3 {
    font-size: 30px;
  }
}

.communityLayoutList {
  width: 100%;
}
@media (min-width: 1901px) {
  .communityLayoutList {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
.communityLayoutList > li {
  padding: 0;
}
.communityLayoutList > li > .item {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 961px) {
  .communityLayoutList > li > .item > .Txt,
.communityLayoutList > li > .item > .Img {
    width: 50%;
  }
}
.communityLayoutList > li > .item > .Img {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.communityLayoutList > li > .item > .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.communityLayoutList > li > .item > .Txt {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
@media (min-width: 1501px) {
  .communityLayoutList > li > .item > .Txt {
    padding: 100px 65px;
  }
}
@media (min-width: 1181px) and (max-width: 1500px) {
  .communityLayoutList > li > .item > .Txt {
    padding: 80px 60px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .communityLayoutList > li > .item > .Txt {
    padding: 70px 50px;
  }
}
@media (max-width: 960px) {
  .communityLayoutList > li > .item > .Txt {
    padding: 50px 30px;
  }
}
@media (max-width: 500px) {
  .communityLayoutList > li > .item > .Txt {
    padding: 45px 25px;
  }
}
@media (min-width: 1601px) {
  .communityLayoutList > li:nth-of-type(odd) > .item > .Txt {
    padding-left: calc((100% - 1440px) / 2);
  }
}
@media (min-width: 961px) {
  .communityLayoutList > li:nth-of-type(even) > .item > .Txt {
    order: 2;
  }
}
@media (min-width: 1601px) {
  .communityLayoutList > li:nth-of-type(even) > .item > .Txt {
    padding-right: calc((100% - 1440px) / 2);
  }
}
.communityLayoutList .txtExp {
  color: #2f2f2f;
}

.btnBar {
  display: flex;
  align-items: center;
  color: #6e6e6e;
}
.btnBar::before {
  content: "";
  flex-grow: 1;
  display: block;
  height: 1px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #bd2020;
  background-image: linear-gradient(to right, #411e1e 0%, #411e1e 59%, #bd2020 60%, #bd2020 100%);
}
.btnBar .num {
  width: 65px;
}
.btnBar .num span {
  color: #fff;
}
.btnBar .num span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: rotate(30deg) translateY(2px);
}
.btnBar .arrowPrev, .btnBar .arrowNext {
  height: 20px;
  margin-left: 5px;
}

.waterLayoutBox {
  position: relative;
  order: -2;
  background: url(../jpg/bg_community_water.jpg) repeat center right;
}
@media (min-width: 1181px) {
  .waterLayoutBox {
    width: 50%;
    margin-left: 50%;
  }
}
@media (min-width: 1601px) {
  .waterLayoutBox {
    padding: 50px calc((100vw - 1440px) / 2) 100px 60px;
  }
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .waterLayoutBox {
    padding: 50px 80px 80px 60px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .waterLayoutBox {
    padding: 80px 50px;
  }
}
@media (min-width: 501px) and (max-width: 960px) {
  .waterLayoutBox {
    padding: 60px 30px;
  }
}
@media (min-width: 361px) and (max-width: 500px) {
  .waterLayoutBox {
    padding: 45px 30px;
  }
}
@media (max-width: 360px) {
  .waterLayoutBox {
    padding: 45px 25px;
  }
}
@media (min-width: 1901px) {
  .waterLayoutBox {
    background-size: cover;
  }
}
@media (max-width: 1180px) {
  .waterLayoutBox {
    background-size: cover;
  }
}
@media (min-width: 1601px) {
  .waterLayoutBox::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: calc((100vw - 1440px) / 2);
    height: 180px;
    background-color: #1b1b1b;
  }
  .waterLayoutBox::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc((100vw - 1440px) / 2);
    z-index: 3;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.waterLayoutBox .picCover {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
@media (max-width: 1180px) {
  .waterLayoutBox .picCover {
    display: none;
  }
}
.waterLayoutBox .picCover .slick-list,
.waterLayoutBox .picCover .slick-track {
  height: 100%;
}
.waterLayoutBox .picCover .pic {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1601px) {
  .waterLayoutBox .btnBar {
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 8;
    width: 100%;
    padding-left: 420px;
    padding-right: calc((100vw - 1440px) / 2 - 150px);
  }
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .waterLayoutBox .btnBar {
    padding-left: calc(100% - 270px);
  }
}
@media (max-width: 1180px) {
  .waterLayoutBox .btnBar {
    justify-content: flex-end;
  }
}
@media (min-width: 1181px) {
  .waterLayoutBox .btnBar::before {
    order: 1;
  }
}
@media (max-width: 1180px) {
  .waterLayoutBox .btnBar::before {
    display: none;
  }
}
.waterLayoutBox .btnBar .num {
  display: flex;
}
@media (min-width: 1181px) {
  .waterLayoutBox .btnBar .num {
    order: 2;
  }
}
@media (min-width: 1601px) and (max-width: 1700px) {
  .waterLayoutBox .btnBar .num {
    display: none;
  }
}
@media (max-width: 1180px) {
  .waterLayoutBox .btnBar .num {
    color: #fff;
  }
}
.waterLayoutBox .btnBar .num span {
  position: relative;
  order: -1;
  padding-right: 22px;
  color: #fff;
}
.waterLayoutBox .btnBar .num span::before {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
}
@media (min-width: 1181px) {
  .waterLayoutBox .arrowPrev svg, .waterLayoutBox .arrowNext svg {
    fill: #bd2020;
  }
  .waterLayoutBox .arrowPrev:hover svg, .waterLayoutBox .arrowNext:hover svg {
    fill: #fff;
  }
}
.waterLayoutBox .titleBox h3 {
  color: #fff;
}

.waterLayoutList {
  position: relative;
  z-index: 1;
}
@media (min-width: 961px) and (max-width: 1180px) {
  .waterLayoutList {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1181px) {
  .waterLayoutList li {
    padding: 0;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .waterLayoutList li {
    padding: 0 15px;
  }
}
@media (min-width: 1181px) {
  .waterLayoutList .Img {
    display: none;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .waterLayoutList .Img {
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .waterLayoutList .Img {
    margin-bottom: 20px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .waterLayoutList .Img {
    max-width: 500px;
  }
}
.waterLayoutList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.waterLayoutList h4 {
  font-size: 20px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 961px) {
  .waterLayoutList h4::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    margin-top: 25px;
    background-color: #bd2020;
  }
}
@media (min-width: 1601px) {
  .waterLayoutList .txtExp {
    padding-right: 50px;
  }
}
@media (min-width: 961px) {
  .waterLayoutList .txtExp {
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .waterLayoutList .txtExp {
    margin-top: 20px;
  }
}

.energyLayoutBox {
  position: relative;
  order: -1;
}
@media (min-width: 1181px) {
  .energyLayoutBox {
    padding: 0;
    background: url(../png/bg_style01.png) no-repeat top left;
    background-size: cover;
    overflow: hidden;
  }
}
@media (max-width: 1180px) {
  .energyLayoutBox {
    background: url(../jpg/bg_community_energy.jpg) no-repeat center left;
    background-size: cover;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .energyLayoutBox {
    padding: 70px 0;
  }
}
@media (min-width: 501px) and (max-width: 960px) {
  .energyLayoutBox {
    padding: 60px 0;
  }
}
@media (max-width: 500px) {
  .energyLayoutBox {
    padding: 45px 0;
  }
}
@media (min-width: 1181px) {
  .energyLayoutBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: url(../jpg/bg_community_energy.jpg) no-repeat center left;
    background-size: cover;
  }
}
@media (max-width: 1180px) {
  .energyLayoutBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.3);
  }
}
.energyLayoutBox > .wrap {
  position: relative;
}
@media (min-width: 1181px) {
  .energyLayoutBox > .wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1601px) {
  .energyLayoutBox > .wrap {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 1601px) {
  .energyLayoutBox > .wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: calc((100vw - 1440px) / 2);
    height: 175px;
    background-color: #de1f1f;
  }
}
@media (min-width: 1301px) {
  .energyLayoutBox > .wrap > .btnBarBox {
    width: 500px;
  }
}
@media (min-width: 1181px) and (max-width: 1300px) {
  .energyLayoutBox > .wrap > .btnBarBox {
    width: 400px;
  }
}
@media (min-width: 1601px) {
  .energyLayoutBox > .wrap > .btnBarBox {
    padding-left: 50px;
  }
}
@media (min-width: 1301px) {
  .energyLayoutBox > .wrap > .energyOuter {
    width: calc(100% - 500px);
  }
}
@media (min-width: 1181px) and (max-width: 1300px) {
  .energyLayoutBox > .wrap > .energyOuter {
    width: calc(100% - 400px);
  }
}
@media (min-width: 1181px) {
  .energyLayoutBox > .wrap > .energyOuter {
    overflow: hidden;
  }
}
.energyLayoutBox .btnBarBox {
  position: relative;
}
@media (min-width: 1801px) {
  .energyLayoutBox .btnBar {
    left: -200px;
  }
}
@media (min-width: 1701px) and (max-width: 1800px) {
  .energyLayoutBox .btnBar {
    left: -150px;
  }
}
@media (min-width: 1601px) and (max-width: 1700px) {
  .energyLayoutBox .btnBar {
    left: -100px;
  }
}
@media (min-width: 1601px) {
  .energyLayoutBox .btnBar {
    width: 430px;
  }
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .energyLayoutBox .btnBar {
    width: 300px;
  }
}
@media (min-width: 1181px) {
  .energyLayoutBox .btnBar {
    position: relative;
    margin-bottom: 40px;
  }
}
@media (max-width: 1180px) {
  .energyLayoutBox .btnBar {
    justify-content: flex-end;
  }
}
@media (min-width: 1181px) {
  .energyLayoutBox .btnBar::before {
    background-image: linear-gradient(to right, #bd2020 0%, #bd2020 40%, #341111 41%, #341111 100%);
  }
}
@media (max-width: 1180px) {
  .energyLayoutBox .btnBar::before {
    display: none;
  }
}
.energyLayoutBox .btnBar .num {
  color: #e4e4e4;
}
@media (min-width: 1181px) {
  .energyLayoutBox .btnBar .num {
    order: -1;
  }
}
@media (min-width: 1601px) and (max-width: 1700px) {
  .energyLayoutBox .btnBar .num {
    display: none;
  }
}
@media (max-width: 1600px) {
  .energyLayoutBox .btnBar .num {
    display: flex;
  }
  .energyLayoutBox .btnBar .num span {
    position: relative;
    order: -1;
    padding-right: 22px;
    color: #fff;
  }
  .energyLayoutBox .btnBar .num span::before {
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
  }
}
@media (min-width: 1181px) {
  .energyLayoutBox .arrowPrev svg, .energyLayoutBox .arrowNext svg {
    fill: #bd2020;
  }
  .energyLayoutBox .arrowPrev:hover svg, .energyLayoutBox .arrowNext:hover svg {
    fill: #fff;
  }
}
.energyLayoutBox .titleBox h3 {
  color: #fff;
}

@media (min-width: 1451px) {
  .energyLayoutList {
    width: calc((100% + 30px) / 3 * 2);
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .energyLayoutList {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .energyLayoutList {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .energyLayoutList {
    margin-top: 30px;
  }
}
@media (min-width: 1451px) {
  .energyLayoutList .slick-list {
    overflow: visible;
  }
}
@media (min-width: 1451px) {
  .energyLayoutList li {
    padding: 0 30px 0 0;
  }
}
@media (min-width: 961px) and (max-width: 1450px) {
  .energyLayoutList li {
    padding: 0 15px;
  }
}
@media (max-width: 960px) {
  .energyLayoutList li {
    padding: 0;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .energyLayoutList .Img {
    max-width: 500px;
  }
}
.energyLayoutList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 961px) {
  .energyLayoutList .Txt {
    padding: 30px 25px;
    background-color: #212121;
  }
}
@media (max-width: 960px) {
  .energyLayoutList .Txt {
    margin-top: 20px;
  }
}
.energyLayoutList h4 {
  font-size: 20px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 961px) {
  .energyLayoutList .txtExp {
    height: calc(23px * 7);
    margin-top: 15px;
  }
}
@media (max-width: 960px) {
  .energyLayoutList .txtExp {
    margin-top: 10px;
  }
}

.energyDotList {
  max-width: 230px;
}

@media (max-width: 1180px) {
  .energyDotList,
.greenDotList {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.energyDotList li,
.greenDotList li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  font-size: 13px;
  color: #d6d6d6;
  text-transform: uppercase;
  cursor: pointer;
}
.energyDotList li::before,
.greenDotList li::before {
  content: attr(data-num);
  display: inline-block;
  width: 25px;
  line-height: 12px;
  margin-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-family: Arial, "Noto Sans TC", Helvetica, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  color: #fff;
}
.energyDotList li.slick-current, .energyDotList li:hover,
.greenDotList li.slick-current,
.greenDotList li:hover {
  color: #bd2020;
}
.energyDotList li.slick-current::before, .energyDotList li:hover::before,
.greenDotList li.slick-current::before,
.greenDotList li:hover::before {
  border-right-color: rgba(189, 32, 32, 0.2);
  color: #bd2020;
}

.greenLayoutBox {
  overflow: hidden;
}
@media (min-width: 1181px) {
  .greenLayoutBox {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1180px) {
  .greenLayoutBox {
    background: url(../jpg/bg_community_green.jpg) no-repeat top right;
    background-size: cover;
  }
}
@media (min-width: 361px) and (max-width: 640px) {
  .greenLayoutBox {
    padding: 50px 30px;
  }
}
@media (max-width: 360px) {
  .greenLayoutBox {
    padding: 45px 25px;
  }
}
@media (min-width: 1181px) {
  .greenLayoutBox > .btnBarBox {
    order: 2;
    width: 50%;
    padding-top: 70px;
    padding-left: 65px;
  }
}
@media (min-width: 1601px) {
  .greenLayoutBox > .btnBarBox {
    padding-right: calc((100vw - 1440px) / 2);
  }
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .greenLayoutBox > .btnBarBox {
    padding-right: 80px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .greenLayoutBox > .btnBarBox {
    padding: 80px 50px 0;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .greenLayoutBox > .btnBarBox {
    padding: 60px 30px 0;
  }
}
@media (min-width: 1181px) {
  .greenLayoutBox > .greenLayoutList {
    width: 50%;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .greenLayoutBox > .greenLayoutList {
    padding: 0 50px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .greenLayoutBox > .greenLayoutList {
    padding: 0 30px;
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .greenLayoutBox > .greenLayoutList {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .greenLayoutBox > .greenLayoutList {
    margin-top: 30px;
  }
}
.greenLayoutBox .btnBarBox {
  position: relative;
}
@media (min-width: 1181px) {
  .greenLayoutBox .btnBarBox {
    background: url(../jpg/bg_community_green.jpg) no-repeat top right;
    background-size: cover;
  }
}
@media (min-width: 1601px) {
  .greenLayoutBox .btnBarBox::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc((100vw - 1440px) / 2);
    height: 170px;
    background-color: #1b1b1b;
  }
  .greenLayoutBox .btnBarBox::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc((100vw - 1440px) / 2);
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.greenLayoutBox .btnBar {
  position: relative;
}
@media (min-width: 1801px) {
  .greenLayoutBox .btnBar {
    width: calc(100% + 150px);
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .greenLayoutBox .btnBar {
    width: calc(100% + 100px);
  }
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .greenLayoutBox .btnBar {
    width: calc(100% + 50px);
  }
}
@media (min-width: 1181px) {
  .greenLayoutBox .btnBar {
    display: flex;
    padding-left: calc(100% - 270px);
    padding-bottom: 45px;
  }
}
@media (max-width: 1180px) {
  .greenLayoutBox .btnBar {
    justify-content: flex-end;
  }
}
@media (min-width: 1181px) {
  .greenLayoutBox .btnBar::before {
    order: 1;
  }
}
@media (max-width: 1180px) {
  .greenLayoutBox .btnBar::before {
    display: none;
  }
}
.greenLayoutBox .btnBar .num {
  display: flex;
}
@media (min-width: 1181px) {
  .greenLayoutBox .btnBar .num {
    order: 2;
  }
}
@media (min-width: 1601px) and (max-width: 1700px) {
  .greenLayoutBox .btnBar .num {
    display: none;
  }
}
.greenLayoutBox .btnBar .num span {
  position: relative;
  order: -1;
  padding-right: 22px;
  color: #fff;
}
.greenLayoutBox .btnBar .num span::before {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
}
.greenLayoutBox .titleBox h3 {
  color: #fff;
}
@media (min-width: 1501px) {
  .greenLayoutBox .certificationBox {
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #fff;
  }
}
@media (max-width: 1500px) {
  .greenLayoutBox .certificationBox {
    display: none;
  }
}
@media (min-width: 1501px) {
  .greenLayoutBox .certificationBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: -65px;
    width: 50vw;
    height: 100%;
    background-color: #fff;
  }
}

.greenLayoutList .slick-list,
.greenLayoutList .slick-track {
  height: 100%;
}
.greenLayoutList li {
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 641px) {
  .greenLayoutList li {
    display: flex !important;
    height: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .greenLayoutList li {
    min-height: 500px;
    padding: 60px 50px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .greenLayoutList li {
    padding: 50px 35px;
  }
}
@media (max-width: 640px) {
  .greenLayoutList li {
    background: transparent !important;
  }
}
.greenLayoutList .item {
  margin-top: auto;
}
@media (min-width: 851px) {
  .greenLayoutList .item {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1601px) {
  .greenLayoutList .item {
    padding-left: calc((100vw - 1440px) / 2);
  }
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .greenLayoutList .item {
    padding-left: 80px;
  }
}
@media (min-width: 1181px) {
  .greenLayoutList .item {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 70px;
  }
}
@media (min-width: 641px) {
  .greenLayoutList .Img {
    width: 190px;
  }
}
@media (min-width: 851px) {
  .greenLayoutList .Img {
    padding-top: 5px;
  }
}
@media (min-width: 1181px) and (max-width: 1300px) {
  .greenLayoutList .Img {
    width: 150px;
  }
}
@media (max-width: 850px) {
  .greenLayoutList .Img {
    margin-bottom: 20px;
  }
}
.greenLayoutList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 851px) {
  .greenLayoutList .Txt {
    width: calc(100% - 190px);
    padding-left: 20px;
  }
}
@media (min-width: 1181px) and (max-width: 1300px) {
  .greenLayoutList .Txt {
    width: calc(100% - 150px);
  }
}
.greenLayoutList h4 {
  font-size: 20px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.greenLayoutList .txtExp {
  margin-top: 8px;
  font-size: 13px;
  line-height: 20px;
}

.greenDotList {
  max-width: 400px;
  padding-bottom: 90px;
}

.editorBox.editor05 .certificationBox h3,
.greenLayoutBox .certificationBox h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.editorBox.editor05 .certificationBox .textEditor,
.greenLayoutBox .certificationBox .textEditor {
  position: relative;
  color: #585858;
}
.editorBox.editor05 .certificationBox .textEditor ul.certificationLogoList,
.greenLayoutBox .certificationBox .textEditor ul.certificationLogoList {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.certificationLogoList {
  max-width: 660px;
}
.certificationLogoList li {
  padding: 0 10px;
}
.certificationLogoList img {
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

/*****載入動畫*****/
@media (min-width: 1181px) {
  .waterLayoutBox .picCover,
.greenLayoutBox > .greenLayoutList,
.communityLayoutList > li:nth-child(even) > .item > .Img,
.editorBox.editor02 .Img {
    position: relative;
    overflow: hidden;
  }
  .waterLayoutBox .picCover::after,
.greenLayoutBox > .greenLayoutList::after,
.communityLayoutList > li:nth-child(even) > .item > .Img::after,
.editorBox.editor02 .Img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #000;
    transform: scale(0, 1);
    transform-origin: left;
  }

  .waterLayoutBox .picCover {
    position: absolute;
  }

  .waterLayoutBox .picCover::before,
.greenLayoutBox > .greenLayoutList::before,
.communityLayoutList > li:nth-child(even) > .item > .Img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background-color: #efefef;
  }

  .editorBox.editor02 img {
    opacity: 0;
  }

  .waterLayoutBox .picCover.show::after,
.greenLayoutBox > .greenLayoutList.show::after,
.communityLayoutList > li:nth-child(even) > .item > .Img.show::after,
.editorBox.editor02 .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;
  }

  .waterLayoutBox .picCover.show::before,
.greenLayoutBox > .greenLayoutList.show::before,
.communityLayoutList > li:nth-child(even) > .item > .Img.show::before {
    animation: img_mask_out 1.2s 0.2s cubic-bezier(0.97, 0.02, 0.5, 1.2) both;
  }

  .editorBox.editor02 .Img.show img {
    animation: img_in 1.2s 0.2s cubic-bezier(0.97, 0.02, 0.5, 1.2) both;
  }
}