/* .slidelm {text-shadow:none;width:200px;height:100%; position:absolute; left:-201px; top:0; background:#ececec; border-right:1px solid #cccccc; z-index:999999;
		box-shadow: 0px 0px 15px rgba(0,0,0,.3);
		-moz-box-shadow: 0px 0px 15px rgba(0,0,0,.3); 
		-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.3); 
		-o-box-shadow: 0px 0px 15px rgba(0,0,0,.3); } */

/** mo_header **/

.mobile_top {
    height: 70px;
    position: fixed;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
    width: 100%;
    z-index: 10;
    transition: all 0.4s ease-in-out;
    /*background-color: rgba(0, 0, 0, 0.4);*/
}

.mobile_top:after {
    clear: both;
    content: "";
    display: block;
}

.mo_logo {
    text-align: center;
    margin-top: 6px
}

.mo_menu {
    position: absolute;
    bottom: 0px;
    right: 10px;
    top: 0px;
}

.bars {

    border-bottom: 0;
    font-size: 0px;
    padding: 20px;
}

.bars span {
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    margin: 0 0 7px;
}

.bars span:nth-child(2) {
    width: 20px;
}

.mo_logo img {
    width: 72px;
}

.activated {
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out;
}


/** mo_header **/




.slidelm {
    text-shadow: none;
    width: 320px;
    height: 100% !important;
    position: fixed;
    right: -321px;
    top: 0;
    background: #f9f9f9;
    border-right: 1px solid #cccccc;
    z-index: 999999;
	overflow-y: scroll;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
    -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
}


/* Vertical Navigation */
.cateist {
    position: relative;
    font-size: 1.1em;
    /*font-family: NG, 'µ¸¿ò', '±¼¸²', Dotum, Gulim, AppleGothic, sans-serif, Arial, Helvetica;
    ;*/
    line-height: normal;
}

.cateist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cateist li {
    position: relative;
    margin: 0 0 -1px 0;
    vertical-align: top;
    *zoom: 1;
}

.cateist li a {
    display: block;
    position: relative;
    padding: 12px 10px;
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 600;
    background: #fafafa;
    border: 1px solid #eee;
    *zoom: 1;
}

.cateist li a .i {
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -4px 0 0 -16px;
    width: 8px;
    height: 8px;
    color: #ccc;
    background: url(/images/common/categoryarrow.gif) no-repeat left top;
}

.cateist li ul {
    padding: 5px 0;
    background: #fff;
}

.cateist li li {
    margin: 0;
}

.cateist li li a {
    display: block;
    font-weight: 600;
    background: #fff;
    padding: 12px 10px;
    border: 0;
    font-size: 1.0em;
}


.cateist li li a:hover {
    color: #1a1a1a;
    text-decoration: none;
}


.cateist li li a span {
    color: #666;
}

.cateist li.active {
    border: 1px solid #ccc;
    z-index: 999999;
}

.cateist li li.active {
    border: 0;
}

.cateist li.active a {
    color: #000;
    border: 0;
}

.cateist li.active .i {
    background-position: 0 -44px;
}

.cateist li.active li a {
    border: 0;
}

.cateist li.active ul {
    display: block;
    border-top: 1px solid #eee;
}

.cateist li.active li.active a span {
    color: #13b200;
    font-weight: bold;
    letter-spacing: -1px;
}





#sviewer {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0px;
    overflow: hidden;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.9);
    background-position: initial initial;
    background-repeat: initial initial;
    z-index: 100;
    filter: alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity: 0.4;
}

.wz_btn_wide {
    margin: 0;
    border: 1px solid #bbb;
    border-radius: 3px;
    background-color: #f1f1f3;
    background-image: linear-gradient(to bottom, #f7f8f9, #ebebed);
    overflow: hidden;
    border-top: 1px solid #d6dade;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
}

.wz_btn_wide .wz_btn_wide_box {
    border-right: 1px solid #c5c5c6;
    float: left;
    margin-left: -1px;
    letter-spacing: -1px;
    color: #3e4349;
}

.wz_btn_wide .wz_btn_wide_box:last-child {
    display: block;
    overflow: hidden;
    float: none;
    border-right: 0 none;
}

.wz_btn_wide .wz_btn_wide_box button {
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
    width: 100%;
    padding: 8px;
    margin: 0;
    background: none;
    font-size: .933em;
    font-weight: bold;
    text-align: center;
}


#mmlogo {
    text-align: center;
    padding: 12px 0 12px 0;
    background-color: #bb9a66;
}

#mmlogo img {
    width: 80px;
}
