@charset "UTF-8";

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box;
    /* <=28 */
    box-sizing: border-box;
}

.fullPageWrap {
    position: relative;
}

.rightNav {
    position: fixed;
    top: 40%;
    left: 0;
    width: 50px;
}

.rightNav li {
    height: 2.5rem;
    line-height: 2.5rem;
}

.rightNav li a {
    font-size: 1.25rem;
    padding: 0 1.5rem;
    display: block;
    width: 100%;
    height: 100%;
    color: #96cc29;
    text-align: left;
    position: relative;
}

.rightNav li a span {
    display: block;
    text-align: right;
    position: absolute;
    top: 0;
    right: 70px;
    font-size: 1.1rem;
    opacity: 0;
    transition: all 0.25s ease;
}

.rightNav li a:after {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    /* background: rgba(243, 112, 33, 0.5); */
    position: absolute;
    background-color: #C0C0C0;
    top: 50%;
    right: 0;
    content: '';
    display: block;
}

/*rightNav motion*/
.rightNav li.active a span {
    opacity: 1;
    right: 50px;
    transition: all 0.25s ease-in-out;
}

.rightNav li.active a:after {
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: rgba(243, 112, 33, 0.5);
    box-sizing: border-box;
    margin-top: -15px;
}

.rightNav li.active a:before {
    right: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 5px;
    background-color: var(--bs-primary);
    content: '';
    top: 50%;
    margin-top: -5px;
    z-index: 1;
}

.swiper-pagination-bullet {
    background: #C0C0C0 !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 2px !important;
    opacity: 1 !important;
    margin: 0 4px !important;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s;
}

.swiper-pagination-bullet-active {
    width: 24px !important;
    background: var(--bs-primary) !important;
    border-radius: 2px !important;
}

/* 메인페이지 */
#section2 .section2-item {
    aspect-ratio: 1/1;
}

#section2 .section2-item a {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#section2 .section2-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: 1;
    opacity: 0;
    transition: var(--bs-transition);
}

#section2 .section2-item a:after {
    content: '둘러보기';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #111;
    font-size: 1.25rem;
    opacity: 0;
    font-weight: 500;
    transition: var(--bs-transition);
}

#section2 .section2-item a img {

    transition: var(--bs-transition);
}

#section2 .section2-item a:hover img {
    transform: scale(1.1);
    transition: var(--bs-transition);
}

#section2 .section2-item a:hover:after,
#section2 .section2-item a:hover:before {
    transition: var(--bs-transition);
    opacity: 1;
}

#section2 .section2-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-img {
    aspect-ratio: 1/1;
}

.swiper-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section3 {
    background-color: #EAEAEA;
}


.it-gallery-slider .item-hover {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/1;
}


.it-gallery-slider .item-hover .contents {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
}

.it-gallery-slider .item-hover:hover .contents {
    opacity: 1;

    transition: all 0.4s ease-in-out;
}

.it-gallery-slider .item-hover .contents .desc {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #111;
    font-weight: 500;
    text-align: center;
    transition: var(--bs-transition);
}

.it-gallery-slider .item-hover .contents .icons {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
}

.it-gallery-slider .mobile-contents {
    display: none;
    color: #333;
    text-align: center;
}

.it-gallery-slider .mobile-contents p {
    font-size: 1rem;
}


@media (max-width: 992px) {
    .it-gallery-slider .item-hover .contents {
        display: none;

    }

    .it-gallery-slider .mobile-contents {
        display: block;
    }
}

#section5 {
    width: 100%;

}

#section5 .section5-contents {

    width: 100%;
    height: 100%;
}

#section5 .left-banner {
    width: 50%;

}
#section1  .banner-contents {
    padding-left: 3%;
}
#section5 .left-banner .banner-contents {
    padding-left: 10%;
}

#section5 .right-banner {
    width: 50%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5%;
}

#section5 .right-banner .swiper-horizontal>.swiper-pagination-bullets,
#section5 .right-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 40% !important;
    bottom: initial !important;
    left: initial !important;
    transform: translateY(1rem);
}
#section5 .section5-bg{
    display: none;
}
#section5 .section5-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 992px) {
    #section5 .section5-bg{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;

    }
    #section5 .section5-bg:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
background-color: rgba(255,255,255,0.5);
    }
    #section5 .section5-contents{
        height: auto;
    }
    #section5 .left-banner,
    #section5 .right-banner {
        width: 100%;
        height: auto;
    }

    #section5 .left-banner {
        display: none;
    }

    #section5 .right-banner .swiper-horizontal>.swiper-pagination-bullets,
    #section5 .right-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
        width: 90% !important;
    }
}

.review-item .review-img {
    aspect-ratio: 1/1;
}

.review-item .review-img>div {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    overflow: hidden;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.review-item .review-contents {
    color: #696969;
}

.review-item .review-contents i {
    color: var(--bs-primary);
}

.review-item .review-img-wrap {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.review-item .review-img-wrap img {
    width: 100%;
    object-fit: cover;
}