@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100; 300; 400; 500; 700; 900&display=swap');

.noto {
    font-family: 'Noto Sans KR', sans-serif;
}


br.m_only {
    display: none;
}

@media all and (max-width:1000px) {
    br.m_only {
        display: block;
    }
}

@media all and (max-width:1024px) {
    .inner {
        width: 93.75%;
        padding: 0;
    }
}

/* 텍스트 박스 */
.tit_box h3 {
    word-break: keep-all;
    letter-spacing: -0.025em;
    font-size: 68px;
    font-weight: 600;
}

.tit_box p {
    word-break: keep-all;
    padding-top: 50px;
    letter-spacing: -0.05em;
    font-size: 32px;
    font-weight: 300;
}

@media all and (max-width:1000px) {
    .tit_box h3 {
        font-size: 8vw;
    }

    .tit_box p {
        font-size: 18px;
    }

    .tit_box p br {
        display: none;
    }
}

/* 서브비주얼 */
.shopping_sub02_visual {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-bottom: 30%;
}

.shopping_sub02_visual .visual_bg {
    width: 100%;
    height: 100%;
    padding: 17.5% 0 28%;
    background: url(/img/shopping/sub02/shopping_sub02_visual_bg01.jpg) no-repeat top center / cover;
}

.shopping_sub02_visual .visual_bg .inner .tit_box {
    color: #FFF;
    text-align: left;
    padding-top: 3%;
    padding-bottom: 3%;
}

.shopping_sub02_visual .visual_bg .inner .tit_box h2 {
    font-size: 100px;
    font-weight: 100;
    font-family: 'pre-t';
    word-break: break-all;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.50);
}

.shopping_sub02_visual .visual_bg .inner .tit_box h2 span {
    font-family: 'pre-b';
}

.shopping_sub02_visual .visual_bg .inner .tit_box p {
    font-size: 24px;
    padding-top: 50px;
    font-weight: 200;
    font-family: 'pre-r';
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.50);
}

.shopping_sub02_visual .ipad {
    width: 78%;
    position: absolute;
    bottom: 3%;
    right: 0;
}

@media all and (max-width:1800px) {
    .shopping_sub02_visual .ipad {
        bottom: -3%;
    }
}

@media all and (max-width:1000px) {
    .shopping_sub02_visual .visual_bg .inner .tit_box h2 {
        margin: 2vw 0 0 -1vw;
        font-size: 10vw;
        line-height: 1.2;
    }

    .shopping_sub02_visual .ipad {
        bottom: 0;
    }
}


@media all and (max-width:650px) {
    .shopping_sub02_visual .visual_bg {
        padding-bottom: 37%
    }
}



/* 콘텐트 01 */
.shopping_sub02_con01 {
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
}

.shopping_sub02_con01 .tit_box {
    text-align: center;
    padding: 0 0 150px;
}

.shopping_sub02_con01 .top_img {
    width: 100%;
}

.shopping_sub02_con01 .top_img img {
    width: 100%;
}

.shopping_sub02_con01 .logo_img {
    padding: 130px 0;
    text-align: center;
}

.shopping_sub02_con01 .bottom_img {
    width: 100%;
}

.shopping_sub02_con01 .bottom_img img {
    width: 100%;
}

@media all and (max-width:1000px) {
    .shopping_sub02_con01 .tit_box {
        padding-bottom: 80px;
        width: 93.75%;
        margin: 0 auto;
    }

    .shopping_sub02_con01 .logo_img {
        padding: 50px 0;
        width: 50%;
        margin: 0 auto;
    }

    .shopping_sub02_con01 .logo_img img {
        object-fit: cover;
        width: 100%;
    }
}




/* 콘텐트 02 */

.shopping_sub02_con02 {
    width: 100%;
    height: 100%;
    background-image: url(/img/shopping/sub02/shopping_sub02_con02_bg03.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.shopping_sub02_con02 .wrap {
    display: flex;
    width: 100%;
    padding: 30% 0 25% 0;
}

.shopping_sub02_con02 .wrap .left_box {
    position: relative;
    width: 50%;
}

.shopping_sub02_con02 .wrap .left_box .page_box {
    width: 80%;
    margin: 0 auto;
}

.shopping_sub02_con02 .wrap .left_box .page_box img {
    width: 100%;
}

.shopping_sub02_con02 .wrap .left_box .phone {
    display: block;
    width: 55%;
    height: 80%;
    position: absolute;
    top: 25%;
    right: -7%;
    background-image: url(/img/shopping/sub02/shopping_sub02_con02_img02.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.shopping_sub02_con02 .wrap .left_box .phone .slide_box {
    position: absolute;
    width: 65%;
    height: 84%;
    overflow: hidden;
    top: 3%;
    border-radius: 35px;
    left: 30.5%;
    display: block;
}

.left_box .phone .slide_box .swiper {
    width: 100%;
    height: 100%;
}

.left_box .phone .slide_box .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.left_box .phone .slide_box .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shopping_sub02_con02 .wrap .right_box {
    width: 50%;
    position: relative;
}

.shopping_sub02_con02 .wrap .right_box .tit_box {
    color: #FFF;
    padding-left: 10%;
    position: relative;
    top: 37%;
}

.shopping_sub02_con02 .wrap .right_box .sub02_con02_pag {
    position: absolute;
    bottom: 0;
    left: 12%;
}

.shopping_sub02_con02 .wrap .right_box .sub02_con02_pag span {
    background: #FFF;
    width: 18px;
    height: 18px;
    margin-right: 40px;
}

@media all and (max-width:1800px) {
    .shopping_sub02_con02 .wrap .right_box {
        width: 60%;
    }

    .shopping_sub02_con02 .wrap .right_box .tit_box {
        top: 15%;
    }

    .shopping_sub02_con02 .wrap .right_box .sub02_con02_pag {
        bottom: 0;
        left: 0;
    }
}

@media all and (max-width:1400px) {
    .shopping_sub02_con02 {
        transform: translateY(-200px);
    }

    .shopping_sub02_con02 .wrap {
        flex-direction: column-reverse;
        padding: 80% 0 0 0;
    }

    .shopping_sub02_con02 .wrap .left_box {
        width: 100%;
    }

    .shopping_sub02_con02 .wrap .right_box {
        width: 80%;
        margin: 0 auto;
    }

    .shopping_sub02_con02 .wrap .left_box .phone {
        right: 50%;
        top: 10%;
    }

    /* .shopping_sub02_con02 .wrap .right_box .sub02_con02_pag{position: absolute; top: -30px; left: 12%; }  */
    .shopping_sub02_con02 .wrap .right_box .sub02_con02_pag {
        top: 93%;
        left: -15px;
    }

}






/* 콘텐트 03 */
.shopping_sub02_con03 {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 160px;
}

.shopping_sub02_con03 .tit_box {
    position: relative;
    width: 40%;
    padding-left: 3%;
    text-align: left;
    margin-bottom: 100px;
}

.shopping_sub02_con03 .tit_box .pag_con03 {
    position: absolute;
    left: 10%;
    bottom: -40%;
}

.shopping_sub02_con03 .tit_box .pag_con03 span {
    background: #f4a000;
    width: 18px;
    height: 18px;
    margin-right: 40px;
}

.shopping_sub02_con03 .com_box {
    position: relative;
    padding: 30% 0 30%;
    box-sizing: border-box;
    width: 62%;
    height: 100%;
    background-position: right;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/img/shopping/sub02/shopping_sub02_con03_img01.png);
}

.shopping_sub02_con03 .com_box .slide_box {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 3.5%;
    right: 0;
    width: 96%;
    height: 58%;
}

.shopping_sub02_con03 .com_box .slide_box .swiper {
    width: 100%;
    height: 100%;
}

.shopping_sub02_con03 .com_box .slide_box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.shopping_sub02_con03 .com_box .slide_box .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shopping_sub02_con03 .com_box .slide_box .swiper {
    margin-left: auto;
    margin-right: auto;
}

@media all and (max-width:1000px) {
    .shopping_sub02_con03 {
        flex-direction: column;
        margin-bottom: 13%;
    }

    .shopping_sub02_con03 .tit_box {
        width: 100%;
        padding-bottom: 120px;
        width: 93.75%;
        margin: 0 auto;
    }

    .shopping_sub02_con03 .com_box {
        width: 100%;
        height: 100%;
        padding-bottom: 70%;
    }

    .shopping_sub02_con03 .tit_box .pag_con03 {
        bottom: 12%;
    }
}

.nine_per_img {
    width: 80%;
    height: 100%;
    margin-left: auto;
    transform: translateY(-20%) !important;
    z-index: 99;
    position: relative;
    margin-bottom: -100px;
}

.tit_box span {
    color: #888;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.6px;
}

.small_b_yo {
    font-size: 28px;
    font-weight: 400;
    color: #888;
}

@media all and (max-width:1000px) {
    .tit_box span {
        font-size: 6vw;
    }

    .nine_per_img {
        margin-bottom: unset;
    }
    .small_b_yo {
    font-size: 16px;
}
}