@charset "utf-8";

/* 목록 */
.list-head { padding:0px 0px 15px; }
.list-title { padding:0px; margin:0px 0px 10px; }
table.list-tbl th { white-space:nowrap; text-align:center; }
table.list-tbl td { width:14.285%; white-space:nowrap; padding-bottom:8px !important; }
table.list-tbl .red { color: rgb(233, 27, 35); }
table.list-tbl .orange { color: orangered; }
table.list-tbl .crimson { color: crimson; }
table.list-tbl .green { color: rgb(142, 196, 73); }
table.list-tbl .violet { color: rgb(86, 61, 124); }
table.list-tbl .yellow { color: rgb(241, 196, 15); }
table.list-tbl .blue { color: rgb(52, 152, 219); }
table.list-tbl .gray { color: rgb(136, 136, 136); }
table.list-tbl .list-check i { margin-top:2px; }

.list-box { position:relative; padding:0px; margin-bottom:30px; overflow:hidden; }
.list-box .img { position:relative; overflow:hidden; display:block; margin-bottom:20px;}
.list-box .img img { display:block; width:100%; border:0px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.list-box .img:hover img { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -o-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); }
.list-box .item-content { padding:0px; }
.list-box h2 { margin:0px 0px 15px; padding:0px 0px 5px; line-height:28px; font-size: 20px; font-weight: 500; letter-spacing:-1px; border-bottom-color: rgb(51, 51, 51); border-bottom-width: 1px; border-bottom-style: solid; display: inline-block; }
.list-box h2 a { color:#333; }
.list-box h2 a:hover { color:crimson; }
.list-box .item-text { padding:0; margin-bottom:20px; }
.list-box .item-info { padding:8px 0px; margin:0; border:1px solid #eee; border-left:0px; border-right:0px; }
.list-box .item-info a { color:#333; }
.list-box .item-info a:hover { color:crimson; }
.list-box .item-info .item-sp { color:#aaa; margin:0 5px; font-size:10px; }
.list-box .item-info .cnt { color:orangered; }
.list-box .label-band { z-index:2; font-family: tahoma; top: 5px; color: #fff; letter-spacing:1px; width: 100px; padding: 5px; right: -32px; font-size: 11px; position: absolute; text-align: center; transform: rotate(45deg); -o-transform: rotate(45deg);	-ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.list-box .label-red { background-color: rgba(231,76,60,0.8); }
.list-box .label-blue{ background-color: rgba(52,152,219,0.8); }
.list-box .label-green { background-color: rgba(114,192,44,0.8); }

/* 목록 공통 */
.list-wrap { width:100%; overflow:hidden; }
.list-cnt { color: orangered; font-size: 10px; font-weight:bold; font-family:verdana; letter-spacing:-1px; }
.list-btn-box { margin-bottom: 15px; }
.list-btn-box a span { margin-left: 4px; }
.list-none { margin:0px; padding:80px 0px; border:1px solid rgb(238, 238, 238); background:rgb(252, 252, 252); }
.list-page { margin-bottom:15px; }
.list-page .pagination { margin:0; }
.anc-write { display:none; }

/* 내용 공통 */
.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-head { padding: 0px; border: 0px currentColor; border-image: none; margin-bottom:15px; }
.view-head h1 { font-weight:bold; padding:0 !important; border: 0px currentColor; border-image: none; color: rgb(59, 62, 67); line-height: 30px; font-size: 22px; letter-spacing:-1px; padding:0; margin:0; }
.view-head .author-photo { width: 64px; margin-right:15px; }
.view-head .view-info { list-style: none; margin-top: 4px; padding: 0px; display: block; }
.view-head .view-info li:first-child { padding: 0px; border-left-color: currentColor; border-left-width: 0px; border-left-style: none; }
.view-head .view-info li { margin-right:20px; color: rgb(161, 161, 161); display: inline-block; }
.view-head .view-info li a { color: rgb(122, 146, 172); }
.view-head .view-info li a:hover { color: rgb(224, 109, 88); text-decoration: none; }

.view-cnt { margin-top:4px; }
.view-img img { display:block; max-width:100%; margin:0 auto 15px; border:0; height:auto; }
.view-content { margin-bottom: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: 15px; 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 { margin-top:10px; }
.view-author .auth-photo { width:160px; padding-right:15px; }

#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}

.view-btn { margin-top:20px; margin-bottom: 20px; }
.view-btn i { margin-right:4px; }

/* 댓글 공통 */
.comment-media { margin-top:-10px; }
.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; }
.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-content img { max-width:100%; }
.comment-media .media .media-btn {	margin-left:4px; }

#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) {
	.list-btn { text-align:center; margin:0px auto; }
	.pull-right.list-btn { float:none !important; margin-bottom:15px; }

	.view-head h1 { font-size:20px; line-height:24px; }
	.view-btn i { margin-right:0px; }
	.view-author .auth-photo { float:none; width:100%; padding-right:0px; }

	.comment-btn { text-align:center; }
	.comment-btn .pull-right { float:none !important; }

	i.big-fa { fon-size:1.3em; }
}