@charset "utf-8";
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,
 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%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}


@font-face {
  font-family: 'Droid Sans, Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(/res/font/subset/NotoSans-Thin.woff2) format('woff2'),
       url(/res/font/subset/NotoSans-Thin.woff) format('woff'),
       url(/res/font/subset/NotoSans-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Droid Sans, Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(/res/font/subset/NotoSans-Light.woff2) format('woff2'),
       url(/res/font/subset/NotoSans-Light.woff) format('woff'),
       url(/res/font/subset/NotoSans-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Droid Sans, Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(/res/font/subset/NotoSans-Regular.woff2) format('woff2'),
        url(/res/font/subset/NotoSans-Regular.woff) format('woff'),
        url(/res/font/subset/NotoSans-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Droid Sans, Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(/res/font/subset/NotoSans-Medium.woff2) format('woff2'),
        url(/res/font/subset/NotoSans-Medium.woff) format('woff'),
        url(/res/font/subset/NotoSans-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(/res/font/subset/NotoSans-Bold.woff2) format('woff2'),
        url(/res/font/subset/NotoSans-Bold.woff) format('woff'),
        url(/res/font/subset/NotoSans-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(/res/font/subset/NotoSans-Black.woff2) format('woff2'),
        url(/res/font/subset/NotoSans-Black.woff) format('woff'),
        url(/res/font/subset/NotoSans-Black.otf) format('opentype');
 }

*{
	font-family: 'Droid Sans, Noto Sans KR', sans-serif;
}

body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, a:hover{
	text-decoration:none;
}

html{
	height:100%;
	overflow-x:hidden;
}

body, html{
	margin:0;
	padding:0;
	width:100%;
	font-size:12px;
}

.clear{
	clear:both;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}


.no-padding{
	padding:0px;
}

.imgbox_outer{
	width:100%;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	background:rgba(0,0,0,0.8);
	z-index:99999;
	display:none;
}

.imgbox{
	display:inline-block;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	max-width:80%;
}

.imgbox img.bimg{
	width:100%;
}

.imgbox .close_imgbox{
	right:-15px;
	top:-15px;
	cursor:pointer;
	line-height:30px;
	font-size:12px;
	text-align:center;
	background:black;
	border-radius:15px;
	width:30px;
	height:30px;
	color:white;
	font-weight:bold;
	position:absolute;
}

.showimg{
	cursor:pointer;
}

.pagination{
	width: 100%;
    display: block;
    text-align: center;	
	margin-top:30px;
	
	li{
		display:inline-block;
		font-size:14px;
		
		a{
			display:block;
			width:30px;
			height:30px;
			line-height:30px;
		}
	}
}