.material-icons{
	font-family:'Material Icons';
	font-weight:normal;
	font-style:normal;
	font-size:24px;
	line-height:1;
	letter-spacing:normal;
	text-transform:none;
	display:inline-block;
	white-space:nowrap;
	word-wrap:normal;
	direction:ltr;
	-webkit-font-feature-settings:'liga';
	-webkit-font-smoothing:antialiased
}

/* 250623 */
@font-face{
	font-family:'PretendardGOV';
	font-style:normal;
	font-weight:700;
	src:url("../font/PretendardGOV-Bold.woff2") format("woff2"),
		 url("../font/PretendardGOV-Bold.woff") format("woff"),
		 url("../font/PretendardGOV-Bold.otf") format("opentype")
}
@font-face{
	font-family:'PretendardGOV';
	font-style:normal;
	font-weight:500;
	src:url("../font/PretendardGOV-Medium.woff2") format("woff2"),
		 url("../font/PretendardGOV-Medium.woff") format("woff"),
		 url("../font/PretendardGOV-Medium.otf") format("opentype")
}
@font-face{
	font-family:'PretendardGOV';
	font-style:normal;
	font-weight:400;
	src:url("../font/PretendardGOV-Regular.woff2") format("woff2"),
		 url("../font/PretendardGOV-Regular.woff") format("woff"),
		 url("../font/PretendardGOV-Regular.otf") format("opentype")
}
table,th,td,textarea,select{
	margin:0;
	padding:0
}

body,input,textarea,select,button,table{
	font-family:'PretendardGOV' !important;
	font-weight:400;font-size:17px
}
img,fieldset{
	border:0;
}
fieldset{
	padding:0 !important
}
ul,ol{
	list-style:none
}
em,address{
	font-style:normal !important
}
a {
  text-decoration: none;
  color: inherit;
}
a:active, a:visited {
  text-decoration: none;
  color: inherit;
}

html,body{
	height:100%
}
table{
	border-collapse:collapse
}

.hidden,.blind,caption,legend,.ico em{
	overflow:hidden;
	position:absolute;
	clip:rect(1px, 1px, 1px, 1px);
	text-indent:-9999px;
	white-space:nowrap
}
button{
	position:relative;
	background:none;
	border:none;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	cursor:pointer
}
button span{
	position:relative
}



.wrap {position: relative; }

  .title .fa-prev {
    position: absolute;
    left: 3px;
    top:18px;
    display: none;
    color: #fff;
    z-index: 10;
    width: 17px;
    height: 22px; }