
.section *{box-sizing:border-box;}
.container .container_inner .gu_sub_wrapper .gu_sub_contents .contents_inner{max-width:1116px; padding:160px 0;}

/*--- 제품 리스트 ---*/
.section .sec_inner .product_container_outer{width:100%; overflow:hidden; padding-bottom:1px; padding-left:1px;}
.section .sec_inner .product_container{position:relative; float: left; width:calc(33.33% - 1px);
    transition:border 0.5s;
    -webkit-transition:border 0.5s;
}
.section .sec_inner .product_container:before{content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    border: 1px solid #cccccc;
    box-sizing: border-box;
}
.section .sec_inner .product_container:after{content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    border: 2px solid #e35b0a;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events:none;}
.section .sec_inner .product_container:nth-of-type(3n):before{width:100%;}
.section .sec_inner .product_container:nth-of-type(3n):after{width:calc(100% - 4px);}
.section .sec_inner .product_container:hover {z-index: 9;}
.section .sec_inner .product_container a{display:block; box-sizing:content-box; padding:30px; max-width:370px; height:392px;}
.section .sec_inner .product_container.simple, .section .sec_inner .product_container.simple a{max-width:370px; height:372px; box-sizing:border-box;}
.section .sec_inner .product_container a p{letter-spacing:-1px;}
.section .sec_inner .product_container a p.product_name{font-size:24px; padding-bottom: 12px; height:74px;}
.section .sec_inner .product_container a p.product_name:after{display:inline-block; content:''; width:10px; height:16px; margin-left:8px; margin-bottom:1px; background:url('../../img/products/list/btn_go_black.png') no-repeat; background-size:contain;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.section .sec_inner .product_container:hover a p.product_name:after{margin-left:12px;}
.section .sec_inner .product_container a .product_img_box{height:250px; text-align:center; margin:0 auto;}
.section .sec_inner .product_container a .product_img_box > div{position:relative; height:100%; vertical-align: middle; text-align:center;
    transform:scale(0.9);
    -webkit-transform:scale(0.9);
    -ms-transform:scale(0.9);
    transition:transform 0.3s;
    -webkit-transition:transform 0.3s;
}
.section .sec_inner .product_container a .product_img_box > div img{position:absolute; top:50%; left:50%; max-width:100%; max-height:100%; margin-left:0;
    transition:all 0.5s ease-out;
    -webkit-transition:all 0.5s ease-out;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);

}
.section .sec_inner .product_container a .product_info li p{float:right; font-size:14px; line-height:20px;}
.section .sec_inner .product_container a .product_info li p.info_type{float:left; padding-bottom:6px;}
.section .sec_inner .product_container a .product_info li:last-child p.info_type{padding-bottom:0;}
.section .sec_inner .btn_area{clear:both; text-align:center;}
.section .sec_inner .btn_area .btn_more{display: inline-block; padding: 14px 0 18px; width: 160px; border: solid 1px #222;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.section .sec_inner .btn_area .btn_more div{display: inline-block; margin-left: 8px; position: relative; width: 13px; height: 13px;}
.section .sec_inner .btn_area .btn_more div span{position: absolute; display: block; background: #222;
    transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transition:transform 0.3s;
    -webkit-transition:transform 0.3s;
}
.section .sec_inner .btn_area .btn_more div span:first-child{top: 6px; left: 0; width:100%; height:1px;}
.section .sec_inner .btn_area .btn_more div span:last-child{top:0; left:6px; width:1px; height:100%;}
.section .sec_inner .btn_area *{transition:all 0.3s; -webkit-transition:all 0.3s;}
.section .sec_inner .btn_area .btn_more:hover{background-color:#E35B0A; color:#fff; border-color:#E35B0A;}
.section .sec_inner .btn_area .btn_more:hover div span{background-color:#fff;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
}
.section .sec_inner .product_container a:before {content: '';position: absolute; width: calc(100% + 2px); height: calc(100% + 1px); left: -1px; top: 0; border: 2px solid #e35b0a; box-sizing: border-box; opacity: 0;
    transition:opacity 0.3s;
    -webkit-transition:opacity 0.3s;
}
.section .sec_inner .product_container:hover a:before{opacity:1;}

/* 4depth Tab List - image + text */
.section .sec_inner .gu_contents_depth4_area.img_and_text .gu_contents_depth4{height:344px;}
.section .sec_inner .gu_contents_depth4_area.img_and_text .gu_contents_depth4 > div{float: left; width: calc((100% - 24px) / 2);}
.section .sec_inner .gu_contents_depth4_area.img_and_text div .list_img{margin-right: 24px;}
.section .sec_inner .gu_contents_depth4_area.img_and_text div .list_desc{height: 100%; display: table;}
.section .sec_inner .gu_contents_depth4_area.img_and_text div .list_desc ul{display: table-cell; vertical-align: middle;}
.section .sec_inner .gu_contents_depth4_area.img_and_text div .list_desc ul li{font-size: 18px; line-height: 28px; padding: 0 0 10px 0;}
.section .sec_inner .gu_contents_depth4_area.img_and_text div .list_desc ul li.comment{font-size:14px; line-height:21px;}
.section .sec_inner .gu_contents_depth4_area.img_and_text div .list_desc ul li span{position: relative; display:block; padding-left:12px;}
.section .sec_inner .gu_contents_depth4_area.img_and_text div .list_desc ul li span:before{display: block; content: '-'; position: absolute; left:0; top: -3px; color: #222;}
.section .sec_inner .gu_contents_depth4_area.img_and_text div .list_desc ul li.comment span:before{content:'*'; top:0;}

/* 360 icon for seleced product*/
.section .sec_inner .product_container > a.internal-link.rotate360 .product_img_box:before {
    content: '';
    position: absolute;
    left: 0;
    top:70px;
    background: url(/emerging/img/showroom/360icon_01.png) no-repeat 50% 50%;
    background-size: auto 29px;
    width: 100%;
    height: 60px;
    display: block;
    text-align: center;
    transition: 0.5s;
    z-index: 9;
}

.section .sec_inner .product_container:hover > a.internal-link.rotate360 .product_img_box:before {
    background: url(/emerging/img/showroom/360icon_02.png) no-repeat 50% 50%;
    background-size: auto 29px;
}
/* ================================== Tablet css ================================== */
@media all and (max-width: 1080px) {
    .container .container_inner .gu_sub_wrapper .gu_sub_contents .contents_inner{padding:120px 0;}

    /*--- 제품 리스트 ---*/
    .section .sec_inner .product_container{width:50%;}
    .section .sec_inner .product_container a p.product_name {font-size: 20px;}
    .section .sec_inner .product_container a p.product_name:after{margin-bottom:-1px;}
    .section .sec_inner .product_container a{display:block; padding:24px 24px 10px; max-width:100%; max-height:100%;}
    .section .sec_inner .product_container.simple, .section .sec_inner .product_container.simple a{max-width:100%; max-height:100%;}
    .section .sec_inner .product_container:nth-of-type(2n):after{width:calc(100% - 4px);}
    .section .sec_inner .product_container:nth-of-type(2n):before{width:100%;}
    .section .sec_inner .product_container:nth-of-type(3n):after{width:calc(100% - 3px);}
    .section .sec_inner .product_container:nth-of-type(3n):before{width:calc(100% + 1px); }
    .section .sec_inner .product_container:nth-of-type(6n):before{width:100%;}
    .section .sec_inner .btn_area .btn_more:hover{color:#222; border-color:#222;}
    .section .sec_inner .btn_area .btn_more:hover div span{background-color:#222; transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -ms-transform:rotate(0deg);}
    .section .sec_inner .product_container:hover a .product_img_box > div{transform:scale(0.9);}
    .section .sec_inner .product_container:hover a:before{opacity:0;}
    .section .sec_inner .product_container:hover a p.product_name:after{margin-left:8px;}
    .section .sec_inner .product_container .product_info{font-size:13px;}
    .section .sec_inner .product_container a .product_img_box > div img{
        transform:scale(1.1) translate(-50%, -50%);
        -webkit-transform:scale(1.1) translate(-50%, -50%);
        -ms-transform:scale(1.1) translate(-50%, -50%);
    }
    .section .sec_inner .product_container a .product_info li p{line-height:18px;}

    /* more 버튼 */
    .section .sec_inner .btn_area .btn_more:hover{background-color:#fff; color:#222; border-color:#222;}
}


/* ================================== Mobile css ================================== */
@media all and (max-width: 766px) {
    .container .container_inner .gu_sub_wrapper .gu_sub_contents .contents_inner{padding:60px 0;}

    .contents_inner .section, .contents_inner .section_top {margin: 0 20px;}
    .section .sec_inner .product_container{float:none; width:100%;}
    .section .sec_inner .product_container:nth-of-type(2n):after{width:100%;}
    .section .sec_inner .product_container:nth-of-type(3n):after{width:100%;}
    .section .sec_inner .product_container:nth-of-type(3n):before{width:100%;}
    .section .sec_inner .product_container:before{width:100%;}
    .section .sec_inner .product_container a p.product_name {font-size: 22px;}
    .section .sec_inner .product_container a p.product_name:after{margin-bottom:0;}
    .section .sec_inner .product_container.simple, .section .sec_inner .product_container.simple a {max-height: 335px;}
    .select_title{font-size:12px; margin-bottom:20px;}
    .nice-select{margin-bottom:16px;}
    .section .sec_inner .product_container .product_info{font-size:16px;}
    .section .sec_inner .product_container a{height:auto; padding: 24px 20px 30px;}
    .section .sec_inner .product_container a .product_info li p{font-size:15px; line-height:23px;}

    /* 4depth Tab List - image + text */
    .section .sec_inner .gu_contents_depth4_area.img_and_text .gu_contents_depth4 > div {float:none; width: 100%; }
    .section .sec_inner .gu_contents_depth4_area.img_and_text div .list_img {margin-bottom:30px;}
    .section .category_name{padding:30px 0; }
}