body {
    margin: 0;
    padding: 0;
    background-color: #000;
    font-family: 'SamsungSharpSans-400';
}
.home_title {
    color: #fff;
    padding: 1.042rem 0 0 0.75rem;
    width: 2.679rem;
    height: 0.597rem;
    position: relative;
}

.home_title > img {
    width: 2.679rem;
    height: 0.597rem;
}

.home_title:before {
    content: '';
    position: absolute;
    top: 0.856rem;
    width: 4.533rem;
    height: 0.042rem;
    background-color: #454545;
}

.home_desc {
    color: #C6C6C6;
    font-size: 0.569rem;
    width: 8rem;
    margin: auto;
    text-align: center;
    padding: 1.514rem 0 0 0;
    line-height: 0.681rem;
    font-weight: 400;
}

.home_desc_tip {
    font-size: 0.375rem;
    text-align: center;
    line-height: 0.681rem;
}

.home_btn_view {
    /*height: 6.687rem;*/
    height: 6.887rem;
    width: 8.003rem;
    margin: 1.111rem auto 0 auto;
    background-image: url('../images/icon_01.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;background-size: cover;
}

.home_btn_module:nth-child(1){
    margin: 0 0 -1.5px 0;
}
.home_btn_module:nth-child(2){
    margin: -1.5px 0 0 0;
}

.home_btn_module > div  {
    width: 2.042rem  ;
    font-size: 0.333rem;
    font-family: 'SamsungSharpSans-bold';
    position: relative;
}

.home_btn_module > div > div {
    position: absolute;
    text-align: center;
    width: 100%;
}

/***/

.home_FitnessRoom_btn {
    color: #fff;
    /*margin: 1.22rem 0 0 1rem;*/
    margin: 1.18rem 0 0 1rem;
    width: 2.042rem;
    height: 3.428rem;
}

.home_FitnessRoom_btn > div {
    bottom: 0.694rem;
}

.home_FitnessRoom_btn.on {
    background-image: url('../images/icon_FitnessRoom_on.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #000;
}

/***/

.home_LivingRoom_btn {
    color: #fff;
    /*margin: 0.425rem -2px 0 -1px;*/
    margin: 0.38rem -3px 0 -1px;
    width: 2.007rem!important;
    height: 4.244rem;
}

.home_LivingRoom_btn > div {
    bottom: 1.569rem;
}

.home_LivingRoom_btn.on {
    background-image: url('../images/icon_LivingRoom_on.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #000;
}

/***/

.home_LaundryRoom_btn {
    color: #fff;
    margin: 1.18rem 0 0 0;
    width: 2.042rem!important;
    height: 3.428rem;
}

.home_LaundryRoom_btn > div {
    bottom: 0.694rem;
}

.home_LaundryRoom_btn.on {
    background-image: url('../images/icon_LaundryRoom_on.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;;
    color: #000;
}

/***/

.home_Office_btn {
    color: #fff;
    width: 2.042rem!important;
    margin: 0 0 0 1rem;
    height: 2.014rem;
    display: flex;
    align-items: center;
}


.home_Office_btn.on {
    background-image: url('../images/icon_Office_on.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #000;
}

.home_Kitchen_btn {
    color: #fff;
    width: 2.042rem!important;
    margin: 0 1rem 0 0;
    height: 2.014rem;
    display: flex;
    align-items: center;
}

.home_Kitchen_btn.on {
    background-image: url('../images/icon_Office_on.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #000;
}

.home_footer {
    font-size: 0.403rem;
    color: #fff;
    padding: 1.389rem 0 0.631rem 0;
    text-align: center;
}

.popup_mail_btn {
    position: fixed;
    bottom: 0.5rem;
    right: 0.542rem;
    z-index: 1;
    width: 0.933rem;
    height: 0.933rem;
    bottom: -1000px;
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.popup_mail_btn img {
    width: 100%;
    height: 100%;
    display: block;
}