﻿/* 앨범형게시판 필수 CSS - 탭처리  */

/* ST Masonry */
#st-masonry {margin:auto;padding:0;}
#st-masonry .catbox {color:#999999; padding:0 0 5px 0; min-height:35px;}
#st-masonry .catbox .info {min-height:30px; line-height:30px; vertical-align:middle;}
#st-masonry .catbox .info img {position:relative; top:-2px;}
#st-masonry .thumbs {
	padding-top: 20px;
	margin-bottom: 10px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}
#st-masonry .thumbs .none {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#st-masonry .row-gal {
	column-width: 26em;
	-moz-column-width: 26em;
	-webkit-column-width: 26em;
	-moz-column-gap: 0;
	-webkit-column-gap: 0; 		 
	margin-right: -15px;
	margin-left: -15px;
}
#st-masonry .col-gal {
	display: inline-block;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
#st-masonry .thumbnail {
	overflow: hidden;
	margin-bottom: 35px;
	padding: 0;
	border: 0;
}
#st-masonry .thumbnail .glyphicon {
	position: inherit;
}
#st-masonry .thumbnail .caption .title a {
	font-size: 14px;
	font-weight: bold;
	color:#222222;
	text-decoration:none; 
	line-height:150%;
}
#st-masonry .thumbnail .caption .title a:hover {text-decoration:underline;}
#st-masonry .thumbnail .caption .title .cat {
	color: #888;
	font-size: 90%;
}
#st-masonry .thumbnail .caption .title .new {
	color: #ff0000;
	font-size: 85%;
}
#st-masonry .thumbnail .caption .title .comment {
	color: #FC6138;
	font: normal 12px arial;
}
#st-masonry .thumbnail .desc {
	text-align: center;
	padding: 0 5px 5px;
	min-height: 25px;
}
#st-masonry .thumbnail .action {
	text-align: left;
	padding: 5px;
}

#st-masonry .buttons {margin:0 0 20px; text-align: center;}
#st-masonry .buttons .left-side {float:left; text-align:left;}
#st-masonry .buttons .right-side {float:right; text-align:right;}
#st-masonry .buttons .pagebox {margin: -30px 0 0 0; padding: 0 145px;}
#st-masonry .buttons .pagebox .btn-skip { margin: 0 4px; }
#st-masonry .buttons .pagebox .btn-page { margin: 0 1px; }
#st-masonry .searchbox {text-align:center; padding: 20px 0;}
#st-masonry .searchbox select {display:inline-block; max-width:110px; margin-bottom:5px;}
#st-masonry .searchbox .input-group {margin-bottom:5px;}
#st-masonry .searchbox .input-search {display:inline-block; min-width:190px;}

/** for getPageLinkClassicST() style **/
#st-masonry .buttons .pagebox.classic {margin: -22px 0 0 0;}
#st-masonry .buttons .pagebox.classic .selected, .pagebox.classic .notselected:hover {padding:0 4px 0 4px;font-family:arial;font-weight:bold;color:#FF5B01;}
#st-masonry .buttons .pagebox.classic .notselected {padding:0 4px 0 4px;text-decoration:none;font-family:arial;color:#222;font-weight:bold;}
#st-masonry .buttons .pagebox.classic img {padding:0 3px;}

@media (max-width: 991px) { 
	#st-masonry .buttons {margin-bottom: 0;}
	#st-masonry .buttons .pagebox {margin:0; padding: 20px 0;}
	#st-masonry .buttons .pagebox.classic {margin:0; padding: 20px 0;}
	#st-masonry .searchbox {padding-top: 10px;}
}
@media (max-width: 768px) { 
	#st-masonry thead .side1-xs {border-left:#D5D5D5 solid 1px;}
}
@media (max-width: 480px) {
	#st-masonry .hidden-xs-v {display: none;}
	#st-masonry .col-xs-v12 { width: 100% !important; }	
}


/* 글작성 */ 
#st-write {padding:0 0 30px 0;}
#st-write .input-item {margin-bottom:10px;}
#st-write .editbox {width:100%; padding-bottom:5px;}
#st-write .editbox textarea {width:100%; margin-bottom:5px;}
#st-write .input-item label {color:#666; font-weight:normal;}
#st-write .input-item label input {position:relative; top:2px;}
#st-write .input-item.after {margin:25px 0 10px; color:#999;}
#st-write .bottombox {text-align:center;padding:20px 0 20px 0;margin:15px 0 0 0;border-top:#dfdfdf solid 1px;}
#st-write .mb-0 {margin-bottom:0;}


/* Hack codes for old browser */
@media (min-width: 767px) {
	#st-write .input-group-addon {
		min-width: 100px;
		max-width: 100px;
	}
}
@media (max-width: 768px) {
	#st-write .input-group-addon-sm {
		height: 28px;
		padding: 0 10px;
	}
}

/* 글읽기 */ 
@media (min-width: 767px) {
	#st-view .viewbox .subject h1 { padding:15px 0; font-size:20px; font-weight:500; line-height:24px; }
}
@media (max-width: 768px) {
	#st-view .viewbox .subject h1 { padding:12px 0 10px; font-size:15px; font-weight:600; line-height:18px; }
}

#st-view {margin:auto; padding:0 0 30px; z-index:100; }
#st-view .viewbox .boardheader { margin:5px 0 0; padding:0; border-top:2px solid #2b2b2b; border-bottom:1px solid #d5d5d5; }
#st-view .viewbox .subject { margin:0; }
#st-view .viewbox .subject h1 { width:100%; margin:0; border-bottom:#d5d5d5 dotted 1px; word-break:break-all; word-break:break-word; overflow:auto;}
#st-view .viewbox .info { padding:3px 0 0; margin:0; color: color:#888; }
#st-view .viewbox .info .common { width:100%; padding:0; margin:0; }
#st-view .viewbox .info .btn-group .btn {color:#888;}
#st-view .viewbox .info .split {padding:0 5px;color:#ccc;font-size:90%;}

#st-view .viewbox .info .attach { width:100%; padding:10px 0; background:#f9f9f9; }
#st-view .viewbox .info .attach ul {padding:0; margin:0; line-height:1.5}
#st-view .viewbox .info .attach li {list-style-type:none; background:url('../images/contents/ico_file.png') left no-repeat; padding:0 0 0 15px; line-height:120%;}
#st-view .viewbox .info .attach li a {color:#000;}
#st-view .viewbox .info .attach li a:hover {text-decoration:underline; color:#0075df; }
#st-view .viewbox .info .attach li .size {font-size:90%; font-family:arial; color:#999;}
#st-view .viewbox .info .attach li .down {font-size:90%; font-family:arial;color:#333;}

#st-view .viewbox .content {padding:20px 0 20px 0; line-height:160%; border-bottom:1px solid #d5d5d5; word-break:break-all; word-break:break-word; overflow:auto;}
#st-view .viewbox .content p {margin-bottom:0;}
#st-view .viewbox .content img {max-width:100%; height:auto;}
#st-view .viewbox .content .wp-img {
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}
#st-view .viewbox .content .tag {padding:10px 0 0 0;}
#st-view .viewbox .content .tag a {color:#222;}
#st-view .viewbox .content .tag a:hover {text-decoration:underline;}
#st-view .viewbox .content .attach {padding:10px 0 0 0; line-height:120%;}
#st-view .viewbox .content .attach ul {padding:0; margin:0; line-height:1.5}
#st-view .viewbox .content .attach li {list-style-type:none; background:url('../images/contents/ico_file.png') left no-repeat; padding:0 0 0 15px;}
#st-view .viewbox .content .attach li a {color:#666;}
#st-view .viewbox .content .attach li a:hover {text-decoration:underline;}
#st-view .viewbox .content .attach li .size {font-size:90%; font-family:arial; color:#999;}
#st-view .viewbox .content .attach li .down {font-size:90%; font-family:arial;color:#333;}
#st-view .viewbox .content .ReadFile {padding:1px 0 0 0; }
#st-view .viewbox .content .scorebox {text-align:center; padding-top:20px;}
#st-view .viewbox .content .scorebox .btn {font-weight:bold;}
#st-view .viewbox .content .snsbox {padding-top:20px; text-align:right;}
#st-view .viewbox .content .snsbox img {cursor:pointer;}
#st-view .viewbox .content .hidden-content {margin: 0 0 20px 0; color: #F07090;}
#st-view .action {padding:10px 0; text-align:left;}
#st-view .action .right {float:right; text-align:right;}

#comment .input-item {margin-bottom:10px;}

div.PrevNext { margin:100px 0; border-top: 1px solid #ccc; border-bottom: 0px solid #ccc; font-size:16px; }
div.PrevNext dt { float:left; padding:10px 30px 15px 0; border-bottom:1px solid #ececea; }
div.PrevNext dd { margin:0; padding:10px 0 15px; background: url(../images/cafe/view_bar.gif) no-repeat 3.9em 1.1em; border-bottom:1px solid #ececea; }
div.PrevNext dl.prev_next dd.prev, div.PrevNext dl.prev_next dd.view { border-bottom:1px solid #ececea; }
div.PrevNext dl.prev_next dt.view, div.PrevNext dl.prev_next dd.view { color:#0075df; }
div.PrevNext .rightDate { float:right; padding-right:10px; font-size:0.98em; font-family:Tahoma; }
div.PrevNext img { padding-top:4px; }


/* 비밀글 확인 */ 
div.confirmInfo { margin:60px 0 100px 0; text-align:left; padding-left:70px;}
div.confirmInfo ul li { margin:0; padding-left:10px; background:url(../images/contents/BulletB.gif) no-repeat 0 7px; }
div.confirmInfo ul li span { margin:0; font-weight:bold; }

.hidden {
	visibility:hidden;
	position:absolute;
	width:0;
	height:0;
	font-size:0;
	overflow:hidden;
	text-indent:-9999px;
	line-height:0px;
}

.add-bar {margin:0; background:#fff; border:0; padding:0 5px;}
.block100 { width:100px; display:inline-block; }
.right {text-align: right; padding-right:10px; }

.buttons {margin:0 0 20px; text-align: center;}
.buttons .left-side {float:left; text-align:left;}
.buttons .right-side {float:right; text-align:right;}
.buttons .pagebox {margin: -30px 0 0 0; padding: 0 145px;}
.buttons .pagebox .btn-skip { margin: 0 4px; }
.buttons .pagebox .btn-page { margin: 0 2px; }