@keyframes swiper-timer {
  to {
    transform: translateX(0);
  }
}
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
body .layout {
  max-width: 1620px;
}
body::after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  animation: fade-out 0.8s ease-in-out both;
  pointer-events: none;
  z-index: 9999;
}

*::before, *::after {
  box-sizing: border-box;
}

.ib {
  display: inline-block;
  font: inherit;
  letter-spacing: inherit;
}

.sec {
  position: relative;
}
.sec:not(:first-child) {
  padding: 140px 0 180px;
}
@media (max-width: 1535px) {
  .sec:not(:first-child) {
    padding: 124px 0 160px;
  }
}
@media (max-width: 1279px) {
  .sec:not(:first-child) {
    padding: 108px 0 140px;
  }
}
@media (max-width: 1023px) {
  .sec:not(:first-child) {
    padding: 92px 0 120px;
  }
}
@media (max-width: 767px) {
  .sec:not(:first-child) {
    padding: 76px 0 100px;
  }
}
@media (max-width: 575px) {
  .sec:not(:first-child) {
    padding: 64px 0 80px;
  }
}
@media (max-width: 383px) {
  .sec:not(:first-child) {
    padding: 52px 0 60px;
  }
}
.sec:not(:first-child).bg {
  padding-top: 180px;
}
@media (max-width: 1535px) {
  .sec:not(:first-child).bg {
    padding-top: 160px;
  }
}
@media (max-width: 1279px) {
  .sec:not(:first-child).bg {
    padding-top: 140px;
  }
}
@media (max-width: 1023px) {
  .sec:not(:first-child).bg {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .sec:not(:first-child).bg {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .sec:not(:first-child).bg {
    padding-top: 80px;
  }
}
@media (max-width: 383px) {
  .sec:not(:first-child).bg {
    padding-top: 60px;
  }
}
.sec-header {
  margin-bottom: 72px;
}
@media (max-width: 1535px) {
  .sec-header {
    margin-bottom: 64px;
  }
}
@media (max-width: 1279px) {
  .sec-header {
    margin-bottom: 56px;
  }
}
@media (max-width: 1023px) {
  .sec-header {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .sec-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .sec-header {
    margin-bottom: 36px;
  }
}
@media (max-width: 383px) {
  .sec-header {
    margin-bottom: 32px;
  }
}
.sec-subtit {
  display: inline-block;
  padding: 0.5em 1em;
  margin-bottom: 2em;
  border-radius: 5em;
  background-color: #014286;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
@media (max-width: 1535px) {
  .sec-subtit {
    font-size: 22px;
  }
}
@media (max-width: 1279px) {
  .sec-subtit {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .sec-subtit {
    margin-bottom: 1.8em;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sec-subtit {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .sec-subtit {
    margin-bottom: 1.6em;
    font-size: 16px;
  }
}
@media (max-width: 383px) {
  .sec-subtit {
    font-size: 15px;
  }
}
.sec-tit {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #101010;
}
@media (max-width: 1535px) {
  .sec-tit {
    font-size: 44px;
  }
}
@media (max-width: 1279px) {
  .sec-tit {
    margin-bottom: 18px;
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .sec-tit {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sec-tit {
    margin-bottom: 16px;
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .sec-tit {
    font-size: 28px;
  }
}
@media (max-width: 383px) {
  .sec-tit {
    margin-bottom: 14px;
    font-size: 24px;
  }
}
.sec-desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #333;
}
@media (max-width: 1535px) {
  .sec-desc {
    font-size: 22px;
  }
}
@media (max-width: 1279px) {
  .sec-desc {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .sec-desc {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sec-desc {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .sec-desc {
    font-size: 16px;
  }
}
@media (max-width: 383px) {
  .sec-desc {
    font-size: 15px;
  }
}

.more-btn {
  display: flex;
  align-items: center;
  font-size: 20px;
  transition: color 0.3s;
}
@media (max-width: 1535px) {
  .more-btn {
    font-size: 19px;
  }
}
@media (max-width: 1279px) {
  .more-btn {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .more-btn {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .more-btn {
    font-size: 16px;
  }
}
@media (max-width: 383px) {
  .more-btn {
    font-size: 15px;
  }
}
.more-btn b {
  margin-right: 0.4em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}
.more-btn::after {
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background: no-repeat center/contain;
  content: "";
  transition: background-image 0.3s;
}

.swiper-btn {
  background: no-repeat center/62.5%;
  transition: background-image 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1992 18L5.19922 10L13.1992 2' stroke='%23555' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.swiper-btn-next {
  transform: rotate(180deg);
}
.swiper-btn-toggle {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 2H6.5V18H4.5V2Z' fill='%23555'/%3E%3Cpath d='M13.5 2H15.5V18H13.5V2Z' fill='%23555'/%3E%3C/svg%3E%0A");
}
.swiper-btn-toggle.paused {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9.13398C17.6667 9.51888 17.6667 10.4811 17 10.866L5 17.7942C4.33333 18.1791 3.5 17.698 3.5 16.9282L3.5 3.0718C3.5 2.302 4.33333 1.82088 5 2.20578L17 9.13398Z' fill='%23555'/%3E%3C/svg%3E%0A");
}
.swiper-btn:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1992 18L5.19922 10L13.1992 2' stroke='%23127CCA' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.swiper-btn:hover.swiper-btn-toggle {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 2H6.5V18H4.5V2Z' fill='%23127CCA'/%3E%3Cpath d='M13.5 2H15.5V18H13.5V2Z' fill='%23127CCA'/%3E%3C/svg%3E%0A");
}
.swiper-btn:hover.swiper-btn-toggle.paused {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9.13398C17.6667 9.51888 17.6667 10.4811 17 10.866L5 17.7942C4.33333 18.1791 3.5 17.698 3.5 16.9282L3.5 3.0718C3.5 2.302 4.33333 1.82088 5 2.20578L17 9.13398Z' fill='%23127CCA'/%3E%3C/svg%3E%0A");
}

.main-visual {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  height: 100svh;
  background-color: #aaa;
  color: #FFFFFF;
  max-height: 980px;
  min-height: 640px;
}
@media (max-width: 767px) {
  .main-visual {
    max-height: 810px;
  }
}
@media (max-width: 383px) {
  .main-visual {
    max-height: 768px;
  }
}
@media (max-width: 359px) {
  .main-visual {
    max-height: 610px;
    min-height: 480px;
  }
}
.main-visual .layout {
  z-index: 5;
  max-width: 1420px;
  margin-bottom: 90px;
}
@media (max-width: 1279px) {
  .main-visual .layout {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .main-visual .layout {
    margin-bottom: 60px;
  }
}
@media (max-width: 383px) {
  .main-visual .layout {
    margin-bottom: 50px;
  }
}
.main-visual .visual-txt {
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 1535px) {
  .main-visual .visual-txt {
    margin-bottom: 56px;
  }
}
@media (max-width: 1279px) {
  .main-visual .visual-txt {
    margin-bottom: 48px;
  }
}
@media (max-width: 1023px) {
  .main-visual .visual-txt {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .main-visual .visual-txt {
    margin-bottom: 32px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .main-visual .visual-txt {
    margin-bottom: 28px;
  }
}
@media (max-width: 383px) {
  .main-visual .visual-txt {
    margin-bottom: 24px;
  }
}
.main-visual .visual-txt .visual-subtit {
  display: block;
  margin-bottom: calc(0.164em + 19.2px);
  font-size: 78px;
  font-family: "Suranna", "Noto Serif KR", serif;
  line-height: 0.95;
  animation: fade-up 0.8s 0.2s both;
}
@media (max-width: 1535px) {
  .main-visual .visual-txt .visual-subtit {
    font-size: 72px;
  }
}
@media (max-width: 1279px) {
  .main-visual .visual-txt .visual-subtit {
    font-size: 66px;
  }
}
@media (max-width: 1023px) {
  .main-visual .visual-txt .visual-subtit {
    font-size: 6.35vw;
  }
}
@media (max-width: 575px) {
  .main-visual .visual-txt .visual-subtit {
    font-size: 9.2vw;
  }
}
@media (max-width: 383px) {
  .main-visual .visual-txt .visual-subtit {
    font-size: 8.8vw;
  }
}
.main-visual .visual-txt .visual-subtit span {
  font: inherit;
  letter-spacing: inherit;
}
.main-visual .visual-txt .visual-tit {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  animation: fade-up 0.7s 0.4s both;
}
@media (max-width: 1535px) {
  .main-visual .visual-txt .visual-tit {
    font-size: 30px;
  }
}
@media (max-width: 1279px) {
  .main-visual .visual-txt .visual-tit {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .main-visual .visual-txt .visual-tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .main-visual .visual-txt .visual-tit {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .main-visual .visual-txt .visual-tit {
    font-size: calc(3.3vw + 5.5px);
  }
}
.main-visual .swiper-control {
  display: flex;
  align-items: stretch;
  width: 100%;
  animation: fade-in 1s ease-in-out 0.6s both;
}
@media (max-width: 767px) {
  .main-visual .swiper-control {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.main-visual .swiper-control .swiper-pager {
  display: flex;
  flex-grow: 1;
  margin-right: 40px;
}
@media (max-width: 1279px) {
  .main-visual .swiper-control .swiper-pager {
    margin-right: 32px;
  }
}
@media (max-width: 1023px) {
  .main-visual .swiper-control .swiper-pager {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .main-visual .swiper-control .swiper-pager {
    width: 100%;
    height: 16px;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.main-visual .swiper-control .swiper-pager .swiper-pagination-bullet {
  overflow: hidden;
  opacity: 1;
  flex-grow: 1;
  position: relative;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  animation-duration: inherit;
}
.main-visual .swiper-control .swiper-pager .swiper-pagination-bullet:not(:first-child) {
  margin-left: 20px;
}
@media (max-width: 1279px) {
  .main-visual .swiper-control .swiper-pager .swiper-pagination-bullet:not(:first-child) {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .main-visual .swiper-control .swiper-pager .swiper-pagination-bullet:not(:first-child) {
    margin-left: 12px;
  }
}
@media (max-width: 383px) {
  .main-visual .swiper-control .swiper-pager .swiper-pagination-bullet:not(:first-child) {
    margin-left: 10px;
  }
}
.main-visual .swiper-control .swiper-pager .swiper-pagination-bullet::before, .main-visual .swiper-control .swiper-pager .swiper-pagination-bullet::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  content: "";
}
.main-visual .swiper-control .swiper-pager .swiper-pagination-bullet::before {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.main-visual .swiper-control .swiper-pager .swiper-pagination-bullet::after {
  background-color: #4CBEEE;
  transform: translateX(-100%);
}
.main-visual .swiper-control .swiper-pager .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover::before {
  opacity: 0.9;
}
.main-visual .swiper-control .swiper-pager .swiper-pagination-bullet-active::after {
  animation: swiper-timer linear infinite;
  animation-duration: inherit;
}
.main-visual .swiper-control .swiper-pager.paused .swiper-pagination-bullet::after {
  animation: none;
}
.main-visual .swiper-control .swiper-btn {
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1992 18L5.19922 10L13.1992 2' stroke='%23FFF' stroke-width='2'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
  .main-visual .swiper-control .swiper-btn {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 575px) {
  .main-visual .swiper-control .swiper-btn {
    width: 24px;
    height: 24px;
  }
}
.main-visual .swiper-control .swiper-btn:not(:last-child) {
  margin-right: 5px;
}
.main-visual .swiper-control .swiper-btn-toggle {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 2H6.5V18H4.5V2Z' fill='%23FFF'/%3E%3Cpath d='M13.5 2H15.5V18H13.5V2Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
}
.main-visual .swiper-control .swiper-btn-toggle.paused {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9.13398C17.6667 9.51888 17.6667 10.4811 17 10.866L5 17.7942C4.33333 18.1791 3.5 17.698 3.5 16.9282L3.5 3.0718C3.5 2.302 4.33333 1.82088 5 2.20578L17 9.13398Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
}
.main-visual .swiper-control .swiper-btn:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1992 18L5.19922 10L13.1992 2' stroke='%234CBEEE' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.main-visual .swiper-control .swiper-btn:hover.swiper-btn-toggle {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 2H6.5V18H4.5V2Z' fill='%234CBEEE'/%3E%3Cpath d='M13.5 2H15.5V18H13.5V2Z' fill='%234CBEEE'/%3E%3C/svg%3E%0A");
}
.main-visual .swiper-control .swiper-btn:hover.swiper-btn-toggle.paused {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9.13398C17.6667 9.51888 17.6667 10.4811 17 10.866L5 17.7942C4.33333 18.1791 3.5 17.698 3.5 16.9282L3.5 3.0718C3.5 2.302 4.33333 1.82088 5 2.20578L17 9.13398Z' fill='%234CBEEE'/%3E%3C/svg%3E%0A");
}
.main-visual .online-link {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(114px + 6.2%);
  right: 50px;
  width: 17.2em;
  height: 17.2em;
  font-size: 10px;
  animation: fade-in 0.9s ease-in-out 0.8s both;
}
@media (max-width: 1279px) {
  .main-visual .online-link {
    top: calc(102px + 5%);
    right: 30px;
    font-size: 9px;
  }
}
@media (max-width: 1023px) {
  .main-visual .online-link {
    top: calc(94px + 5%);
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  .main-visual .online-link {
    right: 20px;
    font-size: 7px;
  }
}
@media (max-width: 575px) {
  .main-visual .online-link {
    right: 15px;
  }
}
@media (max-width: 383px) {
  .main-visual .online-link {
    font-size: 6px;
  }
}
.main-visual .online-link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/site/krcelt/img/2025/main/online-link-deco-pc.png) no-repeat center/contain;
  content: "";
  animation: turn 16s infinite linear;
  pointer-events: none;
}
@keyframes turn {
  to {
    transform: rotate(1turn);
  }
}
@media (max-width: 1023px) {
  .main-visual .online-link::before {
    background-image: url(/site/krcelt/img/2025/main/online-link-deco-mo.png);
  }
}
.main-visual .online-link .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 13em;
  height: 13em;
  border-radius: 50%;
  background-color: #FFFFFF;
  gap: 1.2em;
}
@media (max-width: 1023px) {
  .main-visual .online-link .inner {
    width: 12em;
    height: 12em;
    gap: 1em;
  }
}
.main-visual .online-link .inner img {
  width: 8.4em;
}
.main-visual .online-link .inner em {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4286em 0.7143em;
  border-radius: 5em;
  background-color: #014286;
  font-size: 14px;
  transition: background-color 0.3s;
  gap: 2px;
}
@media (max-width: 1023px) {
  .main-visual .online-link .inner em {
    width: 1.8em;
    height: 1.8em;
    padding: 0;
    font-size: 13px;
  }
}
@media (max-width: 383px) {
  .main-visual .online-link .inner em {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    z-index: -1;
    overflow: hidden;
  }
}
.main-visual .online-link .inner em span {
  display: block;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #FFF;
}
@media (max-width: 1023px) {
  .main-visual .online-link .inner em span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    z-index: -1;
    overflow: hidden;
  }
}
.main-visual .online-link .inner em i {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  background: no-repeat center/contain;
  transform: rotate(0.5turn);
  transition: transform 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1992 18L5.19922 10L13.1992 2' stroke='%23FFF' stroke-width='2'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
  .main-visual .online-link .inner em i {
    background-image: 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='M9.59961 6.00127L2.39961 6.00127M5.99961 9.6001L2.39961 6.0001L5.99961 2.4001' stroke='white' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
    background-size: 15px;
  }
}
@media (min-width: 1024px) {
  :lang(en) .main-visual .online-link .inner em i {
    display: none;
  }
}

.main-visual .online-link:hover .inner em {
  background-color: #127CCA;
}
.main-visual .online-link:hover .inner em i {
  transform: rotate(0.5turn) translateX(-2px);
}
.main-visual .visual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-visual .visual-bg .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  transform: translate(-50%, -50%);
  display: block;
}
.main-visual .visual-bg .swiper-slide img:where(img) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
  transition: transform 4s linear;
}
.main-visual .visual-bg .swiper-slide-active img:where(img) {
  transform: scale(1);
}

.main-about {
  overflow: hidden;
  background-color: #fff;
}
.main-about .layout {
  max-width: 1420px;
}
.main-about .sec-header .sec-desc {
  margin-bottom: 1.5em;
}
@media (max-width: 480px) {
  .main-about .sec-header .sec-desc br {
    display: none;
  }
}
.main-about .sec-header .more-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #014286;
}
.main-about .sec-header .more-link .more-btn::after {
  background-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='M25 14C25 7.92487 20.0751 3 14 3C7.92486 3 3 7.92486 3 14C3 20.0751 7.92487 25 14 25C20.0751 25 25 20.0751 25 14ZM26 14C26 20.6274 20.6274 26 14 26C7.37258 26 2 20.6274 2 14C2 7.37258 7.37258 2 14 2C20.6274 2 26 7.37258 26 14Z' fill='%23014286'/%3E%3Cpath d='M13.6475 8.47172C13.8427 8.27646 14.1592 8.27646 14.3545 8.47172L19.5283 13.6455C19.6189 13.736 19.6748 13.8609 19.6748 13.9991C19.6748 14.1365 19.619 14.2602 19.5293 14.3506V14.3536L14.3545 19.5284C14.1592 19.7236 13.8427 19.7236 13.6475 19.5284C13.4524 19.3331 13.4523 19.0165 13.6475 18.8213L17.9697 14.4991H8.8252C8.54905 14.4991 8.3252 14.2752 8.3252 13.9991C8.3252 13.7229 8.54905 13.4991 8.8252 13.4991H17.9678L13.6475 9.17875C13.4522 8.98349 13.4522 8.66698 13.6475 8.47172Z' fill='%23014286'/%3E%3C/svg%3E%0A");
}
.main-about .sec-header .more-link:hover .more-btn::after {
  background-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 fill-rule='evenodd' clip-rule='evenodd' d='M14 2C20.6274 2 26 7.37258 26 14C26 20.6274 20.6274 26 14 26C7.37258 26 2 20.6274 2 14C2 7.37258 7.37258 2 14 2ZM14.3545 8.47168C14.1592 8.27642 13.8427 8.27642 13.6475 8.47168C13.4522 8.66694 13.4522 8.98346 13.6475 9.17871L17.9678 13.499H8.8252C8.54905 13.499 8.3252 13.7229 8.3252 13.999C8.32522 14.2751 8.54907 14.499 8.8252 14.499H17.9697L13.6475 18.8213C13.4523 19.0165 13.4524 19.333 13.6475 19.5283C13.8427 19.7236 14.1592 19.7236 14.3545 19.5283L19.5293 14.3535V14.3506C19.619 14.2602 19.6748 14.1364 19.6748 13.999C19.6748 13.8609 19.6189 13.736 19.5283 13.6455L14.3545 8.47168Z' fill='%23014286'/%3E%3C/svg%3E%0A");
}
.main-about .bg-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  height: 400px;
  margin-top: 8px;
}
@media (max-width: 1535px) {
  .main-about .bg-wrap {
    height: 375px;
    margin-top: 0;
  }
}
@media (max-width: 1279px) {
  .main-about .bg-wrap {
    height: 300px;
  }
}
@media (max-width: 1023px) {
  .main-about .bg-wrap {
    height: 225px;
  }
}
@media (max-width: 767px) {
  .main-about .bg-wrap {
    height: 175px;
  }
}
@media (max-width: 575px) {
  .main-about .bg-wrap {
    height: 150px;
  }
}
.main-about .bg-wrap .bg-img {
  display: block;
  flex-shrink: 0;
  width: 100vw;
  width: calc(100vw - var(--scroll-width));
  height: 100%;
  background: url(/site/krcelt/img/2025/main/about-img-1.jpg) no-repeat center/cover;
}
.main-about .bg-wrap .bg-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  width: calc(100vw - var(--scroll-width));
  height: calc(100% + 2px);
  background: no-repeat left;
  transform: translate(-50%, -50%);
}
.main-about .bg-wrap .bg-cover::after {
  position: absolute;
  top: 0;
  right: calc(100% - 1px);
  width: 50vw;
  height: 100%;
  background-color: #fff;
  content: "";
}

.main-lesson {
  position: relative;
  background: url(/site/krcelt/img/2025/main/lesson-bg-2560.jpg) no-repeat center/cover;
  color: #FFF;
}
@media (max-width: 1920px) {
  .main-lesson {
    background-image: url(/site/krcelt/img/2025/main/lesson-bg-1920.jpg);
  }
}
.main-lesson::before {
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003995;
  content: "";
  pointer-events: none;
}
.main-lesson .sec-header {
  text-align: center;
}
.main-lesson .sec-header .sec-tit, .main-lesson .sec-header .sec-desc {
  color: inherit;
}
.main-lesson .lesson-list {
  display: flex;
  margin: -15px;
  font-size: 10px;
}
@media (max-width: 1600px) {
  .main-lesson .lesson-list {
    font-size: 0.625vw;
  }
}
@media (max-width: 1535px) {
  .main-lesson .lesson-list {
    margin: -12px;
  }
}
@media (max-width: 1279px) {
  .main-lesson .lesson-list {
    margin: -8px;
  }
}
@media (max-width: 1023px) {
  .main-lesson .lesson-list {
    flex-wrap: wrap;
    margin: -10px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .main-lesson .lesson-list {
    margin: -8px;
  }
}
@media (max-width: 383px) {
  .main-lesson .lesson-list {
    margin: -6px;
  }
}
.main-lesson .lesson-list .item {
  width: 25%;
  padding: 15px;
}
@media (max-width: 1535px) {
  .main-lesson .lesson-list .item {
    padding: 12px;
  }
}
@media (max-width: 1279px) {
  .main-lesson .lesson-list .item {
    padding: 8px;
  }
}
@media (max-width: 1023px) {
  .main-lesson .lesson-list .item {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .main-lesson .lesson-list .item {
    padding: 8px;
  }
}
@media (max-width: 575px) {
  .main-lesson .lesson-list .item {
    width: 100%;
  }
}
@media (max-width: 383px) {
  .main-lesson .lesson-list .item {
    padding: 6px;
  }
}
.main-lesson .lesson-list .link {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  min-height: 34em;
  height: 100%;
  padding: 6em 4.4em 4.8em;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.25);
  color: #FFF;
  transition: background-color 0.3s;
}
@media (max-width: 1279px) {
  .main-lesson .lesson-list .link {
    padding: 4.4em 3.6em;
  }
}
@media (max-width: 1023px) {
  .main-lesson .lesson-list .link {
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: center;
    min-height: 0;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .main-lesson .lesson-list .link {
    padding: 24px;
    border-radius: 12px;
  }
}
@media (max-width: 383px) {
  .main-lesson .lesson-list .link {
    padding: 22px;
    border-radius: 10px;
  }
}
.main-lesson .lesson-list .link .tit {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 3.2em;
  line-height: 1;
  letter-spacing: -0.01em;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  transition: text-shadow 0.3s, color 0.3s;
}
@media (max-width: 1023px) {
  .main-lesson .lesson-list .link .tit {
    font-size: 22px;
    width: calc(100% - 1.6em);
  }
}
@media (max-width: 767px) {
  .main-lesson .lesson-list .link .tit {
    font-size: 20px;
  }
}
@media (max-width: 383px) {
  .main-lesson .lesson-list .link .tit {
    font-size: 19px;
  }
}
.main-lesson .lesson-list .link .desc {
  margin: 1em 0;
  font-weight: 400;
  font-size: calc(6px + 1.4em);
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: inherit;
  text-shadow: 0 0 0.4em rgba(0, 0, 0, 0.3);
  transition: text-shadow 0.3s, color 0.3s;
}
@media (max-width: 1023px) {
  .main-lesson .lesson-list .link .desc {
    order: 10;
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main-lesson .lesson-list .link .desc {
    margin: 0.8em 0;
    font-size: 15px;
  }
}
.main-lesson .lesson-list .link::before {
  --m: linear-gradient(to top left, #FFF, rgba(255,255,255,.2) 45%, #FFF) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #FFFFFF;
  border-radius: inherit;
  box-sizing: border-box;
  -webkit-mask: var(--m);
          mask: var(--m);
  content: "";
  pointer-events: none;
  opacity: 0.3;
}
.main-lesson .lesson-list .link .more-btn {
  margin-top: auto;
  font-size: calc(10px + 0.8em);
}
@media (max-width: 1023px) {
  .main-lesson .lesson-list .link .more-btn {
    margin-top: 0;
    margin-left: auto;
  }
}
@media (max-width: 1023px) {
  .main-lesson .lesson-list .link .more-btn b {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    z-index: -1;
    overflow: hidden;
  }
}
.main-lesson .lesson-list .link .more-btn::after {
  background-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='M25 14C25 7.92487 20.0751 3 14 3C7.92486 3 3 7.92486 3 14C3 20.0751 7.92487 25 14 25C20.0751 25 25 20.0751 25 14ZM26 14C26 20.6274 20.6274 26 14 26C7.37258 26 2 20.6274 2 14C2 7.37258 7.37258 2 14 2C20.6274 2 26 7.37258 26 14Z' fill='%23FFF'/%3E%3Cpath d='M13.6475 8.47172C13.8427 8.27646 14.1592 8.27646 14.3545 8.47172L19.5283 13.6455C19.6189 13.736 19.6748 13.8609 19.6748 13.9991C19.6748 14.1365 19.619 14.2602 19.5293 14.3506V14.3536L14.3545 19.5284C14.1592 19.7236 13.8427 19.7236 13.6475 19.5284C13.4524 19.3331 13.4523 19.0165 13.6475 18.8213L17.9697 14.4991H8.8252C8.54905 14.4991 8.3252 14.2752 8.3252 13.9991C8.3252 13.7229 8.54905 13.4991 8.8252 13.4991H17.9678L13.6475 9.17875C13.4522 8.98349 13.4522 8.66698 13.6475 8.47172Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
}
.main-lesson .lesson-list .link:hover {
  background-color: #fff;
  color: #555;
}
.main-lesson .lesson-list .link:hover .tit {
  color: #0064d7;
  text-shadow: none;
}
.main-lesson .lesson-list .link:hover .desc {
  text-shadow: none;
}
.main-lesson .lesson-list .link:hover .more-btn::after {
  background-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 fill-rule='evenodd' clip-rule='evenodd' d='M14 2C20.6274 2 26 7.37258 26 14C26 20.6274 20.6274 26 14 26C7.37258 26 2 20.6274 2 14C2 7.37258 7.37258 2 14 2ZM14.3545 8.47168C14.1592 8.27642 13.8427 8.27642 13.6475 8.47168C13.4522 8.66694 13.4522 8.98346 13.6475 9.17871L17.9678 13.499H8.8252C8.54905 13.499 8.3252 13.7229 8.3252 13.999C8.32522 14.2751 8.54907 14.499 8.8252 14.499H17.9697L13.6475 18.8213C13.4523 19.0165 13.4524 19.333 13.6475 19.5283C13.8427 19.7236 14.1592 19.7236 14.3545 19.5283L19.5293 14.3535V14.3506C19.619 14.2602 19.6748 14.1364 19.6748 13.999C19.6748 13.8609 19.6189 13.736 19.5283 13.6455L14.3545 8.47168Z' fill='%23555'/%3E%3C/svg%3E%0A");
}

.main-support .sec-content {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border-radius: 15px;
  font-size: 10px;
}
@media (max-width: 1535px) {
  .main-support .sec-content {
    font-size: 0.65125vw;
  }
}
@media (max-width: 1023px) {
  .main-support .sec-content {
    font-size: calc(0.6836vw + 1px);
    border-radius: 0;
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .main-support .sec-content {
    font-size: calc(3px + 0.7vw);
  }
}
@media (max-width: 575px) {
  .main-support .sec-content {
    font-size: 7px;
  }
}
@media (max-width: 383px) {
  .main-support .sec-content {
    font-size: 6.5px;
  }
}
.main-support .sec-content .swiper-control {
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
  padding-top: 1em;
  font-size: calc(8px + 1.2em);
  order: 5;
  z-index: 5;
  position: absolute;
  bottom: var(--txt-wrap-height);
  right: 0;
}
@media (max-width: 1023px) {
  .main-support .sec-content .swiper-control {
    visibility: hidden;
  }
}
.main-support .sec-content .swiper-control .swiper-pager {
  display: flex;
  align-items: center;
  width: auto;
  margin-right: 1.9em;
  color: #888;
}
.main-support .sec-content .swiper-control .swiper-pager span {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.main-support .sec-content .swiper-control .swiper-pager .timer {
  overflow: hidden;
  position: relative;
  width: 5.7em;
  height: 2px;
  margin: 0 0.6em;
  background-color: #D9D9D9;
  animation-duration: inherit;
}
.main-support .sec-content .swiper-control .swiper-pager .timer::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #127CCA;
  content: "";
  transform: translateX(-100%);
  animation: swiper-timer infinite linear;
  animation-duration: inherit;
}
.main-support .sec-content .swiper-control .swiper-pager .current {
  color: #222;
}
.main-support .sec-content .swiper-control .swiper-pager.paused .timer::before {
  animation: none;
}
.main-support .sec-content .swiper-control .swiper-btn {
  width: 1.6em;
  height: 1.6em;
  outline-offset: -2px;
}
.main-support .sec-content .swiper-control .swiper-btn:not(:last-child) {
  margin-right: 0.5em;
}
.main-support .sec-content .swiper-container {
  --space: 30px;
  overflow: visible;
  height: 51.6em;
  margin-right: 0;
  margin-left: calc((100% - var(--space) * 3) / 4 + var(--space));
}
@media (max-width: 1535px) {
  .main-support .sec-content .swiper-container {
    --space: 24px;
  }
}
@media (max-width: 1279px) {
  .main-support .sec-content .swiper-container {
    --space: 20px;
  }
}
@media (max-width: 1023px) {
  .main-support .sec-content .swiper-container {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.main-support .sec-content .swiper-container .swiper-slide {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .main-support .sec-content .swiper-container .swiper-slide {
    height: auto;
  }
}
@media (max-width: 1023px) {
  .main-support .sec-content .swiper-container .swiper-slide[data-clone=true] {
    display: none;
  }
  .main-support .sec-content .swiper-container .swiper-slide-duplicate {
    display: none;
  }
}
.main-support .sec-content .swiper-container .swiper-slide .link {
  display: flex;
  justify-content: flex-end;
  border-radius: 15px;
  flex-shrink: 0;
  transition: height 0.4s, width 0.4s;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .main-support .sec-content .swiper-container .swiper-slide .link {
    outline: none;
  }
}
@media (max-width: 1023px) {
  .main-support .sec-content .swiper-container .swiper-slide .link {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .main-support .sec-content .swiper-container .swiper-slide .link {
    flex-direction: row;
    align-items: flex-start;
    border-radius: 12px;
  }
}
@media (max-width: 575px) {
  .main-support .sec-content .swiper-container .swiper-slide .link {
    flex-direction: column;
  }
}
@media (max-width: 383px) {
  .main-support .sec-content .swiper-container .swiper-slide .link {
    border-radius: 10px;
  }
}
.main-support .sec-content .swiper-container .swiper-slide .link .img-wrap {
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
  border-radius: inherit;
  transition: width 0.4s, height 0.4s;
  height: calc(100% - var(--txt-wrap-height) - var(--swiper-control-height));
}
@media (max-width: 1023px) {
  .main-support .sec-content .swiper-container .swiper-slide .link .img-wrap {
    position: relative;
    height: auto;
  }
}
@media (max-width: 767px) {
  .main-support .sec-content .swiper-container .swiper-slide .link .img-wrap {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .main-support .sec-content .swiper-container .swiper-slide .link .img-wrap {
    width: 100%;
  }
}
.main-support .sec-content .swiper-container .swiper-slide .link .img-wrap::before {
  display: block;
  padding-top: 72%;
}
@media (max-width: 1023px) {
  .main-support .sec-content .swiper-container .swiper-slide .link .img-wrap::before {
    content: "";
  }
}
@media (max-width: 767px) {
  .main-support .sec-content .swiper-container .swiper-slide .link .img-wrap::before {
    padding-top: 62.5%;
  }
}
@media (max-width: 575px) {
  .main-support .sec-content .swiper-container .swiper-slide .link .img-wrap::before {
    padding-top: 50%;
  }
}
@media (max-width: 383px) {
  .main-support .sec-content .swiper-container .swiper-slide .link .img-wrap::before {
    padding-top: 62.5%;
  }
}
.main-support .sec-content .swiper-container .swiper-slide .link .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .main-support .sec-content .swiper-container .swiper-slide .link .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.main-support .sec-content .swiper-container .swiper-slide .link .txt-wrap {
  opacity: 0;
  transition: 0.1s;
  position: absolute;
  left: calc(100% + var(--space));
  width: calc(200% + var(--space));
  bottom: 0;
  flex-grow: 1;
  padding-top: 4em;
  z-index: 5;
  border-radius: inherit;
}
@media (max-width: 1023px) {
  .main-support .sec-content .swiper-container .swiper-slide .link .txt-wrap {
    opacity: 1;
    width: 100%;
    position: relative;
    bottom: auto;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    padding-top: 3.2em;
  }
}
@media (max-width: 767px) {
  .main-support .sec-content .swiper-container .swiper-slide .link .txt-wrap {
    padding: 0.75em 0 0 2.3em;
  }
}
@media (max-width: 575px) {
  .main-support .sec-content .swiper-container .swiper-slide .link .txt-wrap {
    padding: 2.4em 0 0;
  }
}
.main-support .sec-content .swiper-container .swiper-slide .link .txt-wrap .tit {
  display: block;
  margin-bottom: 0.5625em;
  font-weight: 700;
  font-size: 3.2em;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #333;
}
@media (max-width: 1023px) {
  .main-support .sec-content .swiper-container .swiper-slide .link .txt-wrap .tit {
    margin-bottom: 0;
    width: calc(100% - 1.2em);
  }
}
.main-support .sec-content .swiper-container .swiper-slide .link .txt-wrap .desc {
  margin: 0 0 1.4em;
  font-size: calc(6px + 1.4em);
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #555;
}
@media (min-width: 1024px) {
  .main-support .sec-content .swiper-container .swiper-slide .link .txt-wrap .desc {
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 1.5;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
    word-wrap: break-word;
    max-height: 3.04em;
  }
}
@media (max-width: 1023px) {
  .main-support .sec-content .swiper-container .swiper-slide .link .txt-wrap .desc {
    order: 10;
    width: 100%;
    margin: 0.7em 0 0;
  }
}
.main-support .sec-content .swiper-container .swiper-slide .link .txt-wrap .more-btn {
  margin-top: auto;
  font-size: calc(8px + 1.2em);
  color: #555;
}
@media (max-width: 1023px) {
  .main-support .sec-content .swiper-container .swiper-slide .link .txt-wrap .more-btn {
    margin-top: 0;
    margin-left: auto;
    font-size: calc(12px + 0.8em);
  }
}
@media (max-width: 1023px) {
  .main-support .sec-content .swiper-container .swiper-slide .link .txt-wrap .more-btn b {
    margin: auto;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    z-index: -1;
    overflow: hidden;
  }
}
.main-support .sec-content .swiper-container .swiper-slide .link .txt-wrap .more-btn::after {
  background-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='M25 14C25 7.92487 20.0751 3 14 3C7.92486 3 3 7.92486 3 14C3 20.0751 7.92487 25 14 25C20.0751 25 25 20.0751 25 14ZM26 14C26 20.6274 20.6274 26 14 26C7.37258 26 2 20.6274 2 14C2 7.37258 7.37258 2 14 2C20.6274 2 26 7.37258 26 14Z' fill='%23555'/%3E%3Cpath d='M13.6475 8.47172C13.8427 8.27646 14.1592 8.27646 14.3545 8.47172L19.5283 13.6455C19.6189 13.736 19.6748 13.8609 19.6748 13.9991C19.6748 14.1365 19.619 14.2602 19.5293 14.3506V14.3536L14.3545 19.5284C14.1592 19.7236 13.8427 19.7236 13.6475 19.5284C13.4524 19.3331 13.4523 19.0165 13.6475 18.8213L17.9697 14.4991H8.8252C8.54905 14.4991 8.3252 14.2752 8.3252 13.9991C8.3252 13.7229 8.54905 13.4991 8.8252 13.4991H17.9678L13.6475 9.17875C13.4522 8.98349 13.4522 8.66698 13.6475 8.47172Z' fill='%23555'/%3E%3C/svg%3E%0A");
}
.main-support .sec-content .swiper-container .swiper-slide .link:hover .img-wrap img {
  transform: scale(1.05);
}
.main-support .sec-content .swiper-container .swiper-slide .link:hover .txt-wrap .more-btn::after {
  background-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 fill-rule='evenodd' clip-rule='evenodd' d='M14 2C20.6274 2 26 7.37258 26 14C26 20.6274 20.6274 26 14 26C7.37258 26 2 20.6274 2 14C2 7.37258 7.37258 2 14 2ZM14.3545 8.47168C14.1592 8.27642 13.8427 8.27642 13.6475 8.47168C13.4522 8.66694 13.4522 8.98346 13.6475 9.17871L17.9678 13.499H8.8252C8.54905 13.499 8.3252 13.7229 8.3252 13.999C8.32522 14.2751 8.54907 14.499 8.8252 14.499H17.9697L13.6475 18.8213C13.4523 19.0165 13.4524 19.333 13.6475 19.5283C13.8427 19.7236 14.1592 19.7236 14.3545 19.5283L19.5293 14.3535V14.3506C19.619 14.2602 19.6748 14.1364 19.6748 13.999C19.6748 13.8609 19.6189 13.736 19.5283 13.6455L14.3545 8.47168Z' fill='%23555'/%3E%3C/svg%3E%0A");
}
@media (min-width: 1024px) {
  .main-support .sec-content .swiper-container .swiper-slide .link:focus .img-wrap {
    outline: 2px solid rgba(0, 111, 214, 0.7607843137);
    outline-offset: -2px;
  }
}
@media (min-width: 1024px) {
  .main-support .sec-content .swiper-container .swiper-slide-active .link .img-wrap, .main-support .sec-content .swiper-container .swiper-slide-duplicate-active .link .img-wrap {
    height: 100%;
    width: calc(200% + var(--space));
  }
  .main-support .sec-content .swiper-container .swiper-slide-active .link:focus .txt-wrap, .main-support .sec-content .swiper-container .swiper-slide-duplicate-active .link:focus .txt-wrap {
    outline: 2px solid rgba(0, 111, 214, 0.7607843137);
    outline-offset: -2px;
  }
}
.main-support .sec-content .swiper-container .swiper-slide-active .link .txt-wrap, .main-support .sec-content .swiper-container .swiper-slide-duplicate-active .link .txt-wrap {
  opacity: 1;
  transition: opacity 0.4s 0.4s;
}

.main-platform {
  overflow: hidden;
  background: #F0F0F0;
}
.main-platform .sec-header {
  display: flex;
  align-items: flex-end;
  gap: 12px 20px;
}
@media (max-width: 575px) {
  .main-platform .sec-header {
    flex-wrap: wrap;
  }
  .main-platform .sec-header .ib {
    display: inline;
  }
}
.main-platform .sec-header .swiper-control {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 575px) {
  .main-platform .sec-header .swiper-control {
    margin-bottom: -16px;
  }
}
.main-platform .sec-header .swiper-control .swiper-pager {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0 12px;
  font-size: 22px;
}
@media (max-width: 1535px) {
  .main-platform .sec-header .swiper-control .swiper-pager {
    margin: 0 10px;
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .main-platform .sec-header .swiper-control .swiper-pager {
    margin: 0 8px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .main-platform .sec-header .swiper-control .swiper-pager {
    margin: 0 6px;
    font-size: 16px;
  }
}
.main-platform .sec-header .swiper-control .swiper-pager span {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #888;
  font-variant-numeric: tabular-nums;
}
.main-platform .sec-header .swiper-control .swiper-pager .current {
  color: #127CCA;
}
.main-platform .sec-header .swiper-control .swiper-pager .dot {
  width: 4px;
  height: 4px;
  margin: 0 8px;
  border-radius: 50%;
  background-color: #D9D9D9;
}
.main-platform .sec-header .swiper-control .swiper-btn {
  width: 48px;
  height: 48px;
  background-size: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1992 18L5.19922 10L13.1992 2' stroke='%23555' stroke-width='2'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1535px) {
  .main-platform .sec-header .swiper-control .swiper-btn {
    width: 42px;
    height: 42px;
    background-size: 22px;
  }
}
@media (max-width: 1023px) {
  .main-platform .sec-header .swiper-control .swiper-btn {
    width: 36px;
    height: 36px;
    background-size: 62.5%;
  }
}
@media (max-width: 575px) {
  .main-platform .sec-header .swiper-control .swiper-btn {
    width: 32px;
    height: 32px;
  }
}
.main-platform .sec-header .swiper-control .swiper-btn:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1992 18L5.19922 10L13.1992 2' stroke='%23127CCA' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.main-platform .sec-content {
  overflow: hidden;
}
.main-platform .sec-content .swiper-container {
  overflow: visible;
  margin-left: 0;
  font-size: 10px;
}
@media (max-width: 1600px) {
  .main-platform .sec-content .swiper-container {
    font-size: 0.5625vw;
  }
}
@media (max-width: 1023px) {
  .main-platform .sec-content .swiper-container {
    font-size: 5.625px;
  }
}
@media (max-width: 767px) {
  .main-platform .sec-content .swiper-container {
    font-size: calc(0.2925vw + 3.375px);
  }
}
@media (max-width: 575px) {
  .main-platform .sec-content .swiper-container {
    height: calc(var(--slide-height) * 2 + 20px);
  }
}
.main-platform .sec-content .swiper-container::after {
  content: "";
  height: 100%;
  background-color: #F0F0F0;
  width: 50vw;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 5;
}
@media (max-width: 575px) {
  .main-platform .sec-content .swiper-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .main-platform .sec-content .swiper-container-initialized .swiper-slide {
    height: calc(50% - 10px);
  }
}
.main-platform .sec-content .swiper-slide {
  height: auto;
  min-height: 50em;
  width: 50em;
}
@media (max-width: 575px) {
  .main-platform .sec-content .swiper-slide {
    width: auto;
    min-height: 0;
  }
}
.main-platform .sec-content .swiper-slide .link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 6em 5em;
  border-radius: 15px;
  background-color: #127CCA;
  transition: background-color 0.3s;
  outline-offset: -2px;
  position: relative;
  color: #FFF;
  overflow: hidden;
}
.main-platform .sec-content .swiper-slide .link::before {
  content: "";
  position: absolute;
  width: 38.2em;
  right: 0;
  top: 0;
  transform: translate(20%, 20%);
  height: 38.2em;
  pointer-events: none;
  background: no-repeat center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .main-platform .sec-content .swiper-slide .link::before {
    transition: background-image 0.3s;
  }
}
.main-platform .sec-content .swiper-slide .link.n1::before {
  background-image: url(/site/krcelt/img/2025/main/platform-pattern-1.svg);
}
.main-platform .sec-content .swiper-slide .link.n2::before {
  background-image: url(/site/krcelt/img/2025/main/platform-pattern-2.svg);
}
.main-platform .sec-content .swiper-slide .link.n3::before {
  background-image: url(/site/krcelt/img/2025/main/platform-pattern-3.svg);
}
.main-platform .sec-content .swiper-slide .link.n4::before {
  background-image: url(/site/krcelt/img/2025/main/platform-pattern-4.svg);
}
.main-platform .sec-content .swiper-slide .link.n5::before {
  background-image: url(/site/krcelt/img/2025/main/platform-pattern-5.svg);
}
.main-platform .sec-content .swiper-slide .link.n6::before {
  background-image: url(/site/krcelt/img/2025/main/platform-pattern-6.svg);
}
@media (max-width: 1023px) {
  .main-platform .sec-content .swiper-slide .link {
    flex-flow: row wrap;
    align-content: flex-start;
  }
}
@media (max-width: 767px) {
  .main-platform .sec-content .swiper-slide .link {
    border-radius: 12px;
  }
}
@media (max-width: 383px) {
  .main-platform .sec-content .swiper-slide .link {
    border-radius: 10px;
  }
}
.main-platform .sec-content .swiper-slide .link .tit {
  display: block;
  font-weight: 700;
  font-size: 3.6em;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
@media (max-width: 1279px) {
  .main-platform .sec-content .swiper-slide .link .tit {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .main-platform .sec-content .swiper-slide .link .tit {
    font-size: 22px;
    width: calc(100% - 32px);
  }
}
@media (max-width: 767px) {
  .main-platform .sec-content .swiper-slide .link .tit {
    font-size: 4.2em;
  }
}
.main-platform .sec-content .swiper-slide .link .desc {
  margin: 0.8em 0 0;
  font-weight: 400;
  font-size: calc(8px + 1.2em);
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: inherit;
  position: relative;
}
@media (max-width: 1279px) {
  .main-platform .sec-content .swiper-slide .link .desc {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .main-platform .sec-content .swiper-slide .link .desc {
    font-size: 15px;
    width: 100%;
    order: 10;
  }
}
@media (max-width: 575px) {
  .main-platform .sec-content .swiper-slide .link .desc br {
    display: none;
  }
}
.main-platform .sec-content .swiper-slide .link .more-btn {
  margin-top: auto;
  position: relative;
}
@media (max-width: 1023px) {
  .main-platform .sec-content .swiper-slide .link .more-btn {
    font-size: 20px;
    margin-left: auto;
    margin-top: 0;
    align-self: flex-start;
  }
  .main-platform .sec-content .swiper-slide .link .more-btn b {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    z-index: -1;
    overflow: hidden;
  }
}
@media (max-width: 383px) {
  .main-platform .sec-content .swiper-slide .link .more-btn {
    font-size: 18px;
  }
}
.main-platform .sec-content .swiper-slide .link .more-btn::after {
  background-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='M25 14C25 7.92487 20.0751 3 14 3C7.92486 3 3 7.92486 3 14C3 20.0751 7.92487 25 14 25C20.0751 25 25 20.0751 25 14ZM26 14C26 20.6274 20.6274 26 14 26C7.37258 26 2 20.6274 2 14C2 7.37258 7.37258 2 14 2C20.6274 2 26 7.37258 26 14Z' fill='%23FFF'/%3E%3Cpath d='M13.6475 8.47172C13.8427 8.27646 14.1592 8.27646 14.3545 8.47172L19.5283 13.6455C19.6189 13.736 19.6748 13.8609 19.6748 13.9991C19.6748 14.1365 19.619 14.2602 19.5293 14.3506V14.3536L14.3545 19.5284C14.1592 19.7236 13.8427 19.7236 13.6475 19.5284C13.4524 19.3331 13.4523 19.0165 13.6475 18.8213L17.9697 14.4991H8.8252C8.54905 14.4991 8.3252 14.2752 8.3252 13.9991C8.3252 13.7229 8.54905 13.4991 8.8252 13.4991H17.9678L13.6475 9.17875C13.4522 8.98349 13.4522 8.66698 13.6475 8.47172Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
}
.main-platform .sec-content .swiper-slide .link:hover .more-btn::after {
  background-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 fill-rule='evenodd' clip-rule='evenodd' d='M14 2C20.6274 2 26 7.37258 26 14C26 20.6274 20.6274 26 14 26C7.37258 26 2 20.6274 2 14C2 7.37258 7.37258 2 14 2ZM14.3545 8.47168C14.1592 8.27642 13.8427 8.27642 13.6475 8.47168C13.4522 8.66694 13.4522 8.98346 13.6475 9.17871L17.9678 13.499H8.8252C8.54905 13.499 8.3252 13.7229 8.3252 13.999C8.32522 14.2751 8.54907 14.499 8.8252 14.499H17.9697L13.6475 18.8213C13.4523 19.0165 13.4524 19.333 13.6475 19.5283C13.8427 19.7236 14.1592 19.7236 14.3545 19.5283L19.5293 14.3535V14.3506C19.619 14.2602 19.6748 14.1364 19.6748 13.999C19.6748 13.8609 19.6189 13.736 19.5283 13.6455L14.3545 8.47168Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
}
.main-platform .sec-content .swiper-slide .link:focus {
  outline-color: #47b2ff;
}
@media (min-width: 576px) {
  .main-platform .sec-content .swiper-slide-active .link, .main-platform .sec-content .swiper-slide-duplicate-active .link {
    background-color: #014286;
  }
  .main-platform .sec-content .swiper-slide-active .link.n1::before, .main-platform .sec-content .swiper-slide-duplicate-active .link.n1::before {
    background-image: url(/site/krcelt/img/2025/main/platform-pattern-1-active.svg);
  }
  .main-platform .sec-content .swiper-slide-active .link.n2::before, .main-platform .sec-content .swiper-slide-duplicate-active .link.n2::before {
    background-image: url(/site/krcelt/img/2025/main/platform-pattern-2-active.svg);
  }
  .main-platform .sec-content .swiper-slide-active .link.n3::before, .main-platform .sec-content .swiper-slide-duplicate-active .link.n3::before {
    background-image: url(/site/krcelt/img/2025/main/platform-pattern-3-active.svg);
  }
  .main-platform .sec-content .swiper-slide-active .link.n4::before, .main-platform .sec-content .swiper-slide-duplicate-active .link.n4::before {
    background-image: url(/site/krcelt/img/2025/main/platform-pattern-4-active.svg);
  }
  .main-platform .sec-content .swiper-slide-active .link.n5::before, .main-platform .sec-content .swiper-slide-duplicate-active .link.n5::before {
    background-image: url(/site/krcelt/img/2025/main/platform-pattern-5-active.svg);
  }
  .main-platform .sec-content .swiper-slide-active .link.n6::before, .main-platform .sec-content .swiper-slide-duplicate-active .link.n6::before {
    background-image: url(/site/krcelt/img/2025/main/platform-pattern-6-active.svg);
  }
  .main-platform .sec-content .swiper-slide-active .link .more-btn::after, .main-platform .sec-content .swiper-slide-duplicate-active .link .more-btn::after {
    background-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 fill-rule='evenodd' clip-rule='evenodd' d='M14 2C20.6274 2 26 7.37258 26 14C26 20.6274 20.6274 26 14 26C7.37258 26 2 20.6274 2 14C2 7.37258 7.37258 2 14 2ZM14.3545 8.47168C14.1592 8.27642 13.8427 8.27642 13.6475 8.47168C13.4522 8.66694 13.4522 8.98346 13.6475 9.17871L17.9678 13.499H8.8252C8.54905 13.499 8.3252 13.7229 8.3252 13.999C8.32522 14.2751 8.54907 14.499 8.8252 14.499H17.9697L13.6475 18.8213C13.4523 19.0165 13.4524 19.333 13.6475 19.5283C13.8427 19.7236 14.1592 19.7236 14.3545 19.5283L19.5293 14.3535V14.3506C19.619 14.2602 19.6748 14.1364 19.6748 13.999C19.6748 13.8609 19.6189 13.736 19.5283 13.6455L14.3545 8.47168Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 575px) {
  .main-platform .sec-content .swiper-slide:nth-child(odd) .link {
    background-color: #014286;
  }
  .main-platform .sec-content .swiper-slide:nth-child(odd) .link.n1::before {
    background-image: url(/site/krcelt/img/2025/main/platform-pattern-1-active.svg);
  }
  .main-platform .sec-content .swiper-slide:nth-child(odd) .link.n2::before {
    background-image: url(/site/krcelt/img/2025/main/platform-pattern-2-active.svg);
  }
  .main-platform .sec-content .swiper-slide:nth-child(odd) .link.n3::before {
    background-image: url(/site/krcelt/img/2025/main/platform-pattern-3-active.svg);
  }
  .main-platform .sec-content .swiper-slide:nth-child(odd) .link.n4::before {
    background-image: url(/site/krcelt/img/2025/main/platform-pattern-4-active.svg);
  }
  .main-platform .sec-content .swiper-slide:nth-child(odd) .link.n5::before {
    background-image: url(/site/krcelt/img/2025/main/platform-pattern-5-active.svg);
  }
  .main-platform .sec-content .swiper-slide:nth-child(odd) .link.n6::before {
    background-image: url(/site/krcelt/img/2025/main/platform-pattern-6-active.svg);
  }
  .main-platform .sec-content .swiper-slide:nth-child(odd) .link .more-btn::after {
    background-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 fill-rule='evenodd' clip-rule='evenodd' d='M14 2C20.6274 2 26 7.37258 26 14C26 20.6274 20.6274 26 14 26C7.37258 26 2 20.6274 2 14C2 7.37258 7.37258 2 14 2ZM14.3545 8.47168C14.1592 8.27642 13.8427 8.27642 13.6475 8.47168C13.4522 8.66694 13.4522 8.98346 13.6475 9.17871L17.9678 13.499H8.8252C8.54905 13.499 8.3252 13.7229 8.3252 13.999C8.32522 14.2751 8.54907 14.499 8.8252 14.499H17.9697L13.6475 18.8213C13.4523 19.0165 13.4524 19.333 13.6475 19.5283C13.8427 19.7236 14.1592 19.7236 14.3545 19.5283L19.5293 14.3535V14.3506C19.619 14.2602 19.6748 14.1364 19.6748 13.999C19.6748 13.8609 19.6189 13.736 19.5283 13.6455L14.3545 8.47168Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
  }
}

.main-notice .layout {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  -moz-column-gap: 90px;
       column-gap: 90px;
}
@media (max-width: 1535px) {
  .main-notice .layout {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
@media (max-width: 1279px) {
  .main-notice .layout {
    -moz-column-gap: 60px;
         column-gap: 60px;
    grid-template-columns: 337px 1fr;
  }
}
@media (max-width: 1023px) {
  .main-notice .layout {
    gap: 20px 20px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .main-notice .sec-header {
    margin-bottom: 0;
    margin-right: auto;
  }
}
.main-notice .notice-list {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media (max-width: 1023px) {
  .main-notice .notice-list {
    order: 10;
    margin-top: 20px;
    border: solid #DDD;
    border-width: 1px 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main-notice .notice-list {
    margin-top: 12px;
  }
}
.main-notice .notice-list .item {
  display: block;
}
.main-notice .notice-list .item:not(:last-child) {
  padding-bottom: 36px;
}
@media (max-width: 1535px) {
  .main-notice .notice-list .item:not(:last-child) {
    padding-bottom: 32px;
  }
}
@media (max-width: 1279px) {
  .main-notice .notice-list .item:not(:last-child) {
    padding-bottom: 28px;
  }
}
.main-notice .notice-list .item:not(:first-child) {
  padding-top: 36px;
  border-top: 1px solid #DDD;
}
@media (max-width: 1535px) {
  .main-notice .notice-list .item:not(:first-child) {
    padding-top: 32px;
  }
}
@media (max-width: 1279px) {
  .main-notice .notice-list .item:not(:first-child) {
    padding-top: 28px;
  }
}
@media (max-width: 1023px) {
  .main-notice .notice-list .item:nth-child(1n) {
    padding: 28px 0;
  }
}
@media (max-width: 575px) {
  .main-notice .notice-list .item:nth-child(1n) {
    padding: 24px 0;
  }
}
.main-notice .notice-list .item .tit {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: #333;
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-underline-offset: 0.15em;
  transition: 0.3s;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 1.35;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  word-wrap: break-word;
  max-height: 2.74em;
}
@media (max-width: 1535px) {
  .main-notice .notice-list .item .tit {
    margin-bottom: 18px;
    font-size: 25px;
  }
}
@media (max-width: 1279px) {
  .main-notice .notice-list .item .tit {
    margin-bottom: 16px;
    font-size: 23px;
  }
}
@media (max-width: 1023px) {
  .main-notice .notice-list .item .tit {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .main-notice .notice-list .item .tit {
    margin-bottom: 14px;
    font-size: 19px;
  }
}
@media (max-width: 383px) {
  .main-notice .notice-list .item .tit {
    font-size: 18px;
  }
}
.main-notice .notice-list .item .cont {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #555;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 1.5;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  word-wrap: break-word;
  max-height: 3.04em;
}
@media (max-width: 1535px) {
  .main-notice .notice-list .item .cont {
    font-size: 18px;
  }
}
@media (max-width: 1279px) {
  .main-notice .notice-list .item .cont {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .main-notice .notice-list .item .cont {
    font-size: 15px;
  }
}
.main-notice .notice-list .item:hover .tit {
  color: #127CCA;
  text-decoration: underline;
  text-decoration-color: currentColor;
}
.main-notice .notice-list .nodata {
  font-size: 28px;
  padding: 2em 1em;
  text-align: center;
  border: solid #DDD;
  border-width: 1px 0;
  margin: -1px 0;
  height: calc(100% + 2px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1535px) {
  .main-notice .notice-list .nodata {
    font-size: 25px;
  }
}
@media (max-width: 1279px) {
  .main-notice .notice-list .nodata {
    font-size: 23px;
  }
}
@media (max-width: 1023px) {
  .main-notice .notice-list .nodata {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .main-notice .notice-list .nodata {
    font-size: 19px;
  }
}
@media (max-width: 383px) {
  .main-notice .notice-list .nodata {
    font-size: 18px;
  }
}
.main-notice .notice-list .nodata .tit {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #333;
}
.main-notice .more-link {
  place-self: start;
  color: #014286;
}
@media (max-width: 1023px) {
  .main-notice .more-link {
    place-self: end;
  }
}
.main-notice .more-link .more-btn::after {
  background-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='M25 14C25 7.92487 20.0751 3 14 3C7.92486 3 3 7.92486 3 14C3 20.0751 7.92487 25 14 25C20.0751 25 25 20.0751 25 14ZM26 14C26 20.6274 20.6274 26 14 26C7.37258 26 2 20.6274 2 14C2 7.37258 7.37258 2 14 2C20.6274 2 26 7.37258 26 14Z' fill='%23014286'/%3E%3Cpath d='M13.6475 8.47172C13.8427 8.27646 14.1592 8.27646 14.3545 8.47172L19.5283 13.6455C19.6189 13.736 19.6748 13.8609 19.6748 13.9991C19.6748 14.1365 19.619 14.2602 19.5293 14.3506V14.3536L14.3545 19.5284C14.1592 19.7236 13.8427 19.7236 13.6475 19.5284C13.4524 19.3331 13.4523 19.0165 13.6475 18.8213L17.9697 14.4991H8.8252C8.54905 14.4991 8.3252 14.2752 8.3252 13.9991C8.3252 13.7229 8.54905 13.4991 8.8252 13.4991H17.9678L13.6475 9.17875C13.4522 8.98349 13.4522 8.66698 13.6475 8.47172Z' fill='%23014286'/%3E%3C/svg%3E%0A");
}
.main-notice .more-link:hover .more-btn::after {
  background-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 fill-rule='evenodd' clip-rule='evenodd' d='M14 2C20.6274 2 26 7.37258 26 14C26 20.6274 20.6274 26 14 26C7.37258 26 2 20.6274 2 14C2 7.37258 7.37258 2 14 2ZM14.3545 8.47168C14.1592 8.27642 13.8427 8.27642 13.6475 8.47168C13.4522 8.66694 13.4522 8.98346 13.6475 9.17871L17.9678 13.499H8.8252C8.54905 13.499 8.3252 13.7229 8.3252 13.999C8.32522 14.2751 8.54907 14.499 8.8252 14.499H17.9697L13.6475 18.8213C13.4523 19.0165 13.4524 19.333 13.6475 19.5283C13.8427 19.7236 14.1592 19.7236 14.3545 19.5283L19.5293 14.3535V14.3506C19.619 14.2602 19.6748 14.1364 19.6748 13.999C19.6748 13.8609 19.6189 13.736 19.5283 13.6455L14.3545 8.47168Z' fill='%23014286'/%3E%3C/svg%3E%0A");
}/*# sourceMappingURL=main.css.map */