@charset "UTF-8";
@import url('href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900');
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700);
@import url(https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap);
/*--> Default File ----------------------------------------------------------------------------*/
/* Theme Project: fenc csr 遠東新世紀 CSR
    Designed by : Vivi
    Front-End by : Evy
    Author: 百崴數位科技股份有限公司 PAVI Digital Tech. Co., Ltd.
    Author Web: www.pavi.com.tw */
/*--> a Link ----------------------------------------------------------------------------*/
/*--> btn / 背景色, 字色, 框色, 移入背景色, 移入字色, 移入框色, 圓角 ------------------*/
/*--> newAnimate / 動畫名稱、過程(秒)、次數、反轉、延遲、結束狀態 ------------------*/
/*--> scrollMove ----------------------------------------------------------------------------*/
@-webkit-keyframes scrollMove {
  0% {
    bottom: 40px; }
  100% {
    bottom: 20px; } }

@-moz-keyframes scrollMove {
  0% {
    bottom: 40px; }
  100% {
    bottom: 20px; } }

@keyframes scrollMove {
  0% {
    bottom: 40px; }
  100% {
    bottom: 20px; } }

/*--> downToUp ----------------------------------------------------------------------------*/
@-webkit-keyframes downToUp {
  0% {
    top: 200px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@-moz-keyframes downToUp {
  0% {
    top: 200px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes downToUp {
  0% {
    top: 200px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

/*--> marginRightIn50 ----------------------------------------------------------------------------*/
@-webkit-keyframes marginRightIn50 {
  0% {
    margin-right: -50%;
    opacity: 0; }
  100% {
    margin-right: 0;
    opacity: 1; } }

@-moz-keyframes marginRightIn50 {
  0% {
    margin-right: -50%;
    opacity: 0; }
  100% {
    margin-right: 0;
    opacity: 1; } }

@keyframes marginRightIn50 {
  0% {
    margin-right: -50%;
    opacity: 0; }
  100% {
    margin-right: 0;
    opacity: 1; } }

/*--> marginLeftIn50 ----------------------------------------------------------------------------*/
@-webkit-keyframes marginLeftIn50 {
  0% {
    margin-left: -50%;
    opacity: 0; }
  100% {
    margin-left: 0;
    opacity: 1; } }

@-moz-keyframes marginLeftIn50 {
  0% {
    margin-left: -50%;
    opacity: 0; }
  100% {
    margin-left: 0;
    opacity: 1; } }

@keyframes marginLeftIn50 {
  0% {
    margin-left: -50%;
    opacity: 0; }
  100% {
    margin-left: 0;
    opacity: 1; } }

/*--> rightIn50 ----------------------------------------------------------------------------*/
@-webkit-keyframes rightIn50 {
  0% {
    right: -50%;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }

@-moz-keyframes rightIn50 {
  0% {
    right: -50%;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }

@keyframes rightIn50 {
  0% {
    right: -50%;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }

/*--> rightIn70 ----------------------------------------------------------------------------*/
@-webkit-keyframes rightIn70 {
  0% {
    right: -70%;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }

@-moz-keyframes rightIn70 {
  0% {
    right: -70%;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }

@keyframes rightIn70 {
  0% {
    right: -70%;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }

/*--> leftIn50 ----------------------------------------------------------------------------*/
@-webkit-keyframes leftIn50 {
  0% {
    left: -50%;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }

@-moz-keyframes leftIn50 {
  0% {
    left: -50%;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }

@keyframes leftIn50 {
  0% {
    left: -50%;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }

/*--> leftIn70 ----------------------------------------------------------------------------*/
@-webkit-keyframes leftIn70 {
  0% {
    left: -70%;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }

@-moz-keyframes leftIn70 {
  0% {
    left: -70%;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }

@keyframes leftIn70 {
  0% {
    left: -70%;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }

/*--> infoMove ----------------------------------------------------------------------------*/
@-webkit-keyframes infoMove {
  0% {
    right: -50%; }
  100% {
    right: 0%; } }

@-moz-keyframes infoMove {
  0% {
    right: -50%; }
  100% {
    right: 0%; } }

@keyframes infoMove {
  0% {
    right: -50%; }
  100% {
    right: 0%; } }

/*--> fadeIn ----------------------------------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*--> scaleBig ----------------------------------------------------------------------------*/
@-webkit-keyframes scaleBig {
  0% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2); } }

@-moz-keyframes scaleBig {
  0% {
    -moz-transform: scale(1); }
  100% {
    -moz-transform: scale(1.2); } }

@keyframes scaleBig {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

/*--> smallToBig ----------------------------------------------------------------------------*/
@-webkit-keyframes smallToBig {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@-moz-keyframes smallToBig {
  0% {
    -moz-transform: scale(0.5);
    opacity: 0; }
  100% {
    -moz-transform: scale(1);
    opacity: 1; } }

@keyframes smallToBig {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

/*--> moveRight ----------------------------------------------------------------------------*/
@-webkit-keyframes moveRight {
  0% {
    left: 0; }
  100% {
    left: 10px; } }

@-moz-keyframes moveRight {
  0% {
    left: 0; }
  100% {
    left: 10px; } }

@keyframes moveRight {
  0% {
    left: 0; }
  100% {
    left: 10px; } }

/*--> leftToRight ----------------------------------------------------------------------------*/
@-webkit-keyframes leftToRight {
  0% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); }
  100% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%); } }

@-moz-keyframes leftToRight {
  0% {
    transform: translateX(-5%); }
  100% {
    transform: translateX(5%); } }

@keyframes leftToRight {
  0% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); }
  100% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%); } }

/*--> scrollGo ----------------------------------------------------------------------------*/
@-webkit-keyframes scrollGo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px); } }

@-moz-keyframes scrollGo {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(40px); } }

@keyframes scrollGo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px); } }

/*-----------juice----------*/
.specialBanner {
  position: relative;
  text-align: center;
  background-color: #e60213;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px; }

.specialContent h2.specialTitle {
  color: #e60213;
  font-size: 24px;
  padding-bottom: 15px;
  line-height: 30px; }

.specialSub {
  font-size: 16px;
  color: #b45a39; }

.specialPoint {
  font-size: 18px;
  padding-bottom: 5px;
  display: inline-block; }

.w-black {
  color: #000; }

.w-light-blue {
  color: #3db1c6; }

.w-green {
  color: #49913c; }

.w-orange {
  color: #dd7255; }

.w-red-b {
  color: #e60213;
  font-weight: bold;
  font-size: 20px; }

.w-red-m {
  color: #e60213;
  font-weight: bold;
  font-size: 16px; }

.specialPic {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }

.specialPicBorder {
  position: relative;
  text-align: center;
  border: #ffe1d9 solid 4px;
  border-radius: 20px;
  display: block;
  overflow: hidden;
  margin-bottom: 30px; }

.specialPicGray {
  position: relative;
  display: block;
  background: #f5f5f5;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px; }

.specialBorder {
  position: relative;
  padding: 20px;
  border: #ffe1d9 solid 4px;
  border-radius: 20px;
  display: block;
  margin-bottom: 30px; }

.specialGray {
  position: relative;
  display: block;
  background: #f5f5f5;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 30px; }

.specialGray.blue {
  background: #e6f4fd; }

.specialGray.green {
  background: #e5f7da; }

.specialGray.orange {
  background: #ffe1d9; }

/*報導2*/
.specialCo2Pic {
  display: block;
  width: 120px;
  float: left; }

.specialCo2Info {
  display: block;
  width: calc(100% - 140px);
  padding-top: 10px;
  font-size: 16px;
  float: right; }

.specialHalf {
  width: 49%;
  float: left; }

.specialHalf.fRight {
  width: 49%;
  float: right; }

@media all and (max-width: 400px) {
  .specialCo2Pic {
    float: none;
    margin: auto; }
  .specialCo2Info {
    width: 100%;
    float: none; }
  .specialHalf {
    width: 100%;
    float: none; }
  .specialHalf.fRight {
    width: 100%;
    float: none; } }

.specialSite {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.specialSiteList {
  position: relative;
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px; }

@media all and (max-width: 600px) {
  .specialSiteList {
    width: 100%; } }

.specialBrandInfo {
  position: relative;
  float: left;
  width: calc(100% - 240px); }

.specialBrandPic {
  position: relative;
  float: right;
  width: 210px;
  text-align: center; }

@media all and (max-width: 500px) {
  .specialBrandInfo {
    width: 100%; }
  .specialBrandPic {
    width: 100%; } }

.specialTrashpressoInfo {
  position: relative;
  float: left;
  width: calc(100% - 380px); }

.specialTrashpressoPic {
  position: relative;
  float: right;
  width: 360px;
  text-align: center; }

@media all and (max-width: 900px) {
  .specialTrashpressoInfo {
    float: none;
    width: 100%; }
  .specialTrashpressoPic {
    float: none;
    margin: auto; } }

.speciaReputation {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.speciaReputationList {
  width: 50%;
  text-align: right;
  border-right: #ccc solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px; }

.speciaReputationList.right {
  width: 50%;
  text-align: left;
  border: none;
  border-left: #ccc solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0px;
  padding-left: 20px;
  padding-top: 30px; }

.speciaReputationList p.imgRight {
  text-align: right; }

.speciaReputationList p.imgLeft {
  text-align: left; }

.speciaReputationList p.imgCenter {
  text-align: center; }

@media all and (max-width: 600px) {
  .speciaReputationList {
    width: 100%;
    text-align: left;
    border: none;
    border-left: #ccc solid 1px;
    padding: 0 0 30px 20px; }
  .speciaReputationList.right {
    width: 100%;
    padding: 0 0 30px 20px; }
  .speciaReputationList p.imgRight {
    text-align: left; }
  .speciaReputationList p.imgLeft {
    text-align: left; }
  .speciaReputationList p.imgCenter {
    text-align: left; } }

.specialRecycleInfo {
  position: relative;
  float: right;
  width: calc(100% - 240px); }

.specialRecyclePic {
  position: relative;
  float: left;
  width: 220px;
  text-align: center; }

@media all and (max-width: 900px) {
  .specialRecycleInfo {
    float: none;
    width: 100%; }
  .specialRecyclePic {
    float: none;
    margin: auto; } }

/*報導3*/
.specialEventInfo {
  position: relative;
  float: left;
  width: calc(100% - 150px); }

.specialEventPic {
  position: relative;
  float: right;
  width: 130px;
  text-align: center; }

@media all and (max-width: 600px) {
  .specialEventInfo {
    width: 100%; }
  .specialEventPic {
    width: 100%; } }

.specialFeaturesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.specialFeatures {
  padding: 20px;
  margin-bottom: 20px;
  border: #ffe1d9 solid 4px;
  border-radius: 20px;
  display: block;
  overflow: hidden;
  width: 32%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media all and (max-width: 600px) {
  .specialFeatures {
    width: 100%; } }

.specialSharePic {
  position: relative;
  float: left;
  width: 130px;
  text-align: center; }

.specialShareInfo {
  position: relative;
  float: right;
  width: calc(100% - 140px);
  border-left: #ddd solid 1px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media all and (max-width: 500px) {
  .specialSharePic {
    float: none;
    margin: auto; }
  .specialShareInfo {
    float: none;
    width: 100%;
    border: none;
    padding-left: 0px;
    padding-top: 10px; } }

.specialHighlightsPic {
  position: relative;
  width: 100px;
  float: left; }

.specialHighlightsPic.right {
  float: right; }

.specialHighlightsInfo {
  position: relative;
  float: right;
  width: calc(100% - 120px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  word-wrap: break-word; }

.specialHighlightsInfo.left {
  float: left;
  text-align: left; }

@media all and (max-width: 500px) {
  .specialHighlightsPic,
  .specialHighlightsPic.right {
    float: none;
    margin: auto; }
  .specialHighlightsInfo,
  .specialHighlightsInfo.left {
    float: none;
    width: 100%;
    text-align: center; } }

/*報導4*/
.specialStep {
  position: relative;
  margin-bottom: 20px;
  border: #ffe1d9 solid 4px;
  border-radius: 20px; }

.specialStep a {
  display: block;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 10px; }

.specialStepNo {
  width: 80px; }

.specialStepInfo {
  width: calc(100% - 220px); }

.specialStepPic {
  width: 120px; }

@media all and (max-width: 450px) {
  .specialStep a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .specialStepNo {
    width: 100%;
    text-align: center; }
  .specialStepInfo {
    width: 100%;
    text-align: center; }
  .specialStepPic {
    width: 100%;
    text-align: center; } }

.specialTable {
  position: relative;
  width: 100%;
  overflow-x: auto; }

/*--> Shared File ----------------------------------------------------------------------------*/
/*--> Global ----------------------------------------------------------------------------*/
body.popupOpen {
  overflow: hidden; }

.qScrollTop, .qScrollTopInside {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 99;
  opacity: 0; }

/*--> Header ----------------------------------------------------------------------------*/
.csrHeader {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  z-index: 999999;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(238, 238, 238, 0);
  box-shadow: 0px 4px 8px 0px rgba(238, 238, 238, 0);
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /*--> Menu ----------------------------------------------------------------------------*/ }
  .csrHeader nav {
    background: none; }
  .csrHeader.inside a.csr-switch {
    display: none; }
  .csrHeader.fixed, .csrHeader.inside.fixed {
    top: 0;
    -webkit-box-shadow: 0px 4px 8px 0px #eeeeee;
    box-shadow: 0px 4px 8px 0px #eeeeee; }
  .csrHeader .topArea {
    position: relative;
    width: 1155px;
    margin: 0 auto;
    text-align: right; }
    .csrHeader .topArea .logoTitle {
      position: absolute;
      top: 8px;
      left: 0;
      font-size: 18px; }
      .csrHeader .topArea .logoTitle span {
        display: inline-block;
        vertical-align: bottom;
        margin-right: 8px; }
        .csrHeader .topArea .logoTitle span:first-child {
          font-weight: 900;
          font-family: 'Caveat', cursive; }
        .csrHeader .topArea .logoTitle span:nth-child(2) {
          font-family: 'Caveat', 'Noto Sans TC', sans-serif;
          font-weight: 500; }
      .csrHeader .topArea .logoTitle a {
        color: #000; }
        .csrHeader .topArea .logoTitle a:visited {
          color: #000; }
        .csrHeader .topArea .logoTitle a:hover {
          color: #00377e; }
    .csrHeader .topArea [class^='csr-'] {
      padding: 10px 0;
      display: inline-block;
      vertical-align: top;
      margin-left: 20px; }
      .csrHeader .topArea [class^='csr-']:hover img.front {
        opacity: 0; }
      .csrHeader .topArea [class^='csr-']:hover img.back {
        opacity: 1; }
      .csrHeader .topArea [class^='csr-']:hover .text {
        color: #00377e; }
      .csrHeader .topArea [class^='csr-'] figure {
        position: relative;
        display: inline-block;
        vertical-align: top; }
      .csrHeader .topArea [class^='csr-'] img {
        display: inline-block;
        vertical-align: top;
        width: 24px;
        line-height: 0;
        height: auto;
        margin-right: 8px; }
        .csrHeader .topArea [class^='csr-'] img.front {
          opacity: 1; }
        .csrHeader .topArea [class^='csr-'] img.back {
          position: absolute;
          left: 0;
          opacity: 0; }
      .csrHeader .topArea [class^='csr-'] .text {
        display: inline-block;
        vertical-align: top;
        color: #000;
        line-height: 24px; }
  .csrHeader .sideMenuGroup {
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    overflow: auto;
    height: 0;
    -webkit-transition: all 0.3 ease-in-out;
    -o-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out; }
    .csrHeader .sideMenuGroup.menuOpen {
      opacity: 1;
      z-index: 1001;
      height: auto; }
    .csrHeader .sideMenuGroup.menuClose {
      opacity: 0;
      z-index: 0;
      height: 0; }
    .csrHeader .sideMenuGroup h4 {
      font-size: 20px;
      color: #fff;
      font-family: 'Noto Sans TC';
      font-style: italic;
      font-weight: 500;
      margin: 50px 0 20px 75px; }
      .csrHeader .sideMenuGroup h4 span {
        border-bottom: 2px solid #e00012; }
    .csrHeader .sideMenuGroup a.csr-close {
      position: absolute;
      z-index: 99;
      top: 10px;
      right: 10px;
      color: #fff;
      text-align: center;
      opacity: .8; }
      .csrHeader .sideMenuGroup a.csr-close:visited {
        color: #fff; }
        .csrHeader .sideMenuGroup a.csr-close:visited .text {
          color: #fff; }
      .csrHeader .sideMenuGroup a.csr-close:hover {
        color: #fff;
        opacity: 1; }
        .csrHeader .sideMenuGroup a.csr-close:hover .text {
          color: #fff; }
      .csrHeader .sideMenuGroup a.csr-close img {
        width: 24px;
        height: auto;
        text-align: center; }
      .csrHeader .sideMenuGroup a.csr-close .text {
        display: inline-block;
        vertical-align: top;
        line-height: 24px;
        margin-left: 10px;
        color: #fff; }
      .csrHeader .sideMenuGroup a.csr-close:visited {
        color: #a35075;
        opacity: 1; }
      .csrHeader .sideMenuGroup a.csr-close:hover {
        color: #a35075;
        opacity: 1; }
      .csrHeader .sideMenuGroup a.csr-close:before {
        position: relative;
        top: 2px;
        display: inline-block;
        line-height: 59px;
        font-size: 24px; }
  .csrHeader .csrMenu {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 995px;
    margin: 0 auto; }
    .csrHeader .csrMenu .icon-plus {
      position: relative;
      float: right;
      display: none; }
      .csrHeader .csrMenu .icon-plus:before {
        position: absolute;
        top: -2px;
        font-size: 28px;
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .csrHeader .csrMenu .icon-plus:after {
        content: '.';
        color: rgba(0, 0, 0, 0);
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px; }
    .csrHeader .csrMenu ul.textMenu {
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      margin: 0;
      padding: 0; }
      .csrHeader .csrMenu ul.textMenu > li {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0; }
        .csrHeader .csrMenu ul.textMenu > li.slide .icon-plus:before {
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .csrHeader .csrMenu ul.textMenu > li > dl {
          margin-left: 200px;
          position: relative;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3);
          padding: 10px 0; }
          .csrHeader .csrMenu ul.textMenu > li > dl:before {
            position: absolute;
            top: 15px;
            left: -20px;
            display: inline-block;
            vertical-align: middle;
            content: '.';
            color: rgba(0, 0, 0, 0);
            width: 14px;
            background: url("../images/csr_2021/sustainable/go-white.svg") left top no-repeat;
            background-size: 100% auto; }
          .csrHeader .csrMenu ul.textMenu > li > dl dd {
            display: inline-block;
            vertical-align: top; }
          .csrHeader .csrMenu ul.textMenu > li > dl a {
            color: #fff;
            display: block;
            font-size: 14px;
            opacity: 0.8; }
            .csrHeader .csrMenu ul.textMenu > li > dl a:visited {
              color: #fff; }
            .csrHeader .csrMenu ul.textMenu > li > dl a:hover {
              color: #fff; }
            .csrHeader .csrMenu ul.textMenu > li > dl a:after {
              display: inline-block;
              vertical-align: top;
              content: '/';
              margin-left: 10px;
              margin-right: 5px; }
            .csrHeader .csrMenu ul.textMenu > li > dl a:hover {
              opacity: 1; }
        .csrHeader .csrMenu ul.textMenu > li > a {
          color: #fff;
          position: absolute;
          left: 0;
          top: 0;
          display: inline-block;
          vertical-align: top;
          width: 150px;
          text-align: right;
          font-style: italic;
          opacity: 0.8;
          padding-top: 8px; }
          .csrHeader .csrMenu ul.textMenu > li > a:visited {
            color: #fff; }
          .csrHeader .csrMenu ul.textMenu > li > a:hover {
            color: #fff; }
          .csrHeader .csrMenu ul.textMenu > li > a:hover {
            opacity: 1; }
    .csrHeader .csrMenu ul.imgMenu {
      position: relative;
      padding-left: 170px;
      padding-top: 50px; }
      .csrHeader .csrMenu ul.imgMenu h4 {
        position: absolute;
        top: 0;
        left: -20px;
        display: inline-block;
        vertical-align: top; }
      .csrHeader .csrMenu ul.imgMenu li {
        list-style: none;
        display: inline-block;
        vertical-align: top; }
        .csrHeader .csrMenu ul.imgMenu li img {
          position: relative;
          top: -2px;
          width: 20px;
          height: auto;
          display: inline-block;
          vertical-align: middle;
          margin-right: 6px; }
        .csrHeader .csrMenu ul.imgMenu li a {
          color: #fff;
          display: block;
          font-size: 16px;
          opacity: 0.8;
          margin-left: 20px;
          margin-bottom: 20px; }
          .csrHeader .csrMenu ul.imgMenu li a:visited {
            color: #fff; }
          .csrHeader .csrMenu ul.imgMenu li a:hover {
            color: #fff; }
          .csrHeader .csrMenu ul.imgMenu li a:hover {
            opacity: 1; }

/*--> Page number ----------------------------------------------------------------------------*/
.pagebar {
  padding: 50px 0 80px 0;
  text-align: left;
  vertical-align: top; }
  .pagebar .areaContent {
    padding: 0 180px; }
  .pagebar a[disabled="disabled"] {
    display: none; }
  .pagebar ul {
    margin: 0 auto;
    text-align: center;
    font-weight: 600; }
    .pagebar ul li {
      display: inline-block;
      margin: 0 5px 10px 5px; }
      .pagebar ul li.linkBack, .pagebar ul li.linkNext, .pagebar ul li.linkBegin, .pagebar ul li.linkEnd {
        padding-top: 20px; }
        .pagebar ul li.linkBack img, .pagebar ul li.linkNext img, .pagebar ul li.linkBegin img, .pagebar ul li.linkEnd img {
          position: relative;
          top: 5px;
          width: 20px;
          height: auto;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .pagebar ul li.linkBack a, .pagebar ul li.linkNext a, .pagebar ul li.linkBegin a, .pagebar ul li.linkEnd a {
          border: none; }
          .pagebar ul li.linkBack a:hover, .pagebar ul li.linkNext a:hover, .pagebar ul li.linkBegin a:hover, .pagebar ul li.linkEnd a:hover {
            background: none; }
      .pagebar ul li.linkBack img, .pagebar ul li.linkBegin img {
        left: 0;
        width: 20px; }
      .pagebar ul li.linkBack a:hover img, .pagebar ul li.linkBegin a:hover img {
        left: -5px; }
      .pagebar ul li.linkNext img, .pagebar ul li.linkEnd img {
        right: 0; }
      .pagebar ul li.linkNext a:hover img, .pagebar ul li.linkEnd a:hover img {
        right: -5px; }
      .pagebar ul li a {
        text-decoration: none;
        display: inline-block;
        text-align: center;
        background: #fff;
        min-width: 32px;
        line-height: 32px;
        border: 1px solid #000;
        -webkit-border-radius: 26px;
        border-radius: 26px;
        color: #000; }
        .pagebar ul li a:hover {
          text-decoration: none;
          color: #fff;
          background: #000; }
    .pagebar ul li.press a {
      cursor: default;
      color: #fff;
      background: #000; }
      .pagebar ul li.press a:visited, .pagebar ul li.press a:hover {
        color: #fff; }
  .pagebar .total {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold; }
    .pagebar .total .num {
      margin: 0 5px; }

/*--> Not  Shared File ----------------------------------------------------------------------*/
/*--> Origin -----------------------------------------------------------------------*/
/*--> Bootstrap-select -----------------------------------------------------------------------*/
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: 0 auto -webkit-focus-ring-color !important; }

.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #fff; }

/*--> Csr -----------------------------------------------------------------------*/
.areaContent {
  position: relative;
  width: 1155px;
  margin: 0 auto;
  text-align: left;
  overflow-x: hidden; }
  .areaContent.overflowNone {
    overflow: initial; }

a.csrGoTop {
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background: #000 url("../images/csr_2021/scroll-white.svg") center center no-repeat;
  background-size: 60% auto;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  a.csrGoTop:visited {
    color: #fff; }
  a.csrGoTop:hover {
    color: #fff;
    opacity: 1; }
  a.csrGoTop.show {
    opacity: 1; }

.csrView {
  position: relative;
  font-family: Arial, "Microsoft JhengHei", "Noto Sans TC", "cwTeXMing", "cwTeXYen", "Caveat", "sans-serif";
  text-align: center;
  font-size: 16px;
  /*--> fullPage [Sustainable] ----------------------------------------------------------------------------*/
  /*--> main home [Prosperity] ----------------------------------------------------------------------------*/ }
  .csrView a {
    text-decoration: none; }
  .csrView * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .csrView .headerContent, .csrView .navContent, .csrView .footerContent {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
    font-size: 14px;
    line-height: 26px; }
    .csrView .headerContent *, .csrView .navContent *, .csrView .footerContent * {
      -webkit-box-sizing: initial;
      box-sizing: initial; }
    .csrView .headerContent .dropdown_submenu, .csrView .navContent .dropdown_submenu, .csrView .footerContent .dropdown_submenu {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .csrView .headerContent {
    background: #fff; }
  .csrView .loading {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff; }
    .csrView .loading .loadingBox {
      text-align: center;
      color: #aaa;
      margin-top: 17%;
      font-size: 14px; }
  .csrView .phoneUse {
    display: none; }
  .csrView .areaContent {
    position: relative;
    width: 1155px;
    margin: 0 auto; }
  .csrView .owl-dots {
    text-align: center; }
    .csrView .owl-dots button.owl-dot {
      width: 40px;
      height: 2px;
      margin: 0 2px;
      background: #e7e7e7;
      outline: none; }
      .csrView .owl-dots button.owl-dot:hover, .csrView .owl-dots button.owl-dot.active {
        background: #0076c1; }
  .csrView .sustainablePage .footerContent {
    text-align: left; }
  .csrView .sustainablePage .section {
    overflow: hidden; }
  .csrView .sustainablePage a.btnMore {
    background: rgba(255, 255, 255, 0);
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
    line-height: 44px;
    font-weight: 600;
    font-size: 18px; }
    .csrView .sustainablePage a.btnMore:visited, .csrView .sustainablePage a.btnMore:active, .csrView .sustainablePage a.btnMore:focus {
      color: #fff;
      text-decoration: none; }
    .csrView .sustainablePage a.btnMore:hover {
      background: #333;
      color: #fff;
      background: #00377e;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #00377e; }
  .csrView .sustainablePage a.btnLink {
    background: #fff;
    color: #00377e;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
    line-height: 44px;
    font-weight: 600;
    font-size: 18px; }
    .csrView .sustainablePage a.btnLink:visited, .csrView .sustainablePage a.btnLink:active, .csrView .sustainablePage a.btnLink:focus {
      color: #00377e;
      text-decoration: none; }
    .csrView .sustainablePage a.btnLink:hover {
      background: #333;
      color: #fff;
      background: #00377e;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #00377e; }
  .csrView .sustainableBanner {
    position: relative; }
    .csrView .sustainableBanner.animate figure {
      animation-duration: 0.8s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 0.8s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 0.8s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .sustainableBanner.animate h1 {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.3s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.3s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .sustainableBanner.animate p {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.5s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.5s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .sustainableBanner.animate .btnArea {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.8s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.8s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.8s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .sustainableBanner .areaContent {
      position: static; }
    .csrView .sustainableBanner figure {
      opacity: 0;
      line-height: 0; }
      .csrView .sustainableBanner figure img {
        width: 100%; }
    .csrView .sustainableBanner .csrVideo {
      position: absolute;
      top: 50%;
      right: 7%;
      width: 45%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .csrView .sustainableBanner .sustainableTitle {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 30%;
      text-align: center;
      color: #333; }
      .csrView .sustainableBanner .sustainableTitle h1 {
        font-size: 30px;
        line-height: 1.6em;
        margin-bottom: 20px;
        font-family: 'Noto Sans TC';
        font-weight: 600;
        opacity: 0; }
      .csrView .sustainableBanner .sustainableTitle p {
        font-size: 20px;
        line-height: 1.6em;
        font-family: 'Noto Sans TC';
        opacity: 0; }
    .csrView .sustainableBanner .btnArea {
      margin-top: 20px;
      opacity: 0; }
      .csrView .sustainableBanner .btnArea a {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        line-height: 1.5em;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .csrView .sustainableBanner .btnArea a + a {
          margin-left: 60px; }
        .csrView .sustainableBanner .btnArea a:visited span {
          color: #333; }
        .csrView .sustainableBanner .btnArea a:hover figure {
          background: #fff; }
        .csrView .sustainableBanner .btnArea a:hover span {
          font-weight: bold; }
        .csrView .sustainableBanner .btnArea a figure {
          width: 80px;
          height: 80px;
          margin: 0 auto;
          border-radius: 50%;
          background: #e8d8d3;
          margin-bottom: 5px;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .csrView .sustainableBanner .btnArea a figure img {
            position: relative;
            top: 15px;
            width: 50px;
            line-height: 0; }
        .csrView .sustainableBanner .btnArea a span {
          color: #333;
          font-size: 18px; }
  .csrView .sustainableMain {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center; }
    .csrView .sustainableMain.animate h2 {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.5s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.5s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .sustainableMain.animate p {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.8s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.8s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.8s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .sustainableMain.animate .sustainableLink {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 1s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 1s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 1s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .sustainableMain.animate + .csr-scroll img {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 1.2s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 1.2s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 1.2s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .sustainableMain + .csr-scroll {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 20px;
      animation-duration: 1.2s;
      animation-name: scrollMove;
      animation-iteration-count: infinite;
      animation-direction: alternate;
      animation-delay: 0s;
      animation-fill-mode: none;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: scrollMove;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: none;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: scrollMove;
      -moz-animation-iteration-count: infinite;
      -moz-animation-direction: alternate;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: none;
      -moz-animation-timing-function: ease; }
      .csrView .sustainableMain + .csr-scroll img {
        width: 40px;
        opacity: 0; }
    .csrView .sustainableMain h2 {
      font-size: 30px;
      line-height: 1.6em;
      margin-bottom: 20px;
      font-family: 'Noto Sans TC';
      font-weight: 600;
      opacity: 0; }
    .csrView .sustainableMain p {
      font-size: 22px;
      line-height: 1.6em;
      font-family: 'Noto Sans TC';
      max-width: 70%;
      margin: 0 auto;
      opacity: 0; }
  .csrView .sustainableLink {
    opacity: 0; }
  .csrView ul.sustainLinkList {
    display: inline-block;
    vertical-align: top;
    margin: 20px auto 0 auto; }
    .csrView ul.sustainLinkList li {
      display: inline-block;
      vertical-align: top;
      margin: 0px 10px 10px 10px;
      text-align: center; }
      .csrView ul.sustainLinkList li:hover a, .csrView ul.sustainLinkList li:hover a:visited {
        font-weight: bold; }
      .csrView ul.sustainLinkList li:hover figure span.front {
        opacity: 0; }
      .csrView ul.sustainLinkList li:hover figure span.back {
        opacity: 1; }
      .csrView ul.sustainLinkList li a {
        color: #000;
        display: block; }
        .csrView ul.sustainLinkList li a:visited {
          color: #000; }
        .csrView ul.sustainLinkList li a:hover {
          color: #000; }
      .csrView ul.sustainLinkList li figure {
        margin: 0 auto; }
        .csrView ul.sustainLinkList li figure + a {
          margin-top: 5px; }
        .csrView ul.sustainLinkList li figure a {
          position: relative;
          display: block;
          margin: 0 auto;
          width: 90px;
          height: 90px; }
        .csrView ul.sustainLinkList li figure span {
          display: block;
          width: 90px;
          height: 90px;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .csrView ul.sustainLinkList li figure span.front {
            background: url("../images/csr_2021/sustainable/feature_icons_bg.png") left top no-repeat;
            background-size: 100% auto;
            display: block;
            opacity: 1; }
          .csrView ul.sustainLinkList li figure span.back {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2;
            background: url("../images/csr_2021/sustainable/feature_icons_bg.png") left 100% no-repeat;
            background-size: 100% auto;
            opacity: 0; }
          .csrView ul.sustainLinkList li figure span img {
            position: relative;
            z-index: 1;
            top: 23px;
            width: 50%;
            margin: 0 auto; }
  .csrView .sustainableFeature {
    position: relative;
    height: 100%; }
    .csrView .sustainableFeature.animate.picLeft .sustainablePic {
      animation-duration: 1.2s;
      animation-name: leftIn50;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: leftIn50;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: leftIn50;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .sustainableFeature.animate.picLeft .textGroup {
      animation-duration: 1.2s;
      animation-name: rightIn50;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: rightIn50;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: rightIn50;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .sustainableFeature.animate.picRight .sustainablePic {
      animation-duration: 1.2s;
      animation-name: rightIn50;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: rightIn50;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: rightIn50;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .sustainableFeature.animate.picRight .textGroup {
      animation-duration: 1.2s;
      animation-name: leftIn50;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: leftIn50;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: leftIn50;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .sustainableFeature.picLeft .areaContent:before {
      left: auto;
      right: 0; }
    .csrView .sustainableFeature.picLeft .areaContent:after {
      left: auto;
      right: 0; }
    .csrView .sustainableFeature.picLeft .textGroup {
      margin-left: 50%;
      opacity: 0; }
      .csrView .sustainableFeature.picLeft .textGroup .sdgs {
        text-align: left; }
    .csrView .sustainableFeature.picLeft .sustainablePic {
      right: auto;
      left: -50%;
      opacity: 0; }
    .csrView .sustainableFeature.picRight .sustainablePic {
      right: -50%;
      opacity: 0; }
    .csrView .sustainableFeature.picRight .textGroup {
      opacity: 0; }
    .csrView .sustainableFeature .areaContent {
      position: static;
      overflow: initial; }
      .csrView .sustainableFeature .areaContent:before {
        position: absolute;
        z-index: 1;
        top: 7%;
        left: 0;
        content: '.';
        color: rgba(0, 0, 0, 0);
        background: #fff;
        width: 55%;
        height: 86%; }
      .csrView .sustainableFeature .areaContent:after {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        content: '.';
        color: rgba(0, 0, 0, 0);
        border-top: 1px solid #000;
        width: 55%;
        height: 3%; }
    .csrView .sustainableFeature .textGroup {
      position: relative;
      z-index: 5;
      width: 50%;
      padding-top: 10%; }
      .csrView .sustainableFeature .textGroup h3 {
        font-size: 32px;
        line-height: 1.4em;
        font-family: 'Noto Sans TC';
        font-weight: 600; }
      .csrView .sustainableFeature .textGroup h4 {
        font-family: 'Patrick Hand', cursive;
        font-weight: 700;
        font-size: 42px;
        line-height: .85em;
        color: #d8d8d6;
        margin-bottom: 10px; }
        .csrView .sustainableFeature .textGroup h4 .mark {
          color: #000;
          background: none;
          padding: 0; }
          .csrView .sustainableFeature .textGroup h4 .mark.color1 {
            color: #289ac2; }
          .csrView .sustainableFeature .textGroup h4 .mark.color2 {
            color: #ce8dd4; }
          .csrView .sustainableFeature .textGroup h4 .mark.color3 {
            color: #64ad48; }
          .csrView .sustainableFeature .textGroup h4 .mark.color4 {
            color: #e79834; }
      .csrView .sustainableFeature .textGroup p {
        font-size: 18px;
        line-height: 1.6em; }
      .csrView .sustainableFeature .textGroup .sdgs {
        display: block;
        font-size: 18px;
        text-align: right;
        line-height: 38px; }
        .csrView .sustainableFeature .textGroup .sdgs:before {
          content: '.';
          color: rgba(0, 0, 0, 0);
          display: inline-block;
          vertical-align: middle;
          width: 38px;
          height: 38px;
          background: url(../images/csr_2021/color-ring.png) left top no-repeat;
          background-size: 100% auto;
          margin-right: 10px; }
      .csrView .sustainableFeature .textGroup ul.focusList {
        font-size: 18px;
        margin-top: 5px;
        padding: 15px 0;
        -webkit-border-radius: 10px;
        border-radius: 10px; }
        .csrView .sustainableFeature .textGroup ul.focusList li {
          position: relative;
          list-style: none; }
          .csrView .sustainableFeature .textGroup ul.focusList li a {
            color: #000;
            display: inline-block;
            vertical-align: top;
            position: relative;
            line-height: 30px;
            padding: 0 12px 0 40px;
            border: 1px solid #fff;
            -webkit-border-radius: 8px;
            border-radius: 8px; }
            .csrView .sustainableFeature .textGroup ul.focusList li a:visited {
              color: #000; }
            .csrView .sustainableFeature .textGroup ul.focusList li a:hover {
              color: #000; }
            .csrView .sustainableFeature .textGroup ul.focusList li a:before {
              position: absolute;
              top: 5px;
              left: 0px;
              margin-left: 10px;
              display: inline-block;
              vertical-align: middle;
              content: '.';
              color: rgba(0, 0, 0, 0);
              width: 18px;
              background: url("../images/csr_2021/sustainable/go.svg") left top no-repeat;
              background-size: 100% auto; }
            .csrView .sustainableFeature .textGroup ul.focusList li a:hover {
              border: 1px solid #000; }
              .csrView .sustainableFeature .textGroup ul.focusList li a:hover:before {
                animation-duration: 0.5s;
                animation-name: moveRight;
                animation-iteration-count: infinite;
                animation-direction: alternate;
                animation-delay: 0s;
                animation-fill-mode: none;
                animation-timing-function: ease;
                -webkit-animation-duration: 0.5s;
                -webkit-animation-name: moveRight;
                -webkit-animation-iteration-count: infinite;
                -webkit-animation-direction: alternate;
                -webkit-animation-delay: 0s;
                -webkit-animation-fill-mode: none;
                -webkit-animation-timing-function: ease;
                -moz-animation-duration: 0.5s;
                -moz-animation-name: moveRight;
                -moz-animation-iteration-count: infinite;
                -moz-animation-direction: alternate;
                -moz-animation-delay: 0s;
                -moz-animation-fill-mode: none;
                -moz-animation-timing-function: ease; }
    .csrView .sustainableFeature .sustainablePic {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 45%;
      line-height: 0; }
      .csrView .sustainableFeature .sustainablePic img {
        width: 100%;
        line-height: 0; }
  .csrView .sustainableNews {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: url(../images/csr_2021/sustainable/sky_bg.png) left top no-repeat;
    background-size: cover;
    color: #fff; }
    .csrView .sustainableNews .areaContent {
      position: absolute;
      width: 100%;
      max-width: 1155px;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    .csrView .sustainableNews.animate .sustainNews {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.2s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.2s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.2s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .sustainableNews.animate .sustainHonor {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.8s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.8s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.8s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .sustainableNews:before {
      position: absolute;
      z-index: 1;
      top: 0;
      content: '.';
      color: rgba(0, 0, 0, 0);
      position: absolute;
      top: -50%;
      right: -32%;
      width: 100%;
      height: 200%;
      background: #fff;
      -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      transform: rotate(20deg);
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom; }
    .csrView .sustainableNews * {
      position: relative;
      z-index: 5; }
    .csrView .sustainableNews h5 {
      font-size: 30px;
      font-family: 'Noto Sans TC';
      font-weight: 600;
      line-height: 1.6em;
      text-align: center; }
    .csrView .sustainableNews p {
      font-size: 18px;
      text-align: center;
      margin: 10px 0 50px 0; }
  .csrView .sustainNews {
    display: inline-block;
    vertical-align: top;
    width: 43%;
    text-align: center;
    opacity: 0; }
  .csrView ul.sustainNewsList {
    margin: 40px 0;
    text-align: left; }
    .csrView ul.sustainNewsList li {
      list-style: none;
      padding: 15px 8px 5px 8px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      min-height: 65px; }
      .csrView ul.sustainNewsList li a {
        color: #fff;
        position: relative; }
        .csrView ul.sustainNewsList li a:visited {
          color: #fff; }
        .csrView ul.sustainNewsList li a:hover {
          color: #fff; }
        .csrView ul.sustainNewsList li a .text {
          opacity: 0.8; }
        .csrView ul.sustainNewsList li a:hover .text {
          opacity: 1; }
      .csrView ul.sustainNewsList li time {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        vertical-align: top;
        background: #144368;
        color: #fff;
        text-align: center;
        padding: 10px 2px;
        min-width: 60px;
        margin-right: 20px; }
        .csrView ul.sustainNewsList li time .day {
          display: block;
          font-size: 26px;
          line-height: 1.2em; }
        .csrView ul.sustainNewsList li time .month {
          display: block;
          font-size: 14px;
          line-height: 1em; }
      .csrView ul.sustainNewsList li .text {
        display: block;
        font-size: 18px;
        margin-left: 80px;
        height: 78px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
  .csrView .sustainHonor {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    opacity: 0;
    text-align: center; }
    .csrView .sustainHonor a.btnMore {
      background: rgba(255, 255, 255, 0);
      color: #000;
      border: 1px solid #000;
      display: inline-block;
      vertical-align: top;
      -webkit-border-radius: 24px;
      border-radius: 24px;
      display: inline-block;
      vertical-align: top;
      padding: 0 50px;
      line-height: 44px;
      font-weight: 600;
      font-size: 18px; }
      .csrView .sustainHonor a.btnMore:visited, .csrView .sustainHonor a.btnMore:active, .csrView .sustainHonor a.btnMore:focus {
        color: #000;
        text-decoration: none; }
      .csrView .sustainHonor a.btnMore:hover {
        background: #333;
        color: #fff;
        background: #00377e;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #00377e; }
    .csrView .sustainHonor h5, .csrView .sustainHonor p {
      color: #000; }
    .csrView .sustainHonor .honorSlide.owl-carousel {
      background: none;
      z-index: 5;
      overflow: hidden;
      margin-bottom: 25px; }
      .csrView .sustainHonor .honorSlide.owl-carousel .item {
        position: relative; }
        .csrView .sustainHonor .honorSlide.owl-carousel .item:hover a {
          opacity: 1; }
        .csrView .sustainHonor .honorSlide.owl-carousel .item img {
          position: relative;
          z-index: 1;
          max-width: 100%; }
        .csrView .sustainHonor .honorSlide.owl-carousel .item a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 5;
          background: rgba(0, 0, 0, 0.7);
          opacity: 0; }
          .csrView .sustainHonor .honorSlide.owl-carousel .item a .text {
            position: absolute;
            top: 50%;
            left: 5%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 90%;
            text-align: center;
            color: #fff; }
  .csrView .sustainableIconLink {
    position: relative;
    z-index: 5;
    background: url("../images/csr_2021/sustainable/icon_bg.png") right top no-repeat;
    background-size: cover;
    opacity: 0; }
    .csrView .sustainableIconLink.animate {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.2s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.2s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.2s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .sustainableIconLink .iconSlide.owl-carousel {
      padding: 8% 0;
      background: none; }
      .csrView .sustainableIconLink .iconSlide.owl-carousel .item {
        text-align: center; }
        .csrView .sustainableIconLink .iconSlide.owl-carousel .item:hover a, .csrView .sustainableIconLink .iconSlide.owl-carousel .item:hover a:visited {
          font-weight: bold; }
        .csrView .sustainableIconLink .iconSlide.owl-carousel .item:hover figure span.front {
          opacity: 0; }
        .csrView .sustainableIconLink .iconSlide.owl-carousel .item:hover figure span.back {
          opacity: 1; }
        .csrView .sustainableIconLink .iconSlide.owl-carousel .item a {
          color: #000;
          display: block; }
          .csrView .sustainableIconLink .iconSlide.owl-carousel .item a:visited {
            color: #000; }
          .csrView .sustainableIconLink .iconSlide.owl-carousel .item a:hover {
            color: #000; }
        .csrView .sustainableIconLink .iconSlide.owl-carousel .item figure {
          margin: 0 auto; }
          .csrView .sustainableIconLink .iconSlide.owl-carousel .item figure + a {
            margin-top: 20px; }
          .csrView .sustainableIconLink .iconSlide.owl-carousel .item figure a {
            position: relative;
            display: block;
            margin: 0 auto;
            width: 90px;
            height: 90px; }
          .csrView .sustainableIconLink .iconSlide.owl-carousel .item figure span {
            display: block;
            width: 90px;
            height: 90px;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .csrView .sustainableIconLink .iconSlide.owl-carousel .item figure span.front {
              background: url("../images/csr_2021/sustainable/icons_bg.png") left top no-repeat;
              background-size: 100% auto;
              display: block;
              opacity: 1; }
            .csrView .sustainableIconLink .iconSlide.owl-carousel .item figure span.back {
              position: absolute;
              left: 0;
              top: 0;
              z-index: 2;
              background: url("../images/csr_2021/sustainable/icons_bg.png") left 100% no-repeat;
              background-size: 100% auto;
              opacity: 0; }
            .csrView .sustainableIconLink .iconSlide.owl-carousel .item figure span img {
              position: relative;
              z-index: 1;
              top: 23px;
              width: 50%;
              margin: 0 auto; }
  .csrView .sustainableContact {
    position: relative;
    overflow: hidden;
    opacity: 0; }
    .csrView .sustainableContact.animate {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .sustainableContact .areaContent {
      height: 100%;
      overflow-x: initial; }
    .csrView .sustainableContact .textArea {
      position: absolute;
      margin-top: 12%;
      width: 100%;
      z-index: 5;
      color: #fff; }
      .csrView .sustainableContact .textArea h6 {
        font-size: 22px;
        line-height: 1.6em; }
      .csrView .sustainableContact .textArea .btnArea {
        position: absolute;
        top: 0;
        right: 0; }
        .csrView .sustainableContact .textArea .btnArea .btnMore {
          background: rgba(255, 255, 255, 0);
          color: #fff;
          border: 1px solid #fff;
          display: inline-block;
          vertical-align: top;
          -webkit-border-radius: 25px;
          border-radius: 25px;
          padding: 0 50px;
          line-height: 44px; }
          .csrView .sustainableContact .textArea .btnArea .btnMore:visited, .csrView .sustainableContact .textArea .btnArea .btnMore:active, .csrView .sustainableContact .textArea .btnArea .btnMore:focus {
            color: #fff;
            text-decoration: none; }
          .csrView .sustainableContact .textArea .btnArea .btnMore:hover {
            background: #333;
            color: #00377e;
            background: #fff;
            text-decoration: none;
            cursor: pointer;
            border: 1px solid #fff; }
          .csrView .sustainableContact .textArea .btnArea .btnMore + .btnMore {
            margin-left: 30px; }
    .csrView .sustainableContact figure {
      position: relative;
      z-index: 1;
      overflow: hidden;
      line-height: 0; }
      .csrView .sustainableContact figure img {
        width: 130%; }
  .csrView .endCut {
    padding-top: 7%; }
  .csrView .prosperityPage h1 {
    font-family: 'cwTeXYen', 'Microsoft JhengHei', sans-serif; }
  .csrView .prosperityPage h2 {
    font-family: 'cwTeXYen', 'Microsoft JhengHei', sans-serif;
    font-size: 36px;
    margin: 40px auto;
    text-align: center; }
  .csrView .prosperityPage .pcBlock {
    display: block; }
  .csrView .prosperityPage .waveImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    line-height: 0; }
    .csrView .prosperityPage .waveImg img {
      width: 100%;
      line-height: 0; }
  .csrView .prosperityPage a.btnMore {
    background: rgba(255, 255, 255, 0);
    color: #333;
    border: 1px solid #333;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 80px 0 20px;
    line-height: 36px; }
    .csrView .prosperityPage a.btnMore:visited, .csrView .prosperityPage a.btnMore:active, .csrView .prosperityPage a.btnMore:focus {
      color: #333;
      text-decoration: none; }
    .csrView .prosperityPage a.btnMore:hover {
      background: #333;
      color: #fff;
      background: #a35075;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #a35075; }
    .csrView .prosperityPage a.btnMore:hover .arrow {
      right: 15px; }
      .csrView .prosperityPage a.btnMore:hover .arrow::before {
        background-position: 0 100%; }
    .csrView .prosperityPage a.btnMore .arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 20px;
      padding: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .csrView .prosperityPage a.btnMore .arrow::before {
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        width: 40px;
        height: 10px;
        background: url(../images/csr_2023/more_arrow_long_white.png) left top no-repeat;
        background-size: 100%; }
  .csrView .prosperityPage a.btnLink, .csrView .prosperityPage .btnLink {
    color: #000;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px 0 0;
    line-height: 1.4em; }
    .csrView .prosperityPage a.btnLink:visited, .csrView .prosperityPage .btnLink:visited {
      color: #000; }
    .csrView .prosperityPage a.btnLink:hover, .csrView .prosperityPage .btnLink:hover {
      color: #a35075; }
    .csrView .prosperityPage a.btnLink:hover .arrow, .csrView .prosperityPage .btnLink:hover .arrow {
      right: 15px; }
      .csrView .prosperityPage a.btnLink:hover .arrow::before, .csrView .prosperityPage .btnLink:hover .arrow::before {
        background-position: 0 100%; }
    .csrView .prosperityPage a.btnLink .arrow, .csrView .prosperityPage .btnLink .arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 20px;
      padding: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .csrView .prosperityPage a.btnLink .arrow::before, .csrView .prosperityPage .btnLink .arrow::before {
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        width: 20px;
        height: 7px;
        background: url(../images/csr_2023/more_arrow_small.png) left top no-repeat;
        background-size: 100%; }
  .csrView .prosperityBanner {
    position: relative;
    overflow: hidden; }
    .csrView .prosperityBanner.animate figure {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityBanner.animate .prosperityTitle h1 {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.5s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.5s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityBanner.animate .prosperityTitle p {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.8s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.8s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.8s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityBanner.animate .prosperityTitle .prosperityLinkArea {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 1.2s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 1.2s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 1.2s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityBanner.animate .prosperityTitle .btnArea {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 1.8s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 1.8s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 1.8s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityBanner .waveImg {
      top: auto;
      bottom: -2px; }
    .csrView .prosperityBanner .areaContent {
      position: static;
      line-height: 0; }
    .csrView .prosperityBanner figure {
      opacity: 0;
      line-height: 0; }
      .csrView .prosperityBanner figure img {
        width: 100%; }
    .csrView .prosperityBanner .prosperityTitle {
      position: absolute;
      right: 5%;
      top: 45%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 50%;
      text-align: center;
      color: #fff; }
      .csrView .prosperityBanner .prosperityTitle h1 {
        font-size: 36px;
        line-height: 1.4em;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 900;
        opacity: 0; }
      .csrView .prosperityBanner .prosperityTitle p {
        font-family: 'cwTeXYen', 'Microsoft JhengHei', sans-serif;
        font-size: 22px;
        line-height: 1.4em;
        font-weight: bold;
        margin-bottom: 5px;
        opacity: 0; }
    .csrView .prosperityBanner .prosperityLinkArea {
      margin: 0;
      opacity: 0; }
    .csrView .prosperityBanner ul.prosperityLink {
      margin: 60px 0 0 0; }
      .csrView .prosperityBanner ul.prosperityLink li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin: 0 10px 10px 10px;
        -webkit-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out; }
        .csrView .prosperityBanner ul.prosperityLink li + a {
          margin-left: 60px; }
        .csrView .prosperityBanner ul.prosperityLink li:visited span {
          color: #fff; }
        .csrView .prosperityBanner ul.prosperityLink li:hover figure.front {
          opacity: 0; }
        .csrView .prosperityBanner ul.prosperityLink li:hover figure.back {
          display: block; }
        .csrView .prosperityBanner ul.prosperityLink li:hover span {
          font-weight: bold; }
        .csrView .prosperityBanner ul.prosperityLink li span {
          display: block;
          margin-top: 5px;
          color: #fff;
          line-height: 1.4em; }
        .csrView .prosperityBanner ul.prosperityLink li figure {
          width: 80px;
          height: 80px;
          margin: 0 auto;
          border-radius: 50%;
          border: 1px solid #fff;
          margin-bottom: 5px; }
          .csrView .prosperityBanner ul.prosperityLink li figure.front {
            opacity: 1; }
          .csrView .prosperityBanner ul.prosperityLink li figure.back {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 80px;
            height: 80px;
            background: #e00012;
            border: 1px solid #e00012;
            display: none; }
          .csrView .prosperityBanner ul.prosperityLink li figure img {
            position: relative;
            top: 17px;
            width: 46px;
            line-height: 0; }
    .csrView .prosperityBanner .btnArea {
      display: inline-block;
      vertical-align: top;
      padding: 15px 0 0 0;
      border-top: 2px dotted #000;
      opacity: 0; }
      .csrView .prosperityBanner .btnArea a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        min-width: 110px;
        -webkit-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out; }
        .csrView .prosperityBanner .btnArea a:first-child figure img {
          top: 20px;
          width: 38px; }
        .csrView .prosperityBanner .btnArea a + a {
          margin-left: 10px; }
        .csrView .prosperityBanner .btnArea a:visited span {
          color: #333; }
        .csrView .prosperityBanner .btnArea a:hover figure.front {
          opacity: 0; }
        .csrView .prosperityBanner .btnArea a:hover figure.back {
          display: block; }
        .csrView .prosperityBanner .btnArea a:hover span {
          font-weight: bold; }
        .csrView .prosperityBanner .btnArea a span {
          display: block;
          margin-top: 5px;
          color: #333;
          font-size: 14px;
          line-height: 1.4em; }
      .csrView .prosperityBanner .btnArea figure {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border-radius: 50%;
        border: 1px solid #000;
        margin-bottom: 5px; }
        .csrView .prosperityBanner .btnArea figure.front {
          opacity: 1; }
        .csrView .prosperityBanner .btnArea figure.back {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 80px;
          height: 80px;
          background: #00377e;
          border: 1px solid #00377e;
          display: none; }
        .csrView .prosperityBanner .btnArea figure img {
          position: relative;
          top: 17px;
          width: 46px;
          line-height: 0; }
  .csrView .prosperityFeature {
    position: relative;
    height: 100%;
    text-align: left; }
    .csrView .prosperityFeature.animate .prosperityPic {
      animation-duration: 1.2s;
      animation-name: downToUp;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: downToUp;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: downToUp;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityFeature.animate .textGroup h4 {
      animation-duration: 1.2s;
      animation-name: smallToBig;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.2s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: smallToBig;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.2s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: smallToBig;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.2s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityFeature.animate .textGroup h3 {
      animation-duration: 1.2s;
      animation-name: smallToBig;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: smallToBig;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.5s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: smallToBig;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.5s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityFeature.animate .textGroup p {
      animation-duration: 1.2s;
      animation-name: smallToBig;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.8s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: smallToBig;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.8s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: smallToBig;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.8s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityFeature.animate .textGroup .btnArea {
      animation-duration: 1.2s;
      animation-name: smallToBig;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 1.2s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: smallToBig;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 1.2s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: smallToBig;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 1.2s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityFeature.picRight {
      text-align: right; }
      .csrView .prosperityFeature.picRight .textGroup {
        left: 5%;
        right: auto; }
    .csrView .prosperityFeature.picLeft {
      background: #f5f2f2; }
    .csrView .prosperityFeature:nth-child(4) .textGroup {
      -webkit-transform: translateY(-15%);
      -ms-transform: translateY(-15%);
      transform: translateY(-15%); }
    .csrView .prosperityFeature.picFull .prosperityPic {
      display: block;
      width: auto;
      opacity: 0; }
    .csrView .prosperityFeature.picFull .textGroup {
      width: 100%;
      right: 0; }
      .csrView .prosperityFeature.picFull .textGroup h3 {
        -webkit-box-shadow: 0px 1px #fff;
        box-shadow: 0px 1px #fff; }
      .csrView .prosperityFeature.picFull .textGroup h3, .csrView .prosperityFeature.picFull .textGroup h4 {
        text-shadow: -1px -1px #fff, 0 2px 2px rgba(255, 255, 255, 0.7), 1px 1px #fff, 1px -2px 2px rgba(255, 255, 255, 0.7), -1px 2px 2px rgba(255, 255, 255, 0.7); }
      .csrView .prosperityFeature.picFull .textGroup p {
        max-width: 700px;
        margin: 0 auto;
        text-shadow: -1px -1px #fff, 0 2px 2px rgba(255, 255, 255, 0.7), 1px 1px #fff, 1px -2px 2px rgba(255, 255, 255, 0.7), -1px 2px 2px rgba(255, 255, 255, 0.7); }
      .csrView .prosperityFeature.picFull .textGroup .btnArea {
        margin-top: 20px; }
    .csrView .prosperityFeature .areaContent {
      position: static; }
    .csrView .prosperityFeature .textGroup {
      position: absolute;
      z-index: 8;
      top: 50%;
      right: 5%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 40%;
      text-align: center; }
      .csrView .prosperityFeature .textGroup h3 {
        font-size: 42px;
        line-height: 1.3em;
        margin-bottom: 30px;
        font-family: 'cwTeXYen', sans-serif;
        font-weight: 600;
        display: inline-block;
        vertical-align: top;
        padding: 0 5px;
        min-width: 120px;
        border-bottom: 1px solid #000;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0; }
      .csrView .prosperityFeature .textGroup h4 {
        font-family: 'Caveat', cursive;
        font-weight: 700;
        font-size: 24px;
        line-height: 1.4em;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0; }
      .csrView .prosperityFeature .textGroup p {
        font-size: 18px;
        margin-bottom: 50px;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0; }
      .csrView .prosperityFeature .textGroup .btnArea {
        display: inline-block;
        vertical-align: top;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0; }
      .csrView .prosperityFeature .textGroup a.btnMore:hover {
        background: #e00012;
        border: 1px solid #e00012;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    .csrView .prosperityFeature .prosperityPic {
      position: relative;
      z-index: 5;
      width: 50%;
      display: inline-block;
      vertical-align: top;
      line-height: 0;
      opacity: 0; }
      .csrView .prosperityFeature .prosperityPic img {
        width: 100%;
        line-height: 0; }
  .csrView .prosperityNews {
    padding: 60px 0; }
    .csrView .prosperityNews.animate h2 {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityNews.animate ul.prosperityNewsList {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.5s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.5s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityNews.animate a.btnLink {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.9s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.9s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.9s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityNews .areaContent {
      text-align: center;
      overflow: hidden; }
    .csrView .prosperityNews h2 {
      opacity: 0; }
    .csrView .prosperityNews a.btnLink {
      opacity: 0; }
  .csrView ul.prosperityNewsList {
    margin: 10px 0 40px 0;
    text-align: right;
    opacity: 0; }
    .csrView ul.prosperityNewsList li {
      list-style: none;
      padding: 15px 8px 5px 8px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      min-height: 65px;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      width: 46%;
      margin-left: 2%; }
      .csrView ul.prosperityNewsList li:hover time {
        border: 1px solid #e00012;
        background: #e00012;
        color: #fff; }
      .csrView ul.prosperityNewsList li a {
        color: #000;
        position: relative; }
        .csrView ul.prosperityNewsList li a:visited {
          color: #000; }
        .csrView ul.prosperityNewsList li a:hover {
          color: #e00012; }
        .csrView ul.prosperityNewsList li a .text {
          opacity: 0.8; }
        .csrView ul.prosperityNewsList li a:hover .text {
          opacity: 1;
          font-weight: bold; }
      .csrView ul.prosperityNewsList li time {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        vertical-align: top;
        color: #000;
        text-align: center;
        width: 60px;
        height: 60px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #000;
        margin-right: 20px; }
        .csrView ul.prosperityNewsList li time .day {
          display: block;
          font-size: 26px;
          line-height: 1em;
          margin-top: 10px; }
        .csrView ul.prosperityNewsList li time .month {
          display: block;
          font-size: 12px;
          line-height: 1em; }
      .csrView ul.prosperityNewsList li .text {
        display: block;
        font-size: 18px;
        margin: 6px 0 0 90px;
        height: 52px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
  .csrView .prosperityIconContact {
    position: relative;
    color: #fff; }
    .csrView .prosperityIconContact.animate .mainBG {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityIconContact.animate .prosperityContact {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.5s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.5s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityIconContact.animate .prosperityIconLink {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.9s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.9s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.9s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityIconContact .areaContent {
      position: absolute;
      z-index: 5;
      top: 60%;
      left: 50%;
      text-align: right;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    .csrView .prosperityIconContact .mainBG {
      position: relative;
      z-index: 1;
      line-height: 0;
      opacity: 0; }
      .csrView .prosperityIconContact .mainBG img {
        width: 100%; }
  .csrView .prosperityHonor {
    position: relative;
    padding-top: 10%;
    text-align: center;
    background: #f6f3f3; }
    .csrView .prosperityHonor a.btnLink {
      margin-bottom: 50px; }
    .csrView .prosperityHonor.animate h2 {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityHonor.animate p {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.5s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.5s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityHonor.animate .honorSlide {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.9s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.9s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.9s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityHonor h2 {
      opacity: 0;
      margin: 0; }
    .csrView .prosperityHonor p {
      color: #1c6b85;
      font-size: 18px;
      text-align: center;
      margin-bottom: 40px;
      opacity: 0; }
    .csrView .prosperityHonor .honorSlide.owl-carousel {
      display: block;
      background: none;
      z-index: 5;
      overflow: hidden;
      opacity: 0; }
      .csrView .prosperityHonor .honorSlide.owl-carousel .owl-dots {
        line-height: 0;
        margin-top: 40px; }
      .csrView .prosperityHonor .honorSlide.owl-carousel .item {
        position: relative; }
        .csrView .prosperityHonor .honorSlide.owl-carousel .item:hover a {
          opacity: 1; }
        .csrView .prosperityHonor .honorSlide.owl-carousel .item img {
          position: relative;
          z-index: 1;
          max-width: 100%; }
        .csrView .prosperityHonor .honorSlide.owl-carousel .item a {
          color: #000;
          display: block;
          text-align: center;
          margin-top: 10px;
          line-height: 1.4em; }
          .csrView .prosperityHonor .honorSlide.owl-carousel .item a:visited {
            color: #000; }
          .csrView .prosperityHonor .honorSlide.owl-carousel .item a:hover {
            color: #e00012; }
  .csrView .prosperityIconLink {
    position: relative;
    z-index: 5;
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: 2.5%;
    opacity: 0; }
    .csrView .prosperityIconLink.animate {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.2s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.2s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.2s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityIconLink ul.iconList li {
      text-align: center;
      display: inline-block;
      vertical-align: top;
      width: 30%;
      margin-bottom: 60px; }
      .csrView .prosperityIconLink ul.iconList li:hover a {
        opacity: 1; }
      .csrView .prosperityIconLink ul.iconList li a {
        color: #fff;
        display: block;
        opacity: 0.7; }
        .csrView .prosperityIconLink ul.iconList li a:visited {
          color: #fff; }
        .csrView .prosperityIconLink ul.iconList li a:hover {
          color: #fff; }
      .csrView .prosperityIconLink ul.iconList li figure {
        margin: 0 auto 10px auto; }
        .csrView .prosperityIconLink ul.iconList li figure a {
          position: relative;
          display: block;
          margin: 0 auto;
          width: 40px;
          height: 40px; }
        .csrView .prosperityIconLink ul.iconList li figure span {
          display: block;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .csrView .prosperityIconLink ul.iconList li figure span img {
            position: relative;
            z-index: 1;
            width: 100%;
            margin: 0 auto; }
    .csrView .prosperityIconLink .iconSlide.owl-carousel {
      background: none;
      display: block; }
      .csrView .prosperityIconLink .iconSlide.owl-carousel .item {
        width: auto;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        width: 30%;
        margin-bottom: 60px; }
        .csrView .prosperityIconLink .iconSlide.owl-carousel .item:hover a {
          opacity: 1; }
        .csrView .prosperityIconLink .iconSlide.owl-carousel .item a {
          color: #fff;
          display: block;
          opacity: 0.7; }
          .csrView .prosperityIconLink .iconSlide.owl-carousel .item a:visited {
            color: #fff; }
          .csrView .prosperityIconLink .iconSlide.owl-carousel .item a:hover {
            color: #fff; }
        .csrView .prosperityIconLink .iconSlide.owl-carousel .item figure {
          margin: 0 auto; }
          .csrView .prosperityIconLink .iconSlide.owl-carousel .item figure + a {
            margin-top: 10px; }
          .csrView .prosperityIconLink .iconSlide.owl-carousel .item figure a {
            position: relative;
            display: block;
            margin: 0 auto;
            width: 35px;
            height: 35px; }
          .csrView .prosperityIconLink .iconSlide.owl-carousel .item figure span {
            display: block;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .csrView .prosperityIconLink .iconSlide.owl-carousel .item figure span img {
              position: relative;
              z-index: 1;
              width: 100%;
              margin: 0 auto; }
  .csrView .prosperityContact {
    position: relative;
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    float: left;
    background: #fff;
    padding: 40px 30px;
    border-radius: 35px;
    opacity: 0; }
    .csrView .prosperityContact.animate {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.8s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.8s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.8s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityContact .textArea {
      z-index: 5;
      color: #000; }
      .csrView .prosperityContact .textArea h6 {
        font-size: 22px;
        line-height: 1.4em;
        margin-bottom: 5px; }
      .csrView .prosperityContact .textArea p {
        font-size: 18px; }
      .csrView .prosperityContact .textArea .pcBlock {
        display: block; }
    .csrView .prosperityContact .btnArea {
      margin-top: 50px; }
    .csrView .prosperityContact a.btnMore {
      background: #fff;
      color: #000;
      border: 1px solid #fff;
      display: inline-block;
      vertical-align: top;
      -webkit-border-radius: 0;
      border-radius: 0;
      padding: 0 60px 0 0; }
      .csrView .prosperityContact a.btnMore:visited, .csrView .prosperityContact a.btnMore:active, .csrView .prosperityContact a.btnMore:focus {
        color: #000;
        text-decoration: none; }
      .csrView .prosperityContact a.btnMore:hover {
        background: #333;
        color: #a35075;
        background: #fff;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #fff; }
      .csrView .prosperityContact a.btnMore + a.btnMore {
        float: right; }
      .csrView .prosperityContact a.btnMore:hover .arrow::before {
        background-position: 0 100%; }
      .csrView .prosperityContact a.btnMore .arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
        padding: 0; }
        .csrView .prosperityContact a.btnMore .arrow::before {
          display: block;
          content: '.';
          color: rgba(0, 0, 0, 0);
          width: 30px;
          height: 12px;
          background: url(../images/csr_2023/more_arrow.png) left top no-repeat;
          background-size: 100%; }
  .csrView .prosperityVideo {
    position: relative;
    z-index: 10; }
    .csrView .prosperityVideo.animate h2 {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityVideo.animate p {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.5s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.5s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityVideo.animate .pic {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.9s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.9s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.9s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityVideo.animate .csrVideo {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 1.2s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 1.2s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 1.2s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityVideo .waveImg {
      position: relative;
      z-index: 1; }
    .csrView .prosperityVideo .areaContent {
      overflow: inherit; }
    .csrView .prosperityVideo .textArea {
      width: 30%;
      padding-bottom: 60px; }
      .csrView .prosperityVideo .textArea h2 {
        color: #a35075;
        text-align: left;
        margin-bottom: 0;
        opacity: 0; }
      .csrView .prosperityVideo .textArea p {
        color: #1c6b85;
        font-size: 18px;
        line-height: 1.4em;
        padding-bottom: 0;
        opacity: 0; }
      .csrView .prosperityVideo .textArea .pic {
        width: 100px;
        opacity: 0; }
    .csrView .prosperityVideo .csrVideo {
      position: absolute;
      z-index: 10;
      right: 0;
      top: 35%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 5;
      display: inline-block;
      width: 70%;
      height: auto;
      line-height: 0;
      border-radius: 10px;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
      opacity: 0; }
      .csrView .prosperityVideo .csrVideo .v {
        border-radius: 10px;
        overflow: hidden; }
      .csrView .prosperityVideo .csrVideo::before {
        position: absolute;
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        top: 100%;
        left: -50px;
        width: 50px;
        height: 50px;
        background: url(../images/csr_2023/video_left.png) left top no-repeat;
        background-size: 100% auto; }
      .csrView .prosperityVideo .csrVideo::after {
        position: absolute;
        right: -50px;
        top: -50px;
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        width: 50px;
        height: 50px;
        background: url(../images/csr_2023/video_right.png) left top no-repeat;
        background-size: 100% auto; }
  .csrView .prosperityTCFD {
    background: #f7f3f2;
    padding-top: 80px; }
    .csrView .prosperityTCFD.animate h2 {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityTCFD.animate p {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.5s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.5s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityTCFD.animate .mainPic {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.9s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.9s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.9s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityTCFD.animate .infoBox {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 1.2s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 1.2s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 1.2s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityTCFD .areaContent {
      overflow: inherit; }
    .csrView .prosperityTCFD.circle .mainPic {
      border-radius: 50%;
      overflow: hidden; }
    .csrView .prosperityTCFD .mainPic {
      width: 500px;
      display: inline-block;
      vertical-align: top;
      line-height: 0;
      opacity: 0; }
      .csrView .prosperityTCFD .mainPic img {
        width: 100%;
        margin-bottom: 0; }
    .csrView .prosperityTCFD .textArea {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px;
      float: right;
      width: calc( 100% - 520px); }
    .csrView .prosperityTCFD .infoBox {
      position: absolute;
      top: 200px;
      width: 45%;
      left: 40%;
      padding: 20px 30px;
      border-radius: 25px;
      background: rgba(255, 255, 255, 0.7);
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
      opacity: 0; }
      .csrView .prosperityTCFD .infoBox h3 {
        font-size: 18px;
        padding: 0 0px 5px 0px; }
      .csrView .prosperityTCFD .infoBox p {
        margin-bottom: 20px; }
    .csrView .prosperityTCFD .textArea h2 {
      text-align: left;
      margin: 60px 0 0 0;
      line-height: 1.2em;
      opacity: 0; }
    .csrView .prosperityTCFD .textArea p {
      color: #1c6b85;
      font-size: 18px;
      line-height: 1.4em;
      opacity: 0; }
    .csrView .prosperityTCFD.square .infoBox {
      left: 530px; }
    .csrView .prosperityTCFD.square .mainPic {
      border-radius: 15px;
      overflow: hidden; }
    .csrView .prosperityTCFD.square .textArea {
      margin-right: 0px;
      width: calc( 100% - 530px); }
  .csrView .prosperityChain {
    position: relative;
    z-index: 6;
    text-align: center;
    background: #e6ebec; }
    .csrView .prosperityChain.animate h2 {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityChain.animate .areaContent > p:nth-child(2) {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.5s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.5s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityChain.animate .areaContent > p:nth-child(3) {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.9s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.9s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.9s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityChain.animate .chainBox {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 1.2s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 1.2s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 1.2s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityChain .areaContent {
      overflow: inherit; }
      .csrView .prosperityChain .areaContent > p {
        color: #1c6b85;
        font-size: 18px; }
        .csrView .prosperityChain .areaContent > p.ps {
          color: #000; }
          .csrView .prosperityChain .areaContent > p.ps img {
            display: inline-block;
            vertical-align: top;
            width: 24px;
            margin: 0 5px; }
    .csrView .prosperityChain img {
      margin-bottom: 0; }
    .csrView .prosperityChain h2 {
      margin-bottom: 0;
      opacity: 0; }
    .csrView .prosperityChain p {
      text-align: center;
      font-size: 18px;
      line-height: 1.4em;
      opacity: 0; }
    .csrView .prosperityChain .waveImg {
      position: relative;
      display: inline-block;
      vertical-align: top; }
    .csrView .prosperityChain .chainBox {
      position: relative;
      opacity: 0; }
      .csrView .prosperityChain .chainBox .bgImg img {
        width: 100%; }
    .csrView .prosperityChain .popupChainArea {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
      .csrView .prosperityChain .popupChainArea .popupChain:nth-child(1) {
        top: 5%;
        left: 27%; }
      .csrView .prosperityChain .popupChainArea .popupChain:nth-child(2) {
        top: 33%;
        left: 44%; }
      .csrView .prosperityChain .popupChainArea .popupChain:nth-child(3) {
        top: 63%;
        left: 29%; }
      .csrView .prosperityChain .popupChainArea .popupChain:nth-child(4) {
        top: 31%;
        left: 35%; }
      .csrView .prosperityChain .popupChainArea .popupChain:nth-child(5) {
        top: 52%;
        left: 29%; }
      .csrView .prosperityChain .popupChainArea .popupChain:nth-child(6) {
        top: 50%;
        left: 14%; }
    .csrView .prosperityChain .popupChain {
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0;
      width: 40%;
      display: none; }
      .csrView .prosperityChain .popupChain.show {
        display: block; }
      .csrView .prosperityChain .popupChain .chainContent {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 30px 30px 50px 30px;
        pointer-events: auto;
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15); }
        .csrView .prosperityChain .popupChain .chainContent * {
          text-align: left; }
        .csrView .prosperityChain .popupChain .chainContent h3 {
          font-size: 18px;
          color: #1c6b85; }
        .csrView .prosperityChain .popupChain .chainContent p {
          font-size: 16px;
          opacity: 1; }
        .csrView .prosperityChain .popupChain .chainContent a.btnClose {
          color: #000;
          position: absolute;
          top: 15px;
          right: 20px;
          font-size: 14px;
          opacity: 0.5; }
          .csrView .prosperityChain .popupChain .chainContent a.btnClose:visited {
            color: #000; }
          .csrView .prosperityChain .popupChain .chainContent a.btnClose:hover {
            color: #000; }
          .csrView .prosperityChain .popupChain .chainContent a.btnClose:hover {
            opacity: 1; }
          .csrView .prosperityChain .popupChain .chainContent a.btnClose img {
            width: 18px;
            display: inline-block;
            vertical-align: middle;
            margin: 0 0 0 10px; }
        .csrView .prosperityChain .popupChain .chainContent a.btnLink {
          position: absolute;
          right: 20px;
          bottom: 20px; }
    .csrView .prosperityChain ul.chainList {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .csrView .prosperityChain ul.chainList li {
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
        display: inline-block;
        vertical-align: top;
        width: 16%; }
        .csrView .prosperityChain ul.chainList li:nth-child(1) {
          left: 10%;
          top: 13%; }
        .csrView .prosperityChain ul.chainList li:nth-child(2) {
          width: 15.5%;
          z-index: 1;
          left: 57%; }
        .csrView .prosperityChain ul.chainList li:nth-child(3) {
          width: 18%;
          left: 43%;
          top: 38%; }
        .csrView .prosperityChain ul.chainList li:nth-child(4) {
          width: 21%;
          left: 76%;
          top: 35%; }
        .csrView .prosperityChain ul.chainList li:nth-child(5) {
          width: 18%;
          left: 9%;
          top: 60%; }
        .csrView .prosperityChain ul.chainList li:nth-child(6) {
          left: 55%;
          top: 65%; }
        .csrView .prosperityChain ul.chainList li img {
          width: 100%; }
        .csrView .prosperityChain ul.chainList li a {
          display: block; }
  .csrView .prosperityReport {
    position: relative;
    text-align: center;
    background: url(../images/csr_2023/report_bg.jpg) left top no-repeat;
    background-size: cover;
    padding-bottom: 60px; }
    .csrView .prosperityReport.animate h2 {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityReport.animate p {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.5s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.5s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityReport.animate .reportSlide {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.9s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.9s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.9s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperityReport .areaContent {
      overflow: inherit; }
    .csrView .prosperityReport .waveImg {
      position: relative; }
    .csrView .prosperityReport h2 {
      margin-bottom: 0;
      opacity: 0; }
    .csrView .prosperityReport p {
      text-align: center;
      font-size: 18px;
      margin-bottom: 60px;
      opacity: 0; }
      .csrView .prosperityReport p .text {
        position: relative; }
        .csrView .prosperityReport p .text::before {
          position: absolute;
          right: 100%;
          top: -130px;
          color: rgba(0, 0, 0, 0);
          content: '.';
          display: block;
          width: 120px;
          height: 222px;
          background: url(../images/csr_2023/report_foot.png) left top no-repeat;
          background-size: 100% auto; }
  .csrView .reportSlide {
    position: relative;
    padding: 20px 60px;
    opacity: 0; }
    .csrView .reportSlide .owl-nav button.owl-prev {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.7);
      font-size: 24px; }
      .csrView .reportSlide .owl-nav button.owl-prev:hover {
        background: white; }
      .csrView .reportSlide .owl-nav button.owl-prev.disabled {
        opacity: 0.5; }
        .csrView .reportSlide .owl-nav button.owl-prev.disabled:hover {
          background: rgba(255, 255, 255, 0.7);
          cursor: default; }
    .csrView .reportSlide .owl-nav button.owl-next {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.7);
      font-size: 24px; }
      .csrView .reportSlide .owl-nav button.owl-next:hover {
        background: white; }
      .csrView .reportSlide .owl-nav button.owl-next.disabled {
        opacity: 0.5; }
        .csrView .reportSlide .owl-nav button.owl-next.disabled:hover {
          background: rgba(255, 255, 255, 0.7);
          cursor: default; }
    .csrView .reportSlide .item {
      background: #fff;
      padding-bottom: 60px;
      border-radius: 15px;
      margin: 8px 8px 20px 8px;
      -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15); }
      .csrView .reportSlide .item a {
        color: #000; }
        .csrView .reportSlide .item a:visited {
          color: #000; }
        .csrView .reportSlide .item a:hover {
          color: #a35075; }
        .csrView .reportSlide .item a:hover img {
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -o-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .csrView .reportSlide .item a:hover .btnLink {
          color: #a35075; }
          .csrView .reportSlide .item a:hover .btnLink .arrow {
            right: 15px; }
            .csrView .reportSlide .item a:hover .btnLink .arrow::before {
              background-position: 0 100%; }
      .csrView .reportSlide .item .img {
        display: block;
        max-width: 100%;
        border-radius: 15px 15px 0 0;
        overflow: hidden; }
        .csrView .reportSlide .item .img img {
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .csrView .reportSlide .item .text {
        display: block;
        font-size: 18px;
        line-height: 1.3em;
        font-weight: bold;
        padding: 20px 20px 0 20px;
        min-height: 66px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .csrView .reportSlide .item .btnLink {
        position: absolute;
        left: 29px;
        bottom: 40px;
        font-size: 14px; }
  .csrView .prosperitySquare {
    position: relative;
    text-align: left; }
    .csrView .prosperitySquare.animate .squareGroup:nth-child(1) {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperitySquare.animate .squareGroup:nth-child(2) {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.5s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.5s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperitySquare.animate .squareGroup:nth-child(3) {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.9s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.9s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.9s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperitySquare.animate .squareGroup:nth-child(4) {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 1.2s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 1.2s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 1.2s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperitySquare.animate .squareGroup:nth-child(5) {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 1.5s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 1.5s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 1.5s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperitySquare.animate .squareGroup:nth-child(6) {
      animation-duration: 1.2s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 1.8s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 1.8s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 1.8s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .csrView .prosperitySquare::after {
      content: '.';
      color: rgba(0, 0, 0, 0);
      display: block;
      float: none;
      clear: both;
      height: 0; }
    .csrView .prosperitySquare .squareGroup {
      position: relative;
      display: inline-block;
      vertical-align: top;
      float: left;
      text-align: center;
      width: 33%;
      opacity: 0;
      overflow: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .csrView .prosperitySquare .squareGroup:hover {
        background: #00377e;
        cursor: pointer; }
        .csrView .prosperitySquare .squareGroup:hover .mainPic {
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -o-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .csrView .prosperitySquare .squareGroup:hover .textArea {
          color: #fff; }
          .csrView .prosperitySquare .squareGroup:hover .textArea h3 {
            background: url(../images/csr_2023/underline_white.svg) left bottom repeat-x;
            background-size: auto 5px; }
          .csrView .prosperitySquare .squareGroup:hover .textArea a.btnLink, .csrView .prosperitySquare .squareGroup:hover .textArea a.btnLink:visited {
            color: #fff; }
            .csrView .prosperitySquare .squareGroup:hover .textArea a.btnLink .arrow, .csrView .prosperitySquare .squareGroup:hover .textArea a.btnLink:visited .arrow {
              right: 15px; }
              .csrView .prosperitySquare .squareGroup:hover .textArea a.btnLink .arrow::before, .csrView .prosperitySquare .squareGroup:hover .textArea a.btnLink:visited .arrow::before {
                background-position: 0 100%; }
      .csrView .prosperitySquare .squareGroup:nth-child(1):hover .textArea a.btnLink .arrow, .csrView .prosperitySquare .squareGroup:nth-child(1):hover .textArea a.btnLink:visited .arrow, .csrView .prosperitySquare .squareGroup:nth-child(3):hover .textArea a.btnLink .arrow, .csrView .prosperitySquare .squareGroup:nth-child(3):hover .textArea a.btnLink:visited .arrow, .csrView .prosperitySquare .squareGroup:nth-child(5):hover .textArea a.btnLink .arrow, .csrView .prosperitySquare .squareGroup:nth-child(5):hover .textArea a.btnLink:visited .arrow {
        right: 15px; }
      .csrView .prosperitySquare .squareGroup:nth-child(1) .textArea, .csrView .prosperitySquare .squareGroup:nth-child(3) .textArea, .csrView .prosperitySquare .squareGroup:nth-child(5) .textArea {
        color: #fff; }
        .csrView .prosperitySquare .squareGroup:nth-child(1) .textArea h3, .csrView .prosperitySquare .squareGroup:nth-child(3) .textArea h3, .csrView .prosperitySquare .squareGroup:nth-child(5) .textArea h3 {
          background: url(../images/csr_2023/underline_white.svg) left bottom repeat-x;
          background-size: auto 5px; }
        .csrView .prosperitySquare .squareGroup:nth-child(1) .textArea a.btnLink, .csrView .prosperitySquare .squareGroup:nth-child(3) .textArea a.btnLink, .csrView .prosperitySquare .squareGroup:nth-child(5) .textArea a.btnLink {
          color: #fff;
          padding: 0 70px 0 0; }
          .csrView .prosperitySquare .squareGroup:nth-child(1) .textArea a.btnLink:hover .arrow, .csrView .prosperitySquare .squareGroup:nth-child(3) .textArea a.btnLink:hover .arrow, .csrView .prosperitySquare .squareGroup:nth-child(5) .textArea a.btnLink:hover .arrow {
            right: 15px; }
            .csrView .prosperitySquare .squareGroup:nth-child(1) .textArea a.btnLink:hover .arrow::before, .csrView .prosperitySquare .squareGroup:nth-child(3) .textArea a.btnLink:hover .arrow::before, .csrView .prosperitySquare .squareGroup:nth-child(5) .textArea a.btnLink:hover .arrow::before {
              background-position: 0 100%; }
          .csrView .prosperitySquare .squareGroup:nth-child(1) .textArea a.btnLink .arrow, .csrView .prosperitySquare .squareGroup:nth-child(3) .textArea a.btnLink .arrow, .csrView .prosperitySquare .squareGroup:nth-child(5) .textArea a.btnLink .arrow {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 20px;
            padding: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .csrView .prosperitySquare .squareGroup:nth-child(1) .textArea a.btnLink .arrow::before, .csrView .prosperitySquare .squareGroup:nth-child(3) .textArea a.btnLink .arrow::before, .csrView .prosperitySquare .squareGroup:nth-child(5) .textArea a.btnLink .arrow::before {
              display: block;
              content: '.';
              color: rgba(0, 0, 0, 0);
              width: 40px;
              height: 10px;
              background: url(../images/csr_2023/feature_arrow_long_white.png) left top no-repeat;
              background-size: 100%; }
      .csrView .prosperitySquare .squareGroup:nth-child(3) {
        position: absolute;
        width: 34%;
        z-index: 2;
        top: 0;
        right: 0; }
        .csrView .prosperitySquare .squareGroup:nth-child(3) .textArea {
          padding: 110px 0; }
      .csrView .prosperitySquare .squareGroup:nth-child(4) {
        width: 38%;
        background: #f6f3f3; }
        .csrView .prosperitySquare .squareGroup:nth-child(4):hover {
          background: #00377e; }
      .csrView .prosperitySquare .squareGroup:nth-child(5) {
        width: 28%; }
        .csrView .prosperitySquare .squareGroup:nth-child(5) .mainPic {
          background-position: center top; }
      .csrView .prosperitySquare .squareGroup:nth-child(6) {
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 0;
        width: 34%; }
        .csrView .prosperitySquare .squareGroup:nth-child(6) .textArea {
          padding: 50px 0; }
      .csrView .prosperitySquare .squareGroup .mainPic {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .csrView .prosperitySquare .squareGroup .mainPic::before {
          content: '.';
          color: rgba(0, 0, 0, 0);
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 3;
          background: rgba(0, 0, 0, 0.3); }
      .csrView .prosperitySquare .squareGroup .textArea {
        position: relative;
        z-index: 5;
        padding: 80px 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .csrView .prosperitySquare .squareGroup .textArea h3 {
          font-size: 28px;
          font-weight: 600;
          display: inline-block;
          vertical-align: top;
          padding: 10px 5px;
          background: url(../images/csr_2023/underline.svg) left bottom repeat-x;
          background-size: auto 5px;
          margin-bottom: 5px; }
        .csrView .prosperitySquare .squareGroup .textArea h4 {
          font-size: 20px;
          font-family: 'Caveat', cursive;
          font-weight: 700;
          margin-bottom: 40px; }
        .csrView .prosperitySquare .squareGroup .textArea a.btnLink {
          padding: 0 70px 0 0;
          color: #000; }
          .csrView .prosperitySquare .squareGroup .textArea a.btnLink:hover .arrow {
            right: 15px; }
            .csrView .prosperitySquare .squareGroup .textArea a.btnLink:hover .arrow::before {
              background-position: 0 100%; }
          .csrView .prosperitySquare .squareGroup .textArea a.btnLink .arrow {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 20px;
            padding: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .csrView .prosperitySquare .squareGroup .textArea a.btnLink .arrow::before {
              display: block;
              content: '.';
              color: rgba(0, 0, 0, 0);
              width: 40px;
              height: 10px;
              background: url(../images/csr_2023/more_arrow_long_white.png) left top no-repeat;
              background-size: 100%; }

.csrFullpage > .section {
  position: relative; }

.csrFullpage > .section:nth-child(1) {
  background: #fcfcf5;
  line-height: 0; }

.csrFullpage > .section:nth-child(2), .csrFullpage > .section:nth-child(3), .csrFullpage > .section:nth-child(4),
.csrFullpage > .section:nth-child(5), .csrFullpage > .section:nth-child(6), .csrFullpage > .section:nth-child(9) {
  background: #fcfcf5; }

.csrView .sustainablePage .section {
  overflow: inherit; }

/*--> Crumb ----------------------------------------------------------------------------*/
.crumb {
  padding: 0 10px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin: 20px 0; }
  .crumb + .insideNews {
    background: #f7f7f7; }
  .crumb ul {
    display: inline-block;
    vertical-align: top; }
    .crumb ul li {
      position: relative;
      z-index: 10;
      color: #00377e;
      display: inline-block;
      vertical-align: top; }
      .crumb ul li:before {
        position: relative;
        content: "/";
        color: #666;
        margin: 2px 5px 2px 2px; }
      .crumb ul li:first-child:before {
        content: none; }
      .crumb ul li .csr-home {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 18px;
        height: 25px;
        overflow: hidden;
        font-size: 20px; }
        .crumb ul li .csr-home:hover:before {
          opacity: 0; }
        .crumb ul li .csr-home:before {
          position: relative;
          z-index: 5;
          top: 2px;
          display: inline-block;
          vertical-align: top;
          width: 18px;
          height: 25px;
          content: '.';
          color: rgba(0, 0, 0, 0);
          background: url(../images/csr_2021/home.svg) left top no-repeat;
          background-size: 100% auto;
          opacity: 1; }
        .crumb ul li .csr-home:after {
          position: absolute;
          z-index: 1;
          left: 0;
          top: 2px;
          display: inline-block;
          vertical-align: top;
          width: 18px;
          height: 25px;
          content: '.';
          color: rgba(0, 0, 0, 0);
          background: url(../images/csr_2021/home-blue.svg) left top no-repeat;
          background-size: 100% auto; }
      .crumb ul li a {
        color: #666; }
        .crumb ul li a:visited {
          color: #666; }
        .crumb ul li a:hover {
          color: #00377e; }
      .crumb ul li:last-child a {
        color: #00377e; }
        .crumb ul li:last-child a:visited {
          color: #00377e; }
        .crumb ul li:last-child a:hover {
          color: #00377e;
          cursor: default; }

/*--> Inside Banner -----------------------------------------------------------------------*/
.insideBannerArea {
  position: relative;
  overflow: hidden; }
  .insideBannerArea + .areaContent {
    text-align: left;
    opacity: 0; }
    .insideBannerArea + .areaContent + .areaContent {
      overflow: visible; }
  .insideBannerArea.animate figure {
    animation-duration: 1.2s;
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 1.2s;
    -moz-animation-name: fadeIn;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease; }
  .insideBannerArea.animate .bannerInfo {
    animation-duration: 0.8s;
    animation-name: infoMove;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: infoMove;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 0.8s;
    -moz-animation-name: infoMove;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0.5s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease; }
    .insideBannerArea.animate .bannerInfo h2 {
      animation-duration: 0.8s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 0.8s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 0.8s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 0.8s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 0.8s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0.8s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .insideBannerArea.animate .bannerInfo p {
      animation-duration: 0.8s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 1.2s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 0.8s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 1.2s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 0.8s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 1.2s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
    .insideBannerArea.animate .bannerInfo .csr-scroll img {
      animation-duration: 0.8s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-delay: 1.5s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
      -webkit-animation-duration: 0.8s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-delay: 1.5s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 0.8s;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 1.5s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease; }
  .insideBannerArea.animate + .areaContent {
    animation-duration: 0.8s;
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 1.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 1.8s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 0.8s;
    -moz-animation-name: fadeIn;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 1.8s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease;
    position: relative;
    z-index: 5; }
  .insideBannerArea figure {
    position: relative;
    z-index: 1;
    line-height: 0;
    overflow: hidden;
    opacity: 0; }
    .insideBannerArea figure img {
      width: 100%; }
  .insideBannerArea .areaContent {
    position: absolute;
    z-index: 5;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .insideBannerArea .bannerInfo {
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    width: 41%;
    float: right;
    text-align: center;
    padding: 25px 30px 80px 30px;
    right: -50%; }
    .insideBannerArea .bannerInfo h2 {
      position: relative;
      font-family: 'Noto Sans TC';
      font-weight: 600;
      font-size: 42px;
      line-height: 1.4em;
      padding: 0;
      margin-bottom: 10px;
      color: #333;
      opacity: 0;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .insideBannerArea .bannerInfo p {
      position: relative;
      font-size: 18px;
      margin-bottom: 20px;
      padding: 0;
      max-height: 104px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      opacity: 0; }
    .insideBannerArea .bannerInfo .csr-scroll {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 20px;
      animation-duration: 1.2s;
      animation-name: scrollMove;
      animation-iteration-count: infinite;
      animation-direction: alternate;
      animation-delay: 0s;
      animation-fill-mode: none;
      animation-timing-function: ease;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-name: scrollMove;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: none;
      -webkit-animation-timing-function: ease;
      -moz-animation-duration: 1.2s;
      -moz-animation-name: scrollMove;
      -moz-animation-iteration-count: infinite;
      -moz-animation-direction: alternate;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: none;
      -moz-animation-timing-function: ease; }
      .insideBannerArea .bannerInfo .csr-scroll img {
        width: 40px;
        opacity: 0; }

.yearSdgsGroup {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  float: right; }

/*--> Year Select -----------------------------------------------------------------------*/
.csrYearSelect {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px; }
  .csrYearSelect .selectGroup {
    position: relative; }
    .csrYearSelect .selectGroup.validate:before {
      position: absolute;
      top: 10px;
      right: 10px;
      content: '*';
      color: red; }
    .csrYearSelect .selectGroup .nameTitle {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .csrYearSelect .selectGroup.half {
      display: inline-block;
      vertical-align: top;
      width: 48%;
      text-align: left; }
    .csrYearSelect .selectGroup + .formError.inline {
      text-align: center; }
    .csrYearSelect .selectGroup select {
      position: relative;
      z-index: 5;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      font-family: Arial,"Microsoft JhengHei";
      background: #fafafa;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      min-width: 150px;
      border: 1px solid #666;
      outline: none;
      padding: 6px 25px 6px 10px;
      background: transparent url(../images/csr_2021/icon-arrow-down.png) 94% 50% no-repeat;
      background-size: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
      .csrYearSelect .selectGroup select:hover {
        border: 1px solid #666; }

/*--> Sdgs -----------------------------------------------------------------------*/
.csrSdgsArea {
  display: inline-block;
  vertical-align: top; }
  .csrSdgsArea .sdg {
    width: 65px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px; }
    .csrSdgsArea .sdg img {
      width: 100%; }

.csrListContent {
  padding-top: 50px; }
  .csrListContent .anchorPos {
    position: relative;
    top: -162px; }
  .csrListContent.animate h1 {
    animation-duration: 1.2s;
    animation-name: downToUp;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-name: downToUp;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 1.2s;
    -moz-animation-name: downToUp;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease; }
  .csrListContent.animate p {
    animation-duration: 1.2s;
    animation-name: downToUp;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-name: downToUp;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 1.2s;
    -moz-animation-name: downToUp;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0.5s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease; }
  .csrListContent.animate .listContent {
    animation-duration: 1.2s;
    animation-name: downToUp;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-name: downToUp;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0.8s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 1.2s;
    -moz-animation-name: downToUp;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0.8s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease; }
  .csrListContent h1 {
    position: relative;
    top: 200px;
    opacity: 0;
    font-size: 42px;
    line-height: 1.4em;
    font-weight: 800; }
  .csrListContent p {
    position: relative;
    top: 200px;
    opacity: 0;
    font-size: 18px; }

.listContent {
  position: relative;
  top: 200px;
  opacity: 0;
  z-index: 1;
  margin-top: 60px;
  padding-top: 100px; }
  .listContent.staff {
    background: #f9f6f5; }
  .listContent.environment {
    background: #eff6f3; }
  .listContent.manage {
    background: #e7f0f9; }
  .listContent.special {
    padding-top: 0;
    margin-top: 40px; }

ul.csrTab {
  position: absolute;
  top: -36px;
  z-index: 5;
  width: 100%; }
  ul.csrTab li {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px; }
    ul.csrTab li.staff a {
      background: #f9f6f4; }
    ul.csrTab li.staff:hover a, ul.csrTab li.staff.select a {
      background: #efc145; }
      ul.csrTab li.staff:hover a span, ul.csrTab li.staff.select a span {
        color: #fff; }
    ul.csrTab li.environment a {
      background: #eff6f3; }
    ul.csrTab li.environment:hover a, ul.csrTab li.environment.select a {
      background: #53a630; }
      ul.csrTab li.environment:hover a span, ul.csrTab li.environment.select a span {
        color: #fff; }
    ul.csrTab li.manage a {
      background: #f0f3f6; }
    ul.csrTab li.manage:hover a, ul.csrTab li.manage.select a {
      background: #3065d4; }
      ul.csrTab li.manage:hover a span, ul.csrTab li.manage.select a span {
        color: #fff; }
    ul.csrTab li a {
      display: block;
      width: 128px;
      line-height: 58px;
      border: 8px solid #fff;
      -webkit-border-radius: 36px;
      border-radius: 36px; }
      ul.csrTab li a span {
        color: #000; }

ul.spotlightList {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 40px; }
  ul.spotlightList li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 26%;
    margin: 0 2.5% 40px 2.5%;
    padding-bottom: 90px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd; }
    ul.spotlightList li:hover a {
      height: 100%;
      background: rgba(0, 0, 0, 0.7); }
      ul.spotlightList li:hover a span.more {
        opacity: 1; }
    ul.spotlightList li figure img {
      width: 100%; }
    ul.spotlightList li a {
      color: #000;
      position: absolute;
      width: 100%;
      height: 60%;
      left: 0;
      bottom: 0px;
      background: rgba(0, 0, 0, 0);
      font-size: 14px; }
      ul.spotlightList li a:visited {
        color: #000; }
      ul.spotlightList li a:hover {
        color: #fff; }
      ul.spotlightList li a span.text {
        display: block;
        line-height: 1.4em;
        width: 90%;
        margin: 30% auto 0 auto;
        height: 78px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; }
      ul.spotlightList li a span.more {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 20px;
        color: #fff;
        display: inline-block;
        vertical-align: top;
        padding: 0 35px;
        line-height: 30px;
        border: 1px solid #fff;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }

/*--> Article -----------------------------------------------------------------------*/
.csrArticle {
  min-height: 300px;
  margin-top: 60px; }
  .csrArticle.staff .mainPicArea h1 {
    background: #efc145;
    color: #000; }
    .csrArticle.staff .mainPicArea h1:before {
      border-top: 3px solid #000; }
  .csrArticle.environment .mainPicArea h1 {
    background: #53a630;
    color: #fff; }
    .csrArticle.environment .mainPicArea h1:before {
      border-top: 3px solid #fff; }
  .csrArticle.manage .mainPicArea h1 {
    background: #3065d4;
    color: #fff; }
    .csrArticle.manage .mainPicArea h1:before {
      border-top: 3px solid #fff; }
  .csrArticle.animate.imgLeft .mainPicArea {
    animation-duration: 1.2s;
    animation-name: leftIn50;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-name: leftIn50;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 1.2s;
    -moz-animation-name: leftIn50;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease; }
  .csrArticle.animate.imgLeft .mainArticle {
    animation-duration: 1.2s;
    animation-name: rightIn70;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-name: rightIn70;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 1.2s;
    -moz-animation-name: rightIn70;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0.5s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease; }
  .csrArticle.animate.imgRight .mainPicArea {
    animation-duration: 1.2s;
    animation-name: rightIn50;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-name: rightIn50;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 1.2s;
    -moz-animation-name: rightIn50;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease; }
  .csrArticle.animate.imgRight .mainArticle {
    animation-duration: 1.2s;
    animation-name: leftIn70;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-name: leftIn70;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 1.2s;
    -moz-animation-name: leftIn70;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0.5s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease; }
  .csrArticle.imgLeft .mainPicArea {
    left: -50%;
    opacity: 0; }
  .csrArticle.imgLeft .mainArticle {
    right: -70%;
    opacity: 0; }
  .csrArticle.imgRight .mainPicArea {
    right: -50%;
    opacity: 0; }
  .csrArticle.imgRight .mainArticle {
    left: -70%;
    margin-left: 0;
    margin-right: 40%;
    opacity: 0; }
  .csrArticle .mainPicArea {
    position: absolute;
    width: 40%; }
    .csrArticle .mainPicArea h1 {
      position: relative;
      background: #f9c011;
      font-size: 36px;
      line-height: 1.2em;
      font-family: 'Noto Serif TC', serif;
      font-weight: 700;
      padding: 60px 25px 20px 25px;
      margin: 0; }
      .csrArticle .mainPicArea h1:before {
        position: absolute;
        width: 100px;
        left: 25px;
        top: 35px;
        content: '.';
        color: rgba(0, 0, 0, 0);
        border-top: 3px solid #000; }
    .csrArticle .mainPicArea figure {
      line-height: 0; }
      .csrArticle .mainPicArea figure img {
        width: 100%; }

.mainArticle {
  position: relative;
  width: 60%;
  margin-left: 40%;
  min-height: 500px;
  padding-top: 50px;
  text-align: center; }

.articleContent {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  text-align: left; }
  .articleContent .sdgsArticle {
    margin-bottom: 10px; }
    .articleContent .sdgsArticle .sdg {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px;
      width: 70px; }
      .articleContent .sdgsArticle .sdg img {
        width: 100%; }

.relatedArea {
  position: relative;
  opacity: 0;
  display: inline-block;
  vertical-align: top;
  margin: 60px auto 60px auto;
  text-align: left; }
  .relatedArea.animate {
    animation-duration: 1.2s;
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 1.2s;
    -moz-animation-name: fadeIn;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease; }
  .relatedArea a {
    color: #000;
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 10px; }
    .relatedArea a:visited {
      color: #000; }
    .relatedArea a:hover {
      color: #e00012; }
    .relatedArea a:before {
      position: absolute;
      left: 0;
      top: 3px;
      display: inline-block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      width: 18px;
      height: 18px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .relatedArea a.btnNext:before {
    background: url("../images/csr_2021/next.svg") left 100% no-repeat;
    background-size: 100% auto; }
  .relatedArea a.btnNext:hover:before {
    left: 5px; }
  .relatedArea a.btnBack:before {
    background: url("../images/csr_2021/back.svg") left 100% no-repeat;
    background-size: 100% auto; }
  .relatedArea a.btnBack:hover:before {
    left: -5px; }

.pageRelatedArea {
  margin-top: 20px;
  text-align: center; }
  .pageRelatedArea a {
    color: #000;
    position: relative;
    display: block;
    padding-left: 30px;
    display: inline-block;
    vertical-align: top; }
    .pageRelatedArea a:visited {
      color: #000; }
    .pageRelatedArea a:hover {
      color: #e00012; }
    .pageRelatedArea a:before {
      position: absolute;
      left: 0;
      top: 3px;
      display: inline-block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      width: 18px;
      height: 18px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .pageRelatedArea a.btnNext {
    float: right; }
    .pageRelatedArea a.btnNext:before {
      background: url("../images/csr_2021/next.svg") left 100% no-repeat;
      background-size: 100% auto; }
    .pageRelatedArea a.btnNext:hover:before {
      left: 5px; }
  .pageRelatedArea a.btnList {
    margin: 0 auto; }
    .pageRelatedArea a.btnList:before {
      background: url("../images/csr_2021/list.svg") left 100% no-repeat;
      background-size: 100% auto; }
    .pageRelatedArea a.btnList:hover:before {
      left: 5px; }
  .pageRelatedArea a.btnPrevious {
    float: left; }
    .pageRelatedArea a.btnPrevious:before {
      background: url("../images/csr_2021/back.svg") left 100% no-repeat;
      background-size: 100% auto; }
    .pageRelatedArea a.btnPrevious:hover:before {
      left: -5px; }

.insideSpotlight {
  background: #eff3f6;
  padding: 40px 0; }
  .insideSpotlight.animate h3 {
    animation-duration: 1.2s;
    animation-name: downToUp;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-name: downToUp;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 1.2s;
    -moz-animation-name: downToUp;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease; }
  .insideSpotlight.animate p {
    animation-duration: 1.2s;
    animation-name: downToUp;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-name: downToUp;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 1.2s;
    -moz-animation-name: downToUp;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0.5s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease; }
  .insideSpotlight.animate .spotlightSlide.owl-carousel {
    animation-duration: 1.2s;
    animation-name: downToUp;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-name: downToUp;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0.8s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 1.2s;
    -moz-animation-name: downToUp;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0.8s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease; }
  .insideSpotlight .areaContent {
    text-align: center;
    overflow: hidden; }
  .insideSpotlight h3 {
    position: relative;
    top: 200px;
    opacity: 0;
    font-family: 'Noto Sans TC';
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #333; }
  .insideSpotlight p {
    position: relative;
    top: 200px;
    opacity: 0;
    font-size: 18px;
    margin-bottom: 20px; }
  .insideSpotlight .spotlightSlide.owl-carousel {
    position: relative;
    top: 200px;
    opacity: 0;
    display: block;
    margin: 0 auto;
    width: 900px;
    background: none; }
    .insideSpotlight .spotlightSlide.owl-carousel .owl-dots {
      margin-top: 20px; }
    .insideSpotlight .spotlightSlide.owl-carousel .item .spotlightBox {
      background: #fff;
      -moz-transform: scale(0.92);
      -webkit-transform: scale(0.92);
      -o-transform: scale(0.92);
      -ms-transform: scale(0.92);
      transform: scale(0.92);
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .insideSpotlight .spotlightSlide.owl-carousel .item .spotlightBox:hover {
        -moz-transform: scale(0.98);
        -webkit-transform: scale(0.98);
        -o-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2); }
        .insideSpotlight .spotlightSlide.owl-carousel .item .spotlightBox:hover > a .more {
          background: #000;
          color: #fff; }
      .insideSpotlight .spotlightSlide.owl-carousel .item .spotlightBox figure {
        padding: 18px 18px 10px 18px; }
      .insideSpotlight .spotlightSlide.owl-carousel .item .spotlightBox > a {
        color: #000;
        display: block;
        margin: 0 auto 0 auto;
        width: 90%; }
        .insideSpotlight .spotlightSlide.owl-carousel .item .spotlightBox > a:visited {
          color: #000; }
        .insideSpotlight .spotlightSlide.owl-carousel .item .spotlightBox > a:hover {
          color: #000; }
        .insideSpotlight .spotlightSlide.owl-carousel .item .spotlightBox > a .text {
          display: block;
          height: 87px;
          margin-bottom: 20px;
          line-height: 1.4em;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical; }
        .insideSpotlight .spotlightSlide.owl-carousel .item .spotlightBox > a .more {
          background: rgba(255, 255, 255, 0);
          color: #000;
          border: 1px solid #000;
          display: inline-block;
          vertical-align: top;
          -webkit-border-radius: 25px;
          border-radius: 25px;
          padding: 0 40px;
          line-height: 30px;
          margin-bottom: 20px;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .insideSpotlight .spotlightSlide.owl-carousel .item .spotlightBox > a .more:visited, .insideSpotlight .spotlightSlide.owl-carousel .item .spotlightBox > a .more:active, .insideSpotlight .spotlightSlide.owl-carousel .item .spotlightBox > a .more:focus {
            color: #000;
            text-decoration: none; }
          .insideSpotlight .spotlightSlide.owl-carousel .item .spotlightBox > a .more:hover {
            background: #333;
            color: #fff;
            background: #000;
            text-decoration: none;
            cursor: pointer;
            border: 1px solid #000; }

.csrArticleSingle {
  position: relative;
  z-index: 50;
  margin: 60px auto;
  text-align: center; }
  .csrArticleSingle.animate > h1 {
    animation-duration: 1.2s;
    animation-name: downToUp;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-name: downToUp;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 1.2s;
    -moz-animation-name: downToUp;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease; }
  .csrArticleSingle.animate .tabSlide.owl-carousel {
    animation-duration: 1.2s;
    animation-name: downToUp;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-name: downToUp;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 1.2s;
    -moz-animation-name: downToUp;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0.3s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease; }
  .csrArticleSingle.animate .quoteArea {
    animation-duration: 1.2s;
    animation-name: downToUp;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-name: downToUp;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 1.2s;
    -moz-animation-name: downToUp;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0.5s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease; }
  .csrArticleSingle.animate .editorArticle {
    animation-duration: 1.2s;
    animation-name: downToUp;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-name: downToUp;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0.8s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 1.2s;
    -moz-animation-name: downToUp;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0.8s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease; }
  .csrArticleSingle.wide {
    max-width: none; }
  .csrArticleSingle.narrow {
    max-width: 880px; }
  .csrArticleSingle > h1 {
    position: relative;
    top: 200px;
    opacity: 0;
    font-size: 52px;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal; }

.tabSlide.owl-carousel {
  position: relative;
  top: 200px;
  opacity: 0;
  background: none;
  margin: 30px auto 20px auto; }
  .tabSlide.owl-carousel .owl-stage-outer {
    position: static;
    text-align: center; }
    .tabSlide.owl-carousel .owl-stage-outer .owl-stage {
      margin: 0 auto; }
  .tabSlide.owl-carousel .owl-nav {
    position: relative;
    top: 0;
    width: 100%;
    font-size: 30px;
    color: #999; }
    .tabSlide.owl-carousel .owl-nav button {
      outline: none; }
    .tabSlide.owl-carousel .owl-nav button.owl-prev {
      position: absolute;
      top: -50px;
      left: -15px; }
    .tabSlide.owl-carousel .owl-nav button.owl-next {
      position: absolute;
      top: -50px;
      right: -15px; }
  .tabSlide.owl-carousel .item {
    display: table;
    padding: 0 5px;
    height: 52px;
    margin: 0 auto 10px auto; }
  .tabSlide.owl-carousel .item.select a, .tabSlide.owl-carousel .item.select a:visited {
    background: #ea4959;
    color: #fff;
    border: 1px solid #ea4959; }
    .tabSlide.owl-carousel .item.select a:after, .tabSlide.owl-carousel .item.select a:visited:after {
      position: absolute;
      left: 0;
      width: 100%;
      top: 100%;
      content: '▼';
      color: #ea4959;
      font-size: 14px;
      line-height: 10px; }
  .tabSlide.owl-carousel a {
    background: rgba(255, 255, 255, 0);
    color: #999;
    border: 1px solid #999;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    padding: 5px 8px;
    min-width: 160px;
    margin-bottom: 10px;
    display: table-cell;
    vertical-align: middle; }
    .tabSlide.owl-carousel a:visited, .tabSlide.owl-carousel a:active, .tabSlide.owl-carousel a:focus {
      color: #999;
      text-decoration: none; }
    .tabSlide.owl-carousel a:hover {
      background: #333;
      color: #fff;
      background: #ea4959;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #ea4959; }
    .tabSlide.owl-carousel a .text {
      display: block;
      line-height: 1.3em; }
    .tabSlide.owl-carousel a:hover:after {
      color: #00377e; }

.quoteArea {
  position: relative;
  top: 200px;
  opacity: 0;
  display: inline-block;
  vertical-align: top;
  margin: 30px auto;
  text-align: center;
  max-width: 95%; }
  .quoteArea p {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 24px;
    line-height: 1.6em;
    margin: 40px 80px; }
  .quoteArea .quoteTop {
    position: relative;
    display: block;
    border-top: 1px solid #e1dad1; }
    .quoteArea .quoteTop:before {
      position: absolute;
      left: 0;
      top: -22px;
      display: inline-block;
      vertical-align: top;
      content: '.';
      color: rgba(0, 0, 0, 0);
      width: 60px;
      height: 50px;
      background: #fff url("../images/csr_2021/quote_left.png") left 100% no-repeat;
      background-size: 100% auto; }
  .quoteArea .quoteDown {
    position: relative;
    display: block;
    border-bottom: 1px solid #e1dad1; }
    .quoteArea .quoteDown:after {
      position: absolute;
      right: 0;
      bottom: -30px;
      display: inline-block;
      vertical-align: top;
      content: '.';
      color: rgba(0, 0, 0, 0);
      width: 60px;
      height: 50px;
      background: #fff url("../images/csr_2021/quote_right.png") left 100% no-repeat;
      background-size: 100% auto; }

/*--> Editor -----------------------------------------------------------------------*/
.editorArticle {
  text-align: left;
  padding: 30px 0;
  position: relative;
  top: 200px;
  opacity: 0;
  font-size: 16px; }

.editorArticle .image-style-align-right, .bbsArticle .image-style-align-right {
  float: right; }

.editorArticle .image-style-align-left, .bbsArticle .image-style-align-left {
  float: left; }

.editorArticle .image-style-align-center, .bbsArticle .image-style-align-center {
  margin: 0 auto;
  text-align: center; }

.editorArticle + .relatedArea, .bbsArticle + .relatedArea {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 40px auto 20px auto;
  padding: 20px 10%; }

.editorArticle > p, .bbsArticle > p {
  line-height: 1.8em;
  margin-bottom: 30px; }

.editorArticle h2, .bbsArticle h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4em; }

.editorArticle h3, .bbsArticle h3 {
  font-size: 24px;
  color: #00377e;
  line-height: 1.4em;
  margin: 30px 0; }

.editorArticle h4, .bbsArticle h4 {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 10px; }
  .editorArticle h4:before, .bbsArticle h4:before {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    content: '.';
    color: rgba(0, 0, 0, 0);
    width: 25px;
    height: 25px;
    background: #fff url("../images/csr_2021/triangle.svg") left 100% no-repeat;
    background-size: 100% auto; }

.editorArticle h5, .bbsArticle h5 {
  position: relative;
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 10px; }

.editorArticle h6, .bbsArticle h6 {
  font-size: 14px;
  color: #999;
  font-weight: normal; }

.editorArticle ul, .bbsArticle ul {
  margin: 20px 0 20px 30px;
  list-style-type: disc; }
  .editorArticle ul li, .bbsArticle ul li {
    margin-bottom: 10px;
    padding-left: 0px;
    list-style-position: outside;
    display: list-item;
    list-style: inherit;
    border: 0px; }

.editorArticle ol, .bbsArticle ol {
  margin: 20px 0 20px 10px;
  list-style-type: decimal; }
  .editorArticle ol > li, .bbsArticle ol > li {
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 4px;
    list-style-position: outside;
    display: list-item;
    list-style: inherit; }

.editorArticle table, .bbsArticle table {
  text-align: left;
  border: 1px solid #eee;
  -webkit-border-radius: 15px;
  border-radius: 15px; }
  .editorArticle table tr td, .bbsArticle table tr td {
    padding: 5px 10px; }
    .editorArticle table tr td p, .bbsArticle table tr td p {
      padding: 0; }
  .editorArticle table tbody tr:nth-child(even), .bbsArticle table tbody tr:nth-child(even) {
    background: #f2f2f2; }

.editorArticle figure, .bbsArticle figure {
  line-height: 0;
  text-align: center;
  margin: 0 auto; }
  .editorArticle figure figcaption, .bbsArticle figure figcaption {
    line-height: 1.3em;
    color: #666;
    font-size: 14px;
    text-align: center;
    margin-top: 5px; }

.editorArticle img, .bbsArticle img {
  max-width: 100%; }

.editorArticle > img, .bbsArticle > img {
  margin-bottom: 30px; }

.editorArticle .csrQaGame img, .bbsArticle .csrQaGame img {
  margin-bottom: 0; }

/*--> Chart Area -----------------------------------------------------------------------*/
a.btnChart {
  background: #e76aae;
  color: #fff;
  border: 1px solid #e76aae;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  padding: 0 40px;
  margin: 0 auto; }
  a.btnChart:visited, a.btnChart:active, a.btnChart:focus {
    color: #fff;
    text-decoration: none; }
  a.btnChart:hover {
    background: #333;
    color: #fff;
    background: #000;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #000; }
  a.btnChart .csr-icon {
    position: absolute;
    top: 2px;
    left: 20px;
    width: 15px;
    padding: 0; }
    a.btnChart .csr-icon img {
      width: 100%;
      position: relative;
      left: 0; }

input.btnFilter {
  background: #e76aae;
  color: #fff;
  border: 1px solid #e76aae;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  padding: 0 40px;
  height: 30px;
  margin: 0 auto;
  background: #e76aae url("../images/csr_2021/sustainable/go-white.svg") 11% center no-repeat;
  background-size: auto 50%; }
  input.btnFilter:visited, input.btnFilter:active, input.btnFilter:focus {
    color: #fff;
    text-decoration: none; }
  input.btnFilter:hover {
    background: #333;
    color: #fff;
    background: #000;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #000; }
  input.btnFilter:hover {
    background: #000 url("../images/csr_2021/sustainable/go-white.svg") 11% center no-repeat;
    background-size: auto 50%; }

.chartPopup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.85);
  display: none; }
  .chartPopup a.filter-close {
    position: absolute;
    z-index: 99;
    top: 10%;
    right: 10%;
    color: #fff;
    text-align: center;
    opacity: .8; }
    .chartPopup a.filter-close:visited {
      color: #fff; }
      .chartPopup a.filter-close:visited .text {
        color: #fff; }
    .chartPopup a.filter-close:hover {
      color: #fff;
      opacity: 1; }
      .chartPopup a.filter-close:hover .text {
        color: #fff; }
    .chartPopup a.filter-close img {
      width: 24px;
      height: auto;
      text-align: center; }
    .chartPopup a.filter-close .text {
      display: inline-block;
      vertical-align: top;
      line-height: 24px;
      margin-left: 10px;
      color: #fff; }
    .chartPopup a.filter-close:visited {
      color: #a35075;
      opacity: 1; }
    .chartPopup a.filter-close:hover {
      color: #a35075;
      opacity: 1; }
    .chartPopup a.filter-close:before {
      position: relative;
      top: 2px;
      display: inline-block;
      line-height: 59px;
      font-size: 24px; }
  .chartPopup .popupRelative {
    position: relative;
    width: 100%;
    height: 100%; }
  .chartPopup .popupMain {
    position: relative;
    width: 100%;
    height: 100%; }
  .chartPopup .popupContent {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .chartPopup .radioGroup {
    position: relative;
    z-index: 1;
    clear: both;
    float: none;
    width: auto;
    padding-left: 0;
    margin-bottom: 20px; }
    .chartPopup .radioGroup .formError .formErrorContent {
      top: -18px;
      right: 12px; }
    .chartPopup .radioGroup input[type="radio"] {
      position: absolute;
      z-index: 1;
      width: auto;
      display: inline-block;
      vertical-align: top;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      margin: 0;
      border-radius: 9px;
      border: 1px solid #fff;
      background: #fff;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .chartPopup .radioGroup input[type="radio"] + label {
        position: relative;
        display: block;
        margin: 0 0 0 28px;
        z-index: 2;
        line-height: 1.3em; }
      .chartPopup .radioGroup input[type="radio"]:checked {
        border: 1px solid #fff; }
        .chartPopup .radioGroup input[type="radio"]:checked + label:before {
          position: absolute;
          top: 4px;
          left: -24px;
          display: block;
          content: '.';
          color: rgba(0, 0, 0, 0);
          line-height: 0;
          width: 10px;
          height: 10px;
          border-radius: 5px;
          background: #00b3ed; }
      .chartPopup .radioGroup input[type="radio"]::-ms-check {
        background: none;
        border: 1px solid #fff; }
        .chartPopup .radioGroup input[type="radio"]::-ms-check + label:before {
          position: relative;
          margin: 0 0 0 28px;
          display: block;
          content: '.';
          color: rgba(0, 0, 0, 0);
          line-height: 0;
          width: 10px;
          height: 10px;
          border-radius: 5px;
          background: #00b3ed; }
  .chartPopup .checkGroup {
    position: relative;
    z-index: 60;
    display: block;
    text-align: left;
    margin-bottom: 20px; }
    .chartPopup .checkGroup .formError .formErrorContent {
      top: -18px;
      right: 0px; }
    .chartPopup .checkGroup section {
      position: relative; }
    .chartPopup .checkGroup .formError.inline {
      position: relative;
      z-index: 1; }
      .chartPopup .checkGroup .formError.inline .formErrorContent {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 30px;
        float: left; }
    .chartPopup .checkGroup .word {
      position: relative;
      z-index: 99999;
      display: block;
      margin-left: 26px; }
    .chartPopup .checkGroup .checkboxStyle {
      position: absolute;
      z-index: 9999;
      top: 5px;
      left: 0;
      width: 16px;
      height: 16px;
      border: none;
      background: #fff;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .chartPopup .checkGroup input[type="checkbox"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: 0;
      position: absolute;
      z-index: 9999;
      left: 0;
      width: 5px;
      height: 5px;
      opacity: .5; }
      .chartPopup .checkGroup input[type="checkbox"]:checked {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        .chartPopup .checkGroup input[type="checkbox"]:checked + .checkboxStyle:before {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          content: '.';
          color: rgba(0, 0, 0, 0);
          background: #00b3ed url(../images/csr_2021/check.svg) center center no-repeat;
          background-size: 90% auto;
          -webkit-border-radius: 50%;
          border-radius: 50%; }

.chartFilter {
  text-align: center;
  width: 800px; }
  .chartFilter .btnArea {
    margin: 20px auto; }
  .chartFilter .first-menu, .chartFilter .second-menu, .chartFilter .year-menu {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .chartFilter .first-menu h4, .chartFilter .second-menu h4, .chartFilter .year-menu h4 {
      color: #00b3ed;
      font-size: 18px;
      margin-bottom: 15px; }
      .chartFilter .first-menu h4 .note, .chartFilter .second-menu h4 .note, .chartFilter .year-menu h4 .note {
        font-size: 14px;
        color: #999999; }
  .chartFilter .first-menu {
    width: 30%; }
  .chartFilter .second-menu {
    width: 40%; }
  .chartFilter .year-menu {
    width: 20%; }
  .chartFilter .second-menu .radioGroup {
    display: none; }
    .chartFilter .second-menu .radioGroup.select {
      display: block; }
  .chartFilter input[type="checkbox"] {
    margin: 0; }
  .chartFilter .radioGroup {
    text-align: left;
    margin-right: 20px; }
    .chartFilter .radioGroup section {
      position: relative;
      display: block;
      float: none;
      clear: both;
      margin-bottom: 10px; }

.chartArea {
  margin: 0 auto 20px auto; }
  .chartArea .chartMajor #chartdivTw, .chartArea .chartMajor #chartdivEn {
    min-height: 600px;
    max-width: 100%;
    margin: 20px auto 0 auto; }
  .chartArea .phoneBlock {
    display: none; }
  .chartArea .chartHalf {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 40px; }
  .chartArea + .editorArticle {
    display: none; }
  .chartArea + .relatedArea {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 40px auto 20px auto;
    padding: 20px 10%; }
  .chartArea .chartSelect {
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
    max-width: 600px;
    margin: 0 auto;
    background: #f8f8f8;
    padding: 20px 40px;
    -webkit-border-radius: 15px;
    border-radius: 15px; }
    .chartArea .chartSelect ul.chartList {
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
      margin-bottom: 15px; }
      .chartArea .chartSelect ul.chartList li {
        list-style: none;
        text-align: left;
        margin-bottom: 5px; }
        .chartArea .chartSelect ul.chartList li .title {
          display: inline-block;
          vertical-align: top;
          margin-right: 10px; }
        .chartArea .chartSelect ul.chartList li .arrow {
          width: 18px;
          margin: 2px 10px 0 10px; }
          .chartArea .chartSelect ul.chartList li .arrow img {
            width: 100%; }
        .chartArea .chartSelect ul.chartList li p {
          display: inline-block;
          vertical-align: top;
          margin: 0;
          padding: 0; }
          .chartArea .chartSelect ul.chartList li p span {
            display: inline-block;
            vertical-align: top; }
  .chartArea #chartdiv1, .chartArea #chartdiv2, .chartArea #chartdiv3, .chartArea #chartdiv4, .chartArea #chartdiv5, .chartArea #chartdiv6 {
    min-height: 500px;
    margin-top: 20px; }
  .chartArea #chartdiv {
    min-height: 600px;
    max-width: 880px;
    margin: 20px auto 0 auto; }
  .chartArea .chartHand {
    display: none;
    text-align: center; }
    .chartArea .chartHand img {
      width: 50px; }
  .chartArea .chartInfo {
    display: block;
    clear: both;
    float: none;
    max-width: 650px;
    background: rgba(30, 30, 30, 0.03);
    color: #666;
    margin: 20px auto 0 auto;
    padding: 20px 20px 10px 20px;
    text-align: left;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px; }
    .chartArea .chartInfo p {
      padding: 0 0 5px; }
      .chartArea .chartInfo p + ol {
        margin-top: 0; }
    .chartArea .chartInfo ol {
      margin: 10px 0 10px 10px; }
      .chartArea .chartInfo ol > li {
        margin-bottom: 0;
        margin-left: 10px;
        line-height: 1.4em;
        margin-bottom: 5px;
        list-style-position: outside;
        list-style-type: decimal; }

/*--> [v2020] Origin Style -----------------------------------------------------------------------*/
.contentOrigin {
  font-family: "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體"; }
  .contentOrigin * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  .contentOrigin .question-list-name03 {
    width: auto; }
  .contentOrigin .report-download-btn a, .contentOrigin .ir-download-btn a {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    border: 1px solid #000;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-weight: normal; }
    .contentOrigin .report-download-btn a .icon-download:before, .contentOrigin .ir-download-btn a .icon-download:before {
      color: #000; }
    .contentOrigin .report-download-btn a:visited, .contentOrigin .ir-download-btn a:visited {
      color: #000; }
    .contentOrigin .report-download-btn a:hover, .contentOrigin .ir-download-btn a:hover {
      background-color: #e00012;
      color: #fff;
      border: 1px solid #e00012; }
      .contentOrigin .report-download-btn a:hover .icon-download:before, .contentOrigin .ir-download-btn a:hover .icon-download:before {
        color: #fff; }
  .contentOrigin .report-chapters-title {
    background-color: rgba(0, 0, 0, 0);
    padding: 10px 0;
    text-align: center;
    color: #000; }
    .contentOrigin .report-chapters-title .icon-book {
      display: none; }
  .contentOrigin .gray-bg {
    background: none;
    padding: 0; }
  .contentOrigin .report-download-chapters h3 {
    padding: 10px 0px 5px 0px; }
  .contentOrigin .areaContent {
    overflow: visible; }
  .contentOrigin h2 {
    font-size: 16px;
    color: #C63; }
  .contentOrigin .report-download-list {
    position: relative;
    padding: 0;
    margin: 0px 2% 25px 2%; }
    .contentOrigin .report-download-list.new:before {
      position: absolute;
      z-index: 5;
      content: '.';
      color: rgba(0, 0, 0, 0);
      top: 0;
      left: 0;
      width: 24%;
      height: 25%;
      background: url("../images/csr_2021/new.svg") right top no-repeat;
      background-size: 100% auto; }
    .contentOrigin .report-download-list .imgTable {
      position: relative;
      padding: 0;
      display: table; }
    .contentOrigin .report-download-list figure {
      line-height: 0;
      display: table-cell;
      vertical-align: middle; }
    .contentOrigin .report-download-list h3 {
      line-height: 1.3em; }
  .contentOrigin h3.report-chapters-title {
    font-size: 20px;
    font-weight: normal; }
  .contentOrigin .mark {
    color: #fc0d1b; }
  .contentOrigin .csrArticleSingle {
    text-align: left; }

/*--> [v2020] QA Game -----------------------------------------------------------------------*/
.csrQaGame {
  position: relative; }
  .csrQaGame * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  .csrQaGame.en .csrQaPopup {
    height: 500px;
    margin: 30px auto 0 auto; }
    .csrQaGame.en .csrQaPopup ul.csrQaList {
      margin: 10px 200px 15px 25px; }
      .csrQaGame.en .csrQaPopup ul.csrQaList li.wrong label:after {
        top: 0; }
      .csrQaGame.en .csrQaPopup ul.csrQaList li.correct label:after {
        top: 0; }
  .csrQaGame.en .csrQaContent.note:before {
    content: 'No answer selected.'; }
  .csrQaGame.en .csrQaContent .radioGroup input[type="radio"] + label {
    line-height: 1.4em;
    top: -5px; }
  .csrQaGame.en .csrQaContent .radioGroup input[type="radio"]:checked + label:before {
    top: 9px; }
  .csrQaGame.en .qaEndBox .excellent:before {
    content: 'Excellent!'; }
  .csrQaGame.en .qaEndBox .great:before {
    content: 'Good Job!'; }
  .csrQaGame.en .qaEndBox .normal:before {
    content: 'Next time will be better!'; }
  .csrQaGame .loading {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
    .csrQaGame .loading .loadingObj {
      text-align: center;
      color: #fff;
      margin-top: 22%; }

.csrQaGroup {
  position: relative;
  text-align: center; }

.csrQaMap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto; }

.qaMapArea {
  position: relative; }
  .qaMapArea .windmillArea {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%; }
    .qaMapArea .windmillArea ul.windmillList {
      position: relative; }
      .qaMapArea .windmillArea ul.windmillList li {
        position: absolute;
        top: 0;
        display: inline-block;
        width: 37px;
        height: 61px;
        background: url(../images/csr/windmill-body.png) left top no-repeat; }
        .qaMapArea .windmillArea ul.windmillList li:before {
          display: inline-block;
          content: '.';
          color: rgba(0, 0, 0, 0);
          width: 37px;
          height: 37px;
          background: url(../images/csr/windmill-head.png) left top no-repeat; }
        .qaMapArea .windmillArea ul.windmillList li:nth-child(1) {
          left: 35%;
          margin-top: 36%; }
          .qaMapArea .windmillArea ul.windmillList li:nth-child(1):before {
            animation: windmill 1s linear 0s infinite reverse; }
        .qaMapArea .windmillArea ul.windmillList li:nth-child(2) {
          left: 42%;
          margin-top: 33%; }
          .qaMapArea .windmillArea ul.windmillList li:nth-child(2):before {
            animation: windmill 1.1s linear 0.1s infinite reverse; }
        .qaMapArea .windmillArea ul.windmillList li:nth-child(3) {
          left: 48%;
          margin-top: 32%; }
          .qaMapArea .windmillArea ul.windmillList li:nth-child(3):before {
            animation: windmill 1.1s linear 0s infinite reverse; }
        .qaMapArea .windmillArea ul.windmillList li:nth-child(4) {
          left: 54%;
          margin-top: 30%; }
          .qaMapArea .windmillArea ul.windmillList li:nth-child(4):before {
            animation: windmill 1.2s linear 0s infinite reverse; }
  .qaMapArea .rainArea {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%; }
    .qaMapArea .rainArea ul.rainList {
      position: relative; }
      .qaMapArea .rainArea ul.rainList li {
        position: absolute;
        display: inline-block;
        width: 65px;
        height: 60px;
        background: url(../images/csr/rain.png) left top no-repeat; }
        .qaMapArea .rainArea ul.rainList li:nth-child(1) {
          top: 0;
          left: 13%;
          margin-top: 8%;
          -webkit-animation: raining 1s steps(2) infinite alternate;
          animation: raining 1s steps(2) infinite alternate; }
        .qaMapArea .rainArea ul.rainList li:nth-child(2) {
          top: 0%;
          left: 20%;
          -webkit-transform: scale(1.2, 1.2);
          -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
          -webkit-animation: raining 1s steps(2) infinite alternate;
          animation: raining 1s steps(2) infinite alternate; }
        .qaMapArea .rainArea ul.rainList li:nth-child(3) {
          top: 0%;
          left: 32%;
          margin-top: 2%;
          -webkit-animation: raining 1s steps(2) infinite alternate;
          animation: raining 1s steps(2) infinite alternate; }

ul.mapSpot {
  position: static;
  height: 0; }
  ul.mapSpot li {
    position: absolute;
    z-index: 10;
    display: inline-block; }
    ul.mapSpot li.next {
      -webkit-animation: jump 1s linear 0s infinite normal;
      animation: jump 1s linear 0s infinite normal; }
      ul.mapSpot li.next a.qaNum:hover {
        cursor: pointer; }
      ul.mapSpot li.next a.qaNum .no {
        color: #fff;
        background: #e8402c; }
      ul.mapSpot li.next a.qaNum:hover .no {
        color: #fff;
        background: #e8402c; }
    ul.mapSpot li.fulfill a.qaNum:hover {
      cursor: pointer; }
    ul.mapSpot li.fulfill a.qaNum .no {
      background: #eabe44; }
    ul.mapSpot li.wrong:after {
      position: relative;
      z-index: 5;
      top: -5px;
      left: -18px;
      display: inline-block;
      vertical-align: top;
      width: 25px;
      height: 25px;
      content: '.';
      color: rgba(0, 0, 0, 0);
      background: url(../images/csr/qa-no.png) left top no-repeat;
      background-size: 100% auto; }
    ul.mapSpot li.correct:after {
      position: relative;
      z-index: 5;
      top: -5px;
      left: -18px;
      display: inline-block;
      vertical-align: top;
      width: 25px;
      height: 25px;
      content: '.';
      color: rgba(0, 0, 0, 0);
      background: url(../images/csr/qa-yes.png) left top no-repeat;
      background-size: 100% auto; }
    ul.mapSpot li:nth-child(1) {
      top: 31%;
      left: 7.2%; }
    ul.mapSpot li:nth-child(2) {
      top: 43%;
      left: 20.2%; }
    ul.mapSpot li:nth-child(3) {
      top: 37%;
      left: 36.2%; }
    ul.mapSpot li:nth-child(4) {
      top: 63%;
      left: 23.8%; }
    ul.mapSpot li:nth-child(5) {
      top: 53%;
      left: 41.9%; }
    ul.mapSpot li:nth-child(6) {
      top: 46%;
      left: 67%; }
    ul.mapSpot li:nth-child(7) {
      top: 68%;
      left: 46%; }
    ul.mapSpot li:nth-child(8) {
      top: 85%;
      left: 57%; }
    ul.mapSpot li.hidden {
      display: none; }
    ul.mapSpot li a.qaNum {
      position: relative;
      display: inline-block;
      font-size: 24px;
      font-family: 'Arial';
      font-weight: bold;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.5); }
      ul.mapSpot li a.qaNum:before {
        position: absolute;
        z-index: 1;
        left: 0;
        line-height: 0;
        top: 100%;
        margin-top: 0;
        width: 100%;
        font-size: 30px;
        color: #e8402c;
        text-align: center;
        font-family: "fenc" !important;
        content: '\68';
        text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5); }
      ul.mapSpot li a.qaNum:hover {
        cursor: default; }
        ul.mapSpot li a.qaNum:hover .no {
          color: #444; }
      ul.mapSpot li a.qaNum .no {
        position: relative;
        z-index: 5;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #444;
        background: #eaeaea;
        border: 4px solid #e8402c;
        -webkit-border-radius: 50%;
        border-radius: 50%; }

.csrQaBox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20; }

.csrQaPopup {
  position: relative;
  width: 785px;
  height: 480px;
  margin: 28px auto 0 auto;
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .csrQaPopup a.btnClose {
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/csr/qa-close.png) left top no-repeat; }

.csrQaContent.note:before {
  position: absolute;
  left: 55px;
  top: 85%;
  content: '尚未選擇答案';
  color: #e8402c;
  font-size: 20px; }

.csrQaContent .radioGroup {
  display: block;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 20px; }
  .csrQaContent .radioGroup .group {
    position: relative;
    min-height: 20px;
    margin-bottom: 10px; }
  .csrQaContent .radioGroup + .inputGroup {
    padding-top: 5px; }
  .csrQaContent .radioGroup input[type="radio"] {
    position: absolute;
    z-index: 1;
    width: auto;
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 18px;
    height: 18px;
    margin: 0;
    border-radius: 9px;
    border: 1px solid #aaa;
    background: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .csrQaContent .radioGroup input[type="radio"]:disabled {
      background: rgba(0, 0, 0, 0.05); }
    .csrQaContent .radioGroup input[type="radio"] + label {
      position: relative;
      z-index: 2;
      margin-right: 10px;
      margin-left: 30px;
      line-height: 20px;
      display: inline-block;
      vertical-align: top; }
    .csrQaContent .radioGroup input[type="radio"]:checked {
      border: 1px solid #1b294a; }
      .csrQaContent .radioGroup input[type="radio"]:checked + label:before {
        position: absolute;
        top: 4px;
        left: -26px;
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        line-height: 0;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: #1b294a; }
    .csrQaContent .radioGroup input[type="radio"]::-ms-disabled {
      background: #aaa; }
    .csrQaContent .radioGroup input[type="radio"]::-ms-check {
      background: none;
      border: 1px solid #00377e; }
      .csrQaContent .radioGroup input[type="radio"]::-ms-check + label:before {
        position: absolute;
        top: 4px;
        left: -19px;
        display: block;
        content: '.';
        color: rgba(0, 0, 0, 0);
        line-height: 0;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: #00377e; }

.qaEndBox {
  text-align: center; }
  .qaEndBox h3 {
    font-size: 36px;
    margin: 25px 0; }
  .qaEndBox h4.end {
    font-size: 24px;
    line-height: 60px;
    margin: 20px 0; }
    .qaEndBox h4.end:before {
      display: none; }
  .qaEndBox .endScore {
    display: inline-block;
    vertical-align: middle;
    font-size: 60px;
    line-height: 60px;
    margin: 0 10px;
    color: #e30000; }
  .qaEndBox h5 {
    font-size: 60px;
    line-height: 1.4em;
    margin-bottom: 40px; }
  .qaEndBox .excellent:before {
    display: block;
    content: '非常完美';
    color: #fa4c4c; }
  .qaEndBox .great:before {
    display: block;
    content: '你太棒了';
    color: #eb6e12; }
  .qaEndBox .normal:before {
    display: block;
    content: '再接再厲!';
    color: #666; }
  .qaEndBox a.btnReplay {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #4cbce5;
    font-size: 24px;
    line-height: 60px;
    padding: 0 30px 0 75px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    .qaEndBox a.btnReplay:visited {
      color: #fff; }
    .qaEndBox a.btnReplay:hover {
      background: #333; }
    .qaEndBox a.btnReplay span {
      position: relative;
      right: -50px;
      display: inline-block;
      vertical-align: middle;
      float: right;
      font-size: 24px;
      font-family: 'Arial';
      width: 60px;
      height: 60px;
      line-height: 60px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #fa4c4c;
      -webkit-animation: btnJump 1s linear 0s infinite normal;
      animation: btnJump 1s linear 0s infinite normal; }
      .qaEndBox a.btnReplay span:before {
        position: absolute;
        z-index: 1;
        left: 0;
        line-height: 0;
        top: 100%;
        margin-top: 0;
        width: 100%;
        font-size: 30px;
        color: #fa4c4c;
        text-align: center;
        font-family: "fenc" !important;
        content: '\68'; }

h2.csrQaTitle {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding-left: 75px;
  padding-right: 95px;
  line-height: 50px;
  font-size: 24px;
  color: #000;
  font-weight: normal; }
  h2.csrQaTitle.long {
    line-height: 1.3em; }
    h2.csrQaTitle.long:before {
      top: 8px; }
  h2.csrQaTitle .mark {
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #000; }
  h2.csrQaTitle:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    display: block;
    content: '.';
    color: rgba(0, 0, 0, 0);
    background: url(../images/csr/qa-title.png) left top no-repeat; }

ul.csrQaList li {
  display: block;
  list-style: none;
  min-height: 25px;
  margin-bottom: 10px; }
  ul.csrQaList li.wrong label:after {
    position: relative;
    top: -5px;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    content: '.';
    color: rgba(0, 0, 0, 0);
    background: url(../images/csr/qa-no.png) left top no-repeat;
    background-size: 100% auto; }
  ul.csrQaList li.correct label:after {
    position: relative;
    top: -5px;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    content: '.';
    color: rgba(0, 0, 0, 0);
    background: url(../images/csr/qa-yes.png) left top no-repeat;
    background-size: 100% auto; }
  ul.csrQaList li .letter {
    display: inline-block;
    vertical-align: top;
    width: 30px; }
  ul.csrQaList li img {
    position: relative;
    top: -5px;
    display: inline-block;
    vertical-align: top;
    height: 32px;
    line-height: 25px;
    margin-right: 8px;
    width: auto; }

.resultStatus {
  position: absolute;
  right: 0;
  bottom: 0; }

.resultAns {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 120px;
  width: 240px;
  text-align: center; }
  .resultAns a.btnEnter {
    display: inline-block;
    padding: 8px;
    border: 2px solid #e25e5e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    opacity: .7; }
    .resultAns a.btnEnter:visited {
      color: #fff; }
    .resultAns a.btnEnter:hover {
      opacity: 1; }
    .resultAns a.btnEnter span {
      display: block;
      width: 108px;
      height: 108px;
      line-height: 108px;
      background: #e25e5e;
      font-size: 30px;
      -webkit-border-radius: 50%;
      border-radius: 50%; }

.resultYes, .resultNo {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -400px;
  width: 240px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .resultYes.select, .resultNo.select {
    bottom: 0px; }
    .resultYes.select figure.text, .resultNo.select figure.text {
      bottom: 100%;
      opacity: 1; }
  .resultYes figure, .resultNo figure {
    position: relative; }
    .resultYes figure.text, .resultNo figure.text {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 50%;
      opacity: 0; }
  .resultYes figcaption, .resultNo figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 65px;
    font-size: 24px;
    color: #fff; }

/*--> [v2020] QA Game Animation -----------------------------------------------------------------------*/
@keyframes windmill {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-webkit-keyframes windmill {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }

@-moz-keyframes windmill {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(-360deg); } }

@keyframes raining {
  from {
    background-position: 0px; }
  to {
    background-position: -130px; } }

@-webkit-keyframes raining {
  from {
    background-position: 0px; }
  to {
    background-position: -130px; } }

@-moz-keyframes raining {
  from {
    background-position: 0px; }
  to {
    background-position: -130px; } }

@keyframes jump {
  0% {
    margin-top: 0%; }
  50% {
    margin-top: -3%; }
  100% {
    margin-top: 0%; } }

@-webkit-keyframes jump {
  0% {
    margin-top: 0%; }
  50% {
    margin-top: -3%; }
  100% {
    margin-top: 0%; } }

@-moz-keyframes jump {
  0% {
    margin-top: 0%; }
  50% {
    margin-top: -3%; }
  100% {
    margin-top: 0%; } }

@keyframes btnJump {
  0% {
    margin-top: 0%; }
  50% {
    margin-top: -5%; }
  100% {
    margin-top: 0%; } }

@-webkit-keyframes btnJump {
  0% {
    margin-top: 0%; }
  50% {
    margin-top: -5%; }
  100% {
    margin-top: 0%; } }

@-moz-keyframes btnJump {
  0% {
    margin-top: 0%; }
  50% {
    margin-top: -5%; }
  100% {
    margin-top: 0%; } }

@keyframes showIn {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes showIn {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes showIn {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*--> [v2020] Question -----------------------------------------------------------------------*/
.gray-bg + h2 {
  margin-top: 20px; }

.gray-bg + h3 {
  margin-top: 20px; }

.gray-bg h3 {
  background: none;
  padding: 0;
  color: #000;
  font-size: 16px;
  margin-bottom: 0; }

.gray-bg ul.checkboxGroup {
  margin: 0 0 -10px 0; }
  .gray-bg ul.checkboxGroup:after {
    display: block;
    content: '.';
    clear: both;
    float: none;
    height: 1px;
    color: rgba(0, 0, 0, 0); }

.contact-list-info img {
  margin: 0 5px; }

ul.checkboxGroup {
  border-bottom: none;
  padding: 0; }

.csrView ul.abclist {
  margin: 10px 0px 15px 25px; }
  .csrView ul.abclist li {
    list-style-type: lower-alpha; }

.question-list-info03.qabc {
  width: auto;
  display: block; }

ol.abcList {
  margin: 10px 0 0 0;
  padding-top: 5px; }
  ol.abcList .formErrorContent {
    margin-top: 45px;
    margin-left: 25px; }
  ol.abcList li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    text-align: left; }

.question-list .question-list-name03 {
  float: none;
  font-weight: normal; }

.question-list .w-gray-666-13 {
  font-size: 16px; }

.csrView.en .question-list-name03.qabc {
  width: 100%;
  clear: both;
  float: none; }

.csrView.en .question-list-info03 {
  margin-left: 20px; }
  .csrView.en .question-list-info03.qabc {
    width: auto; }
    .csrView.en .question-list-info03.qabc ol.abcList {
      text-align: left;
      margin-top: 10px; }
      .csrView.en .question-list-info03.qabc ol.abcList .title {
        text-align: left;
        line-height: 1.4em;
        min-height: 36px;
        margin-bottom: 10px; }
      .csrView.en .question-list-info03.qabc ol.abcList li {
        text-align: left;
        width: 31%; }

.question-list-info03.qabc {
  width: auto;
  display: block;
  float: none;
  clear: both;
  padding-top: 0; }

.question-list-info03 span {
  line-height: 1.5em; }

.question-list-info03 .title {
  display: block;
  text-align: left;
  background: none;
  font-weight: bold;
  margin-bottom: 3px;
  color: #666;
  font-size: 16px; }

.question-list-info03 label {
  margin-right: 2px; }
  .question-list-info03 label input {
    margin-right: 5px; }

.question-form ul li.block {
  display: block;
  width: auto;
  float: none;
  clear: both; }

.question-form label input {
  margin-right: 8px; }

/*--> [v2020] Major -----------------------------------------------------------------------*/
.csrMajor {
  margin-bottom: 40px; }

ul.listMajor {
  margin: 20px 0;
  height: 30px; }
  .inside-right-content ul.listMajor li {
    list-style: none; }
  ul.listMajor li {
    float: left;
    list-style: none;
    text-align: center;
    margin-right: 25px; }
    ul.listMajor li .check {
      position: relative;
      width: 15px;
      height: 15px;
      margin: 3px 10px 0 0;
      display: inline-block;
      vertical-align: top;
      border: 1px solid #00b3ed;
      overflow: hidden; }
    ul.listMajor li.point .check:before {
      position: absolute;
      line-height: 10px;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      font-family: Arial;
      content: '.';
      color: rgba(0, 0, 0, 0);
      background: #00b3ed url(../images/csr_2021/check.svg) center center no-repeat;
      background-size: 90% auto;
      font-size: 15px; }
    ul.listMajor li:nth-child(1) .check {
      border: 1px solid #00b3ed; }
    ul.listMajor li:nth-child(1).point {
      color: #7ebe17; }
    ul.listMajor li:nth-child(1) a {
      color: #7ebe17; }
      ul.listMajor li:nth-child(1) a:visited {
        color: #7ebe17; }
      ul.listMajor li:nth-child(1) a:hover {
        color: red; }
    ul.listMajor li:nth-child(2) .check {
      border: 1px solid #00b3ed; }
    ul.listMajor li:nth-child(2).point {
      color: #427cd8; }
    ul.listMajor li:nth-child(2) a {
      color: #427cd8; }
      ul.listMajor li:nth-child(2) a:visited {
        color: #427cd8; }
      ul.listMajor li:nth-child(2) a:hover {
        color: red; }
    ul.listMajor li:nth-child(3) .check {
      border: 1px solid #00b3ed; }
    ul.listMajor li:nth-child(3).point {
      color: #00a795; }
    ul.listMajor li:nth-child(3) a {
      color: #00a795; }
      ul.listMajor li:nth-child(3) a:visited {
        color: #00a795; }
      ul.listMajor li:nth-child(3) a:hover {
        color: red; }
    ul.listMajor li:nth-child(4) .check {
      border: 1px solid #00b3ed; }
    ul.listMajor li:nth-child(4).point {
      color: #e9207e; }
    ul.listMajor li:nth-child(4) a {
      color: #e9207e; }
      ul.listMajor li:nth-child(4) a:visited {
        color: #e9207e; }
      ul.listMajor li:nth-child(4) a:hover {
        color: red; }

.csrFeaturePoint {
  clear: both; }

ul.listCsrPoint {
  margin: 20px 0; }
  ul.listCsrPoint li {
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
    margin-right: 20px; }
    ul.listCsrPoint li a {
      color: #333; }
      ul.listCsrPoint li a:visited {
        color: #333; }
      ul.listCsrPoint li a:hover {
        color: red; }
    ul.listCsrPoint li .check {
      position: relative;
      width: 15px;
      height: 15px;
      margin: 6px 10px 0 0;
      display: inline-block;
      vertical-align: top;
      border: 1px solid #00b3ed;
      overflow: hidden; }
    ul.listCsrPoint li.select .check {
      border: 1px solid #00b3ed; }
      ul.listCsrPoint li.select .check:before {
        position: absolute;
        line-height: 10px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        font-family: Arial;
        content: '.';
        color: rgba(0, 0, 0, 0);
        background: #00b3ed url(../images/csr_2021/check.svg) center center no-repeat;
        background-size: 90% auto;
        font-size: 15px; }
    ul.listCsrPoint li.all.hidden {
      display: none; }

.pointDisplay.en {
  font-size: 14px;
  line-height: 1.3em; }
  .pointDisplay.en .point1box a {
    font-size: 13px;
    line-height: 1.1em; }
  .pointDisplay.en .pointbox a {
    font-size: 12px;
    line-height: 1.04em; }

.pointDisplay div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-border-radius: 10px 14px 14px 14px;
  border-radius: 10px 14px 14px 14px; }
  .pointDisplay div span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
    .pointDisplay div span span.noLink {
      position: absolute;
      width: auto;
      height: auto;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      display: block;
      color: #fff;
      padding: 5px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
    .pointDisplay div span a {
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      display: block;
      color: #999;
      padding: 5px;
      line-height: 1.3em;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      .pointDisplay div span a:visited {
        color: #999; }
      .pointDisplay div span a:hover {
        color: #333;
        background: #ccc; }

.pointDisplay.en a, .pointDisplay.en span.noLink {
  line-height: 1.3em; }

.pointDisplay .point4box {
  width: 220px;
  height: 220px;
  background: #e9207e; }
  .pointDisplay .point4box a {
    color: #fff; }
    .pointDisplay .point4box a:visited {
      color: #fff; }
    .pointDisplay .point4box a:hover {
      color: rgba(255, 255, 255, 0.8);
      background: #ac1159; }

.pointDisplay .point2box {
  width: 220px;
  height: 110px;
  background: #00a795; }
  .pointDisplay .point2box a {
    color: #fff; }
    .pointDisplay .point2box a:visited {
      color: #fff; }
    .pointDisplay .point2box a:hover {
      color: rgba(255, 255, 255, 0.8);
      background: #005b51; }

.pointDisplay .point1box {
  width: 110px;
  height: 110px;
  background: #427cd8; }
  .pointDisplay .point1box a {
    color: #fff; }
    .pointDisplay .point1box a:visited {
      color: #fff; }
    .pointDisplay .point1box a:hover {
      color: rgba(255, 255, 255, 0.8);
      background: #2357aa; }

.pointDisplay .pointbox {
  width: 220px;
  height: 55px;
  background: #7ebe17; }
  .pointDisplay .pointbox a {
    color: #fff; }
    .pointDisplay .pointbox a:visited {
      color: #fff; }
    .pointDisplay .pointbox a:hover {
      color: rgba(255, 255, 255, 0.8);
      background: #517a0f; }

.anchorMajor {
  position: relative;
  top: -60px; }

/*--> Popup [Fixed]----------------------------------------------------------------------------*/
.popupArea.video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.7);
  display: none; }
  .popupArea.video .popupRelative {
    position: relative;
    width: 100%;
    height: 100%; }
  .popupArea.video .popupMain {
    position: relative;
    width: 100%;
    height: 100%; }
  .popupArea.video .popupContent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 900px;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2); }
    .popupArea.video .popupContent iframe {
      width: 100%; }
    .popupArea.video .popupContent a.icon-close {
      position: absolute;
      z-index: 99;
      left: 100%;
      margin-top: -40px;
      width: 30px;
      height: 30px;
      line-height: 46px;
      text-align: center;
      font-size: 24px;
      color: #333; }
      .popupArea.video .popupContent a.icon-close img {
        width: 100%; }
    .popupArea.video .popupContent .csrVideo {
      line-height: 0; }
    .popupArea.video .popupContent div {
      position: static; }
      .popupArea.video .popupContent div.bbsArticle, .popupArea.video .popupContent div.video-container {
        position: relative; }
  .popupArea.video .btnArea {
    margin-bottom: 0;
    text-align: center; }
    .popupArea.video .btnArea a.btnClose {
      background: #00377e;
      color: #fff;
      border: 1px solid #00377e;
      display: inline-block;
      vertical-align: top;
      -webkit-border-radius: 0;
      border-radius: 0;
      display: inline-block;
      vertical-align: top;
      font-weight: 400;
      padding: 0 50px 0 50px;
      line-height: 40px;
      -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0px rgba(0, 0, 0, 0.12); }
      .popupArea.video .btnArea a.btnClose:visited, .popupArea.video .btnArea a.btnClose:active, .popupArea.video .btnArea a.btnClose:focus {
        color: #fff;
        text-decoration: none; }
      .popupArea.video .btnArea a.btnClose:hover {
        background: #333;
        color: #fff;
        background: #333;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #333; }
      .popupArea.video .btnArea a.btnClose:hover {
        -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); }

/*--> [v2022] Add -----------------------------------------------------------------------*/
.ps {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: left; }

.csrTarget .smallText {
  font-size: 14px;
  padding-bottom: 0; }

.csrTarget .note {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 14px;
  color: #666; }

.csrtdaRow.end {
  margin-bottom: 0; }

.csrTargetDetail.hadNote {
  padding: 35px 40px 47px 40px; }

.csrTargetDetail.csrt_c6 .textThemeColor {
  font-size: 30px; }

.csrArticleSingle .subTab.csrt_c6:hover .subTabIcon, .csrArticleSingle .subTab.csrt_c6.current .subTabIcon {
  background-color: #f1bf41; }

.csrArticleSingle .csrTargetDetail.csrt_c6 .csrtdCol:first-child .csrtdTitle {
  background-color: #c99533; }

.csrArticleSingle .csrTargetDetail.csrt_c6 .csrtdCol:first-child .csrtdTitle:after {
  border-color: transparent transparent transparent #c99533; }

.csrArticleSingle .csrTargetDetail.csrt_c6 .csrtdCol:nth-child(2) .csrtdTitle {
  background-color: #f4b516; }

.csrArticleSingle .csrTargetDetail.csrt_c6 .csrtdCol:nth-child(2) .csrtdTitle:after {
  border-color: transparent transparent transparent #f4b516; }

.csrArticleSingle .csrTargetDetail.csrt_c6 .csrtdCol:last-child .csrtdTitle {
  background-color: #996e00; }

.csrArticleSingle .csrTargetDetail.csrt_c6 .csrtdCol:last-child .csrtdTitle:after {
  border-color: transparent transparent transparent #996e00; }

.csrArticleSingle .csrTargetDetail.csrt_c6 {
  background-color: #fef6e0; }

.csrArticleSingle .csrTargetDetail.csrt_c6:before {
  border-color: transparent transparent #fef6e0 transparent; }

.csrArticleSingle .csrTargetDetail.csrt_c6 .textThemeColor {
  color: #ecaa04; }

/*--> [v2022] Search -----------------------------------------------------------------------*/
.searchAreaContent {
  margin-top: 20px; }

.searchltem {
  margin-bottom: 20px; }
  .searchltem + .searchltem {
    padding-top: 20px;
    border-top: 1px solid #eaeaea; }
  .searchltem .itemTitle {
    color: #000;
    font-size: 16px;
    font-weight: bold; }
    .searchltem .itemTitle:visited {
      color: #000; }
    .searchltem .itemTitle:hover {
      color: #e00012; }
  .searchltem .pathArea {
    color: #09C; }
    .searchltem .pathArea span + span::before {
      content: '>';
      font-size: 12px;
      margin: 0 5px; }
  .searchltem .mainPic {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    width: 110px; }
    .searchltem .mainPic img {
      width: 100%; }
  .searchltem .itemContent {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 220px);
    margin-left: 10px; }
    .searchltem .itemContent p {
      padding-bottom: 0; }
      .searchltem .itemContent p + p {
        padding-top: 15px; }

/*--> [v2023] Search -----------------------------------------------------------------------*/
.csrTargetDetail.twoCol .csrtdCol {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%; }
  .csrTargetDetail.twoCol .csrtdCol:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

.contentOrigin .btnArea {
  text-align: center;
  padding-bottom: 60px; }
  .contentOrigin .btnArea a.btnMore {
    background: #2b73e7;
    color: #fff;
    border: 1px solid #2b73e7;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    margin: 0 auto;
    padding: 0 50px;
    line-height: 44px; }
    .contentOrigin .btnArea a.btnMore:visited, .contentOrigin .btnArea a.btnMore:active, .contentOrigin .btnArea a.btnMore:focus {
      color: #fff;
      text-decoration: none; }
    .contentOrigin .btnArea a.btnMore:hover {
      background: #333;
      color: #fff;
      background: #e76aae;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #e76aae; }

.csrTargetDetail .csrtdCol:nth-child(1) .csrtdTitle:after {
  right: -16px; }

.report-download-list {
  text-align: center; }
  .report-download-list .report-download-btn {
    width: 47%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: .3%; }

.phoneShowArea img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 30px;
  animation-duration: 1s;
  animation-name: scrollMove;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: ease-out;
  animation-fill-mode: 0s;
  animation-timing-function: forwards;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: scrollMove;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-delay: ease-out;
  -webkit-animation-fill-mode: 0s;
  -webkit-animation-timing-function: forwards;
  -moz-animation-duration: 1s;
  -moz-animation-name: scrollMove;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -moz-animation-delay: ease-out;
  -moz-animation-fill-mode: 0s;
  -moz-animation-timing-function: forwards; }

/*--> RWD File ----------------------------------------------------------------------------*/
/*--> RWD[For Wide Screen] ----------------------------------------------------------------------------*/
@media all and (min-width: 1600px) {
  .csrView .sustainableNews:before {
    right: -33%; } }

@media all and (min-width: 1380px) {
  .csrView .sustainableIconLink {
    position: absolute;
    width: 100%;
    height: 50%; }
    .csrView .sustainableIconLink .areaContent {
      height: 100%; }
    .csrView .sustainableIconLink .iconSlide.owl-carousel {
      position: absolute;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0; }
  .csrView .sustainableContact {
    top: 50%;
    height: 50%; }
    .csrView .sustainableContact figure {
      height: 100%; }
      .csrView .sustainableContact figure img {
        width: 130%; }
    .csrView .sustainableContact .areaContent {
      position: absolute;
      z-index: 10;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
      .csrView .sustainableContact .areaContent .textArea {
        margin-top: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .csrView .sustainableNews .areaContent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); } }

/*--> RWD ----------------------------------------------------------------------------*/
@media all and (max-width: 1200px) {
  .csrView .prosperityContact {
    width: 45%; }
  .csrView .prosperityHonor .areaContent {
    padding: 0;
    margin: 0 20px; }
  .csrView .prosperityTCFD .infoBox {
    left: 45%; }
  .csrView .prosperityVideo .csrVideo {
    right: 50px; }
  .csrView ul.prosperityNewsList {
    margin-left: -20px; }
  .csrView .prosperityPage .prosperityBanner .areaContent {
    padding: 0; }
  .csrView .prosperityPage .areaContent {
    padding: 0 20px; }
  .csrView .prosperityTCFD.square .infoBox {
    left: 550px;
    margin-top: 10px;
    width: calc( 100% - 580px); }
  .chartArea #chartdiv1, .chartArea #chartdiv2, .chartArea #chartdiv3, .chartArea #chartdiv4, .chartArea #chartdiv5, .chartArea #chartdiv6 {
    min-height: 450px; }
  .areaContent, .csrHeader .topArea, .csrView .areaContent {
    width: auto; }
  .csrHeader .topArea {
    margin: 0 15px; }
  .sustainableFeature .areaContent, .sustainableNews .areaContent, .sustainableContact .areaContent {
    margin: 0 20px; }
  .csrArticle {
    margin: 40px 20px 0 20px; }
    .csrArticle.imgRight .mainPicArea {
      margin-right: 20px; }
    .csrArticle.imgLeft .mainPicArea {
      margin-left: 20px; }
    .csrArticle.imgLeft .mainArticle {
      margin-left: calc(40% + 16px); }
  .mainArticle {
    width: calc(60% - 16px); }
  .csrView .prosperityFeature:nth-child(4) .textGroup {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .csrView .prosperityBanner .csrVideo {
    width: 46%; }
  .csrView .prosperityBanner .prosperityTitle {
    right: 0;
    width: 50%; }
    .csrView .prosperityBanner .prosperityTitle * {
      text-shadow: -1px -1px rgba(255, 255, 255, 0), 0 2px 2px rgba(255, 255, 255, 0), 1px 1px rgba(255, 255, 255, 0), 1px -2px 2px rgba(255, 255, 255, 0), -1px 2px 2px rgba(255, 255, 255, 0); }
  .csrView .prosperityBanner figure {
    width: 125%; }
  .csrView .prosperityBanner .btnArea a {
    min-width: auto;
    max-width: 80px;
    line-height: 1.2em; }
  .csrView .prosperityHonor h5 {
    margin-left: 20px; }
  .csrView .prosperityIconContact .areaContent {
    width: 95%; }
  .csrView .prosperityIconContact .btnArea a.btnMore {
    margin-bottom: 10px; }
  .csrView .sustainHonor {
    width: 40%;
    right: 5%; }
    .csrView .sustainHonor .honorSlide.owl-carousel {
      margin-bottom: 50px; }
  .csrView .sustainableNews:before {
    right: -28%; }
  .csrView .sustainableContact figure {
    width: 150%; }
    .csrView .sustainableContact figure img {
      width: 100%;
      height: auto; }
  .csrView .sustainableContact .textArea h6, .csrView .sustainableContact .textArea p {
    margin-right: 43%; }
  .csrView .sustainableBanner .sustainableTitle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    width: 50%; }
  .csrView .endCut {
    padding-top: 60px; }
  .csrView .insideBannerArea + .areaContent {
    padding: 0 15px; }
  .csrView .insideBannerArea .areaContent {
    width: 100%; }
  .csrView .insideBannerArea .bannerInfo {
    width: 50%;
    margin-right: 40px;
    padding: 20px 20px 70px 20px; }
    .csrView .insideBannerArea .bannerInfo h2 {
      font-size: 36px;
      margin-bottom: 5px;
      line-height: 1.4em; }
    .csrView .insideBannerArea .bannerInfo p {
      font-size: 18px;
      margin-bottom: 10px;
      max-height: 104px;
      -webkit-line-clamp: 4; }
    .csrView .insideBannerArea .bannerInfo .csr-scroll {
      bottom: 0;
      margin-bottom: -20px; }
  .editorArticle {
    padding: 30px 20px; }
  /*--> [v2020] Question -----------------------------------------*/
  ol.abcList li {
    text-align: left; }
  .question-list-info03 .title {
    text-align: left; } }

@media all and (max-width: 1023px) {
  .popupArea.video .popupContent {
    width: 90%;
    left: 5%;
    -webkit-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%); }
    .popupArea.video .popupContent a.icon-close {
      margin-left: -35px; }
  ol.abcList {
    margin: 0;
    padding: 0; }
  .chartArea #chartdiv1, .chartArea #chartdiv2, .chartArea #chartdiv3, .chartArea #chartdiv4, .chartArea #chartdiv5, .chartArea #chartdiv6 {
    min-height: 550px; }
  .chartArea .chartHalf {
    width: auto;
    float: none;
    float: none; }
  ul.spotlightList {
    width: auto; }
    ul.spotlightList:after {
      display: block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      clear: both;
      float: none; }
    ul.spotlightList li {
      width: 45%;
      float: left;
      margin: 0 0 40px 3.4%; }
      ul.spotlightList li:hover a {
        padding-top: 10%; }
      ul.spotlightList li a {
        height: 100%;
        padding-top: 38%; }
  .csrHeader .csrMenu {
    max-width: 90%; }
  .csrView .sustainableNews {
    padding-bottom: 0; }
  .csrView .prosperityBanner .prosperityTitle h1 {
    font-size: 28px;
    margin-bottom: 10px; }
  .csrView .prosperityBanner .prosperityTitle p {
    font-size: 18px; }
  .csrView .prosperityFeature .textGroup p {
    margin-bottom: 30px; }
  .csrView .prosperityNews .areaContent {
    margin: 0 0 0 0; }
  .csrView .prosperityNews ul.prosperityNewsList li {
    width: 47%; }
  .csrView .prosperityIconContact .areaContent {
    width: 90%; }
  .csrView .section {
    position: relative; }
  .csrView .endCut {
    display: none; }
  .csrView .sustainableBanner .btnArea a span {
    font-size: 16px; }
  .csrView .sustainableBanner .sustainableTitle {
    left: 5%; }
    .csrView .sustainableBanner .sustainableTitle h1 {
      font-size: 24px;
      margin-bottom: 10px; }
    .csrView .sustainableBanner .sustainableTitle p {
      font-size: 16px; }
  .csrView .sustainableMain {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    background: #fcfcf5;
    padding: 15% 15px; }
  .csrView .sustainableFeature {
    background: #fcfcf5; }
    .csrView .sustainableFeature .textGroup {
      padding-top: 50px;
      padding-bottom: 50px; }
  .csrView .sustainableNews {
    padding-top: 40px; }
    .csrView .sustainableNews .areaContent {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translateX(0%) translateY(0%);
      -ms-transform: translateX(0%) translateY(0%);
      transform: translateX(0%) translateY(0%);
      padding-bottom: 20px; }
    .csrView .sustainableNews:before {
      right: -35%; }
  .csrView .sustainHonor p {
    margin: 10px 0 30px 0; }
  .csrView .sustainHonor .honorSlide.owl-carousel {
    margin-bottom: 30px; }
  .csrView ul.sustainNewsList {
    margin: 10px 0; } }

@media screen and (max-width: 999px) {
  .csrTargetDetail.hadNote {
    padding: 15px 15px 45px 15px; }
  .csrTarget .note {
    max-width: 90%;
    right: 5%; } }

@media all and (max-width: 950px) {
  .csrView .prosperityIconContact {
    overflow: hidden; }
    .csrView .prosperityIconContact .areaContent {
      width: 100%; }
    .csrView .prosperityIconContact .mainBG img {
      width: 160%;
      max-width: 160%;
      margin-left: -30%; }
    .csrView .prosperityIconContact .prosperityContact {
      padding: 20px; }
      .csrView .prosperityIconContact .prosperityContact .btnArea {
        margin-top: 20px; }
  .csrView .prosperityChain .popupChainArea .popupChain:nth-child(1) {
    top: 0; }
  .csrView .prosperityChain .popupChainArea .popupChain:nth-child(2) {
    left: 39%; }
  .csrView .prosperityChain .popupChainArea .popupChain:nth-child(3) {
    left: 25%; }
  .csrView .prosperityChain .popupChainArea .popupChain:nth-child(4) {
    top: 15%;
    left: 25%; }
  .csrView .prosperityChain .popupChainArea .popupChain:nth-child(5) {
    top: 40%; }
  .csrView .prosperityChain .popupChainArea .popupChain:nth-child(6) {
    top: 20%;
    left: 3%; }
  .csrView .prosperityChain .popupChain {
    width: 50%; }
  .csrView .prosperityPage h2 {
    font-size: 30px; }
  .csrView .prosperityTCFD {
    padding: 20px 0; }
    .csrView .prosperityTCFD.square {
      padding: 20px 0 160px 0; }
      .csrView .prosperityTCFD.square .textArea {
        width: calc( 50% - 20px); }
      .csrView .prosperityTCFD.square .infoBox {
        left: calc( 50% + 20px);
        width: calc( 50% - 45px);
        margin-top: 40px; }
    .csrView .prosperityTCFD .mainPic {
      width: 50%; }
    .csrView .prosperityTCFD .textArea {
      width: calc( 50% - 20px); }
      .csrView .prosperityTCFD .textArea h2 {
        margin: 0; }
    .csrView .prosperityTCFD .infoBox {
      top: 120px;
      width: 50%; }
  .csrView .prosperityVideo .csrVideo {
    width: 60%; }
  .csrView .prosperityBanner .prosperityTitle {
    width: 60%; }
  .csrView .prosperityBanner ul.prosperityLink {
    margin: 20px 0 0 0; }
  .chartBig {
    padding: 0 10px; }
    .chartBig #chartdiv1, .chartBig #chartdiv2, .chartBig #chartdiv3, .chartBig #chartdiv4, .chartBig #chartdiv5, .chartBig #chartdiv6 {
      min-width: 700px; }
    .chartBig #chartdivTw, .chartBig #chartdivEn {
      min-width: 700px; }
    .chartBig #chartdiv {
      min-width: 700px; }
  .csrHeader .topArea {
    margin: 0 10px; }
    .csrHeader .topArea [class^='csr-'] img {
      margin-right: 0; }
    .csrHeader .topArea [class^='csr-'] .text {
      display: none; }
  .chartPopup a.filter-close {
    right: 20px; }
  .chartPopup .popupContent {
    width: 100%; }
  .chartFilter {
    width: auto;
    margin: 0 20px; }
  .contentOrigin {
    padding: 0 20px; }
  .gsc-search-button-v2 {
    height: 40px; }
  .csrArticle .mainPicArea h1 {
    font-size: 24px; }
    .csrArticle .mainPicArea h1:before {
      width: 70px; }
  .csrArticleSingle.narrow {
    max-width: none; }
  .csrView .prosperityIconLink .iconSlide.owl-carousel .item {
    margin-bottom: 30px; }
  .csrView .insideBannerArea figure {
    width: 150%; }
  .csrView .insideBannerArea .areaContent {
    left: 0;
    right: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .csrView .insideBannerArea .bannerInfo {
    width: 60%;
    left: 20%;
    right: auto;
    float: none;
    clear: both; }
  .csrView .prosperityBanner .prosperityTitle h1 {
    font-size: 24px;
    margin-bottom: 0; }
  .csrView .prosperityBanner .prosperityTitle p {
    font-size: 16px; }
  .csrView .prosperityBanner ul.prosperityLink li figure img {
    top: 15px; }
  .csrView .prosperityBanner ul.prosperityLink li figure.front, .csrView .prosperityBanner ul.prosperityLink li figure.back {
    width: 60px;
    height: 60px; }
    .csrView .prosperityBanner ul.prosperityLink li figure.front img, .csrView .prosperityBanner ul.prosperityLink li figure.back img {
      width: 30px; }
  .csrView .prosperityBanner .btnArea {
    margin-top: 10px; }
    .csrView .prosperityBanner .btnArea figure img {
      top: 15px; }
    .csrView .prosperityBanner .btnArea a:first-child figure img {
      top: 14px;
      width: 28px; }
    .csrView .prosperityBanner .btnArea a figure.front, .csrView .prosperityBanner .btnArea a figure.back {
      width: 60px;
      height: 60px; }
      .csrView .prosperityBanner .btnArea a figure.front img, .csrView .prosperityBanner .btnArea a figure.back img {
        width: 30px; }
  .csrView .prosperityFeature .textGroup h3 {
    font-size: 28px;
    margin-bottom: 15px; }
  .csrView .prosperityFeature .textGroup h4 {
    font-size: 18px; }
  .csrView .prosperityFeature .textGroup p {
    margin-bottom: 10px;
    font-size: 16px; }
  .csrView ul.prosperityNewsList {
    padding-right: 20px; }
    .csrView ul.prosperityNewsList li a .text {
      font-size: 16px;
      margin: 6px 0 0 70px; }
  .csrView .sustainableBanner .sustainableTitle {
    width: 50%;
    left: 0; }
    .csrView .sustainableBanner .sustainableTitle h1 {
      margin-bottom: 5px;
      text-shadow: -1px -1px rgba(255, 255, 255, 0.7), 0 2px 2px rgba(255, 255, 255, 0.7), 1px 1px rgba(255, 255, 255, 0.7), 1px -2px 2px rgba(255, 255, 255, 0.7), -1px 2px 2px rgba(255, 255, 255, 0.7); }
    .csrView .sustainableBanner .sustainableTitle .btnArea {
      margin-top: 5px; }
      .csrView .sustainableBanner .sustainableTitle .btnArea a + a {
        margin-left: 20px; }
  .csrView .sustainableMain {
    padding: 10% 15px 15% 15px; }
  .csrView .sustainableFeature .sustainablePic {
    overflow: hidden; }
    .csrView .sustainableFeature .sustainablePic img {
      width: 120%;
      margin-left: -10%; }
  .csrView .sustainableFeature .textGroup h3 {
    font-size: 24px; }
  .csrView .sustainableFeature .textGroup h4 {
    font-size: 32px; }
  .csrView .sustainableNews:before {
    display: none; }
  .csrView .sustainableNews p {
    margin: 10px 0 20px 0; }
  .csrView .sustainableNews .areaContent {
    margin: 0;
    padding-bottom: 0; }
  .csrView .sustainNews {
    display: block;
    width: auto;
    margin: 0 15px;
    padding-bottom: 40px; }
  .csrView ul.sustainNewsList {
    margin-bottom: 40px; }
  .csrView .sustainHonor {
    position: relative;
    right: 0;
    display: block;
    width: auto;
    background: #fff;
    padding: 40px 0; }
    .csrView .sustainHonor .honorSlide.owl-carousel {
      margin-bottom: 30px; }
  .csrView .sustainableContact .textArea {
    text-align: center; }
    .csrView .sustainableContact .textArea h6, .csrView .sustainableContact .textArea p {
      margin-right: 0; }
    .csrView .sustainableContact .textArea .btnArea {
      position: relative;
      margin-top: 10px; }
  .csrView .sustainableContact figure img {
    width: 120%; }
  .insideSpotlight .spotlightSlide.owl-carousel {
    width: auto; }
  .crumb {
    float: none;
    clear: both;
    display: block; }
  .yearSdgsGroup {
    float: none;
    clear: both;
    display: block;
    text-align: left;
    margin-top: 0; }
    .yearSdgsGroup .selectGroup {
      margin-bottom: 10px; }
  .csrView.en .question-list-info03.qabc ol.abcList {
    margin-top: 0; }
    .csrView.en .question-list-info03.qabc ol.abcList .title {
      min-height: auto;
      margin-bottom: 0; }
    .csrView.en .question-list-info03.qabc ol.abcList li {
      display: block;
      width: auto; }
  ol.abcList {
    margin-top: 0; }
    ol.abcList li {
      display: block;
      width: auto; } }

@media all and (max-width: 844px) {
  .chartArea .chartMajor #chartdivTw, .chartArea .chartMajor #chartdivEn {
    min-height: 800px; } }

@media screen and (max-width: 767px) {
  .csrTargetDetail.hadNote {
    padding: 20px 5px 40px 5px; }
  .csrTarget .note {
    max-width: calc(100% - 150px);
    right: 75px; }
  .ps {
    margin: 0 40px; } }

@media all and (max-width: 680px) {
  .tabSlide.owl-carousel.human .owl-nav button.owl-prev, .tabSlide.owl-carousel.human .owl-nav button.owl-next {
    top: -70px; }
  .csrView .prosperityBanner ul.prosperityLink li {
    margin: 0 5px 10px 5px; }
    .csrView .prosperityBanner ul.prosperityLink li span {
      font-size: 14px; }
  .csrView .prosperityPage .pcBlock {
    display: inline-block;
    vertical-align: top; }
  .csrView .prosperityPage .prosperityNews h2 {
    margin-bottom: 0; }
  .csrView .prosperityHonor .areaContent {
    padding: 40px 0; }
  .csrView .prosperitySquare .squareGroup {
    display: block;
    width: auto;
    float: none;
    clear: both; }
    .csrView .prosperitySquare .squareGroup:nth-child(3) {
      position: relative;
      width: auto; }
    .csrView .prosperitySquare .squareGroup:nth-child(4) {
      width: auto; }
    .csrView .prosperitySquare .squareGroup:nth-child(5) {
      width: auto; }
    .csrView .prosperitySquare .squareGroup:nth-child(6) {
      position: relative;
      background: #f0f6f7;
      width: auto;
      display: block; }
  .csrView .prosperityReport {
    padding-bottom: 20px; }
    .csrView .prosperityReport h2 {
      margin-top: 200px; }
    .csrView .prosperityReport p {
      margin-bottom: 20px; }
      .csrView .prosperityReport p .text::before {
        top: -200px;
        left: 56%;
        width: 80px; }
  .csrView .prosperityChain {
    padding-bottom: 80px; }
    .csrView .prosperityChain .popupChainArea .popupChain:nth-child(1) {
      top: 30%;
      left: 10%; }
    .csrView .prosperityChain .popupChainArea .popupChain:nth-child(2) {
      top: 10%;
      left: 10%; }
    .csrView .prosperityChain .popupChainArea .popupChain:nth-child(3) {
      top: 55%;
      left: 10%; }
    .csrView .prosperityChain .popupChainArea .popupChain:nth-child(4) {
      top: 30%;
      left: 10%; }
    .csrView .prosperityChain .popupChainArea .popupChain:nth-child(5) {
      top: 30%;
      left: 10%; }
    .csrView .prosperityChain .popupChainArea .popupChain:nth-child(6) {
      top: 10%;
      left: 10%;
      width: 80%; }
    .csrView .prosperityChain .popupChain {
      width: 80%; }
    .csrView .prosperityChain ul.chainList li {
      width: 40%; }
      .csrView .prosperityChain ul.chainList li:nth-child(1) {
        width: 39%;
        left: 60%;
        top: 3%; }
      .csrView .prosperityChain ul.chainList li:nth-child(2) {
        width: 38%;
        left: 63%;
        top: 54%; }
      .csrView .prosperityChain ul.chainList li:nth-child(3) {
        width: 45%;
        left: 34%;
        top: 32%; }
      .csrView .prosperityChain ul.chainList li:nth-child(4) {
        width: 52%;
        top: 82%;
        left: 21%; }
      .csrView .prosperityChain ul.chainList li:nth-child(5) {
        width: 42%;
        left: 2%;
        top: 3%; }
      .csrView .prosperityChain ul.chainList li:nth-child(6) {
        left: 0%;
        top: 53%; }
  .csrView .prosperityTCFD.square {
    padding: 20px 0; }
    .csrView .prosperityTCFD.square .textArea {
      width: auto; }
    .csrView .prosperityTCFD.square .infoBox {
      left: 0;
      width: auto; }
  .csrView .prosperityTCFD .mainPic {
    display: block;
    width: 70%;
    margin: 0 auto; }
  .csrView .prosperityTCFD .textArea {
    width: auto;
    display: block;
    float: none;
    clear: both;
    margin-right: 0;
    text-align: center; }
    .csrView .prosperityTCFD .textArea h2 {
      text-align: center; }
  .csrView .prosperityTCFD .infoBox {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    display: block;
    margin: 20px 0; }
  .csrView .prosperityVideo .textArea {
    display: block;
    width: auto;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 30px; }
    .csrView .prosperityVideo .textArea img {
      display: none; }
    .csrView .prosperityVideo .textArea h2 {
      text-align: center; }
  .csrView .prosperityVideo .csrVideo {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    display: block;
    width: 100%;
    margin: 30px 0 60px 0; }
    .csrView .prosperityVideo .csrVideo::before {
      width: 30px;
      height: 30px;
      left: -20px;
      top: calc( 100% + 5px); }
    .csrView .prosperityVideo .csrVideo::after {
      width: 30px;
      height: 30px;
      right: -20px;
      top: -35px; }
  .chartArea .phoneBlock {
    display: block;
    font-weight: bold; }
  .chartArea .chartInfo {
    margin: 20px 20px 0 20px; }
  .chartArea .chartHand {
    display: block;
    animation-duration: 1.5s;
    animation-name: leftToRight;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-name: leftToRight;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    -moz-animation-duration: 1.5s;
    -moz-animation-name: leftToRight;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-delay: 0s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: linear; }
    .chartArea .chartHand .ps {
      position: relative;
      top: -20px;
      font-size: 14px;
      line-height: 1.4em;
      text-align: center;
      margin: 0;
      color: #f85885; }
  .chartArea .chartBig {
    position: relative;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
    text-align: center; }
    .chartArea .chartBig #chartdivTw, .chartArea .chartBig #chartdivEn {
      margin: 0 auto; }
  .csrHeader .sideMenuGroup h4 {
    margin: 50px 0 20px 0px; }
  .csrHeader .csrMenu ul.textMenu {
    display: block; }
    .csrHeader .csrMenu ul.textMenu > li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .csrHeader .csrMenu ul.textMenu > li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .csrHeader .csrMenu ul.textMenu > li > dl {
    display: none;
    padding-top: 0;
    margin-left: 0;
    padding-left: 20px;
    border-bottom: 0px solid rgba(255, 255, 255, 0.3); }
    .csrHeader .csrMenu ul.textMenu > li > dl:before {
      left: 0;
      top: 5px; }
  .csrHeader .csrMenu ul.textMenu > li > a {
    position: relative;
    width: auto;
    display: block;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px; }
    .csrHeader .csrMenu ul.textMenu > li > a span:first-child {
      margin-right: 20px; }
    .csrHeader .csrMenu ul.textMenu > li > a:before {
      position: absolute;
      top: 9px;
      right: 5px;
      content: '+';
      font-size: 24px;
      font-style: normal; }
  .csrHeader .csrMenu ul.imgMenu h4 {
    position: relative;
    display: block;
    margin: 20px 0 20px 20px; }
  .csrHeader .csrMenu ul.imgMenu {
    padding-left: 0;
    padding-top: 0; }
  .chartFilter .first-menu {
    width: 90%; }
  .chartFilter .second-menu {
    width: 90%; }
  .chartFilter .year-menu {
    width: 90%; }
  .chartFilter .btnArea {
    margin-bottom: 60px; }
  .chartPopup a.filter-close {
    top: 20px;
    right: 20px; }
  .chartPopup .popupContent {
    top: 60px;
    left: 0;
    max-height: calc(100% - 60px);
    overflow: auto;
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%); }
  .report-download-list h3 {
    height: auto; }
  .phoneBlock {
    display: block; }
  #chartdiv {
    margin: 0 20px; }
  .chartArea #chartdiv + .chartInfo {
    margin: 20px 15px 0 15px; }
  .chartArea .chartSelect {
    position: relative;
    margin: 0 20px 30px 20px;
    padding: 20px 20px; }
    .chartArea .chartSelect .first-menu, .chartArea .chartSelect .second-menu {
      margin-bottom: 10px; }
    .chartArea .chartSelect .form-group {
      width: auto;
      display: block; }
    .chartArea .chartSelect .btn-primary {
      float: none;
      clear: both; }
  .tabSlide.owl-carousel {
    width: auto;
    padding: 0 25px;
    margin: 10px auto; }
    .tabSlide.owl-carousel .owl-stage-outer {
      width: 100%; }
    .tabSlide.owl-carousel a {
      min-width: auto;
      display: block;
      margin: 0 auto;
      padding: 5px 15px; }
  .insideSpotlight .spotlightSlide.owl-carousel {
    margin: 0 10px; }
  .articleContent {
    padding: 20px; }
  .csrArticle.imgRight .mainPicArea {
    position: relative;
    right: 0;
    width: auto;
    margin: 0 auto; }
  .csrArticle.imgRight .mainArticle {
    margin-right: 0;
    width: auto;
    padding-top: 0; }
  .csrArticle.imgLeft .mainPicArea {
    position: relative;
    left: 0;
    width: auto;
    margin: 0 auto; }
  .csrArticle.imgLeft .mainArticle {
    margin-left: 0;
    width: auto;
    padding-top: 0; }
  .csrListContent h1 {
    font-size: 24px; }
    .csrListContent h1 p {
      font-size: 16px; }
  .listContent {
    padding-top: 50px; }
  ul.csrTab {
    top: -25px; }
    ul.csrTab li {
      margin: 0 5px; }
      ul.csrTab li a {
        font-size: 14px;
        line-height: 40px;
        width: 80px;
        border: 4px solid #fff; }
  ul.spotlightList {
    padding-bottom: 20px; }
    ul.spotlightList li:hover a {
      padding-top: 0; }
    ul.spotlightList li a {
      height: 100%;
      padding-top: 40%; }
      ul.spotlightList li a span.more {
        padding: 0 10px; }
  .csrSdgsArea {
    display: block; }
  .csrArticleSingle > h1 {
    font-size: 32px;
    margin: 0 20px; }
  .quoteArea p {
    font-size: 18px; }
  .editorArticle + .relatedArea {
    display: block;
    margin: 0 20px;
    padding: 20px 20px; }
  .editorArticle h2 {
    font-size: 22px; }
  .editorArticle h3 {
    font-size: 20px;
    margin: 20px 0; }
  .editorArticle h4 {
    font-size: 18px; }
    .editorArticle h4:before {
      width: 22px;
      height: 22px; }
  .bbsArticle h2 {
    font-size: 22px; }
  .bbsArticle h3 {
    font-size: 20px;
    margin: 20px 0; }
  .bbsArticle h4 {
    font-size: 18px; }
    .bbsArticle h4:before {
      width: 22px;
      height: 22px; }
  .pageRelatedArea {
    padding: 20px; }
    .pageRelatedArea .sideMenuGroup h4 {
      margin: 50px 0 20px 0; }
    .pageRelatedArea .csrMenu .icon-plus {
      position: absolute;
      top: 15px;
      right: -7px;
      display: block; }
    .pageRelatedArea .csrMenu ul.textMenu {
      display: block; }
      .pageRelatedArea .csrMenu ul.textMenu > li {
        border-top: 1px solid rgba(255, 255, 255, 0.3); }
        .pageRelatedArea .csrMenu ul.textMenu > li > dl {
          display: none;
          padding: 0 0 10px 0;
          margin-left: 0;
          padding-left: 0; }
          .pageRelatedArea .csrMenu ul.textMenu > li > dl:before {
            display: none; }
          .pageRelatedArea .csrMenu ul.textMenu > li > dl dd {
            display: block; }
            .pageRelatedArea .csrMenu ul.textMenu > li > dl dd a {
              font-size: 16px;
              padding-top: 5px;
              padding-bottom: 5px; }
              .pageRelatedArea .csrMenu ul.textMenu > li > dl dd a:after {
                display: none; }
        .pageRelatedArea .csrMenu ul.textMenu > li > a {
          position: relative;
          display: block;
          text-align: left;
          width: auto;
          padding-top: 15px;
          padding-bottom: 15px; }
          .pageRelatedArea .csrMenu ul.textMenu > li > a span:first-child {
            margin-right: 25px; }
    .pageRelatedArea .csrMenu ul.imgMenu {
      padding: 0; }
      .pageRelatedArea .csrMenu ul.imgMenu h4 {
        position: relative;
        left: 0;
        display: block; }
      .pageRelatedArea .csrMenu ul.imgMenu li {
        width: 49%; }
  .csrView ul.prosperityNewsList li {
    margin-left: 0; }
  .csrView .csrFullpage {
    max-width: 100%;
    overflow: hidden; }
  .csrView ul.sustainLinkList li {
    width: 45%;
    margin: 0px 0 20px 0; }
  .csrView .insideBannerArea .areaContent {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
  .csrView .insideBannerArea figure {
    width: 200%; }
    .csrView .insideBannerArea figure img {
      margin-left: -25%; }
  .csrView .insideBannerArea .bannerInfo {
    width: 90%;
    left: 5%;
    padding: 20px 10px 60px 10px; }
    .csrView .insideBannerArea .bannerInfo h2 {
      font-size: 20px; }
    .csrView .insideBannerArea .bannerInfo p {
      font-size: 16px;
      margin-bottom: 0;
      line-height: 1.3em;
      max-height: 100px;
      -webkit-line-clamp: 5; }
    .csrView .insideBannerArea .bannerInfo .csr-scroll img {
      width: 25px; }
  .csrView .prosperityBanner .csrVideo {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    width: 100%; }
  .csrView .prosperityBanner > figure {
    position: absolute;
    bottom: 0;
    display: none; }
  .csrView .prosperityBanner .prosperityTitle {
    background: url(../images/csr_2023/banner_bg_phone.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    width: auto;
    right: 0;
    padding: 80px 0 90px 0; }
  .csrView .prosperityFeature.picRight .textGroup {
    left: 0; }
  .csrView .prosperityFeature.picFull .textGroup {
    width: auto; }
  .csrView .prosperityFeature:nth-child(4) .textGroup {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .csrView .prosperityFeature .prosperityPic {
    display: block;
    width: auto; }
  .csrView .prosperityFeature .textGroup {
    position: relative;
    width: auto;
    top: 0;
    right: 0;
    padding: 40px 15px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .csrView .prosperityNews {
    padding: 20px 0 60px 0; }
    .csrView .prosperityNews ul.prosperityNewsList {
      margin: 20px 0 30px 0;
      padding-right: 0;
      margin-left: 0; }
      .csrView .prosperityNews ul.prosperityNewsList li {
        display: block;
        width: auto; }
        .csrView .prosperityNews ul.prosperityNewsList li .text {
          margin: 6px 0 0 75px;
          font-size: 16px; }
  .csrView .prosperityHonor .areaContent {
    text-align: center; }
  .csrView .prosperityHonor h5 {
    position: relative;
    top: 0;
    margin: 40px auto 0 auto; }
  .csrView .prosperityHonor .honorSlide.owl-carousel {
    width: auto;
    margin-left: 0; }
  .csrView .prosperityIconContact {
    background: url(../images/csr_2023/footmark_bg_phone.jpg) center center no-repeat;
    background-size: cover;
    padding: 80px 0 0 0; }
    .csrView .prosperityIconContact .prosperityContact {
      width: 90%;
      margin-left: 5%; }
    .csrView .prosperityIconContact .mainBG {
      display: none; }
    .csrView .prosperityIconContact .areaContent {
      position: relative;
      top: 0;
      left: 0;
      width: auto;
      padding: 0;
      -webkit-transform: translateX(0%) translateY(0%);
      -ms-transform: translateX(0%) translateY(0%);
      transform: translateX(0%) translateY(0%); }
  .csrView .prosperityIconLink {
    display: block;
    width: auto;
    padding: 50px 0 0 0; }
    .csrView .prosperityIconLink h5 {
      margin-bottom: 0; }
    .csrView .prosperityIconLink .iconSlide.owl-carousel .item {
      display: block;
      width: auto;
      margin-bottom: 0; }
  .csrView .prosperityContact {
    display: block;
    float: none; }
    .csrView .prosperityContact .textArea .btnArea a.btnLink {
      padding: 0 20px;
      margin-right: 20px; }
    .csrView .prosperityContact .textArea .btnArea a.btnMore + .btnMore {
      margin-left: 20px; }
  .csrView .pcUse {
    display: none; }
  .csrView .phoneUse {
    display: block; }
  .csrView a.btnMore, .csrView a.btnLink {
    font-size: 16px;
    padding: 0 30px; }
  .csrView .sustainableBanner {
    max-width: 100%;
    overflow: hidden; }
    .csrView .sustainableBanner > figure {
      display: none; }
    .csrView .sustainableBanner .csrVideo {
      position: relative;
      right: 0;
      top: 0;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      width: 100%; }
    .csrView .sustainableBanner .sustainableTitle {
      position: relative;
      width: auto;
      top: 0;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      padding: 40px 5px;
      background: #f3ede8 url(../images/csr_2022/sustainable/csr_banner_phone.png) center center no-repeat;
      background-size: cover; }
  .csrView .sustainableMain {
    width: auto;
    padding: 40px 15px 100px 15px; }
    .csrView .sustainableMain h2 {
      font-size: 24px;
      margin-bottom: 0; }
    .csrView .sustainableMain p {
      font-size: 18px; }
  .csrView .sustainableFeature {
    background: #fff; }
    .csrView .sustainableFeature.picLeft .textGroup {
      margin-left: 0; }
    .csrView .sustainableFeature .areaContent:before, .csrView .sustainableFeature .areaContent:after {
      display: none; }
    .csrView .sustainableFeature .sustainablePic {
      position: relative;
      width: auto; }
      .csrView .sustainableFeature .sustainablePic img {
        width: 100%;
        margin-left: 0; }
    .csrView .sustainableFeature .textGroup {
      width: auto;
      padding: 40px 0; }
      .csrView .sustainableFeature .textGroup .sdgs {
        text-align: left; }
  .csrView ul.sustainNewsList li {
    padding-bottom: 10px; }
    .csrView ul.sustainNewsList li a .text {
      font-size: 16px;
      line-height: 1.4em;
      height: 68px;
      opacity: 1; }
  .csrView .sustainableNews h5 {
    font-size: 24px; }
  .csrView .iconSlide .owl-dots {
    margin-top: 20px; }
  .csrView .sustainableContact figure img {
    width: 200%; }
  .csrView .sustainableContact .textArea h6 {
    font-size: 20px; }
  .csrView .sustainableContact .textArea .btnArea .btnMore {
    padding: 0 20px; }
    .csrView .sustainableContact .textArea .btnArea .btnMore + .btnMore {
      margin-left: 20px; }
  .quoteArea {
    display: block;
    margin: 30px 20px; }
    .quoteArea .quoteTop:before {
      width: 40px;
      top: -32px; }
    .quoteArea .quoteDown:after {
      width: 40px;
      bottom: -22px; }
    .quoteArea p {
      margin: 40px 0;
      font-size: 20px; }
  .qaMapArea .rainArea ul.rainList li:nth-child(1) {
    margin-top: 20%;
    left: 0%; }
  .qaMapArea .rainArea ul.rainList li:nth-child(2) {
    margin-top: 0;
    left: 10%; }
  .qaMapArea .rainArea ul.rainList li:nth-child(3) {
    margin-top: -10px;
    left: 45%; }
  .qaMapArea .windmillArea ul.windmillList li:nth-child(1) {
    left: 22%;
    margin-top: 58%; }
  .qaMapArea .windmillArea ul.windmillList li:nth-child(2) {
    left: 32%;
    margin-top: 54%; }
  .qaMapArea .windmillArea ul.windmillList li:nth-child(3) {
    left: 43%;
    margin-top: 49%; }
  .qaMapArea .windmillArea ul.windmillList li:nth-child(4) {
    left: 53%;
    margin-top: 39%; }
  ul.mapSpot li:nth-child(1) {
    top: 8%;
    left: 67%; }
  ul.mapSpot li:nth-child(2) {
    top: 22%;
    left: 56%; }
  ul.mapSpot li:nth-child(3) {
    top: 29%;
    left: 24%; }
  ul.mapSpot li:nth-child(4) {
    top: 32%;
    left: 76%; }
  ul.mapSpot li:nth-child(5) {
    top: 37%;
    left: 51.9%; }
  ul.mapSpot li:nth-child(6) {
    top: 50%;
    left: 18%; }
  ul.mapSpot li:nth-child(7) {
    top: 54%;
    left: 56%; }
  ul.mapSpot li:nth-child(8) {
    top: 69%;
    left: 56%; }
  .csrQaPopup, .csrQaGame.en .csrQaPopup {
    width: 87%;
    height: auto;
    margin: 10px auto 0 auto;
    padding: 20px 12px 200px 12px; }
    .csrQaPopup.qaEndBox, .csrQaGame.en .csrQaPopup.qaEndBox {
      padding-bottom: 55px; }
    .csrQaPopup a.btnClose, .csrQaGame.en .csrQaPopup a.btnClose {
      width: 30px;
      height: 30px;
      background-size: 100% auto; }
    .csrQaPopup h2.csrQaTitle, .csrQaGame.en .csrQaPopup h2.csrQaTitle {
      font-size: 18px;
      padding-left: 65px;
      padding-right: 40px;
      line-height: 1.4em; }
    .csrQaPopup .csrQaContent.note:before, .csrQaGame.en .csrQaPopup .csrQaContent.note:before {
      font-size: 18px;
      left: 0;
      right: 0;
      top: auto;
      bottom: 180px;
      text-align: center; }
    .csrQaPopup .csrQaContent .radioGroup, .csrQaGame.en .csrQaPopup .csrQaContent .radioGroup {
      font-size: 18px; }
    .csrQaPopup ul.csrQaList, .csrQaGame.en .csrQaPopup ul.csrQaList {
      margin: 10px 0px 15px 0; }
      .csrQaPopup ul.csrQaList li .letter, .csrQaGame.en .csrQaPopup ul.csrQaList li .letter {
        width: 20px; }
    .csrQaPopup .resultStatus, .csrQaGame.en .csrQaPopup .resultStatus {
      left: 0; }
    .csrQaPopup .resultAns, .csrQaGame.en .csrQaPopup .resultAns {
      bottom: 60px;
      width: 100px;
      left: 50%;
      margin-left: -50px; }
      .csrQaPopup .resultAns a.btnEnter span, .csrQaGame.en .csrQaPopup .resultAns a.btnEnter span {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 22px; }
    .csrQaPopup .resultYes, .csrQaPopup .resultNo, .csrQaGame.en .csrQaPopup .resultYes, .csrQaGame.en .csrQaPopup .resultNo {
      width: 120px;
      right: 50%;
      margin-right: -60px; }
      .csrQaPopup .resultYes figcaption, .csrQaPopup .resultNo figcaption, .csrQaGame.en .csrQaPopup .resultYes figcaption, .csrQaGame.en .csrQaPopup .resultNo figcaption {
        font-size: 18px;
        line-height: 40px; }
  .question-form .question-list-info01 input[type="text"] {
    width: 95%; }
  .question-list textarea {
    width: 95%; }
  .qaEndBox a.btnReplay {
    padding: 0 0 0 45px; }
    .qaEndBox a.btnReplay span {
      right: -27px; }
  .inviteBox {
    padding-top: 56%; }
    .inviteBox .inviteBox {
      top: 0; }
    .inviteBox .noteWord {
      top: 55px; }
  .searchltem .mainPic {
    display: none;
    width: 80px;
    margin-bottom: 5px; }
  .searchltem .itemContent {
    display: block;
    width: auto;
    margin-left: 0; } }

@media all and (max-width: 320px) {
  .csrView .sustainableContact .textArea .btnArea a.btnMore {
    display: block;
    width: 206px;
    margin: 0 auto; }
    .csrView .sustainableContact .textArea .btnArea a.btnMore + .btnMore {
      margin: 0 auto;
      margin-top: 20px; }
  .csrView .prosperityContact {
    padding: 15px; }
    .csrView .prosperityContact .textArea .btnArea a.btnMore {
      padding: 0 40px 0 0; }
      .csrView .prosperityContact .textArea .btnArea a.btnMore .arrow {
        right: 5px; }
  .csrView .sustainableBanner .sustainableTitle {
    padding: 25px 5px; }
    .csrView .sustainableBanner .sustainableTitle p {
      font-size: 14px; }
  .csrView .sustainableContact .textArea .btnArea .btnMore + .btnMore {
    margin-left: 0;
    margin-top: 20px; }
  .csrView .sustainableContact figure img {
    width: 340%; } }

/*--> Language [EN] ----------------------------------------------------------------------------*/
/*--> Language [EN] ----------------------------------------------------------------------------*/
.csrHeader.en .sideMenuGroup h4 {
  margin: 50px 0 20px 45px; }

.csrHeader.en .csrMenu ul.textMenu > li > a {
  width: 200px;
  letter-spacing: -1px; }

.csrHeader.en .csrMenu ul.textMenu > li > dl {
  margin-left: 250px;
  min-height: 40px; }

.csrHeader.en .csrMenu ul.imgMenu {
  padding-left: 210px; }

.csrView.en .sustainableTitle h1, .csrView.en .sustainableMain h2, .csrView.en .sustainableNews h5 {
  font-family: 'Patrick Hand', cursive; }

.csrView.en .prosperityBanner .prosperityTitle h1, .csrView.en .prosperityFeature .textGroup h3, .csrView.en .prosperityNews h5, .csrView.en .prosperityHonor h5, .csrView.en .prosperityPage h2 {
  font-family: 'Caveat', cursive; }

.csrView.en .prosperitySquare h3 {
  font-family: 'Caveat', cursive; }

.csrView.en .reportSlide .item .text {
  font-size: 16px;
  min-height: 83px;
  -webkit-line-clamp: 3; }

.csrView.en .prosperityReport p .text {
  display: inline-block;
  max-width: 470px; }

.csrView.en .contentOrigin .report-download-list h3 {
  height: 58px; }

.csrView.en .prosperityTCFD h2 {
  margin: 20px 0 0 0; }

.csrView.en .prosperityTCFD .infoBox {
  width: 55%;
  top: 170px; }

.csrView.en .prosperityIconLink {
  margin-top: 3.5%; }

.csrView.en .csrFullpage .sustainableFeature h4 {
  margin-top: 15px;
  color: #000; }

.csrView.en ul.sustainLinkList li figure + a {
  width: 180px;
  line-height: 1.3em; }

.csrView.en .insideBannerArea .bannerInfo h2 {
  font-family: 'Caveat', cursive; }

.csrView.en .sustainableBanner .sustainableTitle h1 {
  margin-bottom: 10px; }

.csrView.en .sustainableBanner .sustainableTitle .btnArea a + a {
  margin-left: 20px; }

.csrView.en .sustainableBanner .sustainableTitle p {
  line-height: 1.3em; }

.csrView.en .sustainableBanner .sustainableTitle span {
  display: inline-block;
  vertical-align: top;
  min-width: 240px; }

.csrView.en .prosperityBanner .prosperityTitle p {
  font-size: 18px;
  font-weight: normal; }

.csrView.en .prosperityBanner ul.prosperityLink li {
  margin: 0 0 10px 0; }
  .csrView.en .prosperityBanner ul.prosperityLink li span {
    width: 158px;
    min-height: 65px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.3em; }

.csrView.en .prosperityBanner .btnArea a {
  max-width: 155px; }

/*--> Language RWD ----------------------------------------------------------------------------*/
@media (max-width: 1300px) {
  .csrView.en .sustainableBanner .sustainableTitle {
    width: 40%; }
  .csrView.en .prosperityBanner .csrVideo {
    width: calc( 100% - 630px); }
  .csrView.en .prosperityBanner .prosperityTitle {
    width: 480px; } }

@media (max-width: 1200px) {
  .csrView.en .sustainableBanner .sustainableTitle {
    width: 45%; }
  .csrView.en .prosperityBanner .prosperityTitle {
    right: 3%; } }

@media (max-width: 1023px) {
  .csrView.en .sustainableBanner .sustainableTitle {
    left: 20px; }
  .csrView.en .sustainableBanner .btnArea a span {
    min-width: 220px;
    display: inline-block;
    vertical-align: top; } }

@media (max-width: 950px) {
  .csrView.en .prosperityIconContact .prosperityContact .btnArea a.btnMore {
    margin-bottom: 0; }
    .csrView.en .prosperityIconContact .prosperityContact .btnArea a.btnMore + a.btnMore {
      float: left; }
  .csrView.en .prosperityReport h2 {
    margin-top: 80px; }
  .csrView.en .prosperityTCFD {
    padding: 20px 0 180px 0; }
    .csrView.en .prosperityTCFD .infoBox {
      left: 25%;
      width: 70%; }
  .csrView.en .prosperityBanner .csrVideo {
    left: 3%;
    width: calc(100% - 505px); }
  .csrView.en .prosperityBanner .prosperityTitle {
    width: 440px; }
  .csrView.en .prosperityBanner ul.prosperityLink li:nth-child(1) span, .csrView.en .prosperityBanner ul.prosperityLink li:nth-child(2) span {
    width: 130px; }
  .csrView.en .prosperityBanner .btnArea a + a {
    margin-left: 0; } }

@media (max-width: 680px) {
  .csrHeader.en .sideMenuGroup h4 {
    margin: 50px 0 20px 0; }
  .csrHeader.en .csrMenu ul.textMenu > li > dl {
    margin-left: 0;
    padding-left: 20px; }
    .csrHeader.en .csrMenu ul.textMenu > li > dl:before {
      left: 0; }
  .csrHeader.en .csrMenu ul.textMenu > li > a {
    position: relative;
    width: auto; }
  .csrHeader.en .csrMenu ul.imgMenu {
    padding-left: 0; }
    .csrHeader.en .csrMenu ul.imgMenu li a {
      margin-left: 0;
      margin-right: 5px; }
  .csrView.en .prosperityBanner ul.prosperityLink li {
    min-width: 158px; }
  .csrView.en .prosperityTCFD {
    padding: 20px 0; }
    .csrView.en .prosperityTCFD .infoBox {
      top: 0;
      left: 0;
      width: 100%; }
  .csrView.en .prosperityChain ul.chainList li:nth-child(3) {
    left: 28%; }
  .csrView.en .prosperityReport h2 {
    margin-top: 180px; }
  .csrView.en .prosperityReport p .text::before {
    left: 40%; }
  .csrView.en .prosperityIconContact .prosperityContact::after {
    content: '.';
    height: 0;
    color: rgba(0, 0, 0, 0);
    display: block;
    float: none;
    clear: both; }
  .csrView.en .prosperityIconContact .prosperityContact .btnArea a.btnMore {
    float: left; }
  .csrView.en ul.csrTab li a {
    width: auto; }
    .csrView.en ul.csrTab li a span {
      padding: 0 8px; }
  .csrView.en .sustainableBanner .sustainableTitle {
    width: auto;
    left: 0; }
  .csrView.en .sustainableBanner .btnArea a span {
    min-width: auto;
    max-width: 150px;
    line-height: 1.4em; }
  .csrView.en .sustainableContact .textArea h6 {
    font-size: 16px; }
  .csrView.en .sustainableMain p {
    max-width: 80%; }
  .csrView.en ul.sustainLinkList {
    max-width: 100%; }
    .csrView.en ul.sustainLinkList li figure + a {
      width: auto; }
  .csrView.en .prosperityBanner .csrVideo {
    left: 0;
    width: 100%; }
  .csrView.en .prosperityBanner .prosperityTitle {
    width: auto;
    padding: 80px 15px;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%); }
  .csrView.en .prosperityTitle {
    background-position: left top; }
    .csrView.en .prosperityTitle .btnArea {
      padding: 15px 0 0 0; }
      .csrView.en .prosperityTitle .btnArea a + a {
        margin-left: 10px; }
      .csrView.en .prosperityTitle .btnArea a {
        min-width: 10px; }
        .csrView.en .prosperityTitle .btnArea a span {
          max-width: 150px;
          line-height: 1.4em; }
  .csrView.en .prosperityHonor .honorSlide.owl-carousel {
    margin-left: 0;
    width: auto; }
  .csrView.en .prosperityIconContact .prosperityIconLink {
    padding: 50px 15px; } }

@media (max-width: 400px) {
  .csrView.en .sustainableBanner .sustainableTitle {
    background-position: left top; }
  .csrView.en .prosperityIconContact .prosperityContact .btnArea a.btnMore + a.btnMore {
    margin-left: 0; } }
