:root {
  --blue: #02aafb;
  --transprant: #fff0;
  --white: white;
  --light-grey: #e9edf6;
  --black: black;
  --dark-grey\<deleted\|variable-7e360229-a01d-450e-a563-87c543528e0b\>: #545454;
  --fcce54: #fcce54;
  --ff6f71: #ff6f71;
  --5c76b5: #5c76b5;
  --3dba64: #3dba64;
  --3ec8f4: #3ec8f4;
  --ff79c3: #ff79c3;
  --ff8a58: #ff8a58;
  --ef5353: #ef5353;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@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(--blue);
  background-color: #effdff;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

h1 {
  letter-spacing: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

h2 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

a {
  text-decoration: none;
  transition: all .5s;
}

.bg-video-b {
  z-index: -999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.bg-video {
  opacity: .65;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header {
  z-index: 999;
  background-color: var(--transprant);
  background-image: url('../images/header-illustration2x.png'), url('../images/header-r-illustration.svg'), linear-gradient(90deg, #a3defc, #e3f6ff);
  background-position: 45% 100%, 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 400px, 525px 100px, auto;
  width: 100%;
  height: 100px;
  position: fixed;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

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

.container.top-filter {
  padding-left: 5%;
  padding-right: 5%;
}

.header-b {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.header-l-b {
  height: 100%;
  padding-right: 20px;
  position: relative;
}

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

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

.header-logo-b {
  width: 100px;
  display: block;
}

.header-logo-b.second-logo {
  width: 160px;
}

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

.header-l-illustration {
  z-index: -99;
  background-image: url('../images/header-l-illustration.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 450px;
  height: 100px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.all {
  padding-top: 100px;
  position: relative;
}

.all.full-height {
  padding-top: 0;
}

.nav-menu-wrap {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.nav-dropdown {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.nav-dropdown-link {
  border: 2px solid var(--blue);
  color: var(--white);
  letter-spacing: 2px;
  height: 100%;
  padding: 2px;
  font-size: 20px;
  font-weight: 700;
  transition: all .5s;
  display: block;
}

.nav-dropdown-link:hover {
  color: #fff9;
}

.nav-dropdown-list {
  background-color: var(--transprant);
  margin-top: 90px;
  margin-right: -8px;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.nav-dropdown-list-b {
  background-color: var(--blue);
  border-radius: 10px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 20px;
  box-shadow: 4px 4px 4px #0003;
}

.nav-dropdown-link-txt {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #ffffff1a;
  padding: 5px 0;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.nav-dropdown-link-txt:hover {
  color: #fff9;
}

.nav-dropdown-link-txt.w--current {
  color: #ffffff80;
}

.desktop-hide {
  display: none;
}

.header-border-b {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-100vh {
  min-height: 860px;
  padding-top: 100px;
}

.home-banner-tab {
  width: 100%;
}

.home-banner-tab-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-banner-tab-pane {
  width: 100%;
}

.home-banner-content-container {
  color: var(--white);
  width: 80%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.home-banner-content-b {
  width: 100%;
  padding-top: 55%;
  position: relative;
}

.home-banner-tab-menu {
  justify-content: flex-start;
  align-items: flex-end;
  height: 120px;
  display: flex;
  overflow: auto;
}

.home-banner-content-bg {
  border: 1px solid var(--white);
  padding: 5px;
  position: absolute;
  inset: 0%;
}

.home-banner-dot-border-b {
  border: 1px solid var(--white);
  width: 100%;
  height: 100%;
  padding: 5px;
}

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

.home-banner-content-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home-banner-content-txt-b {
  text-align: right;
  padding: 20px;
}

.home-banner-tab-link {
  background-color: var(--transprant);
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 12.5%;
  min-width: 150px;
  padding: 0 0 20px;
  font-weight: 700;
  display: flex;
}

.home-banner-tab-link.w--current {
  background-color: var(--transprant);
}

.home-banner-tab-link-dot {
  flex: 0 auto;
  width: 100%;
  height: 25px;
  margin-bottom: 10px;
  padding: 1px;
  transition: all .5s;
}

.home-banner-tab-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.tabs-wrapper {
  width: 100%;
  position: relative;
}

.tab-prev {
  border: 1px solid var(--white);
  background-color: var(--light-grey);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -60px;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.arrow-img {
  width: 16px;
  position: relative;
}

.tab-next {
  border: 1px solid var(--white);
  background-color: var(--light-grey);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -60px;
  display: flex;
  position: absolute;
  inset: 50% 50% auto auto;
  transform: translate(50%, -50%);
}

.footer {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
}

.footer-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: -2px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.footer-content {
  color: var(--black);
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  line-height: 130%;
}

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

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

.home-banner-tab-link-txt {
  font-size: 16px;
}

.home-selection-slick-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.home-selection-slick-b {
  flex: none;
  width: 33.33%;
  max-width: 380px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-selection-slick-content-b {
  width: 100%;
  padding-top: 120%;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-selection-slick-content-frame {
  z-index: 10;
  border: 1px solid var(--white);
  position: absolute;
  inset: 0%;
}

.home-selection-slick-content-frame._1949-color {
  padding: 5px;
}

.home-selection-slick-top-effect {
  z-index: 100;
  opacity: .05;
  pointer-events: none;
  background-image: url('../images/home-selection-slick-top-effect.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slick-arrow-prev {
  z-index: 99;
  border: 1px solid var(--white);
  background-color: var(--light-grey);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: -10px;
  display: flex;
  position: absolute;
  inset: 50% auto auto 0%;
  overflow: visible;
  transform: translate(0, -50%);
}

.slick-arrow-nxt {
  z-index: 99;
  border: 1px solid var(--white);
  background-color: var(--light-grey);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: -10px;
  display: flex;
  position: absolute;
  inset: 50% 0% auto auto;
  overflow: visible;
  transform: translate(0, -50%);
}

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

.display-none {
  display: none;
}

.sticky-filter-b {
  border-bottom: 1px solid var(--white);
  background-image: linear-gradient(90deg, #e9edf6, #fff);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.filter-col {
  flex: none;
  padding: 5px 20px;
}

.filter-form-b {
  height: 100%;
  margin-bottom: 0;
}

.filter-form {
  width: 100%;
  height: 100%;
}

.filter-btn {
  border: 1px solid var(--blue);
  border-radius: 7px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

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

.filter-btn-txt {
  z-index: 2;
  background-color: var(--blue);
  color: var(--white);
  letter-spacing: 2px;
  border: 1px solid #fff3;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  transition: all .5s;
  position: relative;
}

.filter-btn-txt:hover {
  background-color: #027db9;
  border-color: #fff;
}

.inner-content-container {
  width: 100%;
  height: 100%;
  padding-top: 75px;
  padding-left: 200px;
}

.inner-content-sidebar-container {
  z-index: 997;
  width: 200px;
  height: 100vh;
  padding-top: 175px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.sidebar-filter-row {
  height: 100%;
}

.sidebar-radio-icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  width: 75px;
  height: 75px;
  margin-left: 0;
  margin-right: 10px;
  overflow: hidden;
}

.sidebar-radio-icon.w--redirected-checked {
  border: 1px #000;
  width: 90px;
  height: 90px;
}

.inner-content-sidebar-b {
  height: 100%;
  position: relative;
}

.sticky-filter-container {
  z-index: 998;
  padding-top: 100px;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.inner-txt-content-container {
  padding: 40px 5% 100px;
}

.inner-content-title-b {
  position: relative;
}

.inner-content-title {
  z-index: 1;
  color: var(--white);
  width: 100%;
  position: relative;
}

.inner-content-title-stroke {
  z-index: -1;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: var(--blue);
  text-shadow: -2px 4px 0 var(--blue), 2px 4px 0 var(--blue), 0 5px 0 var(--blue);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.inner-content-b {
  padding-top: 40px;
}

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

.common-btn {
  border: 1px solid var(--white);
  letter-spacing: 2px;
  background-color: #f5f8ff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 10px #00000059, -4px -4px 4px #fff;
}

.common-btn.login {
  box-shadow: none;
}

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

.common-btn-arrow-b {
  width: 10px;
  margin-left: 10px;
  position: relative;
}

.footer-b {
  z-index: 990;
  width: 100%;
  position: fixed;
  inset: auto 0% 0%;
}

.section {
  padding-top: 100px;
  padding-bottom: 60px;
}

.sidebar-radio-txt {
  color: var(--dark-grey\<deleted\|variable-7e360229-a01d-450e-a563-87c543528e0b\>);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

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

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

.content-selection-b {
  border: 1px solid var(--white);
  height: 100%;
  padding: 5px;
  display: block;
  position: relative;
}

.content-selection-img-b {
  width: 100%;
  padding-top: 110%;
  position: relative;
  overflow: hidden;
}

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

.inner-content-big-b {
  margin-top: -40px;
}

.content-selection-txt-b {
  padding: 10px;
}

.content-selection-txt {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 130%;
}

.nav-dropdown-btn-b {
  text-align: center;
  height: 100%;
  display: flex;
}

.nav-dropdown-txt-b {
  background-color: var(--blue);
  align-self: center;
  width: 100%;
  padding: 15px 20px;
}

.nav-dropdown-border-img {
  object-fit: fill;
  width: 100%;
  height: 10px;
  display: block;
}

.nav-dropdown-side-img {
  object-fit: fill;
  width: 5px;
  display: block;
}

.home-banner-year-b {
  z-index: 1;
  padding: 15px 10px 60px 60px;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-banner-year-txt {
  z-index: 2;
  position: relative;
}

.home-banner-year-img {
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.home-banner-bottom-deco {
  width: 160px;
  position: absolute;
  inset: auto auto 0% 0%;
}

._1949-color {
  background-color: var(--fcce54);
}

._1960-color {
  background-color: var(--ff6f71);
}

._1970-color {
  background-color: var(--5c76b5);
}

._1980-color {
  background-color: var(--3dba64);
}

._1990-color {
  background-color: var(--3ec8f4);
}

._2000-color {
  background-color: var(--ff79c3);
}

._2010-color {
  background-color: var(--ff8a58);
}

._2020-color {
  background-color: var(--ef5353);
}

.home-selection-slick-content-border {
  border: 1px solid var(--white);
  width: 100%;
  height: 100%;
  padding: 5px;
  position: relative;
}

.home-banner-selection-content {
  color: var(--white);
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-selection-year-b {
  z-index: 1;
  padding: 10px 10px 40px 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-banner-content-selection-img {
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.home-banner-content-selection-txt-b {
  padding: 10px;
}

.home-selection-tag {
  z-index: 5;
  background-color: var(--blue);
  border-radius: 6px;
  padding: 1px;
  display: inline-block;
  position: relative;
}

.home-selection-tag-b {
  letter-spacing: 2px;
  border: 1px solid #fff3;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.home-selection-side-deco {
  z-index: 1;
  width: 25px;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.content-year-b {
  z-index: 2;
  margin-bottom: -5px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.content-year-b.no-margin {
  margin-bottom: 0;
}

.content-year {
  color: var(--white);
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}

.content-year-side {
  width: 11px;
  display: block;
  position: relative;
}

.nav-dropdown-btn {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.top-dropdown {
  position: absolute;
  inset: 0% 0% auto;
}

.bottom-dropdown {
  position: absolute;
  inset: auto 0% 0%;
}

.filter-btn-checked-line {
  z-index: 1;
  border: 1px dashed var(--blue);
  border-radius: 10px;
  margin: -4px;
  display: none;
  position: absolute;
  inset: 0%;
}

.sidebar-filter-check-field {
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.sidebar-filter-check-field:hover {
  opacity: .6;
}

.sidebar-filter-btn-radio {
  opacity: 1;
  border: 1px #000;
  border-radius: 0;
  width: 80%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.sidebar-filter-btn-radio.w--redirected-checked {
  background-color: var(--transprant);
  background-image: linear-gradient(to bottom, var(--transprant), var(--transprant));
}

.sidebar-filter-btn-radio._1949-color {
  background-color: var(--fcce54);
}

.sidebar-filter-btn-radio._1960-color.w--redirected-checked {
  background-color: var(--ff6f71);
}

.sidebar-filter-btn-radio._1970-color.w--redirected-checked {
  background-color: var(--5c76b5);
}

.sidebar-filter-btn-radio._1980-color.w--redirected-checked {
  background-color: var(--3dba64);
}

.sidebar-filter-btn-radio._1990-color.w--redirected-checked {
  background-color: var(--3ec8f4);
}

.sidebar-filter-btn-radio._2000-color.w--redirected-checked {
  background-color: var(--ff79c3);
}

.sidebar-filter-btn-radio._2010-color.w--redirected-checked {
  background-color: var(--ff8a58);
}

.sidebar-filter-btn-radio._2020-color.w--redirected-checked {
  background-color: var(--ef5353);
}

.sidebar-filter-btn-radio-txt {
  z-index: 1;
  color: var(--black);
  margin-bottom: 0;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.sidebar-filter-checked-img {
  opacity: 0;
  object-fit: fill;
  width: 20%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.sidebar-filter-checked-img._1949-checked {
  background-image: url('../images/sidebar-filter-checked-img012x.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sidebar-filter-checked-img._1960-checked {
  background-image: url('../images/sidebar-filter-checked-img022x.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sidebar-filter-checked-img._1970-checked {
  background-image: url('../images/sidebar-filter-checked-img032x.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sidebar-filter-checked-img._1980-checked {
  background-image: url('../images/sidebar-filter-checked-img042x.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sidebar-filter-checked-img._1990-checked {
  background-image: url('../images/sidebar-filter-checked-img052x.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sidebar-filter-checked-img._2000-checked {
  background-image: url('../images/sidebar-filter-checked-img062x.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sidebar-filter-checked-img._2010-checked {
  background-image: url('../images/sidebar-filter-checked-img072x.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sidebar-filter-checked-img._2020-checked {
  background-image: url('../images/sidebar-filter-checked-img082x.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.content-selection-inside-b {
  border: 1px solid var(--white);
  width: 100%;
  height: 100%;
  padding: 5px;
}

.gradient-txt {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#17e5a0, #027ceb);
  -webkit-background-clip: text;
  background-clip: text;
}

.content-title {
  color: var(--black);
  font-size: 28px;
  line-height: 130%;
}

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

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

.content-img-b._2020-color {
  padding: 5px;
}

.content-img-inner-b {
  border: 1px solid var(--white);
  padding: 5px;
}

.footer-link-gp {
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.footer-link-item {
  border-left: 1px solid var(--black);
  padding: 2px 10px;
}

.footer-logo-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

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

.footer-2nd-logo-b {
  width: 200px;
  display: block;
}

.footer-1st-logo-b {
  width: 160px;
  display: block;
}

.content-txt {
  color: var(--black);
  font-size: 28px;
  line-height: 130%;
}

.login-btn-b {
  background-color: var(--blue);
  letter-spacing: 2px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: relative;
}

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

.login-btn {
  border: 2px solid var(--blue);
  margin-left: 10px;
  margin-right: 10px;
  padding: 2px;
  display: block;
}

.pop-content-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.pop-login-content {
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  overflow: auto;
}

.pop-close-button {
  width: 32px;
  margin-top: 30px;
  margin-right: 30px;
  transition: opacity .5s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pop-close-button:hover {
  opacity: .5;
}

.pop-title-txt {
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.pop-b {
  z-index: 10001;
  background-color: #000000b3;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.form-text-field-label-col {
  width: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.form-button-b {
  margin-top: 30px;
}

.form-text-field-col {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.pop-login-b {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 767px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.form-text-field {
  border-style: solid;
  border-width: 2px;
  border-color: var(--3ec8f4) var(--3ec8f4) var(--blue);
  border-radius: 10px;
  height: 50px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 140%;
}

.pop-login {
  z-index: 5;
  border-bottom: 10px solid var(--blue);
  background-image: linear-gradient(90deg, #a3defcf2, #e3f6fff2), url('../images/login-b-pattern.svg'), linear-gradient(#50c7ff, #50c7ff);
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.form-text-field-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.form {
  margin-bottom: 0;
}

.teacher-name-container {
  border: 1px solid var(--blue);
  background-color: var(--white);
  margin-left: 10px;
  margin-right: 10px;
  padding: 2px;
  display: none;
}

.teacher-name-b {
  border: 2px solid var(--blue);
  color: var(--blue);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.inner-content-sidebar {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.sidebar-b {
  height: 100%;
  overflow: hidden;
}

.sidebar-arrow-prev-b {
  border-bottom: 1px solid var(--white);
  background-color: #e9edf6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  display: flex;
}

.sidebar-arrow-img {
  width: 30px;
}

.sidebar-arrow-nxt-b {
  border-top: 1px solid var(--white);
  background-color: #e9edf6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  display: flex;
}

.sidebar-arrow-prev-container {
  z-index: 5;
  padding-right: 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.sidebar-arrow-nxt-container {
  z-index: 5;
  padding-right: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.img-lightbox {
  display: block;
}

.video {
  width: 100%;
  height: auto;
  padding-top: 56%;
}

.video-btn-b {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.video-btn {
  width: 50px;
  display: block;
}

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

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

.breadcrumb-txt {
  color: var(--blue);
  font-weight: 700;
}

html.w-mod-js [data-ix="nav-dropdown-list"] {
  height: 0;
}

@media screen and (min-width: 1280px) {
  h2 {
    font-size: 28px;
  }

  .header-logo-b {
    width: 120px;
  }

  .header-logo-b.second-logo {
    width: 200px;
  }

  .header-l-illustration {
    width: 550px;
  }

  .nav-menu-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }

  .nav-dropdown {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .content-selection-col {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .login-btn, .teacher-name-container {
    margin-left: 20px;
    margin-right: 20px;
  }

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

@media screen and (max-width: 991px) {
  h2 {
    letter-spacing: 1.5px;
    font-size: 24px;
  }

  .header {
    background-image: url('../images/header-r-illustration.svg'), linear-gradient(90deg, #a3defc, #e3f6ff);
    background-position: 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 400px 80px, auto;
    height: 80px;
  }

  .container.top-filter {
    padding-left: 0%;
    padding-right: 0%;
  }

  .header-b, .header-l-illustration {
    height: 80px;
  }

  .all {
    padding-top: 80px;
  }

  .all.full-height {
    padding-top: 0;
  }

  .header-r-b {
    z-index: 999;
    background-color: #0086c7;
    height: 100vh;
    padding-bottom: 140px;
    overflow: auto;
  }

  .nav-menu-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .nav-dropdown-link-txt {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .desktop-show {
    display: none;
  }

  .desktop-hide {
    display: block;
  }

  .section-100vh {
    padding-top: 80px;
  }

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

  .home-banner-content-txt-b {
    font-size: 28px;
  }

  .home-banner-tab-link {
    min-width: 125px;
    font-size: 24px;
  }

  .home-banner-tab-link.w--current {
    font-size: 30px;
  }

  .btn-menu {
    width: 40px;
    padding: 0;
  }

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

  .btn-menu-line {
    background-image: url('../images/btn-menu-line-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 4px;
    padding: 0;
    position: relative;
  }

  .btn-menu-line.btn-menu-line-1 {
    background-image: url('../images/btn-menu-line-1_1.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .btn-menu-line.btn-menu-line-2 {
    background-image: url('../images/btn-menu-line-2.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 8px;
  }

  .home-selection-slick-b {
    width: 50%;
  }

  .slick-arrow-prev {
    border-radius: 15px;
    width: 50px;
    height: 50px;
    margin-left: -5px;
  }

  .slick-arrow-nxt {
    border-radius: 15px;
    width: 50px;
    height: 50px;
    margin-right: -5px;
  }

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

  .inner-content-sidebar-container {
    padding-top: 155px;
  }

  .sticky-filter-container, .section {
    padding-top: 80px;
  }

  .sidebar-radio-txt {
    font-size: 16px;
  }

  .content-selection-col {
    width: 50%;
  }

  .content-selection-txt {
    letter-spacing: 1.5px;
  }

  .btn-menu-bg {
    background-color: var(--blue);
    opacity: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .home-banner-year-b {
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 40px;
    font-size: 24px;
  }

  .home-banner-bottom-deco {
    width: 120px;
  }

  .home-selection-year-b {
    padding-top: 10px;
    padding-bottom: 35px;
    padding-left: 25px;
    font-size: 18px;
  }

  .home-banner-content-selection-txt-b {
    font-size: 28px;
  }

  .home-selection-side-deco {
    width: 20px;
  }

  .content-year {
    font-size: 18px;
  }

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

  .content-row {
    margin-top: -20px;
  }

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

  .footer-2nd-logo-b {
    width: 180px;
  }

  .footer-1st-logo-b {
    width: 140px;
  }

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

  .login-btn {
    margin-bottom: 20px;
  }

  .pop-login-content {
    padding-left: 12%;
    padding-right: 12%;
  }

  .pop-login-b {
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pop-login {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .teacher-name-container {
    margin-bottom: 20px;
  }

  .nav-dropdown-row {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    margin-bottom: -20px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .content-img-col {
    width: 100%;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: 1px;
    font-size: 20px;
  }

  .home-banner-content-b {
    padding-top: 65%;
  }

  .home-banner-content-txt-b {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .tab-prev {
    border-radius: 8px;
    width: 40px;
    height: 40px;
  }

  .arrow-img {
    width: 12px;
  }

  .tab-next {
    border-radius: 8px;
    width: 40px;
    height: 40px;
  }

  .footer {
    height: 120px;
  }

  .footer-wrap {
    justify-content: center;
    margin-top: -10px;
  }

  .footer-content {
    text-align: center;
    width: 100%;
    padding-top: 10px;
  }

  .home-selection-slick-b {
    width: 75%;
  }

  .slick-arrow-prev {
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin-left: 0;
  }

  .slick-arrow-nxt {
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .inner-content-container {
    padding-top: 0;
    padding-left: 0;
  }

  .inner-content-sidebar-container {
    width: 100%;
    height: auto;
    padding-top: 0;
    position: static;
    overflow: hidden;
  }

  .sidebar-filter-row {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .sidebar-radio-icon {
    width: 35px;
    height: 35px;
  }

  .inner-content-sidebar-b {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sticky-filter-container {
    padding-top: 0;
    position: static;
  }

  .sidebar-radio-txt {
    font-size: 14px;
  }

  .sidebar-filter-col {
    flex: none;
    width: 150px;
  }

  .content-selection-txt {
    letter-spacing: 1px;
    font-size: 20px;
  }

  .home-banner-year-b {
    font-size: 20px;
  }

  .home-banner-bottom-deco {
    width: 80px;
  }

  .home-selection-year-b {
    padding-right: 5px;
  }

  .home-banner-content-selection-txt-b {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .home-selection-tag-b {
    font-size: 18px;
  }

  .sidebar-filter-check-field {
    padding: 10px 10px 20px;
  }

  .sidebar-filter-check-field:hover {
    opacity: 100;
  }

  .sidebar-filter-btn-radio {
    width: 100%;
    height: 100%;
    margin-top: -10px;
  }

  .sidebar-filter-checked-img {
    width: 100%;
    height: 10px;
    inset: auto 0% 0%;
  }

  .sidebar-filter-checked-img._1949-checked {
    background-image: url('../images/sidebar-filter-checked-mobile-img012x.png');
  }

  .sidebar-filter-checked-img._1960-checked {
    background-image: url('../images/sidebar-filter-checked-mobile-img022x.png');
  }

  .sidebar-filter-checked-img._1970-checked {
    background-image: url('../images/sidebar-filter-checked-mobile-img032x.png');
  }

  .sidebar-filter-checked-img._1980-checked {
    background-image: url('../images/sidebar-filter-checked-mobile-img042x.png');
  }

  .sidebar-filter-checked-img._1990-checked {
    background-image: url('../images/sidebar-filter-checked-mobile-img052x.png');
  }

  .sidebar-filter-checked-img._2000-checked {
    background-image: url('../images/sidebar-filter-checked-mobile-img062x.png');
  }

  .sidebar-filter-checked-img._2010-checked {
    background-image: url('../images/sidebar-filter-checked-mobile-img072x.png');
  }

  .sidebar-filter-checked-img._2020-checked {
    background-image: url('../images/sidebar-filter-checked-mobile-img082x.png');
  }

  .footer-link-gp, .footer-logo-wrap {
    justify-content: center;
    align-items: center;
  }

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

  .pop-login-content {
    padding-left: 7%;
    padding-right: 7%;
  }

  .pop-close-button {
    margin-right: 5%;
  }

  .pop-title-txt {
    font-size: 36px;
  }

  .form-text-field-label-col {
    width: auto;
  }

  .form-text-field-col {
    margin-top: 10px;
  }

  .pop-login-b {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-text-field {
    font-size: 20px;
  }

  .form-text-field-row {
    margin-top: 20px;
    display: block;
  }

  .inner-content-sidebar {
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .sidebar-b {
    height: auto;
  }

  .sidebar-arrow-prev-container, .sidebar-arrow-nxt-container {
    display: none;
  }

  .video-btn {
    width: 40px;
  }
}

@media screen and (max-width: 479px) {
  .header-l-row {
    margin-left: -5px;
    margin-right: -5px;
  }

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

  .header-logo-b {
    width: 25vw;
  }

  .header-logo-b.second-logo {
    width: 30vw;
  }

  .header-r-b {
    padding-bottom: 150px;
  }

  .home-banner-content-b {
    padding-top: 100%;
  }

  .home-banner-content-txt-b {
    font-size: 20px;
  }

  .tab-prev, .tab-next {
    width: 36px;
    height: 36px;
  }

  .home-selection-slick-b {
    width: 100%;
  }

  .slick-arrow-prev, .slick-arrow-nxt {
    width: 36px;
    height: 36px;
  }

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

  .footer-b {
    position: static;
  }

  .section {
    padding-bottom: 70px;
  }

  .content-selection-col {
    width: 100%;
  }

  .home-banner-bottom-deco {
    width: 60px;
  }

  .home-selection-year-b {
    padding-left: 20px;
    font-size: 16px;
  }

  .home-banner-content-selection-txt-b {
    font-size: 20px;
  }

  .home-selection-side-deco {
    width: 15px;
  }

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

  .footer-2nd-logo-b {
    width: 40vw;
  }

  .footer-1st-logo-b {
    width: 30vw;
  }

  .pop-close-button {
    width: 25px;
    margin-top: 20px;
  }

  .pop-title-txt {
    font-size: 32px;
  }

  .form-text-field {
    font-size: 18px;
  }

  .pop-login {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


