@charset "UTF-8";
.contentBanner.about {
  background-image: url(../images/global/aboutBG.jpg);
}

.contentBanner.business {
  background-image: url(../images/global/businessBG.jpg);
}

.contentBanner.cg {
  background-image: url(../images/global/cgBG.jpg);
}

.contentBanner.ir {
  background-image: url(../images/global/irBG.jpg);
}

.contentBanner.sustainability {
  background-image: url(../images/global/sustainabilityBG.jpg);
}

.fixedBanner.anticorruption {
  background-image: url(../images/global/anticorruptionBG.jpg);
}

.fixedBanner.economic {
  background-image: url(../images/global/economicBG.jpg);
}

.fixedBanner.fininfo {
  background-image: url(../images/global/fininfoBG.jpg);
}

.fixedBanner.investor {
  background-image: url(../images/global/investorBG.jpg);
}

.fixedBanner.strategy {
  background-image: url(../images/global/strategyBG.jpg);
}

.fixedBanner {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 100%;
  padding-bottom: 80px;
}
.fixedBanner .titleName {
  padding-top: 250px;
  text-align: center;
}
.fixedBanner .sectionName {
  color: #A58245;
  font-size: 16px;
}
.fixedBanner .pageName {
  color: #072776;
  font-size: 32px;
  font-family: trajan-pro-3, serif;
  margin-top: 15px;
}
.fixedBanner .contentWrapper {
  max-width: 1535px;
  width: 100%;
  margin: 180px auto 150px auto;
  padding: 0 20px;
  z-index: 1;
  position: relative;
  color: #011E48;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fixedBanner .box {
  width: 90%;
  height: 90%;
  aspect-ratio: 1/1;
  background: rgba(7, 39, 118, 0.85);
  display: block;
  padding: 30px;
  position: relative;
  margin: 0 auto 20px auto;
}
.fixedBanner .box .title {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-family: trajan-pro-3, serif;
}
.fixedBanner .box .icon {
  position: absolute;
  right: 30px;
  bottom: 35px;
}
.fixedBanner .last-box {
  visibility: hidden;
  height: 0 !important;
}

.fixedBanner .contentWrapper::after .box {
  height: 0;
  width: 0;
}

.contentBanner {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}
.contentBanner .titleName {
  padding-top: 230px;
  text-align: center;
}
.contentBanner .sectionName {
  color: #DFBB71;
  font-size: 16px;
}
.contentBanner .pageName {
  color: #ffffff;
  font-size: 21px;
  font-family: trajan-pro-3, serif;
  margin-top: 15px;
}

.contentWrapper {
  max-width: 1535px;
  width: 100%;
  margin: 300px auto 150px auto;
  padding: 0 20px;
  z-index: 1;
  position: relative;
  color: #011E48;
}
.contentWrapper .contentContainer {
  background: #ffffff;
  padding: 50px 30px;
  overflow: hidden;
}
.contentWrapper .content {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
}
.contentWrapper p {
  font-size: 16px;
  text-align: justify;
}
.contentWrapper a {
  color: #A58245;
}

.content p {
  margin-bottom: 30px;
}

.inlineContent {
  padding: 0 15px;
}
.inlineContent img {
  padding: 10px 0 0 0;
  width: 100%;
}

h2 {
  font-size: 28px;
  font-family: trajan-pro-3, serif;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 20px;
  color: var(--secondary-color);
}

h3 {
  font-size: 21px;
  font-family: trajan-pro-3, serif;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 20px;
  color: var(--secondary-color);
}

.tableStyleA table {
  border: 2px solid #A58245;
  width: 100%;
  min-width: 460px;
}
.tableStyleA table thead {
  border-bottom: 2px solid #A58245;
}
.tableStyleA table thead td {
  padding: 10px 20px;
  background: #072776;
  color: #ffffff;
}
.tableStyleA table thead span {
  color: #DFBB71;
  font-weight: bold;
  display: block;
  font-size: 18px;
  padding-bottom: 5px;
}
.tableStyleA table tbody th {
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  white-space: nowrap;
}
.tableStyleA table tbody td {
  padding: 10px 20px 10px 20px;
}
.tableStyleA table td:nth-child(2),
.tableStyleA table td:nth-child(3) {
  text-align: right;
}
.tableStyleA table td:first-child,
.tableStyleA table th:first-child {
  text-align: left;
}

.tableStyleA,
.tableStyleB {
  overflow: auto;
  margin-bottom: 40px;
}

.tableStyleB table {
  border: 2px solid #A58245;
  width: 100%;
  min-width: 460px;
}
.tableStyleB table thead td {
  background: #072776;
  font-size: 18px;
  font-weight: 600;
  color: #DFBB71;
  padding: 10px 20px;
}
.tableStyleB table tbody th:not(:first-child) {
  text-align: right;
}
.tableStyleB table tbody th {
  background: #A58245;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: 600;
}
.tableStyleB table tbody td {
  padding: 10px 20px;
}
.tableStyleB table td:first-child,
.tableStyleB table th:first-child {
  text-align: left;
  white-space: nowrap;
}
.tableStyleB table td:not(:first-child) {
  text-align: right;
  white-space: nowrap;
}
.tableStyleB table tbody.last-row {
  border-collapse: separate;
  border-spacing: 1px;
}
.tableStyleB table tbody.last-row td {
  font-weight: bold;
  border-top: 1px solid #A58245;
}

.tdLeft table td:not(:first-child) {
  text-align: left;
}

.analyst-wrapper {
  margin-bottom: 40px;
}
.analyst-wrapper table {
  border: 2px solid #A58245;
  width: 100%;
}
.analyst-wrapper table tr {
  border-bottom: 1px solid #A58245;
}
.analyst-wrapper table thead td {
  background: #072776;
  font-size: 18px;
  font-weight: 600;
  color: #DFBB71;
  padding: 10px 20px;
}
.analyst-wrapper table tbody td {
  padding: 20px 20px;
  line-height: 20px;
  width: 33%;
}

ul.listDot {
  list-style: none !important;
  position: relative;
  font-size: 16px !important;
  margin-bottom: 30px;
}
ul.listDot li::before {
  color: #A58245;
  content: "•";
  position: absolute;
  left: 0;
}
ul.listDot li {
  padding: 0 0 10px 20px;
  line-height: 28px;
}

ul.alpha li,
ul.alpha2 li {
  margin-bottom: 10px;
  font-size: 16px !important;
  line-height: 28px;
}

.content ol li {
  font-size: 16px !important;
}

ul.roman {
  margin-left: 20px;
}

.listDot .alpha,
.listDot .alpha2 {
  margin-left: 20px;
}

.verticalImg {
  max-width: 100%;
  width: 100% !important;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center !important;
}

.alignRight {
  display: flex;
  justify-content: flex-end;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.break {
  overflow-wrap: break-word;
}

.gold {
  color: #A58245;
}

.imageMargin {
  margin-bottom: 40px;
}

sup {
  vertical-align: super;
  font-size: small;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Roboto", Arial, "Lucida Grande", sans-serif !important;
}

.titleBox {
  background: #072776;
  padding: 15px;
  text-align: center;
  color: #DFBB71;
  font-size: 18px;
}

.img-50 {
  max-width: 100%;
}

.backtoTop {
  position: fixed;
  width: 35px;
  height: 35px;
  right: 20px;
  bottom: 30px;
  cursor: pointer;
  background: rgba(100, 100, 100, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  z-index: 100;
}

.faqWrapper .faqRow {
  position: relative;
}
.faqWrapper .q a:after {
  content: "";
  position: absolute;
  border-right: 2px solid #A58245;
  border-bottom: 2px solid #A58245;
  transform: rotate(45deg);
  right: 30px;
  width: 8px;
  height: 8px;
}
.faqWrapper .q a {
  font-weight: bold;
  background: #f2f2f2;
  padding: 20px 50px 20px 20px;
  display: block;
  position: relative;
  border-bottom: 1px solid #A58245;
}
.faqWrapper .faqRow.act .q a {
  background: #011E48;
  transition: 0.3s;
}
.faqWrapper .faqRow.act .q a:after {
  top: 25px;
  transform: rotate(-135deg);
  border-right: 2px solid #A58245;
  border-bottom: 2px solid #A58245;
}
.faqWrapper .a {
  display: none;
  padding: 20px 20px 0 20px;
  border-bottom: 1px solid #A58245;
}

.footerNav {
  padding: 40px 20px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}
.footerNav a {
  color: #A58245;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  padding: 10px 15px;
}
.footerNav a.empty {
  padding: 0;
}
.footerNav .prev {
  text-align: left;
  padding-left: 25px;
  max-width: 170px;
}
.footerNav .next {
  text-align: right;
  padding-right: 25px;
  max-width: 170px;
}
.footerNav .prev::before {
  content: "<";
  position: absolute;
  width: 10px;
  height: 20px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.footerNav .next::before {
  content: ">";
  position: absolute;
  width: 10px;
  height: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .analyst-wrapper table {
    font-size: 12px;
  }
  .analyst-wrapper table thead {
    display: none;
  }
  .analyst-wrapper table tr {
    display: block;
  }
  .analyst-wrapper table tbody td {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
    padding: 10px;
  }
  .analyst-wrapper table tbody td::before {
    content: attr(data-title);
    position: absolute;
    left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .verticalImg {
    max-width: 100%;
    width: 50% !important;
  }
  .contentBanner .sectionName,
  .fixedBanner .sectionName {
    font-size: 20px;
  }
  .contentBanner .pageName,
  .fixedBanner .pageName {
    font-size: 42px;
  }
  .contentWrapper {
    margin-top: 500px;
  }
  .contentWrapper .contentContainer {
    padding: 60px;
  }
  .inlineContent {
    padding: 0 40px;
  }
  .fixedBanner .box {
    width: 48%;
    height: 48%;
    margin-bottom: 15px;
  }
  .fixedBanner .box .title {
    font-size: 22px;
  }
  .tableStyleA table thead td {
    padding: 20px 40px;
  }
  .tableStyleA table thead span {
    font-size: 24px;
  }
  .tableStyleA table tbody th {
    padding: 30px 35px 20px 35px;
  }
  .tableStyleA table tbody td {
    padding: 10px 40px 10px 50px;
  }
  .tableStyleB table thead td {
    font-size: 19px;
    padding: 15px;
  }
  .tableStyleB table tbody th {
    padding: 15px;
  }
  .tableStyleB table tbody td {
    padding: 15px;
  }
  .tableStyleB table tbody.last-row {
    border-collapse: separate;
    border-spacing: 2px;
  }
  .tableStyleB table tbody.last-row td {
    border-top: 2px solid #A58245;
  }
  .footerNav .prev,
  .footerNav .next {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .contentWrapper .contentContainer {
    padding: 110px;
  }
  .inlineContent {
    padding: 0 60px;
  }
  .fixedBanner .box {
    width: 32%;
    height: 32%;
    margin-bottom: 15px;
  }
  .fixedBanner .box .title {
    font-size: 24px;
  }
  .img-50 {
    max-width: 60%;
  }
}
@media screen and (min-width: 1366px) {
  .fixedBanner .box {
    width: 23%;
    height: 23%;
    margin-bottom: 35px;
  }
  .fixedBanner .box .title {
    font-size: 23px;
  }
}
.companyinfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.companyinfo .col {
  width: 100%;
}
.companyinfo .item {
  margin-bottom: 40px;
  color: #011E48;
  font-size: 18px;
}
.companyinfo .item .title {
  font-size: 21px;
  color: #A58245;
  font-weight: bold;
  font-family: "Roboto-Bold";
  margin-bottom: 10px;
}

.contentContainer.milestonesBG {
  background-image: url(../images/about/milestonesBG.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 120px;
}

.contentContainer.awardsBG {
  background-image: url(../images/about/awardsBG.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: 120px;
}

.milestoneWrapper {
  position: relative;
}
.milestoneWrapper .year {
  clear: both;
  font-size: 40px;
  text-align: center;
  font-family: trajan-pro-3, serif;
  font-weight: bold;
  padding: 20px 0;
  color: #A58245;
}
.milestoneWrapper .item {
  width: 100%;
  font-size: 18px;
}
.milestoneWrapper .item.left {
  float: none;
  clear: both;
  padding: 90px 0 30px 0;
  position: relative;
}
.milestoneWrapper .item.right {
  float: none;
  clear: both;
  padding: 90px 0 30px 0;
  position: relative;
}
.milestoneWrapper .item.right::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #000000;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  z-index: 1;
}
.milestoneWrapper .item.right::after {
  content: "";
  height: 70px;
  width: 4px;
  background-color: #011E48;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(calc(-50% - 2px));
}
.milestoneWrapper .item.left::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #000000;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  z-index: 1;
}
.milestoneWrapper .item.left::after {
  content: "";
  height: 70px;
  width: 4px;
  background-color: #011E48;
  position: absolute;
  right: 50%;
  top: 0;
}
.milestoneWrapper .image-block {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
}
.milestoneWrapper .image-block p {
  max-width: 100%;
  font-size: 16px;
}
.milestoneWrapper .image-block .images {
  max-width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
}
.milestoneWrapper .image-block img {
  padding-bottom: 10px;
}
.milestoneWrapper .clear {
  clear: both;
}

.awardsItem {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #A58245;
  flex-wrap: wrap;
}
.awardsItem .awardsLogo {
  aspect-ratio: 1/1;
  width: 50%;
  height: 50%;
  box-shadow: 5px 4px 4px 0 rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}
.awardsItem .awardsName {
  font-size: 21px;
  font-family: trajan-pro-3, serif;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.awardsItem .awardsContent {
  padding: 15px;
  font-size: 16px;
  line-height: 26px;
  max-width: 100%;
  width: 100%;
}

/* Accordion */
.accordion__item .name {
  font-size: 18px;
  font-family: trajan-pro-3, serif;
  margin-bottom: 8px;
}
.accordion__item .name-title {
  color: #A58245;
  font-size: 14px;
}

.accordion__item .accordion__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  color: #202020;
  font-size: 28px;
  text-decoration: none;
  background-color: #ffffff;
  transition: background-color 0.2s;
  border-bottom: 1px solid #A58245;
  cursor: pointer;
}

.accordion__item .accordion-active {
  background-color: #011E48;
}
.accordion__item .accordion-active .name {
  color: #ffffff;
}

.accordion__item .accordion__title .accordion__arrow {
  vertical-align: middle;
  text-align: center;
  color: #A58245;
  font-size: 30px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.accordion__item .accordion__title.accordion-active .accordion__arrow {
  transform: rotate(180deg);
}

.accordion__item .accordion__content {
  display: block;
  padding: 0px 15px;
  margin-bottom: 2px;
  font-size: 14px;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion__item .accordion__content .item {
  display: flex;
  flex-wrap: wrap;
}
.accordion__item .accordion__content .managementContent {
  width: 100%;
}
.accordion__item .accordion__content.active {
  padding: 20px 15px;
  border-bottom: 1px solid #A58245;
  transition: 0.3s;
}
.accordion__item .accordion__content.chairman .managementPic {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.accordion__item .accordion__content.chairman .managementContent {
  width: 100%;
  padding-left: 0px;
}

/*-------------------------------------*/
@media screen and (min-width: 768px) {
  .milestoneWrapper .item {
    width: 50%;
  }
  .milestoneWrapper .item.left {
    float: left;
    padding: 30px 50px 30px 0;
  }
  .milestoneWrapper .item.right {
    float: right;
    padding: 30px 0 30px 50px;
  }
  .milestoneWrapper .item.left::after {
    height: 100%;
    right: -2px;
  }
  .milestoneWrapper .item.right::after {
    height: 100%;
    left: -2px;
    transform: translateX(0);
  }
  .milestoneWrapper .item.left::before {
    background: url(../images/about/milestoneDot.svg);
  }
  .milestoneWrapper .item.right::before {
    background: url(../images/about/milestoneDot.svg);
  }
  .milestoneWrapper .image-block {
    display: flex;
  }
  .accordion__item .name {
    font-size: 24px;
    font-family: trajan-pro-3, serif;
    margin-bottom: 8px;
  }
  .accordion__item .name-title {
    color: #A58245;
    font-size: 18px;
  }
  .accordion__item .accordion__content {
    padding: 0px 30px;
  }
  .accordion__item .accordion__content.active {
    padding: 25px 30px;
  }
  .accordion__item .accordion__title {
    padding: 20px 30px;
  }
  .awardsItem .awardsLogo {
    width: 30%;
  }
  .awardsItem .awardsContent {
    width: 70%;
    padding: 15px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .companyinfo .col {
    width: 47%;
  }
  .milestoneWrapper .image-block p {
    max-width: 48%;
  }
  .milestoneWrapper .image-block .images {
    max-width: 48%;
    margin-bottom: 10px;
  }
  .accordion__item .accordion__title {
    padding: 25px 60px;
  }
  .accordion__item .accordion__content {
    padding: 0px 60px;
  }
  .accordion__item .accordion__content.active {
    padding: 50px 60px;
  }
  .accordion__item .accordion__content.chairman .managementPic {
    max-width: inherit;
    width: 40%;
  }
  .accordion__item .accordion__content.chairman .managementContent {
    width: 60%;
    padding-left: 50px;
  }
  .awardsItem .awardsLogo {
    width: 20%;
  }
  .awardsItem .awardsContent {
    width: 80%;
  }
}
#properties .contentWrapper:first-child {
  margin: 400px auto 60px auto;
}

#properties .contentWrapper:not(:first-child) {
  margin: 0 auto 60px auto;
  background: #ffffff;
  max-width: inherit;
}

#properties .contentWrapper:nth-child(even) .propertiesContainer {
  flex-direction: column;
}
#properties .contentWrapper:nth-child(even) .propertiesContainer .item:first-child {
  padding: 0;
}

#properties .contentWrapper:nth-child(odd) {
  max-width: 1535px;
  background: none;
}

.propertiesContainer {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.propertiesContainer .item:first-child {
  padding: 0;
  width: 100%;
}
.propertiesContainer .item {
  width: 100%;
}
.propertiesContainer .btn-more {
  margin-top: 20px !important;
}
.propertiesContainer img {
  margin-top: 50px;
  margin-left: 0;
}

.csr-awards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.csr-awards .item:first-child {
  max-width: 400px;
}

.snapshot-container {
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 20px;
  border: 2px solid #DFBB71;
}
.snapshot-container .snapshot {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.snapshot-container .snapshot .item {
  width: 48%;
  padding-right: 20px;
  font-size: 12px;
  margin-bottom: 20px;
}
.snapshot-container .number {
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #DFBB71;
}
.snapshot-container .remark {
  font-size: 14px;
  padding-top: 20px;
}
.snapshot-container h4 {
  font-weight: bold;
}

.event-img {
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .snapshot-container .snapshot .item {
    width: 19%;
    padding-right: 20px;
    margin-bottom: 0;
  }
  .snapshot-container .number {
    font-size: 32px;
  }
  #properties .contentWrapper:nth-child(even) .propertiesContainer {
    flex-direction: row-reverse;
  }
  .propertiesContainer {
    flex-direction: inherit;
  }
  .propertiesContainer .item:first-child {
    width: 60%;
    padding: 0 40px 0 0;
  }
  .propertiesContainer .item {
    width: 40%;
  }
  .propertiesContainer img {
    margin-top: 0;
  }
  #properties .contentWrapper:nth-child(even) .propertiesContainer .item:first-child {
    padding: 0 0 0 40px;
  }
  .csr-awards {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .propertiesContainer .item:first-child {
    width: 45%;
  }
  .propertiesContainer .item {
    width: 55%;
  }
}
.yearWrapper {
  display: flex;
  border-bottom: 1px solid #A58245;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 25px;
}
.yearWrapper .year {
  font-size: 50px;
  color: rgba(165, 130, 69, 0.1);
  font-family: trajan-pro-3, serif;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
}

.pdfWrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #A58245;
  padding: 20px 0;
}
.pdfWrapper .date {
  border: 4px solid #A58245;
  aspect-ratio: auto 1/1;
  min-width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto-Bold";
  padding: 5px;
}
.pdfWrapper .date .day {
  color: #000000;
  font-size: 24px;
  overflow-wrap: break-word;
  max-width: 70px;
  text-align: center;
}
.pdfWrapper .date .month {
  color: #000000;
  font-size: 14px;
}
.pdfWrapper .date::after {
  content: "";
  display: block;
}
.pdfWrapper .pdf {
  margin-left: 20px;
  line-height: 22px;
  font-size: 16px;
}
.pdfWrapper a {
  color: #011E48;
}

.selectWrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.dropdown {
  position: relative;
  width: 100%;
}

.dropdown select {
  background: #011E48;
  color: #ffffff;
  padding: 13px 40px 13px 25px;
  font-size: 16px;
  position: relative;
  appearance: none;
  margin-bottom: 10px;
  width: 100%;
  line-height: 28px;
}

.dropdown:after {
  content: "\e90d";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  font-family: "icomoon" !important;
  font-size: 20px;
  color: #DFBB71;
  top: 16px;
  right: 15px;
  pointer-events: none;
}

.pageSelect {
  display: flex;
  background: #011E48;
  color: #ffffff;
  align-items: center;
  max-width: 220px;
  margin: 0 auto;
  padding: 0 20px;
}

.pageSelect select {
  margin-bottom: 0;
}

.reportsWrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reportsWrapper .item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  flex-direction: column-reverse;
  margin-bottom: 50px;
}
.reportsWrapper .link {
  text-align: center;
}
.reportsWrapper .link a {
  display: inline-block;
  color: #011E48;
  font-size: 24px;
  line-height: 30px;
}
.reportsWrapper .link a:not(:last-child) {
  margin-bottom: 30px;
}
.reportsWrapper .cover {
  margin-bottom: 40px;
}
.reportsWrapper .cover img {
  border: 5px solid #ffffff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
  max-width: 200px;
}

.meritsWrapper:first-child .awardsItem {
  border-top: 1px solid #A58245;
}

.stockIndex .last-box {
  width: 0;
  display: none;
}

.susreportWrapper .susreportItem:first-child {
  border-top: 1px solid #A58245;
}

.susreportWrapper .susreportItem {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #A58245;
}

.susreportWrapper .susreportIcon {
  width: 20%;
  max-width: 100px;
}

.susreportWrapper .susreportContent {
  width: 80%;
  padding-left: 20px;
}

.susreportWrapper a {
  color: #011E48;
  font-size: 14px;
}

.boxGridWrapper {
  max-width: 1100px;
  width: 100%;
  margin: 180px auto 100px auto;
  padding: 0 20px 150px 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1%;
  justify-items: center;
}
.boxGridWrapper .item {
  width: inherit;
  height: inherit;
  aspect-ratio: 1/1;
  display: flex;
  position: relative;
  background: rgba(7, 39, 118, 0.85);
  padding: 30px;
  width: 90%;
}
.boxGridWrapper .title {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-family: trajan-pro-3, serif;
}
.boxGridWrapper .icon {
  position: absolute;
  right: 30px;
  bottom: 35px;
}

.lrBox {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.sustain .tableStyleB table {
  min-width: 300px;
}

.sustain .tableStyleB table td {
  white-space: wrap;
  font-size: 14px;
  padding: 10px 15px;
  vertical-align: middle;
}

.sustain .tableStyleB table ul.listDot {
  margin-bottom: 0;
  font-size: 14px;
}

.sustain .tableStyleB table ul {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .yearWrapper .year {
    width: inherit;
  }
  .selectWrapper {
    width: inherit;
  }
  .pdfWrapper {
    padding: 30px;
  }
  .pdfWrapper .date {
    width: 100px;
  }
  .pdfWrapper .date .day {
    font-size: 42px;
  }
  .pdfWrapper .date .month {
    font-size: 24px;
  }
  .pdfWrapper .pdf {
    margin-left: 40px;
    max-width: 400px;
    line-height: 28px;
  }
  .dropdown {
    width: inherit;
  }
  .dropdown select {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .dropdown:not(:first-child) {
    margin-left: 20px;
  }
  .reportsWrapper {
    flex-wrap: nowrap;
  }
  .reportsWrapper .item {
    padding: 30px;
  }
  .susreportWrapper a {
    font-size: 16px;
  }
  .boxGridWrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 3%;
  }
  .boxGridWrapper .item {
    width: 100%;
  }
  .boxGridWrapper .title {
    font-size: 22px;
  }
  .sustain .tableStyleB table td {
    white-space: wrap;
    font-size: 18px;
    padding: 15px 20px;
  }
  .sustain .tableStyleB table ul.listDot {
    margin-bottom: 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .yearWrapper .year {
    font-size: 80px;
    margin-bottom: 0;
  }
  .pdfWrapper {
    padding: 30px 65px;
  }
  .pdfWrapper .date {
    border: 7px solid #A58245;
  }
  .pdfWrapper .pdf {
    max-width: 480px;
  }
  .reportsWrapper .item {
    padding: 50px 30px;
    width: 46%;
    flex-direction: row;
  }
  .reportsWrapper .link {
    padding: 0 20px 0 0;
    text-align: left;
  }
  .reportsWrapper .link a {
    font-size: 18px;
  }
  .reportsWrapper .cover {
    margin-bottom: 0;
  }
  .reportsWrapper .cover img {
    max-width: 170px;
  }
  .boxGridWrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .boxGridWrapper .title {
    font-size: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .yearWrapper .year {
    font-size: 90px;
  }
  .pdfWrapper .pdf {
    max-width: 600px;
  }
}
@media screen and (min-width: 1366px) {
  .pdfWrapper .pdf {
    max-width: 700px;
  }
  .stockIndex .last-box {
    width: 0;
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .reportsWrapper .item {
    padding: 50px 40px;
    width: 48%;
  }
  .reportsWrapper .link a {
    font-size: 24px;
  }
  .reportsWrapper .cover img {
    max-width: 200px;
  }
  .pdfWrapper .pdf {
    max-width: 900px;
  }
}/*# sourceMappingURL=content.css.map */