@charset "utf-8";

/*google-font*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

html, body {height:100%; background:#fff;font-family: 'Noto Sans KR', 'Muli', arial,'dotum', "돋움", Apple Gothic, sans-serif; font-weight:normal }
html { overflow-x:hidden; }
body, h1, h2, h3, h4, h5, h6, fieldset, legend, form {font-size:13px; line-height:170%; margin: 0px; padding: 0px; }
dl, dt, dd, p { margin: 0px; padding: 0px; }
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; }

.txt_kr { font-family: 'Muli', Noto Sans, '돋움', Dotum, '굴림', Gulim, tahoma, arial, Sans-serif, Apple Gothic; }
.txt_en { font-family: Tahoma, Geneva, sans-serif, Apple Gothic; }