@font-face{
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
	src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
		url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}
*{
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 13px;
	font-family: Nanum Gothic;
}
html, body{
	width: 100%;
	height: 100%;
}
a{
	text-decoration: none;
	cursor: pointer;
}
img{
	border-style: none;
	vertical-align: middle;
}
fieldset{
	border-style: none;
}
ol, ul{
	list-style: none;
}
span.sound_only, strong.msg_sound_only{
	display: none;
}

#main{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#main > div.head{
	position: fixed;
	width: 100%;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.6);
}
#main > div.head > div{
	width: 1200px;
	margin: 0px auto;
}
#main > div.head > div:after{
	display: block;
	clear: both;
	content: '';
}
#main > div.head > div > a{
	float: left;
	margin: 25px 0px;
}
#main > div.head > div > p{
	float: right;
	line-height: 80px;
}
#main > div.head > div > p > a{
	color: #FFFFFF;
	font-size: 14px;
}
#main > div.head > div > p > a:hover{
	color: #0781FD;
}
#main > div.head > div > p > span{
	margin: 0px 10px;
	color: #CCCCCC;
	font-size: 9px;
	vertical-align: 1px;
}
#main > div.foot{
	position: fixed;
	width: 100%;
	bottom: 0px;
}
#main > div.foot > form{
	position: relative;
	width: 1200px;
	margin: 0px auto;
	padding-bottom: 50px;
}
#main > div.foot > form:after{
	display: block;
	clear: both;
	content: '';
}
#main > div.foot > form > h1{
	float: left;
	width: 199px;
	height: 80px;
	border-radius: 20px 0px 0px 20px;
	background-color: #0781FD;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	line-height: 80px;
	text-align: center;
}
#main > div.foot > form > p{
	float: left;
	width: 400px;
	height: 80px;
	padding: 0px 25px;
	background-color: #FFFFFF;
}
#main > div.foot > form > p.line{
	border-right: 1px solid #E1E1E1;
}
#main > div.foot > form > p:after{
	display: block;
	clear: both;
	content: '';
}
#main > div.foot > form > p > span{
	float: left;
	width: 150px;
	color: #999999;
	font-size: 16px;
	line-height: 80px;
}
#main > div.foot > form > p > strong{
	float: left;
	width: 195px;
	font-size: 16px;
	line-height: 80px;
	text-align: right;
}
#main > div.foot > form > p > button{
	float: right;
	width: 30px;
	height: 30px;
	margin: 25px 0px;
	border-style: none;
	border-radius: 30px;
	background-color: #E1E1E1;
	cursor: pointer;
}
#main > div.foot > form > p > button > i{
	color: #FFFFFF;
	line-height: 30px;
}
#main > div.foot > form > button{
	float: left;
	width: 100px;
	height: 80px;
	border-style: none;
	border-radius: 0px 20px 20px 0px;
	background-color: #0781FD;
	cursor: pointer;
}
#main > div.foot > form > button > i{
	color: #FFFFFF;
}
#main > div.foot > form > div{
	display: none;
	z-index: 10;
	position: absolute;
	width: 901px;
	top: 68px;
	left: 199px;
	border-top: 1px solid #E1E1E1;
	background-color: #FAFAFA;
}
#main > div.foot > form > div > ul{
	width: 850px;
	margin: 0px auto;
}
#main > div.foot > form > div > ul:after{
	display: block;
	clear: both;
	content: '';
}
#main > div.foot > form > div > ul > li{
	float: left;
	width: 50px;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
#main > div.foot > form > div > ul > li.on{
	color: #0781FD;
	font-weight: bold;
}
#main > div.foot > form > div > ul > li:hover{
	color: #0781FD;
	font-weight: bold;
}
#main > div.foot > form > div > div{
	padding: 25px;
	border-top: 1px solid #E1E1E1;
	background-color: #FFFFFF;
}
#main > div.foot > form > div > div > table{
	border-collapse: collapse;
}
#main > div.foot > form > div > div > table > tbody > tr > td{
	width: 85px;
	height: 25px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
#main > div.foot > form > div > div > table > tbody > tr > td.on{
	color: #0781FD;
	font-weight: bold;
}
#main > div.foot > form > div > div > table > tbody > tr > td:hover{
	color: #0781FD;
	font-weight: bold;
}
#main > div.foot > div{
	padding: 50px 0px;
	background-color: rgba(0, 0, 0, 0.3);
}
#main > div.foot > div > table{
	width: 1200px;
	margin: 0px auto;
	border-collapse: collapse;
}
#main > div.foot > div > table > tbody > tr > td{
	width: 10%;
	border: 1px solid #FFFFFF;
	vertical-align: top;
	cursor: pointer;
}
#main > div.foot > div > table > tbody > tr > td:hover{
	background-color: rgba(0, 0, 0, 0.6);
}
#main > div.foot > div > table > tbody > tr > td > p{
	margin-top: 20px;
	text-align: center;
}
#main > div.foot > div > table > tbody > tr > td > h1{
	margin: 15px 0px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
#main > div.foot > div > table > tbody > tr > td > h1.yellow{
	color: #FFFF00;
}

#head > div.popup{
	width: 1200px;
	margin: 0px auto;
}
#head > p.banner{
	text-align: center;
}
#head > div.menu{
	background-color: #F0F0F0;
}
#head > div.menu > div{
	width: 1200px;
	margin: 0px auto;
	padding: 10px 0px;
}
#head > div.menu > div:after{
	display: block;
	clear: both;
	content: '';
}
#head > div.menu > div > p.left{
	float: left;
	margin-left: 220px;
}
#head > div.menu > div > p.right{
	float: right;
}
#head > div.menu > div > p > a{
	font-size: 12px;
}
#head > div.menu > div > p > span{
	margin: 0px 5px;
	font-size: 12px;
	vertical-align: 0px;
}
#head > div.menu > div > p > strong{
	margin-right: 10px;
	font-size: 12px;
}
#head > div.menu > div > p > strong > em{
	margin-right: 10px;
	padding: 2px 6px;
	border-radius: 4px;
	background-color: #37619D;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#head > div.wrap{
	width: 1200px;
	margin: 0px auto;
	padding: 20px 0px;
}
#head > div.wrap:after{
	display: block;
	clear: both;
	content: '';
}
#head > div.wrap > a{
	display: inline-block;
	float: left;
	width: 220px;
}
#head > div.wrap > form{
	position: relative;
	float: left;
	width: 630px;
	margin-top: 16px;
}
#head > div.wrap > form > fieldset{
	width: 400px;
	height: 34px;
	border: 2px solid #3399FF;
}
#head > div.wrap > form > fieldset:after{
	display: block;
	clear: both;
	content: '';
}
#head > div.wrap > form > fieldset > input{
	float: left;
	width: 346px;
	height: 34px;
	padding: 0px 10px;
	border-style: none;
}
#head > div.wrap > form > fieldset > button{
	float: left;
	width: 34px;
	height: 34px;
	border-style: none;
	background-color: #FFFFFF;
	cursor: pointer;
}
#head > div.wrap > form > fieldset > button > i{
	color: #3399FF;
}
#head > div.wrap > form > ul{
	display: none;
	z-index: 10;
	position: absolute;
	width: 402px;
	top: 37px;
	border: 1px solid #3399FF;
	background-color: #FFFFFF;
}
#head > div.wrap > form > ul > li{
	padding: 10px 20px;
	border-top: 1px dashed #E3E7EE;
	line-height: 20px;
	cursor: pointer;
}
#head > div.wrap > form > ul > li.hit{
	color: #3399FF;
}
#head > div.wrap > form > ul > li:first-child{
	border-top-style: none;
}
#head > div.wrap > form > ul > li:hover{
	background-color: #F9FAFC;
}
#head > div.wrap > form > ul > li > strong{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border-radius: 20px;
	background-color: #BDBBB8;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
}
#head > div.wrap > form > ul > li.hit > strong{
	background-color: #3399FF;
}
#head > div.wrap > form > ul > li.hit > span{
	color: #3399FF;
}
#head > div.wrap > p{
	float: left;
	width: 350px;
	margin-top: 26px;
	text-align: right;
}
#head > div.wrap > p > a{
	margin-left: 30px;
	font-size: 14px;
}
#head > div.wrap > p > a:hover{
	color: #0066CC;
}
#head > div.wrap > p > a > i{
	margin-right: 5px;
	vertical-align: -6px;
}
#head > div.wrap > p > a:hover > i{
	color: #0066CC;
}
#head > div.theme{
	border-top: 1px solid #E3E7EE;
	border-bottom: 1px solid #E3E7EE;
	background-color: #F0F3F6;
}
#head > div.theme > ul{
	width: 1200px;
	margin: 0px auto;
}
#head > div.theme > ul:after{
	display: block;
	clear: both;
	content: '';
}
#head > div.theme > ul > li{
	float: left;
	width: 119px;
	border-top: 1px solid #E3E7EE;
	border-right: 1px solid #E3E7EE;
}
#head > div.theme > ul:first-child > li{
	border-top-style: none;
}
#head > div.theme > ul > li:first-child{
	width: 118px;
	border-left: 1px solid #E3E7EE;
}
#head > div.theme > ul > li > a{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
#head > div.theme > ul > li > a:hover{
	color: #3399FF;
	font-weight: bold;
}
#head > div.theme > h1{
	position: relative;
	width: 1200px;
	margin: 0px auto;
}
#head > div.theme > h1 > span{
	display: block;
	position: absolute;
	width: 35px;
	height: 83px;
	top: -82px;
	left: -35px;
	background-color: #3399FF;
	color: #FFFFFF;
	text-align: center;
}
#head > div.theme > h1 > span > i{
	display: block;
	margin-top: 18px;
	margin-bottom: 11px;
	color: #FFFFFF;
}

#body{
	width: 1200px;
	margin: 0px auto;
	padding: 15px 0px;
}
#body:after{
	display: block;
	clear: both;
	content: '';
}

#left{
	float: left;
	width: 205px;
}
#left > h1{
	position: relative;
}
#left > h1 > span{
	display: block;
	position: absolute;
	width: 35px;
	height: 83px;
	left: -35px;
	color: #FFFFFF;
	text-align: center;
}
#left > h1 > span > i{
	display: block;
	margin-top: 18px;
	margin-bottom: 11px;
	color: #FFFFFF;
}
#left > table{
	width: 100%;
	border-collapse: collapse;
}
#left > table > tbody > tr > td{
	width: 50%;
	border: 1px solid #E1E1E1;
}
#left > table > tbody > tr > td > a{
	display: block;
	width: 100%;
	text-align: center;
}
#left > h1.state > span{
	top: 0px;
	background-color: #660000;
}
#left > table.state > tbody > tr > td > a{
	height: 40px;
	line-height: 40px;
}
#left > table.state > tbody > tr > td > a:hover{
	color: #660000;
	font-weight: bold;
}
#left > h1.board > span{
	top: 15px;
	background-color: #DC037B;
}
#left > table.board{
	margin-top: 15px;
}
#left > table.board > tbody > tr > td > a{
	height: 81px;
}
#left > table.board > tbody > tr.even > td > a{
	background-color: #FAFAFA;
}
#left > table.board > tbody > tr > td.on > a,
#left > table.board > tbody > tr > td > a:hover{
	color: #DC037B;
	font-weight: bold;
}
#left > table.board > tbody > tr > td > a > i{
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #828282;
}
#left > table.board > tbody > tr > td.on > a > i,
#left > table.board > tbody > tr > td > a:hover > i{
	color: #DC037B;
}

#side{
	float: right;
	width: 980px;
}

#foot{
	background-color: #333333;
}
#foot > div{
	width: 1200px;
	margin: 0px auto;
	padding: 30px 0px;
}
#foot > div:after{
	display: block;
	clear: both;
	content: '';
}
#foot > div > div.left{
	float: left;
	width: 500px;
}
#foot > div > div.right{
	float: right;
	width: 700px;
	text-align: right;
}
#foot > div > div > p{
	margin-top: 10px;
	color: #AAAAAA;
}
#foot > div > div > p:first-child{
	margin-top: 0px;
}
#foot > div > div > p > span{
	display: inline-block;
	width: 150px;
	color: #AAAAAA;
}
#foot > div > div > p > strong{
	color: #FFFFFF;
}

ul.banner{
	margin: 10px 0px;
}
ul.banner:after{
	display: block;
	clear: both;
	content: '';
}
ul.banner > li{
	float: left;
	padding: 0px 0px 0px 5px;
}
ul.banner > li:first-child{
	padding: 0px 5px 0px 0px;
}

table.write{
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}
table.write > tbody > tr > td{
	width: 33.3%;
	height: 190px;
	border: 1px solid #E1E1E1;
	vertical-align: top;
}

p.navi{
	margin-bottom: 15px;
	font-size: 12px;
	text-align: right;
}
p.navi > i{
	margin: 0px 5px;
	vertical-align: 1px;
}