/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Poppins:wght@400;600;700&display=swap");
.editorBox {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 641px) {
  .editorBox {
    padding: 60px 0 70px;
  }
}
@media (max-width: 640px) {
  .editorBox {
    padding: 50px 0;
  }
}
.editorBox .row {
  position: relative;
  z-index: 3;
}
.editorBox .grayBgc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/bg_RnD.png) no-repeat center, #f7f6f5;
}
.editorBox .rndCircleBox {
  position: relative;
  z-index: 2;
}
@media (min-width: 641px) and (max-width: 960px) {
  .editorBox .rndCircleBox {
    margin-left: 0;
    margin-right: 0;
  }
}
.editorBox .rndCircleBox::before {
  content: "";
  position: absolute;
  top: calc(50% - 540px);
  left: calc(50% - 538px);
  z-index: -1;
  width: 1074px;
  height: 1074px;
  background: url(../images/RnD-circle.png) no-repeat center;
}
@media (max-width: 640px) {
  .editorBox .rndCircleBox::before {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
.editorBox .rndCircleBox .columnList {
  position: relative;
}
@media (min-width: 641px) and (max-width: 960px) {
  .editorBox .rndCircleBox .columnList {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 641px) {
  .editorBox .rndCircleBox .columnList::before, .editorBox .rndCircleBox .columnList::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #005bac;
  }
  .editorBox .rndCircleBox .columnList::before {
    left: -5px;
  }
  .editorBox .rndCircleBox .columnList::after {
    right: -5px;
  }
}
@media (max-width: 640px) {
  .editorBox .rndCircleBox .columnList::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background-color: #005bac;
  }
}
@media (min-width: 961px) {
  .editorBox .rndCircleBox .columnList .Img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .editorBox .rndCircleBox .columnList .Img::before, .editorBox .rndCircleBox .columnList .Img::after {
    content: "";
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .editorBox .rndCircleBox .columnList .Img::before {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .editorBox .rndCircleBox .columnList .Img::after {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.editorBox .welfareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.editorBox .welfareList > div {
  border-bottom: 1px solid #dbdbdb;
}
@media (min-width: 961px) {
  .editorBox .welfareList > div {
    padding: 30px 20px 40px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .editorBox .welfareList > div {
    padding: 25px 20px;
  }
}
@media (max-width: 640px) {
  .editorBox .welfareList > div {
    padding: 10px 0 0;
  }
}
@media (min-width: 1181px) {
  .editorBox .welfareList > div {
    width: calc(100% / 4);
  }
  .editorBox .welfareList > div:not(:nth-child(4n)) {
    border-right: 1px solid #dbdbdb;
  }
  .editorBox .welfareList > div:nth-child(4n+1):nth-last-child(1) {
    border-bottom: 0;
  }
  .editorBox .welfareList > div:nth-child(4n+1):nth-last-child(2) {
    border-bottom: 0;
  }
  .editorBox .welfareList > div:nth-child(4n+1):nth-last-child(3) {
    border-bottom: 0;
  }
  .editorBox .welfareList > div:nth-child(4n+1):nth-last-child(4) {
    border-bottom: 0;
  }
  .editorBox .welfareList > div:nth-child(4n+2):nth-last-child(1) {
    border-bottom: 0;
  }
  .editorBox .welfareList > div:nth-child(4n+2):nth-last-child(2) {
    border-bottom: 0;
  }
  .editorBox .welfareList > div:nth-child(4n+2):nth-last-child(3) {
    border-bottom: 0;
  }
  .editorBox .welfareList > div:nth-child(4n+3):nth-last-child(1) {
    border-bottom: 0;
  }
  .editorBox .welfareList > div:nth-child(4n+3):nth-last-child(2) {
    border-bottom: 0;
  }
  .editorBox .welfareList > div:nth-child(4n+4):nth-last-child(1) {
    border-bottom: 0;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .editorBox .welfareList > div {
    width: calc(100% / 3);
  }
  .editorBox .welfareList > div:not(:nth-child(3n)) {
    border-right: 1px solid #dbdbdb;
  }
  .editorBox .welfareList > div:nth-child(3n+1):nth-last-child(1) {
    border-bottom: 0;
  }
  .editorBox .welfareList > div:nth-child(3n+1):nth-last-child(2) {
    border-bottom: 0;
  }
  .editorBox .welfareList > div:nth-child(3n+1):nth-last-child(3) {
    border-bottom: 0;
  }
  .editorBox .welfareList > div:nth-child(3n+2):nth-last-child(1) {
    border-bottom: 0;
  }
  .editorBox .welfareList > div:nth-child(3n+2):nth-last-child(2) {
    border-bottom: 0;
  }
  .editorBox .welfareList > div:nth-child(3n+3):nth-last-child(1) {
    border-bottom: 0;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .editorBox .welfareList > div {
    width: calc(100% / 2);
  }
  .editorBox .welfareList > div:not(:nth-child(2n)) {
    border-right: 1px solid #dbdbdb;
  }
  .editorBox .welfareList > div:nth-child(2n+1):nth-last-child(1) {
    border-bottom: 0;
  }
  .editorBox .welfareList > div:nth-child(2n+1):nth-last-child(2) {
    border-bottom: 0;
  }
  .editorBox .welfareList > div:nth-child(2n+2):nth-last-child(1) {
    border-bottom: 0;
  }
}
@media (max-width: 640px) {
  .editorBox .welfareList > div {
    width: calc(100% / 1);
  }
  .editorBox .welfareList > div:not(:nth-child(1n)) {
    border-right: 1px solid #dbdbdb;
  }
  .editorBox .welfareList > div:nth-child(1n+1):nth-last-child(1) {
    border-bottom: 0;
  }
}