.PrdCtrl, .product {display: none;}

#ns_Wrapper{background-image: url(https://comet.noonspace.com/w58NoonSpace/mgs/MsgInfo/mgs_Printing_backgroung.jpg);background-repeat: no-repeat;background-size: cover;}

#id_Main {
    max-width: 1000px;
    margin: 20px auto;
    padding: 0 20px;
}

#id_Content { /*float: left;*/ /*width: calc(100% - 250px);*/ }

#id_ColLeft { margin-top: 9px; }

.prdinfoblk .meMsg_MsgTitleBlk .MsgBlk{padding:unset;}
.prdinfoblk .meMsg_MsgTitleBlk ul{display:none;}

.mePrdTree{
    background-color: #FFFDFF;
    padding: 30px 15px;
    margin-bottom: 50px;
}

#modalBg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    background-color: rgba(0,0,0,0.5);
}
#infoDiv {
    position: absolute;
    z-index: 101;
    padding: 0px;
    display: none;
    opacity: 1;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
#infoClose {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    z-index: 102;
}


.service {
    background-color: #e6e6e6;
    margin: 0 15px 50px;
    padding: 35px;
    box-sizing: border-box;
}
.service ul {
    padding-left: 20px;
}
.service ul li {
    line-height: 200%;
    text-align: left;
}
.service ul li .meMsg_ItemContent {
    display: inline;
    margin-left: 10px;
}



@media (max-width: 700px){
    #id_Content {width: 100%;}
    #id_ColLeft {width: 100%;padding:0 40px;}

.service {
    margin: 0 25px 50px;
    padding: 20px;
}

}

@media (max-width: 600px){
    #id_Content{padding:0px;}
    #id_ColLeft {background: unset;}
}

@media (max-width: 550px){
    #id_ColLeft {padding:0 25px;}
}