html {
  scroll-behavior: smooth;
}
.align-center {
  text-align: center;
}
/* banner */
.innner-pc.swiper-container {
  height: 640px;
}
.innner-pc .swiper-slide {
  background-size: cover;
}
.innner-pc .container > * {
  margin-left: calc(1 / 12 * 100%);
}
.innner-pc .pc-small-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: var(--color-icon-01);
  padding: 268px 0 24px;
}
.innner-pc .banner-text-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 72px;
  color: var(--color-icon-01);
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .development-process h2,
  .evaluation h2,
  .evaluation-chart h2,
  .materiality-issue h2 {
    font-size: 30px !important;
  }
  .innner-wap.swiper-container {
    height: 580px;
    margin-bottom: 80px;
  }
  .innner-wap .swiper-slide {
    background-size: cover;
  }
  .wap-small-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--color-icon-01);
    padding: 110px 0 16px;
  }
  .innner-wap .banner-text-title {
    font-size: 30px;
    font-weight: normal;
    line-height: 42px;
    color: var(--color-icon-01);
    padding: 0;
  }
}
.development-process {
  margin-top: 135px;
  margin-bottom: 160px;
}
.development-process .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.development-process .content-img {
  padding-right: 16px;
}
.development-process h2 {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #000018;
  margin-bottom: 16px;
}
.rtl .development-process h2 {
  text-align: right;
}
.development-process p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #36383b;
  max-width: 594px;
}
.rtl .development-process p {
  text-align: right;
}
.development-process img {
  max-width: 600px;
  width: 100%;
  height: auto;
}
.evaluation {
  margin-bottom: 160px;
}
.evaluation h2 {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
  color: #000018;
  margin-bottom: 27px;
}
.evaluation .container > p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-align: center;
  color: #000018;
  margin-bottom: 56px;
}
.evaluation .step-wrapper {
  padding: 0 28px 0 0;
}
.evaluation .step-wrapper .step {
  display: inline-block;
  position: relative;
  padding: 37px 0px 37px 38px;
  height: 180px;
  margin-right: 10px;
  width: 32%;
}
.rtl .evaluation .step-wrapper .step {
  padding: 20px 38px 37px 0px;
  margin-left: 10px;
  margin-right: inherit;
  
}
.evaluation .step-wrapper .step:not(:first-child) {
  padding-left: 80px;
}
.evaluation .step-wrapper .step:not(:first-child):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 60px solid white;
  border-top: 90px solid transparent;
  border-bottom: 90px solid transparent;
}
.rtl .evaluation .step-wrapper .step:not(:first-child):after {
  right: 0;
  border-right: 60px solid white;
  left: inherit;
  border-left: inherit;
}
.evaluation .step-wrapper .step:before {
  content: "";
  position: absolute;
  right: -60px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 90px solid transparent;
  border-bottom: 90px solid transparent;
}
.rtl .evaluation .step-wrapper .step:before {
  left: -60px;
  right: inherit;
}
.evaluation .step-wrapper .step:first-child {
  background: rgba(59, 203, 67, 0.1);
  z-index: 2;
}
.evaluation .step-wrapper .step:first-child:before {
  border-left: 60px solid rgba(59, 203, 67, 0.1);
}
.rtl .evaluation .step-wrapper .step:first-child:before {
  border-right: 60px solid rgba(59, 203, 67, 0.1);
  border-left: inherit;
}
.evaluation .step-wrapper .step:nth-child(2) {
  background: rgba(59, 203, 67, 0.27);
  z-index: 1;
}
.evaluation .step-wrapper .step:nth-child(2):before {
  border-left: 60px solid rgba(59, 203, 67, 0.27);
}
.rtl .evaluation .step-wrapper .step:nth-child(2):before {
  border-right: 60px solid rgba(59, 203, 67, 0.27);
  border-left: inherit;
}
.evaluation .step-wrapper .step:last-child {
  background: rgba(97, 208, 103, 0.74);
}
.evaluation .step-wrapper .step:last-child:before {
  border-left: 60px solid rgba(97, 208, 103, 0.74);
}
.rtl .evaluation .step-wrapper .step:last-child:before {
  border-right: 60px solid rgba(97, 208, 103, 0.74);
  border-left: inherit;
}
.evaluation .step-wrapper .step h5 {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.88px;
  color: #000018;
  margin-bottom: 29px;
}
.rtl .evaluation .step-wrapper .step h5 {
  padding-right: 38px;
  margin-bottom: 16px;
}
.evaluation .step-wrapper .step p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #000018;
  margin-bottom: 0;
  min-height: 43px;
}
.evaluation .step-wrapper .step img {
  position: absolute;
  right: 23px;
  top: 43px;
  width: auto;
  height: 82px;
}
.rtl .evaluation .step-wrapper .step img {
  left: 23px;
  right: inherit;
}
.evaluation-chart {
  margin-bottom: 160px;
}
.evaluation-chart .container {
  max-width: 1608px !important;
}
.evaluation-chart h2 {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
  color: #000018;
  margin-bottom: 73px;
}
.evaluation-chart .overthrow {
  overflow-y: auto;
}
.evaluation-chart .overthrow .chart {
  position: relative;
  min-width: 1448px;
}
.evaluation-chart .overthrow .chart img {
  width: 100%;
  height: auto;
}
.rtl .evaluation-chart .overthrow .chart img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.evaluation-chart .overthrow .chart > a {
  position: absolute;
}
.evaluation-chart .overthrow .chart > a.left-1 {
  top: 13%;
  left: 33%;
}
.rtl .evaluation-chart .overthrow .chart > a.left-1 {
  left: inherit;
  right: 23%;
}
.evaluation-chart .overthrow .chart > a.left-2 {
  top: 21%;
  left: 44%;
}
.rtl .evaluation-chart .overthrow .chart > a.left-2 {
  left: inherit;
  right: 34%;
}
.evaluation-chart .overthrow .chart > a.left-3 {
  top: 32%;
  left: 17%;
}
.rtl .evaluation-chart .overthrow .chart > a.left-3 {
  left: inherit;
  right: 7%;
}
.evaluation-chart .overthrow .chart > a.left-4 {
  top: 48%;
  left: 47%;
}
.rtl .evaluation-chart .overthrow .chart > a.left-4 {
  left: inherit;
  right: 35%;
}
.evaluation-chart .overthrow .chart > a.left-5 {
  top: 55%;
  left: 32%;
}
.rtl .evaluation-chart .overthrow .chart > a.left-5 {
  left: inherit;
  right: 22%;
}
.evaluation-chart .overthrow .chart > a.left-6 {
  top: 68%;
  left: 21%;
}
.rtl .evaluation-chart .overthrow .chart > a.left-6 {
  left: inherit;
  right: 11%;
}
.evaluation-chart .overthrow .chart > a.right-1 {
  top: 9.2%;
  left: 80%;
}
.rtl .evaluation-chart .overthrow .chart > a.right-1 {
  left: inherit;
  right: 60%;
}
.evaluation-chart .overthrow .chart > a.right-2 {
  top: 28%;
  left: 76%;
}
.rtl .evaluation-chart .overthrow .chart > a.right-2 {
  left: inherit;
  right: 66%;
}
.evaluation-chart .overthrow .chart > a.right-3 {
  top: 35%;
  left: 56%;
}
.rtl .evaluation-chart .overthrow .chart > a.right-3 {
  left: inherit;
  right: 48%;
}
.evaluation-chart .overthrow .chart > a.right-4 {
  top: 55%;
  left: 79%;
}
.rtl .evaluation-chart .overthrow .chart > a.right-4 {
  left: inherit;
  right: 69%;
}
.evaluation-chart .overthrow .chart > a.right-5 {
  top: 62%;
  left: 67%;
}
.rtl .evaluation-chart .overthrow .chart > a.right-5 {
  left: inherit;
  right: 57%;
}
.evaluation-chart .overthrow .chart > a.right-6 {
  top: 75%;
  left: 57%;
}
.rtl .evaluation-chart .overthrow .chart > a.right-6 {
  left: inherit;
  right: 48%;
}
.evaluation-chart .overthrow .chart p {
  position: absolute;
}
.evaluation-chart .overthrow .chart p.vertical {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  left: 1.3%;
  bottom: 10%;
  transform: rotate(180deg);
}
.rtl .evaluation-chart .overthrow .chart p.vertical {
  left: inherit;
  right: 1.3%;
}
.evaluation-chart .overthrow .chart p.horizon {
  left: 6%;
  bottom: 3%;
}
.rtl .evaluation-chart .overthrow .chart p.horizon {
  left: inherit;
  right: 6%;
}
.evaluation-chart .red,
.evaluation-chart .blue,
.evaluation-chart .green {
  font-size: 19.2px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #000018;
}
.evaluation-chart .red span,
.evaluation-chart .blue span,
.evaluation-chart .green span {
  width: 24px;
  height: 24px;
  border: 1px solid ;
  border-radius: 50px;
  display: inline-block;
  margin-right: 16px;
  vertical-align: -5px;
  position: relative;
}
.rtl .evaluation-chart .red span,
.rtl .evaluation-chart .blue span,
.rtl .evaluation-chart .green span{
  margin-left: 16px;
  margin-right: inherit;
}
.evaluation-chart .red span:before,
.evaluation-chart .blue span:before,
.evaluation-chart .green span:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: 8px;
  top: 5px;
}
.evaluation-chart .red span {
  background: rgba(217, 29, 34, 0.18);
  border-color: #d91d22;
}
.evaluation-chart .red span:before {
  border-left: 8px solid #d91d22;
}
.evaluation-chart .blue span {
  background: rgba(22, 160, 255, 0.14);
  border-color: #16a0ff;
}
.evaluation-chart .blue span:before {
  border-left: 8px solid #16a0ff;
}
.evaluation-chart .green span {
  background: rgba(12, 193, 22, 0.18);
  border-color: #0cc116;
}
.evaluation-chart .green span:before {
  border-left: 8px solid #0cc116;
}
.evaluation-chart .category {
  margin-top: 48px;
}
.evaluation-chart .category .red,
.evaluation-chart .category .blue,
.evaluation-chart .category .green {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.63px;
  color: #000018;
  display: inline-block;
  width: 33%;
  text-align: center;
}
.evaluation-chart .category .red span,
.evaluation-chart .category .blue span,
.evaluation-chart .category .green span {
  width: 30px;
  height: 30px;
}
.evaluation-chart .category .red span:before,
.evaluation-chart .category .blue span:before,
.evaluation-chart .category .green span:before {
  display: none;
}
.materiality-issue {
  margin-bottom: 160px;
}
.materiality-issue h2 {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
  color: #000018;
  margin-bottom: 92px;
}
.materiality-issue .table-wrapper .title {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.88px;
  color: #000018;
  margin-bottom: 0;
  padding-bottom: 19px;
  border-bottom: 1px solid #d91d22;
  text-align: center;
}
.materiality-issue .table-wrapper table {
  width: 100%;
  margin-bottom: 91px;
}
.materiality-issue .table-wrapper table tr {
  border-bottom: 1px solid #e4e4e4;
}
.materiality-issue .table-wrapper table tr:last-child {
  border-bottom: 0;
}
.materiality-issue .table-wrapper table tr.table-head {
  background: #f7f7fa;
  border-bottom: 0;
}
.materiality-issue .table-wrapper table tr.table-head td {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.63px;
  color: #000018;
  padding: 30px 0 24px 110px;
}
.rtl .materiality-issue .table-wrapper table tr.table-head td {
  padding: 30px 110px 24px 0;
}
.materiality-issue .table-wrapper table tr td {
  padding: 34px 16px 34px 110px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #000018;
}
.rtl .materiality-issue .table-wrapper table tr td {
  padding: 34px 110px 34px 16px;
}
.materiality-issue .table-wrapper table tr td:first-child {
  width: 390px;
}
@media only screen and (min-width: 1920px) {
  .development-process .container {
    padding-left: 251px;
    padding-right: 320px;
  }
  .evaluation .container {
    padding-left: 260px;
    padding-right: 260px;
  }
  .materiality-issue .container {
    padding-left: 282px;
    padding-right: 282px;
  }
}
@media only screen and (min-width: 1300px) {
  .evaluation .step-wrapper .step p {
    padding-right: 95px;
    float: left;
  }
  .rtl .evaluation .step-wrapper .step p {
    padding-left: 95px;
    padding-right: inherit;
    float: right;
  }
}
@media only screen and (max-width: 1299px) {
  .evaluation .step-wrapper {
    padding: 0 59px 0 0;
  }
  .evaluation .step-wrapper .step {
    display: block;
    margin: 0 auto 16px;
    max-width: 600px;
    width: 100%;
    padding-right: 55px;
  }
  .evaluation .step-wrapper .step:not(:first-child) {
    padding-left: 38px;
  }
  .evaluation .step-wrapper .step:not(:first-child):after {
    border: 0;
  }
  .evaluation .step-wrapper .step h5 {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.88px;
    color: #000018;
  }
  .rtl .evaluation .step-wrapper .step h5 {
    padding-right: 38px;
  }
  .evaluation .step-wrapper .step p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #000018;
  }
  .evaluation .step-wrapper .step img {
    right: 5px;
    top: 50%;
    margin-top: -28px;
    height: 56px;
  }
  .rtl .evaluation .step-wrapper .step img {
    right: inherit;
    left: -15px;
  }
}
@media only screen and (min-width: 1200px) {
  .development-process .content-img {
    padding-right: 155px;
  }
}
@media only screen and (max-width: 900px) {
  .development-process .container {
    display: block;
    text-align: center;
  }
  .development-process .container .content-img {
    padding-right: 0;
  }
  .development-process .container p {
    margin: auto;
    margin-bottom: 32px;
  }
  .rtl .evaluation .step-wrapper {
    padding: 0 0 0 48px;
  }
  .rtl .evaluation .step-wrapper .step h5 {
    padding-right: 0;
  }
  .rtl .evaluation .step-wrapper .step {
    padding: 15px 13px 14px 0px;    
  }
}
@media screen and (min-width: 835px) {
  #banner {
    background-image: url('../images/csr-materiality/csr-report-assessment.jpg');
  }
}
@media only screen and (max-width: 767px) {
  #banner {
    display: block;
    align-items: initial;
    height: 500px;
  }
  #banner .content {
    text-align: center;
    padding-top: 30px;
  }
  #banner .content p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.33px;
    margin-bottom: 16px;
  }
  #banner .content h1 {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.63px;
    text-align: center;
    color: #fff;
  }
  .development-process {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .development-process .content-img h2 {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.94px;
    text-align: center;
    color: #000018;
  }
  .development-process .content-img p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.5px;
    text-align: center;
    color: #36383b;
  }
  .evaluation {
    margin-bottom: 80px;
  }
  .evaluation .container h2 {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.94px;
    text-align: center;
    color: #000018;
    margin-bottom: 16px;
  }
  .evaluation .container > p {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.5px;
    text-align: center;
    color: #36383b;
    margin-bottom: 32px;
  }
  .evaluation .container .step-wrapper .step h5 {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.88px;
    color: #000018;
    margin-bottom: 16px;
  }
  .evaluation .container .step-wrapper .step p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #000018;
  }
  .evaluation-chart {
    margin-bottom: 80px;
  }
  .evaluation-chart h2 {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.94px;
    text-align: center;
    color: #000018;
  }
  .evaluation-chart .blue,
  .evaluation-chart .red,
  .evaluation-chart .green {
    font-size: 11px;
  }
  .evaluation-chart .blue span,
  .evaluation-chart .red span,
  .evaluation-chart .green span {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .evaluation-chart .blue span:before,
  .evaluation-chart .red span:before,
  .evaluation-chart .green span:before {
    border-top: 3px solid transparent;
    border-left: 4px solid;
    border-bottom: 3px solid transparent;
    left: 5px;
    top: 4px;
  }
  .evaluation-chart .blue span:before {
    border-left: 4px solid #16a0ff;
  }
  .evaluation-chart .red span:before {
    border-left: 4px solid #d91d22;
  }
  .evaluation-chart .green span:before {
    border-left: 4px solid #0cc116;
  }
  .evaluation-chart .overthrow .chart {
    min-width: 100%;
    width: 632px;
  }
  .evaluation-chart .overthrow .chart img {
    width: 632px;
  }
  .evaluation-chart .overthrow .chart p.vertical {
    left: 0.7%;
    font-size: 11px;
  }
  .rtl .evaluation-chart .overthrow .chart p.vertical {
    left: inherit;
    right: 0.7%;
  }
  .evaluation-chart .overthrow .chart p.horizon {
    left: 6%;
    bottom: 3%;
    font-size: 11px;
  }
  .rtl .evaluation-chart .overthrow .chart p.horizon {
    left: inherit;
    right: 6%;
  }
  .evaluation-chart .category {
    margin: 28px 68px 0;
  }
  .evaluation-chart .category div {
    font-size: 16px !important;
    width: 30% !important;
  }
  .evaluation-chart .category div span {
    width: 18px !important;
    height: 18px !important;
    margin-right: 9px !important;
    vertical-align: -4px;
  }
  .rtl .evaluation .step-wrapper .step {
    max-height: 135px;  
  }
  .rtl .evaluation .step-wrapper .step:before{
    border-top: 67px solid transparent;
    border-bottom: 67px solid transparent;
  }
  .rtl .evaluation-chart .red span,
  .rtl .evaluation-chart .blue span,
  .rtl .evaluation-chart .green span{
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
  .materiality-issue h2 {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.94px;
    text-align: center;
    color: #000018;
    margin-bottom: 48px;
  }
  .materiality-issue .table-wrapper .title {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.88px;
    color: #000018;
  }
  .materiality-issue .table-wrapper table {
    margin-bottom: 64px;
  }
  .materiality-issue .table-wrapper table tr.table-head td {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #000018;
    padding: 30px 0 24px 22px;
  }
  .rtl .materiality-issue .table-wrapper table tr.table-head td {
    padding: 30px 22px 24px 0;
  }
  .materiality-issue .table-wrapper table tr td {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #000018;
    padding: 30px 0 24px 22px;
  }
  .rtl .materiality-issue .table-wrapper table tr td {
    padding: 30px 22px 24px 0;
  }
  .rtl .evaluation .step-wrapper .step h5 {
    margin-bottom: 8px;
  }
  .materiality-issue .table-wrapper table tr td:first-child {
    width: 128px;
  }
}
@media only screen and (max-width: 650px) {
  #banner {
    background-position: -324px -78px;
    background-size: auto;
  }
}
@media only screen and (max-width: 500px) {
  .evaluation-chart .category {
    margin: 28px 16px 0;
  }
  .rtl   .evaluation-chart .category {
    display: flex;
    justify-content: space-between;
  }
}
