:root {
  --black: black;
  --blue: #038dd8;
  --grey: #7f7f7f;
  --yellow: #f6f2ea;
  --white: white;
  --filter-blue: #0079d5;
  --filter-orange: #c87323;
  --filter-pink: #bd3070;
  --filter-purple: #8655a3;
  --dark-blue: #016aa3;
  --transprant: #fff0;
  --light-grey: #e3e3e3;
  --filter-red: #c82323;
  --filter-yellow: #d5c000;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}

p {
  margin-bottom: 0;
}

/* Rich-text wrapper for CMS editor (TinyMCE) output — restores paragraph/list
   spacing that the global resets above strip out. */
.editor-content p {
  margin-bottom: .75em;
}

.editor-content p:last-child {
  margin-bottom: 0;
}

.editor-content ul,
.editor-content ol {
  margin-bottom: .75em;
  padding-left: 1.25em;
}

.editor-content a {
  color: var(--blue);
  text-decoration: underline;
}

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

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

.all {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.section {
  padding-top: 40px;
}

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

.section._80-top {
  padding-top: 80px;
}

.section.login {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.home-slider-container {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  overflow: hidden;
}

.slider {
  height: 100%;
}

.home-slider-img {
  padding-top: 45%;
  position: relative;
  overflow: hidden;
}

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

.hide {
  display: none;
}

.slider-nav {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.event-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  display: flex;
}

.event-l-col {
  width: 340px;
}

.event-r-col {
  flex: 1;
}

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

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

.up-coming-event-list {
  border-top: 1px dashed var(--grey);
  flex-flow: column;
  display: flex;
}

.up-coming-event-content {
  border-bottom: 1px dashed var(--grey);
  background-color: var(--yellow);
  padding: 20px 10px;
  color: inherit;
  text-decoration: none;
  display: block;
}

.up-coming-event-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.up-coming-event-tag {
  background-color: var(--white);
  border-radius: 25px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 110%;
}

.up-coming-event-date {
  color: var(--grey);
  font-size: 14px;
  line-height: 110%;
}

.up-coming-event-title-b {
  width: 100%;
  font-weight: 500;
}

.up-coming-event-title {
  overflow: hidden;
}

.home-event-card-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  display: grid;
}

.event-card-b {
  background-color: var(--yellow);
  border-radius: 20px;
  height: 100%;
  transition-duration: .3s;
  display: block;
  overflow: hidden;
  box-shadow: 2px 2px 6px #0003;
}

.event-card-img-b {
  width: 100%;
  overflow: hidden;
}

.event-card-img {
  width: 100%;
  padding-top: 140%;
  position: relative;
}

.event-card-content {
  padding: 20px 10px;
}

.event-card-content-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.event-card-date {
  border: 1px solid var(--blue);
  background-color: var(--white);
  color: var(--blue);
  border-radius: 25px;
  padding: 2px 12px;
  font-size: 14px;
  line-height: 110%;
}

.event-card-tag {
  color: var(--white);
  border-radius: 25px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 110%;
}

.event-card-tag.blue {
  background-color: var(--filter-blue);
}

.event-card-tag.orange {
  background-color: var(--filter-orange);
}

.event-card-tag.pink {
  background-color: var(--filter-pink);
}

.event-card-tag.purple {
  background-color: var(--filter-purple);
}

.event-card-tag.red {
  background-color: var(--filter-red);
}

.event-card-tag.yellow {
  background-color: var(--filter-yellow);
}

.event-card-title {
  width: 100%;
  color: var(--blue);
  font-weight: 500;
}

.home-about-container {
  background-color: var(--yellow);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding-top: 60px;
  padding-bottom: 80px;
}

.swiper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.swiper-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  display: flex;
}

.swiper-slide {
  flex: none;
  width: 25%;
}

.home-about-icon-b {
  background-color: var(--white);
  text-align: center;
  border-radius: 40px;
  height: 100%;
  padding: 40px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  display: block;
  position: relative;
}

.home-about-icon-b:hover {
  transform: rotate(-5deg)scale(1.05);
}

.home-about-icon-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-about-icon {
  width: 100px;
}

.home-about-swiper {
  position: relative;
}

.home-about-swiper-l {
  z-index: 5;
  background-image: linear-gradient(90deg, var(--yellow), #f6f2ea00);
  pointer-events: none;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-about-swiper-r {
  z-index: 5;
  background-image: linear-gradient(270deg, var(--yellow), #f6f2ea00);
  pointer-events: none;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-video-container {
  padding-top: 60px;
}

.home-video-wrap {
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.home-video-col {
  order: -9999;
  width: 65%;
  padding-left: 10px;
  padding-right: 10px;
}

.home-video-btn-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 35%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.home-video-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 20px 5px 5px;
  display: flex;
  overflow: hidden;
}

.home-video-btn.w--current {
  background-color: var(--blue);
  color: var(--white);
}

.home-video-icon {
  flex: none;
  width: 50px;
  position: relative;
}

.home-video-title {
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}

.home-video-arrow {
  width: 20px;
  position: relative;
}

.home-video-active-icon {
  z-index: 1;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.footer-container {
  background-color: var(--dark-blue);
}

.footer-top-wrap {
  display: flex;
}

.footer-logo-col {
  width: 45%;
}

.footer-logo {
  width: 75%;
  max-width: 280px;
  display: flex;
}

.footer-top-col {
  width: 55%;
}

.footer-top-content {
  border-left: 1px solid #ffffff40;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-top-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-top-link {
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  display: block;
}

.footer-top-link:hover {
  opacity: .5;
}

.footer-top-list-col {
  width: calc(50% - 5px);
}

.footer-logo-container {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-bot-container {
  border-top: 1px solid #ffffff40;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-bot-wap {
  justify-content: space-between;
  display: flex;
}

.footer-bot-txt {
  color: var(--white);
  font-size: 16px;
  line-height: 110%;
}

.header {
  z-index: 999;
  border-bottom: 1px solid var(--blue);
  background-color: var(--white);
  width: 100%;
  position: fixed;
}

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

.header-logo {
  min-width: 80px;
  max-width: 220px;
}

.header-logo:hover {
  transform: scale(1.05);
}

.nav-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: static;
}

.nav-link {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: block;
}

.nav-link-b {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
  /* Full header height so the active underline sits at the header bottom.
     Previously the nav height was driven by the dropdown's .nav-dropdown-link (height:100px);
     the dropdowns are now hidden, so the plain links carry that height themselves.
     Mobile (<=991px) overrides this back to height:auto further down. */
  height: 100px;
}

.nav-link-b.w--current {
  color: var(--blue);
  background-image: url('../images/nav-link-active.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.nav-dropdown-active {
  background-color: var(--blue);
  opacity: 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 50px;
  height: 5px;
  position: absolute;
  inset: auto 0% 0% 50%;
  transform: translate(-50%);
}

.nav-link-dropdown {
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.nav-dropdown {
  height: 100%;
  padding: 0;
  display: block;
}

.nav-dropdown.w--open {
  color: var(--blue);
}

.header-nav-dropdown-list {
  border-bottom: 1px solid var(--filter-blue);
  background-color: var(--white);
  width: 100%;
  margin-top: 101px;
  padding-left: 60px;
  padding-right: 60px;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.header-dropdown-wrap {
  flex-flow: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.header-about-col {
  border-right: 1px dashed var(--grey);
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}

.header-about-col.news {
  width: 33.33%;
}

.header-dropdown-img {
  border-radius: 15px;
  padding-top: 68%;
  position: relative;
  overflow: hidden;
}

.header-dropdown-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--grey);
  flex-flow: column;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

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

.header-dropdown-icon {
  flex: none;
  width: 75px;
}

.header-dropdown-txt {
  flex: 1;
}

.header-dropdown-arrow {
  flex: none;
  width: 15px;
}

.header-nav-dropdown-b {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-nav-big-link-b {
  border-bottom: 1px solid var(--blue);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.header-nav-big-link {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
  display: flex;
}

.header-nav-big-link:hover {
  color: var(--dark-blue);
}

.header-nav-big-arrow {
  flex: none;
  width: 30px;
}

.nav-dropdown-link {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

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

.login-btn {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 25px;
  padding: 8px 10px;
}

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

.search-btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--blue);
  color: var(--blue);
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
  display: flex;
}

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

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

.menu-line01, .menu-line02, .menu-line03 {
  background-color: var(--blue);
}

.top-section-container {
  position: relative;
}

.top-section-b {
  width: 80%;
  max-width: 900px;
  padding: 20px 60px;
  position: relative;
}

.breadcrumb-b {
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 110%;
}

.breadcrumb-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  display: flex;
}

.breadcrumb-txt.w--current {
  font-weight: 700;
}

.top-section-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

.top-section-img-b {
  z-index: -999;
  width: 15%;
  position: absolute;
  inset: auto 0% 50% auto;
  transform: translate(0, 50%);
}

.top-section-img {
  opacity: .1;
  width: 150%;
  margin-left: 35%;
}

.title-container {
  border-bottom: 1px solid var(--blue);
  display: flex;
}

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

.title-b {
  border-bottom: 3px solid var(--blue);
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}

.title-arrow {
  width: 30px;
  margin-bottom: -15px;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 25px;
  list-style-type: decimal;
  display: flex;
}

.section-title-info {
  padding-top: 5px;
}

.section-title-wrap-b {
  padding-top: 20px;
}

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

.section-title-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.section-title-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--blue);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 10px 20px;
  display: flex;
}

.section-title-link:hover {
  background-color: var(--white);
}

.section-title-link-num {
  width: 32px;
  color: var(--blue);
  flex: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.section-title-link-txt {
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}

.section-title-link-icon {
  flex: none;
  width: 24px;
}

.title-num-txt {
  width: 60px;
  color: var(--blue);
  font-size: 40px;
  font-weight: 800;
  line-height: 110%;
}

.list-container {
  border-top: 1px solid var(--light-grey);
}

.list-b {
  border-bottom: 1px solid var(--light-grey);
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.about-list-title {
  width: 200px;
  color: var(--dark-blue);
  flex: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}

.about-list-content {
  flex: 1;
}

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

.about-list-icon {
  flex: none;
  width: 15px;
  margin-top: -2px;
}

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

.info-list-link:hover {
  color: var(--dark-blue);
}

.about-list-logo {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.about-list-logo-name {
  color: var(--black);
  text-align: center;
  padding-top: 5px;
  font-size: 24px;
  line-height: 110%;
}

._40-padding-top {
  padding-top: 40px;
}

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

.about-card-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.name-card-b {
  background-color: var(--yellow);
  border-radius: 20px;
  display: flex;
  overflow: hidden;
}

.name-card-img-col {
  width: 40%;
}

.name-card-img-b {
  width: 100%;
  height: 100%;
  padding-top: 125%;
  position: relative;
}

.name-card-content-col {
  flex: 1;
}

.name-card-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.name-card-tag {
  background-color: var(--blue);
  color: var(--white);
  text-align: left;
  border-radius: 5px;
  padding: 5px 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.name-card-pos {
  color: var(--blue);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.name-card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.top-section-bg {
  z-index: -1;
  background-color: var(--yellow);
  border-bottom-right-radius: 80px;
  width: 100vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.about-what-list {
  border-top: 1px dashed var(--grey);
  flex-flow: column;
  display: flex;
}

.about-what-list-b {
  border-bottom: 1px dashed var(--grey);
  padding: 20px;
}

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

.about-what-list-icon {
  flex: none;
  width: 120px;
}

.about-what-list-col {
  flex: 1;
}

._10-padding-top {
  padding-top: 10px;
}

.common-btn {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--blue);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 5px 5px 20px;
  font-weight: 600;
  display: flex;
}

.common-btn:hover {
  transform: scale(.95);
}

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

.common-btn-arrow {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.common-btn-arrow-icon {
  width: 50%;
}

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

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

/* Contact Us cards reuse the member name-card look (icon instead of photo).
   Stretch each card to its row height so a 2-up grid stays even. */
.contact-cards .name-card-b {
  height: 100%;
}

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

.event-filter-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.event-checkbox-field {
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.event-checkbox {
  z-index: -1;
  border-style: solid;
  border-width: 1px;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.event-checkbox.purple {
  border-color: var(--filter-purple);
  background-color: var(--transprant);
}

.event-checkbox.purple.w--redirected-checked {
  background-image: linear-gradient(to bottom, var(--filter-purple), var(--filter-purple));
}

.event-checkbox.purple.w--redirected-focus {
  box-shadow: 0 0 0 0 var(--transprant);
}

.event-checkbox.pink {
  border-color: var(--filter-pink);
  background-color: var(--transprant);
}

.event-checkbox.pink.w--redirected-checked {
  background-image: linear-gradient(to bottom, var(--filter-pink), var(--filter-pink));
}

.event-checkbox.pink.w--redirected-focus {
  box-shadow: 0 0 0 0 var(--transprant);
}

.event-checkbox.orange {
  border-color: var(--filter-orange);
  background-color: var(--transprant);
}

.event-checkbox.orange.w--redirected-checked {
  background-image: linear-gradient(to bottom, var(--filter-orange), var(--filter-orange));
}

.event-checkbox.orange.w--redirected-focus {
  box-shadow: 0 0 0 0 var(--transprant);
}

.event-checkbox.red {
  border-color: var(--filter-red);
  background-color: var(--transprant);
}

.event-checkbox.red.w--redirected-checked {
  background-image: linear-gradient(to bottom, var(--filter-red), var(--filter-red));
}

.event-checkbox.red.w--redirected-focus {
  box-shadow: 0 0 0 0 var(--transprant);
}

.event-checkbox.yellow {
  border-color: var(--filter-yellow);
  background-color: var(--transprant);
}

.event-checkbox.yellow.w--redirected-checked {
  background-image: linear-gradient(to bottom, var(--filter-yellow), var(--filter-yellow));
}

.event-checkbox.yellow.w--redirected-focus {
  box-shadow: 0 0 0 0 var(--transprant);
}

.event-checkbox.blue {
  border-color: var(--filter-blue);
  background-color: var(--transprant);
}

.event-checkbox.blue.w--redirected-checked {
  background-image: linear-gradient(to bottom, var(--filter-blue), var(--filter-blue));
}

.event-checkbox.blue.w--redirected-focus {
  box-shadow: 0 0 0 0 var(--transprant);
}

.event-checkbox-txt {
  margin-bottom: 0;
  padding: 5px 5px;
}

.event-filter-container {
  padding-bottom: 40px;
}

.event-detail-img {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

._20-padding-top {
  padding-top: 20px;
}

.event-map-container {
  width: 450px;
}

.event-map-b {
  width: 100%;
  padding-top: 52%;
  position: relative;
}

.event-map {
  position: absolute;
  inset: 0%;
}

.event-cate-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.event-cate {
  border: 1px solid var(--dark-blue);
  color: var(--dark-blue);
  border-radius: 50px;
  padding: 5px 10px;
}

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

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

._5-padding-top {
  padding-top: 5px;
}

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

.contact-icon {
  background-color: var(--blue);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.contact-icon-img {
  width: 50%;
}

.contact-content {
  flex: 1;
}

.contact-content-title {
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

.txt-link {
  text-decoration: underline;
}

.txt-link:hover {
  color: var(--dark-blue);
}

.contact-col {
  width: 60%;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-form-b {
  background-color: #f6f2ea66;
  border-radius: 10px;
  padding: 20px;
}

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

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

.form-col._100 {
  width: 100%;
}

.form-title {
  margin-bottom: 10px;
  font-weight: 600;
}

.txt-field {
  border: 1px solid var(--grey);
  background-color: var(--white);
  min-height: 50px;
  color: var(--grey);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 10px;
}

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

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

.txt-field.other {
  min-height: 40px;
}

.txt-field.date {
  background-image: url('../images/select-date-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 50px;
}

.form-field-b {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.txt-area-field {
  border: 1px solid var(--grey);
  background-color: var(--white);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 160px;
  color: var(--grey);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 10px;
}

.txt-area-field:focus {
  border-color: var(--grey);
}

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

.form-checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form-checkbox {
  background-color: #fff;
  border-radius: 4px;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: -3px;
  margin-left: 0;
  margin-right: 10px;
}

.form-checkbox.w--redirected-checked {
  background-color: var(--dark-blue);
  background-image: url('../images/check-tick.svg');
  background-position: 50%;
  background-size: cover;
  border-color: #b6b48b;
}

.form-checkbox.w--redirected-focus {
  box-shadow: 0 2px 5px #fff0;
}

.form-checkbox-other {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.select-field {
  color: #1f1f1f;
  background-color: #fff;
  background-image: url('../images/select-field-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 36px;
  border: 1px solid #a9a9a9;
  border-radius: 8px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 10px 46px 10px 10px;
  font-size: 18px;
  line-height: 110%;
}

.select-field:focus {
  border-color: #a9a9a9;
}

.donation-img-b {
  border-radius: 20px;
  width: 100%;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}

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

.payment-upload-col {
  flex: 1;
}

.payment-upload-btn {
  background-color: var(--grey);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 50px;
  flex: none;
  padding: 10px 20px;
  font-weight: 600;
}

.payment-upload-btn:hover {
  background-color: var(--dark-blue);
  transform: scale(.95);
}

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

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

.footer-bot-link:hover {
  opacity: .5;
}

.login-b {
  z-index: 1;
  background-color: var(--yellow);
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}

.login-pattern {
  z-index: -1;
  opacity: .1;
  width: 70%;
  max-width: 330px;
  margin-top: -25%;
  margin-right: -20%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.download-list-top-b {
  background-color: var(--dark-blue);
  color: var(--white);
  padding: 20px;
  font-weight: 600;
}

.download-list-b {
  background-color: var(--yellow);
  padding: 20px;
}

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

.download-list-title-b {
  flex: 1;
}

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

.download-icon:hover {
  transform: scale(1.1);
}

.home-service-container {
  border-top: 1px dashed var(--grey);
  position: relative;
}

.home-service-b {
  border-bottom: 1px dashed var(--black);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.home-service-date-b {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--yellow);
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 185px;
  padding: 40px 5px;
  display: flex;
}

.home-service-yr-txt {
  font-size: 30px;
  font-weight: 500;
  line-height: 110%;
}

.home-service-date-txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.home-service-content-b {
  flex: 1;
  padding: 10px 25px;
}

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

.home-service-col {
  flex: 1;
}

.home-service-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
}

.home-service-btn {
  flex: none;
  width: 25px;
}

.home-service-img-container {
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.home-service-img {
  padding-top: 140%;
  position: relative;
}

.home-service-img-b {
  width: 100%;
  max-width: 300px;
}

.txt-align-right {
  text-align: right;
}

.service-list {
  border-top: 1px dashed var(--grey);
}

.service-list-b {
  border-bottom: 1px dashed var(--grey);
  background-color: var(--yellow);
  display: block;
}

.service-list-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-img-col {
  width: 20%;
}

.service-img-b {
  width: 100%;
  padding-top: 140%;
  position: relative;
  overflow: hidden;
}

.service-list-col {
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
}

.service-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.service-title-col-100 {
  width: 100%;
}

.service-list-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 110%;
}

@media screen and (min-width: 1280px) {
  .home-event-card-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-about-swiper {
    overflow: hidden;
  }

  .home-about-swiper-l, .home-about-swiper-r {
    width: 100px;
    display: block;
  }

  .home-video-title {
    font-size: 22px;
    line-height: 110%;
  }

  .footer-logo {
    max-width: 350px;
  }

  .footer-top-list {
    width: 75%;
  }

  .footer-top-link {
    font-size: 18px;
    line-height: 110%;
  }

  .nav-b {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

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

  .header-nav-big-link {
    font-size: 32px;
    line-height: 110%;
  }

  .header-icon-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .login-btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-btn {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-section-b {
    max-width: 80vw;
    position: relative;
  }

  .top-section-title {
    font-size: 44px;
  }

  .about-list-logo-name {
    font-size: 26px;
    line-height: 110%;
  }

  .about-card-wrap {
    margin-left: -40px;
    margin-right: -40px;
  }

  .about-card-col {
    padding-left: 40px;
    padding-right: 40px;
  }

  .name-card-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .name-card-title {
    font-size: 28px;
    line-height: 110%;
  }

  .about-what-list-icon {
    width: 160px;
  }
}

@media screen and (max-width: 991px) {
  .home-service-img-container {
    display: none !important;
    opacity: 0 !important;
  }

  body {
    font-size: 16px;
    line-height: 150%;
  }

  h2 {
    font-size: 28px;
    line-height: 110%;
  }

  .section._80-top, .section.login {
    padding-top: 60px;
  }

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

  .home-slider-container {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }

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

  .event-l-col {
    width: 240px;
  }

  .home-event-card-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .home-about-container {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .swiper-slide {
    width: 35%;
  }

  .home-about-swiper {
    margin-left: -5vw;
    margin-right: -5vw;
  }

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

  .home-video-col {
    width: 55%;
  }

  .home-video-btn-col {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 45%;
  }

  .home-video-title {
    font-size: 18px;
    line-height: 110%;
  }

  .footer-logo-col {
    width: 40%;
  }

  .footer-top-col {
    width: 60%;
  }

  .footer-top-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .all {
    padding-top: 130px;
  }

  .header-wrap {
    grid-row-gap: 0px;
    flex-flow: wrap;
    height: 130px;
  }

  .nav-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    order: 9999;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    min-height: 50px;
  }

  .nav-link.search {
    font-size: 16px;
    line-height: 100%;
  }

  .nav-link-b {
    height: auto;
  }

  .nav-link-b.w--current {
    background-position: 50% 105%;
  }

  .nav-dropdown-active {
    height: 3px;
  }

  .nav-dropdown {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-nav-dropdown-list {
    margin-top: 131px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .header-dropdown-link {
    font-size: 16px;
  }

  .header-nav-dropdown-b {
    padding: 20px 5vw;
  }

  .nav-dropdown-link {
    height: auto;
  }

  .header-icon-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .menu-btn {
    padding: 0;
  }

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

  .menu-line01 {
    border-radius: 10px;
    width: 25px;
    height: 2px;
    margin-bottom: 6px;
  }

  .menu-line02 {
    border-radius: 10px;
    width: 25px;
    height: 2px;
  }

  .menu-line03 {
    border-radius: 10px;
    width: 25px;
    height: 2px;
    margin-top: 6px;
  }

  .header-dropdown-icon {
    width: 40px;
  }

  .top-section-b {
    padding-left: 5vw;
  }

  .top-section-title {
    font-size: 36px;
  }

  .top-section-img-b {
    width: 25%;
  }

  .top-section-img {
    width: 100%;
    margin-left: 50%;
  }

  .section-title-link-num {
    width: 30px;
    font-size: 22px;
    line-height: 100%;
  }

  .title-num-txt {
    font-size: 36px;
    line-height: 110%;
  }

  .about-list-logo-name {
    font-size: 22px;
    line-height: 110%;
  }

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

  .about-card-col {
    min-width: 400px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .name-card-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .name-card-pos {
    font-size: 15px;
    line-height: 140%;
  }

  .name-card-title {
    font-size: 22px;
  }

  .about-what-list-b {
    background-color: var(--white);
  }

  .about-what-list-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .member-card-wrap {
    grid-row-gap: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .member-card-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
  }

  .contact-content-title {
    font-size: 22px;
    line-height: 110%;
  }

  .home-service-date-b {
    width: 150px;
  }

  .home-service-yr-txt {
    font-size: 26px;
    line-height: 110%;
  }

  .home-service-date-txt {
    font-size: 18px;
    line-height: 110%;
  }
}

@media screen and (max-width: 767px) {
  .section._80-top, .section.login {
    padding-top: 40px;
  }

  .home-slider-container {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .event-l-col {
    width: 100%;
  }

  .event-r-col {
    flex: 0 auto;
    width: 100%;
  }

  .home-about-container {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .swiper-slide {
    width: 40%;
  }

  .home-video-container {
    padding-top: 20px;
  }

  .home-video-col {
    order: 9999;
    width: 100%;
  }

  .home-video-btn-col {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .footer-logo {
    width: 85%;
  }

  .footer-top-list-col {
    width: 100%;
  }

  .footer-bot-wap {
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

  .all {
    padding-top: 120px;
  }

  .header-wrap {
    height: 120px;
  }

  .header-logo {
    width: 180px;
    min-width: 0;
    max-width: none;
  }

  .nav-link {
    font-size: 14px;
    line-height: 100%;
  }

  .header-nav-dropdown-list {
    margin-top: 121px;
  }

  .header-dropdown-wrap {
    grid-row-gap: 10px;
  }

  .header-about-col {
    border-bottom: 1px dashed var(--grey);
    border-right-style: none;
    width: 100%;
    padding-bottom: 10px;
  }

  .header-dropdown-link {
    font-size: 14px;
    line-height: 110%;
  }

  .login-btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-dropdown-icon {
    width: 70px;
  }

  .top-section-b {
    border-bottom-right-radius: 40px;
    width: 85%;
    padding-right: 20px;
  }

  .top-section-title {
    font-size: 32px;
  }

  .top-section-img-b {
    width: 20%;
  }

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

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

  .section-title-link {
    padding: 5px 15px;
  }

  .section-title-link-num {
    width: 28px;
    font-size: 20px;
  }

  .section-title-link-txt {
    font-size: 16px;
    line-height: 110%;
  }

  .section-title-link-icon {
    width: 18px;
  }

  .about-list-title {
    width: 180px;
    font-size: 18px;
  }

  .about-card-col {
    min-width: 460px;
  }

  .name-card-title {
    font-size: 20px;
    line-height: 110%;
  }

  .name-card-pos {
    font-size: 14px;
    line-height: 140%;
  }

  .about-what-list {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .about-what-list-b {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .about-what-list-icon {
    width: 100px;
  }

  .member-card-col {
    width: 75%;
  }

  .event-map-container, .contact-info-col, .contact-col {
    width: 100%;
  }

  .form-checkbox {
    width: 20px;
    height: 20px;
    margin-top: -2px;
  }

  .home-service-date-b {
    width: 120px;
  }

  .home-service-yr-txt {
    font-size: 24px;
    line-height: 110%;
  }

  .home-service-date-txt {
    font-size: 16px;
    line-height: 110%;
  }

  .home-service-title {
    font-size: 26px;
    line-height: 110%;
  }

  .service-img-col {
    width: 35%;
  }

  .service-list-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-list-title {
    font-size: 24px;
    line-height: 110%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
  }

  .slider-nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .up-coming-event-b {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .up-coming-event-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .home-event-card-wrap {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .event-card-b {
    border-radius: 0;
  }

  .event-card-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .swiper-slide {
    width: 75%;
  }

  .home-video-title {
    font-size: 16px;
    line-height: 110%;
  }

  .footer-top-wrap {
    flex-flow: wrap;
  }

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

  .footer-logo {
    max-width: 220px;
  }

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

  .footer-top-content {
    border-top: 1px solid #ffffff40;
    border-left-style: none;
    margin-left: -5vw;
    margin-right: -5vw;
    padding: 20px 5vw;
  }

  .footer-top-list {
    width: 100%;
  }

  .footer-logo-container {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-bot-txt {
    font-size: 14px;
    line-height: 110%;
  }

  .all {
    padding-top: 110px;
  }

  .header-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    height: 110px;
    margin-left: -2vw;
    margin-right: -2vw;
  }

  .header-logo {
    width: 50vw;
  }

  .nav-b {
    min-height: 0;
  }

  .nav-link {
    font-size: 3vw;
  }

  .nav-link.search {
    display: none;
  }

  .nav-link-b.w--current {
    background-position: 50% 108%;
  }

  .header-nav-dropdown-list {
    margin-top: 111px;
  }

  .header-dropdown-link {
    font-size: 3.5vw;
  }

  .header-about-col.news {
    width: 50%;
  }

  .header-icon-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .search-btn {
    border-style: none;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

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

  .search-icon {
    width: 20px;
  }

  .header-dropdown-icon {
    width: 50px;
  }

  .top-section-img {
    width: 150%;
  }

  .title-container {
    justify-content: center;
    align-items: center;
  }

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

  .section-title-wrap {
    grid-row-gap: 10px;
  }

  .section-title-col {
    width: 100%;
  }

  .title-num-txt {
    width: 50px;
    font-size: 32px;
  }

  .list-b {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .about-list-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .about-list-title {
    width: 100%;
  }

  .about-list-content {
    flex: 0 auto;
  }

  .about-list-logo {
    width: 120px;
    margin-left: 0;
    margin-right: 0;
  }

  .about-list-logo-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .about-card-col {
    width: 100%;
    min-width: 0;
  }

  .about-what-list-wrap {
    flex-flow: wrap;
  }

  .about-what-list-col {
    flex: 0 auto;
    width: 100%;
  }

  .member-card-col, .form-col {
    width: 100%;
  }

  .select-field {
    padding-left: 10px;
  }

  .home-service-date-b {
    width: 85px;
  }

  .home-service-yr-txt {
    font-size: 22px;
    line-height: 110%;
  }

  .home-service-content-b {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-service-title {
    font-size: 22px;
    line-height: 110%;
  }

  .home-service-btn, .service-img-col {
    display: none;
  }

  .service-list-col {
    flex: 0 auto;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}


