@CHARSET "UTF-8";

label.required-field:after {
	display: inline;
	color: #dd5a43 !important;
	font-size:12px;
	content: "*";
	margin-left:2px;
	margin-right:-10px;
}

@media (max-width:767px){
	label.required-field:after {
  		margin-left:0;
		margin-right:0;
	}
}



::-webkit-input-placeholder { color:#b6b6b6!important; }
::-moz-placeholder { color:#b6b6b6!important; }
:-ms-input-placeholder { color:#b6b6b6!important; }
input:-moz-placeholder { color:#b6b6b6!important; }

a:hover {
  -webkit-transition: color 0.3s linear;
     -moz-transition: color 0.3s linear;
       -o-transition: color 0.3s linear;
          transition: color 0.3s linear;
}

#overlay-loading { min-width:150px; }
#overlay-loading-icon { white-space: nowrap; }
#overlay-loading-icon span { margin-left:10px; }

.loading-wrapper {
	position:fixed;
	top:50%;
	left:50%;
	width:150px;
	overflow:hidden;
	margin-left:-75px;
	margin-top:-20px;

	width:auto;
	z-index:9999;

	padding:10px 20px;
    border: 1px solid #BBB;
    background-image: none!important;
    box-shadow: 0 2px 10px rgba(50,50,50,0.5);
    background: rgba(255,255,255,0.9);
}
.loading-wrapper .loading-text { font-size: 110%; }
.loading-wrapper .icon-spin {margin-right:5px; color:#d15b47; font-size: 120%; }



/******************************* 읽기 화면 **********************************/
.contentFrame {
	width:100%;
	height:100px;
	min-height:100px;
	border-width:0;
	frameborder:0;
	border:none;
	margin:0;
	margin-top:10px;
	padding:0;
	border-top:1px solid #ccc;
}

.downloadItem .fileSize {margin-left:-3px; margin-right:3px;}
.downloadItem .fileSize:before {content: "(";}
.downloadItem .fileSize:after {content: ")";}
.downloadItem a { color: white;}


/******************************* 게시판 댓글 ********************************/
div.boardCommentContainer {display:inline-block; width:100%; clear:both;}
div.boardCommentContainer .boardComment {clear:both; border-top:1px dotted #aaa; padding:5px 0}
div.boardCommentContainer .boardComment:last-child {border-bottom:1px dotted #aaa;}
div.boardCommentContainer .boardComment .name {font-weight:bold; display:inline-block; margin:0;}
div.boardCommentContainer .boardComment .date {font-size:85%; display:inline-block; margin:0; color:gray}
div.boardCommentContainer .boardComment .content {display:block; margin:3px 0 0;}
div.boardCommentContainer .boardComment .command {display:inline-block; margin-left:10px;}
div.boardCommentContainer .boardComment .command a {margin-left:2px; margin-right:2px;}
div.boardCommentContainer .replyIndent1 {padding-left: 3%}
div.boardCommentContainer .replyIndent2 {padding-left: 6%}
div.boardCommentContainer .replyIndent3 {padding-left: 9%}
div.boardCommentContainer .replyIndent4 {padding-left:12%}
div.boardCommentContainer .replyIndent5 {padding-left:15%}
div.boardCommentContainer .replyIndent6 {padding-left:18%}
div.boardCommentContainer .replyIndent7 {padding-left:21%}
div.boardCommentContainer .replyIndent8 {padding-left:24%}
div.boardCommentContainer .replyIndent9 {padding-left:27%}

div.boardCommentContainer .boardCommentTextArea {display:block; width:100%; margin-right: auto; margin-left: auto; clear:both; }



/*********************** 파일 업로드 ************************/
.fileupload-control ul.upload-file-list {
	margin-left: 0;
	list-style: none;
	clear:both;
	max-width:506px; padding:3px;
	margin:0;
}
.fileupload-control ul.upload-file-list  li {
	max-width:500px;
}

.fileupload-control .browser-container {display:block;}
.fileupload-control .upload-infomation {color:#aaa; font-size:90%; padding-left:5px; padding-top:3px;}
.fileupload-control .upload-infomation:after {display:inline-table;line-height: 0;content: ")";}
.fileupload-control .upload-infomation:before {display:inline-table;line-height: 0;content: "(";}

.fileupload-control table {width:100%; table-layout: fixed;}
.fileupload-control td { padding:2px; }
.fileupload-control td.filename{min-width:100px; padding-right:10px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; -ms-text-overflow:ellipsis; -moz-binding:url(/xe/ellipsis.xml#ellipsis);}
.fileupload-control td.filesize{width:70px; right:0;top:0; color:gray;  margin-left:5px; text-align:right;}
.fileupload-control td.filesize:after {display:inline-table;line-height: 0;content: ")";}
.fileupload-control td.filesize:before {display:inline-table;line-height: 0;content: "(";}
.fileupload-control td.progressbar {width:100px;}
.fileupload-control td.progressbar .progress {margin-bottom: auto;}
.fileupload-control td.commands {width:20px; text-align: center; padding-left:5px; padding-right:5px;}

.fileupload-control td .upload-cancel {display:none; width:20px; text-align: center;}
.fileupload-control td .upload-remove {display:none; width:20px; text-align: center;}
.fileupload-control td .upload-retry  {display:none; width:20px; text-align: center;}

.fileupload-control .upload-status-uploading .upload-cancel {display:block;}
.fileupload-control .upload-status-queued .upload-remove,
.fileupload-control .upload-status-completed .upload-remove {display:block;}

.fileupload-control .upload-status-error .upload-remove {display:block;}
.fileupload-control .upload-status-error .upload-retry  {display:block;}

.fileupload-control .upload-status-pre-attached {color:#999}

@media ( max-width : 980px) {
	.fileupload-control li {
		display:block;
		width:auto;
	}
}



/* 카테고리 */
.list-category .div-tab-box { margin-bottom:15px; }
.list-category .dropdown { margin-bottom:15px; }
.list-category .active a, .list-category .selected a { color:crimson; font-weight:bold !important; }

/* PC 목록 */
table.list-pc { border-bottom: 1px solid #ddd; margin-bottom:15px; }
table.list-pc th { white-space:nowrap; clear:both; height:43px; background: url('/images/head.gif') repeat-x !important; font-weight:bold; font-size:12px; color:#333; border:0px !important; padding:0px !important; margin:0px !important; text-align:center; }
table.list-pc th a { text-decoration:none; color:#333; }
table.list-pc th a:hover, table.bo-list th a:focus, table.bo-list th a:active { color:#000; }
table.list-pc td { white-space:nowrap; }
table.list-pc tbody tr:first-child td { border-top:0 !important; }
table.list-pc .list-now { background: #fafafa; }
table.list-pc .list-img img { width:40px; height:40px; border-radius:50%; }
table.list-pc .list-img i { width: 40px; height: 40px; line-height:40px; margin:0px; font-size: 24px; background: rgb(238, 238, 238); border-radius:50%; text-align: center; color: rgb(255, 255, 255); display: inline-block; }
table.list-pc .list-subject { text-align:left !important;  white-space:normal !important;}
table.list-pc .list-subject a { display:block; }
table.list-pc .list-subject.now { font-weight:bold !important; }
table.list-pc .list-subject.notice { font-weight:bold !important; }
table.list-pc .list-none { padding:100px 0px; }

/* 모바일 목록 */
.list-mobile { margin-bottom:15px; border-top:1px solid #eee; }
.list-mobile strong { font-weight:normal; margin:0px; line-height:40px; display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; }
.list-mobile.no-img strong { line-height:30px; }
.list-mobile strong.notice a { font-weight:bold; }
.list-mobile strong.best a { }
.list-mobile strong.now a { font-weight:bold; color:crimson; }
.list-mobile .list-img img { width:40px; height:40px; border-radius:50%; }
.list-mobile .list-img i { width: 40px; height: 40px; line-height:40px; margin:0px; font-size: 24px; background: rgb(238, 238, 238); border-radius:50%; text-align: center; color: rgb(255, 255, 255); display: inline-block; }
.list-mobile .list-cnt { color: orangered; font-size: 12px; font-weight:bold; font-family:verdana; letter-spacing:-1px; }
.list-mobile .media { border-bottom:1px solid #eee; margin:0px; padding:6px 8px; }
.list-mobile .media.list-notice {  background:#fafafa; }
.list-mobile .media.list-now { background:#fafafa; }
.list-mobile :first-child.media { margin-top:0px; }
.list-mobile .media .media-body { padding-left:0px; }

/* 목록 공통 */
.list-wrap { width:100%; }
.list-btn-box { margin-bottom: 15px; }
.list-btn-box a span { margin-left: 4px; }
.list-btn-box .sort a { color:crimson !important; font-weight:bold !important; }
.list-btn-box .dropdown-menu { font-size: 12px; }
.list-none { margin:0px 0px 15px; padding:80px 0px; }
.list-page { margin-bottom:15px; }
.list-page .pagination { margin:0; }

/* 아이콘 */
.list-wrap .wr-text { font-family:dotum; font-size:11px; letter-spacing:-1px; line-height:11px; font-weight:normal; }
.list-wrap .wr-icon { display:inline-block; padding:0px; margin:0px; overflow:hidden; vertical-align:middle; background-repeat: no-repeat; background-position: left top; }
.list-wrap .wr-notice { width:37px; height:19px; background-image: url('./img/icon_notice.gif'); }
.list-wrap .wr-new { width:12px; height:12px; background-image: url('./img/icon_new.gif'); }
.list-wrap .wr-secret { width:12px; height:12px; background-image: url('./img/icon_secret.gif'); }
.list-wrap .wr-hot { width:12px; height:12px; background-image: url('./img/icon_hot.gif'); }

/* 내용 공통 */
.view-wrap { width:100%; overflow:hidden; }
.view-wrap .img-photo i { background: rgb(245, 245, 245); padding: 16px; border-radius: 50%; width: 80px; height: 80px; text-align: center; color: rgb(143, 143, 143); font-size: 40px; display: inline-block; }
.view-wrap .img-photo img { border-radius: 50%; width: 80px !important; height: 80px !important; display:inline-block; }
.view-wrap .img-resize img { max-width:100%; height:auto; }
.view-wrap h1 { font-size: 22px; font-weight:bold; margin:0px; line-height:50px; display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; margin:0px; padding:0px 10px; color: rgb(59, 62, 67); letter-spacing:-1px; }
.view-wrap h1 .photo { border-radius: 50%; width: 50px; height: 50px; margin-bottom:10px; margin-right:10px; }
.view-wrap .no-attach { border-bottom:0px; }

.view-btn { margin:0px 0px 30px; }
.view-btn i { margin-right:2px; }

.view-head { border-left:0px; border-right:0px; }
.view-head .sp { display:inline-block; width:20px; text-align:center; font-size:11px; color:#888; }
.view-head .list-group-item { padding:5px 15px; border-style:dotted; }
.view-tag { margin:10px 0px; padding:0px; color:#888; }
.view-tag a { color:#888; }
.view-tag a:hover { color:crimson; }
.view-cnt { margin-top:4px; }
.view-img img { display:block; max-width:100%; margin:0 auto 15px; border:0; height:auto; }
.view-content { padding:0px 15px 20px }
.view-mobile .view-content { padding:0px 0px 20px; }
.view-content img { width:auto; height:auto; max-width:100%; }
.view-content p { padding:0; margin:0; line-height:22px; }
.view-good-box { text-align:center; }
.view-good-box span { margin:15px 6px; width:80px; height:80px; display:inline-block; }
.view-good-box a { background: rgb(245, 245, 245); padding-top:14px; border-radius: 50%; width: 80px; height: 80px; text-align: center; color: rgb(51, 51, 51); font-size: 22px; line-height:26px; display: inline-block; }
.view-good-box .view-good a:hover { background: rgb(223, 17, 25); color: rgb(255, 255, 255); }
.view-good-box .view-nogood a:hover { background: rgb(0, 0, 0); color: rgb(255, 255, 255); }
.view-author .auth-photo { width:160px; padding-right:15px; }
.view-comment { color: rgb(51, 51, 51); font-family: "Roboto", sans-serif; margin: 0px 0px 10px; padding: 0px 0px 5px; text-transform: capitalize; overflow: hidden; font-size: 20px; font-weight: 500; border-bottom-color: rgb(51, 51, 51); border-bottom-width: 1px; border-bottom-style: solid; display: inline-block; position: relative; }

#bo_v_sns {margin:4px 0 15px;padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;margin:0 5px 0 0}

/* 댓글 */
.comment-media { }
.comment-media .photo i { background: rgb(245, 245, 245); padding: 15px; border-radius: 50%; width: 64px; height: 64px; text-align: center; color: rgb(143, 143, 143); font-size: 30px; display: inline-block; }
.comment-media .photo img { border-radius: 50%; width: 64px !important; height: 64px !important; display:inline-block; }
.view-mobile .comment-media .photo i { padding: 10px; width: 54px; height: 54px; }
.view-mobile .comment-media .photo img { width: 54px !important; height: 54px !important; }

.comment-media .media { border-top:1px solid #eee; margin:7px 0px; padding:7px 0px 0px; }
.comment-media :first-child.media { border-top:0px; margin-top:0px; padding-top:0px; }
.comment-media h5 { margin:2px 0px; line-height: 22px; }
.comment-media .media .media-body { padding-left:0px; }
.comment-media .media .media-info { margin-left:10px; }
.comment-media .media .media-content {	margin-top:8px; }
.comment-media .media .media-btn {	margin-left:4px; }
.comment-media .cmt-good-btn { text-align:right; padding-right:1px; }
.comment-media .cmt-good, .comment-media .cmt-nogood { display:inline-block; width:74px; height:20px; margin-top:10px; padding-right:10px; margin-right:-1px; font:bold 11px verdana; text-align:right; letter-spacing:-1px; line-height:19px; cursor:pointer; }
.comment-media .cmt-good { background: url('./img/cmt_good.gif') no-repeat left center; color:#f4695b; }
.comment-media .cmt-nogood { background: url('./img/cmt_nogood.gif') no-repeat left center; color:#888; }

#bo_vc_opt ol {	margin:0;padding:0;list-style:none;zoom:1; }
#bo_vc_opt ol:after { display:block;visibility:hidden;clear:both;content:""; }
#bo_vc_opt ol li { float:left;margin:0; }
#bo_vc_send_sns ul { margin:0;padding:0;list-style:none;zoom:1; }
#bo_vc_send_sns ul:after { display:block;visibility:hidden;clear:both;content:""; }
#bo_vc_send_sns ul li {	float:left;margin:0 0 0 20px; }
#bo_vc_send_sns input {	margin:0 0 0 5px; }

/* 쓰기 공통 */
.write-wrap { width:100%; overflow:hidden; }
.write-wrap h2 { padding:0px; margin:0px; font-size:14px; font-weight:bold; }
.write-wrap label { font-weight:bold; margin-top:4px; }
.write-wrap .write-content { height: 300px; }
.write-wrap .write-file { border:0;box-shadow:none; }
.write-wrap .write-btn { margin:15px 0px 25px; text-align:center; }
.write-wrap .delete-file { margin:0px; padding:0px 10px; font-weight:normal; }
.write-wrap .delete-file label { font-weight: normal; }
.write-wrap .sp-label { font-weight:normal; margin-right:10px; }
.write-wrap .sp-label input[type="checkbox"], .write-wrap .sp-label input[type="radio"] { margin-top:0px; }

#autosave_pop div { text-align:right; }
#autosave_pop button { margin:0; margin-left:10px; padding:0; border:0; background:transparent; color:#888; }
#autosave_pop ul { margin:0; padding:0; padding-left:15px; list-style:disc; }
#autosave_pop li { padding:2px 5px;  }
#autosave_pop li:after { display:block; visibility:hidden; clear:both; content:""; }
#autosave_pop a { display:block; float:left; }
#autosave_pop span { display:block;; float:right; }

/* 반응형 공통 */
@media all and (max-width:460px) {
	.responsive .list-btn { text-align:center; margin:0px auto; }
	.responsive .pull-right.list-btn { float:none !important; margin-bottom:14px; }
	.responsive .view-wrap h1 { text-overflow:clip; overflow:none; white-space:normal; line-height: 24px; font-size: 18px; margin-bottom:10px; }
	.responsive .view-wrap h1 .photo { display:none; }
	.responsive .view-btn i { margin-right:0px; }
	.responsive .view-author .auth-photo { float:none; width:100%; padding-right:0px; }
	.responsive .comment-btn { text-align:center; }
	.responsive .comment-btn .pull-right { float:none !important; }
}

.responsive td{font-size: 12px; font-family: dotum, sans-serif;}
.breadcrumb {background-color:#ffffff;}

.fa-search, .fa-th{line-height:38px !important;}
.pagination  a {height:29px;}
.container {padding:5px}
.container > .row {margin:0px}
