@charset "utf-8";

/* 목록 */
.list-profile { position: relative; }
.list-profile .list-box { margin: 0px 0px 30px; }
.list-profile .list-item { border: 1px solid rgb(231, 231, 231); transition:0.3s linear; border-image: none; overflow: hidden; position: relative; cursor: default; -webkit-transition: all 0.3s linear; }
.list-profile .list-item::before { display: table; content: ""; }
.list-profile .list-item::after { display: table; content: ""; }
.list-profile .list-item::after { clear: both; }
.list-profile .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-profile .label-red { background-color: rgb(231,76,60); }
.list-profile .label-blue{ background-color: rgb(52,152,219); }
.list-profile .label-green { background-color: rgb(114,192,44); }
.list-profile .label-purple { background-color: rgb(155,107,204); }
.list-profile .label-tack { left: 0px; top:0px; z-index: 1; padding:0; position: absolute; padding:10px; color: rgb(255,255,255); }

.list-profile .photo-box { overflow: hidden; position: relative; }
.list-profile .photo { display:block; position:relative; height:0; overflow:hidden; text-align:center; background:#f5f5f5; }
.list-profile .photo img { display:block; position:absolute; top:0; left:0; margin:0 auto; width:100%; height:100%; border:0px; -webkit-transform: scale(1.15); -moz-transform: scale(1.15); -o-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); }

.list-profile .list-item .row { margin:0px; }
.list-profile .list-item .col { padding:0px; }
.list-profile .text-box { padding:12px 12px 28px; }
.list-profile h2 { font-size:16px; padding:0px; margin:0px; line-height:22px; font-weight: bold; letter-spacing:-1px; }
.list-profile .desc { font-size:12px; line-height:18px; padding-top:8px; }
.list-profile ul { padding:0px; margin:10px 0px; list-style:none; }
.list-profile ul li i { color:rgb(114,192,44); font-size:13px; }
.list-profile .info { padding:0px 12px; margin-top:-28px; }

/* 목록 공통 */
.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 0px 15px; 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; }

/* 내용 공통 */
.profile-head { padding: 0px; border: 1px solid #ddd; margin-bottom:15px; width:100%; background:#fff; background:#fff url('./img/bg.png') repeat-y center top; }
.profile-head .row { margin:0px; }
.profile-head .col { padding:0px; }
.profile-head .sel-row { margin:0px; }
.profile-head .sel-col { padding:0px; }
.profile-head .font-20 { font-size:20px; }
.profile-head .photo { margin:0px;text-align:center }
.profile-head .photo img { width:100%; height:auto; border:0; }

.profile-head h1 { color:#333; margin:0px 0px 4px; padding:0px; line-height:30px; font-size: 24px; font-weight: bold; letter-spacing:-1px; }
.profile-head .text { padding:20px 20px 10px; }
.profile-head .desc { font-size:12px; color:#888; line-height:18px; padding-top:6px; }
.profile-head dt { margin-top:10px; line-height:20px; }
.profile-head dt i { color:rgb(114,192,44); font-size:14px; }
.profile-head dd { padding-left:17px; line-height:20px; }

@media all and (max-width:767px) {
	.profile-head { background: none; }
	.profile-head .photo-box { background: #fff; }
	.profile-head .text-box { background: #fafafa; border-top:1px solid #e6e6e9; }
}
@media all and (max-width:460px) {
	.profile-head .text { padding:10px; }
}

.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-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-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; }
.write-wrap .text-gap { margin-bottom:4px; }

#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:767px) {
	.write-wrap .line-gap { margin-top:10px; }
}

/* 공통사항 */
@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; }
}
