@CHARSET "UTF-8";

body, input, textarea, select, button, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, fieldset, p, label, div, ul, ol, li, p, tr, td, th,span,strong, table{ 
font-family:"Noto Sans KR", "NanumGothic",  "NanumGothicBold";
}

html{font-size:12px;margin:0px; padding:0;}
body,p{margin:0px;font-size:1em; padding:0;}
div,a,ul,li,dl,dt,dd, input, h1, h2, h3, h4, h5, h6, pre, textarea, select{margin:0; padding:0;}
th, h1, h2, h3, h4, h5, h6, strong, em{font-weight:500;}
ul, li, ol, dl, dt, dd{list-style:none;}
img{vertical-align:middle;}

/*input{border:1px solid #c0c0c0; height:28px; line-height:28px; padding:0 10px; font-size:inherit; vertical-align:middle;}*/
input{
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
    
/*select{border:1px solid #c0c0c0; height:30px; line-height:30px; font-size:inherit; vertical-align:middle;}*/
select {
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[type='checkbox'],input[type='radio'] {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 0px solid #bcbcbc;
	cursor: pointer;
}

label {
	font-weight:400!important;
}

label input[type='radio'] {
	    margin-top: -3px;
    vertical-align: middle;
}

label input[type='checkbox'] {
	margin-top: -3px;
    vertical-align: middle;
}

textarea{padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; resize:none;}

a{text-decoration:none;}

table{table-layout:fixed; border-spacing: 0px; border-collapse: collapse;}

.divider-dashed {
    border-top: 1px dashed #e7eaec;
    background-color: transparent;
    height: 1px;
    margin: 10px 0;
}