@charset "utf-8";

/*
 * PC home first-screen
 * 기준: 기존 운영 렌더링 후 HTML + legacy CSS
 */

.visually-hidden {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
}

.con {
    width: 100%;
    height: 716px;
    position: relative;
    background: #e0f5fe;
    padding-top: 28px;
}

/* 좌측 배너 */
.side-box .left {
    position: absolute;
    z-index: 1;
    top: 28px;
    left: 0;
    margin-left: 90px;
    width: 150px;
}

.side-box .left .side-banner {
    position: relative;
}

.side-box .left .side-banner .btn-close2 {
    position: absolute;
    top: 0;
    left: -40px;
    z-index: 2;
    border: 0;
    background: 0;
    padding: 0;
}

.side-box .left .side-banner .btn-close2 img {
    display: block;
    max-width: none;
}

.mySwiper4 {
    width: 150px;
    overflow: hidden;
}

.mySwiper4 .swiper-wrapper {
    display: block;
}

.mySwiper4 .swiper-slide {
    display: none;
}

.mySwiper4 .swiper-slide:first-child {
    display: block;
}

.mySwiper4 img {
    display: block;
    width: 150px;
    height: 230px;
    background: transparent;
}

.side-box .left .img-box2 {
    display: flex;
    flex-direction: column;
    width: 150px;
}

.side-box .left .img-box2 img {
    display: block;
    width: 150px;
    height: 206px;
    margin: 5px 0;
    background: transparent;
}

/* 메인 배너 */
.mc_01 {
    position: relative;
    background: #e0f5fe;
}

.mc_01 .mid {
    position: relative;
}

.mc_01 .swiper {
    width: 1200px;
    height: 551px;
    margin: 0 auto;
    overflow: hidden;
}

.mc_01 .swiper-wrapper {
    display: block;
    width: 1200px;
    height: 551px;
}

.mc_01 .swiper-slide {
    display: none;
    width: 1200px;
    height: 551px;
    background: transparent;
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}

.mc_01 .swiper-slide:first-of-type {
    display: flex;
}

.mc_01 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.mc_01 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mc_01 .swiper .swiper-button-next,
.mc_01 .swiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 10;
}

.mc_01 .swiper .swiper-button-next {
    right: 20px;
    padding: 0 0 0 10px;
}

.mc_01 .swiper .swiper-button-prev {
    left: 20px;
    padding: 0 10px 0 0;
}

/* Swiper JS 없이도 기본 화살표 자리만 유지 */
.mc_01 .swiper .swiper-button-next:after,
.mc_01 .swiper .swiper-button-prev:after {
    font-size: 40px;
}

/* 하단 서비스 아이콘 */
.mc_01 .bottom {
    background: #e0f5fe;
    margin-bottom: 60px;
}

.mc_01 .bottom .wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.mc_01 .bottom .wrap a {
    display: block;
}

.mc_01 .bottom .wrap img {
    display: block;
    max-width: none;
}

/* 우측 위시리스트 */
.right1 {
    position: fixed;
    top: 280px;
    right: 100px;
    z-index: 20;
    transition: top 0.3s ease;
}

.wish-box {
    position: relative;
    min-height: 325px;
    width: 150px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 20px 10px 10px;
}

.wish-box .btn-close {
    position: absolute;
    top: 0;
    right: -40px;
    border: 0;
    background: 0;
    padding: 0;
}

.wish-box .btn-close img {
    display: block;
    max-width: none;
}

.wish-box p {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.wish-box .wish_info {
    display: none;
}

.wish-box .list_02 li {
    margin: 0;
    width: 100%;
    margin-top: 10px;
}

.empty_table {
    text-align: center;
    color: #777;
    font-size: 13px;
}

/* 우측 아이콘 박스 */
.ico-box {
    margin-top: 10px;
}

.ico-box ul {
    display: flex;
    flex-direction: column;
}

.ico-box li {
    padding: 0 10px;
    height: 48px;
    line-height: 48px;
    width: 150px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    font-size: 16px;
    margin: 5px 0;
}

.ico-box li:nth-of-type(1) {
    font-size: 18px;
    font-weight: bold;
}

.ico-box li:nth-of-type(4) a {
    padding-left: 10px;
}

.ico-box li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ico-box span {
    display: inline-block;
}

.ico-box span.ico1 {
    background: url(/images/ico_side01.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.ico-box span.ico2 {
    background: url(/images/ico_side02.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.ico-box span.ico3 {
    background: url(/images/ico_side03.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.ico-box span.ico4 {
    background: url(/images/ico_side04.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.ico-box span.ico5 {
    background: url(/images/ico_side05.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}

/* 1800px 이하 legacy vw 보정 일부 */
@media all and (max-width: 1800px) {
    .inner_1200 {
        width: 66.6667vw;
        margin: 0 auto;
    }

    .mySwiper4 {
        width: 8.3333vw;
    }

    .side-box .left {
        top: 1.5556vw;
        left: 0;
        margin-left: 2.2222vw;
        width: 8.3333vw;
    }

    .side-box .left .side-banner .btn-close2 {
        left: -2.2222vw;
    }

    .side-box .left .img-box2 {
        width: 8.3333vw;
    }

    .side-box .left .img-box2 img {
        width: 8.3333vw;
        height: auto;
        margin: 0.2778vw 0;
    }

    .right1 {
        top: 15.5556vw;
        right: 5.5556vw;
    }

    .wish-box {
        min-height: 18.0556vw;
        width: 8.3333vw;
        border: 0.0556vw solid #ccc;
        border-radius: 0.2222vw;
        padding: 1.1111vw 0.5556vw 0.5556vw;
    }

    .wish-box .btn-close {
        top: 0;
        right: -2.2222vw;
    }

    .ico-box li {
        width: 8.3333vw;
        height: 2.6667vw;
        line-height: 2.6667vw;
        font-size: 0.8889vw;
        margin: 0.2778vw 0;
        padding: 0 0.5556vw;
    }
}

/* main 1.6 proposal: legacy first-screen two-panel main banner */

.mc_01 .mid {
    width: 1200px;
    height: 551px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    position: relative;
}

.mc_01 .main-panel {
    position: relative;
    height: 551px;
    overflow: hidden;
    background: #d7eef6;
}

.mc_01 .main-panel-left {
    width: 593px;
}

.mc_01 .main-panel-right {
    width: 597px;
}

.mc_01 .main-panel a {
    display: block;
    width: 100%;
    height: 100%;
}

.mc_01 .main-panel img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* legacy 화면의 좌우 원형 화살표 위치 */
.mc_01 .main-arrow {
    position: absolute;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.86);
    z-index: 10;
    cursor: pointer;
}

.mc_01 .main-arrow span {
    display: block;
    width: 28px;
    height: 28px;
    margin: 36px auto 0;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
}

.mc_01 .main-arrow-left {
    left: 18px;
}

.mc_01 .main-arrow-left span {
    transform: rotate(-45deg);
    margin-left: 40px;
}

.mc_01 .main-arrow-right {
    right: 18px;
}

.mc_01 .main-arrow-right span {
    transform: rotate(135deg);
    margin-left: 28px;
}

/* 하단 아이콘 줄은 2분할 메인 바로 아래 유지 */
.mc_01 .bottom {
    background: #e0f5fe;
    margin-bottom: 60px;
}

.mc_01 .bottom .wrap {
    width: 1200px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

/* 1800px 이하에서도 중앙 1200 기준을 유지해 legacy 캡처와 비교하기 쉽게 고정 */
@media all and (max-width: 1800px) {

    .mc_01 .mid,
    .mc_01 .bottom .wrap {
        width: 66.6667vw;
    }

    .mc_01 .mid {
        height: 30.6111vw;
        gap: 0.5556vw;
    }

    .mc_01 .main-panel {
        height: 30.6111vw;
    }

    .mc_01 .main-panel-left {
        width: 32.9444vw;
    }

    .mc_01 .main-panel-right {
        width: 33.1667vw;
    }

    .mc_01 .main-arrow {
        width: 5.5556vw;
        height: 5.5556vw;
        margin-top: -2.7778vw;
    }

    .mc_01 .main-arrow span {
        width: 1.5556vw;
        height: 1.5556vw;
        margin-top: 2vw;
        border-top-width: 0.2778vw;
        border-left-width: 0.2778vw;
    }

    .mc_01 .main-arrow-left {
        left: 1vw;
    }

    .mc_01 .main-arrow-left span {
        margin-left: 2.2222vw;
    }

    .mc_01 .main-arrow-right {
        right: 1vw;
    }

    .mc_01 .main-arrow-right span {
        margin-left: 1.5556vw;
    }
}

/* main 1.6 close button stabilization */
.side-box .left .side-banner .btn-close2,
.wish-box .btn-close {
    width: 31px;
    height: 31px;
}

.side-box .left .side-banner .btn-close2 img,
.wish-box .btn-close img {
    width: 31px;
    height: 31px;
}

/* main 1.33: mc_01 center slider and thumbnail popup controls */

.mc_01 .main-panel a,
.mc_01 .main-panel img {
    transition: opacity 0.18s ease;
}

.mc_01 .bottom .wrap {
    position: relative;
}

.mc_01 .bottom .wrap .btn_open {
    position: static;
    cursor: pointer;
}

.mc_01 .bottom .wrap .btn_open>img {
    position: relative;
    z-index: 1;
}

.mc_01 .bottom .wrap .btn_open.is-selected>img {
    outline: 2px solid rgba(0, 125, 195, 0.35);
    outline-offset: 2px;
}

.mc_01 .bottom .wrap .pop_wrap,
.mc_01 .bottom .wrap .btn_open:first-of-type .pop_wrap,
.mc_01 .bottom .wrap .btn_open:nth-last-of-type(1) .pop_wrap,
.mc_01 .bottom .wrap .btn_open:nth-last-of-type(2) .pop_wrap {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 100%;
    z-index: 30;
    width: 1200px;
    margin-bottom: 14px;
    transform: translateX(-50%);
}

.mc_01 .bottom .wrap .pop_wrap[hidden] {
    display: none !important;
}

.mc_01 .bottom .wrap .pop_wrap.is-open {
    display: block;
}

.mc_01 .bottom .wrap .pop_wrap .pop_inner {
    position: relative;
    width: 1200px;
}

.mc_01 .bottom .wrap .pop_wrap img {
    display: block;
    width: 1200px;
    max-width: none;
    height: auto;
}

.mc_01 .bottom .wrap .btn_close3 {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 35;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.62);
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}

.mc_01 .bottom .wrap .btn_close3:hover {
    background: rgba(0, 0, 0, 0.82);
}

/* 좌우 닫기 버튼 크기 고정 */
.side-box .left .side-banner .btn-close2,
.wish-box .btn-close {
    width: 31px;
    height: 31px;
}

.side-box .left .side-banner .btn-close2 img,
.wish-box .btn-close img {
    width: 31px;
    height: 31px;
}

@media all and (max-width: 1800px) {

    .mc_01 .bottom .wrap .pop_wrap,
    .mc_01 .bottom .wrap .btn_open:first-of-type .pop_wrap,
    .mc_01 .bottom .wrap .btn_open:nth-last-of-type(1) .pop_wrap,
    .mc_01 .bottom .wrap .btn_open:nth-last-of-type(2) .pop_wrap {
        width: 66.6667vw;
        margin-bottom: 0.7778vw;
    }

    .mc_01 .bottom .wrap .pop_wrap .pop_inner,
    .mc_01 .bottom .wrap .pop_wrap img {
        width: 66.6667vw;
    }

    .mc_01 .bottom .wrap .btn_close3 {
        top: 1.3333vw;
        right: 1.3333vw;
        width: 2.2222vw;
        height: 2.2222vw;
        font-size: 1.5556vw;
        line-height: 2.1111vw;
    }

    .side-box .left .side-banner .btn-close2,
    .wish-box .btn-close,
    .side-box .left .side-banner .btn-close2 img,
    .wish-box .btn-close img {
        width: 1.7222vw;
        height: 1.7222vw;
    }
}

/* sub 1.1: common desktop floating */

.desktop-floating {
    position: relative;
    z-index: 90;
}

.desktop-floating .side-box {
    position: absolute;
    top: 254px;
    left: 0;
    width: 100%;
    z-index: 90;
    pointer-events: none;
}

.desktop-floating .side-box .left {
    pointer-events: auto;
}

.desktop-floating .right1 {
    z-index: 90;
}

/* floating을 home .con 밖으로 분리한 뒤에도 기존 위치를 유지 */
.desktop-floating .side-box .left {
    top: 28px;
    left: 0;
    margin-left: 90px;
}

/* 공통 floating 내부 /data 대체 이미지 안정화 */
.desktop-floating img[data-legacy-src] {
    background: transparent;
    color: transparent;
}

/* home 안에 floating이 더 이상 없으므로 con은 메인 first-screen 전용 */
.con {
    overflow: visible;
}

@media all and (max-width: 1800px) {
    .desktop-floating .side-box {
        top: 14.1111vw;
    }

    .desktop-floating .side-box .left {
        top: 1.5556vw;
        margin-left: 2.2222vw;
    }
}

/* sub 1.33-2: main banner arrow final alignment */

.mc_01 .main-arrow {
    top: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.86);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 좌우 버튼 위치를 중앙 배너 외곽 기준으로 다시 고정
.mc_01 .main-arrow-left {
    left: 36px;
}

.mc_01 .main-arrow-right {
    right: 36px;
} */

/* 기존 span margin 방식 완전 무력화 */
.mc_01 .main-arrow span {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
}

/* 왼쪽 꺾쇠 */
.mc_01 .main-arrow-left span {
    transform: rotate(-45deg);
    left: 4px;
}

/* 오른쪽 꺾쇠 */
.mc_01 .main-arrow-right span {
    transform: rotate(135deg);
    left: -4px;
}

@media all and (max-width: 1800px) {
    .mc_01 .main-arrow {
        width: 5.5556vw;
        height: 5.5556vw;
        margin-top: -2.7778vw;
    }

    .mc_01 .main-arrow-left {
        left: 2vw;
    }

    .mc_01 .main-arrow-right {
        right: 2vw;
    }

    .mc_01 .main-arrow span {
        width: 1.6667vw;
        height: 1.6667vw;
        margin: 0;
        border-top-width: 0.2778vw;
        border-left-width: 0.2778vw;
    }

    .mc_01 .main-arrow-left span {
        left: 0.2222vw;
        transform: rotate(-45deg);
    }

    .mc_01 .main-arrow-right span {
        left: -0.2222vw;
        transform: rotate(135deg);
    }
}

/* sub 1.34: localized left floating images */

.desktop-floating .mySwiper4 img,
.desktop-floating .side-box .left .img-box2 img {
    display: block;
    object-fit: contain;
    background: transparent;
}

.desktop-floating .mySwiper4 img {
    width: 150px;
    height: auto;
}

.desktop-floating .side-box .left .img-box2 img {
    width: 150px;
    height: auto;
}

/* sub 1.34-2: latest main 기준 left floating alignment and slide */

.desktop-floating .side-box {
    top: 0;
}

.desktop-floating .side-box .left {
    top: 28px;
    left: 0;
    margin-left: 90px;
}

/* 좌측 상단 배너 슬라이드 */
.desktop-floating .mySwiper4 {
    width: 150px;
    overflow: hidden;
}

.desktop-floating .mySwiper4 .swiper-wrapper {
    position: relative;
    display: block;
    width: 150px;
}

.desktop-floating .mySwiper4 .swiper-slide {
    display: none;
    width: 150px;
}

.desktop-floating .mySwiper4 .swiper-slide.is-active {
    display: block;
}

.desktop-floating .mySwiper4 img {
    display: block;
    width: 150px;
    height: auto;
    object-fit: contain;
    background: transparent;
}

.desktop-floating .side-box .left .side-banner .btn-close2 {
    top: 0;
    left: -40px;
}

@media all and (max-width: 1800px) {
    .desktop-floating .side-box {
        top: 0;
    }

    .desktop-floating .side-box .left {
        top: 1.5556vw;
        margin-left: 5vw;
    }

    .desktop-floating .mySwiper4,
    .desktop-floating .mySwiper4 .swiper-wrapper,
    .desktop-floating .mySwiper4 .swiper-slide,
    .desktop-floating .mySwiper4 img {
        width: 8.3333vw;
    }

    .desktop-floating .side-box .left .side-banner .btn-close2 {
        left: -2.2222vw;
    }
}

/* sub 1.34-3: right floating scroll-centered position */

.right1 {
    transform: none;
    transition: top 0.25s ease, transform 0.25s ease;
}

/*
 * 첫 화면에서는 기존 top 위치 유지.
 * 일정 스크롤 이후 JS에서 is-scroll-centered를 붙여 화면 세로 중앙에 배치한다.
 */
.right1.is-scroll-centered {
    top: 50%;
    transform: translateY(-50%);
}

/* 화면 높이가 낮을 때는 중앙 정렬로 인해 위아래가 잘리지 않도록 상단 고정 */
@media all and (max-height: 760px) {
    .right1.is-scroll-centered {
        top: 20px;
        transform: none;
    }
}

@media all and (max-width: 1800px) {
    .right1.is-scroll-centered {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media all and (max-width: 1800px) and (max-height: 760px) {
    .right1.is-scroll-centered {
        top: 1.1111vw;
        transform: none;
    }
}