#blog {
    margin-top: 140px !important;
}
#blog select{	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #f9f9f9;
}
#blog label {
	position: relative;
	display: block;
}
select::-ms-expand {
	display: none;
}
#blog .titleSp {
    font-size: 24px;
    color: #00a2d1;
    line-height: 1;
	font-family: 'Quicksand';
	font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    padding: 14px 0;
    border-top: 3px solid #00a2d1;
    border-bottom: 1px dotted #00a2d1;
    margin-bottom: 17px;
}
#blog .titleSp>span {
	display: block;
    font-size: 12px;
    color: #191919;
    font-weight: normal;
}

.blog-detail-wrap {
	width: 100%;
	margin-bottom: 100px
}
.blog-detail-wrap .detail img{
	max-width: 630px;
	width: 100%;
	height: auto;
	margin-bottom: 18px;
}	
.blog-detail-wrap .title {
	width: 100%;
	text-align: left;
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 1rem;
	font-weight: 600;
}
.blog-detail-wrap .date {
	width: 100%;
	text-align: left;
	font-size: 12px;
	margin-bottom: 1rem;
}
.blog-detail-wrap .title {
	width: 100%;
	text-align: left;
}
.blog-detail-wrap .categorese {
	text-align: left;
	width: 100%;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px dotted #dedede;
}
.blog-detail-wrap .categorese .category {
display: inline;
    text-align: center;
    line-height: 20px;
    background-color: #00a7eb;
    color: #fff;
    margin-right: 5px;
    padding: .3rem 1rem !important;
    font-size: 12px;}
.blog-detail-wrap .thumbnail {
    border: none;
    margin: 0;
    padding: 0;

}
.blog-detail-wrap .detail {
	width: 100%;
	text-align: left;
    margin-bottom: 40px;
    padding: 0;
}


.archive {
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.archive .title {
    font-size: 24px;
    color: #00a2d1;
    line-height: 1;
	font-family: 'Quicksand';
	font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    padding: 14px 0;
    border-top: 3px solid #00a2d1;
    border-bottom: 1px dotted #00a2d1;
}

.archive ul {
	padding-left: 1rem;
}
.archive ul li {
	padding: 1rem 0 1rem 0 !important;
    margin-bottom: 10px;
	border-bottom: 1px dotted #dedede;
	list-style-type: none;
	text-align: left;
}

.archive .title>span {
	display: block;
    font-size: 12px;
    color: #191919;
    font-weight: normal;
}

.search-category-area{margin-bottom: 40px;}