@charset "euc-kr";

* { margin:0; padding:0 font-family: dotum,'µ¸¿ò',gulim,'±¼¸²',Helvetica,Apple-Gothic,sans-serif;-webkit-text-size-adjust:none; }
body { min-width: 320px; line-height: 1.25em; word-wrap:break-word;word-break:break-all; font-weight: normal; color:#7F7F7F;}
html, body {height:auto !important;}
img,fieldset { border:0; }
ul,ol,li { list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }
a { text-decoration: none; cursor: pointer;}

/* ±Û¾¾°¨Ãß±â */
.text_hidden {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* Button */

.button_basic {
	padding: 5px 12px;
	text-align: center;
	background-color: #4BB6FA;
	color: #ffffff;
	font-size: 0.83m;
}

.button {
	color: #ffffff;
	font-size:0.67em;
	line-height:100%;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 5px 5px 3px;
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
	
	border-radius: 10px;
	box-shadow: inset rgba(255,255,255,0.3) 1px 1px 0;
}

.eb_button {
	color: #ffffff;
	font-size:1em;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 2px 5px 0px;
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
	
	border-radius: 0px;
	box-shadow: inset rgba(255,255,255,0.3) 1px 1px 0;
}


.black {
	background: #444444;
	background: -moz-linear-gradient(top,  #444444 0%, #1c1c1c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#1c1c1c));
	background: -webkit-linear-gradient(top,  #444444 0%,#1c1c1c 100%);
	background: -o-linear-gradient(top,  #444444 0%,#1c1c1c 100%);
	background: -ms-linear-gradient(top,  #444444 0%,#1c1c1c 100%);
	background: linear-gradient(to bottom,  #444444 0%,#1c1c1c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#1c1c1c',GradientType=0 );
	border: 1px solid #2a2a2a;
}

.cyan {
	background: rgb(130,207,241);
	background: -moz-linear-gradient(top,  rgba(130,207,241,1) 0%, rgba(56,174,234,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,207,241,1)), color-stop(100%,rgba(56,174,234,1)));
	background: -webkit-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
	background: -o-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
	background: -ms-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
	background: linear-gradient(to bottom,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cff1', endColorstr='#38aeea',GradientType=0 );
	border: 1px solid #3cafcf;
}


/* footer */
#main_footer {
	padding: 10px 5px;
	background: #E4E4E4;
	text-align: center;
}
#main_footer img{
	width:75%;
}

/* ÃÖ»ó´Ü ¸Þ´º¹Ù */
#main_header {
	height: 46px;
	background: #FFF384;

	position: relative;
	text-align: center;
	vertical-align: middle;
}

#main_header > a, #main_header > label {
	display: block;
	position: absolute;
}

#main_header > div {
	padding-top:10px;
}

#main_header > a.left {
	width:90px;
	height:27px;
	left: 5px; top: 12px;
}

#main_header > a.right {
	width:63px;
	height:27px;
	right: 5px; top: 12px;
}

#main_header > label.right {	
	width:16px;
	height:15px;	
	-webkit-background-size:16px 15px;
	background: url('/images/btn_toggle.png') no-repeat;
	right: 10px; top: 13px;	
	text-indent: -99999px;
}

/* ÃÖ»ó´Ü ¸Þ´º toggle */
#toggle { display: none; }
#toggle + #wrap > #toggle_gnb { display: none; }
#toggle:checked + #wrap > #toggle_gnb { display: block; } 

#toggle_gnb {
	background: #F5F5F5;
	padding: 5px;
}

#toggle_gnb > ul { overflow: hidden; }
#toggle_gnb > ul > li { width:50%; float: left; }


/* »ó´Ü top ¸Þ´º */
#top_gnb { 
	overflow: hidden; 
	height: 35px;
	border-top: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	text-align: center;
	line-height: 35px;
	background: #FFD040;
}
#top_gnb > div a {
	float: left;
	width: 24.7%;
	color: #000000;
	font-weight: bold;
	font-size:0.83em;
}

#top_gnb > div a img {
	margin-right:2px;
	margin-bottom:5px;
	vertical-align: middle;
}

#top_gnb1 a {
	border-right: 1px solid #A48122;
}
#top_gnb1 a.sel{
	background-color:#FFFFFF;
	border-right: 1px solid #A48122;
}

#top_gnb2 a {
	border-right: 1px solid #A48122;
}
#top_gnb2 a.sel{
	background-color:#FFFFFF;
	border-right: 1px solid #A48122;
}

#top_gnb3 a {
	border-right: 1px solid #A48122;
}
#top_gnb3 a.sel{
	background-color:#FFFFFF;
	border-right: 1px solid #A48122;
}

#top_gnb4 a {
}
#top_gnb4 a.sel{
	background-color:#FFFFFF;
}

#content {
	padding: 15px 0px;
	overflow: hidden;
}

/*µµ¼­ ¸®½ºÆ®*/
#book_list_wrap {
	margin: 15px 5px;
	padding-bottom: 15px;
	overflow: hidden;
	border-bottom:1px solid #CECECE;
}

#book_list_wrap {
	margin: 15px 5px;
	padding-bottom: 15px;
	overflow: hidden;
	border-bottom:1px solid #CECECE;
}

#book_img{
	width: 70px;
	float: left;
	text-align: left;
	padding-top:3px;
	background: url('/images/book_line.png') no-repeat;
	-webkit-background-size:57px 3px;
	background-position: top left;
}

#book_img img{
	border-left:1px dotted #000000;
	border-right:1px dotted #000000;
	border-bottom:1px dotted #000000;
}

#book_content_wrap {
	float: left;
	width: 100%;
	*width: 99.9%;
	margin-right: -70px;
}

#book_content_wrap > #book_content {
	padding-right: 70px;
}

#book_content_wrap > #book_content > #book_title a {
	color: #007AC8;
	font-weight: bold;
	padding-bottom: 2px;
	margin-right: 2px;
	overflow: hidden;
}

#book_content_wrap > #book_content > #book_title_sub {
	font-size:0.83em;
	padding-bottom: 5px;
	margin-right: 2px;
	overflow: hidden;
	color: #000000;
}

/*µµ¼­ ¸®½ºÆ® ³» µµ¼­Á¤º¸*/
#book_content {
	overflow: hidden;
}

#book_content > #book_data > #book_writer {	
	float: left;
	width: 100%;
	*width: 99.9%;
	margin-left: -90px;
	font-size:0.75em;
}

#book_content > #book_data > #book_writer > div > span {
	font-weight: bold;
}

#book_content > #book_data {
	padding-left: 90px;
}

#book_content > #book_data > #book_link {
	width: 75px;
	padding: 7px 3px;
	text-align: center;
	background-color: #4BB6FA;
	margin-left:5px;
	float: left;
}

#book_content >  #book_data > #book_link a {
	color: #FFFFFF;
	font-weight: bold;
	font-size:0.83em;
}


/* list paging */
#book_list_paging {
	margin: 15px 0px;
	text-align: center;
}

#book_list_paging > span a {
	font-size: 1em;
	color:#7F7F7F;
	padding: 3px 7px;
	margin: 0px 2px;
	border: 1px solid #D0D0D0;
}
#book_list_paging > .sel_page a {	
	font-weight: bold;
	background-color: #4BB6FA;
	color:#FFFFFF;
}


/* ¸ÞÀÎ(½Å°£¼Ò°³) */
#main_newbook_wrap {
	margin: 10px 5px;
	padding-bottom: 40px;
	overflow: hidden;
	background: url('/images/bookinfo_line_main.png') repeat-x;
	background-position: bottom center;
}

#main_newbook_wrap > h1{
	margin-bottom: 20px;
}

#book_list_wrap_main {
	margin: 0px 5px;
	padding-bottom: 15px;
	overflow: hidden;
}

/* ¸ÞÀÎ(ºÏÆ®·¹ÀÏ·¯, SNS) */
#main_etc_wrap {
	margin-top: 15px;
	overflow: hidden;
	border-top:1px solid #CECECE;
	border-bottom:1px solid #CECECE;
}

#main_event_wrap {
	margin-top: 15px;
	width: 100%;
	overflow: hidden;
	border-top:1px solid #CECECE;
	border-bottom:1px solid #CECECE;
}

#booktr_wrap {
	float: left;
	width: 100%;
	*width: 99.9%;
	text-align: right;
	margin-left: -80px;
	background: url('/images/main_line.png') no-repeat;
	background-position: top right;
}

#booktr_wrap > #booktr, #booktr_wrap > #cardnewstr {
	width:100%;
	margin-left:-10px;
	background-color: #E1E9EE;
}

#booktr_wrap > #booktr > h1, #booktr_wrap > #booktr > div, #booktr_wrap > #booktr > h1, #booktr_wrap > #cardnewstr > h1, #booktr_wrap > #cardnewstr > div {
	text-align: left;
	overflow: hidden;
}

#booktr_wrap > #booktr > h1 > img  {
	width: 25%;
	margin: 5px 0px 5px 95px;
}

#booktr_wrap > #booktr > div > a img  {
	width: 80%;
	margin: 0px 95px;
}

#booktr_wrap > #cardnewstr > h1 > a img  {
	width: 30%;
	margin: 5px 0px 5px 95px;
}

#booktr_wrap > #cardnewstr > div > a img  {
	width: 68%;
	margin: 0px 95px;
}

#booktr_wrap > #booktr_desc_wrap {
	text-align: left;
	margin-right:10px;
	padding-left: 85px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	background-color: #E1E9EE;
}

#booktr_wrap > #booktr_desc_wrap > h1 {
	font-size:0.92em;
	font-weight: bold;
	color: #000000;
	border-left:3px solid #FA2F00;
	margin:0px 10px 0px 0px;
	padding-left:5px;
}

#booktr_wrap > #booktr_desc_wrap > div {
	font-size:0.75em;
	margin:0px 10px 0px 0px;
	border-left:3px solid #FA2F00;
	background-color: #E1E9EE;
	padding-left:5px;
	color: #000000;
}

#booktr_wrap > #booktr_desc_wrap > div > span {
	font-weight: bold;
}


#booktr_wrap > #booktr_desc_text {
	text-align: left;
	font-size:0.75em;
	line-height: 130%;
	margin:0px 10px 0px 0px;
	padding-left:85px;
	padding-right:5px;
	padding-bottom:5px;
	background-color: #E1E9EE;
}

#fkimedia_sns {
	float: left;
	width: 80px;
	text-align: left;
	background-color: #ffffff;
	overflow: hidden;
}

#fkimedia_sns > ul {
	padding:0;
}

#fkimedia_sns > h1 > img {
	width: 75px;
	margin: 5px 0px;
}

#fkimedia_sns > ul > li > a img {
	width: 50px;
	margin: 5px 0px 0px 13px;
}

/* ºÏÄ«µå */

#bcard_wrap {
}

#bcard_title {
	margin-top: 5px;
	height: 20px;
	line-height: 20px;
}

#bcard_info {
	border-top: 1px solid #777777;
}

#bcard_info > h1 {
	color: #007AC8;
	line-height: 150%;
	font-weight: bold;
	margin: 5px 2px;
	text-align: center;
	font-size: 1.16em;
}

.bcard_info_desc {
	text-align: justify;
	line-height: 150%;
	font-size:0.83em;
	background-color: #F7F7F7;
	border-top: 1px dotted #777777;
	border-bottom: 2px solid #777777;
	padding:5px 10px;
	overflow: hidden;
}

.bcard_info_subtitle {
	font-size:0.83em;
	padding-bottom: 5px;
	font-weight: normal;
	color: #000000;
	text-align:center;
}


/* µµ¼­»ó¼¼º¸±â */
#book_info_wrap {
	margin: 10px 5px;
	padding-bottom: 15px;
	overflow: hidden;
}

#book_view_imgbox {
	position: relative;
	text-align: center;
	vertical-align: middle;
	background: url('/images/bookinfo_line.png') repeat-x;
	background-position: bottom center;
	margin-bottom: 20px;
}

#book_view_imgbox > h1 {
	display: block;
	position: absolute;
	width:60px;
	left: 10px;
}

#book_view_imgbox > div > img {
	width:35%;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 1px solid #E3E3E3;
}

#book_view_infobox {
	background-color: #F7F7F7;
	border-top: 1px solid #777777;
	border-bottom: 2px solid #777777;
	padding:5px 0px 0px;
	margin-bottom: 15px;
	overflow: hidden;
}

#book_view_infobox > h1 {	
	color: #007AC8;
	line-height: 150%;
	font-weight: bold;
	margin: 5px 2px;
	text-align: center;
	border-bottom: 1px solid #CECECE;
	padding-bottom: 5px;
}

#book_view_infobox > h1 > span {
	font-size:0.83em;
	padding-bottom: 5px;
	margin-right: 2px;
	font-weight: normal;
	color: #000000;
}

#book_view_infobox > #bookinfo_wrap, #book_view_buy {
	width:100%; 
	font-size: 0.75em;
	text-align: left;
	padding-left:5px;
	padding-bottom:5px;
	overflow: hidden;
}

#book_view_infobox > #bookinfo_wrap > div > span, #book_view_infobox > #book_view_buy > div > span {
	font-weight: bold;
	color: #2E2E2E;
}

#book_view_buy > div > a > img {
	margin-bottom:5px;
}

#book_view_infobox > #bookinfo_wrap > div.left { 
	width:53%; 
	float: left;	
}
#book_view_infobox > #bookinfo_wrap > div.right { 
	width:45%; 
	float: right;
}

#book_view_infobox > #book_view_buy {
	clear:both;
	border-top: 1px solid #777777;
	background-color: #FFF384;	
}

#book_view_rel {
	border-top: 1px solid #777777;
	border-bottom: 2px solid #777777;
	background: #92D1FA;
	padding:5px 0px 0px;
	margin-bottom: 15px;
}

#book_view_rel > h1 {
	color: #2B2B2B;
	padding: 0px 0px 2px 10px;
	border-bottom: 1px solid #777777;
	font-size:0.83em;
}


#book_view_rel > section {
	background: #FFFFFF;
	padding:10px 0px;
}

#book_view_rel > section > img {
	margin-right:15px;
}


/* Ã¥¼Ò°³(ÀúÀÚ, ¸ñÂ÷µî) */
#book_view_intro{
	margin-bottom: 15px;
}
#book_view_intro > ul.intro_tab{
	padding:0;
}
#book_view_intro > ul.intro_tab li{
	list-style-type:none;
	width:16.4%;
	height:30px;
	float:left;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;	
	background: #D8D8D8;
	font-weight: bold;
	font-size:0.75em;	
}
#book_view_intro > ul.intro_tab li a{
	outline:none;
	display:block;
	line-height:30px;
	text-align:center;
	color:#282828;
}
#book_view_intro > ul.intro_tab li a.selected{
	background: #F5DB40;
	text-decoration:none;
	cursor:default;
}
#book_view_intro > ul.intro_panel{
	clear:both;
	border-bottom:2px solid #777777;
	padding:0;
	font-size: 0.75em;
}

#book_view_intro > ul.intro_panel > li > a {
	color: #0056D6;
}

#book_view_intro > ul.intro_panel li{
	list-style-type:none;
	padding:10px 5px;
	color:#3E3E3E;
}

/* ¾Û¼Ò°³ */
#app_info {
	text-align: center;
}

#app_info > a > img, #app_info > img {
	width: 95%;
}