@charset "utf-8";

/*google-font*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* * {font-family:'Noto Sans KR', sans-serif;} */
html, body {font-family: 'Noto Sans KR', 'Muli', arial,'dotum', "돋움", Apple Gothic, sans-serif; font-weight:normal;-webkit-text-size-adjust: none;
-moz-text-size-adjust: none,-webkit-text-size-adjust: none;-ms-text-size-adjust: none;font-size-adjust: none;}
html { overflow-x:hidden; }
body, h1, h2, h3, h4, h5, h6, fieldset, legend, form {font-size:13px;line-height:150%; margin: 0px; padding: 0px; }
dl, dt, dd, p { margin: 0px; padding: 0px; color:#555; }
ul, li, ol { margin: 0px; padding: 0px; list-style: none; }
address, strong, em { font-style: normal; }
img, fieldset { border: 0px; }
caption { display: none; padding: 0px; margin: 0px; } 
a { cursor: pointer; color: inherit; text-decoration:none; }
button { cursor: pointer; }

table { width:100%; border: 0px; }
td { text-align:left; }
th { font-weight:normal; text-align:center; }

/* input */
.ibox { position:relative; margin:-4px 0; }
.ibox .i_label{ top:6px; left:10px }
.ibox .i_dsc{ margin:2px 0 }
.ibox .i_check,
.ibox .i_radio{ width:13px; height:13px; margin:2px; padding:0; vertical-align:middle }
.ibox .i_text{ position:relative; margin:2px; padding:4px 4px; background:transparent; border:1px solid #dedede; vertical-align:middle; color:#858585; font-size:12px; }
.ibox select { border:1px solid #a69c81; margin:2px; height:25px; }
.ibox .i_area{ position:relative; margin:2px; padding:4px 4px; background:transparent; border:1px solid #dedede; color:#858585; font-size:12px; }
.ibox .i_tip { font-size:11px; color:#bebebe; margin:2px; }
.ibox label{ margin:0 5px 0 5px; cursor:pointer; color:#858585; font-size:11px; }

.txt_l { text-align: left!important; }
.txt_r { text-align: right!important; }
.txt_c { text-align: center!important; }
