@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;700;900&display=swap");
.color-primary {
  color: #de190a;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: "Noto Sans TC", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  overflow: hidden;
}

a {
  text-decoration: none;
}

b {
  font-weight: 700;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
}

#esg-ir-platform .bg-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
#esg-ir-platform .bg-container .bg-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#esg-ir-platform .bg-container .bg-item.bg-kv-mobile {
  display: block;
  background: url(../images/kv-mobile.jpg) no-repeat center bottom;
  background-size: cover;
}
@media (min-width: 576px) {
  #esg-ir-platform .bg-container .bg-item.bg-kv-mobile {
    display: none;
  }
}
#esg-ir-platform .bg-container .bg-item.bg-kv-mobile-en {
  display: block;
  background: url(../images/kv-mobile-en.jpg) no-repeat center bottom;
  background-size: cover;
}
@media (min-width: 576px) {
  #esg-ir-platform .bg-container .bg-item.bg-kv-mobile-en {
    display: none;
  }
}
#esg-ir-platform .bg-container .bg-kv {
  display: none;
  background: url(../images/kv-pc-bg-1920X930.jpg) no-repeat center bottom;
  background-size: cover;
}
@media (min-width: 576px) {
  #esg-ir-platform .bg-container .bg-kv {
    display: block;
  }
}
#esg-ir-platform .bg-container .bg-kv .text {
  position: absolute;
  left: 50px;
  bottom: 100px;
  width: 56%;
}
#esg-ir-platform .bg-container .bg-white {
  background-color: #fff;
  opacity: 0;
}
#esg-ir-platform .bg-container .bg-sky {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(219, 211, 205, 0.6)), color-stop(rgba(188, 203, 222, 0.6)), to(rgba(192, 212, 237, 0.6)));
  background-image: linear-gradient(0deg, rgba(219, 211, 205, 0.6), rgba(188, 203, 222, 0.6), rgba(192, 212, 237, 0.6));
  background-color: #fff;
  opacity: 0;
}
#esg-ir-platform .bg-container .bg-cloud {
  background: url(../images/cloud-pc.png) no-repeat center top;
  background-size: 100% auto;
  top: 100px;
  opacity: 0;
  height: 200%;
}
#esg-ir-platform .bg-container .bg-wing {
  top: 50%;
  opacity: 0;
}
#esg-ir-platform .bg-container .bg-wing .wing {
  position: absolute;
  right: -14%;
  top: 0;
  width: 56%;
}
#esg-ir-platform .bg-container .bg-city {
  background: url(../images/info-bg-pc.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0;
}
#esg-ir-platform .bg-container .bg-mountain {
  background: url(../images/history-bg-pc.jpg) no-repeat center 120%;
  background-color: #000;
  background-size: cover;
  opacity: 0;
}
#esg-ir-platform .container {
  width: auto;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
#esg-ir-platform .inner-container {
  padding: 0;
}
@media (min-width: 992px) {
  #esg-ir-platform .inner-container {
    padding: 0 6.25rem;
  }
}
#esg-ir-platform .top-border-red {
  border-top: 2px solid #de190a;
}

#esg-ir-platform .i-arrow-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#esg-ir-platform .i-arrow-right::before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#esg-ir-platform .i-arrow-next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#esg-ir-platform .i-arrow-prev {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#esg-ir-platform .spacer-5, #esg-ir-platform .spacer-4, #esg-ir-platform .spacer-3, #esg-ir-platform .spacer-2, #esg-ir-platform .spacer-1 {
  display: block;
  width: 100%;
}
#esg-ir-platform .spacer-1 {
  height: 0.25rem;
}
#esg-ir-platform .spacer-2 {
  height: 0.5rem;
}
#esg-ir-platform .spacer-3 {
  height: 1rem;
}
#esg-ir-platform .spacer-4 {
  height: 2rem;
}
#esg-ir-platform .spacer-5 {
  height: 4rem;
}

#esg-ir-platform .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  padding-top: 4rem;
  font-size: 1.5rem;
  color: #000;
}
@media (min-width: 576px) {
  #esg-ir-platform .title {
    padding-top: 3.75rem;
  }
}
#esg-ir-platform .title::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 0.1875rem;
  height: 1.5rem;
  margin-top: 0.5rem;
  background-color: #de190a;
}

#esg-ir-platform header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#1a5662), to(#0190aa));
  background: linear-gradient(90deg, #1a5662, #0190aa);
}
#esg-ir-platform header .header-container {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 576px) {
  #esg-ir-platform header .header-container {
    height: 90px;
  }
}
#esg-ir-platform header .header-container a.logo {
  display: block;
  max-width: 50%;
}
@media (min-width: 576px) {
  #esg-ir-platform header .header-container a.logo {
    max-width: 286px;
  }
}
#esg-ir-platform header .header-container a.language {
  color: #fff;
}

#esg-ir-platform footer {
  background: -webkit-gradient(linear, left top, right top, from(#1a5662), to(#0190aa));
  background: linear-gradient(90deg, #1a5662, #0190aa);
  color: #fff;
}
#esg-ir-platform footer .footer-container {
  padding: 1.5rem 0 6.25rem 0;
}
@media (min-width: 576px) {
  #esg-ir-platform footer .footer-container {
    padding: 1rem 0;
  }
}
#esg-ir-platform footer .info-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (min-width: 576px) {
  #esg-ir-platform footer .info-con {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}
#esg-ir-platform footer .info-con .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background-color: transparent;
}
#esg-ir-platform footer .info-con .info i {
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
#esg-ir-platform footer .info-con .info i.icon-address {
  background-image: url(../images/icon-address.png);
}
#esg-ir-platform footer .info-con .info i.icon-email {
  background-image: url(../images/icon-email.png);
}
#esg-ir-platform footer .info-con .info p {
  font-size: 1.125rem;
}
#esg-ir-platform footer .copyright {
  font-size: 0.875rem;
  text-align: center;
}
#esg-ir-platform footer .copyright a {
  color: #fff;
}

#esg-ir-platform {
  max-height: 100vh;
  overflow-y: scroll;
}
@media (min-width: 576px) {
  #esg-ir-platform {
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
  }
}
#esg-ir-platform section {
  position: relative;
  scroll-snap-align: start;
  width: 100%;
  min-height: auto;
  z-index: 10;
}
@media (min-width: 576px) {
  #esg-ir-platform section {
    min-height: 100vh;
  }
}
@media (min-width: 576px) {
  #esg-ir-platform section.none {
    min-height: 1px;
  }
}

section#kv {
  min-height: 100vh;
}

#origin {
  background-color: #fff;
}
#origin .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/target-bg.png);
  background-repeat: no-repeat;
  background-position: 120% 0;
  background-size: 180% auto;
}
@media (min-width: 576px) {
  #origin .bg {
    background-position: 90% center;
    background-size: auto 100%;
  }
}
#origin ul.targets-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
#origin ul.targets-list li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: 0.5rem;
  border-style: solid;
  border-width: 0.25rem 0 0.25rem 0.5rem;
  border-color: transparent transparent transparent #de190a;
}
#origin ul.features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#origin ul.features-list li {
  border-bottom: 1px solid #cfcfcf;
}
#origin ul.features-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  color: #000;
  padding: 0.75rem 0;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
#origin ul.features-list li a .i-arrow-right {
  margin: 0 1.5rem 0 1rem;
  -webkit-animation: arrowAn 0.8s infinite alternate;
          animation: arrowAn 0.8s infinite alternate;
}
#origin ul.features-list li:last-child {
  border-bottom: none;
}
#origin .feature {
  display: none;
  position: relative;
  padding-top: 64%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#origin .feature .feature-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 0.875rem;
  padding: 1rem;
}
#origin .feature.active {
  display: block;
}
#origin .feature p {
  color: #fff;
  margin: 0.5rem 0;
}
#origin .feature-1 {
  background-image: url(../images/target-1.jpg);
}
#origin .feature-2 {
  background-image: url(../images/target-2.jpg);
}
#origin .feature-3 {
  background-image: url(../images/target-3.jpg);
}
#origin .features-mobile {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #origin .features-mobile {
    display: none;
  }
}
#origin .features-mobile ul.features-list li.active a {
  color: #de190a;
}
#origin .features-mobile ul.features-list li.active a .i-arrow-right {
  -webkit-animation: arrowAn 0s;
          animation: arrowAn 0s;
}
#origin .features-mobile ul.features-list li.active a .i-arrow-right::before {
  border-color: #de190a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#origin .features-mobile .feature {
  padding-top: 86%;
}
#origin .features-pc {
  display: none;
}
@media (min-width: 768px) {
  #origin .features-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.25rem;
  }
}
#origin .features-pc ul.features-list li.active a {
  color: #de190a;
}
#origin .features-pc ul.features-list li.active a .i-arrow-right {
  border-color: #de190a;
}
#origin .features-pc .feature {
  padding-top: 60%;
}
#origin .features-pc .features-des {
  max-width: 28.125rem;
  width: 100%;
  margin: 0 10%;
}

#service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
@media (min-width: 576px) {
  #service {
    background-color: transparent;
  }
}
#service > .container {
  width: 100%;
}
#service ul.services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 576px) {
  #service ul.services-list {
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
#service ul.services-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  background-color: #000;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
#service ul.services-list li.active {
  background-color: #de190a;
}
#service ul.services-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  color: #fff;
  padding: 0.5rem;
  gap: 0.75rem;
}
#service ul.services-list li a .i-arrow-right {
  -webkit-animation: arrowAn 0.8s infinite alternate;
          animation: arrowAn 0.8s infinite alternate;
}
#service ul.services-list li a .i-arrow-right::before {
  border-color: #fff;
}
#service .service-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border: 2px solid hotpink;
}
#service .service-content-mobile {
  position: relative;
  display: block;
}
@media (min-width: 576px) {
  #service .service-content-mobile {
    display: none;
  }
}
#service .service-content-mobile .bg {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#service .service-content-mobile .bg.active {
  opacity: 1;
}
#service .service-content-mobile .bg-1 {
  background: url(../images/service-bg-mobile-1.jpg) no-repeat center center;
  background-size: cover;
}
#service .service-content-mobile .bg-2 {
  background: url(../images/service-bg-mobile-2.jpg) no-repeat center center;
  background-size: cover;
}
#service .service-content-mobile .slick-service {
  position: relative;
  z-index: 20;
  margin: 0 2rem;
}
#service .service-content-mobile .slick-prev,
#service .service-content-mobile .slick-next {
  top: 30px;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#service .service-content-mobile .slick-prev::before,
#service .service-content-mobile .slick-next::before {
  content: "";
}
#service .service-content-mobile .slick-prev {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#service .service-content-mobile .slick-next {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#service .service-content-pc {
  display: none;
}
@media (min-width: 576px) {
  #service .service-content-pc {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  #service .service-content-pc .bg {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 90%;
  }
  #service .service-content-pc .bg.active {
    opacity: 1;
  }
  #service .service-content-pc .bg-1 {
    background: url(../images/service-bg-pc-1.jpg) no-repeat center center;
    background-size: cover;
  }
  #service .service-content-pc .bg-2 {
    background: url(../images/service-bg-pc-2.jpg) no-repeat center center;
    background-size: cover;
  }
  #service .service-content-pc .service-group {
    display: none;
    padding: 0 3rem;
    position: relative;
    z-index: 20;
  }
  #service .service-content-pc .service-group.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
  }
}
#service .service-item {
  width: 100%;
}
@media (min-width: 576px) {
  #service .service-item {
    width: 33.33%;
  }
}
#service .service-item h5 {
  color: #de190a;
  font-size: 2.625rem;
  text-align: center;
}
@media (min-width: 576px) {
  #service .service-item h5 {
    text-align: left;
  }
}
#service .service-item h6 {
  color: #fff;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (min-width: 576px) {
  #service .service-item h6 {
    text-align: left;
  }
}
#service .service-item p {
  color: #fff;
}
#service .service-item ul {
  list-style: disc;
  padding-left: 1.5rem;
}
#service .service-item ul li {
  color: #fff;
}

#score {
  background-image: url(../images/cloud-mobile.png), -webkit-gradient(linear, left top, left bottom, from(rgba(219, 211, 205, 0.6)), to(rgba(188, 203, 222, 0.6)));
  background-image: url(../images/cloud-mobile.png), linear-gradient(180deg, rgba(219, 211, 205, 0.6), rgba(188, 203, 222, 0.6));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
}
@media (min-width: 768px) {
  #score {
    background-image: none;
    background-color: transparent;
  }
}
#score .score-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 2rem;
}
@media (min-width: 768px) {
  #score .score-group {
    margin: 0 8rem;
  }
}
#score .score-group .score-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5rem;
}
#score .score-group .score-item img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #score .score-group .score-item img {
    width: 70%;
  }
}
#score .score-group .score-item p {
  font-size: 1.125rem;
}
#score .score-group .score-item p.textAlign-justify {
  text-align: justify;
}
#score .slick-score {
  width: 100%;
}
@media (min-width: 768px) {
  #score .slick-score {
    width: 360px;
  }
}
#score .slick-score .slick-prev,
#score .slick-score .slick-next {
  top: 30px;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  border-right: 2px solid #de190a;
  border-bottom: 2px solid #de190a;
}
#score .slick-score .slick-prev::before,
#score .slick-score .slick-next::before {
  content: "";
}
#score .slick-score .slick-prev {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#score .slick-score .slick-next {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#score .slick-score .slick-dots {
  position: absolute;
  top: 20px;
  z-index: -1;
}
#score .slick-score .slick-dots li button:before {
  color: #6c6c6c;
  opacity: 1;
}
#score .slick-score .slick-dots li.slick-active button:before {
  color: #de190a;
  opacity: 1;
}
#score .bg-wing-mobile {
  display: block;
}
@media (min-width: 576px) {
  #score .bg-wing-mobile {
    display: none;
  }
}
#score .bg-wing-mobile .wing {
  margin-left: 1.5rem;
  padding: 3rem 0;
}

#report {
  background-image: url(../images/cloud-mobile.png), -webkit-gradient(linear, left top, left bottom, from(rgba(188, 203, 222, 0.6)), to(rgba(192, 212, 237, 0.6)));
  background-image: url(../images/cloud-mobile.png), linear-gradient(180deg, rgba(188, 203, 222, 0.6), rgba(192, 212, 237, 0.6));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  padding-bottom: 4rem;
}
@media (min-width: 576px) {
  #report {
    background-image: none;
    background-color: transparent;
    padding-bottom: 0;
  }
}
#report .des {
  width: 100%;
}
@media (min-width: 768px) {
  #report .des {
    width: 50%;
  }
}
#report .des.textAlign-justify {
  text-align: justify;
}
#report ul.reports-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
@media (min-width: 768px) {
  #report ul.reports-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#report ul.reports-list li {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  #report ul.reports-list li {
    width: 300px;
  }
}
#report ul.reports-list li h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}
#report ul.reports-list li h5 .i-arrow-right {
  margin: 0 1.5rem 0 1rem;
  -webkit-animation: arrowAn 0.8s infinite alternate;
          animation: arrowAn 0.8s infinite alternate;
}
#report ul.reports-list li h5 .i-arrow-right::before {
  border-color: #de190a;
}
#report ul.reports-list li hr {
  border: none;
  border-top: 1px solid #fff;
}
#report ul.reports-list li img {
  padding: 1.25rem 0;
  width: 90%;
  margin: 0 auto;
}

#info {
  background-image: url(../images/info-bg-mobile.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 4rem;
}
@media (min-width: 576px) {
  #info {
    background-image: none;
    padding-bottom: 0;
  }
}
#info .title {
  color: #fff;
}
#info .title br {
  display: block;
}
@media (min-width: 768px) {
  #info .title br {
    display: none;
  }
}
#info .infos-mobile {
  display: block;
}
@media (min-width: 992px) {
  #info .infos-mobile {
    display: none;
  }
}
#info .infos-mobile .info-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 0 2rem;
}
#info .infos-mobile .info-nav .nav {
  display: block;
  overflow: hidden;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.5);
}
#info .infos-mobile .info-nav .nav.active {
  background-color: rgb(255, 255, 255);
}
#info .infos-mobile .info-item {
  display: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem 2rem;
}
#info .infos-mobile .info-item.active {
  display: block;
}
#info .infos-mobile .info-item img {
  margin: 0 auto;
}
#info .infos-mobile .info-item h5 {
  color: #fff;
  font-size: 1.5rem;
}
#info .infos-mobile .info-item hr {
  border: none;
  border-top: 1px solid #de190a;
  margin: 1rem 0;
}
#info .infos-mobile .info-item p {
  color: #fff;
  min-height: 9.375rem;
}
#info .infos-mobile .info-item p.textAlign-justify {
  text-align: justify;
}
#info .infos-pc {
  display: none;
}
@media (min-width: 992px) {
  #info .infos-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.75rem;
    padding: 0 4.5rem;
  }
}
#info .infos-pc .info-item {
  width: 33.33%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem 1.5rem;
}
#info .infos-pc .info-item .pic {
  margin: 0 auto;
  width: 6.875rem;
}
#info .infos-pc .info-item h5 {
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
}
#info .infos-pc .info-item hr {
  border: none;
  border-top: 1px solid #de190a;
  margin: 0.875rem 0;
}
#info .infos-pc .info-item p {
  color: #fff;
}
#info .infos-pc .info-item p.textAlign-justify {
  text-align: justify;
}

#history {
  background-image: url(../images/history-bg-mobile.jpg);
  background-repeat: no-repeat;
  background-position: center -700px;
  background-size: cover;
  background-color: #000;
}
@media (min-width: 576px) {
  #history {
    background-image: none;
    background-color: transparent;
  }
}
#history .title {
  color: #fff;
}
#history ul.history-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#history ul.history-list::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 32px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  display: block;
  width: 1px;
  height: calc(100% - 32px);
  background-color: #fff;
  z-index: -1;
}
@media (min-width: 768px) {
  #history ul.history-list::after {
    top: 46px;
    height: calc(100% - 46px);
  }
}
#history ul.history-list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 50%;
}
#history ul.history-list li::after {
  content: "";
  position: absolute;
  top: 1.875rem;
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
  background-color: #de190a;
  border-radius: 999px;
}
@media (min-width: 768px) {
  #history ul.history-list li::after {
    top: 2.875rem;
  }
}
#history ul.history-list li h5 {
  color: #de190a;
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  #history ul.history-list li h5 {
    font-size: 3.75rem;
  }
}
#history ul.history-list li p {
  color: #fff;
  font-size: 1rem;
}
@media (min-width: 768px) {
  #history ul.history-list li p {
    font-size: 1.125rem;
  }
}
#history ul.history-list li p span {
  color: #de190a;
}
#history ul.history-list li .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
#history ul.history-list li .list::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: 0.75rem;
  border-style: solid;
  border-width: 0.25rem 0 0.25rem 0.5rem;
  border-color: transparent transparent transparent #de190a;
}
#history ul.history-list li:nth-child(odd) {
  text-align: right;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-right: 1rem;
}
@media (min-width: 768px) {
  #history ul.history-list li:nth-child(odd) {
    padding-right: 2rem;
  }
}
#history ul.history-list li:nth-child(odd)::after {
  right: -0.375rem;
}
#history ul.history-list li:nth-child(even) {
  text-align: left;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  padding-left: 1rem;
}
@media (min-width: 768px) {
  #history ul.history-list li:nth-child(even) {
    padding-left: 2rem;
  }
}
#history ul.history-list li:nth-child(even)::after {
  left: -0.375rem;
}
#history .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#history .btn-container .btn-back-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border: 1px solid #de190a;
  padding: 0.5rem 3.75rem;
  font-size: 1.25rem;
  color: #fff;
}
#history .btn-container .btn-back-home .i-arrow-right {
  -webkit-animation: arrowAn 0.8s infinite alternate;
          animation: arrowAn 0.8s infinite alternate;
}
#history .btn-container .btn-back-home .i-arrow-right::before {
  border-color: #de190a;
}
@-webkit-keyframes arrowAn {
  100% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
@keyframes arrowAn {
  100% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

#nav {
  display: none;
  position: fixed;
  right: 3.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 50;
}
@media (min-width: 576px) {
  #nav {
    display: block;
  }
}
#nav li {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background-color: #cfcfcf;
  margin: 0.5rem 0;
  cursor: pointer;
}
#nav li.active {
  background-color: #de190a;
}