:root {
  --bg-color: #f7f7f7;
  --dark-blue: #162e64;
  --white: white;
  --black: #282828;
  --transprant: #fff0;
  --light-grey: #dadada;
  --grey: #909090;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--bg-color);
  color: var(--dark-blue);
  letter-spacing: 2px;
  font-family: Noto Serif TC, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h2 {
  letter-spacing: 8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 110%;
}

a {
  color: var(--dark-blue);
  text-decoration: none;
  transition: all .3s;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.section {
  padding-top: 80px;
}

.section.no-padding {
  padding-top: 0;
}

.section.home-member {
  background-color: var(--dark-blue);
  padding-bottom: 80px;
}

.section.bottom-padding {
  padding-bottom: 80px;
}

.container {
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 60px;
}

.container.home-banner {
  max-width: none;
}

.container.intro-sticky {
  padding-left: 0;
  padding-right: 0;
}

.home-banner-top-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.home-banner-logo {
  width: 200px;
}

.home-banner-nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.home-banner-nav-txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.home-banner-img-container {
  flex: 1;
  margin-top: -100px;
  margin-right: -60px;
  padding-left: 200px;
  position: relative;
}

.home-banner-img-b {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-cover {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-banner {
  height: 100vh;
}

.home-banner-wrap {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.home-banner-corner {
  z-index: 1;
  width: 12%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-banner-corner.bot {
  inset: auto auto 0% 0%;
}

.home-banner-title {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  width: 100%;
  padding-bottom: 90px;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-banner-2nd-title {
  width: 100%;
  padding-left: 40px;
}

.all {
  padding-top: 100px;
  overflow: hidden;
}

.all.home {
  padding-top: 0;
}

.all.sticky {
  overflow: visible;
}

.sticky-side-b {
  z-index: 99;
  pointer-events: none;
  padding-bottom: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.sticky-side-list {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 5vw;
  display: flex;
}

.sticky-btn-link {
  background-color: var(--white);
  pointer-events: auto;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: -1px;
  overflow: hidden;
}

.sticky-search-container {
  pointer-events: auto;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sticky-search-b {
  flex-flow: row;
  max-width: 260px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.sticky-search-field {
  color: var(--dark-blue);
  border: 1px #000;
  height: 50px;
  margin-bottom: 0;
  padding: 0 5px;
}

.sticky-search-field::placeholder {
  color: #162e6459;
}

.sticky-search-btn {
  background-color: var(--dark-blue);
  background-image: url('../images/search-btn-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40px;
  padding: 5px 45px 5px 20px;
  transition: background-color .3s;
}

.sticky-search-btn:hover {
  background-color: var(--black);
}

.header {
  z-index: 999;
  background-color: var(--transprant);
  position: fixed;
  inset: 0% 0% auto;
}

.header-b {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.nav-menu {
  width: 100%;
}

.nav-link {
  color: var(--grey);
  text-align: center;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  display: block;
}

.nav-link:hover {
  opacity: .55;
}

.nav-link.w--current {
  color: var(--dark-blue);
}

.nav-wrap {
  display: flex;
}

.nav-col-l {
  width: 50%;
  padding-right: 100px;
}

.nav-col-r {
  width: 50%;
  padding-left: 100px;
}

.nav-link-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-logo {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.logo-link-b {
  margin-top: 2px;
  display: block;
}

.logo-link-b:hover {
  transform: scale(1.1);
}

.logo-link-bg-img {
  z-index: -1;
  background-color: var(--white);
  pointer-events: none;
  border-radius: 50%;
  width: 105%;
  height: 105%;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.mobile-header-logo {
  display: none;
}

.header-mobile-bg, .header-mobile-bg-nav {
  pointer-events: none;
  display: none;
}

.home-title-b {
  padding-bottom: 60px;
}

.home-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-title-txt {
  font-size: 80px;
  line-height: 110%;
}

.common-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  overflow: hidden;
}

.common-btn:hover {
  background-color: var(--black);
}

.common-btn.white {
  background-color: var(--white);
  color: var(--dark-blue);
}

.common-btn.white:hover {
  opacity: .65;
}

.common-btn-arrow {
  flex: none;
  position: relative;
}

.common-btn-icon {
  flex: none;
  width: 30px;
}

.home-news-wrap {
  display: flex;
}

.home-news-col {
  flex: none;
  width: 33.33%;
}

.home-news-img {
  border-radius: 20px;
  padding-top: 58%;
  position: relative;
  overflow: hidden;
}

.home-news-title-b {
  padding-top: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.txt-white {
  color: var(--white);
}

.home-member-container {
  border-top: 1px solid var(--light-grey);
  border-left: 1px solid var(--light-grey);
  background-color: var(--white);
}

.home-member-wrap {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.home-member-b {
  border-right: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  height: 100%;
  min-height: 150px;
  padding: 20px;
  display: block;
}

.home-member-b:hover {
  background-color: var(--light-grey);
}

.home-member-title {
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
}

.home-news-link {
  display: block;
}

.slider {
  background-color: var(--transprant);
  height: 100%;
}

.slider-mask {
  height: 100%;
}

.hide {
  display: none;
}

.home-member-slide {
  width: 100%;
  height: 100%;
}

.home-about-container {
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.home-about-b {
  width: 800px;
  position: relative;
}

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

.home-about-highlight-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.highlight-txt {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(90deg, #162e64, #162e64);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.home-about-img {
  z-index: -999;
  opacity: .05;
  pointer-events: none;
  width: 75%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.footer-b {
  background-color: var(--dark-blue);
  color: var(--white);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-l-col {
  flex: 1;
}

.footer-r-col {
  align-self: stretch;
  width: 30%;
}

.footer-info-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-logo {
  width: 150px;
  display: block;
}

.footer-logo:hover {
  transform: scale(1.1);
}

.footer-info-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-info-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  letter-spacing: 1.5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-info-link:hover {
  opacity: .6;
}

.footer-info-icon {
  flex: none;
  width: 20px;
}

.footer-r-b {
  border-left: 1px solid #fff3;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 10px 40px;
  display: flex;
}

.footer-link-wrap {
  grid-row-gap: 10px;
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.footer-link-col {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-link {
  color: var(--white);
}

.footer-link:hover {
  opacity: .6;
}

.footer-info-b {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-bot-b {
  letter-spacing: .3px;
  border-top: 1px solid #fff3;
  padding-top: 10px;
  font-size: 14px;
  line-height: 130%;
}

.footer-bot-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-banner {
  background-color: var(--dark-blue);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.intro-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.into-title {
  padding-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.intro-content-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.intro-content-title {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.padding-bot-20 {
  padding-bottom: 20px;
}

.into-num-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.into-num-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.into-num-txt {
  flex: none;
  width: 40px;
}

.intro-eng-wrap {
  display: flex;
}

.intro-eng-txt {
  flex: none;
  width: 25px;
}

.into-chi-txt {
  flex: none;
  width: 55px;
}

.into-sticky-container {
  z-index: 5;
  background-color: #efefef;
  position: sticky;
  inset: 99px 0% auto;
}

.into-sticky-wrap {
  flex-flow: row;
  width: 50%;
  display: flex;
}

.into-sticky-link {
  text-align: center;
  background-color: #efefef;
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.into-sticky-link:hover {
  background-color: var(--white);
}

.into-sticky-link.w--current {
  background-color: var(--dark-blue);
  color: var(--white);
}

.event-wrap {
  grid-row-gap: 40px;
  flex-flow: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.event-col {
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}

.event-b {
  display: block;
}

.event-img {
  border-radius: 15px;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}

.event-content-b {
  padding-top: 10px;
}

.event-date-txt {
  letter-spacing: 0;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 110%;
}

.event-title-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
}

.event-title-icon {
  flex: none;
  width: 25px;
}

.event-detail-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.event-detail-title-b {
  text-align: center;
  padding-bottom: 40px;
}

.txt-grey {
  color: var(--grey);
}

.padding-bot-10 {
  padding-bottom: 10px;
}

.event-detail-content-b {
  grid-row-gap: 40px;
  flex-flow: column;
  padding-bottom: 40px;
  display: flex;
}

.event-detail-content {
  width: 100%;
}

.event-detail-lightbox-wrap {
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.event-detail-lightbox-col {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.event-detail-lightbox-col._33 {
  width: 33.33%;
}

.event-detail-lightbox {
  padding-top: 56%;
  display: block;
  position: relative;
}

.event-detail-btn-b {
  justify-content: center;
  align-items: center;
  display: flex;
}

.related-link-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.related-link-title {
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.related-link-container {
  border: 1px solid var(--grey);
  background-color: var(--white);
}

.related-link-wrap {
  flex-flow: wrap;
  display: flex;
}

.related-link-col {
  width: 33.3333%;
}

.related-link-b {
  border-right: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
  height: 100%;
  padding: 20px;
}

.related-link-b-title {
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

.related-link-content-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  letter-spacing: 1px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.related-link-content-wrap:hover {
  opacity: .5;
}

.related-link-content-wrap.nolink:hover {
  opacity: 100;
}

.related-link-icon {
  flex: none;
  width: 20px;
  margin-top: 4px;
}

.related-link-content-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-txt:hover {
  opacity: .5;
}

.member-search-wrap {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.member-search-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.member-search-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.member-search-icon {
  flex: none;
  width: 30px;
}

.member-search-b {
  padding-top: 10px;
}

.member-search {
  margin-bottom: 0;
  position: relative;
}

.member-search-field {
  background-color: var(--white);
  color: var(--dark-blue);
  border: 1px #000;
  border-radius: 50px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 130px;
}

.member-search-field::placeholder {
  color: #162e6466;
}

.member-search-btn {
  background-color: var(--dark-blue);
  color: var(--white);
  background-image: url('../images/search-btn-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 50px;
  width: 120px;
  height: 50px;
  margin-right: 5px;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 20px;
  font-weight: 700;
  transition: all .3s;
  display: block;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.member-search-btn:hover {
  background-color: var(--black);
}

.member-search-rs-container {
  padding-top: 40px;
}

.txt-b {
  font-weight: 700;
}

.member-search-rs-b {
  padding-top: 20px;
}

.search-table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 15% 1fr 1fr 15%;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-table-title {
  border-right: 1px solid var(--light-grey);
  background-color: var(--dark-blue);
  color: var(--white);
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.search-table-content {
  border-right: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  background-color: var(--white);
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.search-mobile-title {
  display: none;
}

.member-card-container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.member-card-b {
  background-color: var(--dark-blue);
  padding-top: 100%;
  position: relative;
}

.member-card-wrap {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 3%;
  display: flex;
  position: absolute;
}

.member-card-content {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 400;
  position: absolute;
  inset: 0%;
}

.member-logo {
  width: 50%;
}

.member-footer-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.member-footer {
  font-size: 16px;
  line-height: 110%;
}

.member-main-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.member-main {
  border-bottom: 1px solid #fff3;
  padding-bottom: 10px;
  font-size: 26px;
  line-height: 110%;
}

.member-wrap {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.member-main-img-container {
  padding-bottom: 20px;
}

.member-main-img-b {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.member-main-img {
  border-radius: 20px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.member-title {
  flex: none;
}

.contact-wrap {
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
}

.contact-col {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.contact-title-b {
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.contact-link-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.contact-link:hover {
  opacity: .5;
}

.contact-icon {
  flex: none;
  width: 20px;
}

.contact-img-b {
  padding-top: 40px;
}

.contact-img {
  border-radius: 20px;
  padding-top: 80%;
  display: block;
  position: relative;
  overflow: hidden;
}

.contact-form-b {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
}

.form-b {
  margin-bottom: 0;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.form-col {
  width: 100%;
}

.form-title {
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.form-txt-field {
  color: var(--dark-blue);
  background-color: #dadada4d;
  border: 1px #000;
  min-height: 60px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.txtarea-field {
  color: var(--dark-blue);
  background-color: #dadada4d;
  border: 1px #000;
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  max-height: 300px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.recaptcha-b {
  max-width: 300px;
}

.form-remark {
  font-size: 14px;
  line-height: 150%;
}

.inline-b {
  display: inline-block;
}

.home-sticky-mobile-b {
  pointer-events: none;
  display: none;
}

.home-sticky-b {
  pointer-events: none;
  display: block;
}

@media screen and (min-width: 1440px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .home-banner-logo {
    width: 250px;
  }

  .home-banner-nav-txt {
    font-size: 20px;
    line-height: 150%;
  }

  .home-banner-img-container {
    margin-right: -80px;
    padding-left: 250px;
  }

  .home-banner-corner {
    width: 8%;
  }

  .nav-link {
    font-size: 20px;
    line-height: 110%;
  }

  .header-logo {
    width: 150px;
    height: 150px;
  }

  .footer-r-b {
    padding-left: 80px;
    padding-right: 80px;
  }

  .intro-list {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .event-content-b {
    padding-top: 20px;
  }

  .related-link-list {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .member-search-wrap {
    margin-left: -40px;
    margin-right: -40px;
  }

  .member-search-col {
    padding-left: 40px;
    padding-right: 40px;
  }

  .search-table-title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
    line-height: 150%;
  }

  .search-table-content {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 150%;
  }

  .contact-link, .form-title {
    font-size: 20px;
    line-height: 150%;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    letter-spacing: 6px;
    font-size: 44px;
    line-height: 110%;
  }

  .section {
    padding-top: 60px;
  }

  .section.home-member, .section.bottom-padding {
    padding-bottom: 60px;
  }

  .container {
    max-width: none;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .home-banner-top-wrap {
    display: none;
  }

  .home-banner-img-container {
    margin-top: 0;
    margin-left: -5vw;
    margin-right: -5vw;
    padding-left: 0;
  }

  .home-banner-corner {
    display: none;
  }

  .home-banner-title {
    background-image: linear-gradient(0deg, #f7f7f7, #f7f7f700);
    padding-top: 20px;
    padding-left: 5vw;
    padding-right: 70px;
    font-size: 32px;
    line-height: 110%;
  }

  .header-b {
    /* background-color: var(--transprant); */
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    border-top: 1px solid var(--light-grey);
    background-color: var(--white);
  }

  .nav-link {
    border-bottom: 1px solid var(--light-grey);
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-wrap {
    display: block;
  }

  .nav-col-l {
    width: 100%;
    padding-right: 0;
  }

  .nav-col-r {
    width: 100%;
    padding-left: 0;
  }

  .nav-link-wrap {
    display: block;
  }

  .header-logo {
    display: none;
  }

  .logo-link-b {
    margin-top: 0;
  }

  .header-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .mobile-header-logo {
    width: 80px;
    display: block;
  }

  .header-mobile-bg {
    z-index: -1;
    background-color: var(--white);
    opacity: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .menu-btn {
    padding: 0;
  }

  .menu-btn.w--open {
    background-color: var(--transprant);
  }

  .menu-btn-line1 {
    background-color: var(--dark-blue);
    width: 25px;
    height: 2px;
  }

  .menu-btn-line2 {
    background-color: var(--dark-blue);
    width: 25px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .menu-btn-line3 {
    background-color: var(--dark-blue);
    width: 25px;
    height: 2px;
  }

  .header-mobile-bg-nav {
    z-index: -1;
    background-color: var(--white);
    opacity: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .home-title-b {
    padding-bottom: 40px;
  }

  .home-title-txt {
    font-size: 72px;
    line-height: 110%;
  }

  .common-btn, .home-news-title-b {
    font-size: 20px;
    line-height: 130%;
  }

  .home-member-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 0;
  }

  .home-member-title {
    font-size: 20px;
    line-height: 130%;
  }

  .home-about-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .highlight-txt {
    font-size: 22px;
  }

  .footer-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-r-col {
    width: 25%;
  }

  .footer-info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-logo {
    width: 120px;
  }

  .footer-r-b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link-wrap {
    grid-row-gap: 5px;
  }

  .footer-link-col {
    width: 100%;
  }

  .into-title {
    font-size: 32px;
    line-height: 150%;
  }

  .into-sticky-wrap {
    width: 100%;
  }

  .into-sticky-link {
    font-size: 18px;
    line-height: 100%;
  }

  .event-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }

  .event-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .related-link-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .related-link-title {
    font-size: 32px;
    line-height: 150%;
  }

  .related-link-col {
    width: 50%;
  }

  .related-link-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .member-search-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }

  .member-search-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .search-table-grid {
    grid-template-columns: 20% 1fr 1fr 20%;
  }

  .search-table-title {
    font-size: 22px;
    line-height: 150%;
  }

  .search-table-content {
    font-size: 18px;
    line-height: 150%;
  }

  .member-card-wrap {
    padding: 2%;
  }

  .member-footer {
    font-size: 2vw;
    line-height: 110%;
  }

  .member-main-list {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .member-main {
    padding-bottom: 1vw;
    font-size: 3vw;
    line-height: 110%;
  }

  .member-main-img-container {
    padding-bottom: 2vw;
  }

  .member-main-img {
    border-radius: 3vw;
  }

  .contact-wrap {
    grid-row-gap: 40px;
    flex-flow: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-title-b {
    font-size: 32px;
    line-height: 150%;
  }

  .contact-img-b {
    max-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  body {
    letter-spacing: 1.5px;
  }

  h2 {
    letter-spacing: 4px;
    font-size: 36px;
    line-height: 110%;
  }

  .section {
    padding-top: 40px;
  }

  .section.home-member, .section.bottom-padding {
    padding-bottom: 40px;
  }

  .home-banner-title {
    padding-bottom: 200px;
    padding-right: 5vw;
    font-size: 28px;
    line-height: 110%;
  }

  .home-title-txt {
    font-size: 64px;
    line-height: 110%;
  }

  .common-btn {
    font-size: 18px;
    line-height: 130%;
  }

  .home-news-col {
    width: 50%;
  }

  .home-news-title-b {
    font-size: 18px;
    line-height: 130%;
  }

  .home-member-wrap {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-member-b {
    padding: 10px;
  }

  .home-member-title {
    font-size: 18px;
    line-height: 130%;
  }

  .home-about-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-about-img {
    width: 100%;
  }

  .footer-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .footer-l-col {
    flex: 0 auto;
    width: 100%;
  }

  .footer-r-col {
    width: 100%;
  }

  .footer-info-link {
    letter-spacing: .5px;
  }

  .footer-r-b {
    border-top: 1px solid #fff3;
    border-left-style: none;
    padding: 20px 0;
  }

  .footer-link-col {
    text-align: center;
    width: 33.33%;
  }

  .footer-info-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-bot-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .intro-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .into-title {
    font-size: 28px;
    line-height: 150%;
  }

  .intro-content-title {
    font-size: 18px;
    line-height: 150%;
  }

  .into-sticky-link {
    font-size: 16px;
    line-height: 100%;
  }

  .event-wrap {
    grid-row-gap: 20px;
  }

  .event-col {
    width: 50%;
  }

  .event-detail-content-b {
    grid-row-gap: 20px;
  }

  .event-detail-lightbox-wrap {
    grid-row-gap: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .event-detail-lightbox-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .related-link-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .related-link-title {
    font-size: 28px;
    line-height: 150%;
  }

  .related-link-col {
    width: 100%;
  }

  .related-link-b {
    border-right-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .related-link-b-title {
    padding-bottom: 10px;
  }

  .member-search-wrap {
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .member-search-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .member-search-table-b {
    border-top: 1px solid var(--light-grey);
  }

  .search-table-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .search-table-grid.top {
    display: none;
  }

  .search-table-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px 0 0;
    display: flex;
  }

  .search-mobile-title {
    background-color: var(--dark-blue);
    color: var(--white);
    flex: none;
    align-self: stretch;
    padding: 10px 20px;
    display: block;
  }

  .member-footer {
    font-size: 2.4vw;
  }

  .member-main {
    font-size: 3.8vw;
  }

  .member-main-img-b {
    width: 40%;
  }

  .contact-title-b {
    font-size: 28px;
    line-height: 150%;
  }

  .home-sticky-mobile-b {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .home-banner-2nd-title {
    padding-left: 20px;
  }

  .home-title-wrap {
    grid-row-gap: 20px;
  }

  .home-news-col {
    width: 100%;
  }

  .home-member-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .home-about-img {
    width: 125%;
  }

  .footer-info-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-logo, .footer-link-col {
    width: 50%;
  }

  .event-col {
    width: 100%;
  }

  .search-table-content {
    font-size: 16px;
    line-height: 150%;
  }
}


