@charset 'UTF-8';
@import url('var.css');

/* main */

#ld_main {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.main1 {}
.main_visual_container {
    position: relative;
    height: 150vw;
    overflow: hidden;
}
.visual_wrap {
    position: relative;
}
.visual_wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
}
.mv_slide {
    width: 100%;
    height: 150vw;
    max-height: 860px;
    transition: 0.3s;
}
.mv_slide1 {background: url('../images/main_slide_01.jpg') center center / cover no-repeat;}
.mv_slide2 {background: url('../images/main_slide_02.jpg') center center / cover no-repeat;}
.mv_slide3 {background: url('../images/main_slide_03.jpg') center center / cover no-repeat;}
.mv_slide4 {background: url('../images/main_slide_04.jpg') center center / cover no-repeat;}
.mv_slide_txt {
    position: absolute;
    top: 50%;
    left: 5%;
    color: #fff;
    transform: translateY(-50%);
    z-index: 50;
}
.mv_slide_txt dt {
    font-size: 2em;
    animation: mv_slide_txt_ani 8s both infinite;
}
.mv_slide_txt dt:before {
    animation: under_box_ani 8s both infinite;
    transform-origin: left center;
}
.clip_box {
    overflow: hidden;
}
.clip_txt {
    display: block;
    animation: clip_ani 8s both infinite;
}
.main_visual_container .slick_pagination {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 1;
}

/* Projects, Lightting, Furniture */
.main_category_container > div {
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
}
.main_category_container > .lighting_wrap {
    padding-left: 15%;
    padding-right: 0;
}
.cate_txt {
    padding-left: 10px;
}
.cate_txt dt {
    padding: 20px 0;
    font-family: var(--PlayfairDisplay-font);
    font-size: 2em;
    font-weight: 500;
    color: #000;
}
.cate_txt dd {
    padding-bottom: 30px;
}
.cate_txt dd a {
    font-size: 0.85em;
}
.lt_img a, .fi_img a {
    display: none;
}
.lt_img .lt_img03 {
    display: block;
}
.fi_img .fi_img01 {
    display: block;
}
.pj_img01 {
    display: block;
    background: url('../images/pj_img01.jpg') 50% 100% / cover no-repeat;
}
.lt_img01 {
    background: url('../images/lt_img01.JPG') 0 0 / cover no-repeat;
}
.lt_img02 {
    background: url('../images/lt_img02.JPG') 0 0 / cover no-repeat;
}
.lt_img03 {
    background: url('../images/lt_img03.JPG') center 40% / cover no-repeat;
}
.lt_img04 {
    background: url('../images/lt_img04.JPG') center center / cover no-repeat;
}

.fi_img01 {
    background: url('../images/fi_img01.JPG') center center / cover no-repeat;
}
.fi_img02 {
    background: url('../images/fi_img02.JPG') center center / cover no-repeat;
}
.fi_img03 {
    background: url('../images/fi_img03.JPG') center center / cover no-repeat;
}
.fi_img04 {
    background: url('../images/fi_img04.JPG') center center / cover no-repeat;
}
.project_wrap .cate_txt {
}

/* Remodeling */
.main_remodeling_container {
    
}
.main_remodeling_container h3 {
    margin-bottom: 1em;
    font-family: var(--PlayfairDisplay-font);
    font-size: 2.4em;
    font-weight: 500;
    text-align: center;

}
.rd_case_wrap {
    position: relative;
    text-align: center;
    width: 100%;
    background-color: var(--brick-op2);
    overflow: hidden;
}

/* .rd_case {
    display: flex;
    width: 400%;
    padding: 20px;
} */
.rd_case_slide {
    width: 280px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    opacity: 0.5;
    transform: scale(0.85);
    transition: transform 0.5s;
}
.rd_case_slide.slick-center { 
    opacity: 1;
    transform: none;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.rd_case_slide img {
    width: 100%;
}
.rd_case_txt {
    padding: 1.5em 1em;
}
.rd_controls {
    position: absolute;
    left: calc(50% - 193px);
    top: 50%;
    width: 386px;
    height: 0;
    margin-top: 60px;
}
.rd_controls button { /*이전, 다음 버튼*/
    position: absolute;
    top: calc(50% - 18px);
    width: 32px;
    height: 32px;
    border: 3px solid #fff;
    border-width: 3px 3px 0 0;
    text-indent: -9999em;
    overflow: hidden;
    opacity: 0.6;
}
.rd_controls button:hover {
    opacity: 1;
}
.slick-next { /* > next */
    right: 0;
    transform: rotate(45deg);
}
.slick-prev { /* < prev */
    left: 0;
    transform: rotate(-135deg);
}
.slick_pagination {
    text-align: center;
}
.slick_pagination li { /*1~3버튼*/
    display: inline-block;
    width: 40px;
    height: 6px;
    margin: 10px 5px;
    border-radius: 3px;
    background-color: #fff;
    overflow: hidden;
    opacity: 0.5;
    transition: var(--speed);
}
.slick_pagination li button {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}
.slick_pagination .slick-active {
    width: 60px;
    background-color: var(--brick);
    opacity: 1;
}

.rd_process_wrap {
    width: 100%;
    overflow: hidden;
}
.rd_process_wrap .wrap {
    width: 100%;
    overflow: auto;
}
.rd_process_wrap .wrap h3 {
    display: none;
}
/* .rd_process {
    display: flex;
    flex-wrap: wrap;
    width: 2100px;
    text-align: center;
}
.rd_process_slide {
    position: relative;
    width: 11.5%;
    margin: 0.5%;
    font-size: 0.85em;
} */
.rd_process {
    text-align: center;
}
.rd_process_slide {
    position: relative;
    width: 260px;
    margin-right: 20px;
    font-size: 0.85em;
}
.rd_process_slide:before {
    content: '';
    display: block;
    padding-top: 100%;
    background-color: var(--brick-op2);
}
.rd_process_slide div {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 10%;
    
}
.rd_process_slide span {
    display: block;
    
}
.rd_process_slide img {
    /* width: 50%; */
    margin: auto;
}
.rd_process_slide:last-of-type div{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Remodeling Process */
.rp_txt01 {
    font-weight: 500;
    font-family: var(--Roboto-font);
    text-align: left;
    font-size: 1.2em;
}
.rp_txt02 {
    
}
.rp_txt03 {
    font-size: 100px;
    font-weight: normal;
}