@charset "UTF-8";
@font-face {
	font-family: 'Nanum Square';
	src: local(NanumSquareOTFRegular);
	src: url("/include/css/font/NanumSquareOTFRegular.eot");
	src: url("/include/css/font/NanumSquareOTFRegular.woff") format("woff"), url("font/NanumSquareOTFRegular.otf") format("opentype");
	font-weight: 400;
}
@font-face {
	font-family: 'Nanum Square';
	src: local(NanumSquareOTFBold);
	src: url("/include/css/font/NanumSquareOTFBold.eot");
	src: url("/include/css/font/NanumSquareOTFBold.woff") format("woff"), url("/include/css/font/NanumSquareOTFBold.otf") format("opentype");
	font-weight: 600;
}
@font-face {
	font-family: 'Nanum Square';
	src: local(NanumSquareOTFExtraBold);
	src: url("/include/css/font/NanumSquareOTFExtraBold.eot");
	src: url("/include/css/font/NanumSquareOTFExtraBold.woff") format("woff"), url("font/NanumSquareOTFExtraBold.otf") format("opentype");
	font-weight: 800;
}

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-family: 'Nanum Square', 'Malgun Gothic', Gulim, Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

form, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: top;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#container {
	margin: 20px;
	text-align: left;
}

h1 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 24px;
	line-height: 1;
}

p {
	margin-bottom: 20px;
	text-align: center;
}

/* ---------------------------------------------------------
	CSS Document right
--------------------------------------------------------- */

.flexslider2 {
	margin-bottom: 15px;
	width: calc(100vw - 40px);
	overflow: hidden;
}

.flexslider2 .slides {
	width: 1000%;
	transition-duration: 0s;
	transform: translate3d(0px, 0px, 0px);
}

.flexslider2 .slides li {
	width: calc(100vw - 40px);
	float: left;
}

.flexslider2 .slides img {
	width: 100%;
}

.flex-control-thumbs {
	margin-top: 15px;
	text-align: center;
}

.flex-control-thumbs li {
	display: inline-block;
	max-width: 25%;
	margin: 0 3%;
	vertical-align: top;
	background: #999;
}

.flex-control-thumbs img {
	max-width: 100%;
	opacity: 0.5;
	filter: Alpha(opacity=50);
}

.flex-control-thumbs img.flex-active {
	opacity: 1;
	filter: Alpha(opacity=100);
}

/* ---------------------------------------------------------
	CSS Document left
--------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
}

th {
	padding: 3px 0 0;
	border-right: solid 1px #e2e2e2;
	background: #009933;
	text-align: center;
	line-height: 30px;
	color: #fff;
}

td {
	padding: 10px;
	border-bottom: solid 1px #e2e2e2;
	text-align: center;
}

td.th {
	border-right: solid 1px #e2e2e2;
}
