@media (max-width:767.99px) {
  .table-what-we-do-wrapper {
    width: 100%;
    overflow-x: auto;
  }

  .table-what-we-do .showPC {
    display: none;
  }

}

#engagement,
#promotion,
#policyRecommendation {
  scroll-margin-top: 46px;
}

.table-what-we-do th,
.table-what-we-do td {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #111;
}

.table-what-we-do th {
  text-align: center;
}

.table-what-we-do th .text-link::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 9px;
  background: url(/assets/img/chevron_gold_down.svg) no-repeat center / contain;
  margin-left: 4px;
}

@media (min-width:768px) {
  .table-what-we-do th,
  .table-what-we-do td {
    padding: 16px 14px;
  }

  .table-what-we-do thead th {
    padding: 4px 16px;
  }

  .table-what-we-do thead th:nth-of-type(2) {
    width: 29%;
  }
  .table-what-we-do thead th:nth-of-type(3) {
    width: 52%;
  }
}

/***************************************
Lead
***************************************/
.diagram-what-we-do {
  width: 600px;
}

@media (min-width:768px) {
  .diagram-what-we-do {
    width: 756px;
  }
}

/***************************************
Accordion
***************************************/
.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 1s;
}


.accordion-panel .accordion-content[aria-hidden=false] {
  grid-template-rows: 1fr;
}

.accordion-panel .accordion-content > div {
  overflow: hidden;
}

.accordion-trigger::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 10px;
  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 12' fill='none'>\<path d='M0.34375 0.362061L10.8438 10.3621L21.3438 0.362061' stroke='white'/>\</svg>");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  transition: transform 0.3s;
}

.accordion-trigger.open::after {
  transform: rotate(180deg);
}

.accordion-trigger .close-detail {
  display: none;
}

.accordion-trigger.open .close-detail {
  display: inline-block;
}

.accordion-trigger.open .show-detail {
  display: none;
}


/***************************************
Disclosure G
***************************************/
.img-wrapper {
  width: 100%;
  overflow-x: auto;
}

.img-disclosure-g {
  width: 600px;
  height: auto;
}

.link-disclosure-g {
  position: relative;
}

.link-disclosure-g img {
  position: absolute;
  left: 10px;
  width: 50px;
  height: auto;
  aspect-ratio: 1 / 1;
}

@media (min-width:768px) {
  
  .img-disclosure-g {
    width: 100%;
    max-width: 900px;
  }

  .link-disclosure-g img {
    width: 74px;
    height: auto;
  }

  .link-disclosure-g::after {
    width: 80px;
  }
}

/***************************************
EMP
***************************************/
.img-emp {
  width: 600px;
  height: auto;
}

.color-blue {
  color: #0F63AB;
}

.color-green {
  color: #597546;
}

.emp-link {
  max-width: 400px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width:768px) {
  .img-emp {
    width: 100%;
    max-width: 734px;
  }

  .emp-desc-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
    
  .emp-link {
    max-width: 986px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  
}

/***************************************
Attraction U Program
***************************************/
.img-wrapper-attraction-u {
  max-width: 500px;
  margin-inline: auto;
}

.img-inner-attraction-u > div:first-of-type::after {
  content: '';
  display: block;
  width: 64px;
  height: 24px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: var(--gold);
  margin: 12px auto 8px;
}

.img-wrapper-attraction-u .sp-width100 {
  width: 100%;
  height: auto;
}

.img-attractionu-flow {
  min-width: 600px;
  width: 100%;
  height: auto;
}


@media (min-width:900px) {
  .img-wrapper-attraction-u {
    max-width: unset;
  }
  
  .img-inner-attraction-u {
    display: flex;
    gap: clamp(40px,5%,60px);
  }

  .img-inner-attraction-u > div {
    flex: 1;
    position: relative;
  }

  .img-wrapper-attraction-u > div img {
    width: 100%;
    height: auto;
  }

  .img-inner-attraction-u > div:first-of-type::after {
    width: clamp(20px,4.4%,40px);
    height: auto;
    aspect-ratio: 24 / 64;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    margin: 0;
    position: absolute;
    top: 50%;
    right: -3.5%;
    translate: 100% -50%;
  }

  .attraction-u-flow {
    max-width: 1056px;
  }
  .img-attractionu-flow {
    width: 100%;
  }
  
}


.list-articles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  /* grid-template-rows: 1fr 1fr; */
  gap: 30px 10px;
}

.list-articles > li > a {
  display: flex;
  flex-direction: column;
  /* width: 100%; */
}

.list-articles .img-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 200 / 125;
}

.list-articles {
  line-height: 1.6;
}

.list-articles .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.list-articles .article-title {
  font-weight: 500;
}

.list-articles .date {
  margin-right: 10px;
  color: #4E4E4E;
}

.list-articles .category {
  border-radius: 18px;
  background: #FFF;
  padding: 3px 10px;
  color: #7E6A20;
  font-size: 12px;
  font-weight: 700;
  margin-right: 4px;
  display: inline-block;
}

.list-articles .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.list-articles .tags .tag {
  font-size: var(--fz12);
  border-radius: 27px;
  background: #EFEFEF;
  padding: 3px 12px 4px 12px;
}

@media (min-width:768px) {
  .list-articles {
    gap: 30px 20px;
  }
}

@media (min-width:1200px) {
  .list-articles {
    grid-template-columns: 1fr 1fr;
    gap: 32px 40px;
  }
  .list-articles > li {
    display: flex;
    gap: 20px;
  }
  .list-articles > li > a {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
    
  .list-articles .img-wrapper {
    width: 200px;
    height: auto;
  }
  .list-articles > li > a > div {
    flex: 1;
  }
  .list-articles > li > div {
    flex: 1;
  }

  .list-articles .article-texts > div:first-child {
    display: flex;
    flex-direction: column-reverse;
  }


}
 

/***************************************
Networking
***************************************/
.networking-img-wrapper,
.fgf-img-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.networking-img-wrapper > div,
.fgf-img-wrapper > div {
  width: 100%;
  height: auto;
  aspect-ratio: 758 / 568;
}

.networking-img-wrapper img,
.fgf-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width:400px) {
  .networking-img-wrapper,
  .fgf-img-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .networking-img-wrapper > div,
  .fgf-img-wrapper > div {
    width: calc((100% - 20px) / 2 );
  }
}

@media (min-width:768px) {
  .networking-img-wrapper,
  .fgf-img-wrapper {
    gap: 30px;
  }

  .networking-img-wrapper > div,
  .fgf-img-wrapper > div {
    width: calc((100% - 60px) / 3 );
  }

}


/***************************************
FGF
***************************************/
.table-event-desc {
  width: 100%;
  font-size: var(--fz14);
}

.table-event-desc th {
  width: 25%;
  font-feature-settings: "palt" off;
}
.table-event-desc td {
  width: 75%;
}

.table-event-desc td a {
  overflow-wrap: break-word;
  word-break: break-all; 
}

@media (min-width:768px) {
  .table-event-desc {
    font-size: 1rem;
  }

  .table-event-desc th {
    width: 155px;
  }
  .table-event-desc td {
    width: calc(100% - 155px);
    padding-bottom: 10px;
  }
}

/***************************************
FC4S
***************************************/
.fc4s-img-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.fc4s-img-wrapper figure > div {
  width: 100%;
  height: auto;
  aspect-ratio: 350 / 306;
}

.fc4s-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width:400px) {
  .fc4s-img-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .fc4s-img-wrapper figure {
    width: calc((100% - 20px) / 2 );
  }
}

@media (min-width:768px) {
  .fc4s-img-wrapper {
    gap: 30px;
  }

  .fc4s-img-wrapper figure {
    width: calc((100% - 60px) / 3 );
  }
}

/***************************************
Media
***************************************/
.table-media-activities tr {
  display: flex;
  flex-direction: column;
}

.table-media-activities td {
  padding-bottom: 12px;
}

@media (min-width:768px) {
  .table-media-activities tr {
    display: block;
  }

  .table-media-activities th {
    width: 155px;
  }

  .table-media-activities td {
    padding-bottom: 20px;
  }
}

.media-img-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.media-img-wrapper figure > div {
  width: 100%;
  height: auto;
  aspect-ratio: 396 / 219;
}

.media-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width:400px) {
  .media-img-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .media-img-wrapper figure {
    width: calc((100% - 20px) / 2 );
  }
}

@media (min-width:768px) {
  .media-img-wrapper {
    gap: 30px;
  }

  .media-img-wrapper figure {
    width: calc((100% - 60px) / 3 );
  }
}

/***************************************
TSFW
***************************************/
/* .green-finance-img-wrapper > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.green-finance-img-wrapper img {
  width: 100%;
  height: auto;
}

@media (min-width:400px) {
  .green-finance-img-wrapper {
    max-width: 730px;
  }

  .green-finance-img-wrapper > div:first-of-type {
    grid-template-columns: repeat(3, 1fr);
  }

  .green-finance-img-wrapper > div:first-of-type > div {
    aspect-ratio: 1 / 1;
  }

  .green-finance-img-wrapper > div:first-of-type > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .green-finance-img-wrapper > div:nth-of-type(2) {
    grid-template-columns: repeat(2, 1fr);
  }
  .green-finance-img-wrapper > div:nth-of-type(2) > figure > div {
    aspect-ratio: 350 / 234;
  }

  .green-finance-img-wrapper > div:nth-of-type(2) > figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .green-finance-img-wrapper img {
    width: 100%;
    height: auto;
  }

}

@media (min-width:768px) {
  .green-finance-img-wrapper > div {
    gap: 20px;
  }
} */

.green-finance-img-wrapper {
    max-width: 730px;
  }

  .green-finance-img-wrapper > div:first-of-type {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .green-finance-img-wrapper > div:first-of-type > div {
    aspect-ratio: 1 / 1;
  }

  .green-finance-img-wrapper > div:first-of-type > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .green-finance-img-wrapper > div:nth-of-type(2) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .green-finance-img-wrapper > div:nth-of-type(2) > figure > div {
    aspect-ratio: 350 / 234;
  }

  .green-finance-img-wrapper > div:nth-of-type(2) > figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .green-finance-img-wrapper img {
    width: 100%;
    height: auto;
  }

@media (min-width:768px) {
  .green-finance-img-wrapper > div:first-of-type,
  .green-finance-img-wrapper > div:nth-of-type(2) {
    gap: 20px;
  }

}

/***************************************
Oversesas Promotion
***************************************/
.list-overseas-promotion li {
  margin-top: 8px;
}
.list-overseas-promotion .location {
  padding: 0 10px 2px;
  border-radius: 30px;
  background: #EDEDED;
  margin-left: 10px;
  font-size: var(--fz14);
}

.list-promotion-activities {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.list-promotion-activities > li {
  width: calc((100% - 10px) / 2);
  font-size: var(--fz11);
}

@media (min-width:768px) {
  .list-overseas-promotion li {
    margin-top: 10px;
  }
  .list-overseas-promotion .location {
    padding: 0 10px 2px;
    font-size: 1rem;
  }
    
  .list-promotion-activities {
    gap: 30px 20px;
  }

  .list-promotion-activities > li {
    width: 280px;
    font-size: 1rem;
  }
}

/***************************************
Policy Recommendation
***************************************/

.img-policy-recommendation {
  width: 1200px;
  height: auto;
}

@media (max-width:768px) {
  [lang="en"] .img-policy-recommendation {
    width: 900px;
  }
}

.table-policy-recommendation tr {
  display: flex;
  flex-direction: column;
}

.table-policy-recommendation td {
  padding-bottom: 12px;
}

@media (min-width:768px) {
  .table-policy-recommendation tr {
    display: block;
  }

  .table-policy-recommendation th {
    width: 155px;
  }

  .table-policy-recommendation td {
    padding-bottom: 20px;
  }
}
