/* display */
/* breakpoint */
/* breakpoint : content */
html.is-popup-open #popup_layout .popup-wrap {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 575px) {
  html.is-popup-open body {
    overflow: hidden !important;
  }
}

#popup_layout {
  z-index: 5000;
  position: relative;
  --popup-color: #D53B4B;
}
@media (max-width: 1023px) {
  #popup_layout {
    --popup-color: #ff4c5e;
  }
}
#popup_layout .popup-wrap {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.3s;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  overscroll-behavior: none;
  align-items: center;
  padding: 40px 0;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#popup_layout .popup-box {
  width: calc(100% - 100px);
  max-width: 1300px;
  margin: auto;
  position: relative;
  outline: none;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1279px) {
  #popup_layout .popup-box {
    padding: 32px;
  }
}
@media (max-width: 1023px) {
  #popup_layout .popup-box {
    background-color: transparent;
    padding: 0;
    color: #FFF;
    width: calc(100% - 60px);
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  #popup_layout .popup-box {
    width: calc(100% - 40px);
    max-width: 560px;
  }
}
@media (max-width: 383px) {
  #popup_layout .popup-box {
    width: calc(100% - 30px);
  }
}
#popup_layout .popup-header {
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  flex-wrap: wrap;
  gap: 0.3em 0.9em;
  font-size: 34px;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  #popup_layout .popup-header {
    font-size: calc(15.70991px + 1.43003vw);
  }
}
@media (max-width: 1023px) {
  #popup_layout .popup-header {
    width: 100%;
  }
}
#popup_layout .popup-header .popup-tit {
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "ONE Mobile Title", "gothic", "Pretendard", "PretendardGOV", sans-serif;
  font-weight: 400;
}
#popup_layout .popup-header .popup-tit b {
  color: var(--popup-color);
  font-weight: inherit;
}
#popup_layout .popup-header .popup-nav {
  display: flex;
  align-items: center;
  font-size: 20px;
  z-index: 5;
  line-height: 1.2;
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: 1279px) {
  #popup_layout .popup-header .popup-nav {
    font-size: calc(14.77426px + 0.40858vw);
  }
}
#popup_layout .popup-header .popup-nav .swiper-btn {
  width: 1.3em;
  flex-shrink: 0;
  transition: background-color 0.3s, transform 0.3s;
  background-color: currentColor;
  -webkit-mask: no-repeat center/contain;
          mask: no-repeat center/contain;
}
#popup_layout .popup-header .popup-nav .swiper-btn::before {
  content: "";
  padding-top: 100%;
  display: block;
}
#popup_layout .popup-header .popup-nav .swiper-btn.prev {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 12.6667H7.10667L11.88 7.88L10 6L2 14L10 22L11.88 20.12L7.10667 15.3333H26V12.6667Z' fill='%23222222'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 12.6667H7.10667L11.88 7.88L10 6L2 14L10 22L11.88 20.12L7.10667 15.3333H26V12.6667Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}
#popup_layout .popup-header .popup-nav .swiper-btn.next {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12.6667H20.8933L16.12 7.88L18 6L26 14L18 22L16.12 20.12L20.8933 15.3333H2V12.6667Z' fill='%23222222'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12.6667H20.8933L16.12 7.88L18 6L26 14L18 22L16.12 20.12L20.8933 15.3333H2V12.6667Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}
#popup_layout .popup-header .popup-nav .swiper-btn:hover {
  background-color: var(--popup-color);
}
#popup_layout .popup-header .popup-nav .swiper-btn:hover.prev {
  transform: translateX(-3px);
}
#popup_layout .popup-header .popup-nav .swiper-btn:hover.next {
  transform: translateX(3px);
}
#popup_layout .popup-header .popup-nav .swiper-fraction {
  display: flex;
  align-items: center;
  margin: 0 0.8em;
  letter-spacing: -0.02em;
  font-weight: 700;
  width: auto;
  padding-top: 0.2em;
}
#popup_layout .popup-header .popup-nav .swiper-fraction .current {
  color: var(--popup-color);
}
#popup_layout .popup-header .popup-nav .swiper-fraction .line {
  width: 1px;
  height: 0.75em;
  background-color: currentColor;
  margin: 0 0.5em;
  transform: rotate(30deg);
  opacity: 0.3;
}
#popup_layout .popup-content {
  --radius: 12px;
  position: relative;
  order: 10;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 1279px) {
  #popup_layout .popup-content {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #popup_layout .popup-content {
    margin: 18px 0;
  }
}
@media (max-width: 480px) {
  #popup_layout .popup-content {
    --radius: 10px;
    margin: 16px 0;
  }
}
#popup_layout .popup-content .swiper-container {
  border-radius: var(--radius);
}
#popup_layout .popup-content .swiper-slide {
  outline: none;
}
#popup_layout .popup-content .swiper-slide .img-wrap {
  padding-top: 100%;
  position: relative;
  background-color: #fff8f9;
  border-radius: var(--radius);
  overflow: hidden;
}
#popup_layout .popup-content .swiper-slide .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
#popup_layout .popup-content .swiper-slide .img-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  border: 2px solid var(--popup-color);
}
#popup_layout .popup-content .swiper-slide:hover .img-wrap img {
  transform: scale(1.05);
}
#popup_layout .popup-content .swiper-slide:focus .img-wrap::after {
  opacity: 1;
}
#popup_layout .popup-footer {
  display: flex;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  gap: 4px 20px;
  margin-left: auto;
}
@media (max-width: 1023px) {
  #popup_layout .popup-footer {
    font-size: calc(13.17012px + 0.27663vw);
    gap: 0.25em 1em;
  }
}
#popup_layout .popup-footer .popup-btn .txt {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  transition: text-decoration-color 0.3s;
  text-decoration-line: underline;
  text-underline-position: under;
  text-decoration-color: transparent;
}
#popup_layout .popup-footer .popup-btn:hover .txt {
  text-decoration-color: currentColor;
}
#popup_layout .popup-footer .popup-today {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 5em;
  border: 1px solid rgba(34, 34, 34, 0.15);
  padding: 0.8125em 1.33em;
  gap: 0.5em;
}
@media (max-width: 1023px) {
  #popup_layout .popup-footer .popup-today {
    border-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(0.5em);
    background-color: rgba(255, 255, 255, 0.15);
  }
}
#popup_layout .popup-footer .popup-today .ico-check {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  background: no-repeat center/contain;
  border: 1px solid rgba(34, 34, 34, 0.5019607843);
  border-radius: 2px;
}
@media (max-width: 1023px) {
  #popup_layout .popup-footer .popup-today .ico-check {
    border-color: rgba(255, 255, 255, 0.7);
  }
}
#popup_layout .popup-footer .popup-today input[type=checkbox]:checked ~ .ico-check {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.957 5.05762L7.48926 11.5254C7.28543 11.7189 7.02435 11.8252 6.75 11.8252C6.48252 11.8251 6.21678 11.7304 6.00586 11.5195L2.04395 7.55762L3.52539 6.07617L6.75 9.2998L12.2627 3.78809L12.4756 3.57617L13.957 5.05762Z' fill='white'/%3E%3C/svg%3E%0A");
  background-color: #222;
}
@media (max-width: 1023px) {
  #popup_layout .popup-footer .popup-today input[type=checkbox]:checked ~ .ico-check {
    border-color: var(--popup-color);
    background-color: var(--popup-color);
  }
}
#popup_layout .popup-footer .popup-close {
  width: 58px;
  background-color: currentColor;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s;
}
@media (max-width: 1279px) {
  #popup_layout .popup-footer .popup-close {
    width: 2.95867em;
  }
}
#popup_layout .popup-footer .popup-close::before {
  content: "";
  padding-top: 100%;
  display: block;
}
#popup_layout .popup-footer .popup-close .txt {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}
#popup_layout .popup-footer .popup-close .ico-close {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.4997 3.50024L3.5 20.5M3.50024 3.50024L20.5 20.5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center/24px;
          mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.4997 3.50024L3.5 20.5M3.50024 3.50024L20.5 20.5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center/24px;
  pointer-events: none;
  transition: background-color 0.3s;
}
@media (max-width: 1279px) {
  #popup_layout .popup-footer .popup-close .ico-close {
    -webkit-mask-size: 1.4em;
            mask-size: 1.4em;
  }
}
@media (max-width: 1023px) {
  #popup_layout .popup-footer .popup-close .ico-close {
    background-color: #222;
  }
}
#popup_layout .popup-footer .popup-close:hover {
  background-color: var(--popup-color);
}
@media (max-width: 1023px) {
  #popup_layout .popup-footer .popup-close:hover .ico-close {
    background-color: #fff;
  }
}

#top_layout {
  position: fixed;
}

@media (min-width: 1024px) {
  html {
    scrollbar-gutter: auto;
  }
}
html::-webkit-scrollbar {
  width: 0;
}

body {
  --fp-padding-top: var(--header-height);
}
body.fp-responsive {
  --fp-padding-top: 0;
}

#body_layout {
  padding-bottom: 0;
}

.sec {
  position: relative;
}
.sec-inner {
  position: relative;
}

.sec-scroll-down {
  position: absolute;
  right: -20px;
  bottom: 0;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1536px) and (max-width: 1800px) {
  .sec-scroll-down {
    right: calc(225.45455px + -13.63636vw);
  }
}
@media (max-width: 1536px) {
  .sec-scroll-down {
    right: 16px;
  }
}
@media (max-width: 1279px) {
  .sec-scroll-down {
    right: 50%;
    transform: translateX(50%);
    width: 40px;
  }
}
@media (max-width: 1023px) {
  .sec-scroll-down {
    display: none;
  }
}
.sec-scroll-down::before {
  content: "";
  height: 100px;
  width: 1px;
  background-color: currentColor;
}
@media (max-width: 1279px) {
  .sec-scroll-down::before {
    display: none;
  }
}
.sec-scroll-down span {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  text-transform: uppercase;
  font-weight: 400;
  margin: 1.4em 0 0.75em;
  line-height: 1;
}
@media (max-width: 1279px) {
  .sec-scroll-down span {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
  }
}
.sec-scroll-down i {
  width: 16px;
  height: 23px;
  border-radius: 50px;
  border: 2px solid currentColor;
  flex-shrink: 0;
  position: relative;
}
.sec-scroll-down i::before {
  content: "";
  width: 2px;
  height: 3px;
  left: calc(50% - 1px);
  top: 0;
  background-color: currentColor;
  position: absolute;
  animation: visual-scroll 1.2s infinite linear;
}
@keyframes visual-scroll {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  25% {
    opacity: 0.6;
  }
  85% {
    transform: translateY(5px);
    opacity: 1;
  }
  95% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(6px);
    opacity: 0;
  }
}

.active .ani-item {
  animation-play-state: running !important;
}

.main-visual {
  background-color: #444;
  color: #FFF;
  position: relative;
  pointer-events: none;
}
.main-visual.is-animated {
  pointer-events: auto;
}
.main-visual .visual-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  z-index: 5;
  height: 100vh;
  height: 100svh;
  padding-top: var(--header-height);
}
@media (max-width: 1023px) {
  .main-visual .visual-wrap {
    height: auto;
    justify-content: center;
    padding-top: calc(var(--header-height) + 51.18465px + 4.77178vw);
    padding-bottom: calc(49.25311px + 6.91563vw);
  }
}
.main-visual .visual-title {
  display: flex;
  justify-content: center;
  font-size: 183px;
  align-items: end;
  flex-grow: 1;
  margin-bottom: calc(0.16em + 11px);
  overflow: hidden;
}
@media (max-width: 1800px) {
  .main-visual .visual-title {
    font-size: calc(-28.15385px + 11.73077vw);
  }
}
@media (max-width: 1279px) {
  .main-visual .visual-title {
    font-size: max(95px, -13.42353px + 10.58824vw);
  }
}
@media (max-width: 1023px) {
  .main-visual .visual-title {
    flex-grow: 0;
  }
}
@media (max-width: 575px) {
  .main-visual .visual-title {
    font-size: min(23px + 14vw, 93px);
  }
}
.main-visual .visual-title .item {
  height: 1em;
  -webkit-mask: var(--txt) no-repeat center/contain;
          mask: var(--txt) no-repeat center/contain;
  background-color: #FFF;
  animation-name: visual-char;
  animation-duration: calc(1s - var(--item-index) * 0.1s);
  animation-delay: calc(0.1s + var(--item-index) * 0.1s);
  animation-fill-mode: both;
}
@keyframes visual-char {
  0% {
    opacity: 0;
    transform: translateY(0.6em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-visual .visual-title .item::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  background: var(--bg) no-repeat center/cover;
  display: block;
}
.main-visual .visual-title .item-e {
  --txt: url(/assets/images/main/kor/visual-char-e-txt.svg);
  --bg: url(/assets/images/main/kor/visual-char-e-bg.webp);
  aspect-ratio: 140/183;
  margin-right: 0.13115em;
}
.main-visual .visual-title .item-x {
  --txt: url(/assets/images/main/kor/visual-char-x-txt.svg);
  --bg: url(/assets/images/main/kor/visual-char-x-bg.webp);
  aspect-ratio: 172/183;
  margin-right: 0.15301em;
}
.main-visual .visual-title .item-p {
  --txt: url(/assets/images/main/kor/visual-char-p-txt.svg);
  --bg: url(/assets/images/main/kor/visual-char-p-bg.webp);
  aspect-ratio: 154/183;
  margin-right: 0.10929em;
}
.main-visual .visual-title .item-o {
  --txt: url(/assets/images/main/kor/visual-char-o-txt.svg);
  --bg: url(/assets/images/main/kor/visual-char-o-bg.webp);
  aspect-ratio: 157/227;
  height: 1.24044em;
}
.main-visual .visual-title .item.active::before {
  opacity: 1;
}
.main-visual .visual-content {
  --delay: 0.55s;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 18em;
  margin-bottom: clamp(1em, 10vh, 2.1em);
  font-size: 47px;
  line-height: 1.3;
  overflow: visible;
}
@media (max-width: 1800px) {
  .main-visual .visual-content {
    font-size: calc(5.46154px + 2.30769vw);
  }
}
@media (max-width: 1279px) {
  .main-visual .visual-content {
    font-size: max(28px, -0.1098px + 2.7451vw);
  }
}
@media (max-width: 1023px) {
  .main-visual .visual-content {
    font-size: clamp(18px, 14.86081px + 1.71306vw, 33px);
  }
}
.main-visual .visual-content.is-changed {
  --delay: 0s;
}
.main-visual .visual-content .swiper-slide .tit {
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
  font-size: 30px;
  margin-bottom: 0.5em;
  opacity: 0;
}
@media (max-width: 1800px) {
  .main-visual .visual-content .swiper-slide .tit {
    font-size: calc(2.30769px + 1.53846vw);
  }
}
@media (max-width: 1279px) {
  .main-visual .visual-content .swiper-slide .tit {
    font-size: calc(15.46782px + 0.51073vw);
  }
}
.main-visual .visual-content .swiper-slide .tit b {
  font-weight: 700;
}
.main-visual .visual-content .swiper-slide .desc {
  font-weight: 700;
  letter-spacing: -0.02em;
  opacity: 0;
}
.main-visual .visual-content .swiper-slide .desc br {
  display: none;
}
.main-visual .visual-content .swiper-slide .desc .ib {
  display: inline;
}
.main-visual .visual-content .swiper-slide-active .tit {
  animation: fade-up 0.65s ease-out var(--delay) both;
}
.main-visual .visual-content .swiper-slide-active .desc {
  animation: fade-up 0.55s ease-out calc(var(--delay) + 0.15s) both;
}
.main-visual .visual-pager {
  width: 100%;
  max-width: 770px;
  display: flex;
  font-size: 20px;
  flex-grow: 1;
  animation: fade-in 1.5s 0.7s both;
}
@media (max-width: 1800px) {
  .main-visual .visual-pager {
    max-width: max(500px, 143.71134px + 34.79381vw);
    font-size: max(16px, 10.72165px + 0.51546vw);
  }
}
@media (max-width: 1023px) {
  .main-visual .visual-pager {
    flex-grow: 0;
    margin-bottom: 4em;
  }
}
@media (max-width: 575px) {
  .main-visual .visual-pager {
    font-size: 15px;
    margin-bottom: 3em;
  }
}
.main-visual .visual-pager .swiper-pagination-bullet {
  flex: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) no-repeat top/100% 2px;
  opacity: 1;
  line-height: 1.3;
  padding-top: calc(1.25em + 2px);
  font-family: "ONE Mobile", "gothic", "Pretendard", "PretendardGOV", sans-serif;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
.main-visual .visual-pager .swiper-pagination-bullet::before {
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  width: 100%;
  transform: translateX(-101%);
  background-color: #fff;
}
.main-visual .visual-pager .swiper-pagination-bullet-active::before {
  animation: visual-pager 5s linear both;
}
@keyframes visual-pager {
  to {
    transform: translateX(0);
  }
}
.main-visual .visual-info {
  position: absolute;
  right: -68px;
  bottom: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
  max-width: 300px;
}
@media (max-width: 1920px) {
  .main-visual .visual-info {
    right: min(36px, 556px + -32.5vw);
  }
}
@media (max-width: 1800px) {
  .main-visual .visual-info {
    max-width: max(230px, 137.62887px + 9.02062vw);
  }
}
@media (max-width: 1023px) {
  .main-visual .visual-info {
    position: relative;
    right: 0;
    bottom: 0;
    max-width: none;
  }
}
.main-visual .visual-info .rest {
  width: 218px;
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 1800px) {
  .main-visual .visual-info .rest {
    width: max(174px, 115.93814px + 5.6701vw);
    margin-bottom: max(15px, -7.43299px + 2.19072vw);
  }
}
.main-visual .visual-info .rest span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 49px;
  line-height: 1;
}
@media (max-width: 1800px) {
  .main-visual .visual-info .rest span {
    font-size: max(40px, 28.12371px + 1.15979vw);
  }
}
@keyframes visual-info-circle {
  to {
    transform: rotate(1turn);
  }
}
.main-visual .visual-info .rest::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/main/kor/visual-circle-txt.svg) no-repeat center/contain;
  animation: visual-info-circle 10s linear infinite;
}
.main-visual .visual-info .rest::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.main-visual .visual-info .item {
  gap: 0.33334em;
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
@media (max-width: 1800px) {
  .main-visual .visual-info .item {
    font-size: max(15px, 11.04124px + 0.3866vw);
  }
}
@media (max-width: 1279px) {
  .main-visual .visual-info .item {
    text-align: center;
    justify-content: center;
  }
}
.main-visual .visual-info .item + .item {
  margin-top: 0.66667em;
}
.main-visual .visual-info .item dt {
  flex-shrink: 0;
}
@media (max-width: 1279px) {
  .main-visual .visual-info .item dt {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
  }
}
.main-visual .visual-info .item dt .ico {
  height: 1.2em;
  height: 1lh;
  width: 1.33334em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-visual .visual-info .item dt .ico::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
  background: var(--ico) no-repeat center/contain;
}
.main-visual .visual-info .item dt .ico-location {
  --ico: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C8.1 2 5 5.1 5 9C5 14.2 12 22 12 22C12 22 19 14.2 19 9C19 5.1 15.9 2 12 2ZM14.5 13L12 11.5L9.5 13L10.2 10.2L8 8.3L10.9 8.1L12 5.4L13.1 8L16 8.3L13.8 10.2L14.5 13Z' fill='white'/%3E%3C/svg%3E%0A");
}
.main-visual .visual-info .item dt .ico-calendar {
  --ico: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.2222 19.2H5.77778V9.3H18.2222V19.2ZM18.2222 4.8H17.3333V3H15.5556V4.8H8.44444V3H6.66667V4.8H5.77778C4.79111 4.8 4 5.61 4 6.6V19.2C4 19.6774 4.1873 20.1352 4.5207 20.4728C4.8541 20.8104 5.30628 21 5.77778 21H18.2222C18.6937 21 19.1459 20.8104 19.4793 20.4728C19.8127 20.1352 20 19.6774 20 19.2V6.6C20 6.12261 19.8127 5.66477 19.4793 5.32721C19.1459 4.98964 18.6937 4.8 18.2222 4.8ZM16.0267 12.054L15.0844 11.1L10.7467 15.492L8.86222 13.584L7.92 14.538L10.7467 17.4L16.0267 12.054Z' fill='white'/%3E%3C/svg%3E%0A");
}
.main-visual .visual-bg {
  position: absolute;
  inset: var(--header-height) 0 0;
}
.main-visual .visual-bg .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
  transition: transform 4s linear;
}
.main-visual .visual-bg .item.swiper-slide-active img {
  transform: scale(1);
}

html:where([lang=ko]) .main-visual .visual-content .swiper-slide .desc br {
  display: block;
}
html:where([lang=ko]) .main-visual .visual-content .swiper-slide .desc .ib {
  display: inline-block;
}

.main-about {
  background-color: #EFE1E1;
  overflow: hidden;
  text-align: center;
  color: #222;
}
.main-about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/assets/images/main/kor/about-bg.webp) no-repeat center/cover;
}
.main-about .sec-inner {
  padding: 100px 0;
  overflow: hidden;
  height: 100vh;
  height: 100svh;
}
@media (max-width: 1440px) {
  .main-about .sec-inner {
    padding: 72px 0;
  }
}
@media (max-width: 1023px) {
  .main-about .sec-inner {
    height: auto;
    padding: calc(25.44398px + 8.85201vw) 0 calc(29.44398px + 8.85201vw);
  }
}
.main-about .layout {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: calc(var(--fp-padding-top) * 0.8);
}
.main-about .logo-wrap {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.35em;
  animation: fade-in 1s both paused;
  max-width: 100%;
}
@media (max-width: 1279px) {
  .main-about .logo-wrap {
    font-size: calc(14.24208px + 0.91931vw);
  }
}
.main-about .logo-wrap .item {
  background: no-repeat center/contain;
}
.main-about .logo-wrap .item::before {
  content: "";
  display: block;
}
.main-about .logo-wrap .chungnam-logo {
  width: 5.5384615385em;
  background-image: url(/assets/images/common/chungnam-logo.svg);
}
.main-about .logo-wrap .chungnam-logo::before {
  padding-top: 23.6111111111%;
}
.main-about .logo-wrap .amp {
  margin: 0 0.57693em;
}
.main-about .logo-wrap .nonsan-logo {
  width: 3.3461538462em;
  background-image: url(/assets/images/common/nonsan-logo.svg);
}
.main-about .logo-wrap .nonsan-logo::before {
  padding-top: 36.7816091954%;
}
.main-about .txt-wrap {
  max-width: 100%;
}
.main-about .txt-wrap .subtit {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  display: block;
  margin-bottom: 0.45em;
  animation: fade-up 0.8s 0.2s both paused;
}
@media (max-width: 1279px) {
  .main-about .txt-wrap .subtit {
    font-size: calc(11.70991px + 1.43003vw);
  }
}
@media (max-width: 767px) {
  .main-about .txt-wrap .subtit {
    margin-bottom: 10px;
  }
}
.main-about .txt-wrap .tit {
  font-weight: 400;
  line-height: 1.2;
  font-size: 70px;
  margin-bottom: 20px;
  animation: scale-in 0.8s 0.7s cubic-bezier(0.02, 0.94, 0.42, 1.01) both paused;
}
@media (max-width: 1440px) {
  .main-about .txt-wrap .tit {
    font-size: 60px;
  }
}
@media (max-width: 1279px) {
  .main-about .txt-wrap .tit {
    font-size: calc(12.96834px + 3.67722vw);
  }
}
html:not([lang=ko]) .main-about .txt-wrap .tit strong {
  display: block;
}

.main-about .txt-wrap .tit strong:where(strong) {
  animation: fill-right 0.7s ease-in-out 1.3s both paused;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, #222, #222) no-repeat left, linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)) no-repeat left;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 0 100%, 100%;
}
.main-about .txt-wrap .desc {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 100px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  animation: fade-up 0.8s 1s both paused;
}
@media (max-width: 1800px) {
  .main-about .txt-wrap .desc {
    margin-bottom: calc(-38.46154px + 7.69231vw);
  }
}
@media (max-width: 1279px) {
  .main-about .txt-wrap .desc {
    font-size: calc(10.00781px + 0.78125vw);
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .main-about .txt-wrap .desc {
    max-width: 620px;
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .main-about .txt-wrap .desc .ib {
    display: inline;
  }
}
@media (max-width: 575px) {
  .main-about .txt-wrap .desc {
    margin-bottom: 40px;
  }
}
@media (max-width: 383px) {
  .main-about .txt-wrap .desc {
    margin-bottom: 30px;
  }
}
.main-about .txt-wrap:not(:has(~ .link-wrap)) .desc {
  margin-bottom: 0;
}
.main-about .link-wrap {
  display: flex;
  color: #FFF;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  animation: fade-up 0.8s 1.3s both paused;
  gap: 10px;
}
@media (max-width: 1440px) {
  .main-about .link-wrap {
    font-size: calc(15px + 0.34722vw);
  }
}
@media (max-width: 575px) {
  .main-about .link-wrap {
    flex-direction: column;
    width: 100%;
    font-size: calc(13.5px + 0.5vw);
  }
}
.main-about .link-wrap .item {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: #D45F5F;
  border-radius: 5em;
  padding: 0.85em 1.25em;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 575px) {
  .main-about .link-wrap .item {
    width: 100%;
    justify-content: space-between;
    padding: 0.85em 1.5em;
  }
}
.main-about .link-wrap .item::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999948 8L16.4736 8M16.4736 8L15.6679 8.13428C12.2571 8.70275 9.68933 11.5489 9.47363 15M16.4736 8L15.6679 7.86572C12.2571 7.29725 9.68933 4.45109 9.47363 1' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 7px;
}
.main-about .link-wrap .item:hover {
  background-color: #932822;
}
.main-about .sec-scroll-down {
  color: #8D8686;
}
@media (max-width: 1279px) {
  .main-about .sec-scroll-down {
    bottom: -30px;
  }
}

.main-feature {
  overflow: hidden;
}
.main-feature .layout {
  padding-top: var(--fp-padding-top);
  height: 100%;
}
@media (max-width: 767px) {
  .main-feature .layout {
    padding: 0;
  }
}
.main-feature .sec-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-feature .feature-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1279px) {
  .main-feature .feature-item {
    gap: calc(-14.94922px + 5.07813vw);
  }
}
@media (max-width: 767px) {
  .main-feature .feature-item {
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 575px) {
  .main-feature .feature-item {
    gap: calc(6.90909px + 4.36364vw);
  }
}
.main-feature .feature-item .img-wrap {
  overflow: hidden;
  border-radius: 100vh;
  flex-shrink: 0;
  position: relative;
  animation: 0.9s both paused;
  max-height: 36vh;
}
@media (max-width: 767px) {
  .main-feature .feature-item .img-wrap {
    border-radius: 0;
    height: 300px;
    animation-name: fade-up;
  }
}
@media (max-width: 575px) {
  .main-feature .feature-item .img-wrap {
    height: calc(1.5px + 54.5vw);
  }
}
.main-feature .feature-item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .main-feature .feature-item .img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main-feature .feature-item .txt-wrap {
  padding: 0 50px;
  position: relative;
}
@media (max-width: 767px) {
  .main-feature .feature-item .txt-wrap {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main-feature .feature-item .txt-wrap:nth-child(n):nth-child(n) {
    padding: 0 20px;
  }
}
@media (max-width: 383px) {
  .main-feature .feature-item .txt-wrap:nth-child(n):nth-child(n) {
    padding: 0 15px;
  }
}
.main-feature .feature-item .txt-wrap::before {
  content: "";
  position: absolute;
  background: no-repeat center/contain;
  pointer-events: none;
}
@media (max-width: 383px) {
  .main-feature .feature-item .txt-wrap::before {
    display: none;
  }
}
.main-feature .feature-item .txt-wrap .tit {
  font-size: 48px;
  color: #000;
  line-height: 1.3;
  display: block;
  margin-bottom: 0.625em;
  position: relative;
  animation: 0.8s both paused;
}
@media (max-width: 1440px) {
  .main-feature .feature-item .txt-wrap .tit {
    font-size: calc(9.48588px + 2.67459vw);
  }
}
@media (max-width: 767px) {
  .main-feature .feature-item .txt-wrap .tit {
    font-size: 33px;
    animation-name: fade-up;
  }
}
@media (max-width: 575px) {
  .main-feature .feature-item .txt-wrap .tit {
    font-size: calc(5px + 5vw);
  }
}
.main-feature .feature-item .txt-wrap .tit b {
  color: #DB3D33;
  font-weight: 700;
  font-size: 1.07em;
  line-height: 0.5;
  white-space: nowrap;
  vertical-align: baseline;
}
.main-feature .feature-item .txt-wrap .desc {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  animation: 0.7s both paused;
}
@media (max-width: 1440px) {
  .main-feature .feature-item .txt-wrap .desc {
    font-size: calc(6.18705px + 0.95923vw);
  }
}
@media (max-width: 1023px) {
  .main-feature .feature-item .txt-wrap .desc {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main-feature .feature-item .txt-wrap .desc {
    animation-name: fade-up;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .main-feature .feature-item .txt-wrap .desc {
    font-size: 17px;
  }
}
@media (max-width: 383px) {
  .main-feature .feature-item .txt-wrap .desc {
    font-size: 15px;
  }
}
.main-feature .feature-item + .feature-item {
  margin-top: clamp(40px, 5vh, 72px);
}
@media (max-width: 575px) {
  .main-feature .feature-item + .feature-item {
    margin-top: calc(39.09091px + 3.63636vw);
  }
}
.main-feature .feature-item:nth-child(1) .img-wrap {
  width: 49.2958%;
}
@media (min-width: 768px) {
  .main-feature .feature-item:nth-child(1) .img-wrap {
    animation-name: fade-right;
  }
}
@media (max-width: 767px) {
  .main-feature .feature-item:nth-child(1) .img-wrap {
    width: 100%;
  }
}
.main-feature .feature-item:nth-child(1) .txt-wrap {
  max-width: 700px;
}
@media (max-width: 1440px) {
  .main-feature .feature-item:nth-child(1) .txt-wrap {
    padding-right: calc(-397.20497px + 31.0559vw);
  }
}
@media (max-width: 1279px) {
  .main-feature .feature-item:nth-child(1) .txt-wrap {
    padding: 0;
  }
}
.main-feature .feature-item:nth-child(1) .txt-wrap::before {
  background-image: url(/assets/images/main/kor/feature-bg-1.png);
  width: 1em;
  height: 0.7990115321em;
  font-size: 607px;
  right: 0;
  top: 0;
  opacity: 0.1;
  transform: translate(66%, -17%);
}
@media (max-width: 1600px) {
  .main-feature .feature-item:nth-child(1) .txt-wrap::before {
    font-size: calc(5.79952px + 37.57503vw);
    transform: translate(66%, -17%);
  }
}
@media (max-width: 767px) {
  .main-feature .feature-item:nth-child(1) .txt-wrap::before {
    font-size: calc(-33.48315px + 42.69663vw);
    transform: translate(32%, -9%);
  }
}
.main-feature .feature-item:nth-child(1) .txt-wrap .tit {
  animation-delay: 0.3s;
}
@media (min-width: 768px) {
  .main-feature .feature-item:nth-child(1) .txt-wrap .tit {
    animation-name: fade-left;
  }
}
.main-feature .feature-item:nth-child(1) .txt-wrap .desc {
  animation-delay: 0.5s;
}
@media (min-width: 768px) {
  .main-feature .feature-item:nth-child(1) .txt-wrap .desc {
    animation-name: fade-left;
  }
}
@media (max-width: 767px) {
  .main-feature .feature-item:nth-child(1) .txt-wrap .desc {
    max-width: 510px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .main-feature .feature-item:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.main-feature .feature-item:nth-child(2) .img-wrap {
  width: 57.7465%;
  animation-delay: 0.7s;
}
@media (max-width: 1023px) {
  .main-feature .feature-item:nth-child(2) .img-wrap {
    width: 54%;
  }
}
@media (min-width: 768px) {
  .main-feature .feature-item:nth-child(2) .img-wrap {
    animation-name: fade-left;
  }
}
@media (max-width: 767px) {
  .main-feature .feature-item:nth-child(2) .img-wrap {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .main-feature .feature-item:nth-child(2) .txt-wrap {
    padding-left: calc(-397.20497px + 31.0559vw);
  }
}
@media (max-width: 1279px) {
  .main-feature .feature-item:nth-child(2) .txt-wrap {
    padding: 0;
  }
}
.main-feature .feature-item:nth-child(2) .txt-wrap::before {
  background-image: url(/assets/images/main/kor/feature-bg-3.svg);
  width: 1em;
  height: 0.24055em;
  left: -167px;
  top: 0;
  opacity: 0.04;
  transform: translate(-12%, -34%) rotate(-12deg);
  font-size: 661px;
}
@media (max-width: 1919px) {
  .main-feature .feature-item:nth-child(2) .txt-wrap::before {
    left: calc(837.61755px + -52.3511vw);
    font-size: calc(-182.8795px + 43.97496vw);
  }
}
@media (max-width: 1600px) {
  .main-feature .feature-item:nth-child(2) .txt-wrap::before {
    left: 0;
  }
}
@media (max-width: 1279px) {
  .main-feature .feature-item:nth-child(2) .txt-wrap::before {
    font-size: calc(150.14121px + 17.97176vw);
    transform: translate(2%, -34%) rotate(-12deg);
  }
}
.main-feature .feature-item:nth-child(2) .txt-wrap .tit {
  animation-delay: 0.9s;
}
@media (min-width: 768px) {
  .main-feature .feature-item:nth-child(2) .txt-wrap .tit {
    animation-name: fade-right;
  }
}
.main-feature .feature-item:nth-child(2) .txt-wrap .desc {
  animation-delay: 1.1s;
}
@media (min-width: 768px) {
  .main-feature .feature-item:nth-child(2) .txt-wrap .desc {
    animation-name: fade-right;
  }
}

body.fp-responsive .main-feature .sec-inner {
  padding: 130px 0;
}
@media (max-width: 1600px) {
  body.fp-responsive .main-feature .sec-inner {
    padding: clamp(60px, 43.84615px + 5.38462vw, 130px) 0;
  }
}
body.fp-responsive .main-feature .feature-item .img-wrap {
  max-height: none;
}

.main-guide {
  --grow-size: 2.5;
  color: #FFF;
}
@media (max-width: 1279px) {
  .main-guide {
    --grow-size: 2;
  }
}
.main-guide .list {
  display: flex;
  height: 100vh;
  height: 100svh;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .main-guide .list {
    height: auto;
    display: grid;
    grid-template: repeat(2, 1fr)/repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .main-guide .list {
    grid-template: repeat(var(--length), 1fr)/1fr;
  }
}
.main-guide .list.is-hoverable {
  pointer-events: all;
}
body.fp-responsive .main-guide .list {
  pointer-events: all;
}

.main-guide .item {
  flex: 1;
  position: relative;
  overflow: hidden;
  transition: flex-grow 0.4s;
}
@media (min-width: 1024px) {
  .main-guide .item:not(:first-child) {
    margin-left: -1px;
  }
}
.main-guide .item-header {
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.main-guide .item-header .subtit {
  color: #DB3D33;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}
.main-guide .item-header .tit {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.main-guide .item-header.thumb {
  width: calc(var(--body-width, 100vw) / (var(--length) - 1 + var(--grow-size)));
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  text-align: center;
  font-size: 28px;
  gap: 0.46em;
  z-index: 5;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  padding: 0 0.4em;
}
@media (max-width: 1800px) {
  .main-guide .item-header.thumb {
    font-size: calc(18.72165px + 0.51546vw);
  }
}
@media (max-width: 1023px) {
  .main-guide .item-header.thumb {
    display: none;
  }
}
.main-guide .item-header.thumb .subtit {
  font-size: 18px;
  animation: fade-up calc(1s - var(--item-index) * 0.11s) calc(0.3s + var(--item-index) * 0.18s) both paused;
  position: relative;
}
@media (max-width: 1800px) {
  .main-guide .item-header.thumb .subtit {
    font-size: calc(13.36082px + 0.25773vw);
  }
}
.main-guide .item-header.thumb .tit {
  animation: fade-up calc(0.9s - var(--item-index) * 0.1s) calc(0.4s + var(--item-index) * 0.18s) both paused;
  position: relative;
}
.main-guide .item-content {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 5;
  transition: 0s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 8.16vh 5.6%;
  font-size: 38px;
}
@media (max-width: 1800px) {
  .main-guide .item-content {
    font-size: calc(19.4433px + 1.03093vw);
  }
}
@media (max-width: 1023px) {
  .main-guide .item-content {
    position: relative;
    inset: auto;
    padding: clamp(30px, 23.57602px + 2.14133vw, 48px);
    opacity: 1;
    height: 100%;
    justify-content: space-between;
    min-height: 10.5em;
    font-size: calc(15.85062px + 1.38313vw);
  }
}
.main-guide .item-content .item-header {
  margin-bottom: 0.625em;
  animation: fade-up calc(0.9s - var(--item-index) * 0.1s) calc(var(--item-index) * 0.18s) both paused;
}
@media (max-width: 1023px) {
  .main-guide .item-content .item-header {
    margin-bottom: 0.85em;
  }
}
.main-guide .item-content .item-header .subtit {
  font-size: 20px;
  margin-bottom: 0.35em;
}
@media (max-width: 1800px) {
  .main-guide .item-content .item-header .subtit {
    font-size: max(15px, 13.04124px + 0.3866vw);
  }
}
.main-guide .item-content .desc {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin-bottom: 2.77778em;
}
@media (max-width: 1800px) {
  .main-guide .item-content .desc {
    font-size: calc(13.36082px + 0.25773vw);
  }
}
@media (max-width: 1023px) {
  .main-guide .item-content .desc {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
  }
}
.main-guide .item-content .link-wrap {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  gap: max(5px, 0.55556em);
  flex-wrap: wrap;
}
@media (max-width: 1800px) {
  .main-guide .item-content .link-wrap {
    font-size: max(15px, 13.36082px + 0.25773vw);
  }
}
.main-guide .item-content .link-wrap a {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5em;
  padding: 0.85em 1.3875em;
  transition: background-color 0.3s, color 0.3s;
  gap: 0.38889em;
}
@media (max-width: 1023px) {
  .main-guide .item-content .link-wrap a {
    background-color: #fff;
    color: #222;
    padding: 0.7em 1.1em;
  }
}
.main-guide .item-content .link-wrap a::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999948 8L16.4736 8M16.4736 8L15.6679 8.13428C12.2571 8.70275 9.68933 11.5489 9.47363 15M16.4736 8L15.6679 7.86572C12.2571 7.29725 9.68933 4.45109 9.47363 1' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  width: 1em;
  height: 0.88889em;
  flex-shrink: 0;
  transition: background-image 0.3s;
}
@media (max-width: 1023px) {
  .main-guide .item-content .link-wrap a::after {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999948 8L16.4736 8M16.4736 8L15.6679 8.13428C12.2571 8.70275 9.68933 11.5489 9.47363 15M16.4736 8L15.6679 7.86572C12.2571 7.29725 9.68933 4.45109 9.47363 1' stroke='%23222222' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.main-guide .item-content .link-wrap a:hover {
  background-color: #fff;
  color: #222;
}
.main-guide .item-content .link-wrap a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999948 8L16.4736 8M16.4736 8L15.6679 8.13428C12.2571 8.70275 9.68933 11.5489 9.47363 15M16.4736 8L15.6679 7.86572C12.2571 7.29725 9.68933 4.45109 9.47363 1' stroke='%23222222' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.main-guide .item-bg {
  position: absolute;
  top: 0;
  height: 100%;
  min-width: 100%;
  width: 46vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 1023px) {
  .main-guide .item-bg {
    width: 100%;
    left: 0;
    transform: none;
  }
}
.main-guide .item-bg::before, .main-guide .item-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  transition: opacity 0.4s;
}
.main-guide .item-bg::before {
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1023px) {
  .main-guide .item-bg::before {
    background: rgba(0, 0, 0, 0.55);
  }
}
.main-guide .item-bg::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47%, #000 87%);
  opacity: 0;
}
.main-guide .item-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-guide .item:nth-child(2) .item-bg img {
  -o-object-position: 30%;
     object-position: 30%;
}
.main-guide .item:hover {
  flex-grow: var(--grow-size);
}
.main-guide .item:hover .thumb {
  opacity: 0;
}
.main-guide .item:hover .item-content {
  opacity: 1;
  transition: opacity 0.3s 0.4s;
}
@media (min-width: 1024px) {
  .main-guide .item:hover .item-bg::before {
    opacity: 0;
  }
  .main-guide .item:hover .item-bg::after {
    opacity: 1;
  }
}

.main-board {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .main-board {
    padding-top: calc(49.47368px + 3.50877vw);
    padding-bottom: calc(34.31579px + 4.5614vw);
  }
}
.main-board .board-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: var(--fp-padding-top);
  padding-bottom: 80px;
}
@media (max-width: 1440px) {
  .main-board .board-wrap {
    padding-bottom: calc(39.57895px + 2.80702vw);
  }
}
.main-board .board-wrap .sec-tit {
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
  width: 1px;
  flex-grow: 1;
}
@media (min-width: 1279px) and (max-width: 1440px) {
  .main-board .board-wrap .sec-tit {
    font-size: calc(-17.6087px + 4.34783vw);
  }
}
@media (max-width: 1279px) {
  .main-board .board-wrap .sec-tit {
    font-size: calc(13.01953px + 1.95313vw);
  }
}
@media (max-width: 767px) {
  .main-board .board-wrap .sec-tit {
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .main-board .board-wrap .sec-tit {
    font-size: calc(19.63636px + 1.45455vw);
  }
}
.main-board .board-wrap .tab-wrap {
  font-size: 22px;
  font-weight: 700;
  color: #666;
  margin-left: auto;
  position: relative;
  text-transform: capitalize;
}
@media (max-width: 1440px) {
  .main-board .board-wrap .tab-wrap {
    font-size: calc(11.30163px + 0.74294vw);
  }
}
@media (max-width: 767px) {
  .main-board .board-wrap .tab-wrap {
    width: 100%;
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .main-board .board-wrap .tab-wrap {
    font-size: 16px;
  }
}
@media (max-width: 383px) {
  .main-board .board-wrap .tab-wrap {
    font-size: 15px;
  }
}
.main-board .board-wrap .tab-wrap .tab-toggle {
  display: none;
  color: #222;
  border: 1px solid #222;
  border-radius: 5px;
  padding: 0.7em 1em;
  width: 100%;
  justify-content: space-between;
  gap: 0.5em;
}
@media (max-width: 575px) {
  .main-board .board-wrap .tab-wrap .tab-toggle {
    display: flex;
  }
}
.main-board .board-wrap .tab-wrap .tab-toggle::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4L6 8L10 4' stroke='%23222222' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  width: 1.2em;
  aspect-ratio: 1;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.main-board .board-wrap .tab-wrap .tab-toggle.active::after {
  transform: rotate(180deg);
}
.main-board .board-wrap .tab-wrap .tab-list {
  display: flex;
  z-index: 5;
}
@media (max-width: 767px) {
  .main-board .board-wrap .tab-wrap .tab-list {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .main-board .board-wrap .tab-wrap .tab-list {
    position: absolute;
    top: calc(100% + 10px);
    width: 100%;
    visibility: hidden;
    background-color: #fff;
    display: block;
    border-radius: 5px;
    border: 1px solid #222;
    padding: 20px 15px;
  }
  .main-board .board-wrap .tab-wrap .tab-list.active {
    visibility: visible;
  }
}
.main-board .board-wrap .tab-wrap .tab-list li {
  padding: 0 1.1em;
  position: relative;
}
@media (max-width: 1023px) {
  .main-board .board-wrap .tab-wrap .tab-list li {
    padding: 0 0.9em;
  }
}
@media (max-width: 575px) {
  .main-board .board-wrap .tab-wrap .tab-list li {
    padding: 0;
  }
}
.main-board .board-wrap .tab-wrap .tab-list li + li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #B5B5B5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .main-board .board-wrap .tab-wrap .tab-list li + li::before {
    display: none;
  }
}
@media (max-width: 575px) {
  .main-board .board-wrap .tab-wrap .tab-list li.active {
    display: none;
  }
}
@media (max-width: 575px) {
  .main-board .board-wrap .tab-wrap .tab-list li:not(.active:first-child) + li {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 14px;
    margin-top: 14px;
  }
}
.main-board .board-wrap .tab-wrap .tab-btn {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  width: 100%;
}
@media (max-width: 575px) {
  .main-board .board-wrap .tab-wrap .tab-btn {
    justify-content: space-between;
  }
  .main-board .board-wrap .tab-wrap .tab-btn::after {
    content: "";
    width: 7px;
    height: 13px;
    background: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.641 0.731321C1.21676 0.377783 0.585404 0.435061 0.231825 0.85925C-0.121712 1.2835 -0.0644349 1.91485 0.359755 2.26843L4.516 5.73132C4.99576 6.13112 4.99576 6.86864 4.516 7.26843L0.359755 10.7313C-0.0644342 11.0849 -0.121712 11.7163 0.231826 12.1405C0.585405 12.5647 1.21676 12.622 1.64101 12.2684L5.79726 8.80456C7.2362 7.6052 7.2362 5.39455 5.79725 4.19519L1.641 0.731321Z' fill='%234B5158'/%3E%3C/svg%3E%0A") no-repeat center;
    flex-shrink: 0;
    margin-left: 0.5em;
  }
}
.main-board .board-wrap .tab-wrap .tab-btn span {
  padding: 0.1em 0;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 575px) {
  .main-board .board-wrap .tab-wrap .tab-btn span {
    padding: 0;
  }
}
.main-board .board-wrap .tab-wrap .tab-btn:hover {
  color: #000;
}
.main-board .board-wrap .tab-wrap .tab-btn.active {
  color: #000;
}
.main-board .board-wrap .tab-wrap .tab-btn.active::before {
  content: "";
  width: 1.7273em;
  height: 1.7273em;
  flex-shrink: 0;
  background: url(/assets/images/common/ico-strawberry.png) no-repeat center/contain;
  margin-right: 0.32em;
}
@media (max-width: 575px) {
  .main-board .board-wrap .tab-wrap .tab-btn.active::before {
    display: none;
  }
}
.main-board .board-wrap .tab-content {
  order: 50;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 1279px) {
  .main-board .board-wrap .tab-content {
    margin-top: 35px;
  }
}
@media (max-width: 1023px) {
  .main-board .board-wrap .tab-content {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .main-board .board-wrap .tab-content {
    order: 0;
    margin-top: 25px;
  }
}
@media (max-width: 383px) {
  .main-board .board-wrap .tab-content {
    margin-top: 20px;
  }
}
.main-board .board-wrap .tab-content .tab-panel:not(.active) {
  display: none;
}
.main-board .board-wrap .tab-content .post-list {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.3;
  height: 17em;
}
@media (max-width: 1440px) {
  .main-board .board-wrap .tab-content .post-list {
    font-size: 17px;
  }
}
@media (max-width: 1279px) {
  .main-board .board-wrap .tab-content .post-list {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main-board .board-wrap .tab-content .post-list {
    height: auto;
  }
}
.main-board .board-wrap .tab-content .post-list .item {
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  display: flex;
  height: 5em;
  padding: 0 1.65em;
  align-items: center;
  position: relative;
}
@media (max-width: 1279px) {
  .main-board .board-wrap .tab-content .post-list .item {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .main-board .board-wrap .tab-content .post-list .item {
    border-radius: 10px;
  }
}
.main-board .board-wrap .tab-content .post-list .item .tit {
  color: #222;
  font-size: calc(1em + 2px);
  font-weight: 500;
}
.main-board .board-wrap .tab-content .post-list .link + .link {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .main-board .board-wrap .tab-content .post-list .link + .link {
    margin-top: 0.8em;
  }
}
@media (max-width: 383px) {
  .main-board .board-wrap .tab-content .post-list .link + .link {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .main-board .board-wrap .tab-content .post-list .link {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 1.25em;
    row-gap: 0.625em;
  }
}
.main-board .board-wrap .tab-content .post-list .link .cate {
  margin-right: 1em;
  font-weight: inherit;
  width: 6.5em;
  flex-shrink: 0;
  line-height: 1;
}
@media (max-width: 1023px) {
  .main-board .board-wrap .tab-content .post-list .link .cate {
    width: 6em;
  }
}
@media (max-width: 767px) {
  .main-board .board-wrap .tab-content .post-list .link .cate {
    width: 100%;
  }
}
.main-board .board-wrap .tab-content .post-list .link .cate_1 {
  color: #003894;
}
.main-board .board-wrap .tab-content .post-list .link .cate_2 {
  color: #D95218;
}
.main-board .board-wrap .tab-content .post-list .link .cate_3 {
  color: #198C07;
}
.main-board .board-wrap .tab-content .post-list .link .tit {
  overflow: hidden;
  max-width: 100%;
  line-height: 1.3;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  text-decoration-line: underline;
  text-underline-position: under;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s;
  margin-right: 1.2em;
  display: block;
}
@media (max-width: 575px) {
  .main-board .board-wrap .tab-content .post-list .link .tit {
    font-size: calc(1em + 1px);
  }
}
@media (max-width: 480px) {
  .main-board .board-wrap .tab-content .post-list .link .tit {
    font-size: 1em;
  }
}
@media (max-width: 383px) {
  .main-board .board-wrap .tab-content .post-list .link .tit {
    overflow: hidden;
    max-width: 100%;
    line-height: 1.3;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    max-height: 2.64em;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
  }
}
.main-board .board-wrap .tab-content .post-list .link .date {
  color: #444;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .main-board .board-wrap .tab-content .post-list .link .date {
    margin-top: 0.25em;
  }
}
.main-board .board-wrap .tab-content .post-list .link:hover .tit {
  text-decoration-color: currentColor;
}
.main-board .board-wrap .tab-content .post-list .nodata {
  flex-grow: 1;
  justify-content: center;
}
.main-board .board-wrap .tab-content .post-list .nodata .tit {
  font-size: 1.4em;
  color: #444;
}
.main-board .board-wrap .tab-more {
  margin-left: 0.4em;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  font-size: 38px;
}
@media (min-width: 575px) and (max-width: 1440px) {
  .main-board .board-wrap .tab-more {
    font-size: calc(21.3526px + 1.15607vw);
  }
}
@media (max-width: 1023px) {
  .main-board .board-wrap .tab-more {
    margin-left: 0.25em;
  }
}
@media (max-width: 767px) {
  .main-board .board-wrap .tab-more {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
    font-size: 18px;
    min-height: 2.78em;
  }
}
@media (max-width: 575px) {
  .main-board .board-wrap .tab-more {
    font-size: 17px;
  }
}
@media (max-width: 383px) {
  .main-board .board-wrap .tab-more {
    font-size: 16px;
  }
}
.main-board .board-wrap .tab-more .more-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .main-board .board-wrap .tab-more .more-link {
    background-color: #EfEfEf;
    padding: 0.6em 1em;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
  }
}
.main-board .board-wrap .tab-more .more-link:not(.active) {
  display: none;
}
@media (min-width: 768px) {
  .main-board .board-wrap .tab-more .more-link .txt {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
  }
}
.main-board .board-wrap .tab-more .more-link::after {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M19 34V19H4' stroke='%23000000' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M19 4V19H34' stroke='%23000000' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  transition: background-image 0.3s;
}
@media (max-width: 767px) {
  .main-board .board-wrap .tab-more .more-link::after {
    width: 1.1112em;
    aspect-ratio: 1;
    padding-top: 0;
    margin-left: 0.2em;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.999 3C12.4408 3 12.7987 3.35807 12.7988 3.7998V11.2002H20.2002C20.6419 11.2003 20.9999 11.5583 21 12C21 12.4418 20.6419 12.7997 20.2002 12.7998H12.7988V20.2002C12.7988 20.642 12.4409 21 11.999 21C11.5573 20.9999 11.1992 20.642 11.1992 20.2002V12.7998H3.7998C3.35807 12.7997 3 12.4418 3 12C3.00011 11.5583 3.35813 11.2003 3.7998 11.2002H11.1992V3.7998C11.1993 3.35813 11.5574 3.00011 11.999 3Z' fill='%23222222'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  }
}
.main-board .board-wrap .tab-more .more-link:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M19 34V19H4' stroke='%23DB3D33' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M19 4V19H34' stroke='%23DB3D33' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767px) {
  .main-board .board-wrap .tab-more .more-link:hover {
    color: #FFF;
    background-color: #222;
  }
  .main-board .board-wrap .tab-more .more-link:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.999 3C12.4408 3 12.7987 3.35807 12.7988 3.7998V11.2002H20.2002C20.6419 11.2003 20.9999 11.5583 21 12C21 12.4418 20.6419 12.7997 20.2002 12.7998H12.7988V20.2002C12.7988 20.642 12.4409 21 11.999 21C11.5573 20.9999 11.1992 20.642 11.1992 20.2002V12.7998H3.7998C3.35807 12.7997 3 12.4418 3 12C3.00011 11.5583 3.35813 11.2003 3.7998 11.2002H11.1992V3.7998C11.1993 3.35813 11.5574 3.00011 11.999 3Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  }
}
.main-board .quick-wrap {
  display: flex;
  font-size: 24px;
}
@media (max-width: 1279px) {
  .main-board .quick-wrap {
    font-size: calc(9.01172px + 1.17188vw);
  }
}
@media (max-width: 767px) {
  .main-board .quick-wrap {
    font-size: calc(13.07281px + 0.6424vw);
    text-align: center;
  }
}
@media (max-width: 575px) {
  .main-board .quick-wrap {
    flex-direction: column;
  }
}
.main-board .quick-wrap .item {
  flex: 1;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8em 1em;
  min-height: 5em;
  transition: background-color 0.3s;
  gap: 0.35em;
}
@media (max-width: 1440px) {
  .main-board .quick-wrap .item {
    min-height: 4.2em;
  }
}
@media (max-width: 1279px) {
  .main-board .quick-wrap .item {
    border-radius: 0.7em;
    min-height: 4em;
  }
}
@media (max-width: 767px) {
  .main-board .quick-wrap .item {
    flex-direction: column;
    row-gap: 0.2em;
    min-height: 6em;
  }
}
@media (max-width: 575px) {
  .main-board .quick-wrap .item {
    width: 100%;
    flex-direction: row;
    min-height: 0;
    padding: 1em;
    -moz-column-gap: 0.45em;
         column-gap: 0.45em;
  }
}
.main-board .quick-wrap .item + .item {
  margin-left: 20px;
}
@media (max-width: 1279px) {
  .main-board .quick-wrap .item + .item {
    margin-left: 0.7em;
  }
}
@media (max-width: 767px) {
  .main-board .quick-wrap .item + .item {
    margin-left: 0.5em;
  }
}
@media (max-width: 575px) {
  .main-board .quick-wrap .item + .item {
    margin-left: 0;
    margin-top: 0.625em;
  }
}
.main-board .quick-wrap .item:nth-child(1) {
  background-color: #FFE9EB;
  color: #CE3244;
  --ico-color: currentColor;
}
.main-board .quick-wrap .item:nth-child(2) {
  background-color: #DDF0FF;
  color: #0074D0;
  --ico-color: #118AEA;
}
.main-board .quick-wrap .item:nth-child(3) {
  background-color: #DEF5DA;
  color: #127800;
  --ico-color: #158F00;
}
.main-board .quick-wrap .item .ico {
  width: 1.3334em;
  -webkit-mask: no-repeat center/contain;
          mask: no-repeat center/contain;
  transition: background-color 0.3s;
  background-color: var(--ico-color);
}
.main-board .quick-wrap .item .ico-1 {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9984 7.97948C16.0583 8.00711 16.1135 8.03013 16.1734 8.05775M15.9984 7.97948C15.9386 8.0025 15.8787 8.03013 15.8235 8.05775M15.9984 7.97948C16.0583 8.0025 16.1181 8.03013 16.1734 8.05775M15.9984 7.97948C15.9386 8.00711 15.8833 8.03013 15.8235 8.05775M16.1734 8.05775C16.224 7.91043 16.2793 7.76771 16.3437 7.62499M16.1734 8.05775L16.1731 8.06254C16.1639 8.09017 16.1501 8.11779 16.1409 8.14541C16.4355 8.32957 16.7486 8.48149 17.0754 8.6058C17.7062 9.09381 18.0791 9.69231 18.0791 10.3461C18.0791 11.3129 17.2596 12.1692 15.9981 12.7124C14.7367 12.1692 13.9172 11.3129 13.9172 10.3461C13.9172 9.69231 14.2901 9.0892 14.9208 8.60119C15.2477 8.47689 15.5608 8.32496 15.8554 8.14081C15.8462 8.11319 15.8327 8.08537 15.8235 8.05775M16.1734 8.05775C16.224 7.91043 16.2793 7.7631 16.3437 7.62499M16.1734 8.05775C16.514 8.21428 16.8185 8.39842 17.0764 8.60099M16.1734 8.05775C16.514 8.21888 16.8174 8.39848 17.0752 8.60105C16.7483 8.47675 16.4353 8.32482 16.1406 8.14067C16.1498 8.11305 16.1642 8.08537 16.1734 8.05775ZM16.3437 7.62499C16.2286 7.6434 16.1135 7.65722 15.9984 7.68484C15.8833 7.66182 15.7682 7.6434 15.6531 7.62499C15.7176 7.7631 15.7728 7.91043 15.8235 8.05775M16.3437 7.62499C16.8271 6.59372 17.7526 5.75559 19.0002 5.37808H18.9956C20.4504 4.93611 22.0065 5.20774 23.245 5.98118C22.9181 7.03546 22.1544 7.93804 21.0725 8.46748M15.8235 8.05775C15.4828 8.21428 15.1797 8.39848 14.9219 8.60105C15.2487 8.47675 15.5618 8.32482 15.8565 8.14067C15.8473 8.11305 15.8327 8.08537 15.8235 8.05775ZM21.0725 8.46748C20.8561 8.57337 20.6305 8.67005 20.3911 8.74371M21.0725 8.46748C24.5853 10.2169 27.3153 14.3788 25.3311 20.1152C21.3211 31.7169 10.677 31.7169 6.66703 20.1152C4.68737 14.3788 7.41285 10.2169 10.9256 8.46288C11.142 8.56877 11.3676 8.66545 11.607 8.73911C12.7119 9.07519 13.8813 8.99232 14.9218 8.59639C14.291 9.089 13.9181 9.6875 13.9181 10.3412C13.9181 11.3081 14.7376 12.1644 15.9991 12.7076C17.2605 12.1644 18.08 11.3081 18.08 10.3412C18.08 9.69211 17.7071 9.089 17.0764 8.60099M20.3911 8.74371C19.2862 9.07979 18.1168 9.00153 17.0764 8.60099M20.3911 8.74371C19.2862 9.07979 18.1168 8.99692 17.0764 8.60099M15.9984 21.6804V23.1076M13.134 16.676V18.1032M18.8621 16.676V18.1032M16 8V2M15.6542 7.62476C15.1708 6.58889 14.2501 5.75559 12.9978 5.37808C11.5476 4.93611 9.98688 5.20774 8.74844 5.98118C9.07531 7.04007 9.83955 7.94242 10.9215 8.46726C11.1378 8.57315 11.3634 8.66983 11.6028 8.74349C12.7078 9.07957 13.8771 9.00131 14.9176 8.60077C15.1754 8.3982 15.4793 8.21865 15.82 8.05752C15.7693 7.9102 15.7141 7.76748 15.6496 7.62476H15.6542Z' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9984 7.97948C16.0583 8.00711 16.1135 8.03013 16.1734 8.05775M15.9984 7.97948C15.9386 8.0025 15.8787 8.03013 15.8235 8.05775M15.9984 7.97948C16.0583 8.0025 16.1181 8.03013 16.1734 8.05775M15.9984 7.97948C15.9386 8.00711 15.8833 8.03013 15.8235 8.05775M16.1734 8.05775C16.224 7.91043 16.2793 7.76771 16.3437 7.62499M16.1734 8.05775L16.1731 8.06254C16.1639 8.09017 16.1501 8.11779 16.1409 8.14541C16.4355 8.32957 16.7486 8.48149 17.0754 8.6058C17.7062 9.09381 18.0791 9.69231 18.0791 10.3461C18.0791 11.3129 17.2596 12.1692 15.9981 12.7124C14.7367 12.1692 13.9172 11.3129 13.9172 10.3461C13.9172 9.69231 14.2901 9.0892 14.9208 8.60119C15.2477 8.47689 15.5608 8.32496 15.8554 8.14081C15.8462 8.11319 15.8327 8.08537 15.8235 8.05775M16.1734 8.05775C16.224 7.91043 16.2793 7.7631 16.3437 7.62499M16.1734 8.05775C16.514 8.21428 16.8185 8.39842 17.0764 8.60099M16.1734 8.05775C16.514 8.21888 16.8174 8.39848 17.0752 8.60105C16.7483 8.47675 16.4353 8.32482 16.1406 8.14067C16.1498 8.11305 16.1642 8.08537 16.1734 8.05775ZM16.3437 7.62499C16.2286 7.6434 16.1135 7.65722 15.9984 7.68484C15.8833 7.66182 15.7682 7.6434 15.6531 7.62499C15.7176 7.7631 15.7728 7.91043 15.8235 8.05775M16.3437 7.62499C16.8271 6.59372 17.7526 5.75559 19.0002 5.37808H18.9956C20.4504 4.93611 22.0065 5.20774 23.245 5.98118C22.9181 7.03546 22.1544 7.93804 21.0725 8.46748M15.8235 8.05775C15.4828 8.21428 15.1797 8.39848 14.9219 8.60105C15.2487 8.47675 15.5618 8.32482 15.8565 8.14067C15.8473 8.11305 15.8327 8.08537 15.8235 8.05775ZM21.0725 8.46748C20.8561 8.57337 20.6305 8.67005 20.3911 8.74371M21.0725 8.46748C24.5853 10.2169 27.3153 14.3788 25.3311 20.1152C21.3211 31.7169 10.677 31.7169 6.66703 20.1152C4.68737 14.3788 7.41285 10.2169 10.9256 8.46288C11.142 8.56877 11.3676 8.66545 11.607 8.73911C12.7119 9.07519 13.8813 8.99232 14.9218 8.59639C14.291 9.089 13.9181 9.6875 13.9181 10.3412C13.9181 11.3081 14.7376 12.1644 15.9991 12.7076C17.2605 12.1644 18.08 11.3081 18.08 10.3412C18.08 9.69211 17.7071 9.089 17.0764 8.60099M20.3911 8.74371C19.2862 9.07979 18.1168 9.00153 17.0764 8.60099M20.3911 8.74371C19.2862 9.07979 18.1168 8.99692 17.0764 8.60099M15.9984 21.6804V23.1076M13.134 16.676V18.1032M18.8621 16.676V18.1032M16 8V2M15.6542 7.62476C15.1708 6.58889 14.2501 5.75559 12.9978 5.37808C11.5476 4.93611 9.98688 5.20774 8.74844 5.98118C9.07531 7.04007 9.83955 7.94242 10.9215 8.46726C11.1378 8.57315 11.3634 8.66983 11.6028 8.74349C12.7078 9.07957 13.8771 9.00131 14.9176 8.60077C15.1754 8.3982 15.4793 8.21865 15.82 8.05752C15.7693 7.9102 15.7141 7.76748 15.6496 7.62476H15.6542Z' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.main-board .quick-wrap .item .ico-2 {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0621 26.9582H27.6942C28.7975 26.9582 30 26.3818 30 25.2785C30 24.1752 28.7913 22.9727 27.6942 22.9727M26.4109 15.7085C26.4109 22.1733 21.1733 27.4171 14.7023 27.4171C8.23134 27.4171 3 22.1733 3 15.7085C3 9.24374 8.24374 4 14.7085 4C21.1733 4 26.4171 9.24374 26.4171 15.7085H26.4109ZM20.2254 18.2679C18.8122 18.2679 17.6655 17.1213 17.6655 15.7081C17.6655 14.2948 18.8122 13.1482 20.2254 13.1482C21.6386 13.1482 22.7853 14.2948 22.7853 15.7081C22.7853 17.1213 21.6386 18.2679 20.2254 18.2679ZM9.18481 18.2679C7.7716 18.2679 6.62492 17.1213 6.62492 15.7081C6.62492 14.2948 7.7716 13.1482 9.18481 13.1482C10.598 13.1482 11.7447 14.2948 11.7447 15.7081C11.7447 17.1213 10.598 18.2679 9.18481 18.2679ZM17.2679 10.1921C17.2679 11.6053 16.1212 12.752 14.708 12.752C13.2948 12.752 12.1481 11.6053 12.1481 10.1921C12.1481 8.77887 13.2948 7.63219 14.708 7.63219C16.1212 7.63219 17.2679 8.77887 17.2679 10.1921ZM17.2679 21.2252C17.2679 22.6384 16.1212 23.785 14.708 23.785C13.2948 23.785 12.1481 22.6384 12.1481 21.2252C12.1481 19.812 13.2948 18.6653 14.708 18.6653C16.1212 18.6653 17.2679 19.812 17.2679 21.2252Z' stroke='%23FFFFFF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0621 26.9582H27.6942C28.7975 26.9582 30 26.3818 30 25.2785C30 24.1752 28.7913 22.9727 27.6942 22.9727M26.4109 15.7085C26.4109 22.1733 21.1733 27.4171 14.7023 27.4171C8.23134 27.4171 3 22.1733 3 15.7085C3 9.24374 8.24374 4 14.7085 4C21.1733 4 26.4171 9.24374 26.4171 15.7085H26.4109ZM20.2254 18.2679C18.8122 18.2679 17.6655 17.1213 17.6655 15.7081C17.6655 14.2948 18.8122 13.1482 20.2254 13.1482C21.6386 13.1482 22.7853 14.2948 22.7853 15.7081C22.7853 17.1213 21.6386 18.2679 20.2254 18.2679ZM9.18481 18.2679C7.7716 18.2679 6.62492 17.1213 6.62492 15.7081C6.62492 14.2948 7.7716 13.1482 9.18481 13.1482C10.598 13.1482 11.7447 14.2948 11.7447 15.7081C11.7447 17.1213 10.598 18.2679 9.18481 18.2679ZM17.2679 10.1921C17.2679 11.6053 16.1212 12.752 14.708 12.752C13.2948 12.752 12.1481 11.6053 12.1481 10.1921C12.1481 8.77887 13.2948 7.63219 14.708 7.63219C16.1212 7.63219 17.2679 8.77887 17.2679 10.1921ZM17.2679 21.2252C17.2679 22.6384 16.1212 23.785 14.708 23.785C13.2948 23.785 12.1481 22.6384 12.1481 21.2252C12.1481 19.812 13.2948 18.6653 14.708 18.6653C16.1212 18.6653 17.2679 19.812 17.2679 21.2252Z' stroke='%23FFFFFF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.main-board .quick-wrap .item .ico-3 {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='72' height='32' viewBox='0 0 72 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M71.7285 1.51737C71.7285 1.42766 71.7226 1.33745 71.7295 1.24823C71.757 0.894764 71.5922 0.634446 71.3265 0.430506C71.0309 0.203034 70.699 0.0579224 70.3235 0.0133104C69.7538 -0.0548331 69.3808 0.157932 69.1606 0.687882C69.1356 0.748182 69.1121 0.808972 69.0915 0.870742C68.9881 1.17861 68.892 1.48894 68.7817 1.79436C68.5655 2.39196 68.4243 3.01212 68.237 3.61854C68.035 4.27106 67.8546 4.9319 67.6698 5.59029C67.2423 7.11249 66.9452 8.66313 66.6428 10.2118C66.4158 11.3761 66.2065 12.5463 66.1471 13.7371C66.1221 14.2406 66.0819 14.7451 66.104 15.2476C66.1427 16.1187 66.0908 16.9938 66.2035 17.862C66.1378 18.2719 66.3109 18.6454 66.3844 19.0337C66.406 19.1469 66.4628 19.2469 66.5398 19.3342C66.7457 19.568 67.0771 19.5788 67.2963 19.3563C67.3713 19.2803 67.4291 19.1906 67.4664 19.0901C67.5311 18.9141 67.5801 18.7351 67.6066 18.5479C67.6664 18.1213 67.686 17.6894 67.8012 17.2708C67.8443 17.1144 67.8914 16.959 67.9091 16.7948C67.9424 16.479 67.9787 16.1633 68.0336 15.8506C68.1532 15.1721 68.387 14.5171 68.466 13.8298C68.4846 13.67 68.5831 13.5445 68.6233 13.3964C68.89 12.4238 69.1474 11.4487 69.42 10.478C69.7391 9.34113 70.0691 8.2072 70.397 7.07278C70.4353 6.9414 70.5196 6.81639 70.5294 6.685C70.5495 6.41488 70.6108 6.15554 70.6789 5.89718C70.7789 5.51921 70.8858 5.14368 70.9873 4.7662C71.1775 4.05927 71.3662 3.35185 71.5555 2.64492C71.6545 2.27528 71.7834 1.91054 71.7275 1.51786L71.7285 1.51737Z' fill='%23FFFFFF'/%3E%3Cpath d='M5.99734 2.96104C6.19883 3.46697 6.4013 3.97289 6.60475 4.47833C6.75035 4.84062 6.89007 5.20536 7.04695 5.56275C7.1852 5.87846 7.49699 6.0677 7.77937 6.0324C8.13529 5.98779 8.42306 5.70933 8.48434 5.36028C8.51277 5.19899 8.47992 5.04015 8.47502 4.88131C8.46571 4.54991 8.4309 4.219 8.40835 3.91014C8.4412 3.71503 8.3956 3.54688 8.37795 3.37823C8.32893 2.90858 8.34168 2.43501 8.27206 1.96683C8.20784 1.53247 8.21863 1.09126 8.14215 0.656903C8.04851 0.127933 7.51954 -0.0779682 7.1298 0.0426312C6.7582 0.157838 6.38365 0.269123 5.99342 0.313244C5.87184 0.326971 5.75762 0.368151 5.65663 0.443648C5.33846 0.682396 5.236 1.03831 5.38552 1.41972C5.58701 1.93447 5.79291 2.44775 5.99734 2.96104Z' fill='%23FFFFFF'/%3E%3Cpath d='M1.77906 5.59208C2.17616 5.797 2.56051 6.02594 2.95074 6.2441C3.49049 6.54609 4.03025 6.84906 4.57049 7.15007C4.7911 7.27263 5.00926 7.40107 5.23673 7.50941C5.50784 7.63884 5.80247 7.58687 5.98435 7.39862C6.16378 7.21233 6.21868 6.87063 6.1074 6.62747C6.10642 6.49805 6.07946 6.38872 5.91866 6.38235C5.84316 6.2289 5.69854 6.13527 5.58971 6.01075C5.26762 5.64257 4.92592 5.29205 4.59452 4.93222C4.17536 4.47727 3.74885 4.02968 3.2993 3.60513C2.93603 3.26245 2.47422 3.32962 2.19724 3.73897C2.02467 3.99438 1.86681 4.27137 1.63346 4.47335C1.28196 4.77779 1.38344 5.38814 1.77906 5.59208Z' fill='%23FFFFFF'/%3E%3Cpath d='M58.0956 23.2676C58.1029 23.2951 58.1206 23.3113 58.149 23.3142C58.1559 23.3402 58.1715 23.3559 58.1995 23.3564L58.2073 23.3613C58.2113 23.3809 58.222 23.3917 58.2426 23.3907C58.2598 23.4005 58.2765 23.4098 58.2936 23.4196C58.4833 23.578 58.7064 23.6319 58.9476 23.6191C59.3947 23.5951 59.7658 23.3917 60.1051 23.1176L60.107 23.1166C60.1256 23.1005 60.1438 23.0838 60.1668 23.0735C60.1889 23.0637 60.2139 23.0578 60.2325 23.0441C61.1958 22.348 62.017 21.5057 62.7553 20.5792C62.7793 20.5581 62.8063 20.5395 62.8269 20.5149C63.3661 19.8732 63.8755 19.208 64.3613 18.5255C64.5309 18.2873 64.6256 18.0196 64.6496 17.7328C64.6677 17.5147 64.6721 17.2921 64.6511 17.0749C64.6001 16.5455 64.3849 16.1096 63.8971 15.839C63.4323 15.5812 62.9254 15.7763 62.768 16.2871C62.7058 16.4881 62.6636 16.6955 62.6121 16.8999C62.5994 16.9107 62.596 16.9234 62.6014 16.9391C62.5656 16.9666 62.5558 17.0043 62.5592 17.047C62.546 17.0538 62.543 17.0636 62.5499 17.0764C62.5107 17.1058 62.5028 17.148 62.5009 17.1931C62.3092 17.5681 62.1131 17.9397 61.8586 18.2785C61.3498 18.9565 60.761 19.5604 60.1472 20.1419C60.083 20.2027 60.0055 20.2507 59.9599 20.3306C59.6874 20.5507 59.4153 20.7704 59.1427 20.9905C59.0726 21.0468 59.0015 21.0998 58.9118 21.1248C58.7687 21.165 58.6995 21.1361 58.6382 21.0008C58.5936 20.9017 58.5878 20.7963 58.5917 20.689C58.6044 20.3468 58.6182 20.0041 58.628 19.6619C58.6564 18.6589 58.6745 17.6559 58.7201 16.6533C58.7378 16.2645 58.6397 15.9086 58.298 15.665C57.8897 15.3091 57.4357 15.0958 56.8768 15.2042C56.8376 15.1993 56.8043 15.2135 56.7748 15.238C56.7592 15.2404 56.743 15.2434 56.7273 15.2458C56.4733 15.3051 56.2459 15.4194 56.0385 15.5762C55.9988 15.5787 55.9684 15.5968 55.9483 15.6312L55.9439 15.6331C55.9248 15.6444 55.911 15.6635 55.89 15.6723C55.89 15.6723 55.89 15.6718 55.89 15.6714C55.9076 15.6586 55.9262 15.6454 55.9439 15.6331C55.9164 15.6331 55.8973 15.6459 55.8875 15.6714C55.8493 15.6763 55.8184 15.6929 55.8002 15.7287C55.485 15.915 55.2124 16.1523 54.9649 16.42C54.8526 16.4989 54.7536 16.592 54.6653 16.6964C54.6359 16.7043 54.6153 16.7219 54.605 16.7509C54.1653 17.0671 53.7711 17.4387 53.3569 17.7858L53.3481 17.7916C53.3206 17.7916 53.3049 17.8078 53.2966 17.8323C53.2691 17.8343 53.25 17.8475 53.2412 17.8735C53.2039 17.8809 53.1745 17.8985 53.1574 17.9338L53.152 17.9372C53.124 17.9372 53.1078 17.9529 53.0995 17.9779C53.0701 17.9814 53.05 17.9966 53.0397 18.0245C52.6338 18.3118 52.2911 18.6721 51.9185 18.9976C51.8808 19.0045 51.8489 19.0207 51.8322 19.0579C51.5528 19.2531 51.2729 19.4477 50.9934 19.6428C50.9537 19.6438 50.9145 19.6472 50.8919 19.6874C50.8527 19.6904 50.8238 19.709 50.8057 19.7443C50.6674 19.8467 50.5292 19.8918 50.3909 19.7453C50.3365 19.5815 50.3144 19.4139 50.3149 19.2403C50.3184 18.5064 50.3169 17.7725 50.3184 17.0386C50.3189 16.7043 50.2909 16.3709 50.2816 16.0376C50.2718 15.6915 50.1463 15.4311 49.8678 15.236C49.6551 15.0885 49.4394 15.1022 49.2222 15.2262C49.1634 15.2355 49.1335 15.2728 49.1241 15.3292C49.0986 15.3385 49.0854 15.3571 49.0834 15.3846C49.0428 15.4037 49.029 15.439 49.0256 15.4802C48.9187 15.6238 48.906 15.7939 48.8859 15.9635C48.8207 16.5067 48.8472 17.0538 48.8192 17.5985C48.756 18.8349 48.7138 20.0718 48.7442 21.3106C48.7545 21.7401 48.9276 22.0577 49.2786 22.2901C49.4144 22.4166 49.5717 22.5024 49.7546 22.5387C49.9281 22.6338 50.1159 22.649 50.3081 22.6377C50.6591 22.6617 50.9321 22.4833 51.2003 22.2921C51.5283 22.1107 51.8597 21.9347 52.1264 21.6641C52.1514 21.6601 52.169 21.6479 52.1754 21.6224C52.2122 21.6092 52.2431 21.59 52.2578 21.5513C52.6455 21.1856 53.0382 20.8258 53.4451 20.4811C53.4736 20.4772 53.4932 20.463 53.5015 20.4355C53.8525 20.2129 54.178 19.9546 54.5099 19.7051C54.7173 19.5492 54.9389 19.409 55.1154 19.2138C55.1154 19.2138 55.1154 19.2133 55.1154 19.2129C55.1418 19.207 55.16 19.1923 55.1683 19.1668C55.2046 19.158 55.2316 19.1379 55.2468 19.1021L55.2536 19.0962C55.2791 19.0937 55.2933 19.0795 55.2977 19.0545L55.3027 19.0501C55.3291 19.0472 55.3443 19.0324 55.3487 19.0065L55.3522 19.0035C55.3796 19.0001 55.3948 18.9849 55.3997 18.9579L55.4017 18.956C55.4291 18.9525 55.4448 18.9369 55.4497 18.9094C55.6978 18.6981 55.9154 18.452 56.1865 18.2672C56.338 18.2113 56.4626 18.1103 56.5944 18.023C56.7474 17.9216 56.9003 17.8961 57.0636 17.9936C57.2028 18.2137 57.1862 18.4608 57.1842 18.704C57.1773 19.5751 57.1685 20.4458 57.1582 21.317C57.1553 21.5734 57.2013 21.819 57.3033 22.0533C57.42 22.3225 57.5543 22.5833 57.7151 22.8284C57.8215 22.9907 57.9308 23.1534 58.0931 23.2691L58.0956 23.2676ZM49.0864 15.3841C49.1001 15.3664 49.1138 15.3488 49.1276 15.3311C49.1281 15.3311 49.1286 15.3311 49.129 15.3306C49.1202 15.3527 49.1026 15.3679 49.0864 15.3841ZM53.2451 17.875C53.2451 17.875 53.2451 17.874 53.2456 17.873C53.2632 17.8593 53.2809 17.8451 53.2985 17.8314C53.2824 17.848 53.2672 17.8667 53.2451 17.875Z' fill='%23FFFFFF'/%3E%3Cpath d='M4.26626 9.85458C4.34862 9.84282 4.42363 9.81242 4.49325 9.76977C4.65503 9.67025 4.77317 9.53446 4.75405 9.33542C4.73199 9.10648 4.6864 8.88489 4.43197 8.77851C4.1942 8.67899 3.93829 8.64124 3.69366 8.60349C3.29461 8.54221 2.89849 8.46524 2.49943 8.40298C1.97635 8.3216 1.45277 8.25101 1.00861 8.18776C0.481602 8.16864 0.231579 8.44514 0.264425 8.88047C0.284035 9.13785 0.304135 9.39915 0.265896 9.658C0.210499 10.033 0.485524 10.3561 0.862029 10.3512C0.950763 10.3502 1.0395 10.3282 1.12823 10.3174C1.38659 10.2855 1.64298 10.2404 1.89987 10.2002C2.6872 10.0757 3.47698 9.96783 4.26626 9.85458Z' fill='%23FFFFFF'/%3E%3Cpath d='M68.4123 21.8868C68.0877 21.5063 67.6774 21.3014 67.1754 21.2857C67.1592 21.2857 67.1425 21.2852 67.1264 21.2857C66.4488 21.3201 65.8385 21.5475 65.2786 21.9226C65.1585 22.003 65.1144 22.1196 65.1134 22.2579C65.1125 22.38 65.1095 22.5006 65.0678 22.6192C65.0031 22.804 65.0482 22.9692 65.1723 23.1202C65.4581 23.4673 65.8135 23.7237 66.2224 23.8992C66.6072 24.0644 67.0773 23.9517 67.3607 23.6502C67.4019 23.606 67.448 23.5761 67.5053 23.5673C67.5666 23.558 67.6063 23.5193 67.6485 23.4801C67.922 23.2241 68.1971 22.9697 68.4706 22.7133C68.6064 22.5859 68.6593 22.4314 68.6103 22.2481C68.574 22.1118 68.5034 21.9932 68.4123 21.8868Z' fill='%23FFFFFF'/%3E%3Cpath d='M48.0274 19.5198C48.0882 19.3855 48.1294 19.2458 48.1578 19.1022C48.2279 18.7472 48.2201 18.3893 48.1985 18.031C48.1549 17.2912 47.7779 16.7505 47.1822 16.3411C47.0048 16.196 46.8116 16.0779 46.591 16.0082C46.3228 15.8303 46.011 15.7906 45.7061 15.7298C45.4345 15.643 45.1575 15.5861 44.8717 15.5768C44.7021 15.5107 44.5241 15.5283 44.3486 15.5244C44.3011 15.4945 44.2496 15.4896 44.1962 15.5033C43.8682 15.467 43.5397 15.4763 43.2113 15.4969C43.1784 15.4984 43.1456 15.4994 43.1127 15.5008C42.8289 15.5102 42.5445 15.5102 42.2656 15.5734C42.2636 15.5734 42.2617 15.5739 42.2597 15.5744C41.9955 15.5695 41.7366 15.6092 41.4812 15.6734C41.3817 15.6729 41.2812 15.667 41.1915 15.7234C41.038 15.7234 40.8914 15.7558 40.7527 15.822C40.6105 15.8352 40.4806 15.8827 40.36 15.9578C40.36 15.9587 40.36 15.9597 40.36 15.9607C40.3061 15.9631 40.2556 15.9749 40.2198 16.02C40.1193 16.0411 40.0335 16.0896 39.9595 16.1597C39.8673 16.1891 39.786 16.2367 39.7222 16.3107C39.4957 16.4294 39.3168 16.6029 39.1633 16.8029C39.0359 16.9686 38.9795 17.1588 38.9844 17.3696C38.9898 17.6064 39.1094 17.7667 39.3158 17.8628C39.4246 17.9133 39.5423 17.9516 39.6678 17.9349C39.783 17.9883 39.9041 17.979 40.0252 17.9707C40.0723 17.9707 40.1188 17.9707 40.1659 17.9707C40.188 17.9923 40.21 18.0133 40.2321 18.0349C40.087 18.3477 39.9482 18.6629 39.8708 19.0012C39.8708 19.0017 39.8708 19.0021 39.8708 19.0026C39.8247 19.0423 39.8227 19.0968 39.8227 19.1517C39.7786 19.1924 39.7742 19.2458 39.7771 19.3007C39.5403 19.9616 39.4443 20.6435 39.5036 21.3421C39.5335 21.6906 39.5933 22.0387 39.7963 22.3402C39.7933 22.3637 39.8065 22.3765 39.8271 22.3833L39.8286 22.3858C39.8291 22.4162 39.8433 22.4378 39.8708 22.45C39.8673 22.4647 39.8727 22.475 39.8869 22.4809C40.0046 22.6844 40.1713 22.8412 40.3605 22.976C40.4708 23.1011 40.6032 23.1962 40.7522 23.2692C40.7699 23.2815 40.7875 23.2937 40.8047 23.3065C40.8199 23.3158 40.8346 23.3251 40.8498 23.3349C40.939 23.4138 41.0405 23.4727 41.1528 23.5119C41.1596 23.5315 41.1714 23.5442 41.1944 23.5413C41.2121 23.5482 41.2292 23.555 41.2469 23.5619C41.4386 23.6869 41.6459 23.7722 41.8714 23.8124C42.0626 23.8972 42.2641 23.932 42.471 23.9423C42.6838 23.9722 42.897 23.9879 43.1103 23.9467C43.4049 23.934 43.6902 23.8781 43.9623 23.7624L43.9785 23.7658L43.9908 23.755C44.0359 23.7585 44.078 23.7526 44.1079 23.7134C44.3035 23.6692 44.4834 23.5903 44.6462 23.4731C44.7511 23.4442 44.8389 23.3854 44.9178 23.3128L44.9207 23.3114C44.9389 23.2986 44.9536 23.2815 44.9742 23.2717C44.9742 23.2717 44.9742 23.2722 44.9742 23.2726C44.9565 23.2854 44.9384 23.2986 44.9207 23.3114C44.9482 23.3114 44.9668 23.2981 44.9761 23.2731C45.0144 23.2687 45.0428 23.2491 45.0614 23.2153L45.0673 23.2119C45.0953 23.2109 45.1119 23.1957 45.1217 23.1707C45.2164 23.1231 45.3026 23.0643 45.3644 22.9756C45.4125 22.952 45.4791 22.9863 45.5149 22.9265C45.6291 22.8456 45.7154 22.7378 45.8022 22.6304C45.9434 22.526 46.0949 22.4343 46.2057 22.2936C46.3522 22.1652 46.5077 22.0456 46.6351 21.896C46.7185 21.8524 46.7587 21.771 46.7969 21.6941C46.9204 21.4431 47.0719 21.2097 47.2332 20.9822C47.4009 20.8244 47.5327 20.641 47.6259 20.4297C47.7592 20.1268 47.8906 19.8233 48.0269 19.5223L48.0274 19.5198ZM44.5276 21.5465C44.5276 21.5465 44.5246 21.5455 44.5232 21.5455C44.5232 21.5445 44.5232 21.5436 44.5232 21.5431C44.5246 21.5445 44.5261 21.545 44.5276 21.5465ZM46.1081 19.3321C46.0684 19.4144 46.0385 19.4993 46.0439 19.5914C45.8542 19.7537 45.7507 19.9679 45.6929 20.2096C45.6365 20.2062 45.5909 20.2449 45.5532 20.29C45.4389 20.4273 45.312 20.5582 45.2624 20.7356C45.0551 20.8131 44.9227 20.9626 44.8394 21.1587C44.6501 21.2117 44.5805 21.3715 44.5227 21.5411C44.5202 21.5411 44.5192 21.5426 44.5168 21.5426C44.5021 21.5377 44.4869 21.5328 44.4712 21.5308C44.2231 21.5862 44.0501 21.7622 43.8608 21.9112C43.8319 21.9362 43.805 21.9632 43.7839 21.9956C43.7765 22.0098 43.7721 22.024 43.7692 22.0392C43.4888 22.0769 43.275 22.2515 43.049 22.3995C43.0412 22.4044 43.0367 22.4128 43.0343 22.4221C43.0181 22.4147 43.0014 22.4098 42.9833 22.4103C42.9269 22.4103 42.871 22.4005 42.8152 22.4039C42.6259 22.4515 42.4102 22.3436 42.2372 22.4883C42.2337 22.4863 42.2303 22.4848 42.2264 22.4834C42.1622 22.3765 42.0778 22.3314 41.9646 22.3735C41.8033 22.2059 41.6371 22.0446 41.4371 21.9235C41.4356 21.9078 41.4337 21.8921 41.4302 21.8769C41.4243 21.8485 41.4175 21.8205 41.4077 21.7931C41.2204 21.3019 41.1768 20.8008 41.2743 20.2822C41.318 20.0503 41.4013 19.8248 41.4018 19.586C41.4131 19.5787 41.4224 19.5689 41.4268 19.5547C41.5567 19.1404 41.7469 18.7458 41.8342 18.3183C41.8822 18.2987 41.8969 18.2442 41.9165 18.1996C42.0827 17.8275 42.2391 17.4505 42.4916 17.1245C42.522 17.0853 42.5367 17.0417 42.5274 16.9971C42.5333 16.9971 42.5396 16.9971 42.5455 16.9971C42.5656 16.9912 42.5847 16.9833 42.6029 16.9726C42.6117 16.9672 42.621 16.9623 42.6298 16.9569C42.648 16.9466 42.6666 16.9363 42.6838 16.9245C42.8235 16.797 43.0461 16.7985 43.1554 16.6245C43.1554 16.6245 43.1554 16.625 43.1559 16.6255C43.4544 16.6907 43.754 16.6083 44.0535 16.6309C44.1339 16.6372 44.2172 16.6269 44.2844 16.5691C44.2815 16.5612 44.279 16.5534 44.2766 16.5456C44.2795 16.547 44.2824 16.5485 44.2859 16.55C44.5089 16.6799 44.7384 16.7314 44.982 16.6132C45.2021 16.7745 45.4482 16.8358 45.7169 16.8118C45.7468 16.8725 45.8012 16.9118 45.862 16.9475C46.1248 17.103 46.337 17.3054 46.4679 17.5863C46.4812 17.6148 46.4939 17.6447 46.5145 17.6667C46.5145 17.6692 46.5145 17.6711 46.5145 17.6736C46.5086 17.8633 46.5062 18.053 46.515 18.2423C46.515 18.2442 46.515 18.2462 46.515 18.2486C46.4841 18.282 46.4797 18.3344 46.467 18.3786C46.3748 18.7075 46.2552 19.0252 46.1071 19.3331L46.1081 19.3321Z' fill='%23FFFFFF'/%3E%3Cpath d='M35.3247 21.9529C35.5899 21.7107 35.8345 21.4494 36.0591 21.169C36.3263 20.8954 36.5768 20.6076 36.7974 20.2949C36.9817 20.1105 37.1361 19.9027 37.2783 19.6855C37.445 19.5061 37.5925 19.3119 37.721 19.1036C37.9112 18.8923 38.0725 18.6594 38.2299 18.4241C38.3583 18.2324 38.4269 18.0133 38.448 17.7853C38.4711 17.5348 38.4735 17.2818 38.4465 17.0313C38.374 16.3518 38.0789 15.9866 37.4773 15.817C37.3391 15.7449 37.2008 15.7508 37.0631 15.8185C37.0503 15.8111 37.041 15.8145 37.0351 15.8273C36.9944 15.8253 36.9572 15.8297 36.9376 15.8724C36.7881 15.9606 36.6851 16.0866 36.6322 16.2523L36.6336 16.2543C36.5924 16.2783 36.5871 16.3185 36.5871 16.3607C36.4998 16.519 36.4866 16.6999 36.4282 16.8676C36.3057 17.222 36.1238 17.5475 35.9546 17.8799C35.9345 17.9044 35.911 17.927 35.8943 17.954C35.688 18.2849 35.4982 18.628 35.1918 18.8839C35.156 18.9138 35.135 18.9619 35.1075 19.0011C34.7869 19.3457 34.4658 19.6904 34.1452 20.0345C33.7785 20.3571 33.4015 20.6669 33.0127 20.9621C32.9519 20.9979 32.8911 21.0332 32.8303 21.0689C32.6293 21.1876 32.5901 21.1807 32.4342 21.0023C32.4279 20.7096 32.4087 20.4164 32.4176 20.1238C32.4357 19.5051 32.469 18.8874 32.494 18.2692C32.5102 17.8721 32.5254 17.4745 32.5347 17.0774C32.5411 16.8009 32.5494 16.5244 32.4788 16.2523C32.3774 15.8611 32.1273 15.5876 31.7979 15.3743C31.5062 15.2106 31.1831 15.1772 30.8586 15.1611C30.7752 15.1566 30.6782 15.1635 30.6061 15.2302C30.1433 15.3532 29.757 15.614 29.3869 15.9043L29.3849 15.9082C29.307 15.9209 29.2349 15.9435 29.1903 16.016C29.1075 16.0572 29.055 16.1312 29.0055 16.2033C28.902 16.3538 28.7618 16.4622 28.6079 16.5514C28.403 16.6705 28.2343 16.8298 28.0711 16.9975L28.0686 16.9995C28.0529 17.0156 28.0382 17.0328 28.0186 17.0446C28.0353 17.0294 28.052 17.0147 28.0686 16.9995C28.0402 17.0014 28.024 17.0166 28.0186 17.0446C27.9902 17.049 27.9716 17.0651 27.9647 17.0931C27.5906 17.4034 27.2161 17.7142 26.842 18.0246C26.3106 18.4011 25.812 18.8153 25.3733 19.2987C25.1252 19.4918 24.8428 19.6281 24.5708 19.7806C24.3678 19.8943 24.3276 19.8894 24.1565 19.7232C24.106 19.508 24.1045 19.2884 24.0903 19.0693C24.0707 18.7604 24.0825 18.453 24.0928 18.1451C24.108 17.6814 24.1129 17.2166 24.1344 16.7534C24.1521 16.3788 24.0977 16.0146 23.9251 15.6876C23.6712 15.2057 23.3942 14.7345 23.0471 14.3105C22.9201 14.1551 22.7603 14.0423 22.5573 14.0119C22.1725 13.9546 21.795 13.9717 21.4381 14.1477C21.3906 14.157 21.3401 14.159 21.2959 14.1762C20.8008 14.3727 20.2924 14.5433 19.8684 14.8846C19.8306 14.915 19.7909 14.9473 19.7463 14.9635C19.6728 14.9904 19.7105 14.9164 19.6914 14.8929C19.7056 14.8846 19.7081 14.8738 19.6992 14.8605C19.8958 14.3085 20.0179 13.7349 20.1787 13.1726C20.3954 12.4152 20.6013 11.6544 20.7807 10.8861C20.893 10.4038 21.0606 9.93312 21.1793 9.45072C21.2508 9.15952 21.3474 8.87175 21.3097 8.56192C21.2366 7.96774 20.9891 7.48682 20.437 7.20346C20.1851 7.07403 19.9399 6.92059 19.6433 6.91127C19.5477 6.84754 19.4374 6.875 19.3335 6.86029C18.8065 6.78577 18.3511 7.03481 18.1319 7.46672C18.0731 7.5829 18.0241 7.70399 17.9751 7.8241C17.8 8.25257 17.7089 8.70801 17.5373 9.13844C17.2142 9.94832 17.0397 10.8053 16.7784 11.6357C16.368 12.9393 16.0053 14.26 15.6778 15.5871C15.3459 16.9303 15.0787 18.2898 14.789 19.6428C14.74 19.8723 14.7208 20.1081 14.687 20.3404C14.6757 20.4194 14.6473 20.464 14.5507 20.4772C14.0183 20.5513 13.5261 20.7822 12.9991 20.8812C11.8147 21.3856 10.6357 21.9019 9.48457 22.4794C9.44878 22.4975 9.4125 22.5519 9.35367 22.4995C9.44976 22.2519 9.55271 22.0053 9.64095 21.7528C9.77822 21.3587 9.95471 20.9817 10.1665 20.6248C10.3631 20.2929 10.5214 19.9497 10.6396 19.5825C10.7866 19.1256 10.6901 18.8148 10.2773 18.5623C10.0204 18.405 9.7591 18.2535 9.49192 18.1148C9.18797 17.9564 8.87177 17.8255 8.5335 17.7554C8.36633 17.7206 8.17905 17.7177 8.07169 17.8417C7.9305 18.0049 7.755 18.152 7.67803 18.3633C7.53292 18.7604 7.33584 19.1374 7.22701 19.5487C7.127 19.9267 7.02159 20.3027 6.92159 20.6807C6.87795 20.8464 6.84119 21.016 6.85393 21.1876C6.86815 21.3763 6.8554 21.5631 6.83628 21.7489C6.80981 22.0019 6.81471 22.2534 6.82844 22.5058C6.84707 22.8559 6.85834 23.2064 6.87403 23.5569C6.87697 23.6236 6.87599 23.6731 6.80001 23.7148C6.32055 23.9756 5.85825 24.2702 5.36752 24.506C4.10466 25.1115 2.89965 25.8341 1.60198 26.3699C1.28724 26.4998 1.12399 26.8974 1.21763 27.2269C1.25293 27.3519 1.29068 27.4779 1.3093 27.6058C1.33872 27.8107 1.40441 27.9985 1.51128 28.1755C1.802 28.6579 2.21968 28.9991 2.70845 29.2628C3.17614 29.5153 3.61491 29.4648 4.03161 29.1413C4.88856 28.4765 5.80089 27.8907 6.69019 27.272C6.99071 27.0631 7.31966 26.896 7.62557 26.694C8.2923 26.2528 8.98354 25.8537 9.67723 25.4566C10.9646 24.7198 12.2902 24.0575 13.6109 23.3844C13.734 23.3216 13.8609 23.2642 13.9894 23.2128C14.1115 23.1637 14.1688 23.203 14.1433 23.3285C14.082 23.6329 14.0982 23.9452 14.0492 24.2491C13.9747 24.7134 13.9423 25.1821 13.9085 25.6488C13.8683 26.2003 13.8884 26.7557 13.8771 27.3092C13.8546 28.3951 14.0472 29.4687 14.0644 30.5527C14.0698 30.8895 14.2394 31.1919 14.2845 31.5214C14.2978 31.6175 14.3301 31.7096 14.3723 31.7989C14.4385 31.9396 14.5326 32.0126 14.6978 31.993C14.8105 31.9793 14.9282 31.9768 15.04 31.993C15.2375 32.0224 15.3459 31.9244 15.4175 31.7611C15.4567 31.6719 15.4915 31.5802 15.5234 31.488C15.6175 31.2164 15.6332 30.9301 15.6793 30.6492C15.7479 30.2306 15.7351 29.8016 15.8655 29.3893C15.941 29.1501 15.9999 28.9035 16.0577 28.6579C16.243 27.873 16.4131 27.0852 16.644 26.3116C16.6622 26.2503 16.6931 26.1635 16.6661 26.1233C16.5872 26.0062 16.6504 25.9037 16.673 25.7998C16.7102 25.6252 16.773 25.4556 16.8029 25.2796C16.8298 25.1223 16.9475 25.012 16.9862 24.8629C17.1088 24.3903 17.2348 23.9187 17.3598 23.4471C17.4843 22.977 17.6201 22.5093 17.7324 22.0357C17.9069 21.3013 18.2197 20.6439 18.7055 20.0595C19.0129 19.6899 19.3296 19.3296 19.6527 18.9746C19.6796 18.9575 19.71 18.9438 19.7335 18.9227C20.3184 18.4089 20.8719 17.8593 21.5102 17.4078C21.5489 17.3804 21.5778 17.3402 21.6112 17.3054C21.8112 17.1524 22.0083 16.995 22.2127 16.8475C22.3696 16.7342 22.497 16.7637 22.6015 16.9235C22.6613 17.0147 22.6823 17.1186 22.6804 17.2259C22.6774 17.397 22.6716 17.5676 22.6652 17.7387C22.6274 18.78 22.5858 19.8218 22.5544 20.863C22.548 21.0734 22.5765 21.2856 22.598 21.4959C22.6191 21.7038 22.7103 21.8803 22.8466 22.0421C23.2035 22.4666 23.6795 22.5779 24.2021 22.5779C24.2678 22.5926 24.3345 22.5867 24.3923 22.5593C24.6404 22.4411 24.9046 22.3568 25.1399 22.2112C25.2625 22.1352 25.3953 22.069 25.4762 21.9406C26.0474 21.5607 26.5871 21.1425 27.0489 20.6312C27.1646 20.5287 27.2916 20.4419 27.4195 20.3561C27.7377 20.1429 28.0392 19.9076 28.3211 19.6477C28.7608 19.3609 29.1452 19.0104 29.4977 18.6236C29.7928 18.3525 30.1649 18.1952 30.484 17.9598C30.5537 17.9084 30.635 17.9049 30.7135 17.8873C30.8718 17.954 30.9483 18.0795 30.9669 18.2452C30.9797 18.3579 31.0022 18.4712 31.0017 18.5844C30.9998 19.1296 30.9914 19.6747 30.9846 20.2198C30.9792 20.6591 30.9738 21.0984 30.9684 21.5376C30.9674 21.6273 30.9718 21.7166 31.0071 21.8014C31.1792 22.2142 31.3768 22.6127 31.6479 22.9711C31.6498 22.9995 31.6631 23.0191 31.691 23.0275C31.8003 23.2147 31.9494 23.3603 32.1425 23.4603C32.1616 23.4976 32.1935 23.5123 32.2337 23.5123C32.2548 23.552 32.2906 23.5613 32.3318 23.5594L32.3347 23.5604C32.6146 23.702 32.8926 23.6648 33.1696 23.5496C33.5985 23.3947 33.9603 23.1338 34.3011 22.8387C34.6683 22.5715 35.0075 22.2725 35.3276 21.9509L35.3247 21.9529Z' fill='%23FFFFFF'/%3E%3Cpath d='M40.8047 23.3055C40.787 23.2932 40.7699 23.2805 40.7522 23.2682C40.761 23.2928 40.7767 23.3075 40.8047 23.3055Z' fill='%23FFFFFF'/%3E%3Cpath d='M60.1689 23.0733C60.1488 23.0876 60.1292 23.1023 60.1091 23.1165C60.1385 23.1155 60.1581 23.1003 60.1689 23.0733Z' fill='%23FFFFFF'/%3E%3Cpath d='M8.04115 7.96362C7.91026 7.98519 7.86124 8.09305 7.79309 8.18325C7.57297 8.47642 7.36854 8.78331 7.12686 9.05686C6.87683 9.33973 6.65916 9.64172 6.46405 9.96234C6.27334 10.2756 6.08068 10.5879 5.88605 10.8987C5.31443 11.8105 4.7786 12.7435 4.29375 13.7048C4.12903 14.0318 3.95156 14.3529 3.84518 14.7069C3.70105 15.1849 3.55986 15.6746 3.59026 16.1688C3.65203 17.1772 4.17021 17.8935 5.11785 18.2788C5.33061 18.3656 5.5522 18.4175 5.81252 18.418C6.1498 18.4411 6.46405 18.2626 6.78908 18.1454C7.23814 17.9837 7.60925 17.6807 7.97742 17.3851C8.27402 17.1468 8.56767 16.9051 8.85103 16.6492C9.09762 16.4262 9.36235 16.2208 9.58394 15.9712C10.3056 15.1589 10.9797 14.3108 11.4925 13.346C11.5116 13.3102 11.5336 13.2759 11.5542 13.2406C11.8214 12.79 12.1332 12.363 12.216 11.8213C12.2342 11.7042 12.2509 11.5899 12.2553 11.4713C12.2636 11.2389 12.1768 11.0247 12.1445 10.8011C12.0744 10.3207 11.9008 9.91331 11.4645 9.6476C11.263 9.52504 11.0782 9.37552 10.886 9.23776C10.7767 9.15932 10.7252 9.05343 10.7576 8.92057C10.8262 8.63918 10.7605 8.39602 10.588 8.16413C10.3497 7.84449 10.0874 7.5479 9.68591 7.46211C9.09321 7.33513 8.55542 7.46211 8.11665 7.90725C8.09459 7.9298 8.06861 7.95921 8.04115 7.96362ZM8.57209 11.4688C8.79417 11.2899 8.94908 11.2703 9.10645 11.536C9.13586 11.5855 9.17557 11.6238 9.2143 11.6654C9.31088 11.7684 9.36873 11.8914 9.35255 12.0836C9.37069 12.2346 9.25842 12.3792 9.15694 12.5263C8.98634 12.7748 8.76377 12.9798 8.57062 13.2087C8.37648 13.4386 8.1392 13.6284 7.97105 13.8843C7.87251 14.0348 7.82055 14.2343 7.61219 14.2917C7.53081 14.4878 7.34599 14.5917 7.21314 14.7422C7.04547 14.9319 6.8484 15.0893 6.65034 15.2447C6.56651 15.3104 6.4714 15.3599 6.36551 15.379C6.25423 15.3991 6.20079 15.3619 6.21452 15.254C6.24001 15.055 6.26207 14.8515 6.4312 14.7044C6.54347 14.6069 6.5969 14.4652 6.67583 14.3431C6.86507 14.0509 7.05234 13.7583 7.21706 13.4499C7.38766 13.1298 7.59945 12.8302 7.80535 12.5302C8.01615 12.2238 8.19019 11.8914 8.44609 11.6169C8.49022 11.5693 8.52159 11.5086 8.57111 11.4684L8.57209 11.4688Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='72' height='32' viewBox='0 0 72 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M71.7285 1.51737C71.7285 1.42766 71.7226 1.33745 71.7295 1.24823C71.757 0.894764 71.5922 0.634446 71.3265 0.430506C71.0309 0.203034 70.699 0.0579224 70.3235 0.0133104C69.7538 -0.0548331 69.3808 0.157932 69.1606 0.687882C69.1356 0.748182 69.1121 0.808972 69.0915 0.870742C68.9881 1.17861 68.892 1.48894 68.7817 1.79436C68.5655 2.39196 68.4243 3.01212 68.237 3.61854C68.035 4.27106 67.8546 4.9319 67.6698 5.59029C67.2423 7.11249 66.9452 8.66313 66.6428 10.2118C66.4158 11.3761 66.2065 12.5463 66.1471 13.7371C66.1221 14.2406 66.0819 14.7451 66.104 15.2476C66.1427 16.1187 66.0908 16.9938 66.2035 17.862C66.1378 18.2719 66.3109 18.6454 66.3844 19.0337C66.406 19.1469 66.4628 19.2469 66.5398 19.3342C66.7457 19.568 67.0771 19.5788 67.2963 19.3563C67.3713 19.2803 67.4291 19.1906 67.4664 19.0901C67.5311 18.9141 67.5801 18.7351 67.6066 18.5479C67.6664 18.1213 67.686 17.6894 67.8012 17.2708C67.8443 17.1144 67.8914 16.959 67.9091 16.7948C67.9424 16.479 67.9787 16.1633 68.0336 15.8506C68.1532 15.1721 68.387 14.5171 68.466 13.8298C68.4846 13.67 68.5831 13.5445 68.6233 13.3964C68.89 12.4238 69.1474 11.4487 69.42 10.478C69.7391 9.34113 70.0691 8.2072 70.397 7.07278C70.4353 6.9414 70.5196 6.81639 70.5294 6.685C70.5495 6.41488 70.6108 6.15554 70.6789 5.89718C70.7789 5.51921 70.8858 5.14368 70.9873 4.7662C71.1775 4.05927 71.3662 3.35185 71.5555 2.64492C71.6545 2.27528 71.7834 1.91054 71.7275 1.51786L71.7285 1.51737Z' fill='%23FFFFFF'/%3E%3Cpath d='M5.99734 2.96104C6.19883 3.46697 6.4013 3.97289 6.60475 4.47833C6.75035 4.84062 6.89007 5.20536 7.04695 5.56275C7.1852 5.87846 7.49699 6.0677 7.77937 6.0324C8.13529 5.98779 8.42306 5.70933 8.48434 5.36028C8.51277 5.19899 8.47992 5.04015 8.47502 4.88131C8.46571 4.54991 8.4309 4.219 8.40835 3.91014C8.4412 3.71503 8.3956 3.54688 8.37795 3.37823C8.32893 2.90858 8.34168 2.43501 8.27206 1.96683C8.20784 1.53247 8.21863 1.09126 8.14215 0.656903C8.04851 0.127933 7.51954 -0.0779682 7.1298 0.0426312C6.7582 0.157838 6.38365 0.269123 5.99342 0.313244C5.87184 0.326971 5.75762 0.368151 5.65663 0.443648C5.33846 0.682396 5.236 1.03831 5.38552 1.41972C5.58701 1.93447 5.79291 2.44775 5.99734 2.96104Z' fill='%23FFFFFF'/%3E%3Cpath d='M1.77906 5.59208C2.17616 5.797 2.56051 6.02594 2.95074 6.2441C3.49049 6.54609 4.03025 6.84906 4.57049 7.15007C4.7911 7.27263 5.00926 7.40107 5.23673 7.50941C5.50784 7.63884 5.80247 7.58687 5.98435 7.39862C6.16378 7.21233 6.21868 6.87063 6.1074 6.62747C6.10642 6.49805 6.07946 6.38872 5.91866 6.38235C5.84316 6.2289 5.69854 6.13527 5.58971 6.01075C5.26762 5.64257 4.92592 5.29205 4.59452 4.93222C4.17536 4.47727 3.74885 4.02968 3.2993 3.60513C2.93603 3.26245 2.47422 3.32962 2.19724 3.73897C2.02467 3.99438 1.86681 4.27137 1.63346 4.47335C1.28196 4.77779 1.38344 5.38814 1.77906 5.59208Z' fill='%23FFFFFF'/%3E%3Cpath d='M58.0956 23.2676C58.1029 23.2951 58.1206 23.3113 58.149 23.3142C58.1559 23.3402 58.1715 23.3559 58.1995 23.3564L58.2073 23.3613C58.2113 23.3809 58.222 23.3917 58.2426 23.3907C58.2598 23.4005 58.2765 23.4098 58.2936 23.4196C58.4833 23.578 58.7064 23.6319 58.9476 23.6191C59.3947 23.5951 59.7658 23.3917 60.1051 23.1176L60.107 23.1166C60.1256 23.1005 60.1438 23.0838 60.1668 23.0735C60.1889 23.0637 60.2139 23.0578 60.2325 23.0441C61.1958 22.348 62.017 21.5057 62.7553 20.5792C62.7793 20.5581 62.8063 20.5395 62.8269 20.5149C63.3661 19.8732 63.8755 19.208 64.3613 18.5255C64.5309 18.2873 64.6256 18.0196 64.6496 17.7328C64.6677 17.5147 64.6721 17.2921 64.6511 17.0749C64.6001 16.5455 64.3849 16.1096 63.8971 15.839C63.4323 15.5812 62.9254 15.7763 62.768 16.2871C62.7058 16.4881 62.6636 16.6955 62.6121 16.8999C62.5994 16.9107 62.596 16.9234 62.6014 16.9391C62.5656 16.9666 62.5558 17.0043 62.5592 17.047C62.546 17.0538 62.543 17.0636 62.5499 17.0764C62.5107 17.1058 62.5028 17.148 62.5009 17.1931C62.3092 17.5681 62.1131 17.9397 61.8586 18.2785C61.3498 18.9565 60.761 19.5604 60.1472 20.1419C60.083 20.2027 60.0055 20.2507 59.9599 20.3306C59.6874 20.5507 59.4153 20.7704 59.1427 20.9905C59.0726 21.0468 59.0015 21.0998 58.9118 21.1248C58.7687 21.165 58.6995 21.1361 58.6382 21.0008C58.5936 20.9017 58.5878 20.7963 58.5917 20.689C58.6044 20.3468 58.6182 20.0041 58.628 19.6619C58.6564 18.6589 58.6745 17.6559 58.7201 16.6533C58.7378 16.2645 58.6397 15.9086 58.298 15.665C57.8897 15.3091 57.4357 15.0958 56.8768 15.2042C56.8376 15.1993 56.8043 15.2135 56.7748 15.238C56.7592 15.2404 56.743 15.2434 56.7273 15.2458C56.4733 15.3051 56.2459 15.4194 56.0385 15.5762C55.9988 15.5787 55.9684 15.5968 55.9483 15.6312L55.9439 15.6331C55.9248 15.6444 55.911 15.6635 55.89 15.6723C55.89 15.6723 55.89 15.6718 55.89 15.6714C55.9076 15.6586 55.9262 15.6454 55.9439 15.6331C55.9164 15.6331 55.8973 15.6459 55.8875 15.6714C55.8493 15.6763 55.8184 15.6929 55.8002 15.7287C55.485 15.915 55.2124 16.1523 54.9649 16.42C54.8526 16.4989 54.7536 16.592 54.6653 16.6964C54.6359 16.7043 54.6153 16.7219 54.605 16.7509C54.1653 17.0671 53.7711 17.4387 53.3569 17.7858L53.3481 17.7916C53.3206 17.7916 53.3049 17.8078 53.2966 17.8323C53.2691 17.8343 53.25 17.8475 53.2412 17.8735C53.2039 17.8809 53.1745 17.8985 53.1574 17.9338L53.152 17.9372C53.124 17.9372 53.1078 17.9529 53.0995 17.9779C53.0701 17.9814 53.05 17.9966 53.0397 18.0245C52.6338 18.3118 52.2911 18.6721 51.9185 18.9976C51.8808 19.0045 51.8489 19.0207 51.8322 19.0579C51.5528 19.2531 51.2729 19.4477 50.9934 19.6428C50.9537 19.6438 50.9145 19.6472 50.8919 19.6874C50.8527 19.6904 50.8238 19.709 50.8057 19.7443C50.6674 19.8467 50.5292 19.8918 50.3909 19.7453C50.3365 19.5815 50.3144 19.4139 50.3149 19.2403C50.3184 18.5064 50.3169 17.7725 50.3184 17.0386C50.3189 16.7043 50.2909 16.3709 50.2816 16.0376C50.2718 15.6915 50.1463 15.4311 49.8678 15.236C49.6551 15.0885 49.4394 15.1022 49.2222 15.2262C49.1634 15.2355 49.1335 15.2728 49.1241 15.3292C49.0986 15.3385 49.0854 15.3571 49.0834 15.3846C49.0428 15.4037 49.029 15.439 49.0256 15.4802C48.9187 15.6238 48.906 15.7939 48.8859 15.9635C48.8207 16.5067 48.8472 17.0538 48.8192 17.5985C48.756 18.8349 48.7138 20.0718 48.7442 21.3106C48.7545 21.7401 48.9276 22.0577 49.2786 22.2901C49.4144 22.4166 49.5717 22.5024 49.7546 22.5387C49.9281 22.6338 50.1159 22.649 50.3081 22.6377C50.6591 22.6617 50.9321 22.4833 51.2003 22.2921C51.5283 22.1107 51.8597 21.9347 52.1264 21.6641C52.1514 21.6601 52.169 21.6479 52.1754 21.6224C52.2122 21.6092 52.2431 21.59 52.2578 21.5513C52.6455 21.1856 53.0382 20.8258 53.4451 20.4811C53.4736 20.4772 53.4932 20.463 53.5015 20.4355C53.8525 20.2129 54.178 19.9546 54.5099 19.7051C54.7173 19.5492 54.9389 19.409 55.1154 19.2138C55.1154 19.2138 55.1154 19.2133 55.1154 19.2129C55.1418 19.207 55.16 19.1923 55.1683 19.1668C55.2046 19.158 55.2316 19.1379 55.2468 19.1021L55.2536 19.0962C55.2791 19.0937 55.2933 19.0795 55.2977 19.0545L55.3027 19.0501C55.3291 19.0472 55.3443 19.0324 55.3487 19.0065L55.3522 19.0035C55.3796 19.0001 55.3948 18.9849 55.3997 18.9579L55.4017 18.956C55.4291 18.9525 55.4448 18.9369 55.4497 18.9094C55.6978 18.6981 55.9154 18.452 56.1865 18.2672C56.338 18.2113 56.4626 18.1103 56.5944 18.023C56.7474 17.9216 56.9003 17.8961 57.0636 17.9936C57.2028 18.2137 57.1862 18.4608 57.1842 18.704C57.1773 19.5751 57.1685 20.4458 57.1582 21.317C57.1553 21.5734 57.2013 21.819 57.3033 22.0533C57.42 22.3225 57.5543 22.5833 57.7151 22.8284C57.8215 22.9907 57.9308 23.1534 58.0931 23.2691L58.0956 23.2676ZM49.0864 15.3841C49.1001 15.3664 49.1138 15.3488 49.1276 15.3311C49.1281 15.3311 49.1286 15.3311 49.129 15.3306C49.1202 15.3527 49.1026 15.3679 49.0864 15.3841ZM53.2451 17.875C53.2451 17.875 53.2451 17.874 53.2456 17.873C53.2632 17.8593 53.2809 17.8451 53.2985 17.8314C53.2824 17.848 53.2672 17.8667 53.2451 17.875Z' fill='%23FFFFFF'/%3E%3Cpath d='M4.26626 9.85458C4.34862 9.84282 4.42363 9.81242 4.49325 9.76977C4.65503 9.67025 4.77317 9.53446 4.75405 9.33542C4.73199 9.10648 4.6864 8.88489 4.43197 8.77851C4.1942 8.67899 3.93829 8.64124 3.69366 8.60349C3.29461 8.54221 2.89849 8.46524 2.49943 8.40298C1.97635 8.3216 1.45277 8.25101 1.00861 8.18776C0.481602 8.16864 0.231579 8.44514 0.264425 8.88047C0.284035 9.13785 0.304135 9.39915 0.265896 9.658C0.210499 10.033 0.485524 10.3561 0.862029 10.3512C0.950763 10.3502 1.0395 10.3282 1.12823 10.3174C1.38659 10.2855 1.64298 10.2404 1.89987 10.2002C2.6872 10.0757 3.47698 9.96783 4.26626 9.85458Z' fill='%23FFFFFF'/%3E%3Cpath d='M68.4123 21.8868C68.0877 21.5063 67.6774 21.3014 67.1754 21.2857C67.1592 21.2857 67.1425 21.2852 67.1264 21.2857C66.4488 21.3201 65.8385 21.5475 65.2786 21.9226C65.1585 22.003 65.1144 22.1196 65.1134 22.2579C65.1125 22.38 65.1095 22.5006 65.0678 22.6192C65.0031 22.804 65.0482 22.9692 65.1723 23.1202C65.4581 23.4673 65.8135 23.7237 66.2224 23.8992C66.6072 24.0644 67.0773 23.9517 67.3607 23.6502C67.4019 23.606 67.448 23.5761 67.5053 23.5673C67.5666 23.558 67.6063 23.5193 67.6485 23.4801C67.922 23.2241 68.1971 22.9697 68.4706 22.7133C68.6064 22.5859 68.6593 22.4314 68.6103 22.2481C68.574 22.1118 68.5034 21.9932 68.4123 21.8868Z' fill='%23FFFFFF'/%3E%3Cpath d='M48.0274 19.5198C48.0882 19.3855 48.1294 19.2458 48.1578 19.1022C48.2279 18.7472 48.2201 18.3893 48.1985 18.031C48.1549 17.2912 47.7779 16.7505 47.1822 16.3411C47.0048 16.196 46.8116 16.0779 46.591 16.0082C46.3228 15.8303 46.011 15.7906 45.7061 15.7298C45.4345 15.643 45.1575 15.5861 44.8717 15.5768C44.7021 15.5107 44.5241 15.5283 44.3486 15.5244C44.3011 15.4945 44.2496 15.4896 44.1962 15.5033C43.8682 15.467 43.5397 15.4763 43.2113 15.4969C43.1784 15.4984 43.1456 15.4994 43.1127 15.5008C42.8289 15.5102 42.5445 15.5102 42.2656 15.5734C42.2636 15.5734 42.2617 15.5739 42.2597 15.5744C41.9955 15.5695 41.7366 15.6092 41.4812 15.6734C41.3817 15.6729 41.2812 15.667 41.1915 15.7234C41.038 15.7234 40.8914 15.7558 40.7527 15.822C40.6105 15.8352 40.4806 15.8827 40.36 15.9578C40.36 15.9587 40.36 15.9597 40.36 15.9607C40.3061 15.9631 40.2556 15.9749 40.2198 16.02C40.1193 16.0411 40.0335 16.0896 39.9595 16.1597C39.8673 16.1891 39.786 16.2367 39.7222 16.3107C39.4957 16.4294 39.3168 16.6029 39.1633 16.8029C39.0359 16.9686 38.9795 17.1588 38.9844 17.3696C38.9898 17.6064 39.1094 17.7667 39.3158 17.8628C39.4246 17.9133 39.5423 17.9516 39.6678 17.9349C39.783 17.9883 39.9041 17.979 40.0252 17.9707C40.0723 17.9707 40.1188 17.9707 40.1659 17.9707C40.188 17.9923 40.21 18.0133 40.2321 18.0349C40.087 18.3477 39.9482 18.6629 39.8708 19.0012C39.8708 19.0017 39.8708 19.0021 39.8708 19.0026C39.8247 19.0423 39.8227 19.0968 39.8227 19.1517C39.7786 19.1924 39.7742 19.2458 39.7771 19.3007C39.5403 19.9616 39.4443 20.6435 39.5036 21.3421C39.5335 21.6906 39.5933 22.0387 39.7963 22.3402C39.7933 22.3637 39.8065 22.3765 39.8271 22.3833L39.8286 22.3858C39.8291 22.4162 39.8433 22.4378 39.8708 22.45C39.8673 22.4647 39.8727 22.475 39.8869 22.4809C40.0046 22.6844 40.1713 22.8412 40.3605 22.976C40.4708 23.1011 40.6032 23.1962 40.7522 23.2692C40.7699 23.2815 40.7875 23.2937 40.8047 23.3065C40.8199 23.3158 40.8346 23.3251 40.8498 23.3349C40.939 23.4138 41.0405 23.4727 41.1528 23.5119C41.1596 23.5315 41.1714 23.5442 41.1944 23.5413C41.2121 23.5482 41.2292 23.555 41.2469 23.5619C41.4386 23.6869 41.6459 23.7722 41.8714 23.8124C42.0626 23.8972 42.2641 23.932 42.471 23.9423C42.6838 23.9722 42.897 23.9879 43.1103 23.9467C43.4049 23.934 43.6902 23.8781 43.9623 23.7624L43.9785 23.7658L43.9908 23.755C44.0359 23.7585 44.078 23.7526 44.1079 23.7134C44.3035 23.6692 44.4834 23.5903 44.6462 23.4731C44.7511 23.4442 44.8389 23.3854 44.9178 23.3128L44.9207 23.3114C44.9389 23.2986 44.9536 23.2815 44.9742 23.2717C44.9742 23.2717 44.9742 23.2722 44.9742 23.2726C44.9565 23.2854 44.9384 23.2986 44.9207 23.3114C44.9482 23.3114 44.9668 23.2981 44.9761 23.2731C45.0144 23.2687 45.0428 23.2491 45.0614 23.2153L45.0673 23.2119C45.0953 23.2109 45.1119 23.1957 45.1217 23.1707C45.2164 23.1231 45.3026 23.0643 45.3644 22.9756C45.4125 22.952 45.4791 22.9863 45.5149 22.9265C45.6291 22.8456 45.7154 22.7378 45.8022 22.6304C45.9434 22.526 46.0949 22.4343 46.2057 22.2936C46.3522 22.1652 46.5077 22.0456 46.6351 21.896C46.7185 21.8524 46.7587 21.771 46.7969 21.6941C46.9204 21.4431 47.0719 21.2097 47.2332 20.9822C47.4009 20.8244 47.5327 20.641 47.6259 20.4297C47.7592 20.1268 47.8906 19.8233 48.0269 19.5223L48.0274 19.5198ZM44.5276 21.5465C44.5276 21.5465 44.5246 21.5455 44.5232 21.5455C44.5232 21.5445 44.5232 21.5436 44.5232 21.5431C44.5246 21.5445 44.5261 21.545 44.5276 21.5465ZM46.1081 19.3321C46.0684 19.4144 46.0385 19.4993 46.0439 19.5914C45.8542 19.7537 45.7507 19.9679 45.6929 20.2096C45.6365 20.2062 45.5909 20.2449 45.5532 20.29C45.4389 20.4273 45.312 20.5582 45.2624 20.7356C45.0551 20.8131 44.9227 20.9626 44.8394 21.1587C44.6501 21.2117 44.5805 21.3715 44.5227 21.5411C44.5202 21.5411 44.5192 21.5426 44.5168 21.5426C44.5021 21.5377 44.4869 21.5328 44.4712 21.5308C44.2231 21.5862 44.0501 21.7622 43.8608 21.9112C43.8319 21.9362 43.805 21.9632 43.7839 21.9956C43.7765 22.0098 43.7721 22.024 43.7692 22.0392C43.4888 22.0769 43.275 22.2515 43.049 22.3995C43.0412 22.4044 43.0367 22.4128 43.0343 22.4221C43.0181 22.4147 43.0014 22.4098 42.9833 22.4103C42.9269 22.4103 42.871 22.4005 42.8152 22.4039C42.6259 22.4515 42.4102 22.3436 42.2372 22.4883C42.2337 22.4863 42.2303 22.4848 42.2264 22.4834C42.1622 22.3765 42.0778 22.3314 41.9646 22.3735C41.8033 22.2059 41.6371 22.0446 41.4371 21.9235C41.4356 21.9078 41.4337 21.8921 41.4302 21.8769C41.4243 21.8485 41.4175 21.8205 41.4077 21.7931C41.2204 21.3019 41.1768 20.8008 41.2743 20.2822C41.318 20.0503 41.4013 19.8248 41.4018 19.586C41.4131 19.5787 41.4224 19.5689 41.4268 19.5547C41.5567 19.1404 41.7469 18.7458 41.8342 18.3183C41.8822 18.2987 41.8969 18.2442 41.9165 18.1996C42.0827 17.8275 42.2391 17.4505 42.4916 17.1245C42.522 17.0853 42.5367 17.0417 42.5274 16.9971C42.5333 16.9971 42.5396 16.9971 42.5455 16.9971C42.5656 16.9912 42.5847 16.9833 42.6029 16.9726C42.6117 16.9672 42.621 16.9623 42.6298 16.9569C42.648 16.9466 42.6666 16.9363 42.6838 16.9245C42.8235 16.797 43.0461 16.7985 43.1554 16.6245C43.1554 16.6245 43.1554 16.625 43.1559 16.6255C43.4544 16.6907 43.754 16.6083 44.0535 16.6309C44.1339 16.6372 44.2172 16.6269 44.2844 16.5691C44.2815 16.5612 44.279 16.5534 44.2766 16.5456C44.2795 16.547 44.2824 16.5485 44.2859 16.55C44.5089 16.6799 44.7384 16.7314 44.982 16.6132C45.2021 16.7745 45.4482 16.8358 45.7169 16.8118C45.7468 16.8725 45.8012 16.9118 45.862 16.9475C46.1248 17.103 46.337 17.3054 46.4679 17.5863C46.4812 17.6148 46.4939 17.6447 46.5145 17.6667C46.5145 17.6692 46.5145 17.6711 46.5145 17.6736C46.5086 17.8633 46.5062 18.053 46.515 18.2423C46.515 18.2442 46.515 18.2462 46.515 18.2486C46.4841 18.282 46.4797 18.3344 46.467 18.3786C46.3748 18.7075 46.2552 19.0252 46.1071 19.3331L46.1081 19.3321Z' fill='%23FFFFFF'/%3E%3Cpath d='M35.3247 21.9529C35.5899 21.7107 35.8345 21.4494 36.0591 21.169C36.3263 20.8954 36.5768 20.6076 36.7974 20.2949C36.9817 20.1105 37.1361 19.9027 37.2783 19.6855C37.445 19.5061 37.5925 19.3119 37.721 19.1036C37.9112 18.8923 38.0725 18.6594 38.2299 18.4241C38.3583 18.2324 38.4269 18.0133 38.448 17.7853C38.4711 17.5348 38.4735 17.2818 38.4465 17.0313C38.374 16.3518 38.0789 15.9866 37.4773 15.817C37.3391 15.7449 37.2008 15.7508 37.0631 15.8185C37.0503 15.8111 37.041 15.8145 37.0351 15.8273C36.9944 15.8253 36.9572 15.8297 36.9376 15.8724C36.7881 15.9606 36.6851 16.0866 36.6322 16.2523L36.6336 16.2543C36.5924 16.2783 36.5871 16.3185 36.5871 16.3607C36.4998 16.519 36.4866 16.6999 36.4282 16.8676C36.3057 17.222 36.1238 17.5475 35.9546 17.8799C35.9345 17.9044 35.911 17.927 35.8943 17.954C35.688 18.2849 35.4982 18.628 35.1918 18.8839C35.156 18.9138 35.135 18.9619 35.1075 19.0011C34.7869 19.3457 34.4658 19.6904 34.1452 20.0345C33.7785 20.3571 33.4015 20.6669 33.0127 20.9621C32.9519 20.9979 32.8911 21.0332 32.8303 21.0689C32.6293 21.1876 32.5901 21.1807 32.4342 21.0023C32.4279 20.7096 32.4087 20.4164 32.4176 20.1238C32.4357 19.5051 32.469 18.8874 32.494 18.2692C32.5102 17.8721 32.5254 17.4745 32.5347 17.0774C32.5411 16.8009 32.5494 16.5244 32.4788 16.2523C32.3774 15.8611 32.1273 15.5876 31.7979 15.3743C31.5062 15.2106 31.1831 15.1772 30.8586 15.1611C30.7752 15.1566 30.6782 15.1635 30.6061 15.2302C30.1433 15.3532 29.757 15.614 29.3869 15.9043L29.3849 15.9082C29.307 15.9209 29.2349 15.9435 29.1903 16.016C29.1075 16.0572 29.055 16.1312 29.0055 16.2033C28.902 16.3538 28.7618 16.4622 28.6079 16.5514C28.403 16.6705 28.2343 16.8298 28.0711 16.9975L28.0686 16.9995C28.0529 17.0156 28.0382 17.0328 28.0186 17.0446C28.0353 17.0294 28.052 17.0147 28.0686 16.9995C28.0402 17.0014 28.024 17.0166 28.0186 17.0446C27.9902 17.049 27.9716 17.0651 27.9647 17.0931C27.5906 17.4034 27.2161 17.7142 26.842 18.0246C26.3106 18.4011 25.812 18.8153 25.3733 19.2987C25.1252 19.4918 24.8428 19.6281 24.5708 19.7806C24.3678 19.8943 24.3276 19.8894 24.1565 19.7232C24.106 19.508 24.1045 19.2884 24.0903 19.0693C24.0707 18.7604 24.0825 18.453 24.0928 18.1451C24.108 17.6814 24.1129 17.2166 24.1344 16.7534C24.1521 16.3788 24.0977 16.0146 23.9251 15.6876C23.6712 15.2057 23.3942 14.7345 23.0471 14.3105C22.9201 14.1551 22.7603 14.0423 22.5573 14.0119C22.1725 13.9546 21.795 13.9717 21.4381 14.1477C21.3906 14.157 21.3401 14.159 21.2959 14.1762C20.8008 14.3727 20.2924 14.5433 19.8684 14.8846C19.8306 14.915 19.7909 14.9473 19.7463 14.9635C19.6728 14.9904 19.7105 14.9164 19.6914 14.8929C19.7056 14.8846 19.7081 14.8738 19.6992 14.8605C19.8958 14.3085 20.0179 13.7349 20.1787 13.1726C20.3954 12.4152 20.6013 11.6544 20.7807 10.8861C20.893 10.4038 21.0606 9.93312 21.1793 9.45072C21.2508 9.15952 21.3474 8.87175 21.3097 8.56192C21.2366 7.96774 20.9891 7.48682 20.437 7.20346C20.1851 7.07403 19.9399 6.92059 19.6433 6.91127C19.5477 6.84754 19.4374 6.875 19.3335 6.86029C18.8065 6.78577 18.3511 7.03481 18.1319 7.46672C18.0731 7.5829 18.0241 7.70399 17.9751 7.8241C17.8 8.25257 17.7089 8.70801 17.5373 9.13844C17.2142 9.94832 17.0397 10.8053 16.7784 11.6357C16.368 12.9393 16.0053 14.26 15.6778 15.5871C15.3459 16.9303 15.0787 18.2898 14.789 19.6428C14.74 19.8723 14.7208 20.1081 14.687 20.3404C14.6757 20.4194 14.6473 20.464 14.5507 20.4772C14.0183 20.5513 13.5261 20.7822 12.9991 20.8812C11.8147 21.3856 10.6357 21.9019 9.48457 22.4794C9.44878 22.4975 9.4125 22.5519 9.35367 22.4995C9.44976 22.2519 9.55271 22.0053 9.64095 21.7528C9.77822 21.3587 9.95471 20.9817 10.1665 20.6248C10.3631 20.2929 10.5214 19.9497 10.6396 19.5825C10.7866 19.1256 10.6901 18.8148 10.2773 18.5623C10.0204 18.405 9.7591 18.2535 9.49192 18.1148C9.18797 17.9564 8.87177 17.8255 8.5335 17.7554C8.36633 17.7206 8.17905 17.7177 8.07169 17.8417C7.9305 18.0049 7.755 18.152 7.67803 18.3633C7.53292 18.7604 7.33584 19.1374 7.22701 19.5487C7.127 19.9267 7.02159 20.3027 6.92159 20.6807C6.87795 20.8464 6.84119 21.016 6.85393 21.1876C6.86815 21.3763 6.8554 21.5631 6.83628 21.7489C6.80981 22.0019 6.81471 22.2534 6.82844 22.5058C6.84707 22.8559 6.85834 23.2064 6.87403 23.5569C6.87697 23.6236 6.87599 23.6731 6.80001 23.7148C6.32055 23.9756 5.85825 24.2702 5.36752 24.506C4.10466 25.1115 2.89965 25.8341 1.60198 26.3699C1.28724 26.4998 1.12399 26.8974 1.21763 27.2269C1.25293 27.3519 1.29068 27.4779 1.3093 27.6058C1.33872 27.8107 1.40441 27.9985 1.51128 28.1755C1.802 28.6579 2.21968 28.9991 2.70845 29.2628C3.17614 29.5153 3.61491 29.4648 4.03161 29.1413C4.88856 28.4765 5.80089 27.8907 6.69019 27.272C6.99071 27.0631 7.31966 26.896 7.62557 26.694C8.2923 26.2528 8.98354 25.8537 9.67723 25.4566C10.9646 24.7198 12.2902 24.0575 13.6109 23.3844C13.734 23.3216 13.8609 23.2642 13.9894 23.2128C14.1115 23.1637 14.1688 23.203 14.1433 23.3285C14.082 23.6329 14.0982 23.9452 14.0492 24.2491C13.9747 24.7134 13.9423 25.1821 13.9085 25.6488C13.8683 26.2003 13.8884 26.7557 13.8771 27.3092C13.8546 28.3951 14.0472 29.4687 14.0644 30.5527C14.0698 30.8895 14.2394 31.1919 14.2845 31.5214C14.2978 31.6175 14.3301 31.7096 14.3723 31.7989C14.4385 31.9396 14.5326 32.0126 14.6978 31.993C14.8105 31.9793 14.9282 31.9768 15.04 31.993C15.2375 32.0224 15.3459 31.9244 15.4175 31.7611C15.4567 31.6719 15.4915 31.5802 15.5234 31.488C15.6175 31.2164 15.6332 30.9301 15.6793 30.6492C15.7479 30.2306 15.7351 29.8016 15.8655 29.3893C15.941 29.1501 15.9999 28.9035 16.0577 28.6579C16.243 27.873 16.4131 27.0852 16.644 26.3116C16.6622 26.2503 16.6931 26.1635 16.6661 26.1233C16.5872 26.0062 16.6504 25.9037 16.673 25.7998C16.7102 25.6252 16.773 25.4556 16.8029 25.2796C16.8298 25.1223 16.9475 25.012 16.9862 24.8629C17.1088 24.3903 17.2348 23.9187 17.3598 23.4471C17.4843 22.977 17.6201 22.5093 17.7324 22.0357C17.9069 21.3013 18.2197 20.6439 18.7055 20.0595C19.0129 19.6899 19.3296 19.3296 19.6527 18.9746C19.6796 18.9575 19.71 18.9438 19.7335 18.9227C20.3184 18.4089 20.8719 17.8593 21.5102 17.4078C21.5489 17.3804 21.5778 17.3402 21.6112 17.3054C21.8112 17.1524 22.0083 16.995 22.2127 16.8475C22.3696 16.7342 22.497 16.7637 22.6015 16.9235C22.6613 17.0147 22.6823 17.1186 22.6804 17.2259C22.6774 17.397 22.6716 17.5676 22.6652 17.7387C22.6274 18.78 22.5858 19.8218 22.5544 20.863C22.548 21.0734 22.5765 21.2856 22.598 21.4959C22.6191 21.7038 22.7103 21.8803 22.8466 22.0421C23.2035 22.4666 23.6795 22.5779 24.2021 22.5779C24.2678 22.5926 24.3345 22.5867 24.3923 22.5593C24.6404 22.4411 24.9046 22.3568 25.1399 22.2112C25.2625 22.1352 25.3953 22.069 25.4762 21.9406C26.0474 21.5607 26.5871 21.1425 27.0489 20.6312C27.1646 20.5287 27.2916 20.4419 27.4195 20.3561C27.7377 20.1429 28.0392 19.9076 28.3211 19.6477C28.7608 19.3609 29.1452 19.0104 29.4977 18.6236C29.7928 18.3525 30.1649 18.1952 30.484 17.9598C30.5537 17.9084 30.635 17.9049 30.7135 17.8873C30.8718 17.954 30.9483 18.0795 30.9669 18.2452C30.9797 18.3579 31.0022 18.4712 31.0017 18.5844C30.9998 19.1296 30.9914 19.6747 30.9846 20.2198C30.9792 20.6591 30.9738 21.0984 30.9684 21.5376C30.9674 21.6273 30.9718 21.7166 31.0071 21.8014C31.1792 22.2142 31.3768 22.6127 31.6479 22.9711C31.6498 22.9995 31.6631 23.0191 31.691 23.0275C31.8003 23.2147 31.9494 23.3603 32.1425 23.4603C32.1616 23.4976 32.1935 23.5123 32.2337 23.5123C32.2548 23.552 32.2906 23.5613 32.3318 23.5594L32.3347 23.5604C32.6146 23.702 32.8926 23.6648 33.1696 23.5496C33.5985 23.3947 33.9603 23.1338 34.3011 22.8387C34.6683 22.5715 35.0075 22.2725 35.3276 21.9509L35.3247 21.9529Z' fill='%23FFFFFF'/%3E%3Cpath d='M40.8047 23.3055C40.787 23.2932 40.7699 23.2805 40.7522 23.2682C40.761 23.2928 40.7767 23.3075 40.8047 23.3055Z' fill='%23FFFFFF'/%3E%3Cpath d='M60.1689 23.0733C60.1488 23.0876 60.1292 23.1023 60.1091 23.1165C60.1385 23.1155 60.1581 23.1003 60.1689 23.0733Z' fill='%23FFFFFF'/%3E%3Cpath d='M8.04115 7.96362C7.91026 7.98519 7.86124 8.09305 7.79309 8.18325C7.57297 8.47642 7.36854 8.78331 7.12686 9.05686C6.87683 9.33973 6.65916 9.64172 6.46405 9.96234C6.27334 10.2756 6.08068 10.5879 5.88605 10.8987C5.31443 11.8105 4.7786 12.7435 4.29375 13.7048C4.12903 14.0318 3.95156 14.3529 3.84518 14.7069C3.70105 15.1849 3.55986 15.6746 3.59026 16.1688C3.65203 17.1772 4.17021 17.8935 5.11785 18.2788C5.33061 18.3656 5.5522 18.4175 5.81252 18.418C6.1498 18.4411 6.46405 18.2626 6.78908 18.1454C7.23814 17.9837 7.60925 17.6807 7.97742 17.3851C8.27402 17.1468 8.56767 16.9051 8.85103 16.6492C9.09762 16.4262 9.36235 16.2208 9.58394 15.9712C10.3056 15.1589 10.9797 14.3108 11.4925 13.346C11.5116 13.3102 11.5336 13.2759 11.5542 13.2406C11.8214 12.79 12.1332 12.363 12.216 11.8213C12.2342 11.7042 12.2509 11.5899 12.2553 11.4713C12.2636 11.2389 12.1768 11.0247 12.1445 10.8011C12.0744 10.3207 11.9008 9.91331 11.4645 9.6476C11.263 9.52504 11.0782 9.37552 10.886 9.23776C10.7767 9.15932 10.7252 9.05343 10.7576 8.92057C10.8262 8.63918 10.7605 8.39602 10.588 8.16413C10.3497 7.84449 10.0874 7.5479 9.68591 7.46211C9.09321 7.33513 8.55542 7.46211 8.11665 7.90725C8.09459 7.9298 8.06861 7.95921 8.04115 7.96362ZM8.57209 11.4688C8.79417 11.2899 8.94908 11.2703 9.10645 11.536C9.13586 11.5855 9.17557 11.6238 9.2143 11.6654C9.31088 11.7684 9.36873 11.8914 9.35255 12.0836C9.37069 12.2346 9.25842 12.3792 9.15694 12.5263C8.98634 12.7748 8.76377 12.9798 8.57062 13.2087C8.37648 13.4386 8.1392 13.6284 7.97105 13.8843C7.87251 14.0348 7.82055 14.2343 7.61219 14.2917C7.53081 14.4878 7.34599 14.5917 7.21314 14.7422C7.04547 14.9319 6.8484 15.0893 6.65034 15.2447C6.56651 15.3104 6.4714 15.3599 6.36551 15.379C6.25423 15.3991 6.20079 15.3619 6.21452 15.254C6.24001 15.055 6.26207 14.8515 6.4312 14.7044C6.54347 14.6069 6.5969 14.4652 6.67583 14.3431C6.86507 14.0509 7.05234 13.7583 7.21706 13.4499C7.38766 13.1298 7.59945 12.8302 7.80535 12.5302C8.01615 12.2238 8.19019 11.8914 8.44609 11.6169C8.49022 11.5693 8.52159 11.5086 8.57111 11.4684L8.57209 11.4688Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767px) {
  .main-board .quick-wrap .item .ico {
    width: calc(1.52em + 3px);
  }
}
.main-board .quick-wrap .item .ico::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.main-board .quick-wrap .item .ico-3 {
  width: 3em;
}
@media (max-width: 575px) {
  .main-board .quick-wrap .item .ico-3 {
    width: 3.8em;
  }
}
.main-board .quick-wrap .item .ico-3::before {
  padding-top: 44.4444444444%;
}
.main-board .quick-wrap .item .tit {
  color: #000;
  transition: color 0.3s;
  line-height: 1.25;
  font-weight: 400;
}
.main-board .quick-wrap .item:hover {
  background-color: currentColor;
}
.main-board .quick-wrap .item:hover .tit {
  color: #FFF;
}
.main-board .quick-wrap .item:hover .ico {
  background-color: #fff;
}

@media (max-width: 1279px) {
  html:where([lang=en]) .main-board .board-wrap .sec-tit {
    width: 100%;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=main.css.map */