@font-face {
  font-family: Leaguespartan;
  src: url('../fonts/LeagueSpartan-Bold.ttf') format("truetype"), url('../fonts/LeagueSpartan-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Leaguespartan;
  src: url('../fonts/LeagueSpartan-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Leaguespartan;
  src: url('../fonts/LeagueSpartan-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Leaguespartan;
  src: url('../fonts/LeagueSpartan-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Leaguespartan;
  src: url('../fonts/LeagueSpartan-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Leaguespartan;
  src: url('../fonts/LeagueSpartan-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Leaguespartan;
  src: url('../fonts/LeagueSpartan-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Leaguespartan;
  src: url('../fonts/LeagueSpartan-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-yellow: #fafaf5;
  --purple: #812e9e;
  --light-grey: #d4d4d4;
  --bg-white: #fafafa;
  --tx-black: #333;
  --light-grey-2: #e5e5e7;
  --white: #fff;
  --orange-yellow: #eba941;
  --grey: #a1a1a1;
  --light-yellow: #fed900;
  --light-white-purple: #d8d7de;
  --light-grey2: #f3f3f3;
  --login-top-box-clr: #eaeaea;
  --dis-01: #43d4d7;
  --dis-02: #1bd39d;
  --dis-03: #93dd5c;
  --dis-04: #d9df33;
  --dis-05: #fdd23e;
  --dis-06: #ffc365;
  --dis-07: #ffc0cc;
  --dis-08: #ffb1df;
  --dis-09: #ffa58d;
  --tech-01: #daa2ec;
  --tech-02: #bc8ef6;
  --tech-03: #9386f9;
  --tech-04: #69d6ff;
  --tech-05: #4eb6f3;
  --tech-06: #5d89ee;
  --num-clr: #a3b0c0;
  --yellow: #fed900;
  --pink: #ff1bb1;
  --white-2: white;
  --black: black;
}

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

.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;
}

.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;
}

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

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

a {
  text-decoration: underline;
}

.latest-news-sec.bg {
  background-image: url('../images/mission_banner.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding-left: 5%;
  padding-right: 5%;
}

.container.relative {
  position: relative;
}

.container.fliex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 90;
  background-color: var(--white-yellow);
  padding-top: 30px;
  padding-bottom: 30px;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px 2px #0003;
}

.menu-item {
  text-align: center;
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.menu-item:hover, .menu-item.w--current {
  color: var(--purple);
}

.menu-item.first-item {
  margin-left: 0;
}

.menu-item.first-item.w--current {
  color: var(--purple);
}

.body {
  background-color: var(--bg-white);
  color: var(--tx-black);
  font-family: Leaguespartan, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.dropdown-toggle {
  padding: 0;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-img {
  height: 42px;
}

.head-logo {
  text-align: center;
  margin-right: 17px;
}

.head-logo-block {
  order: -1;
  align-items: center;
  display: flex;
}

.container-100 {
  width: 100%;
  max-width: 1400px;
}

.container-100.full {
  max-width: none;
}

.slider {
  height: 600px;
  overflow: hidden;
}

.layer-left {
  z-index: 10;
  max-width: 60%;
  position: absolute;
  inset: auto 0% -30px;
}

.layer-right {
  z-index: 10;
  max-width: 60%;
  position: absolute;
  inset: auto 0% -60px auto;
}

.index-ban-content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.text-block {
  z-index: 1;
  color: #fff;
  mix-blend-mode: overlay;
  font-size: 42px;
  font-weight: 400;
  line-height: 43px;
  position: relative;
}

.div-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 378px;
  display: flex;
  position: relative;
  left: 5%;
}

.text-block-2 {
  color: var(--white);
  mix-blend-mode: overlay;
  max-width: 270px;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.div-block-2 {
  color: var(--white);
  background-color: #000000e6;
  margin-top: 20px;
  padding: 30px 5%;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--orange-yellow);
  color: var(--white);
  background-image: url('../images/btn-arrow.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px 50px 10px 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  display: none;
  overflow: visible;
}

.link-block:hover {
  background-color: var(--purple);
}

.footer-sec {
  background-color: var(--purple);
  border-top: 1px solid #d0d0d0;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-top-100.margin-bottom-100 {
  margin-bottom: 100px;
}

.footer-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.footer-content.margin-top-100 {
  margin-top: 50px;
}

.footer-content.margin-top-100.margin-bottom-100 {
  margin-bottom: 50px;
}

.text-block-3 {
  color: var(--grey);
}

.footer-bot-copyright-tx {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
}

.scroll-top-btn {
  border: 1px solid var(--white);
  background-image: url('../images/scroll-top-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 15px 2% auto auto;
}

.div-block-3 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.div-left {
  width: 50%;
  padding-right: 3%;
}

.div-left.row-left-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 2%;
  display: flex;
}

.div-left.bbc-bg2 {
  background-image: url('../images/bbc-bg2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  padding-left: 2%;
  display: flex;
}

.news-img {
  width: 100%;
  height: 100%;
}

.news-img.news-img1 {
  background-image: url('../images/news-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-title {
  margin-bottom: 15px;
  font-size: 52px;
  line-height: 60px;
}

.sec-title.white {
  color: var(--white);
}

.news-date {
  color: var(--orange-yellow);
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
}

.news-date.yellow {
  color: var(--light-yellow);
}

.news-title {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
}

.news-title.white, .news-des.white {
  color: var(--white);
}

.diiv-right {
  flex-direction: column;
  width: 50%;
  padding-left: 3%;
  display: flex;
}

.diiv-right.abt-person-bg {
  background-image: url('../images/direc-pic-bg.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.diiv-right.row-left-flex {
  justify-content: center;
  align-items: flex-start;
}

.news-row {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.news-row.last-news {
  border-bottom-style: none;
  margin-bottom: 0;
}

.news-small-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding-right: 5%;
  display: flex;
}

.news-small-right {
  width: 40%;
}

.news-small-img {
  width: 100%;
  height: 100%;
}

.news-small-img.news-img1 {
  background-image: url('../images/news-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-small-img.news-img2 {
  background-image: url('../images/news-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-small-img.news-img3 {
  background-image: url('../images/news-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-small-img.news-img4 {
  background-image: url('../images/news-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-small-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: underline;
}

.more-btn {
  color: var(--purple);
  background-image: url('../images/btn-arrow-purple.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding-right: 40px;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
}

.more-btn:hover {
  color: var(--tx-black);
}

.more-btn.last {
  order: 1;
}

.news-more-top {
  text-align: right;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
}

.mission-banner {
  background-image: url('../images/mission_banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  width: 100%;
  height: 420px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-5 {
  color: var(--white);
  text-shadow: 3px 0 10px #0006;
  font-size: 67px;
  font-weight: 600;
  line-height: 70px;
  position: relative;
  left: 15%;
}

.half-block {
  width: 47%;
}

.div-block-4-copy {
  text-align: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.abt-img {
  background-image: url('../images/abt-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 320px;
  margin-bottom: 15px;
}

.abt-img.news-img1 {
  background-image: url('../images/news-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.descript {
  border-bottom: 1px solid var(--light-grey);
  color: var(--tx-black);
  min-height: 100px;
  padding-bottom: 15px;
  font-weight: 400;
}

.research-img {
  background-image: url('../images/research-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 320px;
  display: block;
}

.research-img.news-img1 {
  background-image: url('../images/news-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-sec {
  overflow: hidden;
}

.div-block-5 {
  background-color: #000;
  width: 100%;
  max-width: 700px;
  padding: 30px 5%;
  position: absolute;
  inset: auto 5% -40% auto;
}

.contact-title {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 52px;
  line-height: 60px;
}

.location-na {
  color: var(--white);
  font-size: 24px;
  line-height: 36px;
}

.address {
  color: var(--white);
  font-size: 18px;
  line-height: 24px;
}

.contact {
  color: var(--white);
  margin-top: 30px;
  font-size: 18px;
  line-height: 30px;
}

.link {
  color: var(--tx-black);
  text-decoration: none;
}

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

.contact-banner {
  background-image: url('../images/contact_bg.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-bottom: 400px;
  display: flex;
  position: relative;
}

.search-icon {
  width: 20px;
  height: 20px;
}

.search {
  color: var(--tx-black);
  margin-left: 30px;
  text-decoration: none;
}

.search.m-show {
  display: none;
}

.menu-dropdown {
  line-height: 20px;
}

.dropdown-list {
  top: 130px;
  box-shadow: 0 2px 5px 2px #0003;
}

.dropdown-list.w--open {
  background-color: var(--light-grey-2);
  top: 61px;
}

.sub-menu-link {
  border-bottom: 1px solid var(--light-grey);
  color: var(--tx-black);
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.sub-menu-link:hover, .sub-menu-link.w--current {
  color: var(--purple);
}

.sub-menu-list {
  position: absolute;
  top: 0;
  bottom: 0%;
  right: -102%;
}

.sub-menu-list.w--open {
  min-height: 100%;
}

.sub-menu-toogle, .sub-menu-toogle.w--open {
  padding: 0;
}

.sub-sub-menu-link {
  border-bottom: 1px solid var(--light-grey);
  background-color: var(--light-white-purple);
  color: var(--tx-black);
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

.sub-sub-menu-link:hover, .sub-sub-menu-link.w--current {
  color: var(--purple);
}

.div-block-6 {
  box-shadow: 0 2px 5px 3px #0003;
}

.page-banner-sec {
  overflow: hidden;
}

.page-banner {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
}

.page-banner.abt-ban {
  background-image: url('../images/abt-banner.png');
  background-size: cover;
}

.page-banner.research-ban {
  background-image: url('../images/research-banner.png');
  background-size: cover;
}

.page-banner.news-ban {
  background-image: url('../images/news-banner.png');
  background-size: cover;
}

.page-banner.event-ban {
  background-image: url('../images/event-banner.png');
  background-size: cover;
}

.page-banner.join-ban {
  background-image: url('../images/join-banner.png');
  background-size: cover;
}

.page-banner.disclaimer-ban {
  background-image: url('../images/disclaimer-banner.png');
  background-size: cover;
}

.page-banner.privacy-ban {
  background-image: url('../images/privacy-banner.png');
  background-size: cover;
}

.page-banner.contact-ban {
  background-image: url('../images/contact-banner.png');
  background-size: cover;
}

.page-banner-title {
  color: var(--white);
  width: 100%;
  max-width: 1680px;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
  position: relative;
}

.color-solid-layer {
  background-image: url('../images/形狀-3.png');
  background-position: 100% 90%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  height: 100%;
  position: absolute;
}

.top-solid-layer {
  mix-blend-mode: soft-light;
  background-image: url('../images/形狀-3-拷貝.png');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  height: 100%;
  position: absolute;
}

.page-content-sec {
  overflow: hidden;
}

.right-full-width {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.content-title {
  border-bottom: 1px solid var(--grey);
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 48px;
  line-height: 50px;
}

.content-title.border-4 {
  border-bottom-width: 4px;
  border-bottom-color: var(--light-grey);
}

.content-title.border-1 {
  border-bottom-width: 1px;
}

.content-title.no-border {
  border-bottom-style: none;
  margin-bottom: 0;
}

.content-title.no-border.tx-purple {
  color: var(--purple);
}

.content-sub-title {
  color: var(--purple);
  text-align: left;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 32px;
}

.content-sub-title.left-yellow-border {
  border-left: 5px solid var(--light-yellow);
  padding-left: 20px;
}

.content-sub-title.left-yellow-border.bottom-border {
  border-bottom: 2px solid var(--grey);
  padding-bottom: 15px;
}

.content-sub-title.purple-border {
  border-bottom: 2px solid var(--purple);
  margin-bottom: 0;
  padding-bottom: 15px;
}

.content-sub-title.d-tx-left {
  text-align: left;
}

.content-sub-title.margin-bottom-5 {
  margin-bottom: 5px;
}

.content-sub-title.margin-bottom-5.tx-center {
  text-align: center;
}

.content-content {
  margin-bottom: 40px;
}

.content-content.line-height-30 {
  line-height: 30px;
}

.content-content.line-height-30.purple-tx.tx-bold {
  font-weight: 700;
}

.content-content.line-height-30.purple-tx.tx-bold.margin-bottom-20 {
  margin-bottom: 20px;
}

.content-content.margin-top-30 {
  margin-top: 50px;
}

.content-content.margin-top-30.tx-center, .content-content.margin-top-30.text-center {
  text-align: center;
}

.person-name {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 30px;
}

.person-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.div-block-7 {
  display: flex;
}

.diiv-right-full {
  text-align: left;
  background-image: url('../images/direc-pic-bg.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-left: 5%;
  display: flex;
}

.image {
  align-self: flex-start;
  width: 100%;
  max-width: 450px;
  padding-top: 15px;
}

.text-span {
  color: var(--purple);
}

.person-photo-title {
  color: var(--purple);
  margin-top: 15px;
  padding-bottom: 15px;
}

.row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.div-padding-100 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-pt-list {
  margin-bottom: 5px;
  padding-left: 15px;
}

.point-item {
  margin-bottom: 10px;
}

.image-2 {
  width: 100%;
}

.part-title-div {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.part-title-div.margin-bottom-30 {
  margin-bottom: 30px;
}

.part-title-div.margin-left-100 {
  margin-left: 150px;
}

.part-icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 60px;
  margin-right: 15px;
}

.part-icon.abt-icon1 {
  background-image: url('../images/abt-icon-1_1abt-icon-1.png');
  background-position: 50%;
}

.part-icon.abt-icon2 {
  background-image: url('../images/abt-icon-2_1abt-icon-2.png');
}

.part-icon.abt-icon3 {
  background-image: url('../images/abt-icon-1_1abt-icon-1.png');
  background-position: 50%;
}

.part-icon.abt-icon4 {
  background-image: url('../images/abt-icon-4_1abt-icon-4.png');
  background-position: 50%;
}

.part-icon.abt-icon5 {
  background-image: url('../images/abt-icon-5_1abt-icon-5.png');
  background-position: 50%;
}

.part-icon.bbc-icon1 {
  background-image: url('../images/bbc-icon1_1bbc-icon1.png');
  background-position: 50%;
}

.part-icon.bbc-icon2 {
  background-image: url('../images/bbc-icon2_1bbc-icon2.png');
  background-position: 50%;
}

.part-icon.bbc-icon3 {
  background-image: url('../images/bbc-icon3_1bbc-icon3.png');
  background-position: 50%;
}

.part-icon.serv-icon-date {
  background-image: url('../images/abt-icon-4_1abt-icon-4.png');
  background-position: 50%;
}

.part-icon.icon-important {
  background-image: url('../images/icon-important.svg');
  background-position: 50%;
}

.part-title {
  margin-top: 50px;
  font-size: 30px;
  line-height: 30px;
}

.div-left-30 {
  width: 30%;
  padding-right: 5%;
}

.div-left-30.row-left-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 3%;
  display: flex;
}

.diiv-right-70 {
  flex-direction: column;
  width: 70%;
  padding-left: 3%;
  display: flex;
}

.diiv-right-70.abt-person-bg {
  background-image: url('../images/direc-pic-bg.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.diiv-right-70.row-left-flex {
  justify-content: center;
  align-items: flex-start;
}

.people-list-row {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 2%;
  display: flex;
}

.people-list-row.last-row {
  margin-bottom: 0;
}

.people-list-row.bg-clr-light-grey {
  background-color: var(--light-grey2);
}

.people-row {
  border-top: 1px solid var(--grey);
  padding-top: 30px;
  padding-bottom: 50px;
}

.people-row.no-border {
  border-top-width: 0;
  padding-top: 0;
}

.content-tx.tx-purple {
  color: var(--purple);
}

.list-block-2 {
  width: 100%;
  max-width: 400px;
  margin-right: 50px;
}

.list-block-1 {
  width: 100%;
  max-width: 200px;
  margin-right: 50px;
}

.one-row {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.one-row.vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.bottom-border {
  border-bottom: 1px solid var(--grey);
  width: 100%;
}

.product-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.product-img.sample-img1 {
  background-image: url('../images/core-sample-img1.png');
}

.product-img.sample-img2 {
  background-image: url('../images/core-sample-img2.png');
}

.product-img.sample-img3 {
  background-image: url('../images/core-sample-img3.png');
}

.product-img.sample-img4 {
  background-image: url('../images/core-sample-img4.png');
}

.product-img.sample-img5 {
  background-image: url('../images/core-sample-img5.png');
}

.product-img.sample-img6 {
  background-image: url('../images/core-sample-img6.png');
}

.product-img.sample-img7 {
  background-image: url('../images/core-sample-img7.png');
}

.product-img.sample-img8 {
  background-image: url('../images/core-sample-img8.png');
}

.product-img.sample-img9 {
  background-image: url('../images/core-sample-img9.png');
}

.product-img.sample-img10 {
  background-image: url('../images/core-sample-img10.png');
}

.product-img.sample-img11 {
  background-image: url('../images/core-sample-img11.png');
}

.product-img.sample-img12 {
  background-image: url('../images/core-sample-img12.png');
}

.product-img.sample-img13 {
  background-image: url('../images/core-sample-img13.png');
}

.product-img.lkstop-img1 {
  background-image: url('../images/lkstop-img1.png');
}

.product-img.lkstop-img2 {
  background-image: url('../images/lkstop-img2.png');
}

.product-img.lkstop-img3 {
  background-image: url('../images/lkstop-img3.png');
}

.product-img.lkstop-img4 {
  background-image: url('../images/lkstop-img4.png');
}

.product-img.lkstop-img5 {
  background-image: url('../images/lkstop-img5.png');
}

.product-img.lkstop-img6 {
  background-image: url('../images/lkstop-img6.png');
}

.product-img.lkstop-img7 {
  background-image: url('../images/lkstop-img7.png');
}

.product-img.animal-2 {
  background-image: url('../images/Animal-Lab---Procedure-Room-1.jpg');
}

.product-img.animal-3 {
  background-image: url('../images/Animal-Room-1---Main-Holding-Library-Small-Cages-1.jpg');
}

.product-img.animal-4 {
  background-image: url('../images/Animal-Room-2---Main-Holding-Large-Cages.jpeg');
}

.product-img.animal-5 {
  background-image: url('../images/Animal-Room-3---Reversed-Light-Cycle-Room.jpeg');
}

.product-img.animal-1 {
  background-image: url('../images/core-sample-img6.png');
}

.product-img.animal-6 {
  background-image: url('../images/Animal-Room-4---ISOcage-ABSL-2-1.jpg');
}

.product-img.animal-7 {
  background-image: url('../images/Cleaning--Sterilisation-Facility---Dirty-Zone-Autoclave.jpg');
}

.product-img.animal-8 {
  background-image: url('../images/Cleaning--Sterilisation-Facility---Dirty-Zone-Cage-Washer.jpg');
}

.product-img.animal-9 {
  background-image: url('../images/Cleaning--Sterilisation-Facility---Dirty-Zone.jpeg');
}

.product-block {
  color: var(--tx-black);
  width: 30%;
  margin-bottom: 15px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  text-decoration: none;
}

.product-title {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 15px;
}

.div-block-8 {
  background-color: var(--purple);
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.purple-tri {
  color: var(--purple);
  width: 100%;
  height: 100%;
}

.white-plus {
  color: var(--white);
  width: 25px;
  height: 25px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.more-detail-btn {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pd-item-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
}

.pd-list-block {
  border-bottom: 1px solid var(--grey);
  flex-direction: column;
  display: flex;
}

.pd-list-block.last-pd-list-block {
  border-bottom-style: none;
}

.content-content--2 {
  margin-top: 50px;
  margin-bottom: 15px;
}

.content-content--2.margin-top-0 {
  margin-top: 0;
}

.contact-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-block.margin-btoom-30 {
  margin-bottom: 30px;
}

.contact-row {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.contact-icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 30px;
  margin-right: 30px;
}

.contact-icon.icon-profile {
  background-image: url('../images/contact-icon-profile_1contact-icon-profile.png');
}

.contact-icon.icon-tel {
  background-image: url('../images/contact-icon-tel_1contact-icon-tel.png');
  background-size: contain;
}

.contact-icon.icon-mail {
  background-image: url('../images/contact-icon-mail_1contact-icon-mail.png');
}

.contact-icon.icon-address {
  background-image: url('../images/contact-icon-mark_1contact-icon-mark.png');
}

.contact-icon.icon-fax {
  background-image: url('../images/contact-icon-fax_1contact-icon-fax.png');
  background-size: contain;
}

.contact-tx {
  padding-top: 3px;
  line-height: 30px;
}

.contact-link {
  color: var(--purple);
  text-decoration: none;
}

.bbc-img1 {
  align-self: flex-start;
  margin-bottom: 50px;
}

.left-full-width {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 2%;
  display: flex;
}

.bbc-img2 {
  align-self: flex-end;
  margin-bottom: 150px;
}

.content-content-3 {
  margin-bottom: 30px;
}

.people-list-row2 {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 2%;
  display: flex;
}

.people-list-row2.last-row {
  margin-bottom: 0;
}

.people-list-row2.bg-clr-light-grey {
  background-color: var(--light-grey2);
}

.part-title-with-icon {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.bcc-row {
  border-top: 1px solid var(--grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-top: 50px;
  display: flex;
}

.bcc-row.vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.bbc-point-row {
  margin-bottom: 30px;
  padding-left: 80px;
  line-height: 30px;
}

.bbc-point-row.last-point-row {
  margin-bottom: 0;
}

.point-lv2 {
  margin-left: 50px;
}

.point-lv3 {
  margin-left: 100px;
}

.serv-list {
  border-top: 1px solid var(--light-grey);
  margin-top: 15px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.div-block-9 {
  padding-left: 2%;
  display: flex;
}

.sm-icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.sm-icon.abt-icon1 {
  background-image: url('../images/abt-icon-1_1abt-icon-1.png');
  background-position: 50%;
}

.sm-icon.abt-icon2 {
  background-image: url('../images/abt-icon-2_1abt-icon-2.png');
}

.sm-icon.abt-icon3 {
  background-image: url('../images/abt-icon-1_1abt-icon-1.png');
  background-position: 50%;
}

.sm-icon.abt-icon4 {
  background-image: url('../images/abt-icon-4_1abt-icon-4.png');
  background-position: 50%;
}

.sm-icon.abt-icon5 {
  background-image: url('../images/abt-icon-5_1abt-icon-5.png');
  background-position: 50%;
}

.sm-icon.bbc-icon1 {
  background-image: url('../images/bbc-icon1_1bbc-icon1.png');
  background-position: 50%;
}

.sm-icon.bbc-icon2 {
  background-image: url('../images/bbc-icon2_1bbc-icon2.png');
  background-position: 50%;
}

.sm-icon.bbc-icon3 {
  background-image: url('../images/bbc-icon3_1bbc-icon3.png');
  background-position: 50%;
}

.sm-icon.serv-icon-date {
  background-image: url('../images/serv-icon-date_1serv-icon-date.png');
  background-position: 50%;
}

.sm-icon.serv-icon-topic {
  background-image: url('../images/serv-icon-topic_1serv-icon-topic.png');
  background-position: 50%;
}

.sm-icon.icon-id {
  background-image: url('../images/login-icon-id_1login-icon-id.png');
}

.sm-icon.current-book {
  background-image: url('../images/icon-current-book.svg');
}

.serv-list-row {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 2%;
  display: flex;
}

.serv-list-row.last-row {
  margin-bottom: 0;
}

.serv-list-row.bg-clr-light-grey {
  background-color: var(--light-grey2);
}

.serv-list-block-1 {
  width: 100%;
  max-width: 200px;
  margin-right: 70px;
}

.list-block-1-copy {
  width: 100%;
  max-width: 200px;
  margin-right: 50px;
}

.icon-pdf {
  background-image: url('../images/serv-icon-pdf_1serv-icon-pdf.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
}

.serv-list-block-2 {
  width: 100%;
  margin-right: 50px;
}

.text-span-2 {
  color: red;
}

.form-box {
  align-items: center;
  width: 50%;
  margin-bottom: 30px;
  padding-right: 2%;
  display: flex;
}

.input-tx-box {
  background-color: var(--bg-white);
  width: 100%;
  min-width: 300px;
  height: 50px;
  margin-bottom: 0;
  line-height: 20px;
}

.input-title {
  width: 300px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 7px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-10 {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.form-box-2 {
  align-items: center;
  width: 50%;
  margin-bottom: 30px;
  padding-left: 2%;
  display: flex;
}

.text-span-3 {
  color: red;
}

.input-select {
  background-color: var(--bg-white);
  color: var(--tx-black);
  min-width: 300px;
  height: 50px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
}

.inpuit-area {
  flex-wrap: wrap;
  padding-bottom: 15px;
  display: flex;
}

.q1-area {
  border-top: 1px solid var(--grey);
  padding-top: 30px;
}

.date-time-checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 15px;
}

.date-time-checkbox.w--redirected-checked {
  background-color: var(--purple);
}

.date-time-checkbox.booked {
  background-color: var(--grey);
  cursor: not-allowed;
}

.q1-check-box-list {
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 15px;
  display: flex;
}

.q1-check-box {
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.check-ans {
  margin-bottom: 0;
}

.checkbox-half-block {
  width: 50%;
  margin-bottom: 15px;
}

.q1-quest {
  margin-bottom: 15px;
}

.q2-check-box-list {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.q2-check-box {
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.q2-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 15px;
}

.text-span-4 {
  color: red;
}

.terms-area {
  border-top: 1px solid var(--grey);
  margin-top: 30px;
}

.terms-pt {
  margin-bottom: 10px;
}

.terms-list {
  margin-bottom: 50px;
  padding-left: 20px;
}

.terms-title {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 30px;
}

.submit-btn {
  border: 2px solid var(--purple);
  background-color: var(--purple);
  color: var(--white);
  padding: 17px 32px 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.reset-btn {
  border: 1px solid var(--purple);
  color: var(--purple);
  background-color: #3898ec00;
  margin-left: 15px;
  padding: 17px 32px 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.div-padding-100-copy {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-11 {
  background-color: var(--login-top-box-clr);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 50px 10% 20px;
  display: flex;
}

.div-block-12 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 850px;
  display: flex;
}

.login-input {
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.xs-icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

.xs-icon.abt-icon1 {
  background-image: url('../images/abt-icon-1_1abt-icon-1.png');
  background-position: 50%;
}

.xs-icon.abt-icon2 {
  background-image: url('../images/abt-icon-2_1abt-icon-2.png');
}

.xs-icon.abt-icon3 {
  background-image: url('../images/abt-icon-1_1abt-icon-1.png');
  background-position: 50%;
}

.xs-icon.abt-icon4 {
  background-image: url('../images/abt-icon-4_1abt-icon-4.png');
  background-position: 50%;
}

.xs-icon.abt-icon5 {
  background-image: url('../images/abt-icon-5_1abt-icon-5.png');
  background-position: 50%;
}

.xs-icon.bbc-icon1 {
  background-image: url('../images/bbc-icon1_1bbc-icon1.png');
  background-position: 50%;
}

.xs-icon.bbc-icon2 {
  background-image: url('../images/bbc-icon2_1bbc-icon2.png');
  background-position: 50%;
}

.xs-icon.bbc-icon3 {
  background-image: url('../images/bbc-icon3_1bbc-icon3.png');
  background-position: 50%;
}

.xs-icon.serv-icon-date {
  background-image: url('../images/serv-icon-date_1serv-icon-date.png');
  background-position: 50%;
}

.xs-icon.serv-icon-topic {
  background-image: url('../images/serv-icon-topic_1serv-icon-topic.png');
  background-position: 50%;
}

.xs-icon.icon-id {
  background-image: url('../images/login-icon-id_1login-icon-id.png');
}

.xs-icon.icon-pw {
  background-image: url('../images/login-icon-pw_1login-icon-pw.png');
}

.form-block {
  width: 100%;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.remember-login {
  margin-top: 30px;
  margin-bottom: 0;
}

.div-block-11-copy {
  background-color: var(--light-grey2);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 10%;
  display: flex;
}

.div-block-13 {
  border-right: 1px solid var(--light-grey);
  text-align: center;
  width: 40%;
  padding-right: 5%;
}

.div-block-14 {
  width: 60%;
  padding-left: 5%;
}

.text-block-8 {
  padding-top: 5px;
  font-size: 14px;
}

.link-2 {
  color: var(--purple);
  overflow-wrap: break-word;
  text-decoration: none;
}

.link-block-2 {
  color: var(--purple);
  margin-top: 30px;
  text-decoration: underline;
}

.areas-list {
  grid-column-gap: 5%;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.area-item {
  color: var(--tx-black);
  width: 30%;
  height: 150px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 30px 2px #0003;
}

.clr-block {
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 30px 5%;
  display: flex;
}

.clr-block.dis-clr-01 {
  background-color: var(--dis-01);
}

.clr-block.dis-clr-02 {
  background-color: var(--dis-02);
}

.clr-block.dis-clr-03 {
  background-color: var(--dis-03);
}

.clr-block.dis-clr-04 {
  background-color: var(--dis-04);
}

.clr-block.dis-clr-05 {
  background-color: var(--dis-05);
}

.clr-block.dis-clr-06 {
  background-color: var(--dis-06);
}

.clr-block.dis-clr-07 {
  background-color: var(--dis-07);
}

.clr-block.dis-clr-08 {
  background-color: var(--dis-08);
}

.clr-block.dis-clr-09 {
  background-color: var(--dis-09);
}

.clr-block.tech-clr-01 {
  background-color: var(--tech-01);
}

.clr-block.tech-clr-02 {
  background-color: var(--tech-02);
}

.clr-block.tech-clr-03 {
  background-color: var(--tech-03);
}

.clr-block.tech-clr-04 {
  background-color: var(--tech-04);
}

.clr-block.tech-clr-05 {
  background-color: var(--tech-05);
}

.clr-block.tech-clr-06 {
  background-color: var(--tech-06);
}

.area-item-info {
  width: 70%;
  padding: 20px 5%;
}

.areas-number {
  color: var(--num-clr);
  font-size: 60px;
  font-style: italic;
  font-weight: 600;
  line-height: 60px;
  display: none;
}

.areas-content {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.areas-pt-list {
  margin-top: 5px;
  padding-left: 15px;
  display: none;
}

.areas-pt {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
}

.border-line {
  background-color: var(--light-grey);
  width: 100%;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.sub-menu-link-block {
  width: 100%;
  text-decoration: none;
}

.sub-menu-link-block:hover {
  color: var(--purple);
}

.area-details-sec {
  background-image: url('../images/research-details-bg.png');
  background-position: 50% -80px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  width: 100%;
}

.profo-block {
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1400px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.profo-pic-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35%;
  height: 600px;
  margin-right: 5%;
}

.profo-pic-block.profo-pic-yu {
  background-image: url('../images/profo-pic-yu-jun.png');
  background-position: 50% 0;
  background-size: 100%;
  width: 40%;
  height: 700px;
}

.profo-file-block {
  width: 55%;
  position: relative;
}

.profo-position {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.profo-position-name {
  margin-top: 2px;
  margin-left: 15px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.profo-icon {
  background-color: #1bd39d80;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  box-shadow: 0 2px 10px 2px #0003;
}

.profo-name {
  margin-bottom: 8px;
  padding-right: 100px;
  font-size: 85px;
  line-height: 85px;
}

.profo-info-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--light-grey);
  flex-flow: column;
  padding-top: 30px;
  display: flex;
}

.profo-row {
  align-items: flex-start;
  display: flex;
}

.profo-title {
  text-transform: uppercase;
  font-weight: 600;
}

.profo-title-block {
  width: 25%;
  min-width: 250px;
}

.profo-des-block {
  width: 75%;
}

.back-btn {
  z-index: 10;
  color: var(--purple);
  background-image: url('../images/back-arrow_1back-arrow.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.back-btn.position-normal {
  position: static;
}

.back-btn.position-normal.margin-top-15 {
  margin-top: 15px;
  margin-left: 15px;
}

.back-btn.position-normal.black-arrow {
  background-image: url('../images/black-arrow_1black-arrow.png');
}

.profo-side-archor {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 5%;
  display: flex;
  position: absolute;
  inset: auto auto 35% 0%;
}

.profo-archor-item {
  border-left: 6px solid var(--light-grey-2);
  color: var(--grey);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  text-decoration: none;
}

.profo-archor-item:hover, .profo-archor-item.w--current {
  border-left-color: var(--light-yellow);
  color: var(--tx-black);
}

.profo-archor-item.archor-active {
  border-left-color: var(--yellow);
  color: var(--tx-black);
}

.profo-content {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  padding-left: 15px;
  display: flex;
}

.profo-content-block {
  border-bottom: 1px solid var(--light-grey);
  margin-top: -150px;
  margin-bottom: 50px;
  padding-top: 150px;
  position: relative;
}

.profo-content-block.last-block {
  border-bottom-style: none;
}

.list {
  margin-bottom: 50px;
  padding-left: 15px;
}

.profo-content-pt {
  margin-bottom: 10px;
  padding-left: 10px;
}

.profo-content-pt-list {
  margin-bottom: 50px;
  padding-left: 20px;
}

.file-btn {
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/btn-arrow.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 20px 70px 15px 30px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.file-btn.bg-purple {
  background-color: var(--purple);
}

.profo-archor {
  width: 0;
  height: 0;
  padding-top: 100px;
  position: absolute;
  top: -100px;
}

.form-2 {
  align-items: center;
  display: flex;
}

.image-3 {
  margin-right: 15px;
}

.news-list {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.news-block {
  color: var(--tx-black);
  flex-direction: column;
  align-items: center;
  width: 22%;
  margin-bottom: 50px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  text-decoration: none;
  display: flex;
}

.news-block:hover {
  color: var(--purple);
}

.news-cover {
  width: 100%;
  height: 400px;
  box-shadow: 0 2px 6px 3px #0003;
}

.news-cover.cover-2021 {
  background-image: url('../images/news-cover-2021.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-cover.cover-2020 {
  background-image: url('../images/news-cover-2020.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-cover.cover-2019 {
  background-image: url('../images/news-cover-2019.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-cover.cover-2018 {
  background-image: url('../images/news-cover-2018.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-cover.cover-2017 {
  background-image: url('../images/news-cover-2017.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-cover.cover-2016 {
  background-image: url('../images/news-cover-2016.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-cover.cover-2015 {
  background-image: url('../images/news-cover-2015.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-cover.cover-2014 {
  background-image: url('../images/news-cover-2014.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-9 {
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  text-align: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 30px;
  line-height: 30px;
}

.event-block {
  color: var(--tx-black);
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  margin-bottom: 50px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  text-decoration: none;
  display: flex;
}

.ev-cover {
  width: 100%;
  height: 100%;
}

.ev-cover.news-img1 {
  background-image: url('../images/news-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ev-cover.ev-01 {
  background-image: url('../images/ev-01.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ev-cover.ev-02 {
  background-image: url('../images/ev-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ev-cover.ev-03 {
  background-image: url('../images/ev-03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ev-cover.ev-04 {
  background-image: url('../images/ev-04.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ev-cover.ev-05 {
  background-image: url('../images/ev-05.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ev-cover.ev-06 {
  background-image: url('../images/ev-06.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ev-title {
  border-top: 2px solid var(--light-grey);
  width: 100%;
  margin-bottom: 15px;
  padding-top: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.ev-des {
  height: 240px;
  margin-bottom: 15px;
}

.ev-top-block {
  border-bottom: 2px solid var(--grey);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.ev-d-title {
  width: 100%;
  font-size: 36px;
  line-height: 40px;
}

.ev-d-title.border-4 {
  border-bottom-width: 4px;
}

.ev-d-title.border-1 {
  border-bottom-width: 1px;
}

.ev-d-title.no-border {
  border-bottom-style: none;
  margin-bottom: 0;
}

.ev-title-block {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ev-date-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.ev-date-block.margin-bottom-30 {
  margin-bottom: 30px;
}

.ev-date-block.margin-left-100 {
  margin-left: 130px;
}

.ev-date {
  color: var(--purple);
  font-size: 15px;
  line-height: 20px;
}

.ev-content-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.ev-pic-des {
  color: var(--purple);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ev-pic-des.margin-bottom-30 {
  margin-bottom: 30px;
}

.middle-line {
  background-color: var(--light-grey);
  width: 2px;
  height: 50px;
  margin-bottom: 30px;
}

.ev-pic-des-copy {
  color: var(--purple);
  text-align: center;
  margin-top: 15px;
}

.ev-des2 {
  text-align: center;
  margin-bottom: 50px;
}

.ev-title2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.content-link {
  color: var(--purple);
  text-decoration: none;
}

.purple-tx {
  color: var(--purple);
}

.filter-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.form-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.filter-block {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.table {
  width: 100%;
  margin-top: 30px;
  font-size: 20px;
}

.table.mt-30 {
  margin-bottom: 30px;
}

.table-row {
  border-bottom: 1px solid var(--white);
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.table-row.no-border {
  border-bottom-style: none;
}

.table-date {
  border-right: 1px solid var(--white);
  background-color: var(--light-grey2);
  color: var(--purple);
  width: 15%;
  padding: 25px 30px;
}

.table-date.th-block {
  background-color: var(--purple);
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-area {
  border-right: 1px solid var(--white);
  background-color: var(--light-grey2);
  color: var(--tx-black);
  width: 25%;
  padding: 25px 30px;
}

.table-area.th-block {
  background-color: var(--purple);
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-job-title {
  border-right: 1px solid var(--white);
  background-color: var(--light-grey2);
  color: var(--tx-black);
  width: 30%;
  padding: 25px 30px;
}

.table-job-title.th-block {
  background-color: var(--purple);
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-job-position {
  background-color: var(--light-grey2);
  color: var(--tx-black);
  width: 30%;
  padding: 25px 30px;
}

.table-job-position.th-block {
  background-color: var(--purple);
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.more-detail-btn-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.white-plus-2 {
  color: var(--white);
  width: 15px;
  height: 15px;
  position: absolute;
  inset: auto 6px 6px auto;
}

.back-btn-row {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.job-detail-row {
  border-bottom: 2px solid var(--light-grey);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.job-detail-row.last-row {
  border-bottom-style: none;
}

.info-tx {
  font-size: 18px;
  line-height: 30px;
}

.info-tx.line-height-30 {
  line-height: 30px;
}

.info-tx.tx-purple {
  color: var(--purple);
}

.info-ttitle-x.line-height-30 {
  line-height: 30px;
}

.info-title-tx {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.info-title-tx-block {
  width: 100%;
  max-width: 300px;
}

.info-tx-block {
  width: 75%;
}

.info-pt-list {
  padding-left: 15px;
}

.info-pt {
  margin-bottom: 5px;
}

.link-3 {
  color: var(--purple);
}

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

.top-search-bar {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-cricle-icon {
  background-color: var(--light-grey-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.image-4 {
  max-width: 60%;
}

.search-title {
  color: var(--purple);
  padding-top: 15px;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
}

.search-title.border-4 {
  border-bottom-width: 4px;
}

.search-title.border-1 {
  border-bottom-width: 1px;
}

.search-title.no-border {
  border-bottom-style: none;
  margin-bottom: 0;
}

.search-title.no-border.tx-purple {
  color: var(--purple);
}

.search-input-tx-box {
  background-color: var(--white);
  border: 0 solid #000;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
}

.search-bar-submit-btn {
  background-color: var(--purple);
  background-image: url('../images/icon-search-white_1icon-search-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 50px;
  padding: 0;
  display: flex;
}

.div-block-18 {
  border: 1px solid var(--light-grey);
  margin-top: 20px;
  display: flex;
}

.result-title {
  color: var(--purple);
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 42px;
}

.result-title.line-height-30 {
  line-height: 30px;
}

.result-title.line-height-30.purple-tx.tx-bold {
  font-weight: 700;
}

.result-title.line-height-30.purple-tx.tx-bold.margin-bottom-20 {
  margin-bottom: 20px;
}

.result-des {
  font-size: 18px;
  line-height: 30px;
}

.result-des.line-height-30 {
  line-height: 30px;
}

.result-des.line-height-30.purple-tx.tx-bold {
  font-weight: 700;
}

.result-des.line-height-30.purple-tx.tx-bold.margin-bottom-20 {
  margin-bottom: 20px;
}

.result-row {
  border-bottom: 1px solid var(--grey);
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.result-row.last-row {
  border-bottom-style: none;
}

.search-bar {
  z-index: -1;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  padding-left: 2%;
  padding-right: 2%;
  display: none;
  position: absolute;
  inset: auto 0% -60px;
}

.search-bar.show {
  display: flex;
}

.form-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.top-bar-search-form {
  width: 100%;
  max-width: 1400px;
  display: none;
}

.image-5 {
  width: 30px;
}

.search-input {
  color: var(--white);
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff80;
  margin-bottom: 0;
  margin-left: 15px;
  padding: 0 30px;
}

.search-input.black {
  border-bottom-color: var(--tx-black);
  color: var(--tx-black);
}

.search-bar-btn {
  opacity: .7;
}

.clear-tx-btn {
  cursor: pointer;
  width: 20px;
  position: absolute;
  inset: auto 0% auto auto;
}

.content-sub-title-2 {
  color: var(--tx-black);
  text-align: left;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.content-sub-title-2.left-yellow-border {
  border-left: 5px solid var(--light-yellow);
  padding-left: 20px;
}

.content-sub-title-2.left-yellow-border.bottom-border {
  border-bottom: 2px solid var(--grey);
  padding-bottom: 15px;
}

.content-sub-title-2.purple-border {
  border-bottom: 2px solid var(--purple);
  margin-bottom: 0;
  padding-bottom: 15px;
}

.research-detail-block {
  border-top: 1px solid var(--grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.text-block-10 {
  color: var(--purple);
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.research-detail-content {
  flex-direction: column;
  align-items: center;
  max-width: 1400px;
  display: flex;
}

.btn-icon-with-tx {
  background-color: var(--purple);
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px 25px;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.image-6 {
  height: 30px;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-11 {
  margin-left: 15px;
}

.text-block-12 {
  text-decoration: none;
}

.btn-tx {
  margin-left: 15px;
  padding-top: 3px;
  line-height: 24px;
}

.full-width {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
}

.map-block {
  border: 1px solid #000;
  margin-top: 50px;
  position: relative;
}

.lightbox-link {
  position: relative;
}

.image-7 {
  width: 25px;
  position: absolute;
  inset: auto 10px 5px auto;
}

.map-zxoom-btn {
  z-index: 9;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.traffic-block {
  width: 100%;
}

.traffic-table-title {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 30px;
}

.traffic-th {
  background-color: var(--purple);
  align-items: center;
  width: 100%;
  padding: 15px;
  display: flex;
}

.traffic-th-tx {
  color: var(--white);
  margin-left: 15px;
  font-size: 20px;
}

.traffic-td {
  background-color: var(--light-grey2);
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.car-row {
  border-right: 1px solid #000;
  border-bottom: 1px solid var(--white);
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.car-row.no-border-r {
  border-right-style: none;
}

.car-row.no-border-r.no-border-b, .car-row.no-border-b {
  border-bottom-style: none;
}

.car-row.no-border-b.no-border-r {
  border-right-style: none;
}

.car-num {
  border-right: 1px solid var(--white);
  color: var(--purple);
  width: 35%;
  padding: 15px 30px 15px 5%;
}

.car-location {
  width: 65%;
  padding: 15px 30px 15px 5%;
}

.traffic-table {
  flex-flow: column wrap;
  margin-bottom: 50px;
  display: flex;
}

.th-icon-block {
  text-align: center;
  width: 70px;
}

.btn-icon-block {
  text-align: center;
  width: 60px;
}

.content-title-2 {
  border-bottom: 2px solid var(--grey);
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 36px;
  line-height: 40px;
}

.content-title-2.border-4 {
  border-bottom-width: 4px;
}

.content-title-2.border-1 {
  border-bottom-width: 1px;
}

.content-title-2.no-border {
  border-bottom-style: none;
  margin-bottom: 0;
}

.content-title-2.no-border.tx-purple {
  color: var(--purple);
}

.news-title-link {
  color: var(--tx-black);
  text-decoration: none;
}

.news-title-link:hover {
  color: var(--purple);
}

.checkbox-block {
  width: 100%;
  margin-bottom: 15px;
  padding-right: 30px;
  display: flex;
}

.form-block-2 {
  margin-bottom: 0;
}

.page-search-bar-block {
  width: 100%;
  max-width: 600px;
  margin-bottom: 30px;
}

.search-link {
  color: var(--purple);
  text-decoration: none;
}

.form-block-3 {
  margin-bottom: 0;
}

.scroll-top-archor {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% auto auto;
}

.image-6-copy, .image-6-copy-2, .image-6-copy-1 {
  height: 30px;
}

.lks-img {
  align-self: flex-start;
  width: 100%;
  max-width: 500px;
  padding-top: 15px;
}

.content-top-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 300px;
  display: flex;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.input-tx-box-2 {
  border: 1px solid var(--light-grey);
  background-color: var(--bg-white);
  width: 100%;
  min-width: 300px;
  height: 55px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.remember-login-tx {
  margin-bottom: 0;
}

.remember-check {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.top-bar-search-form-desktop {
  width: 100%;
}

.anime-color-layer {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.hover-color-layer {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.div-block-22, .div-block-23 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.news-link {
  color: var(--tx-black);
  width: 100%;
  text-decoration: none;
  position: relative;
}

.news-link-s {
  text-decoration: none;
  display: flex;
}

.news-cover-layer {
  width: 100%;
  height: 600px;
  margin-bottom: 15px;
  overflow: hidden;
}

.news-s-cover-layer {
  width: 100%;
  height: 100%;
  min-height: 180px;
  margin-bottom: 15px;
  overflow: hidden;
}

.ev-cover-block {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.video {
  width: 100%;
  height: 100%;
}

.background-video {
  background-image: linear-gradient(#0006, #0006);
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide {
  background-image: url('../images/index_banner_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.profo-side-archor-m {
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  margin-right: 5%;
  display: none;
}

.sub-sec-iocn {
  display: none;
}

.profo-side-archor-m2 {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  margin-left: 2%;
  display: none;
  position: fixed;
  inset: auto auto 35% 0%;
}

.fixed-layer {
  z-index: 10;
  min-width: 400px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 0% auto 0% 4%;
  overflow: hidden;
}

.login-menu {
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.login-menu-link {
  border-right: 1px solid var(--tx-black);
  color: var(--tx-black);
  align-items: center;
  margin-right: 15px;
  padding-right: 15px;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.login-menu-link:hover, .login-menu-link.w--current {
  color: var(--purple);
}

.login-menu-link.last-item {
  border-right-width: 0;
}

.login-menu-icon {
  width: 30px;
  height: 30px;
}

.login-menu-icon._1 {
  background-image: url('../images/icon-personal-p.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.login-menu-icon._2 {
  background-image: url('../images/icon-book-history-p.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.login-menu-icon._6 {
  background-image: url('../images/icon-booking-p.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.login-menu-icon._4 {
  background-image: url('../images/icon-logout-p.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.login-menu-icon.money {
  background-image: url('../images/dollar-sign-solid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.login-menu-tx {
  margin-left: 10px;
}

.booking-list-block {
  margin-bottom: 50px;
}

.booking-list-block.border-bottom {
  border-bottom: 1px solid var(--grey);
  padding-bottom: 50px;
}

.table-location {
  border-right: 1px solid var(--white);
  background-color: var(--light-grey2);
  align-items: center;
  width: 15%;
  padding: 25px 30px;
  display: flex;
}

.table-location.th-block {
  background-color: var(--purple);
  color: var(--white);
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cancel-btn-block {
  background-color: var(--light-grey2);
  color: var(--tx-black);
  align-items: center;
  width: 25%;
  padding: 25px 30px;
  display: flex;
}

.cancel-btn-block.th-block {
  background-color: var(--purple);
  color: var(--white);
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-book-time {
  background-color: var(--light-grey2);
  color: var(--tx-black);
  align-items: center;
  width: 15%;
  padding: 25px 30px;
  display: flex;
}

.table-book-time.th-block {
  border-right: 1px solid var(--white);
  background-color: var(--purple);
  color: var(--white);
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-book-date {
  border-right: 1px solid var(--white);
  background-color: var(--light-grey2);
  color: var(--tx-black);
  align-items: center;
  width: 15%;
  padding: 25px 30px;
  display: flex;
}

.table-book-date.th-block {
  background-color: var(--purple);
  color: var(--white);
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-equipment {
  border-right: 1px solid var(--white);
  background-color: var(--light-grey2);
  color: var(--tx-black);
  align-items: center;
  width: 50%;
  padding: 25px 30px;
  display: flex;
}

.table-equipment.th-block {
  background-color: var(--purple);
  color: var(--white);
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cancel-btn {
  border: 1px solid var(--purple);
  background-color: var(--white);
  color: var(--purple);
  text-transform: uppercase;
  padding: 7px 10px 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.profo-side-archor-d {
  flex-direction: column;
  align-items: stretch;
  width: 30%;
  display: flex;
  position: sticky;
  top: 150px;
}

.form-box-100 {
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.calender-block {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.calender-select-l {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.calender-select-l.pr-50 {
  padding-right: 5%;
}

.image-9 {
  width: 100%;
  margin-bottom: 15px;
}

.calender-mark-block {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.calender-rmark {
  background-color: var(--purple);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-right: 15px;
}

.calender-rmark.pink {
  background-color: var(--pink);
}

.calender-rmark.red {
  background-color: #ff1b1f;
}

.mark-tx {
  padding-top: 3px;
  font-size: 24px;
  line-height: 36px;
}

.calender-select-r {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.calender-select-date {
  font-size: 24px;
  line-height: 36px;
}

.calender-date-block {
  border-bottom: 1px solid var(--grey);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
}

.c-date-time-block {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-top: 15px;
  display: flex;
}

.date-time-block {
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.date-time-tx {
  min-width: 120px;
  margin-bottom: 0;
}

.remark-tx {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
}

.remark-tx.left-yellow-border {
  border-left: 5px solid var(--light-yellow);
  padding-left: 20px;
}

.remark-tx.left-yellow-border.bottom-border {
  border-bottom: 2px solid var(--grey);
  padding-bottom: 15px;
}

.remark-tx.purple-border {
  border-bottom: 2px solid var(--purple);
  margin-bottom: 0;
  padding-bottom: 15px;
}

.remark-tx.d-tx-left {
  text-align: left;
}

.remark-tx.margin-bottom-5 {
  margin-bottom: 5px;
}

.remark-tx.margin-bottom-5.tx-center {
  text-align: center;
}

.booking-remark {
  border-top: 1px solid var(--grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-top: 50px;
  display: flex;
}

.booking-remark.vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.table-service {
  border-right: 1px solid var(--white);
  background-color: var(--light-grey2);
  align-items: center;
  width: 20%;
  padding: 25px 30px;
  display: flex;
}

.table-service.th-block {
  background-color: var(--purple);
  color: var(--white);
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-service-charge {
  border-right: 1px solid var(--white);
  background-color: var(--light-grey2);
  color: var(--tx-black);
  align-items: center;
  width: 50%;
  padding: 25px 30px;
  display: flex;
}

.table-service-charge.th-block {
  background-color: var(--purple);
  color: var(--white);
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
}

.confirm-bk-btn {
  border: 2px solid var(--purple);
  background-color: var(--purple);
  color: var(--white);
  text-transform: uppercase;
  padding: 17px 32px 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.remark-list-tx {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 30px;
}

.remark-list-tx.left-yellow-border {
  border-left: 5px solid var(--light-yellow);
  padding-left: 20px;
}

.remark-list-tx.left-yellow-border.bottom-border {
  border-bottom: 2px solid var(--grey);
  padding-bottom: 15px;
}

.remark-list-tx.purple-border {
  border-bottom: 2px solid var(--purple);
  margin-bottom: 0;
  padding-bottom: 15px;
}

.remark-list-tx.d-tx-left {
  text-align: left;
}

.remark-list-tx.margin-bottom-5 {
  margin-bottom: 5px;
}

.remark-list-tx.margin-bottom-5.tx-center {
  text-align: center;
}

.table-row-2 {
  border-bottom: 1px solid var(--white);
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.table-row-2.no-border {
  border-bottom-style: none;
}

.icon-tick-x {
  width: 100%;
  max-height: 25px;
}

.prof-block {
  color: var(--tx-black);
  flex-flow: column;
  width: 23.5%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 30px 2px #0003;
}

.prof-pic {
  width: 100%;
  height: 250px;
}

.prof-pic.prof-1 {
  background-image: url('../images/01_P3A3327a.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.prof-pic.prof-2 {
  background-image: url('../images/_P3A3327a_s.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.prof-pic.prof-3 {
  background-image: url('../images/03_P3A1126a.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.prof-pic.prof-4 {
  background-image: url('../images/04_P3A5113a2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.prof-pic.prof-2 {
  background-image: url('../images/02_99A0309a.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.prof-pic.prof-5 {
  background-image: url('../images/05_P3A5968a.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.prof-pic.prof-6 {
  background-image: url('../images/06_P3A5518a.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.prof-pic.prof-7 {
  background-image: url('../images/07P3A0824a.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.prof-pic.prof-8 {
  background-image: url('../images/08_P3A3919a.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.prof-pic.prof-9 {
  background-image: url('../images/09599A6506a.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.prof-pic.prof-10 {
  background-image: url('../images/10_P3A6931a2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.prof-pic.prof-11 {
  background-image: url('../images/11_99A1283a.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.prof-pic.prof-12 {
  background-image: url('../images/12P3A0749aa.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.prof-pic.prof-2-copy {
  background-image: url('../images/02_99A0309a.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.prof-name-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  min-height: 80px;
  padding: 10px 5%;
  display: flex;
}

.prof-name {
  color: var(--purple);
}

.prof-position {
  font-size: 14px;
  line-height: 18px;
}

.input-tx-box-tx {
  background-color: var(--bg-white);
  width: 100%;
  min-width: 300px;
  margin-bottom: 0;
  padding-top: 7px;
  font-weight: 400;
  line-height: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.footer-menu-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  width: 100%;
  max-width: 1341.84px;
  display: flex;
}

.footer-menu-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-menu-main-item {
  color: var(--white);
}

.footer-menu-sub-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-menu-sub {
  color: var(--white);
  font-weight: 300;
}

.footer-menu-sub-link, .footer-menu-main-link {
  text-decoration: none;
}

.footer-bot-block {
  border-top: 1px solid var(--white);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-bot-right {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  order: 1;
  align-items: flex-end;
  padding-top: 15px;
  display: flex;
}

.footer-bot-link-tx {
  color: var(--white);
  font-size: 18px;
}

.footer-bot-left {
  order: -1;
  padding-top: 30px;
}

.sec-contents {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.info-block {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.info-left {
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.info-right {
  width: 35%;
}

.news-highlight {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.news-highlight.row-left-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 2%;
  display: flex;
}

.news-highlight.bbc-bg2 {
  background-image: url('../images/bbc-bg2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  padding-left: 2%;
  display: flex;
}

.news-highlight-contents {
  background-color: #333c;
  flex-flow: column;
  align-items: flex-start;
  max-width: 50%;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: auto auto 5% 30px;
}

.news-more-lsit {
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.news-more-lsit.abt-person-bg {
  background-image: url('../images/direc-pic-bg.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 2%;
}

.news-more-lsit.row-left-flex {
  justify-content: center;
  align-items: flex-start;
}

.sec-title-sub {
  order: -1;
  font-size: 36px;
  line-height: 40px;
}

.sec-title-sub.white {
  color: var(--white);
}

.news-link-s-item {
  color: var(--tx-black);
  flex-flow: column;
  align-items: flex-start;
  width: 31%;
  text-decoration: none;
  display: flex;
}

.news-link-s-item:hover {
  color: var(--purple);
}

.div-block-25 {
  background-color: var(--white);
  padding: 15px 5%;
}

.core-cate-list {
  grid-column-gap: 3.5%;
  grid-row-gap: 3.5%;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.core-cate-item {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 31%;
  height: 300px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-26 {
  position: absolute;
  inset: 0%;
}

.div-block-26.mbcf {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/core-sample-img1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.item-tag {
  background-color: var(--purple);
  color: var(--white);
  padding: 5px 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.item-tag.ev {
  background-color: var(--orange-yellow);
}

.clr-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.research-detail-content-img {
  width: 100%;
  max-width: 800px;
}

.login-btn-row {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.login-submit-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.new-btn {
  color: var(--purple);
  text-align: center;
  text-decoration: none;
}

.top-back-row {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.top-back-btn {
  z-index: 10;
  color: var(--purple);
  background-image: url('../images/back-arrow_1back-arrow.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.top-back-btn.position-normal {
  position: static;
}

.top-back-btn.position-normal.margin-top-15 {
  margin-top: 15px;
  margin-left: 15px;
}

.top-back-btn.position-normal.black-arrow {
  background-image: url('../images/black-arrow_1black-arrow.png');
}

.page-serach-bar {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.page-serach-bar.show {
  display: flex;
}

.page-search-bar {
  border: 1px solid var(--light-grey);
  display: flex;
}

.reset-btn-block {
  border-left: 1px solid var(--white);
  background-color: var(--purple);
  background-image: url('../images/reset-iocn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 50px;
  display: flex;
}

.area-pop-up-list {
  z-index: 99;
  background-color: #33333380;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  inset: 0%;
}

.area-pop-up-list.show {
  display: flex;
}

.area-pop-up {
  z-index: 99;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  max-height: 80vh;
  padding: 30px;
  display: none;
  position: relative;
}

.area-pop-up.show {
  display: flex;
}

.area-pop-title-block {
  align-items: center;
  width: 100%;
  padding-right: 5%;
  display: flex;
}

.area-title-icon {
  background-color: var(--dis-01);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  box-shadow: 0 2px 10px 2px #0003;
}

.area-title-icon._3 {
  background-color: var(--dis-03);
}

.area-title-icon.bbc-img2 {
  background-color: var(--dis-02);
}

.area-title-icon._1 {
  background-color: var(--dis-01);
}

.area-title-icon._2 {
  background-color: var(--dis-02);
}

.area-title {
  margin-top: 2px;
  margin-left: 15px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.area-pop-contents-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 15px;
  display: flex;
  overflow: auto;
}

.area-pop-contents-title {
  color: var(--purple);
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
}

.area-pop-contents-title.border-4 {
  border-bottom-width: 4px;
  border-bottom-color: var(--light-grey);
}

.area-pop-contents-title.border-1 {
  border-bottom-width: 1px;
}

.area-pop-contents-title.no-border {
  border-bottom-style: none;
  margin-bottom: 0;
}

.area-pop-contents-title.no-border.tx-purple {
  color: var(--purple);
}

.area-pop-contents-sub-title {
  color: var(--tx-black);
  font-size: 28px;
  line-height: 30px;
}

.area-pop-contents-sub-title.border-4 {
  border-bottom-width: 4px;
  border-bottom-color: var(--light-grey);
}

.area-pop-contents-sub-title.border-1 {
  border-bottom-width: 1px;
}

.area-pop-contents-sub-title.no-border {
  border-bottom-style: none;
  margin-bottom: 0;
}

.area-pop-contents-sub-title.no-border.tx-purple {
  color: var(--purple);
}

.area-pop-close-btn {
  cursor: pointer;
  background-image: url('../images/close-icon-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 30px 30px auto auto;
}

.filter-drop-down-block {
  margin-left: 0;
  margin-right: 0;
}

.filter-drop-down {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.filter-drop-icon {
  margin-right: 0;
  position: static;
}

.en-name-order-list {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.en-name-item {
  border: 1px solid var(--purple);
  background-color: var(--white);
  color: var(--purple);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 8px 5px 5px;
  text-decoration: none;
  display: flex;
}

.en-name-item:hover, .en-name-item.active {
  background-color: var(--purple);
  color: var(--white);
}

.filter-drop-list.w--open {
  background-color: var(--purple);
}

.filter-drop-item {
  color: var(--white);
}

.pd-cate-row {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pd-cate-row.last-pd-list-block {
  border-bottom-style: none;
}

.pd-cate-item {
  border: 1px solid var(--purple);
  background-color: var(--white);
  color: var(--purple);
  border-radius: 25px;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.pd-cate-item:hover, .pd-cate-item.active {
  background-color: var(--purple);
  color: var(--white);
}

.pd-cate-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  margin-top: 30px;
  display: flex;
}

.back-btn-2 {
  z-index: 10;
  background-color: var(--white);
  color: var(--purple);
  background-image: url('../images/back-arrow_1back-arrow.png');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  border-radius: 25px;
  padding: 8px 15px 5px 50px;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.back-btn-2:hover {
  color: var(--tx-black);
}

.back-btn-2.position-normal {
  position: static;
}

.back-btn-2.position-normal.margin-top-15 {
  margin-top: 15px;
  margin-left: 15px;
}

.back-btn-2.position-normal.black-arrow {
  background-image: url('../images/black-arrow_1black-arrow.png');
}

.div-left-50 {
  flex-flow: column;
  width: 50%;
  padding-right: 5%;
  display: flex;
}

.div-left-50.row-left-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 3%;
  display: flex;
}

.gov-group-block {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.gov-group-item {
  flex-flow: column;
  align-items: flex-start;
  width: 49%;
  display: flex;
}

.gov-group-list {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  display: flex;
}

.more-btn-2 {
  background-color: var(--purple);
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/btn-arrow.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  justify-content: center;
  align-items: center;
  padding: 15px 50px 10px 20px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.more-btn-2.bg-purple {
  background-color: var(--purple);
}

.form-tx {
  margin-bottom: 40px;
}

.form-tx.line-height-30 {
  line-height: 30px;
}

.form-tx.line-height-30.purple-tx.tx-bold {
  font-weight: 700;
}

.form-tx.line-height-30.purple-tx.tx-bold.margin-bottom-20 {
  margin-bottom: 20px;
}

.form-tx.margin-top-30 {
  margin-top: 50px;
}

.form-tx.margin-top-30.tx-center, .form-tx.margin-top-30.text-center {
  text-align: center;
}

.form-co-title {
  color: var(--purple);
  font-weight: 700;
  line-height: 30px;
}

.form-co-block {
  flex-flow: column;
  display: flex;
}

.form-co-top {
  border-bottom: 1px solid var(--light-grey);
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 5px;
  display: flex;
}

.form-co-arrow {
  background-image: url('../images/co-arrow-down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 30px;
  height: 30px;
}

.co-form-item-tx {
  min-width: 150px;
  font-size: 16px;
}

.bottom-line {
  background-color: #fff;
  border-radius: 5px;
  width: 16px;
  height: 2px;
  margin-top: -2px;
  display: none;
  position: relative;
  inset: 0;
  transform: rotate(-45deg);
}

.top-line {
  background-color: #fff;
  border-radius: 5px;
  width: 16px;
  height: 2px;
  margin-top: 0;
  display: none;
  transform: rotate(45deg);
}

.co-bar-switch-btn {
  z-index: 99;
  margin-bottom: 0;
  position: absolute;
  inset: 7px 15px auto auto;
}

.toggle-label {
  z-index: 2;
  height: 100%;
  position: absolute;
  inset: 0;
}

.co-bar {
  position: relative;
}

.toggle-wrap {
  background-color: #fff;
  border-radius: 25px;
  width: 70px;
  max-width: 70px;
  height: 38px;
  max-height: 38px;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
  display: block;
  position: relative;
}

.co-form-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  font-size: 14px;
  display: flex;
}

.co-form-list.bg-grey {
  background-color: #f9f9f9;
}

.cookies-tx {
  font-size: 14px;
}

.co-form-item-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.switch-tick-icon {
  background-image: url('../images/check-solid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  width: 100%;
  height: 100%;
}

.co-bar-top {
  border-bottom: 1px solid var(--light-grey);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 15px;
  display: flex;
}

.active-overlay {
  opacity: 0;
  background-color: #434760;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  box-shadow: -3px 0 3px #7474bf59;
}

.co-contents-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 15px;
  display: flex;
}

.toggle-ticker {
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0;
}

.toggle-ticker.disable-click {
  cursor: not-allowed;
}

.toggle {
  z-index: 2;
  background-color: #ccc;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  margin-top: 3px;
  margin-left: 3.5px;
  display: flex;
  position: absolute;
  inset: 0;
}

.toggle-active {
  text-align: center;
  border-radius: 100px;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0;
}

.co-bar-up-arrow {
  background-image: url('../images/arrow-up-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
}

.co-bar-drop {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--purple);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  display: flex;
}

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

.form-file-link {
  background-image: url('../images/file-arrow-down-solid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 25px;
  height: 25px;
}

.eq-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.eq-title {
  color: var(--orange-yellow);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.eq-row-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.eq-row {
  display: flex;
}

.eq-contact-tx {
  font-size: 16px;
}

.eq-contact-title {
  min-width: 150px;
  font-size: 16px;
}

.eq-local-title {
  color: var(--tx-black);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: underline;
}

.contact-tx-link {
  color: var(--tx-black);
  text-decoration: none;
}

.contact-tx-link:hover {
  color: var(--purple);
}

.co-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.profo-side-archor-list {
  flex-flow: column;
  display: flex;
}

.news-detail-content-img {
  width: 100%;
  max-width: 800px;
}

.sitemap-item {
  color: var(--purple);
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
}

.sitemap-item.line-height-30 {
  line-height: 30px;
}

.sitemap-item.line-height-30.purple-tx.tx-bold {
  font-weight: 700;
}

.sitemap-item.line-height-30.purple-tx.tx-bold.margin-bottom-20 {
  margin-bottom: 20px;
}

.sitemap-item.margin-top-30 {
  margin-top: 50px;
}

.sitemap-item.margin-top-30.tx-center, .sitemap-item.margin-top-30.text-center {
  text-align: center;
}

.sitemap-main-cate {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid var(--light-grey);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.sitemap-main-cate.last {
  border-bottom-width: 0;
}

.sitemap-main-cate.first {
  padding-top: 0;
}

.sitemap-sub-cate {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sitemap-sub-cate-item {
  border-left: 3px solid var(--light-yellow);
  color: var(--tx-black);
  padding-left: 15px;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.sitemap-sub-cate-item.line-height-30 {
  line-height: 30px;
}

.sitemap-sub-cate-item.line-height-30.purple-tx.tx-bold {
  font-weight: 700;
}

.sitemap-sub-cate-item.line-height-30.purple-tx.tx-bold.margin-bottom-20 {
  margin-bottom: 20px;
}

.sitemap-sub-cate-item.margin-top-30 {
  margin-top: 50px;
}

.sitemap-sub-cate-item.margin-top-30.tx-center, .sitemap-sub-cate-item.margin-top-30.text-center {
  text-align: center;
}

.sitemap-list {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.sitemap-sub-cate-next, .sitemap-2-sub-cate {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.sitemap-2-sub-cate-item {
  border-left: 0px solid var(--light-yellow);
  color: var(--tx-black);
  margin-left: 18px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.sitemap-2-sub-cate-item.line-height-30 {
  line-height: 30px;
}

.sitemap-2-sub-cate-item.line-height-30.purple-tx.tx-bold {
  font-weight: 700;
}

.sitemap-2-sub-cate-item.line-height-30.purple-tx.tx-bold.margin-bottom-20 {
  margin-bottom: 20px;
}

.sitemap-2-sub-cate-item.margin-top-30 {
  margin-top: 50px;
}

.sitemap-2-sub-cate-item.margin-top-30.tx-center, .sitemap-2-sub-cate-item.margin-top-30.text-center {
  text-align: center;
}

.part-list {
  grid-column-gap: 2%;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.research-img-2 {
  background-image: url('../images/abt-vision-img1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 320px;
  display: block;
}

.research-img-2.news-img1 {
  background-image: url('../images/news-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.eq-cate-list {
  grid-column-gap: 5%;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.eq-cate-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  width: 21%;
  padding-left: 0;
  display: flex;
}

.eq-cate-radio {
  border: 5px solid #0000;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-top: 100%;
}

.eq-cate-radio.w--redirected-checked {
  border-color: var(--purple);
}

.eq-cate-radio.cate-1 {
  background-image: url('../images/research-d-pic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.eq-select-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.date-book-ppl {
  font-size: 14px;
}

.hero-top-layer {
  background-color: #5d89eeb5;
  width: 34%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.black-layer {
  background-color: #33333380;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-27 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

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

html.w-mod-js [data-ix="scroll-op-0-100"] {
  opacity: 0;
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1680px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.relative {
    position: relative;
  }

  .container.fliex {
    display: flex;
  }

  .menu-item {
    -webkit-text-stroke-width: .2px;
    font-size: 18px;
    line-height: 20px;
  }

  .nav-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
  }

  .logo-img {
    height: 62px;
  }

  .head-logo {
    margin-right: 40px;
  }

  .head-logo-block {
    display: flex;
  }

  .container-100 {
    max-width: 1920px;
  }

  .container-100.full {
    max-width: none;
  }

  .slider {
    height: 90vh;
  }

  .layer-left {
    inset: auto auto -50px 0%;
  }

  .layer-right {
    inset: auto 0% -80px auto;
  }

  .text-block {
    font-size: 52px;
    line-height: 60px;
  }

  .div-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 550px;
  }

  .text-block-2 {
    max-width: 397px;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
  }

  .div-block-2 {
    padding: 45px 10%;
  }

  .link-block {
    font-size: 24px;
    line-height: 30px;
  }

  .footer-content {
    padding-top: 80px;
  }

  .footer-content.margin-top-100 {
    margin-top: 100px;
  }

  .footer-content.margin-top-100.margin-bottom-100 {
    margin-bottom: 100px;
  }

  .footer-bot-copyright-tx {
    font-size: 12px;
  }

  .scroll-top-btn {
    top: 30px;
    right: 5%;
  }

  .div-block-3 {
    padding-top: 100px;
    padding-bottom: 100px;
    font-weight: 700;
  }

  .div-left {
    padding-right: 5%;
  }

  .div-left.bbc-bg2 {
    padding-left: 5%;
  }

  .sec-title {
    font-size: 52px;
    font-weight: 600;
    line-height: 60px;
  }

  .news-title {
    font-size: 36px;
    line-height: 40px;
  }

  .news-des {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .diiv-right.abt-person-bg {
    padding-left: 5%;
    padding-right: 5%;
  }

  .mission-banner {
    background-position: 100% 100%;
    height: 520px;
  }

  .text-block-5 {
    font-size: 67px;
    line-height: 70px;
  }

  .abt-img, .research-img {
    height: 420px;
  }

  .div-block-5 {
    padding: 40px 4%;
    bottom: -20%;
    right: 15%;
  }

  .contact-title {
    padding-bottom: 5px;
    font-size: 52px;
    line-height: 60px;
  }

  .location-na {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }

  .contact-banner {
    background-position: 100% 100%;
    height: 650px;
    margin-bottom: 250px;
  }

  .search {
    margin-left: 40px;
  }

  .dropdown-list.w--open {
    top: 71px;
  }

  .page-banner {
    background-position: 100% 100%;
  }

  .page-banner-title {
    left: 5%;
  }

  .color-solid-layer {
    width: 30%;
  }

  .right-full-width {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .content-title {
    margin-bottom: 40px;
    padding-bottom: 30px;
    font-size: 56px;
    font-weight: 600;
    line-height: 60px;
  }

  .content-title.no-border.padding-bottom-15 {
    padding-bottom: 15px;
  }

  .content-sub-title {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
  }

  .person-name {
    font-size: 36px;
    line-height: 40px;
  }

  .person-title {
    font-size: 24px;
    line-height: 30px;
  }

  .image {
    padding-top: 30px;
  }

  .div-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .part-icon.abt-icon3 {
    background-image: url('../images/abt-icon-3_1abt-icon-3.png');
  }

  .part-title {
    font-weight: 600;
  }

  .people-row {
    border-top: 2px solid var(--grey);
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-title {
    margin-top: 25px;
  }

  .pd-item-list {
    margin-top: 30px;
  }

  .left-full-width {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-right: 5%;
  }

  .content-content-3 {
    line-height: 30px;
  }

  .serv-list {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sm-icon.abt-icon3, .xs-icon.abt-icon3 {
    background-image: url('../images/abt-icon-3_1abt-icon-3.png');
  }

  .area-item-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .areas-number {
    font-size: 60px;
    line-height: 60px;
  }

  .areas-content {
    font-size: 24px;
    line-height: 24px;
  }

  .areas-pt {
    font-size: 18px;
    line-height: 24px;
  }

  .area-details-sec {
    background-position: 50% -120px;
  }

  .profo-block {
    justify-content: center;
    width: 100%;
    margin-top: 0;
  }

  .profo-pic-block.profo-pic-yu {
    width: 30%;
    height: 750px;
    margin-right: 2%;
  }

  .profo-file-block {
    width: 68%;
  }

  .profo-name {
    font-weight: 600;
  }

  .profo-title-block {
    width: 18%;
  }

  .profo-des-block {
    width: 82%;
  }

  .back-btn {
    z-index: 1;
  }

  .profo-side-archor {
    margin-left: 0%;
    left: auto;
  }

  .profo-archor-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .profo-content {
    width: 70%;
    padding-left: 5%;
  }

  .news-list {
    margin-top: 50px;
  }

  .news-block {
    width: 18%;
    margin-left: 3.5%;
    margin-right: 3.5%;
  }

  .news-cover {
    height: 470px;
  }

  .ev-des {
    height: 180px;
  }

  .filter-row {
    margin-top: 50px;
  }

  .table-date, .table-date.th-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .table-area {
    width: 21%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .table-area.th-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .table-job-title {
    width: 32%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .table-job-title.th-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .table-job-position {
    width: 32%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .table-job-position.th-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .search-sec {
    background-position: 50% -120px;
  }

  .search-input-tx-box {
    border: 1px solid var(--light-grey);
    max-width: 700px;
  }

  .div-block-18 {
    margin-top: 30px;
  }

  .search-bar {
    padding-left: 5%;
    padding-right: 5%;
  }

  .top-bar-search-form {
    max-width: 1920px;
  }

  .content-sub-title-2 {
    margin-bottom: 30px;
  }

  .btn-icon-with-tx {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .image-6 {
    height: 45px;
  }

  .btn-tx {
    margin-left: 5px;
  }

  .full-width {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .map-block {
    margin-top: 90px;
  }

  .traffic-table-title {
    font-size: 30px;
    line-height: 30px;
  }

  .traffic-th {
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .traffic-th-tx {
    font-size: 20px;
    line-height: 24px;
  }

  .car-num {
    width: 30%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .car-location {
    width: 70%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .th-icon-block {
    width: 100px;
  }

  .content-title-2 {
    margin-bottom: 35px;
    padding-bottom: 30px;
  }

  .scroll-top-archor {
    width: 0;
    height: 0;
  }

  .image-6-copy {
    height: 45px;
  }

  .image-6-copy-2, .image-6-copy-1 {
    height: 30px;
  }

  .lks-img {
    padding-top: 130px;
  }

  .content-top-content-block {
    min-height: 380px;
  }

  .top-bar-search-form-desktop {
    max-width: 1920px;
  }

  .text-block-15 {
    margin-top: 15px;
  }

  .profo-side-archor-m {
    width: 25%;
    padding-left: 3%;
  }

  .profo-side-archor-m2 {
    width: 25%;
    margin-left: 5%;
  }

  .fixed-layer {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    left: 6%;
  }

  .table-location, .table-location.th-block, .cancel-btn-block, .cancel-btn-block.th-block, .table-book-time, .table-book-time.th-block, .table-book-date, .table-book-date.th-block, .table-equipment, .table-equipment.th-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .remark-tx {
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 40px;
  }

  .table-service, .table-service.th-block, .table-service-charge, .table-service-charge.th-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .remark-list-tx {
    margin-bottom: 30px;
    font-weight: 600;
  }

  .prof-pic {
    height: 400px;
  }

  .footer-bot-link-tx {
    font-size: 12px;
  }

  .sec-contents {
    padding-top: 100px;
    padding-bottom: 100px;
    font-weight: 700;
  }

  .news-highlight.bbc-bg2 {
    padding-left: 5%;
  }

  .news-more-lsit.abt-person-bg {
    padding-left: 5%;
    padding-right: 5%;
  }

  .top-back-btn {
    z-index: 1;
  }

  .page-serach-bar {
    padding-left: 5%;
    padding-right: 5%;
  }

  .page-search-bar {
    margin-top: 30px;
  }

  .area-pop-contents-title.no-border.padding-bottom-15, .area-pop-contents-sub-title.no-border.padding-bottom-15 {
    padding-bottom: 15px;
  }

  .pd-cate-item {
    font-weight: 600;
  }

  .back-btn-2 {
    z-index: 1;
  }

  .research-img-2 {
    height: 420px;
  }

  .hero-top-layer {
    background-color: #5d89eeb5;
    width: 33%;
    display: block;
  }

  .black-layer {
    background-color: #666ecc80;
    width: 33%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-item {
    border-bottom: 1px solid var(--light-grey);
    text-align: left;
    margin-left: 0;
    padding: 10px 5%;
  }

  .menu-item.no-border {
    border-bottom-style: none;
  }

  .nav-menu {
    background-color: var(--light-grey-2);
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-img {
    height: 42px;
  }

  .slider {
    height: 92vh;
  }

  .layer-right {
    display: none;
  }

  .index-ban-content {
    justify-content: flex-end;
    align-items: center;
  }

  .text-block {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block {
    width: 100%;
    max-width: none;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    bottom: 0;
    left: auto;
  }

  .text-block-2 {
    max-width: 378px;
  }

  .footer-content {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 25px;
  }

  .footer-bot-copyright-tx {
    margin-bottom: 15px;
    font-size: 15px;
  }

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

  .div-left.bbc-bg2 {
    padding-left: 0%;
  }

  .div-left.bbc-bg2.m-last {
    order: 1;
  }

  .sec-title {
    font-size: 42px;
    line-height: 50px;
  }

  .news-title {
    font-size: 28px;
    line-height: 32px;
  }

  .news-des {
    margin-bottom: 30px;
  }

  .diiv-right {
    width: 100%;
    padding-top: 15px;
    padding-left: 0%;
  }

  .diiv-right.abt-person-bg {
    padding-right: 0%;
  }

  .diiv-right.m-first {
    order: -1;
  }

  .diiv-right.m-first.padding-top-0 {
    padding-top: 0;
  }

  .diiv-right.m-first.padding-top-0.margin-bottom-30 {
    margin-bottom: 30px;
  }

  .news-small-title {
    font-size: 28px;
  }

  .news-more-top {
    text-align: left;
    order: 1;
  }

  .mission-banner {
    background-position: 50%;
    height: 320px;
  }

  .text-block-5 {
    font-size: 52px;
  }

  .descript {
    min-height: 150px;
  }

  .contact-title {
    font-size: 42px;
    line-height: 50px;
  }

  .location-na {
    font-size: 22px;
    line-height: 32px;
  }

  .address {
    font-size: 16px;
    line-height: 22px;
  }

  .contact {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-banner {
    height: 400px;
    margin-bottom: 250px;
  }

  .search {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
    display: none;
  }

  .search.m-show {
    width: auto;
    padding-left: 0%;
    display: flex;
  }

  .menu-dropdown {
    border-bottom: 1px solid var(--light-grey);
    width: 100%;
  }

  .dropdown-list.w--open {
    border-left: 1px solid var(--purple);
    box-shadow: none;
    width: 95%;
    margin-left: 5%;
    position: static;
  }

  .sub-menu-link {
    border-bottom-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .sub-menu-list {
    padding-left: 5%;
  }

  .sub-menu-list.w--open {
    background-color: #ddd0;
    padding-left: 30px;
    position: static;
  }

  .sub-sub-menu-link {
    border-left: 1px solid var(--purple);
    background-color: var(--light-grey-2);
    border-bottom-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .div-block-6 {
    box-shadow: none;
  }

  .page-banner {
    height: 270px;
  }

  .page-banner-title {
    font-size: 40px;
    line-height: 40px;
  }

  .right-full-width {
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .content-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .content-sub-title {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 22px;
  }

  .content-content {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .content-content.line-height-30.purple-tx.tx-bold.margin-bottom-20 {
    margin-bottom: 5px;
  }

  .person-name {
    font-size: 22px;
  }

  .person-title {
    font-size: 18px;
    line-height: 20px;
  }

  .image {
    align-self: center;
    max-width: 500px;
  }

  .person-photo-title {
    text-align: center;
    margin-bottom: 100px;
  }

  .row {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .div-padding-100 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .part-title-div.margin-left-100 {
    margin-left: 100px;
  }

  .part-title-div.mt-30 {
    margin-top: 15px;
  }

  .part-icon {
    width: 40px;
    height: 40px;
  }

  .part-title {
    margin-top: 25px;
    font-size: 22px;
  }

  .div-left-30.row-left-flex {
    padding-right: 2%;
  }

  .diiv-right-70 {
    padding-left: 2%;
  }

  .people-row {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .list-block-2 {
    max-width: 180px;
    margin-right: 30px;
  }

  .list-block-1 {
    max-width: 170px;
    margin-right: 20px;
  }

  .one-row {
    flex-direction: column;
  }

  .product-img {
    height: 250px;
  }

  .product-block {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .white-plus {
    width: 25px;
    height: 25px;
    bottom: 10px;
    right: 10px;
  }

  .more-detail-btn {
    width: 70px;
    height: 70px;
  }

  .pd-item-list {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .content-content--2 {
    margin-top: 25px;
  }

  .contact-row {
    margin-bottom: 5px;
  }

  .left-full-width {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .content-content-3 {
    margin-bottom: 15px;
  }

  .part-title-with-icon {
    font-size: 24px;
  }

  .bcc-row {
    margin-bottom: 25px;
    padding-top: 25px;
  }

  .bbc-point-row {
    margin-bottom: 15px;
    padding-left: 40px;
  }

  .point-lv2 {
    margin-left: 25px;
  }

  .point-lv3 {
    margin-left: 50px;
  }

  .serv-list-block-1 {
    max-width: 150px;
  }

  .form-box {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .input-tx-box {
    height: 40px;
  }

  .input-title {
    min-height: 50px;
    margin-bottom: 5px;
  }

  .form-box-2 {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .input-select {
    width: 100%;
    min-width: 0;
    height: 40px;
  }

  .date-time-checkbox {
    min-width: 10%;
  }

  .q2-check-box-list {
    margin-top: 25px;
  }

  .q2-check-input {
    min-width: 10%;
  }

  .submit-btn, .reset-btn {
    padding-top: 10px;
    padding-bottom: 7px;
    font-size: 18px;
  }

  .div-padding-100-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-11 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .div-block-11-copy {
    padding-left: 5%;
    padding-right: 5%;
  }

  .areas-list {
    grid-row-gap: 30px;
  }

  .area-item {
    width: 47%;
  }

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

  .border-line {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .profo-block {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .profo-pic-block.profo-pic-yu {
    background-position: 60% 0;
    background-size: auto;
  }

  .profo-file-block {
    margin-top: 0;
  }

  .profo-position {
    margin-bottom: 15px;
  }

  .profo-position-name {
    font-size: 22px;
    line-height: 30px;
  }

  .profo-name {
    padding-right: 80px;
    font-size: 65px;
    line-height: 65px;
  }

  .profo-info-block {
    padding-top: 15px;
  }

  .profo-title-block {
    width: 45%;
  }

  .profo-des-block {
    width: 55%;
  }

  .profo-des {
    overflow-wrap: break-word;
  }

  .back-btn {
    font-size: 18px;
    line-height: 24px;
  }

  .profo-side-archor {
    z-index: 1;
    background-color: var(--purple);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    display: none;
    inset: auto 0% 0%;
  }

  .profo-archor-item {
    color: var(--white);
    text-align: center;
    border-left-width: 1px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    padding: 12px 2% 5px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
  }

  .profo-archor-item:hover, .profo-archor-item.w--current {
    color: var(--light-yellow);
  }

  .profo-archor-item.archor-active {
    color: var(--white);
  }

  .profo-archor-item.first {
    border-left-width: 0;
  }

  .profo-content {
    width: 100%;
    margin-left: 0%;
    padding-left: 0%;
  }

  .profo-content-block {
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
  }

  .news-block {
    width: 30%;
  }

  .news-cover {
    height: 320px;
  }

  .event-block {
    width: 47%;
  }

  .ev-title {
    font-size: 24px;
    line-height: 30px;
  }

  .ev-top-block {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .ev-d-title {
    font-size: 30px;
    line-height: 36px;
  }

  .ev-pic-des {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .middle-line {
    margin-bottom: 15px;
  }

  .ev-des2 {
    margin-bottom: 25px;
  }

  .ev-title2 {
    margin-bottom: 15px;
  }

  .form-3 {
    flex-flow: wrap;
  }

  .filter-block {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 1%;
    margin-right: 1%;
  }

  .table-date {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .table-tx {
    font-size: 18px;
    line-height: 20px;
  }

  .table-area, .table-job-title, .table-job-position {
    padding-left: 15px;
    padding-right: 15px;
  }

  .job-detail-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .info-tx, .info-title-tx {
    font-size: 18px;
    line-height: 24px;
  }

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

  .search-title {
    font-size: 42px;
    line-height: 50px;
  }

  .result-title {
    font-size: 30px;
    line-height: 40px;
  }

  .result-row {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .top-bar-search-form {
    margin-bottom: 0;
    padding: 0 5% 7px;
    display: block;
  }

  .image-5 {
    width: 20px;
  }

  .search-input {
    border-bottom-color: var(--purple);
  }

  .search-bar-btn {
    opacity: 1;
  }

  .clear-tx-btn {
    width: 15px;
  }

  .content-sub-title-2 {
    font-size: 22px;
  }

  .research-detail-block {
    padding-top: 25px;
  }

  .text-block-10 {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 40px;
  }

  .full-width {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .map-block {
    margin-top: 25px;
  }

  .traffic-table-title {
    margin-bottom: 15px;
  }

  .menu-button {
    color: var(--tx-black);
    order: 1;
    padding: 0 0 0 15px;
  }

  .menu-button.w--open {
    color: var(--purple);
    background-color: #0000;
  }

  .icon {
    background-color: #0000;
    font-size: 30px;
    line-height: 31px;
  }

  .content-title-2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 36px;
  }

  .text-block-13 {
    font-size: 16px;
    line-height: 22px;
  }

  .lks-img {
    align-self: center;
  }

  .content-top-content-block {
    min-height: 0;
  }

  .input-tx-box-2 {
    height: 40px;
  }

  .remember-check {
    min-width: 10%;
  }

  .top-bar-search-form-desktop {
    margin-bottom: 0;
    padding: 0 5% 7px;
    display: block;
  }

  .news-cover-layer {
    height: 400px;
  }

  .ev-cover-block {
    height: 300px;
  }

  .sub-sec-iocn {
    width: 30px;
    height: 30px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .sub-sec-iocn._1 {
    background-image: url('../images/re-icon-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 5px;
  }

  .sub-sec-iocn._2 {
    background-image: url('../images/re-icon-2.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 5px;
  }

  .sub-sec-iocn._3 {
    background-image: url('../images/re-icon-3.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 5px;
  }

  .sub-sec-iocn._4 {
    background-image: url('../images/re-icon-4.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 5px;
  }

  .sub-sec-iocn._5 {
    background-image: url('../images/re-icon-5.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 5px;
  }

  .text-block-16 {
    min-height: 30px;
  }

  .profo-archor-tx {
    min-height: 40px;
  }

  .profo-side-archor-m2 {
    z-index: 1;
    background-color: var(--purple);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    display: flex;
    inset: auto 0% 0%;
  }

  .fixed-layer {
    width: 100%;
    min-width: auto;
    display: none;
    inset: auto 0% 0%;
  }

  .login-menu {
    flex-wrap: wrap;
  }

  .login-menu-link {
    border-right-width: 0;
    width: 50%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .table-location {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .cancel-btn-block, .table-book-time, .table-book-date, .table-equipment {
    padding-left: 15px;
    padding-right: 15px;
  }

  .profo-side-archor-d {
    z-index: 1;
    background-color: var(--purple);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    display: none;
    inset: auto 0% 0%;
  }

  .form-box-100 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .mark-tx, .calender-select-date {
    font-size: 18px;
    line-height: 22px;
  }

  .calender-date-block {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .remark-tx {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .booking-remark {
    margin-bottom: 25px;
    padding-top: 25px;
  }

  .table-service {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .table-service-charge {
    padding-left: 15px;
    padding-right: 15px;
  }

  .confirm-bk-btn {
    padding-top: 10px;
    padding-bottom: 7px;
    font-size: 18px;
  }

  .remark-list-tx {
    font-size: 18px;
    line-height: 22px;
  }

  .prof-block {
    width: 47%;
  }

  .prof-pic {
    height: 300px;
  }

  .prof-name-block {
    min-height: 70px;
  }

  .input-tx-box-tx {
    height: 40px;
  }

  .div-block-24 {
    order: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-bot-block {
    flex-flow: column;
  }

  .footer-bot-right {
    align-items: flex-start;
  }

  .footer-bot-link-tx {
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .news-highlight {
    width: 100%;
    padding-right: 0%;
  }

  .news-highlight.bbc-bg2 {
    padding-left: 0%;
  }

  .news-highlight.bbc-bg2.m-last {
    order: 1;
  }

  .news-more-lsit {
    width: 100%;
    padding-top: 15px;
    padding-left: 0%;
  }

  .news-more-lsit.abt-person-bg {
    padding-right: 0%;
  }

  .news-more-lsit.m-first {
    order: -1;
  }

  .news-more-lsit.m-first.padding-top-0 {
    padding-top: 0;
  }

  .news-more-lsit.m-first.padding-top-0.margin-bottom-30 {
    margin-bottom: 30px;
  }

  .sec-title-sub {
    font-size: 42px;
    line-height: 50px;
  }

  .top-back-btn {
    font-size: 18px;
    line-height: 24px;
  }

  .area-pop-up {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: none;
  }

  .area-title {
    font-size: 22px;
    line-height: 30px;
  }

  .area-pop-contents-title, .area-pop-contents-sub-title {
    font-size: 30px;
    line-height: 40px;
  }

  .pd-cate-item {
    margin-top: 25px;
    font-size: 22px;
  }

  .back-btn-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-left-50.row-left-flex {
    padding-right: 2%;
  }

  .form-tx {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .form-tx.line-height-30.purple-tx.tx-bold.margin-bottom-20 {
    margin-bottom: 5px;
  }

  .sitemap-item {
    font-size: 16px;
    line-height: 22px;
  }

  .sitemap-item.line-height-30.purple-tx.tx-bold.margin-bottom-20 {
    margin-bottom: 5px;
  }

  .sitemap-main-cate {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sitemap-sub-cate {
    grid-column-gap: 40px;
    grid-row-gap: 15px;
  }

  .sitemap-sub-cate-item {
    font-size: 16px;
    line-height: 22px;
  }

  .sitemap-sub-cate-item.line-height-30.purple-tx.tx-bold.margin-bottom-20 {
    margin-bottom: 5px;
  }

  .sitemap-2-sub-cate-item {
    font-size: 16px;
    line-height: 22px;
  }

  .sitemap-2-sub-cate-item.line-height-30.purple-tx.tx-bold.margin-bottom-20 {
    margin-bottom: 5px;
  }

  .part-list {
    grid-row-gap: 30px;
  }

  .hero-top-layer {
    display: none;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .head-logo {
    margin-right: 15px;
  }

  .text-block {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block {
    width: 100%;
    max-width: none;
    left: auto;
  }

  .text-block-2 {
    max-width: 445px;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-block {
    font-size: 18px;
    line-height: 24px;
  }

  .div-left {
    margin-bottom: 15px;
  }

  .news-date {
    margin-bottom: 10px;
  }

  .diiv-right {
    padding-top: 0;
  }

  .diiv-right.m-first.padding-top-0.margin-bottom-30 {
    margin-bottom: 15px;
  }

  .more-btn {
    font-size: 20px;
  }

  .half-block {
    width: 100%;
  }

  .descript {
    min-height: 0;
  }

  .div-block-5 {
    bottom: -90%;
    left: auto;
    right: auto;
  }

  .contact-title {
    font-size: 32px;
    line-height: 40px;
  }

  .contact-banner {
    background-position: 50% 100%;
    margin-bottom: 400px;
  }

  .color-solid-layer {
    width: 50%;
  }

  .top-solid-layer {
    background-position: 100% 70%;
    width: 80%;
  }

  .right-full-width {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .content-title {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 28px;
  }

  .content-content {
    margin-bottom: 15px;
  }

  .content-content.line-height-30.purple-tx.tx-bold.margin-bottom-20 {
    margin-bottom: 0;
  }

  .content-content.margin-top-30 {
    margin-top: 15px;
  }

  .image {
    width: 100%;
  }

  .row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-padding-100 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .point-item {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .part-title-div {
    margin-bottom: 10px;
  }

  .part-title-div.margin-bottom-30 {
    margin-bottom: 0;
    padding-top: 10px;
  }

  .part-title-div.margin-left-100 {
    margin-left: 70px;
  }

  .part-icon {
    width: 30px;
    height: 30px;
  }

  .part-title {
    margin-top: 7px;
  }

  .div-left-30.row-left-flex {
    width: 100%;
    padding-right: 0%;
  }

  .diiv-right-70 {
    order: -1;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0%;
  }

  .people-list-row {
    flex-direction: column;
  }

  .people-row {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .point-item-2 {
    margin-bottom: 0;
  }

  .list-block-1 {
    margin-bottom: 5px;
  }

  .product-img {
    height: 300px;
  }

  .product-block {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .product-title {
    margin-top: 5px;
  }

  .pd-tx {
    font-size: 16px;
  }

  .pd-item-list {
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .contact-block.margin-btoom-30 {
    margin-bottom: 15px;
  }

  .contact-row {
    margin-bottom: 10px;
  }

  .contact-icon {
    height: 25px;
  }

  .contact-icon.icon-profile {
    background-size: contain;
  }

  .contact-tx {
    font-size: 16px;
    line-height: 24px;
  }

  .people-list-row2 {
    flex-direction: column;
  }

  .part-title-with-icon {
    font-size: 22px;
  }

  .point-lv1, .point-lv2, .point-lv3 {
    font-size: 16px;
    line-height: 24px;
  }

  .sm-icon.serv-icon-date {
    width: 30px;
    height: 30px;
  }

  .serv-list-block-1, .serv-list-block-2 {
    margin-right: 25px;
  }

  .form-box {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0%;
  }

  .input-title {
    width: auto;
    min-height: 0;
    margin-right: 0;
  }

  .form-box-2 {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 5px;
    padding-left: 0%;
  }

  .input-select {
    font-size: 18px;
  }

  .inpuit-area {
    flex-direction: column;
    align-items: flex-start;
  }

  .q1-check-box-list {
    flex-direction: column;
  }

  .checkbox-half-block {
    width: 100%;
    padding-right: 0;
  }

  .terms-area {
    margin-top: 15px;
  }

  .terms-list {
    margin-bottom: 25px;
  }

  .terms-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .submit-btn, .reset-btn {
    font-size: 18px;
  }

  .div-block-11 {
    margin-top: 5px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .login-input {
    margin-bottom: 15px;
  }

  .area-item {
    width: 100%;
  }

  .area-details-sec {
    background-position: 50% -30px;
  }

  .profo-block {
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .profo-pic-block.profo-pic-yu {
    background-position: 50% 0;
    background-size: contain;
    width: 100%;
    height: 350px;
    margin-bottom: 15px;
    margin-right: 0%;
  }

  .profo-file-block {
    width: 100%;
  }

  .profo-icon {
    width: 60px;
    height: 60px;
  }

  .profo-name {
    font-size: 50px;
    line-height: 50px;
  }

  .profo-title-block {
    width: 35%;
  }

  .profo-des-block {
    width: 65%;
  }

  .back-btn.position-normal.margin-top-15 {
    margin-top: 0;
  }

  .profo-side-archor {
    flex-flow: column wrap;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0%;
  }

  .profo-content-block {
    margin-bottom: 25px;
  }

  .file-btn {
    font-size: 18px;
  }

  .news-list {
    margin-top: 15px;
  }

  .news-block {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .news-cover {
    height: 400px;
  }

  .text-block-9 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
  }

  .event-block {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .ev-title {
    height: auto;
    padding-top: 15px;
    font-size: 22px;
  }

  .ev-des {
    height: auto;
  }

  .ev-d-title {
    font-size: 22px;
    line-height: 30px;
  }

  .ev-pic-des.margin-bottom-30 {
    margin-bottom: 15px;
  }

  .ev-title2 {
    font-size: 30px;
    line-height: 30px;
  }

  .form-3 {
    margin-top: 15px;
  }

  .table-row {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .table-row.no-border {
    display: none;
  }

  .table-date {
    background-color: var(--purple);
    color: var(--white);
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .table-area {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .table-job-title, .table-job-position {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .search-title {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-18 {
    margin-top: 10px;
  }

  .result-title {
    font-size: 24px;
    line-height: 30px;
  }

  .result-des {
    font-size: 18px;
  }

  .research-detail-block {
    margin-top: 15px;
    padding-top: 15px;
  }

  .text-block-10 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 30px;
  }

  .image-6 {
    height: 25px;
  }

  .btn-tx {
    font-size: 14px;
  }

  .full-width {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .traffic-table-title {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .traffic-th {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .traffic-th-tx {
    font-size: 18px;
  }

  .car-row {
    border-right-style: none;
    width: 100%;
  }

  .car-row.no-border-b {
    border-bottom-style: solid;
  }

  .car-num {
    width: 40%;
  }

  .traffic-table {
    margin-bottom: 25px;
  }

  .icon {
    font-size: 30px;
    line-height: 30px;
  }

  .content-title-2 {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 30px;
  }

  .image-6-copy, .image-6-copy-2, .image-6-copy-1 {
    height: 25px;
  }

  .lks-img {
    width: 100%;
  }

  .ev-cover-block {
    height: 340px;
    margin-bottom: 10px;
  }

  .profo-side-archor-m {
    flex-flow: column wrap;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0%;
    display: flex;
  }

  .profo-archor-tx {
    min-height: 60px;
  }

  .login-menu-link {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .login-menu-icon {
    width: 25px;
    height: 25px;
  }

  .table-location {
    background-color: var(--purple);
    color: var(--white);
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cancel-btn-block, .table-book-time, .table-book-date {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .table-equipment {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .profo-side-archor-d {
    flex-flow: column wrap;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0%;
  }

  .form-box-100 {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0%;
  }

  .calender-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .calender-select-l.pr-50 {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0%;
  }

  .calender-select-r {
    width: 100%;
  }

  .table-service {
    width: 40%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .table-service-charge {
    width: 60%;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .confirm-bk-btn {
    font-size: 18px;
  }

  .table-row-2.no-border {
    display: none;
  }

  .icon-tick-x {
    width: auto;
    margin-bottom: 10px;
  }

  .prof-pic.prof-2 {
    height: 200px;
  }

  .prof-name-block {
    min-height: 80px;
  }

  .news-highlight {
    margin-bottom: 15px;
  }

  .news-more-lsit {
    padding-top: 0;
  }

  .news-more-lsit.m-first.padding-top-0.margin-bottom-30 {
    margin-bottom: 15px;
  }

  .top-back-btn.position-normal.margin-top-15 {
    margin-top: 0;
  }

  .page-search-bar {
    margin-top: 10px;
  }

  .area-title-icon {
    width: 60px;
    height: 60px;
  }

  .area-pop-contents-title, .area-pop-contents-sub-title {
    font-size: 18px;
    line-height: 24px;
  }

  .pd-cate-item {
    margin-top: 7px;
  }

  .back-btn-2.position-normal.margin-top-15 {
    margin-top: 0;
  }

  .div-left-50.row-left-flex {
    width: 100%;
    padding-right: 0%;
  }

  .gov-group-item {
    width: 100%;
  }

  .gov-group-list {
    grid-row-gap: 30px;
  }

  .more-btn-2 {
    font-size: 18px;
  }

  .form-tx {
    margin-bottom: 15px;
  }

  .form-tx.line-height-30.purple-tx.tx-bold.margin-bottom-20 {
    margin-bottom: 0;
  }

  .form-tx.margin-top-30 {
    margin-top: 15px;
  }

  .co-bar-drop {
    font-size: 20px;
  }

  .eq-title, .eq-local-title {
    font-size: 18px;
    line-height: 24px;
  }

  .sitemap-item.line-height-30.purple-tx.tx-bold.margin-bottom-20 {
    margin-bottom: 0;
  }

  .sitemap-item.margin-top-30 {
    margin-top: 15px;
  }

  .sitemap-sub-cate {
    grid-row-gap: 20px;
  }

  .sitemap-sub-cate-item.line-height-30.purple-tx.tx-bold.margin-bottom-20 {
    margin-bottom: 0;
  }

  .sitemap-sub-cate-item.margin-top-30 {
    margin-top: 15px;
  }

  .sitemap-2-sub-cate-item.line-height-30.purple-tx.tx-bold.margin-bottom-20 {
    margin-bottom: 0;
  }

  .sitemap-2-sub-cate-item.margin-top-30 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  .container.fliex {
    padding-left: 3%;
    padding-right: 3%;
  }

  .body {
    font-size: 16px;
    line-height: 20px;
  }

  .logo-img {
    height: 30px;
  }

  .head-logo {
    margin-right: 10px;
  }

  .text-block {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-2, .link-block {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-left.bbc-bg2 {
    background-position: 50% 100%;
  }

  .sec-title {
    font-size: 28px;
    line-height: 30px;
  }

  .news-title {
    font-size: 20px;
    line-height: 24px;
  }

  .diiv-right {
    padding-top: 0;
  }

  .diiv-right.abt-person-bg {
    background-position: 50%;
    background-size: cover;
    padding-left: 5%;
    padding-right: 5%;
  }

  .news-row {
    flex-direction: column;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .news-small-left {
    order: 1;
    width: 100%;
  }

  .news-small-right {
    width: 100%;
  }

  .news-small-img {
    position: absolute;
    inset: 0%;
  }

  .news-small-title, .more-btn {
    font-size: 20px;
    line-height: 24px;
  }

  .mission-banner {
    background-position: 70%;
    height: 250px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-5 {
    font-size: 32px;
    line-height: 40px;
    left: auto;
  }

  .abt-img {
    height: 250px;
  }

  .page-banner {
    height: 180px;
  }

  .page-banner-title {
    font-size: 32px;
    line-height: 36px;
  }

  .content-title {
    font-size: 22px;
    line-height: 28px;
  }

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

  .content-sub-title.left-yellow-border {
    padding-left: 10px;
  }

  .content-content {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .div-padding-100 {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .content-pt-list {
    padding-left: 15px;
  }

  .point-item {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .part-icon {
    width: 30px;
    height: 30px;
  }

  .part-title {
    font-size: 20px;
    line-height: 22px;
  }

  .content-tx.tx-purple {
    margin-bottom: 5px;
  }

  .one-row {
    margin-bottom: 25px;
  }

  .product-img {
    height: 220px;
  }

  .white-plus {
    width: 20px;
    height: 20px;
    bottom: 5px;
    right: 10px;
  }

  .more-detail-btn {
    width: 60px;
    height: 60px;
  }

  .contact-block {
    padding-left: 5px;
  }

  .contact-icon {
    width: 10%;
    margin-right: 15px;
  }

  .contact-icon.icon-mail, .contact-icon.icon-address {
    background-size: contain;
  }

  .contact-tx {
    width: 90%;
    font-size: 16px;
    line-height: 24px;
  }

  .bbc-img2 {
    margin-bottom: 100px;
  }

  .content-content-3 {
    line-height: 22px;
  }

  .part-title-with-icon {
    font-size: 20px;
  }

  .bbc-point-row {
    padding-left: 20px;
  }

  .point-lv2 {
    margin-left: 20px;
  }

  .point-lv3 {
    margin-left: 40px;
  }

  .serv-list {
    border-top-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-9 {
    display: none;
  }

  .serv-list-row {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .serv-list-block-1 {
    margin-bottom: 5px;
  }

  .icon-pdf {
    width: 30px;
    height: 30px;
  }

  .serv-list-block-2 {
    margin-bottom: 5px;
  }

  .input-tx-box {
    min-width: 0;
  }

  .input-select {
    font-size: 18px;
  }

  .terms-area {
    flex-direction: column;
  }

  .submit-btn {
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .reset-btn {
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .div-padding-100-copy {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .div-block-11 {
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .login-input {
    flex-direction: column;
  }

  .xs-icon {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .remember-login {
    margin-top: 5px;
  }

  .div-block-11-copy {
    flex-direction: column;
    align-items: center;
  }

  .div-block-13 {
    border-bottom: 1px solid var(--light-grey);
    border-right-style: none;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-right: 0%;
  }

  .div-block-14 {
    width: 100%;
    padding-left: 0%;
  }

  .link-block-2 {
    margin-top: 15px;
  }

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

  .area-details-sec {
    background-position: 50% -10px;
  }

  .profo-block {
    margin-bottom: 25px;
  }

  .profo-position-name {
    font-size: 18px;
    line-height: 20px;
  }

  .profo-icon {
    width: 60px;
    height: 60px;
    padding: 5px;
  }

  .profo-name {
    font-size: 30px;
    line-height: 40px;
  }

  .profo-row {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .profo-title {
    margin-bottom: 5px;
  }

  .profo-title-block, .profo-des-block {
    width: 100%;
  }

  .back-btn {
    background-size: auto 18px;
  }

  .back-btn.position-normal.margin-top-15 {
    align-self: flex-end;
  }

  .profo-archor-item {
    font-size: 10px;
    line-height: 16px;
  }

  .profo-content-pt-list {
    margin-bottom: 25px;
  }

  .file-btn.bg-purple {
    padding: 10px 50px 5px 15px;
  }

  .image-3 {
    width: 30px;
  }

  .news-block {
    margin-bottom: 25px;
  }

  .news-cover {
    height: 220px;
  }

  .event-block {
    margin-bottom: 25px;
  }

  .ev-top-block {
    padding-bottom: 10px;
  }

  .ev-d-title {
    order: 1;
    margin-top: 5px;
    font-size: 20px;
    line-height: 24px;
  }

  .ev-title-block {
    flex-direction: column;
  }

  .ev-date-block {
    margin-top: 10px;
  }

  .ev-content-block {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .ev-des2 {
    margin-bottom: 15px;
  }

  .ev-title2 {
    font-size: 22px;
  }

  .form-3 {
    flex-direction: column;
  }

  .filter-block {
    width: 100%;
  }

  .table {
    margin-top: 15px;
  }

  .job-detail-row {
    flex-direction: column;
  }

  .info-tx, .info-title-tx {
    font-size: 16px;
    line-height: 22px;
  }

  .info-title-tx-block {
    width: 100%;
    margin-bottom: 5px;
  }

  .info-tx-block {
    width: 100%;
  }

  .result-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .result-des {
    font-size: 16px;
    line-height: 24px;
  }

  .result-row {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .content-sub-title-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .btn-tx {
    line-height: 20px;
  }

  .car-number-tx, .car-location-tx {
    font-size: 16px;
    line-height: 20px;
  }

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

  .text-block-14 {
    font-size: 18px;
  }

  .image-8 {
    max-width: none;
    height: 100%;
  }

  .input-tx-box-2 {
    min-width: 0;
  }

  .news-link-s {
    flex-direction: column;
  }

  .news-cover-layer {
    height: 250px;
  }

  .news-s-cover-layer {
    position: relative;
  }

  .profo-archor-tx {
    min-height: 50px;
  }

  .login-menu {
    margin-bottom: 25px;
  }

  .login-menu-link {
    width: 100%;
  }

  .calender-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .remark-tx.left-yellow-border {
    padding-left: 10px;
  }

  .confirm-bk-btn {
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .remark-list-tx.left-yellow-border {
    padding-left: 10px;
  }

  .prof-block {
    width: 97%;
  }

  .input-tx-box-tx {
    min-width: 0;
  }

  .footer-menu-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .footer-menu-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-menu-sub-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .sec-contents {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .news-highlight.bbc-bg2 {
    background-position: 50% 100%;
  }

  .news-more-lsit {
    padding-top: 0;
  }

  .news-more-lsit.abt-person-bg {
    background-position: 50%;
    background-size: cover;
    padding-left: 5%;
    padding-right: 5%;
  }

  .sec-title-sub {
    font-size: 28px;
    line-height: 30px;
  }

  .news-link-s-item {
    flex-direction: column;
  }

  .new-btn {
    margin-top: 15px;
  }

  .top-back-btn {
    background-size: auto 18px;
  }

  .top-back-btn.position-normal.margin-top-15 {
    align-self: flex-end;
  }

  .area-pop-up {
    padding: 20px;
  }

  .area-title-icon {
    width: 60px;
    height: 60px;
    padding: 5px;
  }

  .area-title-icon-img {
    max-width: none;
    height: 100%;
  }

  .area-title {
    font-size: 18px;
    line-height: 20px;
  }

  .area-pop-contents-title, .area-pop-contents-sub-title {
    font-size: 16px;
    line-height: 20px;
  }

  .area-pop-close-btn {
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
  }

  .pd-cate-item {
    font-size: 20px;
    line-height: 22px;
  }

  .back-btn-2 {
    background-size: auto 18px;
  }

  .back-btn-2.position-normal.margin-top-15 {
    align-self: flex-end;
  }

  .more-btn-2.bg-purple {
    padding: 10px 50px 5px 15px;
  }

  .form-tx {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .co-form-item-tx {
    min-width: 100px;
    font-size: 14px;
  }

  .toggle-wrap {
    width: 60px;
    max-width: 60px;
    height: 30px;
    max-height: 30px;
  }

  .co-bar-top {
    padding-bottom: 5px;
  }

  .toggle {
    width: 25px;
    height: 25px;
  }

  .eq-title {
    min-width: 100px;
    font-size: 16px;
  }

  .eq-contact-tx {
    min-width: 100px;
  }

  .eq-contact-title {
    min-width: 100px;
    font-size: 14px;
  }

  .eq-local-title {
    min-width: 100px;
    font-size: 16px;
  }

  .sitemap-item, .sitemap-sub-cate-item, .sitemap-2-sub-cate-item {
    font-size: 14px;
  }
}


@font-face {
  font-family: 'Leaguespartan';
  src: url('../fonts/LeagueSpartan-Bold.ttf') format('truetype'), url('../fonts/LeagueSpartan-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Leaguespartan';
  src: url('../fonts/LeagueSpartan-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Leaguespartan';
  src: url('../fonts/LeagueSpartan-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Leaguespartan';
  src: url('../fonts/LeagueSpartan-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Leaguespartan';
  src: url('../fonts/LeagueSpartan-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Leaguespartan';
  src: url('../fonts/LeagueSpartan-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Leaguespartan';
  src: url('../fonts/LeagueSpartan-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Leaguespartan';
  src: url('../fonts/LeagueSpartan-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}