﻿@charset "utf-8";
/** 기본 CSS **/
/** default setting **/
*{
	font-size:16px;
	font-family:'Noto Sans KR',sans-serif,serif;
	font-weight:300;
	color:#000;
	letter-spacing:-1px;
}
@media(max-width:576px){
	*{
		font-size:13px;
	}
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,p,blockquote{margin:0;padding:0;}
hr, legend{display:none;}
img, fieldset{border:0px none;}
dt{font-weight:bold;}
ul,ol,li {list-style:none outside;}
img,input,select,textarea{vertical-align:middle;}
table{border-collapse:collapse;width:100%;}
table caption{display:none}
em{font-style:normal}
a{color:#000;text-decoration:none}
a:hover{text-decoration:underline}
html, .wrap{height:100%}
body > .wrap{height:auto;min-height:100%;}
input[type=text],input[type=password]{
	height:49px;
	margin:0;
	padding:0 5px;
	line-height:49px;
	border:1px solid #cecece}
input[type="file"]{
	height:49px;
	margin:0;
	padding:0;
	line-height:40px;
	border:0
}
@media(max-width:576px){
	input[type=text],
	input[type=password]{
		height:40px;
	}
	input[type="file"]{
		height:40px;
		line-height:28px;
	}
}
input[type=radio],input[type=checkbox]{margin:0;padding:0;vertical-align:middle}
select{
	height:49px;
	margin:0;
	padding:0 0.4rem 0 0.4rem;
	font-size:0.93rem;
	font-weight:500;
	line-height:47px;
	border:1px solid #cecece
}
@media(max-width:576px){
	select{
		height:40px;
	}
}
select::-ms-expand{
	padding:0 0.4rem 0 0.6rem;
	border:0;
	background:0;
}
textarea{
	border:1px solid #cecece
}

/** bootstrap reset **/
caption{padding:0}
label{ margin-bottom:0 }
b, strong{font-weight:600}

.modal-content,
.border-top-left-radius,
.border-top-right-radius{border-radius:0;}

.ui-widget input, 
.ui-widget select, 
.ui-widget textarea, 
.ui-widget button{
	height:36px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span{
	margin-top:-2px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
	top:8px;
}

/** cheditor reset **/
.cheditor-tb-wrapper{
	min-height:58px !important;
}
.cheditor-tb-text{
	line-height:0.69 !important;
}