#header .gnb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.main_notice_pop,
#side_left,
#side_right {
	display: none !important;
}
.container.fixed {
	padding-top: 0;
}
.lankmark_container {
    padding-top: 97px;
}
.lankmark_container * {
    font-family: 'Pretendard', sans-serif;
}
html, body {
    overflow: visible;
}
.display_mo {
    display: none;
}
.lankmark_container section {
    position: relative;
    height: calc(100vh - 97px);
}
.lankmark_container section .bg {
    width: 100%;
    height: 100%;
}
.lankmark_container section .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lankmark_container .section2 {
    height: 200vh;
}
.lankmark_container .section2 .sticky {
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lankmark_container .section2 .scroll_text {
    font-size: clamp(30px, 3.125vw, 60px);
    font-weight: 600;
    background: linear-gradient(to right, #000);
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-size: 0% 100%;
}
.lankmark_container section .intro {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.lankmark_container section .intro h4 {
    font-weight: bold;
    font-size: clamp(10px, 1.041666vw, 20px);
    color: rgba(0, 0, 0, 0.6);
    line-height: 1;
    letter-spacing: normal;
}
.lankmark_container section .intro p {
    margin-top: clamp(12px, 1.25vw, 24px);
    font-weight: 500;
    font-size: clamp(30px, 3.125vw, 60px);
    letter-spacing: clamp(-1.2px, -0.0625vw, -0.6px);
    color: #000;
}

/* section1 start */
.lankmark_container .section1 {
    position: relative;
    overflow: hidden;
}
.lankmark_container .section1 .bg {
    transform: scale(1.3);
    background: url(/img/brand/landmark/bg1x2.png) no-repeat center/cover;
    background-position-y: bottom;
}
.lankmark_container .section1.active .bg {
    transition: 5s;
    transform: scale(1);
}
.lankmark_container .section1 .txt_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(20px, 2.083vw, 40px);
    background-color: #fff;
    transform: translateY(100%);
}
.lankmark_container .section1.active .txt_box {
    transform: translateY(0);
    transition: 1s 1s;
}
.lankmark_container .section1.active .txt_box h4 {
    font-weight: 800;
    font-size: clamp(90px, 9.375vw, 180px);
    line-height: 1;
    letter-spacing: 0;
}
.lankmark_container .section1.active .txt_box p {
    display: none;
}
/* section1 end*/

/* section2 start */
.lankmark_container .section2 {}
/* section2 end*/

/* section3 start */
.lankmark_container .section3 {
    height: auto;
}
.lankmark_container .section3 .pin-spacer {
    pointer-events: none;
}
.lankmark_container .section3 .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.85);
    transform-origin: bottom;
}
.lankmark_container .section3 .bg {
    position: sticky;
    width: 100%;
    height: calc(100vh - 97px);
    top: 97px;
    left: 0;
    transform: scale(0.85);
}
.lankmark_container .section3 .bg > img {
    filter: brightness(.6)
}
.lankmark_container .section3 .text_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.lankmark_container .section3 .text_wrap .text_set {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.lankmark_container .section3 .text_wrap .text_set h4 {
    font-weight: 700;
    font-size: clamp(10px, 1.041666vw, 20px);
    color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    line-height: 1;
    letter-spacing: normal;
}
.lankmark_container .section3 .text_wrap .text_set p {
    margin-top: clamp(12px, 1.25vw, 24px);
    font-size: clamp(30px, 3.125vw, 60px);
    font-weight: 500;
    letter-spacing: -0.72px;
    color: #fff;
    opacity: 0;
    line-height: 1;
}
.lankmark_container .section3 .mobile_text_wrap {
    display: none;
}
.lankmark_container .section3 .logo_list_wrap {
    opacity: 0;
    mask-image: linear-gradient(to right, transparent 0%, #000 40%, #000 60%,  transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 40%, #000 60%, transparent 100%);
    position: absolute;
    width: 100%;
    right: clamp(50px, 10.416vw, 200px);
    width: clamp(355px, 36.97916vw, 710px);
    display: flex;
    align-items: center;
    top: 0;
    height: 100%;
}
.lankmark_container .section3 .logo_list_wrap .swiper {
    padding-top: clamp(75px, 7.8125vw, 150px);
}
.lankmark_container .section3 .logo_list {
    height: auto;
    cursor: pointer;
}
.lankmark_container .section3 .logo_list li {
    user-select: none;
    height: auto;
}
.lankmark_container .section3 .swiper-pagination-progressbar {
    position: static;
    width: 84px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.1);
}
.lankmark_container .section3 .swiper-pagination-progressbar-fill {
    background-color: #fff;
}
.lankmark_container .section3 .swiper-util {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(50px, 5.2083vw, 100px);
    gap: clamp(12px, 1.25vw, 24px);
}
.lankmark_container .section3 .swiper-button-prev,
.lankmark_container .section3 .swiper-button-next {
    margin: 0;
    width: 48px;
    height: 48px;
    position: static;
}
.lankmark_container .section3 .swiper-button-prev::after,
.lankmark_container .section3 .swiper-button-next::after {
    display: none;
}
.lankmark_container .section3 .swiper-button-prev {
    background: url(/img/brand/landmark/swiper_prev_default.svg) no-repeat center/cover;
}
.lankmark_container .section3 .swiper-button-prev:hover {
    background: url(/img/brand/landmark/swiper_prev_hover.svg) no-repeat center/cover;
}
.lankmark_container .section3 .swiper-button-next {
    background: url(/img/brand/landmark/swiper_prev_default.svg) no-repeat center/cover;
    transform: rotate(180deg);
}
.lankmark_container .section3 .swiper-button-next:hover {
    background: url(/img/brand/landmark/swiper_prev_hover.svg) no-repeat center/cover;
}
/* section3 end*/

/* section4 start */
.lankmark_container .section4 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.lankmark_container .section4 .bg img {
}
.lankmark_container .section4 .bg_filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: brightness(0.7);
}
.lankmark_container .section4 .cont {
    opacity: 0;
    position: relative;
}
.lankmark_container .section4 .bg_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lankmark_container .section4 .cont {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    /* bottom: clamp(100px, 10.416vw, 200px); */
    bottom: 15%;

    mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 80%,  transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 80%, transparent 100%);
}
.lankmark_container .section4 .cont ul {
    display: flex;
    gap: 30px;
    width: max-content;
}
.lankmark_container .section4 .cont ul + ul {
}
.lankmark_container .section4 .cont ul li {
    /* width: clamp(120px, 12.5vw, 240px); */
    width: 240px;
}
/* section4 end*/

/* section5 start */
.lankmark_container .section5 {
    position: relative;
    overflow: hidden;
}
.lankmark_container .section5 .cont1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lankmark_container .section5 .cont1 .cont1_bg {
    width: 100%;
    height: 100%;
}
.lankmark_container .section5 .cont1 .cont1_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lankmark_container .section5 .cont1 .cont1_dim_list {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.lankmark_container .section5 .cont1 li {
    width: 100%;
    background-color: #fff;
}
.lankmark_container .section5 .cont1 li.divide {
    width: clamp(9px, 0.9375vw, 18px);
    flex-shrink: 0;
}
.lankmark_container .section5 .cont1 li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lankmark_container .section5 .bg {
    filter: brightness(0.7);
    opacity: 0;
}
.lankmark_container .section5 .cont2 {
    /* opacity: 0; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lankmark_container .section5 .cont2 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(15px, 1.5625vw, 30px);
}
.lankmark_container .section5 .cont2 ul li {
    opacity: 0;
}
/* section5 end*/

/* section6 start */
.lankmark_container .section6 {
    position: relative;
    height: auto;
}
.lankmark_container .section6 .bg {
    position: sticky;
    width: 100%;
    height: calc(100vh - 97px);
    top: 97px;
    left: 0;
}
.lankmark_container .section6 .bg img {
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
}
.lankmark_container .section6 .logo_list_wrap {
    display: flex;
    gap: clamp(5px, 0.520833vw, 10px);
    position: relative;
    justify-content: flex-end;
    padding-right: clamp(161.5px, 16.822916vw, 323px);
    margin-left: auto;
    width: fit-content;
    height: calc(100vh - 97px);
    overflow: hidden;

    mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, #000 80%,  transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, #000 80%, transparent 100%);
}
.lankmark_container .section6 .logo_list_wrap ul {
    display: flex;
    flex-direction: column;
    gap: clamp(15px, 1.5625vw, 30px);
    height: max-content;
}
.lankmark_container .section6 .logo_list_wrap ul li {
    /* width: clamp(100px, 10.416666vw, 200px); */
    /* height: clamp(70px, 7.291666vw, 140px); */
    width: 200px;
    /* height: 140px; */
    height: auto;
    aspect-ratio: 200/140;
}
.lankmark_container .section6 .pin-spacer {
}
.lankmark_container .section6 .overflow_none {
    overflow: hidden;
}
/* section6 end */

.landmark_pagination {
    position: fixed;
    top: calc(50% + (97px / 2));
    transform: translateY(-50%);
    left: clamp(30px, 3.125vw, 60px);
    z-index: 10001;
    opacity: 0;

    transition: .3s;
}
.landmark_pagination.show {
    opacity: 1;
}
.landmark_pagination ul {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 1.041666vw, 20px);
}
.landmark_pagination ul li {}
.landmark_pagination a {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    opacity: 0.2;
    mix-blend-mode: difference;
    line-height: 1;
    letter-spacing: normal;
}
.landmark_pagination ul li a::before {
    content: '•';
    margin-right: 10px;
}
.landmark_pagination ul li.active a {
    font-weight: bold;
    font-size: 14px;
    opacity: 1;
}
@media (max-width: 1440px) {
    .lankmark_container .section6 .logo_list_wrap {
        padding-right: 200px;
    }
}
@media (max-width: 1366px) {

}
@media (max-width: 1280px) {
    .lankmark_container .section6 .logo_list_wrap {
        padding-right: 100px;
    }
}
@media (max-width: 1024px) {
    .lankmark_container .section4 .cont ul li {
        width: 200px;
    }
    .lankmark_container .section6 .logo_list_wrap ul li {
        width: 160px;
    }
    .lankmark_container .section6 .logo_list_wrap {
        padding-right: 50px;
    }
}
@media (max-width: 767px) {
    .display_pc {
        display: none !important;
    }
    .display_mo {
        display: block;
    }
    .lankmark_container {
        padding-top: 61px;
    }
    .lankmark_container section {
        position: relative;
        height: calc(100vh - 61px);
        height: calc((var(--vh, 1vh) * 100) - 61px);
    }
    .lankmark_container .section2 {
        height: 200vh;
        height: calc((var(--vh, 1vh)) * 200);
    }
    .lankmark_container .section2 .sticky {
        height: 100vh;
        height: calc((var(--vh, 1vh)) * 100);
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .lankmark_container .section2 .scroll_text {
        font-size: clamp(24px, 2.5vw, 48px);
        letter-spacing: clamp(-0.96px, -0.05vw, -0.48px);
        font-weight: 600;
        background: linear-gradient(to right, #000);
        -webkit-background-clip: text;
        color: rgba(0, 0, 0, 0.3);
        background-repeat: no-repeat;
        background-size: 0% 100%;
    }
    .lankmark_container section .intro {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .lankmark_container section .intro h4 {
        font-weight: bold;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.6);
    }
    .lankmark_container section .intro p {
        margin-top: 15px;
        font-weight: 600;
        font-size: 26px;
        line-height: 1.5;
        letter-spacing: -0.52px;
        color: #000;
    }

    /* section1 start */
    .lankmark_container .section1 {
        position: relative;
        overflow: hidden;
    }
    .lankmark_container .section1 .bg {
        transform: scale(1.3);
    }
    .lankmark_container .section1.active .bg {
        transition: 5s;
        transform: scale(1);
    }
    .lankmark_container .section1 .txt_box {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 52px 0 57px;
        font-weight: 800;
        background-color: #fff;
        transform: translateY(100%);
    }
    .lankmark_container .section1.active .txt_box {
        transform: translateY(0);
        transition: 1s 1s;
        flex-direction: column;
    }
    .lankmark_container .section1.active .txt_box h4 {
        font-size: 55px;
    }
    .lankmark_container .section1.active .txt_box p {
        display: block;
        margin-top: 12px;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: -0.4px;
    }
    /* section1 end*/

    /* section2 start */
    .lankmark_container .section2 {
        display: none;
    }
    /* section2 end*/

    /* section3 start */
    .lankmark_container .section3 {
        height: auto;
    }
    .lankmark_container .section3 .inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: scale(0.85);
        transform-origin: bottom;
    }
    .lankmark_container .section3 .bg {
        position: sticky;
        width: 100%;
        height: calc(100vh - 61px);
        height: calc((var(--vh, 1vh) * 100) - 61px);
        top: 61px;
        left: 0;
        transform: scale(0.85);
    }
    .lankmark_container .section3 .bg > img {
        filter: brightness(.6)
    }
    .lankmark_container .section3 .text_wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .lankmark_container .section3 .text_wrap .text_set {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .lankmark_container .section3 .text_wrap .text_set h4 {
        font-size: 12px;
    }
    .lankmark_container .section3 .text_wrap .text_set p {
        margin-top: 15px;
        font-size: 26px;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: -0.52px;
        opacity: 0;
    }
    .lankmark_container .section3 .overflow_none {
        height: 100vh;
        height: calc((var(--vh, 1vh)) * 100);
        overflow: hidden;
    }
    .lankmark_container .section3 .logo_list_wrap {
        opacity: 1;
        position: relative;
        top: 0;
        z-index: 1;
        padding-bottom: 0;

        position: fixed;
        bottom: 0;
        height: calc(100vh - 61px);
        height: calc((var(--vh, 1vh) * 100) - 61px);
        width: 100%;
        top: auto;
        overflow: hidden;
        right: auto;
    }
    .lankmark_container .section3 .logo_list_wrap .swiper {
        padding: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .lankmark_container .section3 .logo_list {
        /* align-items: center; */
        /* flex-direction: column; */
        padding-right: 0;
        width: max-content;
    }
    .lankmark_container .section3 .swiper-util {
        position: absolute;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%);
        width: 53.8%;
        gap: 20px;
    }
    .lankmark_container .section3 .swiper-pagination-progressbar {
        width: 100%;
    }
    .lankmark_container .section3 .swiper-button-prev,
    .lankmark_container .section3 .swiper-button-prev:hover {
        background: url(/img/brand/landmark/swiper_prev_default_mo.svg) no-repeat center / cover;
    }
    .lankmark_container .section3 .swiper-button-next,
    .lankmark_container .section3 .swiper-button-next:hover {
        background: url(/img/brand/landmark/swiper_prev_default_mo.svg) no-repeat center / cover;
    }
    .lankmark_container .section3 .swiper-button-prev, 
    .lankmark_container .section3 .swiper-button-next {
        width: 32px;
        height: 32px;
        flex-shrink: 0;
    }
    .lankmark_container .section3 .logo_list li {
        /* opacity: 0.2;
        padding: clamp(35px, 3.6458vw, 70px) 0;
        width: calc(100% - 75px); */
    }
    /* .lankmark_container .section3 .logo_list li .display_mo {
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: center;
    } */
    .lankmark_container .section3 .logo_list li .display_mo .img_set {
        /* width: 139px;
        height: 90px; */
        /* flex: 278; */
    }
    .lankmark_container .section3 .logo_list li .display_mo .img_set img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .lankmark_container .section3 .logo_list li .display_mo .text_set {
        font-weight: bold;
        font-size: 12px;
        line-height: 1.6;
        letter-spacing: -0.48px;
        color: rgba(255, 255, 255, 0.8);
        flex: 270;
    }
    /* section3 end*/

    /* section4 start */
    .lankmark_container .section4 .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    .lankmark_container .section4 .bg img {
    }
    .lankmark_container .section4 .bg_filter {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        backdrop-filter: brightness(0.7);
    }
    .lankmark_container .section4 .cont {
        opacity: 0;
        position: relative;
    }
    .lankmark_container .section4 .cont::before {
        opacity: 0;
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        left: 0;
        height: 100%;
        width: clamp(100px, 10.416666vw, 200px);
        top: 0;
        pointer-events: none;

        backdrop-filter: blur(5px);

        -webkit-mask-image: linear-gradient(
            to right,
            rgba(0,0,0,1) 0%,
            rgba(0,0,0,0) 100%
        );
        mask-image: linear-gradient(
            to right,
            rgba(0,0,0,1) 0%,
            rgba(0,0,0,0) 100%
        );
    }
    .lankmark_container .section4 .cont::after {
        opacity: 0;
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        right: 0;
        height: 100%;
        width: 100px;
        top: 0;
        pointer-events: none;

        backdrop-filter: blur(5px);

        -webkit-mask-image: linear-gradient(
            to left,
            rgba(0,0,0,1) 0%,
            rgba(0,0,0,0) 100%
        );
        mask-image: linear-gradient(
            to left,
            rgba(0,0,0,1) 0%,
            rgba(0,0,0,0) 100%
        );
    }
    .lankmark_container .section4.dim_on .cont::before,
    .lankmark_container .section4.dim_on .cont::after {
        opacity: 1;
    }
    .lankmark_container .section4 .bg_cont {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .lankmark_container .section4 .cont {
        position: absolute;
        left: 0;
        width: 100%;
        overflow: hidden;
        top: 60%;
        bottom: auto;
        transform: translateY(-50%);
    }
    .lankmark_container .section4 .cont ul {
        display: flex;
        gap: 5px;
        width: max-content;
    }
    .lankmark_container .section4 .cont ul + ul {
        margin-top: 5px;
    }
    .lankmark_container .section4 .cont ul li {
        /* width: 143px; */
        width: 39.7vw;
    }
    .lankmark_container .section4 .cont ul li img {
        width: 100%;
    }
    /* section4 end*/

    /* section5 start */
    .lankmark_container .section5 {
        position: relative;
        overflow: hidden;
    }
    .lankmark_container .section5 .cont1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .lankmark_container .section5 .cont1 .cont1_bg {
        width: 100%;
        height: 100%;
    }
    .lankmark_container .section5 .cont1 .cont1_bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .lankmark_container .section5 .cont1 .cont1_dim_list {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
    }
    .lankmark_container .section5 .cont1 li {
        width: 100%;
        height: 100%;
        background-color: #fff;
    }
    .lankmark_container .section5 .cont1 li.divide {
        height: 6px;
        width: 100%;
        flex-shrink: 0;
    }
    .lankmark_container .section5 .cont1 li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .lankmark_container .section5 .bg {
        filter: brightness(0.7);
        opacity: 0;
    }
    .lankmark_container .section5 .cont2 {
        /* opacity: 0; */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .lankmark_container .section5 .cont2 ul {
        /* display: grid; */
        /* grid-template-columns: repeat(4, 1fr); */
        gap: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        overflow: hidden;
        justify-content: center;
    }
    .lankmark_container .section5 .cont2 ul li {
        opacity: 0;
        /* width: 143px;
        height: 100px; */
        width: 39%;
        margin-right: -9%;
    }
    .lankmark_container .section5 .cont2 ul li:nth-child(3n) {
        margin-right: 0;
    }
    .lankmark_container .section5 .cont2 ul li:nth-child(n+4) {
        margin-top: -10px;
    }
    /* section5 end*/

    /* section6 start */
    .lankmark_container .section6 {
        position: relative;
        height: auto;
    }
    .lankmark_container .section6 .bg {
        position: sticky;
        width: 100%;
        height: calc(100vh - 61px);
        height: calc((var(--vh, 1vh) * 100) - 61px);
        top: 61px;
        left: 0;
    }
    .lankmark_container .section6 .bg img {
        opacity: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(0.9);
    }
    .lankmark_container .section6 .logo_list_wrap {
        display: flex;
        gap: 5px;
        position: relative;
        justify-content: flex-end;
        padding-right: 0;
        margin-left: auto;
        width: fit-content;
        height: 60vh;
        height: calc((var(--vh, 1vh)) * 60);
        position: fixed;
        left: 0;
        bottom: 30px;
        width: 100%;
        overflow: hidden;

        width: calc(100% - 70px);
    }

    .lankmark_container .section6 .logo_list_wrap ul {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: calc(50% - 5px);
    }

    .lankmark_container .section6 .logo_list_wrap ul.logo_list_1 {
        position: absolute;
        left: 0;
        top: 0;
        right: auto;
        height: max-content;
    }
    .lankmark_container .section6 .logo_list_wrap ul.logo_list_2 {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        height: max-content;
    }
    .lankmark_container .section6 .logo_list_wrap ul li {
        width: 100%;
        height: auto;
        /* width: clamp(143px, 39.722vw, 286px); */
        aspect-ratio: 286/200;
    }
    .lankmark_container .section6 .logo_list_wrap ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .lankmark_container .section6 .overflow_none {
        overflow: hidden;
        height: 100vh;
        height: calc((var(--vh, 1vh)) * 100);
    }
    /* section6 end */

    .landmark_pagination {
        display: none !important;
    }
}