/* BASIC css start */
*{ margin: 0; padding: 0; box-sizing: border-box; list-style: none; text-decoration: none;}
a{color: black;}
body{background-color: #e3e3e3; overflow-x: hidden;}
div{word-break: keep-all;}
video, img{width: 100%;}
.font_eg{font-family: "Cormorant", serif;}
.font_kr{font-family: "Noto Sans KR", serif;}

.flex{display: flex;}


        /* 컨셉 설명구역*/
        .txt_flr > .txt_con_L{
            margin: 200.38px auto;
        }
            .txt_flr h2{
                font-size: 32px;
                gap: 15.31px;
                font-weight: 700;
                margin-bottom: 15.31px;
                justify-content: center;
                align-items: center;
            }
            .txt_flr h3{
                font-size: 18px;
            }
            .txt_flr em{
                font-style: normal;
                font-size: 18px;
                width: 800px;
                display: block;
                margin: auto;
                line-height: 26px;
                margin-top: 30.85px;
                text-align: center;
            }
            .txt_flr em span{
                font-family: "Cormorant", serif;
                font-size: 20px;
                font-weight: 700;
            }



       /* 분할 공통구역 */
       .sec_wrap{
        width: 100%;
        flex-wrap: nowrap;
        }
    
        /* 이미지 공통구역 */
        .hf_img{ width: 50%;}
            .hf_img img{ object-fit: cover;}
            
        .sm_img{padding: 6%;}
        .sm_bg{background-color: black;}

        .twin_img:nth-child(1) { padding: 6% 3% 0 6%;}
        .twin_img:nth-child(2) { padding: 6% 6% 0 3%;}

        /* 상품 공통구역(분할영역) */
        .hf_list{ flex-wrap: wrap; width: 50%;}
        .hf_list .list_wrap{max-width: 32.864vw; margin: auto;}
            .prod_list_c{
                flex-wrap: wrap;
                align-items: flex-start;
                justify-content: space-between;
                column-gap: 15px;
                row-gap: 28px;
            }
                .prod_list_c li{
                    flex-basis: calc(50% - 15px);
                }      
                
        /* 상품 공통구역(가로일렬) */    
        .list_wrap_line{
            max-width: 1331px;
            padding: 0 20px;
            margin: 6% auto;
        }
            .prod_list_r{
                flex-wrap: wrap;
                align-items: flex-start;
                justify-content: space-between;
                column-gap: 15px;
                row-gap: 28px;
            }
            .prod_list_r li{
                flex-basis: calc(25% - 15px);
            }


        /* 상품 공통*/
        .item_list_name{ margin-top: 10px; }
        .item_em, .item_span{ 
            font-style: normal;
            font-size: 13px;
            display: block;
            margin-bottom: 4px;
            line-height: 15px;
        }
        .item_list{ margin-right: 0; }


#footer { max-width:none !important; }





.wrap{
    width: 100%; text-align: center; margin-top: 68px;
}
    .wrap > div{position: relative; width: 100%;}
                
    

    /* 1층 (비디오)*/

        .video_flr {
            position: relative;
            min-height: 100%;
            height: 100%;
            object-position: center;
            object-fit: cover;
        }


    /* 2층 (컨셉설명) */

        

    /* 3층 */
    
    .lb_3fr{ margin: 200.38px 0;}
                       

    /* 4층 */
    .lb_4fr{
        margin-bottom: 200.38px;
    }


    /* 5층 */
    .lb_5fr{
        margin-bottom: 200.38px;
    }
    /* 6층 */
    /* 7층 */
    /* 8층 */
    


/* 미디어쿼리 */
@media all and (max-width:1080px) {
    body {min-width: 560px;}

    /* 컨셉 설명구역*/
    .txt_flr em{
        width: 482px;
    }

    /* 분할 공통구역 */
    .sec_wrap{
        display: block;
        flex-wrap: wrap;
    }
        /* 이미지 공통구역 */
        .hf_img{width: 100%;}
        .sm_img{padding: 15%;}
        .twin_img { padding: 10% 10% 0;}

        /* 상품 공통구역(분할영역) */
        .hf_list{width: 100%;}
        .hf_list .list_wrap{max-width: 100%; margin: 10% 0 66px; padding: 0;}
                /* 병렬 */
                .prod_list_c{
                    padding: 0 23.98px;
                    column-gap: 7px;
                    row-gap: 0px;
                }
                .prod_list_c li{
                    flex-basis: calc(50% - 7px);
                    margin-bottom: 28px;
                }
                /* 가로일렬 */
                .list_wrap_line{
                    margin: 10% auto;
                }
                    .prod_list_r{
                        column-gap: 7px;
                        row-gap: 0px;
                    }
                    .prod_list_r li{
                        flex-basis: calc(50% - 7px);
                        margin-bottom: 28px;
                    }

        .reverse { display: flex; flex-direction: column-reverse; }
                

    
    
    /* 1층 */
    .video_flr > div{
        position: relative;
        object-position: center;
        object-fit: cover;
    }
    
    
    /* 2층 */
 
    /* 3층 */

    /* 4층 */

    /* 5층 */

    /* 6층 */

    /* 7층 */

    /* 8층 */



    }
/* BASIC css end */

