@charset 'utf-8';
/* ~mo tiny */
/* @media screen and (max-width: 280px) {} */

/* ~mo */
/* @media screen and (min-width: 281px) and (max-width: 767px) {} */

/* ~mo */
@media screen and (max-width: 767px) {
    .rd_process_wrap {
        padding-left: 20px;
    }
    .rd_process li:first-child {
        margin-left: 0;
    }
}

/* tb~ */
@media screen and (min-width: 768px) {
    .main_visual_container {
        height: 60vh;
    }
    .mv_slide {
        height: 60vh;
    }
    .mv_slide_txt dt { 
        font-size: 3em;
    }
    .mv_slide_txt dd { 
        font-size: 1.4em;
    }
    .main_category_container > div {
        margin: 80px auto;
    }
    .project_wrap {
        display: flex;
    }
    .project_wrap > a {
        width: 70%;
    }
    .project_wrap .cate_txt {
        width: 30%;
        padding-left: 5%;
    }
    .lighting_wrap .cate_txt, .furniture_wrap .cate_txt {
        position: absolute;
        top: 0;
        width: 33%;
        height: 50%;
        padding-top: 1em;
    }
    .lighting_wrap .cate_txt {left: 0; width: 50%; padding-left: 12%;}
    .furniture_wrap .cate_txt {right: 0;}
    .lt_img, .fi_img {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }
    .lt_img {
        justify-content: flex-end;
    }
    .fi_img {
        justify-content: flex-start;
    }
    .lt_img a, .fi_img a {
        position: relative;
        display: block;
        width: 30%;
        margin: 1%;
        overflow: hidden;
    }
    .lt_img a:after, .fi_img a:after {
        content: '';
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 2em;
        color: #fff;
        opacity: 0;
        transition: 0.4s;
    }
    .lt_img a:after {background-color: var(--brick-op);}
    .fi_img a:after {background-color: var(--blue-op);}
    .lt_img a:hover:after, .fi_img a:hover:after {
        opacity: 1;
    }
    .lt_img .lt_img01:after {content: '조명1';}
    .lt_img .lt_img02:after {content: '조명2';}
    .lt_img .lt_img03:after {content: '조명3';}
    .lt_img .lt_img04:after {content: '조명4';}
    .fi_img .fi_img01:after {content: '가구1';}
    .fi_img .fi_img02:after {content: '가구2';}
    .fi_img .fi_img03:after {content: '가구3';}
    .fi_img .fi_img04:after {content: '가구4';}
    .pj_img01:before {
        padding-top: 56.25%;
    }
    .lt_img .lt_img01, .fi_img .fi_img01 {

    }
    .lt_img .lt_img03, .fi_img .fi_img03 {
        width: 62%;
    }
    .rd_case_slide {
        width: 306px;
    }
    .rd_process {
        display: flex;
        flex-wrap: wrap;
        width: 720px;
        margin: auto;
    }
    .rd_process_slide {
        width: 46%;
        margin: 2%;
        font-size: 1em;
    }
    .rp_txt02 {
        font-size: 1.2em;
    }
}

/* only tb */
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .rd_img03 {
        margin: 0 6rem;
    }
}

/* pc */
@media screen and (min-width: 1280px) {
    .main_visual_container {
        height: calc(100vh - 150px);
    }
    .mv_slide {
        height: calc(100vh - 150px);
    }
    .mv_slide_txt dt { 
        font-size: 4em;
    }
    .mv_slide_txt dd { 
        font-size: 1.6em;
    }
    
    .cate_txt {
        font-size: 1.4em;
    }
    .rd_process_wrap{
        position: relative;
    }
    .rd_process_wrap h3 {/* pc 제목 */
        position: absolute;
        left: 30px;
        top: 100px;
        display: flex;
        width: 406px;
        height: 406px;
        padding: 30px;
        padding-top: 40px;
        font-size: 3em;
        text-align: left;
    }
    .rd_process {
        width: 100%;
        font-size: 1.2em;
    }
    .rd_process_slide {
        width: 31.73%;
        margin: 0.8%;
        font-size: 1em;
    }
    .rd_process:before {
        content: '';
        width: 31.73%;
        margin: 0.8%;
    }
    .rd_process_slide div {
        padding: 12%;
    }
}