<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
#tmenu{display:none;}

#layout_body .titWrap {border-top: 10px solid #f4f4f4;padding: 25px 14px 5px 14px; margin-bottom:0;}
#layout_body .titWrap h3, 
#layout_body .titWrap p {font-size: 1rem;color: #191919;text-align: center;line-height: 1;}
#layout_body .titWrap h3 {font-weight: 500;color: #ee4a44;margin-bottom: 8px;}


/*냉장고 쇼륨*/
#layout_config_show_room {margin: 0 auto;width: 100%;}

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

.refrigerator {width: 100%;display: none;white-space: nowrap;padding: 20px 14px 10px;box-sizing:border-box;}
.refrigerator.on {}
.refrigerator.on .refrigerator_open_double {transform: translate3d(0%, 0%, 0px);left: 0%;}
.refrigerator_section {position: relative;box-sizing: border-box;display: inline-block;vertical-align: top;}

.show_room_inner {max-width: 1200px;box-sizing: border-box;margin: 0 auto;}
.show_room_inner.bg {background-image: url('/design/duduworld/images/showroom_bg.jpg'); background-size:cover;}
.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.4);}

.refrigerator_open_double {
    display: block;
    margin: auto;
    width: 100%;
    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.selected {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: 400;font-size: 1.125rem;color: #191919;line-height: 1;margin-bottom: 10px;text-align: center;}

.product_list_wrap {width: 100%;display: none;margin-top: 25px;/* transform: translate3d(150px, 0, 0); */transition: .4s ease transform;/* vertical-align: middle; */}
.product_list_wrap .product_desc {margin: 0;padding: 0;font-weight: 400;font-size: 0.875rem;color: #999999;text-align: center;line-height: 1;}
.product_list_wrap .product_list {margin: 0;padding: 0;font-size: 18px;list-style: none;text-align: left;margin-top: 20px;width: 100%;}
.product_list_wrap .product_list li {text-align: center;margin-bottom: 10px;position: relative;font-size: 1rem;color: #191919;font-weight: normal;width: 100%;height: 55px;line-height: 55px;background: #f4f4f4;box-sizing:border-box;cursor:pointer;}


.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;}*/




#brand .imgWrap {width:auto;height: 350px;margin: 25px auto 0; text-align:center;}
#brand .imgWrap img {height: 100%;}
/* BASIC css end */

</pre></body></html>