.main_wrap{
    position: relative;
    width:100%;
    margin: 0 auto 0;
    max-height: 100vh;;
}

.content_wrap{
    width:100%;
    max-width:600px;
    margin: auto;
    box-shadow: 0 0 0 rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    background: #fff;
    min-height: 100vh;
    position: relative;
}

.content_wrap_bare:has(.popup__slider){
    border-radius: 30px 30px 0 0 !important;
}

.content_wrap_bare {
    width: 100%;
    max-width: 600px;
    margin: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    background: #fff;
    min-height: 100vh;
    position: relative;
}

.right_wrap{
    position: fixed;
    width: calc(50% - 300px);
    height: 100%;
    top: 0;
    left: calc(50% + 300px);
    flex-direction: column;
    justify-content: center;
    z-index: 1000;
    background: url("https://img.petitelin.com/amoretto/bg/img.jpg") no-repeat 100% 100%;
    background-position: center center;
    background-size: cover;
}

.left_wrap{
    right: calc(50% + 320px);
    position: fixed;
    width: 500px;
    height: 100%;
    z-index: 1000;
    top: calc(50% - 390px);
}

.left_wrap .imgArea1{
    width: 100%;
    height: 460px;
}

.left_wrap .imgArea2{
    width: 100%;
    overflow: hidden;
    height: 220px;
}

.left_wrap .txt{
    width: 100%;
    margin-top: 30px;
}
.left_wrap .txt .left_sns{
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.left_wrap .txt .left_sns img{
    width: 46px;
    height: 46px;
    border-radius: 23px;
    margin-right: 10px;
}

.left_wrap .paging-info {
    width: 50px;
    height: 25px;
    position: relative;
    bottom: 20%;
    right: -85%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgb(255,255,255);
    text-align: center;
    line-height: 25px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 29px;
}

html:has(.content_wrap_bare),body:has(.content_wrap_bare) {
    background-color: #f8f8f8;
    margin: 0 auto;  padding: 0;
    font-size: 14px; font-weight: 400; line-height: 1.2; color: #000;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    letter-spacing:-0.003em;
    position:relative;
    scroll-behavior: smooth;
    width: 100%;
    -ms-overflow-style: none; /* ÀÎÅÍ³Ý ÀÍ½ºÇÃ·Î·¯ */
    scrollbar-width: none; /* ÆÄÀÌ¾îÆø½º */
}

body::-webkit-scrollbar:has(.content_wrap_bare) {
    display: none;
}
.content_wrap_bare:has(.popup__slider){
    border-radius: 30px 30px 0 0 !important;
}