@charset "utf-8";
/*
    www.somansa.com
    project	: CM
    author	: Web/UX Choi duck kue
    date	: 2014.10.02
 */

@page{size:A4;}
*{color:#000; font-size:6pt;}
body{background:none;}
#wrap{min-width:auto; min-width:initial;}
#header{display:none;}
#container{padding:0;}
.aside{display:none;}
.contents{position:relative; margin:0; padding:0; border:none; border-radius:0; background:#ffffff; box-shadow:none;}
.contents .titleArea{display:none;}
.footer{display:none;}


/* 정기 점검 도구 */
.MATool_report_input{display:none;}
.print_wrap{width:100%; margin:0 auto; padding:0; border:none; box-shadow:none; font-size:12px; color:#000000;}
.print_title{font-size:30px; font-weight:bold; letter-spacing:-2px;}
#tab-1 .btnArea{display:none;}
.table_print pre{font-family:"malgungothic", "dotum", "Open Sans", sans-serif; font-size:12px; color:#000000;}
.table_print input[type="text"]{
    width:100%; height:auto; height:initial; padding:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; border:0; border-radius:0;
    vertical-align:baseline; line-height:1em; color:#000000;
}
.table_print .sign:after{content:'(인)'; display:inline-block; position:absolute; right:15px; bottom:9px; font-size:10px; color:#000000;}
.table_print .sign .viewMode{padding-right:30px;}
.table_print .SEeditArea{background:transparent;}
.editMode{display:none;}
.viewMode{display:block;}
.ESStatus{display:inline; padding:0; color:#000000; border-radius:0;}
.ESStatus.green,
.ESStatus.yellow,
.ESStatus.red,
.MAstatus0,
.MAstatus1{background:transparent; color:#000000; font-weight:normal;}
.ESStatus.yellow,
.ESStatus.red,
.MAstatus1{font-weight:bold;}
.input-value.textarea{padding:7px 10px 9px; border:1px solid #333333; line-height:1.5em;}
.input-value{word-break: break-word}

/* FORM */
input[type="text"], input[type="password"], textarea{width:100%; height:inherit; padding:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; border:0; border-radius:0; font-family:"MalgunGothic"; font-size:12px; vertical-align:middle;}
textarea{display:block; height:auto; line-height:initial; resize:none;}
input[disabled="disabled"], textarea[disabled="disabled"], select[disabled="disabled"]{opacity:1; background-color:#fff; filter:none; text-shadow:none; cursor:auto;}


