/* ########################################################################################################################################
		목록(bbs_list.asp) 설정
######################################################################################################################################## */
[class*=" fa-"]:not(.fa-stack), [class*=" glyphicon-"], [class*=" icon-"], [class^=fa-]:not(.fa-stack), [class^=glyphicon-], [class^=icon-] {
    margin: 4px;
}

.btn {
    border-radius: 0;
}

label {
    font-weight: inherit;
    font-size: inherit;
    margin-right: 8px !important;
}

.navi-sch-01 * {
    margin-right: 4px;
}

.navi-sch-01 #edSCH_STR {
    width: 100px;
    padding-left: 4px;
    height: 36px;
}

.navi-sch-01 select {
    height: 36px;
}

.navi-sch-01 a.btn {
    vertical-align: top;
    padding: 6px 5px 6px 8px;
}

ul.bbs-download li:hover {cursor: pointer;}
ul.bbs-download,
ul.bbs-writer-info,
ul.bbs-tel-info,
ul.bbs-emp-info {
    list-style: none;
    padding: 6px 0;
	border-bottom: 1px dashed;
	margin-bottom: 10px;
}
ul.bbs-emp-info {background: #fff5eb;}

ul.bbs-writer-info li,
ul.bbs-tel-info li,
ul.bbs-emp-info li {
    display: inline;
	padding-right: 10px;
}
ul.bbs-tel-info li.call-msg {
	color: #ff0000;
	font-weight: 600;
}
ul.bbs-tel-info li:not(.call-msg) {
    background-color: #ffe0a6;
}

#notice ul.bbs-download {
    border-bottom: none;
    margin-bottom: 0;
}

.bbs-download i.fa {color: #D71921;}
ul.bbs-download li:hover {color: #D71921;}

textarea#mmREPLY {
    border-color: #999;
}

/* 글이 긴 경우, 뒷부분을 삭제하고 ... 처리한다. */
table.fix-table {table-layout: fixed;}
table.fix-table th,
table.fix-table td {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


table th.nowrap,
table td.nowrap {
	white-space: nowrap;
}

.btn-write {
    margin: 8px 0;
}

.chk-char-img {
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    max-width: 140px;
    width: 100%;
    border: 4px dotted #FF7070;
}

/* -----------------------------------
단순한 리스트 형식의 목록들(a01) 
----------------------------------- */
.bbs-a01 {
	width: 100%;
	border-spacing: 0px;
	margin-bottom: 20px;
	border-top: 2px solid;
	border-bottom: 2px solid;
}
.bbs-a01 tr {line-height: 36px;}

.bbs-a01 tbody tr {cursor: pointer;}

.bbs-a01 th {
	border-bottom: 1px solid;
}

.bbs-a01 td {
	padding: 0 4px;
	border-bottom: 1px solid;
}

/* 제목이 두줄이 될때, ".bbs-a01 tr"과 다르게 줄간격을 좁힐 수 있다.(작은 화면-스마트폰-에서 용이함) */
.bbs-a01 td.title {
	line-height: 22px;
}
.bbs-a01 td.title.b {
	font-weight: 500;
}

.bbs-a01.fix-table td img,
.bbs-a01.fix-table td i.fa {margin-right: 4px;}

.bbs-a01.nofix-table td img,
.bbs-a01.nofix-table td i.fa {margin-left: 4px;}

.bbs-a01 td span.popup {
    padding: 2px 4px 3px;
    margin-right: 4px;
}

.bbs-a01 td span.notice {
    padding: 2px 4px 3px;
    margin-right: 4px;
}

.bbs-a01 td span.sec_nm {
	font-weight: 600;
    margin-right: 4px;
	color: #666;
}

.bbs-a01 td span.reply {
    font-size: 90%;
    margin-left: 4px;
    margin-right: 4px;
}

.bbs-a01 td span.answer-y {
    padding: 5px;
	font-weight: bold;
}

.bbs-a01 td span.answer-n {
    padding: 5px;
	font-weight: 300;
}

.bbs-a01 td span.answer-rsv {padding: 5px; font-weight: 300;}

/* -----------------------------------
단순한 리스트 형식의 목록들(a02) 
----------------------------------- */
.bbs-a02 {
	width: 100%;
	border-spacing: 0px;
	border-top: 2px solid;
	border-bottom: 2px solid;
}
.bbs-a02 tr {
	/*
	.bbs-a02 td 의 padding: 2px...로 대신함.
	line-height: 36px;
	*/
}

.bbs-a02 tbody tr {cursor: pointer;}

.bbs-a02 th {
	border-bottom: 1px solid;
}

.bbs-a02 td {
	padding: 2px 4px;
	border-bottom: 1px solid;
	white-space: nowrap;
}

/* 제목이 두줄이 될때, ".bbs-a02 tr"과 다르게 줄간격을 좁힐 수 있다.(작은 화면-스마트폰-에서 용이함) */
.bbs-a02 td.title {
	line-height: 22px;
    white-space: inherit;
}

.bbs-a02.fix-table td img,
.bbs-a02.fix-table td i.fa {margin-right: 4px;}

.bbs-a02.nofix-table td img,
.bbs-a02.nofix-table td i.fa {margin-left: 4px;}

.bbs-a02 td span.popup {
    padding: 2px 4px 3px;
    margin-right: 4px;
}

.bbs-a02 td span.notice {
    padding: 2px 4px 3px;
    margin-right: 4px;
}

.bbs-a02 td span.sec_nm {
	font-weight: 600;
    margin-right: 4px;
}

.bbs-a02 td span.reply {
    font-size: 90%;
    margin-left: 4px;
    margin-right: 4px;
}

.bbs-a02 td span.answer-y {
    padding: 5px;
	font-weight: bold;
}

.bbs-a02 td span.answer-n {
    padding: 5px;
	font-weight: 300;
}

.bbs-a02 td span.answer-rsv {padding: 5px; font-weight: 300;}

/* -----------------------------------
단순한 리스트 형식의 목록들(a21) 
----------------------------------- */
.bbs_a21 {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
    margin: 0;
}

.bbs_a21 li {
    margin: 0;
}

.bbs_a21.with_img .col-md-3 {padding-right: 0;}
.bbs_a21.with_img li:not(.last) {margin-bottom: 10px;}

.bbs_a21 .title-img {
    width: 100%;
}

.bbs_a21 li p,
.bbs_a21 li span {color: #676767;}

.bbs_a21 li h4 {
    margin-bottom: 20px;
	font-weight: bold;
}


.bbs_a21.with_img li h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.bbs_a21 li h4 span.date {
    font-size: small;
    float: right;
}

.bbs_a21.with_body li p {padding-right: 16%;}
.bbs_a21.with_body li:not(.last) p {
    margin-bottom: 24px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}


.bbs_a21.with_img li p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.bbs_a21.with_img li p.date {padding-bottom: 0px;}
.bbs_a21.with_img li p.title {
	padding-bottom: 10px;
	font-size: large;
	font-weight: 600;
}

.bbs_a21 li:hover h4 {
	color: #9A0000;
}
.bbs_a21 li:hover p,
.bbs_a21 li:hover h4 span
{
	color: #000;
}

@media (max-width: 767px) {
	.bbs_a21.with_body li p {padding-right: 0;}
	.bbs-a01 tbody tr td,
	.bbs-a02 tbody tr td {
		padding: 6px 0;
	}
	.bbs-a01.epa tbody tr td,
	.bbs-a02.epa tbody tr td {
		padding: 12px 0;
	}
}

/* 박스이미지 형태의 목록들(c) */
.bbs-b01 .one-col {
    background-color: #4C4C4C;
    color: #FFF;
	margin-bottom: 10px;
    border: 1px solid #4c4c4c;
}

.bbs-b02 .one-col {
    padding: 8px;
    margin-bottom: 12px;
    border: 1px solid #4c4c4c;
}

.bbs-b01 .one-col a:active,
.bbs-b01 .one-col a:focus,
.bbs-b01 .one-col a:visited,
.bbs-b01 .one-col a:hover {color: inherit;}

.bbs-b01 .one-col p.title {
    margin: 0;
    padding: 0 8px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bbs-b02 .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.bbs-b02 .title,
.bbs-b02 .subtitle {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bbs-b01 a {color: inherit;}

.bbs-b01 .one-col ul,
.bbs-b02 .one-col ul {
    list-style-type: none;
    padding: 0 8px 4px;
    font-size: smaller;
	margin-bottom: 0;
}
.bbs-b01 .one-col ul {color: #D4D4D4;}

.bbs-b01 .one-col ul.top {
    padding-bottom: 0;
}

.bbs-b01 .one-col li,
.bbs-b02 .one-col li {
    display: inline;
}

.bbs-b01 .one-col li img {
    width: auto;
}

.bbs-b01 .one-col li.notice {
    padding: 2px 4px 3px;
    background-color: #B8E0B8;
    color: #000;
	margin-left: 4px;
}

.bbs-b01 .one-col li.reply,
.bbs-b01 .one-col li.viewer,
.bbs-b02 .one-col li.viewer {
	float: right;
}

.bbs-b01 .one-col li.reply-st1 {
    float: none;
    margin-left: 12px;
}

.thumbnail-wrappper { width: 25%; } 
.thumbnail {
	position: relative;
	/*
	padding-top: 100%; /* 1:1 ratio */
	padding-top: 75%;
	overflow: hidden; 
	background-color: #cdcdcd;
	margin-bottom: 4px;
} 
.thumbnail.w4 {padding-top: 75%;}
.thumbnail.w5 {padding-top: 55%;}
.thumbnail.w6 {padding-top: 33%;}
.thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
}

/* 투표형 게시판 목록들 */
span.st-nopoll,
span.st-ready,
span.st-ing {
	font-size: small;
	padding: 4px 2px;
	margin-right: 4px;
	color: #FFF;
	font-weight: 600;
}

span.st-nopoll {
	border: 1px solid blue;
	background-color: blue;
}

span.st-ing {
	border: 1px solid #ff0000;
	background-color: #ff0000;
}

span.st-ready {
	border: 1px solid green;
	background-color: green;
}

span.st-end {
	font-size: small;
	padding: 4px 6px;
	margin-right: 4px;
	border: 1px solid #999;
}

/* -------------------------------------------------------------------------------------------------------
	색상 처리
------------------------------------------------------------------------------------------------------- */

.bbs-col-h3 thead					{border-top-color: #A39B79; border-bottom-color: #A39B79;}
.bbs-col-h3 tbody tr.active			{background-color: #343434;}
.bbs-col-h3 tbody tr:hover			{color: #E2B358;}
.bbs-col-h3 tbody tr td				{border-bottom-color: #AB9A55;}
.bbs-col-h3 td span					{color: #A8A8A8;}
.bbs-col-h3 td span.popup			{background-color: #CC9324; color: #FFFFFF;}
.bbs-col-h3 td span.notice			{background-color: #CC9324; color: #FFFFFF;}
.bbs-col-h3 td span.reply			{color: #9696DA;}
.bbs-col-h3 td span.answer-y		{background-color: #B21818; color: #EFFF00;}
.bbs-col-h3 td span.answer-n		{background-color: #EEEEEE; color: #999999;}
.bbs-col-h3 td span.answer-rsv.rsv-n{background-color: #EEEEEE; color: #999999;}
.bbs-col-h3 td span.answer-rsv.rsv-0{background-color: #EEEEEE; color: #999999;}
.bbs-col-h3 td span.answer-rsv.rsv-1{background-color: #EEEEEE; color: #FF0000;}
.bbs-col-h3 td span.answer-rsv.rsv-2{background-color: #EEEEEE; color: #000000;}
.bbs-col-h3 td span.answer-rsv.rsv-3{background-color: #B21818; color: #EFFF00;}

/*
정의순서대로...
---------------------------------------
~th			table 아래,위,제목부분 라인 색상 
td			리스트 분리선 색상
tr:hover	마우스가 위치하는 리스트 글자색
tr.active	읽기를 다녀온 리스트 배경색
span.notice	"공지" 표시
span.reply	댓글수 표시
td i.fa		답변글 화살표 색상
*/
.bbs-col-01, .bbs-col-01 th			{border-color: #2b3643;}
.bbs-col-01 td						{border-color: #E6E6E6;}
.bbs-col-01 tbody tr:hover			{color: #e30000; background: #efefef;}
.bbs-col-01 tbody tr.active			{background-color: #E2EEFF;}
.bbs-col-01 td span.popup			{color: #FFFFFF; background-color: #6D65FF;}
.bbs-col-01 td span.notice			{color: #FFFFFF; background-color: #838383;}
.bbs-col-01 td span.reply			{color: #ff0000;}
.bbs-col-01 tr td i.fa.fa-long-arrow-right {color: #838383;}


#bbs_main .btn-group>.btn:first-child,
#bbs_main .btn-group .btn+.btn, 
#bbs_main .btn-group .btn+.btn-group, 
#bbs_main .btn-group .btn-group+.btn, 
#bbs_main .btn-group .btn-group+.btn-group {
    margin-left: 0px;
    margin-bottom: 0px;
    border: 4px solid #fff;
}

#bbs_main .btn-group .btn.active {
    border: 4px solid #02f17f;
}

.one-col {
    margin: 5px -10px;
}

/* ########################################################################################################################################
		읽기(bbs_view.asp) 설정
######################################################################################################################################## */
div#bbs_view img,
div#bbs-write img {
    max-width: 100% !important;
    height: auto !important;
	margin-bottom: 8px;
}

div#bbs_view .bbs-meta-info img.mbs-img {
    max-width: 22px !important;
    height: auto !important;
	margin-bottom: 0;
}

.bbs-body img {
    width: auto;
    max-width: 100%;
	height: auto !important;
}

/*
2021.05.06 럽하비 게시글 쓰다가 발견
대표적인 html를 막는 행위... 왜 이 문장이 있는지 모르겠음... 일단 차단...

.bbs-body ol {
	list-style: none;
	padding-left: 0;
}

.bbs-body li {padding: 10px;}
*/


.bbs-body  button {
    margin: 4px;
}

/* -------------------------------------------------------------------------
	투표페이지
------------------------------------------------------------------------- */
ol.vote-result li span {
	margin-right: 10px;
}

.vote-result .ranking {
	font-size: larger;
	font-weight: 600;
	width: 20px;
}

.vote-result .top .ranking {
	font-size: x-large;
	color: #ff0000;
}

.vote-result .item-refer {
    float: left;
}

.vote-result .item-graph {
    float: left;
    font-size: 0;
    line-height: 0;
    background: url(/_comm2/img/vote_poll.gif) no-repeat 0 0;
}

.vote-result .item-graph.graph-basic {
    width: 330px;
    height: 10px;
    margin: 18px 10px 0 0;
}

.vote-result .item-graph.bar-red {
    height: 10px;
    background-position: 0 -20px;
}

.vote-result .top em {
	font-weight: 600;
	color: #ff0000;
}

.vote-result em span {
	font-size: smaller;
}

/* -------------------------------------------------------------------------
	읽기 페이지 모양 타입 기본값
------------------------------------------------------------------------- */
.bbs-parent .title {
    padding-top: 20px;
    padding-left: 0;
	margin-bottom: 0;
}

.bbs-parent .title small,
.bbs-parent .title span {
    font-weight: 300;
    margin-right: 10px;
}


/* -------------------------------------------------------------------------
	읽기 페이지 모양 타입 01
------------------------------------------------------------------------- */
.bbs-view-a01 .bbs-parent {
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 10px 0;
}

.bbs-view-a01 .bbs-parent .title {margin-top: 40px;}

.bbs-view-a01 h4.title {
	margin-bottom: 0;
    border-bottom: 2px solid;
    padding: 0 0 10px 20px;
	font-weight: 600;
}

.bbs-view-a01 h4.title small,
.bbs-view-a01 h4.title span {
    font-weight: 300;
    margin-right: 10px;
}

.bbs-view-a01 .bbs-meta {
	border-bottom: 1px solid;
    padding: 10px 0 0;
    margin: 0 0px;
}

.bbs-view-a01 .bbs-parent .bbs-meta {
    padding: 0;
}

.bbs-view-a01 .bbs-meta ul {
    list-style: none;
    padding: 0;
}

.bbs-view-a01 .bbs-parent .bbs-meta ul {
    margin-bottom: 0;
}

.bbs-view-a01 .bbs-meta ul li {display: inline;}
.bbs-view-a01 .bbs-meta ul.bbs-meta-info li {margin-right: 8px;}
.bbs-view-a01 .bbs-meta ul.bbs-meta-proc li {margin-left: 8px;}

.bbs-view-a01 .bbs-meta ul.bbs-meta-proc li:hover {cursor: pointer;}

.bbs-view-a01 #bbs-view-content {
    border-bottom: 2px solid;
    margin: 0 0 40px;
}

.bbs-view-a01 .bbs-body,
.bbs-view-a01 .bbs-sumup {
    padding: 20px;
}

.bbs-view-a01 .bbs-sumup {
    border-top: 1px dashed;
}

.bbs-view-a01 .bbs-sumup h4 {
    font-weight: bold;
}

.bbs-view-a01 .bbs-answer {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 10px 0;
}

.bbs-view-a01 .bbs-answer .area-name {
    margin-top: 0px;
	margin-bottom: 20px;
}

.bbs-view-a01 .bbs-answer-block {
    margin-bottom: 20px;
    padding: 10px;
}

.bbs-view-a01 .bbs-reply-block .pull-left {margin-right: 8px;}

.bbs-view-a01 .bbs-reply-block .pull-left img {
	display: block;
	width: 48px;
	margin-top: 4px;
}

div#bbs_view .bbs-reply-block img.reply {
    max-width: 16px !important;
}


.bbs-view-a01 .bbs-reply-block div.body {
    display: table-cell;
    vertical-align: top;
	width: 3000px;
}

.bbs-view-a01 .bbs-reply-block div.body i span {margin-left: 8px;}

.bbs-view-a01 .bbs-reply-block p {
	margin-bottom: 0px;
}

.bbs-view-a01 .bbs-reply-block p.writer {
    position: relative;
}

.bbs-view-a01 .bbs-reply-block p.writer span {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 3px;
}
p.writer span.ref-plus {
    position: inherit!important;
}

.bbs-view-a01 .bbs-reply-block {
    border-bottom: 1px dashed;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.bbs-view-a01 .form-group {
    margin-bottom: 4px;
}

.bbs-view-a01 .bbs-reply-block .edit img.title {
    width: 20px;
    margin-right: 4px;
    vertical-align: sub;
}

.bbs-view-a01 .bbs-meta-info span.subject {font-weight: 600;}
.bbs-view-a01 .bbs-write-reply span#textlimit_mmREPLY {font-weight: 600;}

/* -------------------------------------------------------------------------
	읽기 페이지 색상 타입 기본값
------------------------------------------------------------------------- */
.bbs-parent {background-color: #F5F5F5;}

/* -------------------------------------------------------------------------
	읽기 페이지 색상 타입 01
------------------------------------------------------------------------- */
.bbs-view-col-01 .bbs-meta-info i.fa,
.bbs-view-col-01 .bbs-meta-proc i.fa {margin-right: 4px;}
.bbs-view-col-01 .bbs-meta-proc li.btn.btn-xs {padding: 3px 4px 5px;}
.bbs-view-col-01 .bbs-meta-proc li:not(.btn) i.fa {color: #D71921;}
.bbs-view-col-01 .bbs-meta ul.bbs-meta-proc li:hover:not(.btn) {color: #D71921;}

.bbs-view-col-01 .bbs-parent {background-color: #FFF3DF;}
.bbs-view-col-01 .bbs-parent .bbs-meta {background-color: #FFEAC8;}
.bbs-view-col-01 h4.title {color: #000000;}
.bbs-view-col-01 h4.title {border-bottom-color: #2b3643;}
.bbs-view-col-01 .bbs-meta {background-color: #F5F5F5;}
.bbs-view-col-01 #bbs-view-content {border-bottom-color: #2b3643;}
.bbs-view-col-01 .bbs-sumup {border-top-color: #2b3643;}
.bbs-view-col-01 .bbs-answer {background-color: #EAEAEA;}
.bbs-view-col-01 .bbs-reply-block div.body i.fa {color: #005AAA;}
.bbs-view-col-01 .bbs-reply-block p.writer span {color: #777777;}
.bbs-view-col-01 .bbs-reply-block p.writer span a {color: #f3565d;}
.bbs-view-col-01 .bbs-write-reply span#textlimit_mmREPLY {color: #D71921;}

.bbs-view-col-01 .bbs-meta-info span.subject {color: #0000FF;}

.bbs-view-col-01 .bbs-reply-block p.writer span a:hover {
    text-decoration: underline !important;
}

/* -------------------------------------------------------------------------
	읽기 페이지 글보기 영역 설정
------------------------------------------------------------------------- */
.bbs-view-container
{
	/* Text color */
	color: #333;
	/* Remove the background color to make it transparent */
	background-color: #fff;
}

.bbs-view-container,
.bbs-view-container .cke_editable
{
	/*
	font-size: 14px;
	line-height: 1.6;
	*/
}

.bbs-view-container blockquote
{
	font-style: italic;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

.bbs-view-container .cke_contents_ltr blockquote
{
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.bbs-view-container .cke_contents_rtl blockquote
{
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}


.bbs-view-container hr
{
	border: 0px;
	border-top: 1px solid #ccc;
}

.bbs-view-container img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

.bbs-view-container img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

.bbs-view-container pre
{
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
	-moz-tab-size: 4;
	tab-size: 4;
}

.bbs-view-container .marker
{
	background-color: Yellow;
}

.bbs-view-container figure
{
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}

.bbs-view-container figure > figcaption
{
	text-align: center;
	display: block; /* For IE8 */
}

.bbs-view-container a > img {
	padding: 1px;
	margin: 1px;
	border: none;
	outline: 1px solid #0782C1;
}

.bbs-view-container iframe {
	max-width: 100%;
	/*
    height: auto;
	*/
}

/* -------------------------------------------------------------------------
	쓰기 페이지 색상 타입 01
------------------------------------------------------------------------- */
#bbs_write input[type=file] {
    display: inline;
}
.grpPOPUP {background-color: #FFFDDC;}

#grpFILE i.fa.fa-refresh,
#grpFILE i.fa.fa-close {
    color: #ff0000;
    display: inline;
	cursor: pointer;
}














