a {
	color: #666666;
	text-decoration: none;
	outline: none;
}

img {
	border: 0;
}

html {
	font-family: 'Nanum Gothic', '나눔고딕', 'Malgun gothic', '맑은 고딕', Dotum,
		AppleGothic, sans-serif;
	letter-spacing: -1px;
}

body {
	overflow-y: scroll;
	height: 100%;
	background-color: #F4F4F4;
	margin: 0;
	padding: 0;
	min-width: 1100px;
	font-size: 9pt;
	line-height: 150%;
	color: #666666;
}

input, textarea {
	font-family: 'Nanum Gothic', '나눔고딕', Dotum, AppleGothic, sans-serif;
}

.header {
	width: 100%;
	position: relative;
	float: left;
}

.header_sub_main {
	width: 100%;
	position: absolute;
	float: left;
	top: 140px;
	z-index: 10;
}

.content {
	margin: 20px 20px 0px 0px;
	width: 100%;
	position: relative;
	clear: both;
}

.footer {
	width: 100%;
	margin: 0;
	padding: 0;
	bottom: 0px;
	position: relative;
	background-color: #3D3D3D;
	border: 1px solid #262626;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 183px;
	padding-top: 20px
}

.navContainer {
	padding: 0;
	list-style: none;
	position: relative;
	top: -181px;
}

.topContainer {
	overflow: hidden;
	width: 586px;
	height: 300px;
}

.topContainer2 {
	height: 300px;
}

.top1 {
	margin: 50px 0px;
	height: 90px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.noticeArea {
	padding-top: 15px;
	height: 28px;
	overflow: hidden;
}

.noticeText {
	vertical-align: top;
	line-height: 23px;
	color: #4C4236;
	font-size: 11pt;
}

.mainNavContainer {
	width: 100%;
	height: 56px;
	padding: 0;
	list-style: none;
	position: absolute;
	background-color: #4C4236;
}

.mainNav {
	width: 600px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.mainNav li {
	float: left;
	width: 150px;
}

.selected span {
	font-size: 15pt;
	color: #C59155;
}

.mainNav_sel a {
	font-size: 15pt;
	color: #C59155;
}

.subNavContainer {
	height: 55px;
	padding: 0;
	list-style: none;
	position: relative;
	background-color: #DE6430;
	top: -12px;
}

.subNav {
	padding: 0;
	list-style: none;
	text-align: center;
	position: relative;
}

.subNav li {
	float: left;
	width: 90px;
}

.subNav a {
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	border-left: none;
	padding: 15px 12px;
	display: block;
}

.subItem1 {
	width: 120px !important;
}

.bannerContainer {
	height: 350px;
	padding: 0;
	list-style: none;
	position: relative;
}

.banner {
	width: 100%;
	height: 350px;
	position: relative;
	float: left;
	border-bottom: 1px solid #D8D8D8;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.banner_s {
	display: inline-block;
	height: 160px;
	vertical-align: middle;
}

.serviceContainer {
	font-size: 0.8em;
	color: white;
	float: right;
}

.serviceContainer a {
	color: white;
	text-decoration: none;
}

.topMenuContainer {
	padding: 4px 0px 9px 0px;
	text-align: right;
	color: #666;
	font-size: 9pt;
	position: relative;
}

.topMenuContainer a {
	color: #666;
	text-decoration: none;
}

.footerLogoContainer {
	padding-left: 20px;
	width: 200px;
	float: left;
}

.footerMenuContainer {
	width: 800px;
	float: left;
	color: gray;
	line-height: 150%;
}

.footerMenuContainer a {
	color: white;
	text-decoration: none;
}

.inner {
	margin: 0 auto;
	width: 1076px;
}

.inner2 {
	margin: 0 auto;
	width: 1024px;
}

.main_menu {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border-left: none;
	padding: 19px 0px;
	display: block;
}

.spliter {
	height: 1px;
}

.login_title {
	color: white;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	margin-top: 35px;
}

.login_area {
	margin: 0 auto;
	width: 400px;
	text-align: center;
	padding-top: 80px;
}

.login_area2 {
	font-size: 10pt;
	clear: both;
}

.login_input {
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #4C4236;
	width: 390px;
}

.login_btn1 {
	color: white;
	font-size: 12pt;
	padding-top: 16px;
	background-color: #4C4236;
	width: 240px;
	height: 36px;
	float: left;
	font-weight: bold;
}

.login_btn2 {
	color: white;
	font-size: 12pt;
	padding-top: 16px;
	background-color: #929292;
	width: 140px;
	height: 36px;
	float: right;
	font-weight: bold;
}

.login_btn3 {
	color: white;
	font-size: 12pt;
	padding-top: 16px;
	background-color: #4C4236;
	width: 400px;
	height: 36px;
	float: left;
	font-weight: bold;
}

.login_btn4 {
	color: white;
	font-size: 12pt;
	padding-top: 16px;
	background-color: #4C9DBB;
	width: 400px;
	height: 36px;
	float: left;
	font-weight: bold;
}

.intro_area {
	background-color: #FFFFFF;
	margin: 20px 10px;
	padding: 25px 30px;
	border: 1px solid #E3DFE0;
	color: black;
	line-height: 25pt;
}

.bill_title {
	color: white;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	margin-top: 35px;
}

.bill_area {
	margin: 0 auto;
	width: 550px;
	text-align: center;
	padding-top: 80px;
	font-size: 12pt;
}

.bill_btn {
	color: white;
	font-size: 12pt;
	padding-top: 16px;
	background-color: #4C4236;
	width: 240px;
	height: 36px;
	font-weight: bold;
	text-align: center;
}

.coin_item {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 5px 15px 5px 15px;
	height: 65px;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

.coin_item:hover {
	background-color: #DDDDDD;
}

.t_btn {
	background-color: #4C4236;
	text-align: center;
	color: #FFF;
}

.t_btn:hover {
	background-color: #3D352A;
}

.t_btn2 {
	background-color: #F68021;
	text-align: center;
	color: #FFF;
}

.t_btn2:hover {
	background-color: #FF7200;
}

.t_btn3 {
	background-color: #929292;
	text-align: center;
	color: #FFF;
}

.check_off {
	background-image: url('/img/check.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #CCCCCC;
	width: 45px;
	height: 45px;
}

.check_on {
	background-image: url('/img/check.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #4C4236;
	width: 45px;
	height: 45px;
}

.term_area {
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #4C4236;
}

.term_box {
	padding: 5px 0 0 5px;
	color: gray;
	overflow: auto;
	width: 370px;
	height: 85px;
	background-color: #F7F7F7;
	border: 1px solid #F0F0F0;
}

.top_item {
	width: 186px;
	height: 254px;
	float: left;
	padding-right: 14px;
}

.grayscale {
	/* Firefox 10+, Firefox on Android */
	filter:
		url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	/* IE 6-9 */
	filter: gray;
	/*a
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
	-webkit-filter: grayscale(100%);
}

.grayscale.grayscale-fade {
	-webkit-transition: -webkit-filter .5s;
}

.grayscale.grayscale-fade:hover {
	-webkit-filter: grayscale(0%);
	filter: none;
}

.grayscale-replaced.grayscale-fade svg {
	opacity: 1;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.grayscale-replaced.grayscale-fade:hover svg {
	opacity: 0;
}

.time_area {
	background-color: #FFFFFF;
	height: 350px;
	padding-top: 20px;
	border-bottom: 1px solid #D8D8D8;
}

.time_mark {
	background-color: #A2A2A2;
	width: 161px;
	height: 240px;
}

.time_item1 {
	background-color: #F4F4F4;
	width: 161px;
	height: 240px;
}

.time_item2 {
	width: 161px;
	height: 39px;
	text-align: center;
}

.time_item3 {
	width: 110px;
	text-align: center;
}

.main_item {
	position: relative;
	width: 110px;
	height: 140px;
	text-align: center;
	float: left;
	margin-bottom: 70px;
	width: 110px;
}

.main_item2 {
	height: 130px;
	background-color: #FFFFFF;
	border: 1px solid #D7D7D7;
}

.book_item {
	width: 110px;
	height: 120px;
	text-align: center;
	float: left;
	margin: 10px 9px 70px 10px;
	position: relative;
}

.book_item2 {
	height: 130px;
	background-color: #FFFFFF;
	border: 1px solid #D7D7D7;
}

.board_area {
	background-color: #FFFFFF;
	margin: 20px 10px;
	border-top: 1px solid #E3DFE0;
	border-left: 1px solid #E3DFE0;
	border-right: 1px solid #E3DFE0;
}

.board_area2 {
	color: black;
	border-bottom: 1px solid #E3DFE0;
}

.board_tbl {
	border-color: gray;
	border-spacing: 1px;
	width: 100%;
}

.board_tbl tr {
	height: 40px;
}

.board_tbl thead th {
	border-bottom: 1px solid #E3DFE0;
}

.board_tbl tbody td {
	border-bottom: 1px solid #E3DFE0;
}

.notice_itm td {
	background-color:#EEE;
}

.notice_itm:hover td {
	background-color:#DDD;
}

.board_itm td {
	background-color:#FFF;
}

.board_itm:hover td {
	background-color:#EFE;
}

.board_mark {
	width: 31px;
	height: 31px;
}

.board_mark2 {
	width: 31px;
	height: 26px;
	background-color: #4C4236;
	padding-top: 5px;
}

.board_mark3 {
	width: 31px;
	height: 26px;
	padding-top: 5px;
	text-align: center;
}

.board_title {
	margin-top: 6px;
	float: left;
}

.board_paging {
	height: 50px;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
}

.board_paging ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: -50%;
	float: right;
}

.board_paging ul li {
	float: left;
	position: relative;
	left: 50%;
}

.board_pbtn1 {
	width: 30px;
	height: 25px;
	background-color: #858585;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	margin-right: 10px;
}

.board_pbtn2 {
	width: 30px;
	height: 25px;
	background-color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	color: #858585;
	text-align: center;
	padding-top: 5px;
	border: 1px solid #E6E6E6;
	margin-right: 10px;
}

.board_pbtn3 {
	width: 30px;
	height: 25px;
	background-color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	color: #A40D14;
	text-align: center;
	padding-top: 5px;
	border: 1px solid #E6E6E6;
	margin-right: 10px;
}

.board_cmt {
	height: 35px;
}

.board_cmt input {
	padding: 6px 0 6px 2px;
	width: 92%;
	border: 1px solid #E6E6E6;
}

.board_cmt2 {
	padding-left: 45px;
	color: black;
	background-color: #FFFFFF;
	margin: 15px 10px;
	border: 1px solid #E3DFE0;
	min-height: 40px;
}

.board_art {
	margin: 0 10px;
	height: 50px;
	color: black;
}

.wish_mark {
	width: 100px;
	height: 26px;
	padding-top: 5px;
	text-align: center;
}

.box_area {
	background-color: #FFFFFF;
	border: 1px solid #E3DFE0;
}

.box_area2 {
	background-color: #FFFFFF;
	border-top: 1px solid #E3DFE0;
	border-left: 1px solid #E3DFE0;
	border-right: 1px solid #E3DFE0;
}

.box_border {
	border-bottom: 1px solid #E3DFE0;
}

.comic_area {
	margin: 0 auto;
	width: 800px;
	padding-top: 40px;
	border-bottom: 1px solid #D8D8D8;
}

.comic_area2 {
	background-color: #FFFFFF;
	border: 1px solid #EBEBEB;
}

.comic_books {
	overflow: auto;
	width: 540px;
	height: 200px;
}

.comic_book {
	background-repeat: no-repeat;
	width: 40px;
	height: 45px;
	color: white;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	float: left;
	margin-right: 12px;
	font-size: 12pt;
}

.comic_book1 {
	background-color: #4C4236;
}

.comic_book2 {
	background-color: #3C4242;
}

.comic_book3 {
	background-color: #4C4236;
	background-image: url(/img/read.png);
	background-position: 25px 0;
}

.comic_book:hover {
	color: #000000;
}

.list_area {
	padding-top: 40px;
	border-bottom: 1px solid #D8D8D8;
	min-height: 600px;
}

.list_area2 {
	background-color: #FFFFFF;
	padding-top: 20px;
	border-bottom: 1px solid #D8D8D8;
}

.list_item {
	position: relative;
	width: 145px;
	height: 215px;
	text-align: center;
	float: left;
	margin-right: 20px;
	width: 145px;
}

.list_item2 {
	height: 150px;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
	moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
}

.list_mark {
	margin: 0 auto;
	background-color: #DD7E68;
	border: 1px solid #BE6955;
}

.list_mark2 {
	margin: 0 auto;
	background-color: #69B0DC;
	border: 1px solid #5694BB;
}

.new_area {
	padding-top: 30px;
	padding-bottom : 30px;
	border-bottom: 1px solid #D8D8D8;
	background-color: #FFFFFF;
}

.item_category {
	width: 129px;
	border-right: 1px solid #FFFFFF;
	color: #656565;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	float: left;
	background-color: #DADADA;
}

.item_category_sel {
	width: 129px;
	border-right: 1px solid #FFFFFF;
	color: #CC9C5C;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	float: left;
	background-color: #4C4236;
}

.genre_container {
	width:1037px;
	border: 1px solid #DDDDDD;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 0px;
	padding:0;
}

.genre_category {
	width: 147px;
	border-left:1px solid #DDDDDD;
	color: #000000;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
	background-color: #FFFFFF;
	cursor: pointer;
	margin: 0;
	text-align: center;
	font-size: 13px;
}

.genre_category:first-child {
	border-left: 0px;
}

.genre_category:hover {
	color: #C59155;
	font-size: 11pt;
	padding: 19px 0 21px 0;
	background-color: #4C4236;
}

.genre_category_sel {
	width: 147px;
	border-right: 1px solid #FFFFFF;
	color: #C59155;
	font-weight: bold;
	padding: 19px 0 21px 0;
	text-align: center;
	display: inline-block;
	background-color: #4C4236;
	cursor: pointer;
	margin: 0;
	text-align: center;
	font-size: 11pt;
}

.list_container {
	width: 110px;
	float: left;
	padding: 10px 9px 0 10px;
	border-right: 1px solid #FFFFFF;
}

.list_container_sel {
	width: 110px;
	float: left;
	padding: 10px 9px 0 10px;
	background-color: #C8AE89;
}

.list_container_sel div {
	color: #FFFFFF;
}

.myInfo_box {
	width: 200px;
	height: 105px;
	padding-top: 95px;
	border-right: 1px solid #E3DFE0;
}

.myInfo_item1 {
	float: left;
	padding-left: 100px;
	font-size: 10pt;
	text-align: left;
}

.pop_area {
	height: 440px;
	padding-top: 30px;
}

.header_search {
	padding: 17px 0 0 5px;
	width: 180px;
}

.border1 {
	border-bottom: 1px solid #D8D8D8;
}

.title {
	font-size: 12pt;
	color: #333333;
	font-weight: normal;
}

.time_font {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.search_text {
	background-color: #FFFFFF;
	border: 1px solid #C4C4C4;
	width: 200px;
	height: 35px;
	padding-left: 5px;
	position: relative;
	top: 1px;
	line-height: 35px;
}

.search_btn {
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: middle;
	box-sizing: border-box;
	margin-top: -8px;
}

.search_btn:hover {
	background-color: #DDDDDD;
}

.search_text2 {
	background-color: transparent;
	border: 0px solid;
	height: 20px;
	width: 160px;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
}

.search_text2:focus {
	outline: 0;
}

.event_title {
	color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	background-color: #4C4236;
	padding: 5px 0px 7px 5px;
	font-size: 18px;
	font-weight: bold;
}

.event_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.event_list li {
	padding-top: 5px;
	padding-left: 15px;
	font-size: 11pt;
	height: 24px;
	cursor: pointer;
}

.event_list li:hover {
	text-decoration: underline;
}

.event_list .sel {
	background: #196ad9;
	color: #FFFFFF;
}

.volume_list {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.volume_item {
	position: relative;
	border-bottom: 1px solid #CCCCCC;
	height: 100px;
	font-weight: bold;
	font-size: 16pt;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}

.volume_item:hover {
	background-color: #EEEEEE;
}

.volume_btn {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 15px;
	text-align: center;
}

.volume_item .free {
	color: #F65600;
	line-height: 25px;
}

.volume_item .coin {
	color: #444444;
	line-height: 25px;
}

.comicInfo_btn {
	font-size: 11pt;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px;
	cursor: pointer;
}

.comicInfo_btn_sel {
	color: #FFFFFF;
	background-color: #4C4236;
	border: 1px solid #4C4236;
}

.comicInfo_btn:hover {
	color: #FFFFFF;
	background-color: #4C4236;
	border: 1px solid #4C4236;
}

.myInfo_container {
	background-color: #FFF;
	width: 250px;
	height: 150px;
	z-index: 100;
	position: absolute;
	right: 50px;
	top: 70px;
	padding-top: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.myInfo_item {
	height: 30px;
	padding: 0 5px;
}

.myInfo_btn1 {
	width: 100%;
	height: 30px;
	padding-top: 10px;
	background-color: #FFFFFF;
	font-size: 11pt;
	text-align: center;
}

.myInfo_btn1:hover {
	text-decoration: underline;
}

.myInfo_btn2 {
	width: 100%;
	height: 28px;
	padding-top: 10px;
	background-color: #EEEEEE;
	font-size: 11pt;
	text-align: center;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.myInfo_btn2:hover {
	text-decoration: underline;
}

.chart_item {
	position: relative;
	width: 325px;
	height: 215px;
	text-align: center;
	float: left;
	margin-right: 20px;
	width: 325px;
}

.chart_item2 {
	width: 145px;
	height: 150px;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
	moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
	float: left;
}

.chart_item3 {
	width: 163px;
	padding-left: 10px;
	float: left;
	margin-top: 10px;
	text-align: left;
}

.title_area {
	text-align: center;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	padding-top: 18px;
}

.mark_19 {
	display: inline-block;
	width: 190px;
	font-weight: bold;
}

.dday {
	position: absolute;
	width: 50px;
	height: 22px;
	background-color: #FF0018;
	color: #FFFFFF;
	font-size: 12pt;
	text-align: center;
	padding-top: 2px;
}

.win {
	position: relative;
	width: 500px;
	background-color: #FFFFFF;
	z-index: 1;
	margin: 0 auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.15);
	position: relative;
}

.win_box {
	display: table-cell;
	vertical-align: middle;
}

.win_bg {
	display: table;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 100;
	position: fixed;
	z-index: 100;
}

.win_bg2 {
	position: absolute;
	background-color: #808080;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}

.button {
	width: 370px;
	border: 1px solid #CCCCCC;
	display: inline-block;
	padding-top: 15px;
	height: 35px;
	font-size: 14pt;
	cursor: pointer;
}

.button_m {
	width: 35px;
	text-align: center;
	border: 1px solid #CCCCCC;
	display: inline-block;
	padding-top: 10px;
	height: 350x;
	font-size: 14pt;
	cursor: pointer;
}

.button_1 {
	background-color: #FFA800;
	width: 180px;
	height: 40px;
	display: inline-block;
	padding-top: 15px;
	color: #FFFFFF;
	font-size: 14pt;
	cursor: pointer;
}

.button_2 {
	background-color: #FF6100;
	width: 180px;
	height: 40px;
	display: inline-block;
	padding-top: 15px;
	color: #FFFFFF;
	font-size: 14pt;
	cursor: pointer;
}

.button_1 img {
	vertical-align: middle;
}

.button_2 img {
	vertical-align: middle;
}