@charset "utf-8";

@media all and (max-width:767px) {
	.responsive #bo_list .float-left.float-md-none {
		margin-right:1.0rem;
	}
	.responsive #bo_list .na-title {
		margin-bottom:0.14rem;
	}
}

#bo_v_title {
	font-size:23px;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:-1px;
}
#bo_v_con {
	min-height:200px; 
	word-break:break-all;
	overflow:hidden
}
@media all and (max-width:575px) {
	.responsive #bo_v_title {
		font-size:20px;
		line-height:1.5;
	}
	.responsive #bo_v_con { 
		min-height:140px; 
	}
}

#bo_v_con img {
	max-width:100%;
	height:auto;
}
#bo_v_img {
	width:100%;
	text-align:center;
	overflow:hidden;
	zoom:1;
}
#bo_v_img:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}
#bo_v_img a.view_image {
	display:block;
}
#bo_v_img img {
	margin-bottom:1.0rem;
}

#bo_v_sns_icon { 
	margin:-5px auto; 
}
#bo_v_sns_icon img { 
	width:40px; 
	border-radius:50%; 
	margin:5px;
}

.cmt-reply {
	top:0;
	left:-16px;
}
.by-writer { 
	background:#fbefef !important;
	border-top:1px solid #f6cece !important;
}
.cmt-content {
	word-break:break-all;
	overflow:hidden
}
.cmt-content img {
	max-width:100%;
	height:auto
}

.cmt-btn ul { 
	list-style: none; 
	margin: 0; 
}
.cmt-btn ul > li { 
	float: left; 
	font-size:12px;
	padding: 0 10px; 
}
.cmt-btn ul > li::before { 
	float: left; 
	color:#ccc; 
	content: "|"; 
	margin-left:-12px;
}
.cmt-btn ul > li:last-child { 
	padding-right:0;
}
.cmt-btn ul > li:first-child::before, 
.cmt-btn ul > li.no-bar::before { 
	content: ""; 
	margin-left:0; 
}
.cmt-btn ul > li > a { 
	float:left;
	color:#888;
	white-space:nowrap;	
}

#fviewcomment #wr_content { 
	resize:none; 
}
@media all and (max-width:575px) {
	.responsive .cmt-box {
		border-right:0 !important;
	}
	.responsive #bo_vc_w .cmt-box {
		border-left:0 !important;
		border-radius:0 !important;
	}
	.responsive #bo_vc_login {
		border-left:0 !important;
		border-right:0 !important;
		border-radius:0 !important;
	}
}

#bo_vc_opt ol {	
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
	background:#ccc;
	border-radius:3px;
}
#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 1.0rem 0 0;
}
#bo_vc_send_sns input {	
	margin:0 0 0 0.5rem;
}

#bo_w .list-group-item {
	padding-left:0;
	padding-right:0;
	border-left:0;
	border-right:0;
}
#bo_w #wr_content { 
	margin-bottom:1.0rem !important;
}
@media all and (max-width:575px) {
	#bo_w .list-group-item {
		padding-left:1.0rem;
		padding-right:1.0rem;
	}
	.responsive #bo_w #wr_content {
		max-height:160px !important;
	}
}

.post-type-1 .card,
.post-type-2 .card,
.post-type-3 .card,
.post-type-4 .card,
.post-type-5 .card,
.post-type-6 .card,
.post-type-7 .card {
    transition: all 0.3s ease;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.post-type-1 .card:hover,
.post-type-2 .card:hover,
.post-type-3 .card:hover,
.post-type-4 .card:hover,
.post-type-5 .card:hover,
.post-type-6 .card:hover,
.post-type-7 .card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.post-type-1 {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
}

.post-type-1 .card {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.post-type-1 .card-body {
    padding: 1.5rem;
    flex: 1;
}

.post-type-1 .card-title {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.4;
    margin: 0 0 0.5rem 0;
}

.post-type-1 .card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.post-type-1 .card-title a:hover {
    color: #007bff;
}

.post-type-1 .post-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.85rem;
    color: #666;
}

.post-type-1 .post-meta i {
    margin-right: 0.3rem;
}

.post-type-1 .post-meta span {
    display: flex;
    align-items: center;
}

.post-type-1 .badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    background-color: #007bff;
    color: #fff;
    margin-left: 0.5rem;
}

.post-type-1 .na-icon {
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 0.9rem;
}

.post-type-1 .na-icon.na-new {
    color: #dc3545;
}

.post-type-1 .na-icon.na-hot {
    color: #fd7e14;
}

.post-type-1 .na-icon.na-secret {
    color: #6c757d;
}

.post-type-2 {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
}

.post-type-2 .card {
    display: flex;
    flex-direction: row !important;
    width: 100%;
    align-items: center;
    padding: 10px;
}

.post-type-2 .card-img-left {
    width: 100px !important;
    min-width: 100px !important;
    height: 100px !important;
    object-fit: cover;
    border-radius: 50%;
    padding: 5px;
    background: #fff;
}

.post-type-2 .card-body {
    flex: 1;
    text-align: center;
    padding: 1rem;
}

.post-type-2 .card-title {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.4;
    margin: 0 0 0.5rem 0;
}

.post-type-2 .card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.post-type-2 .card-title a:hover {
    color: #007bff;
}

.post-type-2 .post-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.85rem;
    color: #666;
}

.post-type-2 .post-meta i {
    margin-right: 0.3rem;
}

.post-type-2 .post-meta span {
    display: flex;
    align-items: center;
}

.post-type-2 .badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    background-color: #007bff;
    color: #fff;
    margin-left: 0.5rem;
}

.post-type-2 .na-icon {
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 0.9rem;
}

.post-type-2 .na-icon.na-new {
    color: #dc3545;
}

.post-type-2 .na-icon.na-hot {
    color: #fd7e14;
}

.post-type-2 .na-icon.na-secret {
    color: #6c757d;
}

@media all and (max-width: 767px) {
    .post-type-2 .card {
        flex-direction: row !important;
    }
    
    .post-type-2 .card-img-left {
        width: 100px !important;
        min-width: 100px !important;
        height: 100px !important;
    }
}

.post-type-3 {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
}

.post-type-3 .card {
    height: 100%;
    width: 100%;
}

.post-type-3 .card-img-top {
    width: 100%;
    max-width: 800px;
    height: auto;
    max-height: 800px;
    object-fit: contain;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
}

.post-type-4 {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
}

.post-type-4 .card {
    height: 100%;
    width: 100%;
}

.post-type-4 .card-img-top {
    width: 100%;
    max-width: 800px;
    height: auto;
    max-height: 800px;
    object-fit: contain;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
}

.post-type-5 {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
}

.post-type-5 .card {
    height: 100%;
    width: 100%;
}

.post-type-5 .embed-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
}

.post-type-5 .embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-body {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.4;
    margin: 0 0 0.5rem 0;
}

.card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.card-title a:hover {
    color: #007bff;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.85rem;
    color: #666;
}

.post-meta i {
    margin-right: 0.3rem;
}

.post-meta span {
    display: flex;
    align-items: center;
}

.badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    background-color: #007bff;
    color: #fff;
    margin-left: 0.5rem;
}

.na-icon {
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 0.9rem;
}

.na-icon.na-new {
    color: #dc3545;
}

.na-icon.na-hot {
    color: #fd7e14;
}

.na-icon.na-secret {
    color: #6c757d;
}

@media all and (max-width: 767px) {
    .post-type-1 .card,
    .post-type-2 .card {
        flex-direction: column;
    }
    
    .post-type-2 .card-img-left {
        width: 100%;
        height: 160px;
    }
    
    .card-body {
        padding: 1rem;
    }
    
    .card-title {
        font-size: 1rem;
    }
    
    .post-meta {
        flex-wrap: wrap;
    }
    
    .post-meta span {
        margin-right: 1rem;
    }
    
    .post-type-3 .card-img-top,
    .post-type-4 .card-img-top {
        max-width: 100%;
        max-height: 400px;
    }
}

.post-type-6 {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
}

.post-type-6 .card {
    height: 100%;
    width: 100%;
    border: none;
    background: none;
    transition: all 0.3s ease;
}

.post-type-6 .card-img-top {
    width: 100%;
    max-width: 800px;
    height: auto;
    max-height: 800px;
    object-fit: contain;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
}

.post-type-6 .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

@media all and (max-width: 767px) {
    .post-type-6 .card-img-top {
        max-width: 100%;
        max-height: 400px;
    }
}

.post-type-7 {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
}

.post-type-7 .card {
    height: 100%;
    width: 100%;
    border: none;
    background: none;
}

.post-type-7 .card-body {
    padding: 1.5rem;
    text-align: center;
}

.post-type-7 .card-title {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.4;
    margin: 0;
}

.post-type-7 .card:hover {
    transform: none;
    box-shadow: none;
}

.social-links {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.social-links .btn {
    width: 48px;
    height: 48px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: transparent;
    border: none;
    position: relative;
}

.social-links .btn i {
    font-size: 1.8rem;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.social-links .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.social-links .btn:hover i {
    transform: translate(-50%, -50%);
}

.profile-image {
    margin-bottom: 1rem;
}

.profile-image img {
    border: 0px solid #fff;
}

.profile-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.no-link {
    cursor: default !important;
}