.sec-main-key__cont {
    padding: 0;
}

.sec-key-slider {
    border-radius: 0px 0px 0px 128px;
    overflow: hidden;
    position: relative;
}

.main-key {
    position: relative;
}

.main-key__bg {
    width: 100%;
    padding-top: 51.04166666667%;
    background-image: url(../img/main/img-main-top.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-key__copy {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 var(--base-padding);
    padding-top: 80px;
    display: flex;
    align-items: center;
}

.main-key__title {
    color: #fff;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.main-key__sub {
    margin-top: 24px;
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.main-key__desc {
    margin-top: 16px;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-key__btn {
    margin-top: 64px;
}

.sec-key-slider .nav {
    position: absolute;
    bottom: 64px;
    right: var(--base-padding);
    z-index: 1;
    display: flex;
    align-items: center;
}

.sec-key-slider .nav button {
    width: 64px;
    height: 64px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: All 0.2s ease-out;
    border-radius: 50%;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    border: 1px solid #fff;
}

.sec-key-slider .nav button:hover {
    background-color: #fff;
    border: 1px solid #fff;
}

.sec-key-slider .nav button.swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.sec-key-slider .nav button + button {
    margin-left: 24px;
}

.sec-key-slider .nav button.nav_prev {
    background-image: url(../img/assets/ico-nav-prev.svg);
}

.sec-key-slider .nav button.nav_prev:hover {
    background-image: url(../img/assets/ico-nav-prev-dark.svg);
}

.sec-key-slider .nav button.nav_next {
    background-image: url(../img/assets/ico-nav-next.svg);
}

.sec-key-slider .nav button.nav_next:hover {
    background-image: url(../img/assets/ico-nav-next-dark.svg);
}

.sec-main-over {
    padding-top: 100px;
    padding-bottom: 100px;
}

.main-over {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: var(--gutter);
    -ms-grid-template-columns: repeat(12, 1fr);
    -ms-column-gap: var(--gutter);
}

.main-over__left {
    grid-column: auto / span 10;
    -ms-grid-column: auto / span 10;
}

.main-over__right {
    grid-column: auto / span 2;
    -ms-grid-column: auto / span 2;
}

.sec-tit {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sec-desc {
    margin-top: 24px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 141.667% */
}

.main-over__btn {
    margin-top: 36px;
}

.main-over__clip {
    width: 100%;
    border-radius: 24px;
}

.sec-main-prd {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f7f7f7;
}

.main-prd-slider {
    margin-top: 36px;
    position: relative;
}

.main-prd-slider__item.swiper-slide {
    width: calc((100% - var(--gutter) * 3) / 4);
    padding: 48px 24px;
    border-radius: 24px;
    background: #fff;
    height: auto;
}

/* .main-prd-slider__slider.swiper-container {
    overflow: visible;
} */

.main-prd-slider__img {
    width: 100%;
}

.main-prd-slider__title {
    margin-top: 48px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.main-prd-slider__sub {
    margin-top: 16px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
}

.main-prd-slider__desc {
    margin-top: 16px;
    margin-bottom: 48px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.main-prd-slider__btn {
    position: absolute;
    bottom: 48px;
    /* margin-top: 48px; */
}

.sec-main-cro {
    padding-top: 100px;
    padding-bottom: 100px;
}

.main-cro {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: var(--gutter);
    -ms-grid-template-columns: repeat(12, 1fr);
    -ms-column-gap: var(--gutter);
}

.main-cro__left {
    grid-column: auto / span 7;
    -ms-grid-column: auto / span 7;
    max-width: 928px;
}

.main-cro__right {
    grid-column: auto / span 5;
    -ms-grid-column: auto / span 5;
}

.main-cro__img {
    width: 100%;
    border-radius: 24px;
}

.main-cro__btn {
    margin-top: 36px;
}

.sec-main-event {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f7f7f7;
}

.main-event {
    margin-top: 36px;
}

.main-event__btns {
    display: flex;
}

.main-event-tab__btn {
    display: block;
    color: #949494;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.main-event-tab__btn + .main-event-tab__btn {
    margin-left: 16px;
}

.main-event-tab__btn.current {
    color: #f60;
}

.event-list {
    margin-top: 36px;
    position: relative;
}

/* .event-list__slider.swiper-container {
    overflow: visible;
} */

.event-list__item {
    padding: 36px 24px;
    border-radius: 24px;
    background-color: #fff;
}

.event-list__item.swiper-slide {
    width: calc((100% - var(--gutter) * 2) / 3);
    height: auto;
}

.event-list__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event-list__cate {
    color: #f60;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.event-list__date {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.event-list__thumb {
    margin-top: 24px;
}

.event-list__img {
    border-radius: 16px;
    width: 100%;
}

.event-list__info {
    margin-top: 24px;
}

.event-list__title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    height: 64px;
}

.event-list__sub {
    margin-top: 48px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.event-list__data {
    margin-top: 48px;
}

.event-list__data + .event-list__data {
    margin-top: 12px;
}

.event-list__data dt {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.event-list__data dd {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.2;
}

.event-list__desc {
    margin-top: 12px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.event-list__btn {
    margin-top: 48px;
}

.event-list__empty {
    min-height: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #949494;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sec-main-letter {
    padding-top: 100px;
    padding-bottom: 100px;
}

.main-letter {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: var(--gutter);
    -ms-grid-template-columns: repeat(12, 1fr);
    -ms-column-gap: var(--gutter);
    background-color: #000;
    border-radius: 24px;
    align-items: center;
}

.main-letter__left {
    grid-column: auto / span 4;
    -ms-grid-column: auto / span 4;
}

.main-letter__right {
    grid-column: auto / span 8;
    -ms-grid-column: auto / span 8;
}

.main-letter__img {
    display: block;
    width: 100%;
    max-width: 284px;
    margin: 0 auto;
}

.main-letter__title {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.main-letter__field {
    display: block;
    width: 100%;
    height: 64px;
    padding: 0px 32px;
    border-radius: 64px;
    border: none;
    margin-top: 36px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.main-letter__input {
    position: relative;
    width: 100%;
    max-width: 560px;
}

.main-letter__input::after {
    content: "";
    position: absolute;
    right: 32px;
    width: 16px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/assets/ico-letter.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-letter__field + label {
    display: none;
}

.main-letter__agree {
    padding-left: 22px;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-top: 36px;
}

.main-letter__agree a {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-decoration-line: underline;
}

.main-letter__agree::before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../img/assets/ico-noti-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.prd-detail__title {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.prd-detail__sub {
    margin-top: 16px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.prd-detail__body {
    margin-top: 64px;
}

.prd-detail__thumb {
    width: 100%;
}

.prd-detail__desc {
    margin-top: 36px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.prd-detail__block + .prd-detail__block {
    margin-top: 64px;
}

.prd-feature {
    display: flex;
    margin-top: 24px;
}

.prd-feature__keyword + .prd-feature__keyword {
    margin-left: 12px;
}

.prd-feature__keyword {
    display: block;
    border-radius: 60px;
    background: #f7f7f7;
    line-height: 36px;
    padding: 0 18px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.prd-detail__imgs {
    display: flex;
}

.prd-detail__img + .prd-detail__img {
    margin-left: var(--gutter);
}

.grid-col3 .prd-detail__img + .prd-detail__img {
    margin-left: 0;
}

.prd-detail__img {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.prd-detail__img img {
    width: 100%;
}

.prd-detail__img-title {
    position: absolute;
    top: 24px;
    left: 0;
    padding: 4px 16px;
    color: var(---, #ffe600);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: rgba(0, 0, 0, 0.6);
}

.prd-detail__img-label {
    position: absolute;
    bottom: 24px;
    left: 0;
    padding: 4px 16px;
    background: rgba(0, 0, 0, 0.6);
}

.prd-detail__img-label span {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.prd-detail__label-pink {
    color: var(---, #ff00f5);
}

.prd-detail__label-blue {
    color: var(---, #00c2ff);
}

.prd-detail__label-red {
    color: var(---, #f00);
}

.prd-detail__label-green {
    color: var(---, #3f0);
}

.prd-detail__foot {
    margin-top: 64px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}

.prd-detail__foot a,
.prd-detail__foot button {
    display: block;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    position: relative;
}

.prd-detail__prev {
    padding-left: 21px;
}

.prd-detail__prev::before {
    content: "";
    width: 9px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/assets/ico-modal-prev.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.prd-detail__next {
    padding-right: 21px;
}

.prd-detail__next::before {
    content: "";
    width: 9px;
    height: 19px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/assets/ico-modal-next.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.prd-detail__block-tit {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.grid-col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: var(--gutter);
    -ms-grid-template-columns: repeat(3, 1fr);
    -ms-column-gap: var(--gutter);
}

.prd-detail__noti {
    margin-top: 12px;
    color: #949494;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.prd-detail__btn {
    margin-top: 24px;
}

.prd-detail__block-tit + .prd-detail__desc {
    margin-top: 16px;
}

.sec-submain {
    padding-top: 180px;
}

.bredcrumb {
    display: flex;
    align-items: center;
}

.bredcrumb__item {
    display: flex;
    align-items: center;
}

.bredcrumb__item + .bredcrumb__item {
    position: relative;
}

.bredcrumb__item + .bredcrumb__item::before {
    content: "";
    width: 8px;
    height: 12px;
    background-image: url(../img/assets/ico-breadcrumb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 8px;
}

.bredcrumb__home {
    display: block;
    font-size: 0;
    color: transparent;
    width: 16px;
    height: 14px;
    background-image: url(../img/assets/ico-home.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bredcrumb__link {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.submain__title {
    margin-top: 16px;
    color: #000;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sec-over {
    padding-top: 36px;
    padding-bottom: 94px;
}

.overview-block + .overview-block {
    margin-top: 100px;
}

.overview-block__title {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.overview-block__desc {
    margin-top: 24px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 141.667% */
    max-width: 1415px;
}

.overview-img-list {
    margin-top: 64px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 24px;
    background: #000;
    padding: 64px;
}

.overview-img-list__item {
    width: 202px;
}

.overview-img-list__item + .overview-img-list__item {
    margin-left: 64px;
}

.overview-img-list__img {
    width: 100%;
}

.overview-img-list__text {
    margin-top: 24px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.overview-imaging {
    margin-top: 64px;
}

.overview-imaging + .overview-imaging {
    margin-top: 58px;
}

.overview-imaging__cate {
    color: #949494;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.overview-imaging__cate--highlight {
    color: #f60;
}

.overview-imaging__title {
    margin-top: 12px;
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.overview-imaging__grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: var(--gutter);
    -ms-grid-template-columns: repeat(12, 1fr);
    -ms-column-gap: var(--gutter);
}

.overview-imaging__left {
    grid-column: auto / span 8;
    -ms-grid-column: auto / span 8;
}

.overview-imaging__right {
    grid-column: auto / span 4;
    -ms-grid-column: auto / span 4;
}

.overview-imaging__desc {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.overview-animal {
    border-radius: 24px;
    background: #f60;
    padding: 53px 48px;
    margin-top: 36px;
}

.overview-animal--gray {
    background: #f7f7f7;
    padding: 47px 48px;
}

.overview-animal__img {
    border-radius: 16px;
    background: #fff;
    padding: 53px 100px;
}

.overview-animal__img--none {
    background-color: transparent;
    padding: 0;
}

.overview-animal__img img {
    width: 100%;
}

.overview-animal__img--none {
    width: 100%;
    max-width: 665px;
    margin: 0 auto;
}

.overview-animal__desc {
    margin-top: 36px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.overview-animal__desc--dark {
    color: #000;
    margin-top: 16px;
}

.overview-animal__list {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.overview-animal__item {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    padding: 0 24px;
    border-radius: 60px;
    border: 1px solid #fff;
    background: #fff;
}

.overview-animal__item + .overview-animal__item {
    margin-left: 12px;
}

.overview-adv {
    margin-top: 36px;
}

.overview-adv__box {
    border-radius: 24px;
    background: #f60;
    padding: 36px 24px;
}

.overview-adv__box--gray {
    background: #f7f7f7;
}

.overview-adv__box + .overview-adv__box {
    margin-top: 24px;
}

.overview-adv__title {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.overview-adv__title--dark {
    color: #000;
}

.overview-adv__sub {
    margin-top: 6px;
}

.overview-adv__item {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    padding-left: 13px;
    position: relative;
}

.overview-adv__item--dark {
    color: #000;
}

.overview-adv__item::before {
    content: "·";
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    position: absolute;
    top: 0;
    left: 0;
}

.overview-adv__item--dark::before {
    color: #000;
}

.overview-adv__desc {
    margin-top: 16px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.sec-im-top {
    padding-top: 36px;
}

.im-top {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f7f7f7;
}

.im-top__title {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.im-top__desc {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 141.667% */
}

.im-top__sub {
    margin-top: 36px;
    margin-bottom: 16px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sec-imaging-cont {
    padding-bottom: 100px;
}

.imaging-block + .imaging-block {
    margin-top: 64px;
}

.imaging-cont__title {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.imaging-cont__title + img {
    margin-top: 36px;
}

.imaging-cont__sub {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.imaging-cont__title + .imaging-cont__sub {
    margin-top: 24px;
}

.imaging-cont__desc {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.imaging-cont__title + .imaging-cont__desc,
img + .imaging-cont__desc {
    margin-top: 24px;
}

.imaging-cont__sub + .imaging-cont__desc {
    margin-top: 16px;
}

.imaging-cont__sub + .imaging-grid {
    margin-top: 16px;
}

.imaging-grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    column-gap: var(--gutter);
    -ms-grid-template-columns: repeat(10, 1fr);
    -ms-column-gap: var(--gutter);
}

.imaging-grid + .imaging-grid {
    margin-top: 24px;
}

.imaging-grid__col6 {
    grid-column: auto / span 6;
    -ms-grid-column: auto / span 6;
}

.imaging-grid__col4 {
    grid-column: auto / span 4;
    -ms-grid-column: auto / span 4;
}

.imaging-grid__col5 {
    grid-column: auto / span 5;
    -ms-grid-column: auto / span 5;
}

.imaging-grid__col8 {
    grid-column: auto / span 8;
    -ms-grid-column: auto / span 8;
}

.imaging-grid__col2 {
    grid-column: auto / span 2;
    -ms-grid-column: auto / span 2;
}

.imaging-cont__clip {
    border-radius: 24px;
    width: 100%;
}

.imaging-feature {
    display: flex;
    width: 100%;
}

.imaging-cont__sub + .imaging-feature {
    margin-top: 24px;
}

.imaging-feature.align-ver {
    height: 100%;
    flex-direction: column;
}

.imaging-feature__box {
    flex: 1;
    padding: 0;
    border-radius: 24px;
    background: #f7f7f7;
    padding: 36px 24px;
}

.imaging-feature.align-ver .imaging-feature__box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.imaging-feature.align-ver .imaging-feature__box + .imaging-feature__box {
    margin-top: 24px;
}

.imaging-feature.align-land .imaging-feature__box + .imaging-feature__box {
    margin-left: 24px;
}

.imaging-feature__title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.imaging-feature__desc {
    margin-top: 6px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.imaging-feature__graybox {
    border-radius: 24px;
    background: #f7f7f7;
    padding: 70px 35px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.imaging-feature__img-item {
    width: 100%;
    max-width: 166px;
}

.imaging-feature__img-item + .imaging-feature__img-item {
    margin-left: 24px;
}

.imaging-feature__img {
    width: 100%;
    border-radius: 16px;
}

.imaging-feature__img-desc {
    color: #949494;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
}

.imaging-platform {
    margin-top: 36px;
}

.imaging-platform__title {
    color: #949494;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
}

.imaging-platform__col {
    display: flex;
}

.imaging-platform__item {
    flex: 1;
}

.imaging-platform__item + .imaging-platform__item {
    margin-left: 172px;
    position: relative;
}

.imaging-platform__item + .imaging-platform__item::before {
    content: "";
    position: absolute;
    top: 27%;
    left: -136px;
    width: 124px;
    height: 48px;
    background-image: url(../img/im/ico-it-ap-step.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px auto;
}

.imaging-platform__title--highlight {
    color: #f60;
}

.imaging-platform__img {
    margin-top: 24px;
}

.imaging-platform__desc {
    margin-top: 24px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.platform-desc {
    margin-top: 12px;
}

.platform-desc__title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.platform-desc__list {
    margin-top: 12px;
}

.platform-desc__item {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    padding-left: 13px;
    position: relative;
}

.platform-desc__item::before {
    content: "·";
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    position: absolute;
    top: 0;
    left: 0;
}

.imaging-cont__img-label {
    margin-top: 24px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}

.imaging-cont__img-align {
    margin-top: 12px;
    display: flex;
}

.imaging-cont__img-align-item {
    flex: 1;
}

.imaging-cont__img-align-item + .imaging-cont__img-align-item {
    margin-left: 12px;
}

.imaging-cont__img-align-label {
    margin-top: 8px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.imaging-prin__labels {
    margin-top: 8px;
    display: flex;
}

.imaging-prin__label {
    flex: 1;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.imaging-cont__desc-item {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    padding-left: 13px;
    position: relative;
}

.imaging-cont__desc-item::before {
    content: "·";
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    position: absolute;
    top: 0;
    left: 0;
}

.imaging-cont__desc-inner li {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    padding-left: 13px;
    position: relative;
}

.imaging-cont__desc-inner li::before {
    content: "-";
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    position: absolute;
    top: 0;
    left: 0;
}

.sec-prd-series {
    padding-top: 100px;
    position: relative;
}

.prd-series__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: var(--gutter);
    -ms-grid-template-columns: repeat(12, 1fr);
    -ms-column-gap: var(--gutter);
}

.prd-series__bg {
    grid-column: auto / span 7;
    -ms-grid-column: auto / span 7;
}

.prd-series__copy {
    grid-column: auto / span 5;
    -ms-grid-column: auto / span 5;
}

.prd-series__img {
    width: calc(100% + var(--base-padding));
    margin-left: calc(var(--base-padding) * -1);
}

.prd-series__title {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.prd-series__sub {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 150% */
}

.prd-series__title + .prd-series__sub {
    margin-top: 24px;
}

.prd-series__desc {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.prd-series__sub + .prd-series__desc {
    margin-top: 16px;
}

.prd-series__copy .option-set {
    margin-top: 36px;
}

.sec-prd-feature {
    padding-top: 74px;
    padding-bottom: 64px;
    background-color: #f7f7f7;
}

.product-feature {
    margin-top: 33px;
    position: relative;
    width: 100%;
}

.product-feature__slider.swiper-container {
    overflow: visible;
    width: 100%;
}

.product-feature__item.swiper-slide {
    width: calc((100% - var(--gutter) * 3) / 4);
    border-radius: 24px;
    background: #fff;
    padding: 36px 24px;
}

.product-feature__title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product-feature__desc {
    margin-top: 6px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    height: auto;
}

.sec-prd-benefit {
    padding-top: 74px;
    padding-bottom: 64px;
}

.product-benefit {
    margin-top: 33px;
    position: relative;
}

.product-benefit__slider.swiper-container {
    overflow: visible;
}

.product-benefit__item.swiper-slide {
    width: calc((100% - var(--gutter) * 2) / 3);
    border-radius: 24px;
    background: #f7f7f7;
    padding: 36px 24px;
    height: auto;
}

.product-benefit__title {
    margin-top: 36px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
}

.product-benefit__desc {
    margin-top: 6px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.sec-prd-product {
    padding-top: 74px;
    padding-bottom: 100px;
    background-color: #f7f7f7;
}

.sec-app-gallery {
    padding-top: 64px;
    padding-bottom: 100px;
}

.app-gallery__list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-template-columns: repeat(12, 1fr);
    column-gap: var(--gutter);
    -ms-column-gap: var(--gutter);
    row-gap: 64px;
    -ms-row-gap: 64px;
}

.app-gallery__item {
    grid-column: auto / span 3;
    -ms-grid-column: auto / span 3;
}

.app-gallery__info {
    display: block;
    margin-top: 24px;
}

.app-gallery__title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.app-gallery__desc {
    margin-top: 12px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.side-menu__btn-back {
    display: inline-block;
    color: #f60;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 64px;
    padding-left: 32px;
    position: relative;
}

.side-menu__btn-back::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 21px;
    background-image: url(../img/assets/ico-arrow-back.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec-gallery-cont {
    padding-bottom: 64px;
}

.gallery-cont__title {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.gallery-cont__desc {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.gallery-cont-grid + .gallery-cont__desc {
    margin-top: 36px;
}

.gallery-cont__title + .gallery-cont__desc {
    margin-top: 24px;
}

.gallery-cont__sub + .gallery-cont__desc {
    margin-top: 16px;
}

.gallery-cont__desc + .gallery-cont__sub,
.gallery-cont__text-list + .gallery-cont__sub {
    margin-top: 36px;
}

.gallery-block + .gallery-block {
    margin-top: 64px;
}

.gallery-cont__sub {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}

.gallery-cont__info {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.gallery-cont__sub + .gallery-cont__info {
    margin-top: 16px;
}

.gallery-cont__text-list {
    margin-top: 16px;
}

.gallery-cont__list-text {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    padding-left: 26px;
    position: relative;
}

.gallery-cont__list-text::before {
    content: "·";
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    position: absolute;
    top: 0;
    left: 11px;
}

.gallery-cont-grid {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    column-gap: var(--gutter);
    -ms-grid-template-columns: repeat(10, 1fr);
    -ms-column-gap: var(--gutter);
}

.gallery-cont-grid:first-child {
    margin-top: 0;
}

.gallery-cont-grid__col2 {
    grid-column: auto / span 2;
    -ms-grid-column: auto / span 2;
}

.gallery-cont-grid__col8 {
    grid-column: auto / span 8;
    -ms-grid-column: auto / span 8;
}

.gallery-cont-grid__col5 {
    grid-column: auto / span 5;
    -ms-grid-column: auto / span 5;
}

.gallery-cont-grid__col6 {
    grid-column: auto / span 6;
    -ms-grid-column: auto / span 6;
}

.gallery-cont-grid__col4 {
    grid-column: auto / span 4;
    -ms-grid-column: auto / span 4;
}

.gallery-cont-grid__col10 {
    grid-column: auto / span 10;
    -ms-grid-column: auto / span 10;
}

.gallery-cont-img {
    position: relative;
}

.gallery-cont-img__bg-lt {
    position: absolute;
    top: 16px;
    left: 0;
    padding: 3px 12px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.gallery-cont-img__bg-rt {
    position: absolute;
    top: 16px;
    right: 0;
    padding: 3px 12px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.gallery-cont-img__bg-lb {
    position: absolute;
    bottom: 16px;
    left: 0;
    padding: 3px 12px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.gallery-cont-img__info {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.gallery-cont-img__info--yellow {
    color: #ffe600;
}

.gallery-cont-img__info--green {
    color: #3f0;
}

.gallery-cont-img__info--red {
    color: #f00;
}

.gallery-cont-img__info--blue {
    color: #00c2ff;
}

.gallery-cont-img__info--pink {
    color: #ff00f5;
}

.gallery-img-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-template-columns: repeat(12, 1fr);
    column-gap: var(--gutter);
    -ms-column-gap: var(--gutter);
    row-gap: var(--gutter);
    -ms-row-gap: var(--gutter);
}

.gallery-cont__text-list + .gallery-img-grid,
.gallery-cont__sub + .gallery-img-grid {
    margin-top: 24px;
}

.gallery-img-grid__col1 {
    grid-column: auto / span 3;
    -ms-grid-column: auto / span 3;
}

.gallery-img-grid__col2 {
    grid-column: auto / span 4;
    -ms-grid-column: auto / span 4;
}

.gallery-img-grid__col6 {
    grid-column: auto / span 12;
    -ms-grid-column: auto / span 12;
}

.gallery-img-grid__col3 {
    grid-column: auto / span 6;
    -ms-grid-column: auto / span 6;
}

.gallery-cont__gray-box {
    padding: 24px;
    background: #f7f7f7;
}

.sec-gallery-btm {
    border-top: 1px solid #e2e2e2;
    padding-top: 64px;
    padding-bottom: 100px;
}

.gallery-btm {
    border-radius: 24px;
    background: #f7f7f7;
    padding: 48px 36px;
}

.gallery-btm__list {
    margin-top: 24px;
}

.gallery-btm__item {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    list-style: decimal inside;
}

.gallery-btm__btn {
    margin-top: 36px;
}

.gallery-detail__title {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.gallery-detail__sub {
    margin-top: 24px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 150% */
}

.gallery-detail-block {
    margin-top: 64px;
}

.gallery-detail-block + .gallery-detail-block {
    margin-top: 36px;
}

.gallery-detail-block__title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.gallery-detail-block__desc {
    margin-top: 16px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.gallery-cont-img__desc {
    margin-top: 8px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec-cro-top {
    padding-top: 36px;
}

.sec-cro-cont {
    padding-top: 64px;
    padding-bottom: 64px;
}

.cro-block + .cro-block {
    margin-top: 64px;
}

.cro-block__title {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cro-block__desc {
    margin-top: 16px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.cro-block__title + .cro-block__desc {
    margin-top: 24px;
}

.cro-cont__sub {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cro-block__desc + .cro-cont__sub,
.cro-cont__text-list + .cro-cont__sub {
    margin-top: 48px;
}

.cro-cont__info {
    margin-top: 16px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 166.667% */
}

.cro-cont__text-list {
    margin-top: 12px;
}

.cro-cont__list-text {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    padding-left: 20px;
    position: relative;
}

.cro-cont__list-text::before {
    content: "·";
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    position: absolute;
    top: 0;
    left: 4px;
}

.cro-btns > * + * {
    margin-left: 24px;
}

.sec-cro-slider {
    padding-top: 104px;
    padding-bottom: 100px;
    border-top: 1px solid #e2e2e2;
}

.cro-slider__item.swiper-slide {
    width: calc((100% - var(--gutter)) / 2);
}

.cro-slider__slider.swiper-container {
    overflow: visible;
}

.cro-slider {
    position: relative;
}

.sec-webinar {
    padding-bottom: 100px;
}

.board-list .event-list__item {
    background-color: #f7f7f7;
    padding-bottom: 105px;
    position: relative;
}

.board-list .event-list__item .event-list__btn {
    position: absolute;
    bottom: 36px;
    left: 24px;
}

.board-list__title {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.event-list .title-nav {
    bottom: calc(100% + 31px);
}

.board-list__block + .board-list__block {
    margin-top: 100px;
}

.board-list-filter {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.board-list-filter__type {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.board-list-filter__total {
    color: #ff6400;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.board-list-filter__search {
    width: 100%;
    max-width: 420px;
    position: relative;
}

.board-list-filter__field {
    border-radius: 60px;
    background: #f7f7f7;
    padding: 0 24px;
    padding-right: 64px;
    height: 64px;
    border: none;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.board-list-filter__field + label {
    display: none;
}

.board-list-filter__btn-search {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../img/assets/ico-search-dark.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.event-list__list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-template-columns: repeat(12, 1fr);
    column-gap: var(--gutter);
    -ms-column-gap: var(--gutter);
    row-gap: var(--gutter);
    -ms-row-gap: var(--gutter);
}

.event-list__item {
    grid-column: auto / span 4;
    -ms-grid-column: auto / span 4;
}

.event-list__btns {
    display: flex;
    justify-content: center;
    margin-top: 64px;
}

.sec-board-detail {
    border-top: 1px solid #e2e2e2;
    padding-bottom: 100px;
}

.sec-board-detail--newsletter {
    margin-top: 64px;
}

.sec-board-detail--whitepaper {
    margin-top: 64px;
}

.board-detail-title {
    padding-top: 100px;
    padding-bottom: 64px;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
}

.board-detail-title__cate {
    color: #f60;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.board-detail-title__cate--disabled {
    color: #949494;
}

.board-detail-title__title {
    margin-top: 24px;
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.board-detail-title__info {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.board-detail-title__info span {
    display: block;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.board-detail-title__info span + span::before {
    content: "·";
    display: inline-block;
    vertical-align: top;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 8px;
}

.board-detail-title__btns {
    margin-top: 36px;
    text-align: center;
}

.board-wrapper {
    width: calc(100% - 160px);
    max-width: 1465px;
    margin: 0 auto;
}

.board-detail-body {
    padding: 60px 0;
}

.board-detail-body__cont {
    max-width: 1160px;
    margin: 0 auto;
}

.board-detail-body__cont img{
    width: 100% !important;
}

.board-detail-cont {
    padding-top: 67px;
    padding-bottom: 64px;
    border-top: 1px solid #e2e2e2;
}

.board-detail-cont__title {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.board-detail-speaker {
    margin-top: 26px;
    position: relative;
}

.board-detail-speaker__item.swiper-slide {
    padding: 36px 24px;
    border-radius: 24px;
    background: #f7f7f7;
    width: calc((100% - var(--gutter) * 3) / 4);
}

.board-detail-speaker__img {
    display: block;
    margin: 0 auto;
    width: 112px;
    height: 112px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.board-detail-speaker__title {
    margin-top: 24px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.board-detail-speaker__desc {
    margin-top: 12px;
    color: #ccc;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.board-detail__btns {
    border-top: 1px solid #e2e2e2;
    padding-top: 64px;
    text-align: center;
}

.book-form__title {
    color: #000;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.box-form {
    margin-top: 64px;
}

.box-form__row {
    display: flex;
}

.box-form__row + .box-form__row {
    margin-top: 24px;
}

.box-form__col {
    flex: 1;
    position: relative;
    padding-top: 27px;
}

.box-form__col + .box-form__col {
    margin-left: 24px;
}

.box-form__label p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    top: 0;
    left: 0;
}

.box-form__field input[type="text"],
.box-form__select select {
    background: #f7f7f7;
    padding: 0 12px;
    height: 56px;
    border: none;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.box-form__field input[type="text"] + label {
    display: none;
}

.box-form__select {
    position: relative;
}

.box-form__select::after {
    content: "";
    width: 14px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 10px;
    background-image: url(../img/assets/ico-angle-select.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px auto;
}

.box-form__field textarea {
    background: #f7f7f7;
    border: none;
    width: 100%;
    height: 112px;
    padding: 20px 12px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.box-form-foot {
    margin-top: 36px;
}

.box-form-foot__text {
    color: #949494;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
}

.box-form-foot__text br {
    display: none;
}

.btn-underline {
    color: #949494;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-decoration-line: underline;
}

.box-form-foot__btns {
    margin-top: 16px;
    text-align: center;
}

.brochure-list {
    margin-top: 64px;
}

.brochure-list__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-template-columns: repeat(5, 1fr);
    column-gap: 24px;
    -ms-column-gap: 24px;
    row-gap: 36px;
    -ms-row-gap: 36px;
}

.brochure-list__thumb {
    width: 100%;
    padding: 68px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: #f7f7f7;
}

.brochure-list__img {
    width: 100%;
}

.brochure-list__info {
    margin-top: 24px;
    text-align: center;
}

.brochure-list__cate {
    color: #f60;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.brochure-list__title {
    margin-top: 8px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.brochure-list__btn {
    margin-top: 24px;
}

.brochure-list__btns {
    margin-top: 64px;
    text-align: center;
}

.download-form__title {
    color: #000;
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.download-form__type {
    margin-top: 64px;
    margin-bottom: 64px;
}

.download-form__cate {
    color: #f60;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.download-form__data {
    margin-top: 8px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
}

.under-form__row {
    display: flex;
}

.under-form__col {
    flex: 1;
    padding-top: 48px;
    position: relative;
}

.under-form__label {
    position: absolute;
    top: 0;
    left: 0;
}

.under-form__label p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.under-form__row + .under-form__row {
    margin-top: 36px;
}

.under-form__col + .under-form__col {
    margin-left: 24px;
}

.under-form__field input[type="text"] {
    height: 45px;
    border: none;
    border-bottom: 1px solid #949494;
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.under-form__field input[type="text"] + label {
    display: none;
}

.under-form .noti,
.box-form .noti {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    color: #dc0000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    animation: shake 0.2s forwards 2;
}

.under-form__select select {
    height: 45px;
    border: none;
    border-bottom: 1px solid #949494;
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    background-image: url(../img/assets/ico-angle-select.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 14px;
}

.under-form-foot {
    margin-top: 36px;
}

.under-form-foot__text {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.under-form-foot__text .btn-underline {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration-line: underline;
}

.under-form-foot__capcha {
    margin-top: 36px;
}

.under-form-foot__btns {
    margin-top: 36px;
}

.public-list {
    margin-top: 54px;
}

.public-list__item {
    border-radius: 24px;
    border: 1px solid #e2e2e2;
    padding: 36px;
}

.public-list__item + .public-list__item {
    margin-top: 36px;
}

.public-list__cate {
    color: #f60;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.public-list__desc {
    margin-top: 8px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
}

.public-list__sub {
    margin-top: 24px;
    display: flex;
}

.public-list__sub span {
    color: #949494;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.public-list__sub span + span {
    margin-left: 8px;
}

.public-list__btn {
    margin-top: 64px;
}

.sec-exhi {
    padding-bottom: 100px;
}

.sec-brochure {
    padding-bottom: 100px;
}

.sec-flyer {
    padding-bottom: 100px;
}

.sec-public {
    padding-bottom: 100px;
}

.sec-news {
    padding-bottom: 100px;
}

.thumb-list {
    margin-top: 64px;
}

.thumb-list__item {
    padding: 24px;
    display: flex;
    border-radius: 24px;
    border: 1px solid #e2e2e2;
}

.thumb-list__item + .thumb-list__item {
    margin-top: 36px;
}

.thumb-list__thumb {
    flex: 0 0 272px;
    min-width: 0;
}

.thumb-list__thumb img {
    width: 100%;
    border-radius: 16px;
}

.thumb-list__info {
    margin-left: 36px;
    padding: 24px 0 42px;
    position: relative;
    width: 100%;
}

.thumb-list__cate {
    color: #f60;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.thumb-list__title {
    margin-top: 8px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
}

.thumb-list__desc {
    margin-top: 16px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.thumb-list__btns {
    position: absolute;
    bottom: 24px;
    left: 0;
    display: flex;
}

.thumb-list__btn {
    display: block;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.thumb-list__btn::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 22px;
    background-image: url(../img/assets/img-angle-link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 12px;
}

.thumb-list__btn + .thumb-list__btn {
    margin-left: 36px;
}

.sec-manual {
    padding-bottom: 100px;
}

.grid-list {
    margin-top: 88px;
}

.grid-list__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    -ms-column-gap: 24px;
    row-gap: 36px;
    -ms-row-gap: 36px;
}

.grid-list__item {
    padding: 36px;
    border-radius: 24px;
    border: 1px solid #e2e2e2;
    height: 330px;
    position: relative;
}

.grid-list__cate {
    color: #f60;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.grid-list__title {
    margin-top: 8px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
}

.grid-list__info {
    margin-top: 24px;
    font-size: 0;
}

.grid-list__info span {
    color: #949494;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.grid-list__info span + span {
    margin-left: 8px;
}

.grid-list__btn {
    position: absolute;
    left: 36px;
    bottom: 36px;
    max-width: calc(100% - 36px * 2);
    word-break: break-all;
}

.sec-about {
    padding-top: 36px;
    padding-bottom: 100px;
}

.sec-about__cont > img {
    width: 100%;
}

.about-cont {
    margin-top: 64px;
}

.about-cont__title {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px; /* 144.444% */
}

.about-cont__desc {
    margin-top: 36px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 141.667% */
}

.media-list {
    margin-top: 36px;
}

.media-list__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    -ms-column-gap: 24px;
    row-gap: 36px;
    -ms-row-gap: 36px;
}

.media-list__thumb {
    width: 100%;
}

.media-list__thumb img {
    width: 100%;
    border-radius: 24px;
}

.media-list__info {
    margin-top: 16px;
}

.media-list__cate {
    color: #f60;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.media-list__title {
    margin-top: 16px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
}

.media-list__date {
    margin-top: 16px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.media-list__btns {
    margin-top: 64px;
    text-align: center;
}

.board-detail-body__links {
    max-width: 1160px;
    margin: 0 auto;
    margin-top: 64px;
}

.board-detail-body__link {
    display: block;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 25px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: auto;
}

.board-detail-body__link + .board-detail-body__link {
    margin-top: 16px;
}

.board-detail-body__link--link {
    background-image: url(../img/assets/img-link-link.svg);
}

.board-detail-body__link--download {
    background-image: url(../img/assets/img-link-download.svg);
}

.layout-block {
    margin-top: 36px;
}

.layout-block + .layout-block {
    margin-top: 100px;
}

.layout-block:last-child {
    padding-bottom: 100px;
}

.layout-block__title {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.layout-block__sub__txt {
    margin-top:24px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.location-cont__title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.location-cont__desc {
    margin-top: 24px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec-location__data {
    margin-top: 16px;
    display: flex;
}

.sec-location__data + .sec-location__data {
    margin-top: 0;
}

.sec-location__data dt {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
    margin-right: 8px;
}

.sec-location__data dd {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.map-wrap {
    margin-top: 36px;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.map-wrap__wrapper {
    width: 100%;
    padding-top: 32.967032967%;
}

.map-wrap__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.partner-cont__item {
    border-top: 1px solid #e2e2e2;
    padding-bottom: 36px;
}

.partner-cont__item:last-child {
    border-bottom: 1px solid #e2e2e2;
}

.partner-cont__top {
    padding-top: 36px;
    padding-bottom: 0;
    position: relative;
}

.partner-cont__top::after {
    content: "";
    width: 20px;
    height: 11px;
    position: absolute;
    top: 59px;
    right: 3px;
    background-image: url(../img/assets/ico-angle-toggle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.partner-cont__item.open .partner-cont__top::after {
    transform: rotate(180deg);
}

.partner-cont__cate {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.partner-cont__top {
    cursor: pointer;
}

.partner-cont__title {
    margin-top: 12px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.partner-cont__desc {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.partner-cont__link {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 22px;
    margin-left: 12px;
    margin-top: -1px;
    background-image: url(../img/assets/ico-map-link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    color: transparent;
}

.partner-cont__btm {
    height: 0;
    overflow: hidden;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.partner-cont__btm-inner {
    padding-top: 24px;
    padding-bottom: 28px;
}

.sec-contact {
    margin-top: 36px;
}

.contact-cont {
    margin-bottom: 100px;
}

.grid-block {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-template-columns: repeat(12, 1fr);
    column-gap: var(--gutter);
    -ms-column-gap: var(--gutter);
    padding-bottom: 100px;
}
.grid-block02 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-template-columns: repeat(12, 1fr);
    column-gap: var(--gutter);
    -ms-column-gap: var(--gutter);
}
.block-form {
    grid-column: auto / span 8;
    -ms-grid-column: auto / span 8;
}

.contact-cont__title {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 133.333% */
}

.contact-cont__desc {
    margin-top: 16px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.grid-contact {
    grid-column: 10 / span 3;
    -ms-grid-column: 10 / span 3;
}

.contact-info__title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact-info__item {
    margin-top: 24px;
}

.contact-info__item dt {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-info__item dd {
    margin-top: 6px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact-sns {
    margin-top: 64px;
    display: flex;
}

.contact-sns__item {
    display: block;
    font-size: 0;
    width: 20px;
    height: 20px;
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contact-sns__item + .contact-sns__item {
    margin-left: 24px;
}

.contact-sns__item--fb {
    background-image: url(../img/assets/ico-sns-black-fb.svg);
}

.contact-sns__item--ig {
    background-image: url(../img/assets/ico-sns-black-ig.svg);
}

.contact-sns__item--in {
    background-image: url(../img/assets/ico-sns-black-in.svg);
}

.contact-sns__item--x {
    background-image: url(../img/assets/ico-sns-black-x.svg);
}

.contact-sns__item--yt {
    background-image: url(../img/assets/ico-sns-black-yt.svg);
}

.contact-info__btn {
    white-space: nowrap;
    margin-top: 36px;
}

.sec-summery {
    margin-top: 56px;
}

.ir-summery__title {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ir-summery__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-template-columns: repeat(12, 1fr);
    column-gap: var(--gutter);
    -ms-column-gap: var(--gutter);
    align-items: center;
    margin-top: 34px;
    border-top: 2px solid #f60;
    border-bottom: 1px solid #e2e2e2;
    padding: 60px 0;
}

.summery-label {
    grid-column: auto / span 3;
    -ms-grid-column: auto / span 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.summery-label__title {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.summery-label__num {
    margin-top: 8px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.summery-label__date {
    margin-top: 32px;
    color: #949494;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.summery-price {
    grid-column: auto / span 3;
    -ms-grid-column: auto / span 3;
}

.summery-price__price {
    color: #000;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.summery-price__fluc {
    margin-top: 8px;
    color: #f60;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.summery-stock {
    grid-column: auto / span 6;
    -ms-grid-column: auto / span 6;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-template-columns: repeat(6, 1fr);
    column-gap: var(--gutter);
    -ms-column-gap: var(--gutter);
    row-gap: 40px;
    -ms-row-gap: 40px;
}

.summery-stock__item {
    grid-column: auto / span 3;
    -ms-grid-column: auto / span 3;
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
}

.summery-stock__item dt {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.summery-stock__item dd {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sec-ir {
    margin-top: 84px;
}

.title-list__item {
    border-top: 1px solid #e2e2e2;
    padding: 36px 0;
    position: relative;
}

.title-list__item:last-child {
    border-bottom: 1px solid #e2e2e2;
}

.title-list__title {
    color: #000;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.title-list__btn--link {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-image: url(../img/assets/ico-ir-link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    color: transparent;
}

.title-list__btn--download {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-image: url(../img/assets/ico-arrow-more-hover.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75% auto;
    font-size: 0;
    color: transparent;
}

.title-list__author {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.title-list__info {
    margin-top: 12px;
    display: flex;
}

.title-list__info span {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.title-list__sep {
    margin: 0 6px;
}

.sec-request {
    margin-top: 24px;
}

.request-select {
    margin-bottom: 64px;
}

.request-select__label p {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.request-select__select {
    max-width: 568px;
    margin-top: 24px;
}

.request-select__select select {
    border-radius: 60px;
    background: #f7f7f7;
    height: 64px;
    border: none;
    width: 100%;
    padding: 0 32px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-image: url(../img/assets/ico-angle-toggle.svg);
    background-position: calc(100% - 32px) center;
    background-repeat: no-repeat;
    background-size: 16px;
}

.sec-policy {
    padding-bottom: 100px;
}

.policy-cont p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.policy-cont a {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-decoration-line: underline;
}

p.policy-top {
    margin-top: 24px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
}

.policy-block {
    margin-top: 64px;
}

.policy-cont h2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
    margin-bottom: 16px;
}

p.policy-sub {
    color: #949494;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    margin-bottom: 16px;
}

/* search result */
.sec-search-result {
    padding-top: 180px;
}

.search-top {
    text-align: center;
    padding-bottom: 100px;
}

.search-top__field {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 568px;
    position: relative;
}

.search-top__input {
    width: 100%;
    height: 64px;
    padding: 0 32px;
    border-radius: 100px;
    background: #f7f7f7;
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.search-top__input + label {
    display: none;
}

.search-top__btn {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
    background-image: url(../img/assets/ico-search-dark.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    color: transparent;
}

.search-top__keywords {
    margin-top: 16px;
}

.search-top__list {
    font-size: 0;
}

.search-top__item {
    display: inline-block;
    vertical-align: top;
}

.search-top__item + .search-top__item {
    margin-left: 24px;
}

.search-top__link {
    color: #949494;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.search-top__link::before {
    content: "#";
    color: #949494;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.search-cate {
    height: 80px;
    position: relative;
}

.search-cate__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #e2e2e2;
}

.search-cate__list {
    font-size: 0;
    text-align: center;
    padding: 0 var(--base-padding);
    overflow-x: auto;
    white-space: nowrap;
}

.search-cate__list::-webkit-scrollbar {
    display: none;
}

.search-cate__item {
    display: inline-block;
    vertical-align: top;
    padding-top: 29px;
    padding-bottom: 29px;
}

.search-cate__item + .search-cate__item {
    margin-left: 36px;
}

.search-cate__link {
    display: flex;
    align-items: center;
}

.search-cate__name {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    line-height: 22px;
}

.search-cate__count {
    margin-left: 8px;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
}

.search-result-list {
    padding-top: 100px;
}

.search-result-list__cate {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    display: flex;
    align-items: center;
}

.search-result-list__count {
    margin-left: 8px;
    color: #000;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    text-decoration: underline;
}

.search-result-list__list {
    margin-top: 36px;
}

.search-result-item {
    border-top: 1px solid #e2e2e2;
    padding: 48px 0;
    display: flex;
    align-items: center;
}

.search-result-item:last-child {
    border-bottom: 1px solid #e2e2e2;
}

.search-result-item__left {
    flex: 1;
}

.search-result-item__right {
    display: flex;
    margin-left: 100px;
    align-items: center;
}

.search-result-item__right > * + * {
    margin-left: 24px;
}

.search-result-item__title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
}

.search-result-list__breadcrumbs {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.search-result-list__location {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.search-result-list__location + .search-result-list__location::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 12px;
    background-image: url(../img/assets/ico-breadcrumb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6px auto;
    margin: 0 8px;
}

.search-result-list__location--home {
    font-size: 0;
    color: transparent;
    width: 16px;
    height: 14px;
    background-image: url(../img/assets/ico-home.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.search-result-item__desc {
    margin-top: 14px;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.btn-lang-select select {
    border-radius: 60px;
    background: #f60;
    padding: 0 24px;
    height: 48px;
    border: none;
    padding-right: 46px;
    background-image: url(../img/assets/ico-arrow-select.svg);
    background-position: calc(100% - 24px) center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.btn-lang-select select option {
    color: #000;
}

.search-result-list__btns {
    margin-top: 64px;
    padding-bottom: 100px;
    text-align: center;
}
