<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.blog_out {
    background-color: gold;
    height: 200px;
    margin: 0 1px 1px 0;
    padding-left: 200px;
}

@media (max-width: 767.98px) {
    .blog_out {
        background-color: blue;
        padding-left: 0;
        padding-top: 100%;
    }
}*/

#tag_zone_title {
	font-size: 25px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #E83928;
}

.tag_list {
	margin-right: 6px;
	font-weight: bold;
}
.tag_list:hover {
	text-decoration: underline;
}
.tag_list_1, .tag_list_1:hover {
	font-size: 16px;
	color: #003060;
}
.tag_list_2, .tag_list_2:hover {
	font-size: 19px;
	color: #004b97;
}
.tag_list_3, .tag_list_3:hover {
	font-size: 22px;
	color: #0066cc;
}
.tag_list_4, .tag_list_4:hover {
	font-size: 25px;
	color: #2894ff;
}

.tag_one {
	display: inline-block;
	background: #999999;
	color: #FFFFFF;
	padding: 4px 8px 4px 8px;
	margin-bottom: 5px;
	font-size: 14px;
}

.blog_title {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}

.blog_info {
	margin-top: 15px;
}

.writer_cover {
	border-radius: 50%;
}

.blog_content {
	position: relative;
}

.blog_glass {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}</pre></body></html>