/*메인 영역*/
html,
body {
    position: relative;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
}


.swiper-container {
    width: 99.3vw;
    height: 100vh;
    position: relative;
}

.swiper-slide {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.control_swiper_box {
    position: relative;
    top: -120px;
    left: 10vw;
    width: 300px;
    height: 100px;
    z-index: 20;
}

.swiper-button-prev {
    position: absolute;
    bottom: 5px;
    left: 40px;
    width: 40px;
    height: 40px;
    color: #fff;
}

#numberSlides{
    position: absolute;
    bottom: 41px;
    left: 105px;
    font-size: 24px;
    width: 100px;
    color: white;
    font-weight: bold;
}

.swiper-button-next {
    position: absolute;
    bottom: 5px;
    left: 180px;
    width: 40px;
    height: 40px;
    color: #fff;
}

.swiper-button-prev::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("../../../images/index/left_off.png");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.swiper-button-prev:hover::after {
    background-image: url("../../../images/index/left_on.png");
}

.swiper-button-next::after {
    content: '';
    /*display: block;*/
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url("../../../images/index/right_off.png");
    background-size: cover;
    background-position: 0;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.swiper-button-next:hover::after {
    background-image: url("../../../images/index/right_on.png");
}

.quick_menu {
    position: fixed;
    top: 50%;
    /*right: 0;*/
    right: -170px;
    transform: translateY(-50%);
    background-color: rgba(113, 113, 113, 0.4);
    z-index: 10;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    width: 0;
    height: 0;
    transition: linear 0.5s; /* 부드러운 슬라이드 효과 */
    scale: 0;
    transform-origin: 0 0;
}
.quick_menu.show {
    width: 170px;
    height: 340px;
    scale: 1;
    transition: linear 0.5s; /* 부드러운 슬라이드 효과 */
    transform-origin: 0 0;
    right: 0; /* 화면 내로 이동 */
    pointer-events: auto; /* 콘텐츠가 보일 때 클릭 가능 */
}

.quick_menu li, ul{
    list-style: none;
}

.quick_menu_big {
    position: relative;
    top: 50%;
    right:0;
    transform: translateY(-50%);
    width: 90px;
    height: 170px;
}

.quick_menu_list{
    position: absolute;
    top: -68px;
    left: 56px;
    height: 280px;
    width: 130px;
    color: white;
    font-size: 10px;
    text-align: center;
}

.quick_menu_list li {
    position: absolute;
    width: 50px; /* 아이템 크기 */
    height: 50px;
    border-radius: 50%; /* 원형 아이템 */
    display: flex;
    align-items: center;
    justify-content: center;
    /*transition: all 0.4s ease;*/
    /*transform: translate(0, 0) scale(0.5);*/
    opacity: 0;
    pointer-events: none;
}

.quick_menu_list li.active {
    opacity: 1;
    pointer-events: auto;
}

.quick_menu_list li .img {
    width: 40px;
    height: 40px;
    background-size: cover;
    margin: 0 auto;
    background-position: center;
}



.quick_menu_list li .text {
    font-size: 9px;
    margin-top:5px;
    vertical-align: bottom;
}

.quick_menu_list li:nth-child(1) .img{
    background-image: url("../../../images/index/balloons_off.png");
}

.quick_menu_list li:nth-child(1) .img:hover{
    background-image: url("../../../images/index/balloons_on.png");
}

.quick_menu_list li:nth-child(2) .img{
    background-image: url("../../../images/index/heart_leaves_off.png");
}

.quick_menu_list li:nth-child(2) .img:hover{
    background-image: url("../../../images/index/heart_leaves_on.png");
}

.quick_menu_list li:nth-child(3) .img{
    background-image: url("../../../images/index/birth_hearts_off.png");

}

.quick_menu_list li:nth-child(3) .img:hover{
    background-image: url("../../../images/index/birth_hearts_on.png");
}

.quick_menu_list li:nth-child(4) .img{
    background-image: url("../../../images/index/fingerlove_off.png");
}

.quick_menu_list li:nth-child(4) .img:hover{
    background-image: url("../../../images/index/fingerlove_on.png");
}

.quick_menu_list li:nth-child(5) .img{
    background-image: url("../../../images/index/outdoor_off.png");
}

.quick_menu_list li:nth-child(5) .img:hover{
    background-image: url("../../../images/index/outdoor_on.png");
}

.quick_menu_box{
    position: relative;
    top: 0;
    left: 0;
    /*transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;;*/
}

.quick_menu_text {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 70px;
    height: 137px;
    background-color: rgba(81, 81, 81, 1);
    z-index: 10;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    cursor: pointer; /* 클릭 가능 표시 */
    /*transition: opacity 0.5s ease, transform 0.5s ease; !* 페이드 인/아웃 및 위치 전환 *!*/
}

.quick_menu_text::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 78px;
    background-color: rgba(0, 0, 0, 1);
    z-index: 10;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

#auto_radius {
    position: absolute;
    top: 9px;
    right: -59px;
    width: 120px;
    height: 120px;
    background-image: url("../../../images/index/QUICK.png");
    background-position: center center;
    background-size: cover;
    animation: rotate_image 10s linear infinite;transform-origin: 50% 50%;
}

@keyframes rotate_image {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.quick_close_btn {
    position: absolute;
    border-radius: 100%;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #ffcc00;
    background-image: url("../../../images/index/weui_arrow-filled.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer; /* 클릭 가능 표시 */
}

.mouse_btn_box {
    position: absolute;
    bottom: 0;
    /*bottom: -15px;*/
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 110px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    background-color: rgba(0,0,0,0.5);
    z-index: 30;
}

/* scroll */
.scroll {
    display: block;
    width: 30px; height: 45px;
    position: absolute;
    left: 50%; bottom: 50px;
    transform: translateX(-50%);
    z-index: 10;
    text-indent: -9999px;
}
.mouse {
    width: 4px;
    padding: 5px 12px;
    height: 35px;
    margin-top: -20px;
    border-radius: 25px;
    border: 1px solid #fff;
    box-sizing: content-box;
}

.scroller {
    width: 4px; height: 8px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
    margin-top: 2px;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 0;
    }

}

@keyframes downup {
    0% {
        opacity: 0;
        /*transform: translateY(0, 100px);*/
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translate(0,0);
    }
}

@keyframes bounce {
    from,
    to {
        margin-bottom: 0;
        animation-timing-function: ease-out;
    }
    50% {
        margin-bottom: 8px;
        animation-timing-function: ease-in;
    }
}

.scroll_text {
    color: white;
    position: absolute;
    bottom:25px;
    left: 50%;
    transform: translateX(-50%);
}
/* scroll end */



/* PHOTO_SECTION START */
.album_list_box {
    /*width: 1400px;*/
    height: 630px;
    /*overflow: hidden;*/
    margin: 100px auto 0 auto;
}

.album_list_box h1{
    font-size: 24px;
    margin-bottom: 20px;
}

.albumList {
    display: block;
    width: calc(1400px/3);
    height: 570px;
    border: 1px solid #e5e7eb;
    margin: 0 auto 0 auto;
}

.albumList:not(:first-child){
    /*margin-left: 10px;*/
}

.holname {
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
    display: block;
    height: 44px;
    line-height: 44px;
    width: 100%;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    /*margin-bottom: -10px;*/
}
/* PHOTO_SECTION END */

@media screen and (max-width: 1450px) {

    .control_swiper_box {
        display: none;
    }

    .quick_menu_box {
        display: none;
    }

    .mouse_btn_box {
        display: none;
    }
}

@media screen and (max-width: 1250px) {

}

@media screen and (max-width: 1020px) {

}

@media screen and (max-width: 500px) {

}

@media screen and (max-width: 320px) {

}
