/*reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    font-size: 16px;
    /* width: 100vw; */
    /* height: 100vh; */
    min-width: 1200px;
    /* overflow: hidden; */
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
    box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0;
}
body, input, select, textarea, button, a {
    box-sizing: border-box;
    border: none;
    text-shadow: none;
    font-family: 'NotoSans', sans-serif;
    color:#222;
}  
input[type=text]::-ms-clear {
  display:none;
}
input { 
	-webkit-border-radius:0; 
	-webkit-appearance:none; 
}
select { 
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #bdbdbd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../images/icon_select.png) no-repeat 210px 50%;
    color: #444;
    line-height: 48px;
    height:50px;
    width: 100%;
    font-size: 16px;
} 
select::-ms-expand { 
	display: none; 
}
input[type=text]{
    padding: 0 15px;
    border: 1px solid #bdbdbd;   
    color: #444;
    line-height: 48px;
    height:50px;
    width: 100%;
    font-size: 16px;
}
input[type=checkbox], input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0); 
}
input[type=radio] + label {
    display: inline-block;
    background: url(/images/icon_radio_off.png) no-repeat left 100%;
    vertical-align: middle;
    cursor: pointer;
    padding: 3px 3px 3px 25px;
}
input[type=radio]:checked + label {
    background: url(/images/icon_radio_on.png) no-repeat left 100%;
}
input[type=checkbox] + label {
	display: inline-block;
    /* background: url(/images/icon_chkbox_off.png) no-repeat left 100%; */
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox]:checked + label {
    background:  url(/images/icon_chkbox_on.png) no-repeat left 100%;
}
.dash{
	padding:0 10px;
}
.hidden{
	position:absolute;
	top:-9999px;
	left:-99999px;
}
.img_wrap img{
 	width:100%;
}
.clear {
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.align_center{
	text-align:center;
}
.align_left{
	text-align:left;
}
.align_right{
	text-align:right;
}
.border_none{
	border:none !important;
}

/*color*/
.main_color{
	color:#5255cc;
}
.main_color_bg{
	background:#5255cc;
	color:#fff !important;
}
.gray{
	color:#ddd;
}
.gray_bg{
	background:#4a5459;
}
.blue_bg{
	background:#009fe9;
}
.white{
	color:#fff;
}
.white_bg{
	background:#fff !important;    
	color: #525252 !important;
    border: 1px solid #8f8f8f !important;
}
.wblue_bg{
	background:#fff !important;    
	color: #009fe9 !important;
    border: 1px solid #009fe9 !important;
}
.blue{
	color: #009fe9 !important;	
}

/* 여백*/
.m_t50{
	margin-top:50px;
}
.m_b50{
	margin-bottom:50px;
}
.m_t30{
	margin-top:30px;
}
.m_t20{
	margin-top:20px;
}
.m_t10{
	margin-top:10px;
}
.m_r20{
	margin-right:20px;
}
.p_t50{
	padding-top:50px;
}
.p_b70{
	padding-bottom:70px;
}

/*btn*/
.btn_left{
	position: absolute;
    right: 0;
    top: 0; 
}
.btn_group{
	text-align:right;
}
.btn_center{
	text-align:center;	
}



/*checkbox*/
.chk_wrap{
	display:inline-block;
	margin:10px 0;
}
.chk_wrap label{
	margin-right:38px;
}

.ellipsis {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 420px;
    overflow: hidden;
    position: relative;
}
.ellipsis_A {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 650px;
    overflow: hidden;
    position: relative;
}
.ellipsis_B{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;	
     text-overflow: ellipsis;
     overflow: hidden;
}
.ellipsis_C{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;	
     text-overflow: ellipsis;
     overflow: hidden;
    height: 66px;
}


/*파일*/
.filebox input[type="file"] { 
	position: absolute; 
	width: 1px; 
	height: 1px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden; 
	clip:rect(0,0,0,0);
	border: 0; 
} 
.filebox label { 
	display: inline-block;
    width: 140px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    background-color: #4a5459;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
} 
 .filebox .upload-name { 
    display: inline-block;
    padding: .5em .75em;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:280px;
    height: 35px;
    margin-right:8px;
}
.position {
	position:relative;
}

