:root {
    --brand-color: #2440AD;
}


.lh-0 {
    line-height: 0;
}

.lh-05 {
    line-height: 0.5;
}

.lh-075 {
    line-height: 0.75;
}

.lh-1 {
    line-height: 1;
}

.lh-115 {
    line-height: 1.15;
}

.lh-125 {
    line-height: 1.25;
}

.lh-15 {
    line-height: 1.5;
}

.lh-16 {
    line-height: 1.6;
}

.lh-175 {
    line-height: 1.75;
}

.lh-18 {
    line-height: 1.8;
}

.lh-2 {
    line-height: 2;
}

.lh-22 {
    line-height: 2.2;
}

.lh-25 {
    line-height: 2.5;
}

.section-kv .banner_slider-item .img-wrap .img-item {
    padding-top: calc(100vh - 91px);
}

.section-kv .banner_slider-item .text-item {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-left: calc(50vw - 585px);
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

@media(max-width: 991px) {
    .section-kv .banner_slider-item .text-item {
        padding-left: 30px;
    }
}

.section-kv .banner_slider-item .text-item h1,
.section-kv .banner_slider-item .text-item h2,
.section-kv .banner_slider-item .text-item h5 {
    text-shadow: 0px 0px 20px #00000010;
}

.main_title {
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0px;
    font-weight: 500;
}

.en-font {
    font-weight: 500;
}

.text-24 {
    font-size: 24px;
}

.text-42 {
    font-size: 42px;
}

.text-48 {
    font-size: 48px;
}

.text-72 {
    font-size: 72px;
}

.section-title h2 {
    margin-bottom: 10px;
}

.section-services .services-title h2.text-72 {
    font-size: 72px;
    color: #81a7d53d;
}

.section-services {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: 0;
    overflow: hidden;
}

@supports (-webkit-touch-callout: none) {
  .section-services {
    background-attachment: scroll !important;
  }
}

.section-services::before,
.section-services::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 1;
    pointer-events: none;
}

.section-services::before {
    top: 0;
    background: linear-gradient(to bottom, white, transparent);
}

.section-services::after {
    bottom: 0;
    background: linear-gradient(to top, white, transparent);
}

.section-services-text {
    position: relative;
    overflow: hidden;
    width: 100vw;
}

/*.scrolling-wrapper {
  display: flex;
  width: max-content;
  animation: scroll-left 60s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.img-wrap {
  flex-shrink: 0;
}*/

.section-services-text .img-item {
    padding-top: 80px;
}

@media(max-width: 991px) {
    .section-services-text .img-item {
        padding-top: 50px;
    }
}

.section-services-text::before,
.section-services-text::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.section-services-text::before {
    left: 0;
    background: linear-gradient(to right, white, transparent);
}

.section-services-text::after {
    right: 0;
    background: linear-gradient(to left, white, transparent);
}

@media(min-width: 992px) {

    .section-services-text::before,
    .section-services-text::after {
        width: calc(50vw - 585px);
    }
}

.section-services .services-item {
    background: #ffffffa6;
    border: 1px solid #ffffff;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0px 7px 30px #edf2f2;
}

.section-services .services-txt p {
    line-height: 1.8;
    font-weight: 300;
}

.section-services .services-more {
    font-size: 14px;
    color: var(--brand-color);
}

.section-immediate .immediate-slick .immediate-item .immediate-tip {
    background-color: var(--brand-color);
}

.section-immediate .immediate-slick .immediate-item .immediate-text i {
    color: var(--brand-color);
}

.section-immediate .immediate-slick .immediate-item .immediate-date {
    font-size: 14px;
}

.section-immediate .immediate-slick .immediate-item:hover {
    box-shadow: 0px 0px 0px #000000;
}

.immediate-slick:hover {
    filter: drop-shadow(0px 0px 10px #0000000d);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.section-course {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: 0;
    overflow: hidden;
}

@supports (-webkit-touch-callout: none) {
  .section-course {
    background-attachment: scroll !important;
  }
}

.section-course::before,
.section-course::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: -1;
    pointer-events: none;
}

.section-course::before {
    top: 0;
    background: linear-gradient(to bottom, white, transparent);
}

.section-course::after {
    bottom: 0;
    background: linear-gradient(to top, white, transparent);
}

@media(min-width: 992px) {
    .s1-img img {
        width: 40vw;
    }
}

.section02 .section02-item02,
.section02 .section02-item03 {
    display: flex;
    align-items: center;
}

.s1-txt {
    max-width: 585px;
}

@media(min-width: 992px) {
    .section03 {
        background-size: 1920px 888px;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.section04 .section04-item {
    background-position: center;
    padding: 100px 0;
}

.section04 .section04-item:hover {
    filter: brightness(1.2);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

/*------------------------*/

*, body,
.section01 .section01-item ul li,
.section-services .services-txt p,
a,
p {
    font-size: 16px;
}