/* BASIC css start */
#side {display:none !important;}
/*
    ³ÃÀå°í ¼î·ý
*/

#layout_config_show_room {
    margin: 0 auto;
    width: 1200px;
}

.show_room_content {
    font-size: 0px;
    width: 100%;
    margin: 30px auto;
}


.show_room_wrap {
    overflow: hidden;
    width: 100%;
    font-size: 0;
}

.titWrap {
    display:none;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #191919;
    line-height: 1.5;
    padding: 70px 0 20px 0;
}


.refrigerator {
    width: 100%;
    display: none;
    white-space: nowrap;
    padding: 20px;
}


.refrigerator.on {
    /* text-align: left; */
}

.refrigerator.on .refrigerator_open_double {
    transform: translate3d(0%, 0%, 0px);
    left: 0%;
}

.refrigerator_section {
    position: relative;
    box-sizing: border-box;
    /* border: 1px solid #000; */
    /* height: 100%; */
    display: inline-block;
    vertical-align: top;
}

.show_room_inner {
    /* position: absolute; */
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    /* border: 1px solid #000; */
}

.show_room_inner.bg {
    background-image: url('/design/duduworld/images/showroom_bg.jpg');
}

.show_room_inner .refrigerator_drop_shadow {
    display: none;
    width: 100%;
    height: 0px;
    -webkit-box-shadow: 0px -7px 26px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px -7px 26px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px -7px 26px 4px rgba(0, 0, 0, 0);



}

.refrigerator_open_double {
    display: inline-block;
    margin: auto;
    width: 68%;
    max-width: 666.6666px;
    margin: 0 auto;

    background-image: url('/design/duduworld/images/type2_before.jpg');
    background-color: #d2d2d4;
    background-position: center;
    background-size: cover;
    vertical-align: middle;

    transform: translate3d(-50%, 0%, 0);
    position: relative;
    left: 50%;
    transition: .4s ease left, .4s ease transform;
}

.refrigerator_open_double .bg {
    background-color: rgba(0, 0, 0, 0.2);
    /*»ìÂ¦ Åõ¸íÇÑ °ËÁ¤À¸·Î ¹è°æ»ö*/
    width: 100%;
    height: 100%;
    /* height: 550px; */
    position: absolute;
}


.refrigerator_open_double.on {
    transform: translate3d(-100px, 0, 0);
    transition: .4s ease transform;

}


.refrigerator_open_double img {
    opacity: 0;
    transition: opacity .4s ease-in-out;
}

.refrigerator_single {
    /* margin-left: 100px; */
}

.refrigerator_open_single {
    margin: auto;
}

.refrigerator_double {
    margin: auto;
    max-width: 100%;
}

.r_box {
    cursor: pointer;
    box-sizing: border-box;
}

.r_box img {
    box-sizing: border-box;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-in-out;
    /* ºÎµå·¯¿î ¸ð¼ÇÀ» À§ÇØ Ãß°¡*/
}

.r_box img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    border: dotted 2px #f50057;
}
.refrigerator_type_name {
    font-size: 15px;
}

.refrigerator_single_wrap,
.refrigerator_double_wrap {
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
}

.refrigerator_single_wrap img,
.refrigerator_double_wrap img {
    width: 1180px;
    /* margin-bottom: 10px; */
    cursor: pointer;
}

.refrigerator_single_wrap {
    margin-left: 100px;
    display: none;
    max-width: 280px;
}

.refrigerator_double_wrap {
    /* padding-bottom: 100px; */
    max-width: 1180px;
}

.refrigerator_section img {
    max-width: 100%;
}

.product_title_wrap .product_title {font-weight: 500;font-size: 24px;color: #191919;line-height: 1;margin-bottom: 20px;}

.product_list_wrap {position: absolute;display: none;margin-top: 50px;margin-left: 70px;/* transform: translate3d(150px, 0, 0); */transition: .4s ease transform;/* vertical-align: middle; */}
.product_list_wrap .product_desc {margin: 0;padding: 0;font-weight: 500;font-size: 18px;color: #767676;line-height: 1;}
.product_list_wrap .product_list {margin: 0;padding: 0;font-size: 18px;list-style: none;text-align: left; margin-top: 40px;width: 480px;}
.product_list_wrap .product_list li {margin-bottom: 20px;position: relative; font-size: 18px;color: #191919;font-weight: normal;width: 100%;height: 80px;line-height: 80px;border-radius: 10px;background: #f4f4f4;padding-left: 30px; box-sizing:border-box; cursor:pointer;}
.product_list_wrap .product_list li::after {content: "";display: inline-block;width: 7px;height: 13px;background: url(/design/duduworld/220906/ico_arrow_next.png) center / 7px 13px no-repeat;position: absolute;top: 50%;right:30px;transform: translateY(-50%);}


.quick-showroom-nav {top: auto;bottom: 50px;right: calc(100% / 2 - 750px / 2 - 250px - 20px);position: fixed;font-size: 0;text-align: center;opacity: 1;z-index: 100;}
/*.goodsDisplayTextWrap {width:270px;}*/
/* BASIC css end */

