@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

/*CSS RESET*/


a img {
  border: 0;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  outline: none;
  /* for Firefox Google Chrome  */
  behavior: expression(this.onFocus=this.blur());
  /* for IE */
  cursor: pointer;
}

/*去除連結虛線框*/
/*將影像及欄位集的邊框歸零*/
img,
fieldset {
  border: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: top;
}

/*CSS END RESET*/

/* 最想要的字體放在最前面，中文字體支援中/英文所以放在最前面，會先吃最前面的字體 */
body,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "微軟正黑體", Arial, Helvetica, sans-serif;
}


body {
  background-color: #fff;
  font-size: 18px;
  color: #080808;
}

html,
body {
  height: 100%;
}

/* 首頁圖輪播 */
.banner-area {
  position: relative;
  width: 100%;
  height: 100dvh;
  z-index: 0;
}

.banner-area .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-area .swiper-slide,
.banner-area .swiper {
  width: 100%;
  height: 100dvh;
}



.mobile-banner--swiper {
  display: none;
}

.banner-desc {
  position: absolute;
  top: 25%;
  left: 7vw;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.header {
  height: 110px;
  background: #2B90D6;
  color: #fff;
  width: 100%;
}

.header-wrapper {
  width: 1550px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  max-width: 290px;
  height: auto;
}

.menu {
  list-style: none;
  height: 100%;
  display: flex;
}

.menu li {
  height: 100%;
  border-right: 1px solid #56AFEC;
}

.menu li:last-child {
  border-right: none;
}

.menu a {
  height: 100%;
  display: flex;
  padding: 0 42px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.menu a:hover {
  color: #d6f6ff;
}

.index-header {
  margin-bottom: 2px;
}

.index-bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
}

.index-footer {
  margin-top: 3px;
}

.footer {
  width: 100%;
  border-top: 3px solid #00A9B4;
}

.footer-info {
  display: flex;
  align-items: center;
  color: #494949;
  font-size: 14px;
  width: 100%;
  padding: 16px 22px 18px;
  padding-left: 62px;
}

.footer-info a {
  color: #494949;
  text-decoration: underline;
}

.footer-info p {
  padding-right: 14px;
}

.footer-info p.copyright {
  padding-left: 56px;
  padding-right: 0;
}

.footer-info p:not(.copyright) {
  white-space: nowrap;
}

.copyright {
  flex: 1 1 auto;
}

.backtop {
  position: fixed;
  right: 12px;
  bottom: 36px;
  background: url(../images/btn-top.svg) no-repeat;
  background-size: 70px;
  display: none;
  width: 70px;
  height: 72px;
  font-size: 0;
  z-index: 10;
}

.backtop a {
  display: block;
  width: 100%;
  height: 100%;
}

/* 內頁 */
.pc-inner-banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 80px;
  padding-left: 125px;
  height: 383px;
  background: url(../images/pc_mainkv.png);
}


.main {
  padding-top: 35px;
  padding-bottom: 95px;
  background: url(../images/bg.jpg) no-repeat center top, #F5F5F5;
}

.wrapper {
  width: 1500px;
  margin: 0 auto;
}


.page-title {
  font-size: 26px;
  font-weight: 700;
  color: #004E85;
  margin-bottom: 8px;
}

.page-desc {
  color: #6c6c6c;
  margin-bottom: 20px;
}

.area {
  border-radius: 15px;
  background: #fff;
  border: 1px solid #989898;
  overflow: hidden;
}

.area--about {
  padding: 33px 36px;
}

.area--message {
  padding: 0;
}

.area--message--inner {
  padding: 67px 150px 0;
}

.area--publications {
  padding: 66px 40px;
}



.rwd-img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.milestone {
  padding: 40px 33px 46px;
}


.b-title {
  font-weight: 700;
  color: #2B90D6;
  font-size: 26px;
  margin-bottom: 16px;
}

.milestone-list {
  padding-top: 22px;
}

.milestone-list li {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  min-height: 75px;
}

.year {
  flex: none;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  padding-left: 43px;
  position: relative;
}

.year b {
  content: "";
  display: block;
  background: url(../images/img-6.svg) no-repeat;
  background-size: 73px;
  width: 73px;
  height: 73px;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 0;
}

.year i {
  z-index: 1;
  position: relative;
  font-style: normal;
}

.milestone-list-desc {
  color: #494949;
  padding-left: 24px;
}

.history {
  padding: 0 33px 43px;
}

.dark-b-title {
  font-size: 22px;
  color: #004E85;
  font-weight: 700;
  margin-bottom: 18px;
}

.two-col {
  display: flex;
  width: 100%;
  gap: 45px;

}

.two-col li {
  flex: 1;
}

.history-con {
  color: #494949;
  margin-bottom: 43px;
}

.history-con p {
  line-height: 1.4;
}

.mb-1 {
  margin-bottom: 16px !important;
}


.objectives {
  margin-bottom: 40px;
}

.objectives li {
  margin-bottom: 12px;
  color: #494949;
}


.about-text {
  margin-bottom: 43px;
}

/*---------*/

.president-card {
  background: #EAF7FB;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #00A9B4;
}

.president-card-content {
  display: flex;
  align-items: stretch;
}

.president-image {
  flex: 0 0 352px;
  position: relative;
  overflow: hidden;
  border-right: 1px solid #989898;
}

/* flex-grow: 0 - 容器不會擴展佔用額外空間
flex-shrink: 0 - 容器不會縮小，保持固定寬度
flex-basis: 352px - 容器的基礎寬度設定為 352px
目的：確保圖片區域在桌面版始終維持 352px 寬度，不會因為內容多寡而變化 */

.president-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 
  width: 100%;
  height: 100%;
讓圖片完全充滿父容器的寬度和高度
不再受限於圖片原始尺寸（352px × 358px）
---------
object-fit: cover;
核心功能：保持圖片比例不變形
類似 background-size: cover 的效果
會裁切圖片以完全覆蓋容器，但不會拉伸變形

*/
.president-info {
  flex: 1;
  padding: 30px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.president-title {
  font-size: 26px;
  color: #004E85;
  font-weight: 700;
  margin-bottom: 14px;
}

.president-name {
  font-size: 26px;
  color: #080808;
  font-weight: 700;
  margin-bottom: 22px;
}

.qualification {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.qualification-icon {
  width: 21px;
  height: 21px;
  margin-top: 2px;
  margin-right: 15px;
  flex: none;
  background: url(../images/icon-item.svg) no-repeat;
}

.qualification-text {
  line-height: 1.4;
}

.org-member-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.om-card {
  background: #EAF7FB;
  border-radius: 20px;
  overflow: hidden;
  width: calc( 50% - 7px);
  
  border: 1px solid #00A9B4;
  /* min-height: 255px; */
  margin-bottom: 14px;
}


.om-card.bg2 {
  background: #EAFFF3;
}

.om-card-content {
  display: flex;
  align-items: stretch;
}

.om-image {
  flex: 0 0 230px;
  position: relative;
  /* overflow: hidden; */
  padding: 14px;
  padding-right: 0;
}



/* flex-grow: 0 - 容器不會擴展佔用額外空間
flex-shrink: 0 - 容器不會縮小，保持固定寬度
flex-basis: 230px - 容器的基礎寬度設定為 230px
目的：確保圖片區域在桌面版始終維持 230px 寬度，不會因為內容多寡而變化 */

.om-photo {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 20px;
  height: 100%;
  max-height: 250px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 
  width: 100%;
  height: 100%;
讓圖片完全充滿父容器的寬度和高度
不再受限於圖片原始尺寸（352px × 358px）
---------
object-fit: cover;
核心功能：保持圖片比例不變形
類似 background-size: cover 的效果
會裁切圖片以完全覆蓋容器，但不會拉伸變形

*/
.om-info {
  flex: 1;
  padding: 16px 15px;
  display: flex;
  flex-direction: column;
  padding-top: 18px;
}

.om-title {
  font-size: 18px;
  color: #004E85;
}

.om-name {
  font-size: 18px;
  color: #080808;
  margin-bottom: 14px;
}

.om-info .qualification{
  font-size: 14px;
  margin-bottom: 8px;
}


.om-info .qualification-icon {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-right: 8px;
    background-size: contain;
}














.message-content {
  line-height: 2;
  padding: 0 18px 80px;
}

.message-content-photo {
  display: flex;
}

.message-content-photo {
  display: flex;
}

.message-content-photo li {
  flex: 1;
}

/* 出版品 */
.publications-list {
  display: flex;
  flex-wrap: wrap;
}

.publications-list li {
  width: 25%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
  /* 新增：確保每個 li 有最小高度讓 flex 生效 */
  min-height: 400px;
  /* 根據您的內容調整 */
}

/* 新增：包裝 h2 標題的容器，讓它佔據剩餘空間 */
.content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.p-btn-area {
  gap: 12px;
  display: flex;
  /* 新增：將按鈕區域固定在底部 */
  margin-top: auto;
}

.p-photo,
.p-year {
  flex-shrink: 0;
  /* 防止被壓縮 */
}

.btn-download,
.btn-preview {
  border-radius: 10px;
  color: #EAF7FB;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2B90D6;
  font-size: 16px;
  height: 50px;
  font-family: Arial;
}

.btn-preview span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-download:hover,
.btn-preview:hover {
  background: #217fc2;
}

.btn-download i {
  display: flex;
  width: 28px;
  height: 29px;
  margin-right: 8px;
  background: url(../images/icon_download.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-preview i {
  display: flex;
  width: 41px;
  height: 21px;
  margin-right: 8px;
  background: url(../images/icon_preview.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-photo {
  margin-bottom: 16px;
  /* 新增：確保圖片容器不會壓縮 */
  flex-shrink: 0;
}

.p-photo img {
  width: 100%;
  height: auto;
}

.p-year {
  color: #494949;
}

.publications-list h2 {
  color: #004E85;
  flex: 1;
  margin-bottom: 14px;
}

.area--org {
  padding: 0;
}

.org-group {
  display: flex;
}

.org-group li {
  width: 50%;
  flex: 1;
  background: #989898;
}

.org-group li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 10px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.org-group li.active {
  background: #004E85;
}

.org-group li:hover {
  background: #0f75be;
}

.org-group li.active a {}

.org-past-content {
  width: 100%;
  max-width: 904px;
  margin: 0 auto;
  padding: 32px 10px;
}
.org-now-content{
  width: 100%;
  max-width: 1244px;
  margin: 0 auto;
  padding: 32px 10px;
}
.rwd-table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
  font-size: 20px;
  border: 1px solid #ccc;
}

.rwd-table thead {
  background: #2B90D6;
  color: #fff;
  text-align: center;
}

.rwd-table th,
.rwd-table td {
  border: 1px solid #ccc;
  padding: 4px 8px;
  font-weight: 400;
}

.rwd-table tbody tr:nth-of-type(even) {
  background: #f1fcff;
}

.org-table-wrap h2 {
  color: #004E85;
  font-weight: 700;
  text-align: center;
  font-size: 26px;
  margin-top: 28px;
}

.org-term {
  text-align: center;
  color: #000;
  margin-bottom: 14px;
}

.select {
  border-radius: 10px;
  color: #004E85;
  width: 100%;
  font-size: 26px;
  height: 59px;
  overflow: hidden;
  border: 1px solid #2B90D6;
  padding: 0 60px 0 12px;
  background: url(../images/select-arrow@3x.jpg) no-repeat right top, #EAF7FB;
  background-size: contain;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
}

.org-now-content h2 {
    color: #004E85;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
}
.president-title .president-name{
  padding-left: 16px;
}

/*------   RWD   -------*/
.mobile-header,
.index-mobile-slogan,
.mobile-menu {
  display: none;
}

.mobile-header.fixed {
  position: fixed;
  z-index: 22;
  left: 0;
  right: 0;
}

.mobile-inner-banner {
  display: none;
}

@media only screen and (max-width: 1600px) {
  .header-wrapper {
    width: 100%;
    padding-left: 20px;
  }

  .footer-info {
    padding-left: 20px;
  }

  .wrapper {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pc-inner-banner {
    padding-left: 16px;
  }


}



@media only screen and (max-width: 1366px) {
  .menu a {
    padding: 0 22px;
  }

  .footer-info p.copyright {
    padding-left: 26px;
  }

  .logo img {
    max-width: 250px;
  }

  .menu li {
    font-size: 17px;
  }

  .area--message--inner {
    padding: 10px 10px 0;
  }

  .area--publications {
    padding: 35px 10px;
  }


}

@media (max-width:1365px) {

  .publications-list li {
    width: 33.3%;
    margin-bottom: 50px;
  }

  .publications-list li {
    padding: 0 10px;
  }
}




@media (max-width:1024px) {
  .president-info{
    padding: 20px;
  }
  .president-title .president-name{
    padding-left: 0;
    display: block;
  }
  .org-now-content .president-title,
  .org-now-content .president-name {
    font-size: 20px;
  }


  .om-card{
    width: 100%;
  }
  .m-logo {
    flex: 1 1 auto;
    margin-top: 3px;
  }

  .m-logo img {
    width: 100%;
    height: auto;
    max-width: 244px;
  }

  .mobile-header {
    background: #2B90D6;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    height: 90px;
    color: #fff;
    padding: 0 14px;
    justify-content: space-between;
  }

  .btn-tw {
    width: 65px;
    height: 44px;
    border-radius: 5px;
    background: #1D6496;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
  }

  /* mobile選單展開 */

  .m-hamburger {
    position: relative;
    width: 50px;
    height: 52px;
    font-size: 0;
  }

  .m-hamburger-box {
    position: relative;
  }

  .m-hamburger i {
    opacity: 1;
    position: absolute;
    top: 0;
    background: #fff;
    margin-top: 0;
    left: 0;
    width: 50px;
    height: 4px;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
  }

  .m-hamburger i:nth-child(1) {
    top: 7px;
  }

  .m-hamburger i:nth-child(2) {
    top: 22px;
  }

  .m-hamburger i:nth-child(3) {
    top: 36px;
  }

  .m-hamburger.show i {
    background: #fff;
  }

  .m-hamburger.show i:nth-child(1) {
    left: 10px;
    top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .m-hamburger.show i:nth-child(2) {
    opacity: 0;
    width: 0;
  }

  .m-hamburger.show i:nth-child(3) {
    top: 40px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mobile-menu {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 20;
    top: 0;
    padding-top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    color: #000;
  }

  .mobile-menu ul {
    list-style: none;
  }

  .mobile-menu ul li {
    border-bottom: 1px solid #C9CACB;
  }

  .mobile-menu ul li a {
    display: block;
    color: #494949;
    font-size: 24px;
    padding: 24px 0 24px 16px;
  }

  .mobile-menu ul li a:hover {
    color: #1D6496;
  }


  .index-mobile-slogan {
    display: block;
  }


  .index-pc-slogan {
    display: none;
  }

  .index-bottom-fixed {
    position: relative;
  }

  .banner-desc {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 60px;
    justify-content: center;
  }

  .header.index-header {
    display: none;
  }


  .footer-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-info .copyright {
    text-align: left;
    margin-top: 10px;
  }

  .banner-desc .logo-img img {
    max-width: 155px;
  }

  .logo-img,
  .index-mobile-slogan {
    text-align: center;
  }

  .index-mobile-slogan img {
    width: 96%;
    max-width: 350px;
  }

  .footer-info p.copyright {
    padding-left: 0;
  }

  .footer-info p {
    padding-right: 0;
  }

  .footer-info p:not(.copyright) {
    font-size: 20px;
    white-space: inherit;
  }

  .area--publications {
    padding-top: 20px;
  }

  .btn-download i {
    width: 18px;
    height: 17px;
    background-size: contain;
  }

  .btn-preview i {
    width: 22px;
    height: 11px;
    background-size: contain;
  }

  .org-group li a {
    font-size: 20px;
  }

  .select {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {

  .area--about {
    padding: 8px;
  }



  .milestone {
    padding: 20px 8px 0px;
  }

  .history {
    padding: 0 10px 20px;
  }

  .two-col {
    gap: 20px;
  }

  .year {
    font-size: 26px;
  }

  .publications-list li {
    width: 50%;
  }

}

@media (max-width: 768px) {
  .pc-banner--swiper {
    display: none;
  }

  .mobile-banner--swiper {
    display: block;
  }

  .banner-area {
    height: 90dvh;
  }

  .pc-inner-banner {
    display: none;
  }

  .mobile-inner-banner {
    display: block;
    font-weight: 700;
    color: #494949;
    text-align: center;

  }

  .mobile-inner-banner p {
    padding: 8px 2px;
    background: #D9D9D9;
  }

  .milestone-list li {
    align-items: flex-start;
  }

  .president-card-content {
    flex-direction: column;
    min-height: auto;
  }
  .om-card-content{
    flex-direction: column;
    min-height: auto;
  }

  .president-image {
    flex: none;
    text-align: center;
    /* height: 300px; */
    padding-top: 30px;
    border-right: none;
    padding-left: 10px;
    padding-right: 10px;
  }
.om-image {
        flex: none;
        text-align: center;
        /* height: 300px; */
        padding-top: 14px;
        border-right: none;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0;
    }
  .president-photo {
    width: 100%;
    max-width: 352px;
    display: inline-block;
  }
  .om-photo{
    width: 100%;
    max-width: 200px;
    max-height: 250px;
    display: inline-block;
  }

  .president-card {
    border-radius: 15px;
  }

  /* RWD TABLE */
  .rwd-table table,
  .rwd-table thead,
  .rwd-table tbody,
  .rwd-table th,
  .rwd-table td,
  .rwd-table tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .rwd-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .rwd-table td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 80px;
  }

  .rwd-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 4px;
    left: 16px;
    width: 90%;
    padding-right: 0;
    white-space: nowrap;
    content: attr(data-label);
    font-weight: 700;
  }

  .rwd-table {
    font-size: 18px;
    border: none;
    color: #494949;
  }

  .rwd-table tbody tr {
    border-bottom: 1px dashed #ccc;
  }

  .rwd-table tbody tr:nth-of-type(even) {
    background: #fff;

  }
.rwd-table tbody tr:last-child{
  border: none;
}




}

@media only screen and (max-width: 600px) {
  .two-col.history-con {
    flex-direction: column;
  }

  .president-info {
    flex: 1;
    padding: 12px;
  }

  .president-image {
    padding-top: 12px;
  }

  .message-content-photo li {
    display: none;
  }

  .message-content-photo li:first-child {
    display: block;
  }

  .message-content-photo li img {
    width: 100%;
  }

  .president-title {
    margin-bottom: 4px;
  }

  .president-card {
    margin-bottom: 20px;
  }

  .message-content {
    line-height: 2;
    padding: 0 10px 20px;
  }

  .p-btn-area {
    flex-direction: column;
  }

  .btn-download,
  .btn-preview {
    width: 100%;
    height: 30px;
  }

  .btn-preview span {
    margin-left: -15px;
  }

  .org-group li a {
    padding: 10px 16px;
  }

  .org-past-content {
    padding: 10px;
  }

  .org-table-wrap h2 {
    margin-top: 10px;
  }

  .org-table-wrap h2 {
    font-size: 20px;
  }

  .org-group li a {
    font-size: 18px;
  }

  .org-now-content{
    padding: 10px;
  }

}


@media only screen and (max-width: 480px) {

  .b-title {
    font-size: 24px;
  }

  #gotop {
    background-size: 45px;
    width: 45px;
    height: 45px;
  }

  .p-photo {
    margin-bottom: 5px;
  }

  .p-btn-area {
    gap: 8px;
  }

  .publications-list li {
    margin-bottom: 30px;
  }

  .publications-list h2 {
    margin-bottom: 6px;
  }

  .btn-download,
  .btn-preview {
    font-size: 14px;
  }

  .content-wrapper {
    font-size: 16px;
  }

  .main {
    padding-top: 16px;
  }

  .area--publications {
    padding: 12px 0;
  }

}

@media only screen and (max-width: 375px) {
  .m-hamburger i {
    width: 40px;
  }

  .mobile-inner-banner p {
    font-size: 16px;
  }

  .btn-tw {
    font-size: 16px;
  }
}

@media only screen and (max-width: 360px) {
  .footer-info p:not(.copyright) {
    font-size: 18px;
  }

  .milestone-list li {
    flex-direction: column;
  }

  .year b {
    background-size: 63px;
  }

  .milestone-list-desc {
    padding-left: 0;
    padding-top: 8px;
  }
}