@charset "utf-8";

/*list view*/
#divViewForm {
	width: auto;
	padding: 0;
	border: 4px solid #ddd;
	background-image: url("/image/ko/common/ico/viewbg.gif");
	background-repeat: repeat-y;
	margin: 0 auto;
	line-height: 1.5em;
}

#divViewForm .viewtable {
	width: 100%;
	margin: 0 auto;
	border: 0px;
}

.viewtable th {
	padding: 6px 12px 6px 18px;
	width: 120px;
	text-align: left;
	background-color: #f5f5f5;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #ddd;
	border-left: 0px;
}

.viewtable th.join {
	width: 100px;
}

.viewtable td {
	padding: 6px 0px 6px 24px;
	width: auto;
	background-color: #fff;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #ddd;
	border-left: 0px;
}

#divViewForm input {
	vertical-align: middle
}

/*search*/
#divContentSearch { /*float:left;*/
	width: 100%;
	height: auto;
	margin: 0 auto 16px auto;
	padding: 8px 0 12px 0;
	background-image: url(/image/ko/common/search_bg.gif);
	color: #656565;
	text-align: center
}
.searcharea {
	width: auto;
	min-width: 770px;
	vertical-align: middle;
	line-height: 2em
}

.searchIcon {
	display: inline-block;
	position: relative;
	top: 0;
	/*margin-left: 5px;*/
	background: url(/image/ko/common/ico/icon_ring.gif) no-repeat 0 50%;
	padding: 0 0 0 8px;
	vertical-align: middle
}

.basicIcon {
	background: url(/image/ko/common/ico/icon_ring.gif) no-repeat 0 50%;
	padding: 0 0 0 12px;
	vertical-align: middle;
}

#searchCnt {
	padding-bottom: 3px
}
/* purcharequest*/
#divWriteForm {
	width: auto;
	border: 4px solid #d0d2d3;
	padding: 12px 20px 12px 20px;
}

#divWriteForm .writetable {
	width: 100%;
	margin: 0 auto;
}

#divWriteForm .writetable textarea {
	width: 581px
}

#divWriteForm .writeguide {
	height: auto;
	width: auto;
	padding: 0 0 12px 0;
	margin: 0 0 8px 0;
	display: block;
	border-bottom: 1px solid #e5e4e1;
}

.writeguideImg {
	float: left;
	margin: 3px 8px 0 0;
}

.guidePoint {
	font-weight: bold;
}

.writeguide ul li {
	margin: 0 0 0 22px;
}

.writetable {
	width: 94%;
	margin: 0 0 0 15px;
	border: 0;
}

.writetable th {
	padding: 3px 10px;
	width: 120px;
	text-align: left;
	border: 0;
}

.writetable td {
	padding: 3px 10px;
	width: auto;
	border: 0;
}

.star {
	color: #FF3300;
}

.writetable th.nostar {
	padding-left: 22px;
}

.formpurch {
	width: 500px
}
/*board List*/
#divList { /*float:left;*/
	margin: 0;
	line-height: 1.7em
}

*:first-child+html #divList {
	border: 1px solid #fff; /* added according to divPageNum Box margin*/
}

#divTotalCnt {
	float: left;
	font-weight: bold;
	padding-bottom: 3px
}

#divTotalCount .totalcount {
	color: #ab2b01;
	font-weight: bold;
}

#divPageNum {
	margin-right: 2px;
	padding-bottom: 3px;
	text-align: right
}

.PageNum {
	font-weight: bold;
}

/*list Table*/
.listtable { /*clear:both;*/
	width: 100%;
	border-top: 1px solid #A2A6AA;
	border-bottom: 1px solid #A2A6AA;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}

.listtable th {
	border: 0;
	padding: 8px 6px;
	/*white-space:nowrap; */
	text-align: center;
	background: #f3f6f9;
	line-height: normal
}

.listtable th.first-child,th.last-child {
	padding: 0 4px;
}

.listtable th.first-child span,th.last-child span {
	display: block;
	padding: 4px 0;
}

.listtable th.first-child span {
	margin-left: -4px;
	padding-left: 10px;
}

.listtable th.last-child span {
	margin-right: -4px;
	padding-right: 10px;
}

.listtable td {
	border: 0;
	border-top: 1px solid #dadcde;
	padding: 6px 8px 6px 8px;
	/*white-space:nowrap;*/
	text-align: center;
	color: #666;
	line-height: normal
}

.listtable td.bookName {
	width: 50%
}

.listtable td.journal_name {
	text-align: left
}

.listtable td.writer {
	text-align: left
}

.listtable td.publisher {
	text-align: left
}

/*board Wirte*/
.divboardWrite {
	width: 100%;
}

.boardWriteTable {
	width: 800px;
	border: 0;
	margin: 12px 0;
}

.boardWriteTable th {
	border: 0;
	padding: 4px 0 4px 10px;
	text-align: left;
}

.boardWriteTable td {
	border: 0;
	padding: 4px 0 4px 0;
}

.boardWriteTable th.writer {
	width: 90px
}

.boardWriteTable th.email {
	width: 90px
}

.boardWriteTable th.company_dept {
	width: 90px
}

.boardWriteTable th.telephone {
	width: 90px
}

.boardWriteTable th.title {
	width: 90px
}

.boardWriteTable th.insertDate {
	width: 90px
}

.boardWriteTable td.inputWriter {
	width: 330px
}

.boardWriteTable td.inputEmail {
	width: 330px
}

.boardWriteTable td.inputCompany_dept {
	width: 330px
}

.boardWriteTable td.inputTelephone {
	width: 330px
}

.boardWriteTable td.inputTitle {
	width: auto
}

.boardWriteTable td.inputInsertDate {
	width: auto
}

.boardWriteTable input.writer {
	width: 300px
}

.boardWriteTable input.email {
	width: 288px
}

.boardWriteTable input.company_dept {
	width: 325px
}

.boardWriteTable input.telephone {
	width: 300px
}

.boardWriteTable input.title {
	width: 700px
}

.boardWriteTable input.insert_date {
	width: 300px
}

.addFiletable {
	width: 100%;
	border: 0;
	margin: 12px 0 12px 0;
}

.addFiletable th,.addFiletable td {
	border: 0;
	padding: 2px 0 2px 12px;
	text-align: left;
}

.addFile {
	display: block;
	min-height: 50px;
	display: block;
	border: 1px solid #b9b296;
	padding: 6px;
	font-size: 11px;
	/*float: left;*/
	width: 834px; /*Ãß°¡ 1007*/
	margin: 0 0 8px 0; /*Ãß°¡ 1007*/
}

/*list Table form*/
.listTableform {
	clear: both;
	width: 100%;
	border-top: 2px solid #7f8056;
	border-bottom: 1px solid #a1a293;
	border-left: 1px solid #edede8;
	border-right: 1px solid #edede8;
}

.listTableform th {
	border: 0;
	border-top: 1px solid #fff;
	padding: 8px 6px;
	/*white-space:nowrap; */
	text-align: center;
	background: #f0f0ed;
	line-height: normal;
}

.listTableform th.FIRST-CHILD {
	border-top: 0;
}

.listTableform td {
	border-top: 1px solid #edede8;
	border-bottom: 0 solid #edede8;
	border-left: 0 solid #edede8;
	border-right: 1px solid #edede8;
	padding: 8px;
	white-space: nowrap;
	text-align: left;
	color: #666;
	line-height: normal;
	height: auto;
}

.listTableform td.FIRST-CHILD {
	border-top: 0;
}

.listTableform_ul {
	
}

.listTableform_ul li {
	width: 250px;
	float: left;
	padding: 4px 16px;
}

/*linkText*/
a.isread {
	color: #000;
	text-decoration: none;
}

a:link.isread {
	color: #000;
	text-decoration: none;
}

a:hover.isread {
	color: #3b61dc;
	text-decoration: underline;
}

a:visited.isread {
	color: #9f99c9;
	text-decoration: none;
}

/*Added URL*/
.divAddURL {
	width: 850px;
}

.addurlSuccess {
	width: 836px;
	background-color: #e6e6e1;
	height: 30px;
	font-weight: bold;
	margin: 2px 0;
	color: #000;
	line-height: 250%;
	padding: 0 0 0 12px;
}

.addurlAdd {
	width: 836px;
	border-bottom: 1px solid #d7d7d4;
	font-weight: bold;
	line-height: 250%;
	padding: 0 0 0 12px;
}

.addTitleText {
	font-weight: bold;
	margin: 0 6px 0 0;
}
/* tab */
.boardTabs {
	width: 832px;
	border-bottom: 1px solid #bbbbb9;
	color: #333;
	display: block;
	height: 18px;
	padding: 6px 8px 4px 8px;
	font-weight: bold;
}

.boardTabs li {
	display: inline;
	color: #333;
	height: 14px;
}

.boardTabs li a {
	height: 22px;
	padding: 6px 8px;
	border: 1px solid #6b6b6b;
	border-bottom: none;
	background: #6b6b6b;
	color: #fff;
	text-decoration: none;
}

.boardTabs li a:link,.boardTabs li a:visited {
	color: #fff;
}

.boardTabs li a:hover {
	height: 22px;
	color: #fff;
	background: #9b9b9b;
	border-color: #6b6b6b;
}

.boardTabs li a.current {
	height: 22px;
	background: #fff;
	border-bottom: 1px solid;
	border-bottom-color: #fff;
	color: #333;
}

.boardTabs li a.current a {
	height: 22px;
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #333;
}

.boardTabs li span {
	height: 22px;
	padding: 2px 8px;
	background: #fff;
	border: 1px solid #820a04;
	border-bottom: 1px solid #fff;
	color: #a21212;
}

.boardline {
	border-top: 2px solid #bbbbb9;
	width: 100%;
	height: 0;
}

.boardBottomLine {
	border: 0;
	width: 100%;
	height: 1px;
	background-color: #bbbbb9;
}

/*board detail*/
.divboardDetail {
	clear: both;
	line-height: 1.4em
}

.divQuestion {
	border: 1px solid #d0d2d3;
	margin: 0 0 20px 0;
}

.divQuestion_half {
	border: 1px solid #a4a198;
	margin: 0 0 20px 0;
	width: 50%;
	float: left;
}

.questionInfo {
	background-color: #f3f6f9;
	width: 100%;
	height: auto;
}

.questionBody {
	padding: 12px 20px 20px 20px;
	line-height: 1.7em
}

.questionTitleW {
	padding: 12px 0 12px 0
}

.boardUserimg {
	margin: 8px 12px 0 20px;
	float: left;
}

.questionImg {
	margin: 2px 0 0 0;
	float: left;
}

.questionTitle {
	color: #000;
	font-weight: bold;
	font-size: 13px;
	display: inline;
}

.questionViewer {
	margin: 2px 0 0 70px;
}

.questionWriter {
	color: #333;
	font-weight: bold;
	padding: 0 6px 0 0;
	float: left;
}

.questionPresent {
	color: #333;
}

.questionPresent dd {
	padding-bottom: 3px
}

/*date hitNum*/
.questionViewdata {
	background-color: #fff;
	background-image: url(/image/ko/common/board_lineDott.gif);
	background-repeat: repeat-x;
	height: 28px;
	line-height: 220%;
}

.questionViewdata dl {
	display: block;
	float: right;
}

.questionViewdata dt {
	padding: 0 6px 0 0;
}

.questionViewdata dd {
	padding: 0 20px 0 0;
}

.questionDateTitle {
	font-weight: bold;
	float: left;
}

.questionDate {
	float: left;
}

.questionHitTitle {
	font-weight: bold;
	float: left;
}

.questionHitNum {
	float: left;
}

.questionAddfileTitle {
	font-weight: bold;
	float: left;
}

.questionAddfile {
	float: left;
}

/*AddFile*/
.divAddfiles {
	padding: 0 20px 20px 20px;
}

.divAnswerAddfiles {
	padding: 0 20px 20px 20px;
	background-color: #fff;
}

.divAddfiles dl,.divAnswerAddfiles dl {
	background-color: #f7f7f7;
	padding: 8px 12px 8px 12px;
}

.addFileArea {
	width: 834px;
	margin: 8px 0 4px 0;
	padding: 0 0 2px 12px;
	border-bottom: 1px solid #d7d7d4;
}

.addFileAdd {
	width: 836px;
	border-bottom: 1px solid #d7d7d4;
	font-weight: bold;
	line-height: 250%;
	padding: 0 0 0 12px;
}

.divThumbnailAdd {
	width: 836px;
	border-bottom: 1px solid #d7d7d4;
	font-weight: bold;
	line-height: 250%;
	padding: 0 0 0 12px;
}

.addFileBox {
	background-color: #fff;
	border: 1px solid #b9b296;
	height: 19px;
	width: 720px;
}

.addBtnLine {
	width: 834px;
	height: 1px;
	margin: 8px 0;
	border-bottom: 1px dotted #d7d7d4;
}

.addBtnIcon { /*background:url(/image/ko/common/ico/tagsicon.gif);*/
	background-repeat: no-repeat;
	margin: 0 54px 0 0;
	padding: 0 0 0 8px;
}

.addFile {
	min-height: 50px;
	display: block;
	border: 1px solid #b9b296;
	padding: 6px;
	font-size: 11px;
	width: 834px;
	margin: 0 0 8px 0;
}

.boardURLtitle {
	color: #333;
	font-weight: bold;
	padding: 16px 0 4px 0;
	border-top: 1px dotted #dad8d4;
}

/*answer*/
.divAnswerW {
	margin: 0 0 20px 0;
}

.divboardNumTitle {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	clear: both
}

.divboardNum {
	color: #E67714 !important;
	font-size: 12px;
	font-weight: bold
}

.divAnswer_fist {
	border: 1px solid #d0d2d3;
	border-top: 1px solid;
	border-top-color: #a2a6aa;
}

.divAnswer {
	border: 1px solid #d6d6cc;
	border-top: 0;
}

.divAnswerW-half {
	margin: 0 0 20px 0;
	float: right;
	width: 49%;
}

.answerInfo {
	background-color: #f3f6f9;
	width: 100%;
	height: 100%;
	padding: 0 0 12px 0;
	min-height: 50px;
}

.answerImg {
	margin: 2px 0 0 0;
	float: left;
}

.answerTitleW {
	padding: 12px 0 12px 0;
}

.answerTitle {
	display: inline;
	color: #333;
	font-weight: bold;
}

.answerPresent {
	color: #4b4b4b;
}

.answerData {
	margin: 2px 0 0 70px;
}

.answerData dt,.answerData dd {
	float: left;
}

.answerWriter,.answerDateTitle {
	display: none;
}

.answerData dd {
	padding: 0 6px 0 0;
}

.answerBody {
	padding: 12px 20px 20px 20px;
	background-color: #fff;
}

/*In line answer*/
.divInlineW {
	margin: 0 0 16px 0;
}

.divInline {
	background-color: #fff;
	background-image: url(/image/ko/common/board_InlineDott.gif);
	background-repeat: repeat-x;
	width: 100%;
}

.inlineUserimg {
	margin: 12px 12px 0 20px;
	float: left;
}

.inlineTitleW {
	padding: 16px 0 16px 0;
}

.inlineTitle {
	color: #333;
	margin: 0 0 0 70px;
}

.inlineData {
	margin: 2px 0 8px 70px;
}

.inlineData dt,.inlineData dd {
	float: left;
}

.inlineWriter,.inlineDateTitle {
	display: none;
}

.inlineData dd {
	padding: 0 6px 0 0;
}

.inlineBtn {
	float: right;
	width: 60px;
	margin: 0 0 8px 0;
}

.BtnArrow {
	background: url(/image/ko/common/ico/tagsicon.gif) no-repeat 0 10%;
	margin: 4px 0 0 12px;
}

.divInlineForm {
	display: block;
	/*float: left;*/
	width: 100%;
	height: 70px;
	background-color: #F4F7FA;
	border-bottom: 1px solid #b9b9b9;
}

.inlineForm {
	width: 760px;
	height: 40px;
	margin: 12px 4px 12px 20px;
	border: 1px solid #d9d7d7;
	float: left;
	font-size: 12px;
}

.inlineFormbtn {
	float: left;
	border: 1px solid #d9d7d7;
	width: 80px;
	height: 40px;
	margin: 12px 0 12px 0;
	background-color: #fff;
	line-height: 340%;
	text-align: center;
	font-weight: bold;
	color: #000;
}

.inlineFormbtn a:hover,.inlineFormbtn  a:active {
	text-decoration: none;
}

.inlineTxt_strong {
	color: #E67714;
	font-weight: bold;
}
/*preview and next list */
.divboardList {
	float: left;
	width: 100%;
	margin-top: 20px
}

.divboardList dl dd {
	height: 32px;
}

.boardPrev {
	background: url(/image/ko/common/ico/arrow_up.gif) no-repeat 20px 50%;
	height: 32px;
	color: #E67714;
	font-weight: bold;
	float: left;
	padding: 0 12px 0 24px;
	border-top: 1px solid #b9b9b9;
	line-height: 280%;
}

.boardPrevW {
	border-top: 1px solid #a2a6aa;
	line-height: 280%;
	background: url(/image/ko/common/board_line.gif) no-repeat 90px 48%;
	padding: 0 0 0 106px;
}

.boardNext {
	clear: both;
	background: url(/image/ko/common/ico/arrow_down.gif) no-repeat 20px 50%;
	height: 32px;
	color: #E67714;
	font-weight: bold;
	float: left;
	padding: 0 12px 0 24px;
	border-bottom: 1px solid #b9b9b9;
	border-top: 1px dotted #d9d7d7;
	line-height: 280%;
}

.boardNextW {
	border-bottom: 1px solid #a2a6aa;
	border-top: 1px dotted #d9d7d7;
	line-height: 280%;
	background: url(/image/ko/common/board_line.gif) no-repeat 90px 48%;
	padding: 0 0 0 106px;
}

/*myprofile*/
.btn_myprofile {
	width: 35px;
	height: 18px;
	background: url(/image/ko/common/btn/btn_profile.gif) no-repeat;
	border-style: none;
	color: #fff;
	font-size: 11px;
	padding: 0 0 1px 0;
}

.myimgText {
	vertical-align: middle;
	padding: 2px 0 0 8px;
}

/*Temporary*/
.divTemporary {
	position: relative;
	top: -10px;
	left: 348px;
	width: 450px;
}

.temporaryTitle {
	text-align: right;
	font-weight: bold;
	padding: 2px 2px 0 0;
}

.temporaryTotal {
	color: #9a0f16;
	font-size: 11px;
}

.temporaryW {
	border: 2px solid #7e7e7e;
	padding: 8px 12px;
	background-color: #fff;
}

.temporary {
	display: block;
}

.temporary td {
	border: 0;
	line-height: 180%;
	border-bottom: 1px solid #d6d6d6;
	padding: 2px 0 2px 8px;
}

.tempoIco {
	background: url(/image/ko/common/ico/arrow_gray.gif) no-repeat 0 50%;
}

.temporaryBtn {
	border-top: 1px solid #d6d6d6;
	text-align: right;
	padding: 4px 0 12px 0;
}

.endLine {
	border-bottom: 2px solid #d6d6d6;
}

/*writeForm*/
.writeForm {
	width: auto;
	/*padding: 0 16px 0 16px;*/
	border: 4px solid #d0d2d3;
	background-repeat: repeat-y;
	margin: 0 auto;
}

.writeForm .viewtable {
	width: 100%;
	margin: 0 auto;
	border: 0;
}

.viewtable th {
	padding: 6px 12px 6px 18px;
	width: 150px;
	text-align: left;
	background-color: #f5f5f5;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #dadcde;
	border-left: 0
}

.viewtable td {
	padding: 6px 0 6px 24px;
	width: auto;
	background-color: #fff;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #dadcde;
	border-left: 0;
}

/*table Photo*/
.divPhoto {
	margin: 0 0 32px 0;
	height: 100%;
	overflow: auto;
}

*:first-child+html .divPhoto {
	overflow: hidden;
}

.divPhoto ul li {
	display: block;
	float: left;
	padding: 32px 35px 32px 35px;
	width: 100px;
	height: 156px;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px dotted #b9bcc1
}

.divPhoto ul li .photo {
	display: table-cell;
	position: static;
	width: 100px;
	height: 120px;
	margin: 0 auto;
	padding: 4px;
	vertical-align: middle;
	text-align: center;
}

*:first-child+html .divPhoto ul li .photo {
	display: inline-block;
	position: static;
	vertical-align: middle;
	margin: auto;
	width: 100px;
	height: 120px;
}

.photoTitle {
	display: block;
	width: 100px;
	padding: 4px 4px 0 2px;
	text-align: left;
}
/* 지정도서 기본검색의 발행년 청구기호 */
.listtable td.title {
	width: 24%;
	text-align: left;
	line-height: 1.2em
}

.listtable td.author {
	width: 14%;
	text-align: left;
}

.listtable td.location {
	width: 10%;
	text-align: left;
}

.listtable td.call_no {
	width: 10%;
	text-align: left;
}

.listtable td.reservation_rank {
	width: 8%;
	text-align: center;
}

.listtable td.reservation_date {
	width: 8%;
	text-align: center;
}

.listtable td.reserve_rpt_date {
	width: 9%;
	text-align: center;
}

.listtable td.loan_date_limit {
	width: 9%;
	text-align: center;
}

.listtable td.reservation_status {
	width: 8%;
	text-align: center;
}

.writetable2 {
	width: 100%;
	padding: 20px 12px 0 12px;
	width: 838px;
}

.writetable2 th {
	padding: 3px 10px;
	width: 122px;
	text-align: left;
	border: 0;
}

.writetable2 td {
	float: left;
	padding: 3px 10px;
	width: auto;
	border: 0;
}

/* content list */
.proposeCount {
	font-weight: bold;
	clear: both;
}

.all {
	color: #2e4192;
	font-weight: bold;
}

.requestCount {
	padding: 10px 0 3px 0;
	clear: both
}

#divContentFooter {
	display: block;
	padding: 15px;
	margin: 20px 0 20px 0;
	background: #f2f2f2;
	line-height: 1.7em;
}
/* Searchbtn */
.searchbtn {
	background: url(/image/ko/common/btn/search.gif);
	border-style: none;
	width: 40px;
	height: 20px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
}

*:first-child+html .searchbtn {
	position: relative;
	top: 0;
}

.searchbtn {
	background: url(/image/ko/common/btn/search.gif);
	border-style: none;
	width: 40px;
	height: 20px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
}
/* sub page user information */
#divUserInfo {
	width: 98%;
	height: 38px;
	margin: 12px 0 12px 16px;
	clear: both;
	line-height: 1.6em
}

.userimg {
	margin: 0 16px 0 0;
	float: left;
}

.usernameTitle {
	font-weight: bold;
}

.uguide dt {
	font-weight: bold;
	float: left;
}

.uguide dd {
	float: left;
	padding: 0 36px 0 0;
}

.guideInfo {
	padding: 20px;
	background: #f2f2f2
}
/* sub page content header */
#divContentHeader {
	width: auto;
	margin-bottom: 10px;
	padding: 15px;
	background: #f2f2f2;
	line-height: 1.5em;
}

#divContentHeader ul {
	width: auto;
	margin: 0 auto;
	margin-bottom: 0;
	padding: 0;
	background: #f2f2f2;
	line-height: 1.5em
}

#divContentHeader p img {
	display: none
}
/* sub page content footer */
#divContentFooter {
	display: block;
	padding: 1.5em 1.5em 1em 1.5em;
	margin: 20px 0 20px 0;
	color: #656565;
	line-height: 160%;
}

.graphListView{
	padding-left:12px;
	background:url("/image/ko/common/ico/listicon2.gif") no-repeat 0 2px;
	font-size:12px;
	letter-spacing: -1px;
}