@charset "utf-8";
body {
    -ms-overflow-style: none;
    overflow: auto;
}
::-webkit-scrollbar {
	display: none;
}

* {
	margin:0;
	padding:0;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
}
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, caption, 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;
	font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic','Nanum Gothic', sans-serif;
}
html,body{
	font-size: 14px; line-height: 1.4; color: #222;
	outline: none;
}
html,body,iframe,iframe *{
	font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic','Nanum Gothic', sans-serif;
	font-weight: 300;
}
ul, ol {
	list-style: none;
	padding:0;
}

a, a:hover {
  color: inherit;
  text-decoration: none;
  cursor:Pointer;
}


table {
	border-collapse:collapse;
}
img{vertical-align:middle;}
b{font-weight:bold;}

.all_wrap {
	padding-top: 122px;
}
@media screen and (max-width: 1024px) {
	.all_wrap {
		padding-top: 50px;
	}
}

.cpage {
	clear:both;position:relative;
	width:100%;height:auto;
	margin: auto;
	background-repeat:no-repeat;
	background-position:center center;
	font-size: 0;
	overflow: hidden;
}

.cpage .TRAN{
	opacity:0;transition:all 1s;
	transition-property:transform, opacity;
}
.ANI .TRAN{
	transform:translateX(0px) translateY(0px) scale(1) !important;
	opacity: 1.0 !important;
}

.clearfix:before {
	display:table;
	content:' ';
}
.clearfix:after {
	display:table;
	content:' ';
	clear:both;
}

.loader {
	width: 100%; height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}



.img-information  {padding: 20px; text-align: center  }
.img-information ul  {  }
.img-information li {  font-size:12px; color:#666;  padding-bottom: 10px;  line-height: 1.5em;  }

