@charset "utf-8";

/**
 * @author Koo Chi Hoon(SK MNS)
 */

* { margin: 0px; padding: 0px; }
body { min-width: 320px; font-family: Helvetica, sans-serif; font-size: 12px; color: #3e3e3e; }
li, dd { list-style: none; }
section, footer, address, main, header { display: block; }

/* header */
header.wrap-header {
	margin-top:20px;
	width: 96%;
	padding: 0px 2%;
}
header.wrap-header h1 {
	font-size:30px; 
}
header.wrap-header p {
	margin-top:10px;
}

/* footer */
footer.wrap-footer {
	clear: both;
	padding: 10px 20px;
	border-top: 1px solid #e5e5e5;
}
footer.wrap-footer address {
	font-style: normal;
}
footer.wrap-footer address a {
	padding-left: 3px;
}

.wrap {
	width: 96%;
	padding: 0px 2%;
	margin-top: 30px;
	margin-bottom: 10px;
}
.wrap > header h1 {
	padding-bottom: 3px;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	letter-spacing: -1px;
	font-size: 14px;
	color: #BFBFBF;
}
.wrap > section > header h1 {
	text-align: left;
	letter-spacing: -1px;
	font-size: 14px;
	color: #8C8C8C;
}
.wrap > section > header h2 {
	margin-top:10px;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
}
.wrap > section {
	position: relative;
	padding-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dashed #e5e5e5;
}
.wrap > header + section {
	border-top: 0px;
}

.ex {
	text-align: center;
}
.ex .listWrap {
	margin: 0px auto;
	margin-top: 5px;
	width: 200px; /* required */
	height: 200px; /* required */
}
.ex .list li {
	width: 200px; /* required */
	height: 200px; /* required */
}
.ex .list li > div {
	width: 100%;
	height: 100%;
	line-height: 200px;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
.ex .list li > div a {
	display: block;
	width: 100%; 
	height:100%;
	color: #fff;
	text-decoration: none;
}
.ex .btns {
	text-align: center;
}
.ex .btns button {
	width: 50px;
	margin-top: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #efefef;
	border: 1px solid #b3b3b3;
	border-radius: 2px;
	letter-spacing: -1px;
	cursor: pointer;
}