/* founded  페이지 공통 - 풋터 totop 버튼 */
.footer__totop {
    position: static;
  }
@media (max-width:1200px){
    .footer__totop {
        position: absolute;
        bottom: 15px;
        right: 4%;
      }
}
/* founded  페이지 공통 - 풋터 totop 버튼 끝 */
/* founded  페이지 공통 - 배경 색 */
html, body{
    background-color: #fff;
}
/* founded  페이지 공통 - 배경 색 끝 */
.container_inner{
    width: 100%;
    padding-top: 121px;
    padding-bottom: 300px;
}

.interior_gallery_wrap{
    width: 1400px;
    margin: 0 auto;
}
.interior_title{
    font-size: 40px;
    font-weight: 700;
    color: #FF4713;
}
.interior_slide_wrap{
    width: 100%;
    margin-top: 30px;
    position: relative;
}
.interior_slide2 .swiper-slide{
    /* height: 600px; */
    overflow: hidden;
}
.interior_slide .swiper-slide{
    cursor: pointer;
}
.interior_slide2 img{
    width: 100%;
    object-fit: cover;
}
.interior_slide{
    width: 89%;
    margin-top: 30px;
}

.interior_place_wrap{
    width: 1400px;
    margin: 0 auto;
}
.interior_gallery_wrap .swiper-button-prev{
    width: 50px;
    height: 50px;
    background: url('../images/founded/icon/c-gallery-prev.png') no-repeat center;
    background-size: cover;
    /* top: 120%; */
    left: 0;
    top: 91.5%;
    
}
.interior_gallery_wrap .swiper-button-next{
    width: 50px;
    height: 50px;
    background: url('../images/founded/icon/c-gallery-next.png') no-repeat center;
    background-size: cover;
    right: 0;
    top: 91.5%;
}
.interior_gallery_wrap .swiper-button-prev::after, .interior_gallery_wrap .swiper-button-next::after{
    display: none;
}

.layer{
    width:100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s;
}
.swiper-slide-thumb-active .layer{
    opacity: 0;
}
.interior_place_wrap{
    margin-top: 200px;
}
.interior_place_wrap .interior_title{
    font-size: 40px;
  font-family: var(--font-proxima);
    font-weight: 700;
}
.place_txt{
    font-size: 16px;
    font-weight: 400;
    color: #FF4713;
    padding-top: 30px;
    word-break: keep-all;
    line-height: 26px;
}
.place_img_wrap{
    width: 100%;
    display: flex;
    margin-top: 60px;
}
.place_img_wrap p{
    width: calc((100%-60px)/4);
    height: 450px;
    margin-right: 20px;
    opacity: 0;
    animation-fill-mode: forwards;

}
.place_img_wrap p:nth-child(4n){
    margin-right: 0;
}
.place_img_wrap p:nth-child(2n){
    margin-top: 60px;
}
.img1{
    background: url('../images/founded/c-place-img1_1.png') no-repeat center;
    background-size: cover;
}
.img2{
    background: url('../images/founded/c-place-img2_1.png') no-repeat center;
    background-size: cover;
}
.img3{
    background: url('../images/founded/c-place-img3_1.png') no-repeat center;
    background-size: cover;
}
.img4{
    background: url('../images/founded/c-place-img4_1.png') no-repeat center;
    background-size: cover;
}
@media (max-width:1500px){
    .interior_gallery_wrap, .interior_place_wrap{
        width: 92%;

    }
}
@media (max-width:1200px){
    .interior_slide{
        width: 79%;
    }
    .interior_gallery_wrap .swiper-button-prev, .interior_gallery_wrap .swiper-button-next{
        width: 40px;
        height: 40px;
        top: 93%;
    }
}
@media (max-width:1024px){
    .place_img_wrap{
        flex-wrap: wrap;
    }
    .place_img_wrap p{
        width: calc((100% - 20px)/2);
        margin-right: 20px;
    }
    .place_img_wrap p:nth-child(3),.place_img_wrap p:nth-child(4){
        margin-top: 20px;
    }
    .place_img_wrap p:nth-child(2n){
        margin-top: 60px;
        margin-right: 0;
    }
    

}
@media (max-width:600px){
    .interior_gallery_wrap .swiper-button-prev, .interior_gallery_wrap .swiper-button-next{
        width: 30px;
        height: 30px;
        top: 93%;
    }
    .interior_gallery_wrap .interior_title{
        font-size: 30px;
    }
    .interior_place_wrap .interior_title{
        font-size: 37px;
    }
    .interior_title{
        text-align: center;
    }
    .place_txt{
        font-size: 14px;
        text-align: center;
    }
    
}
@media (max-width:540px){
    .container_inner{
        padding-bottom: 300px;
    }
}
@media (max-width:500px){
    .container_inner {
        padding-top: 100px;
        /* padding-bottom: 100px; */
    }
    .place_img_wrap p{
        height: 350px;
        margin-right: 20px;
    }
    .interior_place_wrap{
        margin-top: 80px;
    }
}