:root {
  --black: black;
  --dark-green: #133b4a;
  --transprant: #fff0;
  --white: white;
  --yellow: #e1b526;
  --purple: #914f97;
  --gray2: #95a2b8;
  --green-theme: #9bdcc2;
  --gray: #a6a6a6;
  --blue-theme: #e4f7ff;
  --469fc5: #469fc5;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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);
  background-image: linear-gradient(90deg, #f5f5f5, #e4f7ff 60%, #a6e5cc);
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 800;
  line-height: 110%;
}

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

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 130%;
}

p {
  margin-bottom: 0;
}

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

a:hover {
  opacity: .5;
}

form {
  background-color: var(--transprant);
}

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

.all.sticky-b {
  overflow: visible;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding-left: 5%;
  padding-right: 5%;
}

.container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.home-slide-container {
  width: 100%;
  display: flex;
}

.slide-b {
  flex: none;
  width: 100vw;
}

.slide-b.mobile-slide {
  display: none;
}

.slide-img-b {
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

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

.slide-1st-col {
  width: 35%;
}

.slide-row {
  width: 100%;
  display: flex;
}

.slide-1st-top-img-b {
  width: 55%;
  padding-bottom: 12%;
}

.slide-1st-bottom-img-b {
  width: 100%;
  padding-left: 40px;
}

.slide-2nd-col {
  width: 50%;
}

.slide-3rd-col {
  width: 15%;
}

.slide-1st-blur-b {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.slide-1st-blur-b._1st {
  z-index: -5;
  width: 12%;
  left: 35%;
}

.slide-1st-blur-b._2nd {
  z-index: -6;
  width: 35%;
  top: 55%;
  left: 75%;
}

.slide-1st-blur-b._3rd {
  width: 12%;
  padding-top: 40px;
  top: 0%;
  transform: translate(-50%);
}

.img-full {
  width: 100%;
  display: block;
}

.blur-filter {
  filter: blur(5px);
}

.slide-2nd-blur-b {
  z-index: -5;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0%, -50%);
}

.slide-2nd-blur-b._1st {
  width: 34%;
  margin-top: -10%;
  margin-left: -100px;
}

.slide-2nd-blur-b._2nd {
  z-index: 1;
  width: 42%;
  margin-right: -22%;
  inset: auto 0% 0% auto;
  transform: translate(0%);
}

.slide-2nd-blur-b._3rd {
  width: 32%;
  margin-top: -2%;
  top: 100%;
  left: auto;
  right: 0%;
  transform: translate(0%, -100%);
}

.round-corner-b {
  border-radius: 20px;
  overflow: hidden;
}

.slide-3rd-img-b {
  padding-top: 8%;
}

.slide-1st-container {
  padding-top: 15%;
  padding-right: 20%;
  position: relative;
}

.slide-2nd-container {
  height: 100%;
  padding-right: 14%;
  position: relative;
}

.slide-4th-col {
  width: 32%;
}

.slide-4th-container {
  margin-left: -20%;
  position: relative;
}

.slide-4th-top-b {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 17%;
  display: flex;
}

.slide-4th-img-b._1st {
  width: 40%;
  padding-right: 3.5%;
}

.slide-4th-img-b._2nd {
  width: 10%;
}

.slide-4th-img-b._3rd {
  z-index: 2;
  width: 35%;
  position: relative;
}

.slide-4th-img-b._4th {
  width: 62%;
}

.slide-4th-bottom-b {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.slide-4th-blur-b {
  z-index: -2;
  width: 30%;
  margin-right: -15%;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.slide-5th-col {
  width: 28%;
  margin-top: auto;
  margin-bottom: auto;
}

.slide-6th-col {
  width: 40%;
  margin-top: auto;
}

.slide-5th-top-img-b {
  width: 58%;
  margin-left: -5%;
  padding-bottom: 15%;
  position: relative;
}

.slide-5th-bottom-img-b {
  width: 58%;
  margin-left: auto;
  position: relative;
}

.slide-6th-container {
  padding-left: 9%;
  padding-right: 5%;
  position: relative;
}

.slide-6th-blur-b {
  z-index: -2;
  width: 36%;
  margin-left: -10%;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.slide-img-b-hover {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(0deg, #0006, #0000);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-img-b-hover-txt {
  color: var(--white);
  width: 100%;
  padding: 15px;
  font-size: 1.3vw;
  line-height: 110%;
}

.section {
  padding-top: 100px;
}

.section.top {
  padding-top: 20px;
  overflow: hidden;
}

.section.footer {
  padding-top: 160px;
}

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

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

.home-carousell-txt {
  color: var(--dark-green);
  white-space: nowrap;
  font-size: 4.3vw;
}

.home-carousell-dot {
  flex: none;
  width: 10px;
}

.home-carousell-animate-b {
  margin-left: -100vw;
  overflow: hidden;
}

.home-carousell-txt-row {
  flex: none;
  width: 200vw;
}

.home-carousell-txt-b {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-news-big-row {
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.home-news-sticky-col {
  z-index: 998;
  width: 180px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: sticky;
  top: 50%;
}

.home-news-big-col {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.txt-dark-green {
  color: var(--dark-green);
}

.home-news-filter-b {
  padding-top: 15px;
}

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

.home-filter-row {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.home-filter-col {
  padding-left: 5px;
  padding-right: 5px;
}

.home-filter-btn {
  margin-bottom: 0;
  padding-left: 0;
}

.home-filter-btn-radio {
  opacity: 0;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.home-filter-txt {
  color: var(--dark-green);
  text-align: center;
  border: 2px solid #000;
  border-radius: 20px;
  min-width: 70px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .3s;
}

.home-filter-txt.all-filter {
  border-color: var(--dark-green);
}

.home-filter-txt.all-filter:hover {
  background-color: var(--dark-green);
  color: var(--white);
}

.home-filter-txt.event-filter {
  border-color: var(--yellow);
}

.home-filter-txt.event-filter:hover {
  background-color: var(--yellow);
  color: var(--white);
}

.home-filter-txt.news-filter {
  border-color: var(--purple);
}

.home-filter-txt.news-filter:hover {
  background-color: var(--purple);
  color: var(--white);
}

.home-news-b-container {
  padding-top: 25px;
  position: relative;
}

.home-news-b {
  color: var(--dark-green);
  border-top: 1px solid #a6a6a6;
  width: 70%;
}

.home-news-row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.home-news-date-col {
  width: 130px;
  padding-left: 10px;
  padding-right: 10px;
}

.home-news-yr-txt {
  text-transform: uppercase;
  font-weight: 800;
}

.home-news-year-b {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.home-news-big-year-b {
  flex-flow: column;
  height: 100%;
  padding-left: 5px;
  display: flex;
}

.home-news-big-year {
  text-align: right;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

.home-news-big-year-border {
  background-color: var(--dark-green);
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-news-small-year-txt {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}

.home-news-date-b {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.home-news-detail-col {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.home-news-detail-b {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
}

.home-news-detail-container {
  border-left: 2px solid var(--dark-green);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: 150px;
  padding-left: 10px;
  display: flex;
}

.detail-bottom-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.detail-date-txt {
  padding-right: 10px;
  font-size: 16px;
  font-style: italic;
}

.detail-tag {
  color: var(--white);
  text-align: center;
  border-radius: 25px;
  min-width: 70px;
  padding: 3px 10px;
  font-size: 16px;
}

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

.detail-tag.news {
  background-color: var(--purple);
}

.home-news-link {
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.home-news-link:hover {
  opacity: 100;
}

.home-news-b-col {
  flex: 1;
}

.home-news-b-btn-col {
  flex: none;
  padding-left: 40px;
}

.home-news-b-btn {
  background-color: var(--white);
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.home-news-b-btn.event {
  border-color: var(--yellow);
}

.home-news-b-btn.news {
  border-color: var(--purple);
}

.home-news-btn-img {
  width: 12px;
  position: relative;
}

.home-news-img-container {
  opacity: 0;
  width: 30%;
  height: 100%;
  padding-top: 25px;
  padding-left: 2.5%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-news-img-container.initial {
  opacity: 100;
  display: block;
}

.home-news-img-sticky-b {
  position: sticky;
  top: 120px;
}

.home-news-img-b {
  background-color: var(--gray2);
  border-radius: 20px;
  width: 100%;
  padding-top: 125%;
  position: relative;
  overflow: hidden;
}

.home-news-detail-txt-b {
  padding-top: 10px;
}

.home-news-img-hover-b {
  padding-bottom: 50px;
}

.common-btn {
  border: 1px solid var(--green-theme);
  background-color: var(--white);
  color: var(--dark-green);
  border-radius: 40px;
  justify-content: space-between;
  max-width: 210px;
  margin-left: auto;
  padding: 20px 15px 20px 30px;
  font-weight: 800;
  display: flex;
}

.common-btn:hover {
  background-color: var(--green-theme);
  opacity: 100;
  color: var(--white);
}

.common-btn.full-width {
  max-width: none;
}

.common-btn-icon {
  border: 1px solid var(--green-theme);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.img-full-hover {
  opacity: 0;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.common-btn-img {
  width: 15px;
}

.common-btn-hover-b {
  position: relative;
}

.common-btn-icon-hover {
  border: 1px solid var(--white);
  opacity: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: none;
  position: absolute;
  inset: 0%;
}

.news-hover-bg {
  z-index: -1;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.news-hover-bg.event {
  background-color: #e1b4271a;
}

.news-hover-bg.event.initial {
  opacity: 100;
}

.news-hover-bg.news {
  background-color: #914f971a;
}

.home-news-btn-hover-b {
  position: relative;
}

.home-news-b-btn-hover {
  background-color: var(--white);
  opacity: 0;
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.home-news-b-btn-hover.event {
  border-color: var(--yellow);
  background-color: var(--yellow);
  position: absolute;
  inset: 0%;
}

.home-news-b-btn-hover.event.initial {
  opacity: 100;
}

.home-news-b-btn-hover.news {
  border-color: var(--purple);
  background-color: var(--purple);
  position: absolute;
  inset: 0%;
}

.home-event-date-b-mobile {
  display: none;
}

.home-logo-section {
  padding-top: 100px;
}

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

.home-logo-row {
  flex-flow: wrap;
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
}

.home-logo-sticky-col {
  width: 35%;
  padding-left: 25px;
  padding-right: 25px;
}

.home-logo-col {
  flex: 1;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

.home-logo-img-b {
  border: 1px solid var(--gray);
  border-radius: 25px;
  width: 100%;
  padding-top: 70%;
  position: sticky;
  top: 140px;
  overflow: hidden;
}

.home-logo-img1 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.home-logo-img2 {
  z-index: 2;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.home-logo-img3 {
  z-index: 3;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.home-news-sticky-container {
  margin-top: -5px;
  margin-bottom: -5px;
  position: relative;
}

.home-news-sticky-b {
  background-image: url('../images/home-news-sticky-dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
  line-height: 100%;
  display: block;
}

.home-news-sticky-b.w--current {
  color: var(--dark-green);
  background-image: url('../images/home-news-sticky-dot-current.svg');
  font-size: 20px;
  font-weight: 800;
}

.home-news-dot-col {
  margin-left: 8.5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.home-news-dot {
  background-color: var(--gray2);
  border-radius: 50%;
  width: 3px;
  height: 3px;
}

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

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

.footer-row {
  flex-flow: wrap;
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
}

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

.footer-name-b {
  padding-bottom: 40px;
}

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

.footer-info-list {
  flex-flow: wrap;
  margin-top: -5px;
  display: flex;
}

.footer-info-b {
  width: 100%;
  padding-top: 5px;
}

.footer-info-txt {
  color: var(--white);
  font-size: 20px;
  line-height: 130%;
  display: block;
}

.footer-info-txt:hover {
  opacity: .5;
}

.footer-map-col {
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
}

.footer-map-b {
  z-index: 5;
  border: 6px solid var(--gray2);
  border-radius: 15px;
  width: 100%;
  margin-top: -125px;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

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

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

.footer-bottom-b {
  text-align: right;
  width: 50%;
  margin-left: auto;
  padding-left: 25px;
}

.footer-bottom-row {
  justify-content: flex-end;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

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

.footer-bottom-txt {
  color: var(--white);
  font-size: 16px;
  line-height: 130%;
  display: block;
}

.header {
  z-index: 999;
  background-image: linear-gradient(90deg, #f5f5f5, #e4f7ff 60%, #a6e5cc);
  justify-content: flex-start;
  align-items: center;
  height: 120px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.header-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.header-logo-b {
  padding-left: 10px;
  padding-right: 10px;
}

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

.nav-menu {
  width: 100%;
}

.header-logo-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.header-logo-col {
  padding-left: 5px;
  padding-right: 5px;
}

.header-logo-link1 {
  width: 5vw;
  max-width: 60px;
  display: block;
}

.header-logo-link2 {
  width: 15vw;
  max-width: 180px;
  display: block;
}

.header-logo-link3 {
  width: 5vw;
  max-width: 60px;
  display: block;
}

.nav-menu-row {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.nav-menu-col {
  width: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-menu-b {
  border: 1px solid var(--white);
  background-color: #ffffff40;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.nav-link-row {
  justify-content: space-between;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.nav-link-col {
  padding-left: 5px;
  padding-right: 5px;
}

.nav-link {
  color: var(--black);
  text-align: center;
  border-radius: 15px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 110%;
  display: block;
  position: relative;
}

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

.nav-link.w--current {
  background-color: var(--white);
  color: var(--black);
}

.nav-menu-share-col {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-share-row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

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

.nav-share-link {
  width: 24px;
  display: block;
}

.nav-menu-lang-col {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-lang-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.nav-lang-col {
  padding-left: 5px;
  padding-right: 5px;
}

.nav-lang-link {
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 100%;
  display: flex;
}

.nav-lang-link:hover, .nav-lang-link.active {
  background-color: var(--white);
}

.nav-submenu-b {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-submenu-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.breadcrumb-container {
  padding-bottom: 30px;
}

.breadcrumb-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
}

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

.breadcrumb-link {
  display: block;
}

.celebrations-title-container {
  border-bottom: 1px solid var(--dark-green);
  padding-bottom: 10px;
}

.celebrations-title-row {
  justify-content: space-between;
  align-items: flex-end;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.celebrations-title-col {
  padding-left: 20px;
  padding-right: 20px;
}

.celebrations-year-b {
  color: var(--dark-green);
  padding-bottom: 5px;
}

.celebrations-year-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.celebrations-year-col {
  padding-left: 5px;
  padding-right: 5px;
}

.celebrations-year-small-txt {
  font-size: 20px;
  font-weight: 800;
}

.celebrations-year-big-txt {
  font-size: 32px;
  font-weight: 800;
}

.celebrations-year-border {
  background-color: var(--dark-green);
  width: 100px;
  height: 1px;
}

.celebrations-filter-title-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
}

.celebrations-filter-title-col {
  padding-left: 40px;
  padding-right: 40px;
}

.celebrations-filter-dropdown-btn {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.celebrations-filter-dropdown-b {
  height: auto;
  overflow: hidden;
}

.celebrations-filter-arrow {
  width: 12px;
  margin-left: 10px;
}

.celebrations-filter-tag-row {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.celebrations-filter-tag-col {
  padding-left: 8px;
  padding-right: 8px;
}

.celebrations-filter-tag {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.celebrations-filter-tag-color {
  border-radius: 15px;
  width: 10px;
  height: 5px;
  margin-right: 5px;
}

.celebrations-filter-tag-color.news {
  background-color: var(--purple);
}

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

.celebrations-filter-b {
  border-bottom: 1px solid var(--dark-green);
  padding-top: 20px;
  padding-bottom: 20px;
}

.celebrations-filter-title-container {
  padding-bottom: 10px;
}

.celebrations-filter-row {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.celebrations-filter-col {
  width: 18%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.celebrations-filter-col.month {
  width: 46%;
}

.celebrations-filter-form-title {
  padding-bottom: 15px;
}

.celebrations-filter-form-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.celebrations-filter-form-b {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.celebrations-filter-form-b._100 {
  width: 100%;
}

.celebrations-filter-form-b.month {
  width: 33.33%;
}

.celebrations-filter-checkbox {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.celebrations-filter-checkbox-icon {
  border: 2px solid var(--dark-green);
  border-radius: 5px;
  flex: none;
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 10px;
  position: relative;
}

.celebrations-filter-checkbox-icon.w--redirected-checked {
  background-image: linear-gradient(to bottom, var(--dark-green), var(--dark-green));
}

.celebrations-filter-checkbox-txt {
  margin-bottom: 0;
  line-height: 110%;
}

.celebrations-month-b {
  padding-top: 40px;
  padding-bottom: 20px;
}

.celebrations-list-b {
  margin-top: -25px;
}

.celebrations-content-container {
  padding-top: 25px;
}

.celebrations-content-link {
  padding: 10px;
  display: block;
  position: relative;
}

.celebrations-content-link:hover {
  opacity: 100;
}

.celebrations-content-row {
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.celebrations-img-col {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.celebrations-img-b {
  border-radius: 15px;
  width: 100%;
  padding-top: 125%;
  position: relative;
  overflow: hidden;
}

.celebrations-content-col {
  width: 75%;
  padding-left: 10px;
  padding-right: 10px;
}

.celebrations-content-info-container {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.celebrations-content-info-b {
  color: var(--dark-green);
  padding-bottom: 20px;
}

.celebrations-event-year-row {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.celebrations-event-year-col {
  padding-left: 5px;
  padding-right: 5px;
}

.celebrations-content-month-txt {
  font-size: 28px;
  font-weight: 800;
  line-height: 100%;
}

.celebrations-content-year-txt {
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
}

.celebrations-content-year-b {
  padding-bottom: 10px;
}

.celebrations-content-info-title {
  font-size: 28px;
}

.slide-7th-img-b {
  padding-top: 8%;
}

.slide-8th-col {
  width: 28%;
  margin-top: auto;
  margin-bottom: auto;
}

.slide-8th-top-img-b {
  width: 58%;
  margin-left: -5%;
  padding-bottom: 15%;
  position: relative;
}

.slide-8th-bottom-img-b {
  width: 58%;
  margin-left: auto;
  position: relative;
}

.slide-8th-blur-b {
  z-index: -2;
  width: 36%;
  margin-left: -10%;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.celebrations-event-container {
  padding-top: 40px;
}

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

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

.celebrations-event-detail-b {
  border-bottom: 1px solid var(--dark-green);
  color: var(--dark-green);
  padding-top: 20px;
  padding-bottom: 20px;
}

.celebrations-event-detail-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

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

.celebrations-event-detail-line {
  background-color: var(--dark-green);
  width: 100px;
  height: 1px;
}

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

.celebrations-event-paragraph-b {
  margin-bottom: -15px;
}

.celebrations-event-paragraph {
  padding-bottom: 15px;
}

.celebrations-event-img-col {
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link-hover {
  opacity: 0;
  background-image: linear-gradient(90deg, #e4f7ff, #a6e5cc);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: absolute;
  inset: 50% 0% auto auto;
  overflow: hidden;
  transform: translate(0, -50%);
}

.nav-link-hover-arrow {
  width: 6px;
  display: none;
}

.celebrations-event-img-b {
  border-radius: 15px;
  width: 100%;
  padding-top: 125%;
  position: relative;
  overflow: hidden;
}

.celebrations-event-icon-container {
  padding-top: 20px;
}

.celebrations-event-icon-b {
  background-color: var(--green-theme);
  border-radius: 15px;
  padding: 20px;
  position: relative;
}

.celebrations-event-icon-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.celebrations-event-icon-col {
  padding-left: 5px;
  padding-right: 5px;
}

.celebrations-event-icon {
  width: 25px;
}

.celebrations-event-icon-txt {
  color: var(--dark-green);
  font-size: 16px;
  line-height: 130%;
  display: block;
}

.celebrations-event-icon-list-b {
  margin-bottom: -15px;
}

.celebrations-event-icon-list {
  padding-bottom: 15px;
}

.celebrations-event-icon-list.last {
  padding-right: 50px;
}

.celebrations-event-share-big-icon {
  border: 10px solid var(--green-theme);
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: -14px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.celebrations-event-share-big-icon-img {
  width: 25px;
}

.celebrations-event-btn-container {
  padding-top: 40px;
}

.celebrations-event-share-container {
  padding-top: 20px;
}

.celebrations-event-share-row {
  justify-content: flex-end;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

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

.celebrations-event-share-icon {
  width: 24px;
  display: block;
}

.upcoming-event-title-b {
  border-bottom: 1px solid var(--dark-green);
  color: var(--dark-green);
}

.upcoming-event-content-b {
  padding-top: 40px;
  padding-bottom: 40px;
}

.upcoming-event-content-row {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

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

.upcoming-event-img-b {
  border-radius: 15px;
  width: 100%;
  padding-top: 125%;
  position: relative;
  overflow: hidden;
}

.upcoming-event-tag {
  padding-top: 15px;
  padding-left: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.upcoming-event-link {
  display: block;
}

.upcoming-event-link:hover {
  opacity: 100;
}

.upcoming-event-back-txt {
  vertical-align: middle;
  font-weight: 800;
}

.home-news-all-mobile-btn-b {
  display: none;
}

.celebrations-arrow-b {
  padding-top: 40px;
}

.celebrations-arrow-row {
  justify-content: flex-end;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.celebrations-arrow-col {
  padding-left: 20px;
  padding-right: 20px;
}

.celebrations-arrow {
  background-color: var(--gray);
  border-radius: 15px;
  padding: 5px 20px;
  display: block;
}

.celebrations-arrow:hover {
  background-color: var(--dark-green);
  opacity: 100;
}

.celebrations-arrow-img {
  width: 20px;
}

.banquet-img-container {
  width: 50%;
  margin-left: auto;
}

.banquet-img-b {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  width: 100%;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.banquet-title-big-container {
  color: var(--dark-green);
  width: 50%;
  margin-top: -80px;
  padding-right: 50px;
}

.banquet-title-row {
  justify-content: space-between;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

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

.banquet-ig-b {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.banquet-ig-b:hover {
  opacity: 100;
}

.banquet-ig-img-b {
  width: 25px;
}

.banquet-title-content-container {
  padding-top: 20px;
}

.banquet-title-content-row {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.banquet-title-content-col {
  padding-left: 20px;
  padding-right: 20px;
}

.banquet-title-year-row {
  height: 100%;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.banquet-title-year-col {
  padding-left: 5px;
  padding-right: 5px;
}

.banquet-title-year {
  padding-top: 3px;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
}

.banquet-title-month {
  text-align: right;
  font-size: 32px;
  font-weight: 800;
  line-height: 100%;
}

.banquet-title-content-list {
  margin-top: -5px;
}

.banquet-title-content-b {
  padding-top: 5px;
}

.banquet-title-info-row {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.banquet-title-info-col {
  padding-left: 5px;
  padding-right: 5px;
}

.banquet-title-info-icon {
  width: 24px;
  padding-top: 2px;
}

.banquet-title-border {
  background-color: var(--dark-green);
  width: 1px;
  height: 100%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.banquet-event-highlight-container {
  padding-top: 40px;
}

.banquet-event-highlight-title-b {
  padding-left: 40px;
}

.banquet-title-month-b {
  height: 100%;
  overflow: hidden;
}

.banquet-title-link {
  display: block;
}

.banquet-event-highlight-title {
  color: var(--dark-green);
}

.banquet-event-highlight-title-content-b {
  padding-top: 20px;
  padding-left: 50px;
}

.banquet-event-highlight-title-content {
  border-left: 1px solid var(--dark-green);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.banquet-event-row {
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 60px;
  padding-left: 100px;
  display: flex;
}

.banquet-event-small-col {
  width: 33%;
  padding-left: 20px;
  padding-right: 20px;
}

.banquet-event-big-col {
  width: 67%;
  padding-left: 20px;
  padding-right: 20px;
}

.banquet-event-img-b {
  border-radius: 25px;
  width: 100%;
  padding-top: 125%;
  position: relative;
  overflow: hidden;
}

.banquet-event-multi-img-row {
  flex-flow: wrap;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.banquet-event-multi-img-col {
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.banquet-event-full-img {
  padding-top: 60px;
}

.work-group-list {
  margin-top: -30px;
}

.work-group-b, .work-group-container {
  padding-top: 30px;
}

.work-group-content-b {
  padding-top: 20px;
  padding-left: 40px;
}

.work-group-content {
  border-left: 1px solid var(--dark-green);
  padding-left: 20px;
}

.work-group-row {
  flex-flow: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.work-group-col {
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.gallery-container {
  padding-top: 30px;
}

.gallery-row {
  flex-flow: wrap;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

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

.gallery-img-b {
  border-radius: 25px;
  width: 100%;
  padding-top: 125%;
  position: relative;
  overflow: hidden;
}

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

.gallery-content-row {
  justify-content: space-between;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.gallery-content-col {
  padding-left: 5px;
  padding-right: 5px;
}

.gallery-month-row {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.gallery-month-col {
  padding-left: 5px;
  padding-right: 5px;
}

.gallery-month-txt {
  color: var(--dark-green);
  font-size: 20px;
  font-weight: 800;
}

.gallery-content-border-col {
  flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.gallery-content-border {
  background-color: var(--dark-green);
  width: 100%;
  height: 1px;
}

.gallery-link-b {
  display: block;
}

.gallery-link-b:hover {
  opacity: 100;
}

.hide {
  display: none;
}

.home-logo-img-container {
  position: sticky;
  top: 140px;
}

.home-logo-txt-b {
  padding-top: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

html.w-mod-js [data-ix="fade-from-bottom"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="fade-from-right"] {
  opacity: 0;
  transform: translate(-100px);
}

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

  .slide-img-b-hover-txt {
    font-size: 20px;
  }

  .footer-col {
    width: 45%;
  }

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

  .header-logo-row {
    margin-left: -10px;
    margin-right: -10px;
  }

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

  .header-logo-link1 {
    max-width: 70px;
  }

  .header-logo-link2 {
    max-width: 200px;
  }

  .header-logo-link3 {
    max-width: 70px;
  }

  .nav-menu-col {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-b {
    padding-left: 40px;
    padding-right: 40px;
  }

  .celebrations-filter-col {
    width: 15%;
  }

  .celebrations-filter-col.month {
    width: 55%;
  }

  .celebrations-filter-form-b.month {
    width: 20%;
  }

  .celebrations-content-row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .celebrations-img-col, .celebrations-content-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .celebrations-content-year-b {
    padding-bottom: 20px;
  }

  .celebrations-content-info-title {
    font-size: 32px;
  }

  .banquet-event-row {
    margin-left: -40px;
    margin-right: -40px;
  }

  .banquet-event-small-col, .banquet-event-big-col {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 28px;
  }

  .all {
    padding-top: 80px;
  }

  .slide-img-b-hover {
    display: none;
    position: absolute;
    inset: 0%;
  }

  .section {
    padding-top: 80px;
  }

  .section.footer {
    padding-top: 130px;
  }

  .section.home-footer {
    padding-top: 80px;
  }

  .home-carousell-dot {
    width: 6px;
  }

  .home-news-sticky-col {
    width: 100%;
    top: 80px;
  }

  .detail-date-txt {
    line-height: 130%;
  }

  .detail-tag {
    margin-left: 10px;
  }

  .home-news-img-sticky-b {
    top: 140px;
  }

  .home-news-detail-txt-b {
    font-size: 16px;
  }

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

  .home-logo-section {
    padding-top: 80px;
  }

  .home-logo-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .home-logo-sticky-col, .home-logo-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-logo-img-b {
    top: 160px;
  }

  .home-news-sticky-container {
    background-image: linear-gradient(90deg, #f5f5f5, #e4f7ff 60%, #a6e5cc);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin: 0 -5.6%;
    padding: 20px 10px;
    display: flex;
  }

  .home-news-sticky-b {
    background-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .home-news-sticky-b.w--current {
    background-size: 15px;
  }

  .home-news-dot-col {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-row {
    margin-left: 0;
    margin-right: 0;
  }

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

  .footer-info-b.copy-right {
    width: auto;
    padding-right: 5px;
  }

  .footer-info-txt {
    font-size: 18px;
  }

  .footer-map-col {
    order: -1;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-map-b {
    margin-top: -100px;
  }

  .footer-bottom-b {
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .footer-bottom-row {
    justify-content: flex-start;
    align-items: center;
  }

  .header {
    height: 80px;
  }

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

  .header-row {
    margin-left: 0;
    margin-right: 0;
  }

  .header-logo-b {
    padding-left: 0;
    padding-right: 40px;
  }

  .header-col {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    border-top: 1px solid var(--white);
    background-color: var(--transprant);
    background-image: linear-gradient(90deg, #f5f5f5, #e4f7ff 60%, #a6e5cc);
  }

  .header-logo-link1 {
    width: 8vw;
    max-width: none;
  }

  .header-logo-link2 {
    width: 25vw;
    max-width: none;
  }

  .header-logo-link3 {
    width: 8vw;
    max-width: none;
  }

  .nav-menu-row {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-col {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-b {
    border-style: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-row {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav-link-col {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    border-bottom: 1px solid var(--white);
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-submenu-b {
    border-bottom: 1px solid var(--white);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-submenu-row {
    justify-content: center;
    align-items: center;
  }

  .menu-btn {
    padding: 0;
  }

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

  .menu-btn-line01 {
    background-color: var(--dark-green);
    width: 30px;
    height: 2px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-btn-line02 {
    background-color: var(--dark-green);
    width: 30px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-btn-line03 {
    background-color: var(--dark-green);
    width: 30px;
    height: 2px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .breadcrumb-row {
    margin-left: -20px;
    margin-right: -20px;
  }

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

  .breadcrumb-link {
    font-size: 16px;
  }

  .celebrations-filter-title-row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .celebrations-filter-title-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .celebrations-filter-col {
    width: 33.33%;
  }

  .celebrations-filter-col.month {
    order: 1;
    width: 100%;
  }

  .celebrations-list-b {
    margin-top: 25px;
  }

  .celebrations-content-container {
    padding-top: 0;
  }

  .celebrations-content-link {
    border-top: 1px solid #a6a6a6;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .celebrations-content-link:hover {
    opacity: 100;
  }

  .celebrations-content-month-txt {
    font-size: 24px;
  }

  .celebrations-content-year-txt {
    font-size: 16px;
  }

  .celebrations-content-year-b {
    padding-bottom: 10px;
  }

  .celebrations-content-info-title {
    font-size: 24px;
  }

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

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

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

  .upcoming-event-content-row {
    margin-left: -10px;
    margin-right: -10px;
  }

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

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

  .banquet-title-big-container {
    padding-right: 20px;
  }

  .banquet-event-highlight-title-b {
    padding-left: 0;
  }

  .banquet-event-highlight-title-content-b, .banquet-event-highlight-title-content {
    padding-left: 20px;
  }

  .banquet-event-row {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
  }

  .banquet-event-small-col, .banquet-event-big-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banquet-event-multi-img-row {
    margin-left: -10px;
    margin-right: -10px;
  }

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

  .home-logo-img-container {
    top: 160px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 48px;
  }

  h3 {
    font-size: 18px;
  }

  .all {
    padding-top: 70px;
  }

  .slide-b.mobile-slide {
    display: block;
  }

  .slide-img-b {
    border-radius: 10px;
  }

  .slide-2nd-col {
    width: 65%;
  }

  .slide-3rd-col {
    display: none;
  }

  .blur-filter {
    filter: blur(3px);
  }

  .slide-2nd-blur-b._1st.blur-filter {
    display: none;
  }

  .slide-2nd-blur-b._2nd {
    z-index: 2;
    margin-right: -10%;
  }

  .round-corner-b {
    border-radius: 10px;
  }

  .slide-2nd-container {
    padding-right: 8%;
  }

  .slide-4th-col {
    width: 46%;
  }

  .slide-4th-img-b._3rd {
    z-index: -1;
    display: none;
  }

  .slide-4th-img-b._4th {
    width: 80%;
  }

  .slide-4th-bottom-b {
    justify-content: flex-end;
    padding-left: 2%;
  }

  .slide-5th-col {
    display: none;
  }

  .slide-6th-col {
    width: 54%;
    margin-bottom: auto;
  }

  .slide-6th-blur-b.blur-filter {
    display: none;
  }

  .section {
    padding-top: 40px;
  }

  .section.footer {
    padding-top: 90px;
  }

  .home-carousell-txt {
    font-size: 8.6vw;
  }

  .home-carousell-dot {
    width: 8px;
  }

  .home-carousell-txt-row {
    width: 400vw;
  }

  .home-news-sticky-col {
    top: 70px;
  }

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

  .home-news-date-col {
    width: 120px;
  }

  .home-news-big-year {
    font-size: 26px;
  }

  .home-news-small-year-txt {
    font-size: 16px;
  }

  .home-news-detail-b {
    font-size: 18px;
  }

  .home-news-b-btn-col, .home-news-img-container.initial {
    display: none;
  }

  .common-btn.align-l {
    margin-left: 0;
    margin-right: auto;
  }

  .home-logo-section {
    padding-top: 40px;
  }

  .home-logo-sticky-col {
    width: 100%;
    padding-bottom: 20px;
  }

  .home-logo-col {
    flex: 0 auto;
    width: 100%;
  }

  .home-logo-img-b {
    position: relative;
    top: 0;
  }

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

  .footer-info-list {
    margin-top: -2px;
  }

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

  .header {
    height: 70px;
  }

  .header-logo-link2 {
    width: 30vw;
  }

  .header-logo-link3 {
    width: 8vw;
  }

  .breadcrumb-container {
    padding-bottom: 20px;
  }

  .breadcrumb-link {
    font-size: 14px;
  }

  .celebrations-title-container {
    padding-bottom: 0;
  }

  .celebrations-title-row {
    flex-flow: wrap;
  }

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

  .celebrations-filter-title-container {
    padding-top: 10px;
  }

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

  .celebrations-content-col {
    width: 100%;
    padding-top: 10px;
  }

  .celebrations-content-month-txt, .celebrations-content-info-title {
    font-size: 22px;
  }

  .slide-7th-col {
    width: 40%;
  }

  .slide-7th-img-b {
    width: 70%;
    padding-top: 0%;
    padding-bottom: 5%;
  }

  .slide-7th-img-b._2nd {
    width: 90%;
    margin-left: auto;
  }

  .slide-8th-col {
    width: 60%;
  }

  .slide-8th-top-img-b {
    margin-left: auto;
    padding-bottom: 10%;
  }

  .slide-8th-bottom-img-b {
    width: 60%;
    margin-left: 0;
    margin-right: auto;
  }

  .slide-8th-blur-b {
    margin-top: -15%;
    margin-left: 15%;
  }

  .slide-8th-container {
    padding-left: 5%;
    padding-right: 3%;
    position: relative;
  }

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

  .celebrations-event-img-col {
    width: 100%;
    padding-bottom: 20px;
  }

  .celebrations-event-img-container {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .upcoming-event-content-row {
    flex-flow: wrap;
    margin-top: -20px;
  }

  .upcoming-event-content-col {
    width: 50%;
    padding-top: 20px;
  }

  .home-news-all-mobile-btn-b {
    padding-top: 20px;
    display: block;
  }

  .banquet-img-container {
    width: 100%;
  }

  .banquet-img-b {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .banquet-title-big-container {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }

  .banquet-event-row {
    flex-flow: wrap;
    margin-top: -20px;
  }

  .banquet-event-small-col, .banquet-event-big-col {
    width: 100%;
    padding-top: 20px;
  }

  .work-group-content-b {
    padding-left: 20px;
  }

  .work-group-col {
    padding-top: 10px;
  }

  .gallery-col {
    width: 50%;
  }

  .home-logo-img-container {
    position: relative;
    top: 0;
  }

  .home-logo-txt-b {
    padding-top: 10px;
  }
}

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

  .all {
    padding-top: 60px;
  }

  .blur-filter {
    filter: blur(2px);
  }

  .home-carousell-dot {
    width: 6px;
  }

  .home-news-sticky-col {
    top: 60px;
  }

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

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

  .home-news-yr-txt {
    opacity: .35;
    font-size: 12px;
    line-height: 130%;
  }

  .home-news-date-b {
    display: none;
  }

  .home-news-detail-container {
    border-left-style: none;
    padding-left: 0;
  }

  .home-news-link {
    padding: 20px 10px;
  }

  .home-event-date-b-mobile {
    padding-bottom: 5px;
    display: block;
  }

  .home-news-sticky-b.w--current {
    font-size: 18px;
  }

  .footer-info-txt {
    font-size: 16px;
  }

  .footer-bottom-txt {
    font-size: 14px;
  }

  .header {
    height: 60px;
  }

  .header-logo-link1 {
    width: 12vw;
  }

  .header-logo-link2 {
    width: 32vw;
  }

  .header-logo-link3 {
    width: 12vw;
  }

  .breadcrumb-row {
    margin-left: -10px;
    margin-right: -10px;
  }

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

  .celebrations-filter-col {
    width: 50%;
  }

  .celebrations-filter-col.day {
    width: 100%;
  }

  .celebrations-filter-form-b.month, .celebrations-img-col {
    width: 50%;
  }

  .celebrations-content-month-txt {
    font-size: 20px;
  }

  .celebrations-content-year-txt {
    font-size: 14px;
  }

  .celebrations-content-info-title {
    font-size: 20px;
  }

  .celebrations-event-img-container {
    max-width: none;
  }

  .upcoming-event-content-col {
    width: 100%;
  }

  .banquet-title-content-row {
    margin-left: -10px;
    margin-right: -10px;
  }

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

  .banquet-title-year {
    font-size: 18px;
  }

  .banquet-title-month {
    font-size: 28px;
  }

  .banquet-event-multi-img-col, .work-group-col, .gallery-col {
    width: 100%;
  }
}


