@charset "utf-8"; /*! Fontface */

:host {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

button {
	font-family: Noto Sans KR,Malgun Gothic,"\B9D1\C740   \ACE0\B515","\B3CB\C6C0",dotum,Apple SD Gothic Neo,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
	font-weight: 400;
	line-height: 160%;
	color: #666;
	letter-spacing: -.025em
}

li,ol,ul {
	list-style: none
}

div {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

:after,:before,a,button,dd,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,input,label,legend,li,ol,p,select,span,table,td,textarea,th,ul {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	font-family: inherit;
	line-height: 1.5;
	letter-spacing: inherit
}

button {
	overflow: visible;
	margin: 0;
	background-color: transparent;
	border: none;
	-webkit-appearance: button;
	cursor: pointer;
	font: inherit;
	color: inherit
}


input[type=checkbox],input[type=radio] {
	position: absolute !important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	margin: -1px!important;
	overflow: hidden!important;
	clip: rect(0,0,0,0)!important;
	white-space: nowrap!important;
	border: 0!important
}


.inactive {
	display:none !important;
}


.hide {
	display: none !important
}

.show {
	display: block !important
}

.al {
	text-align: left !important
}

.ac {
	text-align: center !important
}

.ar {
	text-align: right !important
}

.sr-only{
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important
}

@media (max-width: 767px) {
	.pc-only {
		display:none !important
	}

	.pc-only.read {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		padding: 0 !important;
		margin: -1px !important;
		overflow: hidden !important;
		clip: rect(0,0,0,0) !important;
		white-space: nowrap !important;
		border: 0 !important
	}

	.mob-line {
		display: block;
		line-height: inherit
	}
	
	.w-hide {
		display:block !important
	}
	
	.m-hide {
		display: none  !important
	}
	
	.pc-hide {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex  !important
	}
	
	.w-br {
		display: none  !important
	}
}

@media (min-width: 600px) {
	.mob-only {
		display:none !important
	}

	.mob-only.read {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		padding: 0 !important;
		margin: -1px !important;
		overflow: hidden !important;
		clip: rect(0,0,0,0) !important;
		white-space: nowrap !important;
		border: 0 !important
	}

	.pc-line {
		display: block;
		line-height: inherit
	}
}

.w-hide {
	display: none !important
}

.pc-hide {
	display: none !important
}
