/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/

#posts { position: relative; }

.entry {
	position: relative;
	margin-bottom: 0px;
}

.posts-md .entry,
.posts-sm .entry {
	margin-bottom: 0;
}

.entry::after {
	content: '';
	position: relative;
	height: 2px;
	margin-top: 50px;
	background-color: #F5F5F5;
}

.entry-image { margin-bottom: 30px; border-radius: 10px; overflow: hidden; border: 1px solid #ebebeb;}

.posts-md .entry-image,
.posts-sm .entry-image {
	margin-bottom: 0;
	
}

.entry-image,
.entry-image > a,
.entry-image .slide a,
.entry-image img {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	border-radius: 20px;
}

.posts-sm .entry-image {
	width: 64px;
}

.entry-image iframe { display: block; }

.entry-image video {
	display: block;
	width: 100%;
}

.entry-image + .entry-title {
	margin-top: 1em;
}

.entry-title h2,
.entry-title h3,
.entry-title h4 {
	margin: 0;
	font-weight: 700;
}

.entry-title.title-sm h2,
.entry-title.title-sm h3 {
	font-size: 1.25rem;
}

.entry-title.title-sm h3 {
	font-size: 1.125rem;
}

.entry-title.title-xs h2,
.entry-title.title-xs h3 {
	font-size: 1rem;
	letter-spacing: -1px;
}

.entry-title h4 {
	font-size: 1.2rem;
	letter-spacing: -1px;
}

.entry-title.nott h2,
.entry-title.nott h3,
.entry-title h4 {
	text-transform: none;
}

.entry-title h2 a,
.entry-title h3 a,
.entry-title h4 a { color: #333; }

.entry-meta {
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
	font-size: .8rem;
	color: #999
}

.posts-sm .entry-meta {
	margin-top: 6px;
}

.single-post .entry-meta { margin-top: 0.6em; margin-bottom: 0px;}

.posts-md .entry-meta,
.posts-sm .entry-meta {
	margin-bottom: 0px;
}

.entry-meta ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 -10px 0px;
	list-style: none;
}

.entry-meta.no-separator ul,
.entry-meta ul.flex-column {
	align-items: start;
	margin-left: 0;
}

.posts-sm .entry-meta ul {
	margin-bottom: -5px;
}

.entry-meta li {
	font-size: 94%;
	color: #777;
	margin: 0 10px 10px 0;
}

.entry-meta ul.flex-column li {
	margin-left: 0;
}

.posts-sm .entry-meta li {
	margin-bottom: 5px;
}

.entry-meta:not(.no-separator) li::before {
	content: '\205E';
	width: 5px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	opacity: 0.5;
}

.entry-meta i {
	position: relative;
	top: 1px;
	padding-left: 1px;
	margin-right: 5px;
}

.entry-meta a:not(:hover) { color: #999; }

.entry-meta ins {
	font-weight: 700;
	text-decoration: none;
}

.entry-content { margin-top: 30px; }

.single-post .entry-content { margin-top: 0; }

.posts-md .entry-content,
.posts-sm .entry-content {
	margin-top: 20px;
}

.single-post .entry-content .entry-image { max-width: 350px; }

.entry-content { position: relative; }

.entry-link {
	display: block;
	width: 100%;
	background-color: #F5F5F5;
	padding: 30px 0;
	text-align: center;
	color: #444;
	font-family: 'Noto Sans KR', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 3px;
}

body:not(.device-touch) .entry-link {
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.entry-link:hover {
	color: #FFF;
	background-color: #c5946e;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.entry-link span {
	display: block;
	margin-top: 5px;
	font-family: 'Noto Sans KR', serif;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	font-size: 0.875rem;
	color: #AAA;
}

.entry-link:hover span { color: #EEE; }

.entry blockquote p {
	font-weight: 400;
	font-family: 'Noto Sans KR', serif;
	font-style: italic;
}


.entry.entry-date-section {
	margin: 50px 0 80px;
	text-align: center;
}

.entry.entry-date-section:first-child {
	margin-top: 0;
}

.entry.entry-date-section span {
	display: inline-block;
	width: 250px;
	background-color: #FFF;
	border: 2px solid #EEE;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Noto Sans KR', sans-serif;
}
.entry-image .entry-categories {
	position: absolute;
	top: 15px;
    left: 23px;
	text-transform: capitalize;
}
.entry-image .bg-overlay .entry-categories {
	position: relative;
	left: auto;
	bottom: auto;
	margin-bottom: 12px;
	z-index: 2;
}
.entry-image .entry-categories a {
	color: #FFF !important;
    font-size: 14px;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: 400;
}
.bg-lifestyle,
.bg-color-lifestyle.nav-link:hover,
.menu-color-lifestyle > a::before,
.bg-color-lifestyle.nav-link.active { }
.bg-lifestyle .badge{font-size: .8rem; padding: .5em 1em;border-radius: 6px;}

i{font-family: "simple-line-icons";}

.no_image{background: url("../../../../assets/images/no_image.jpg") no-repeat center / cover;}

/* ----------------------------------------------------------------
	다음글/이전글
-----------------------------------------------------------------*/
.pn-btn{ position: relative; border-top: 1px solid #EEE; border-bottom: 1px solid #EEE; margin: 4rem 0}
.pn-btn:before{ content: ""; position: absolute; background-color: #EEE; width: 1px; height: 100%; transform: translateX(-50%); left: 50%}
.pn-btn > a.prev{ padding: 3rem 7.4rem 3rem 1.4rem; display:flex; align-items: center;}
.pn-btn > a.next{ padding: 3rem 1.4rem 3rem 7.4rem; display:flex; align-items: center; flex-direction: row-reverse;}
.pn-btn i{ font-style: normal; font-size: 3.75rem; line-height: 4rem; text-align: center; display: block;}
.prev .prev-arrow{ width:35px; height:60px; margin-right:16px; border-radius:50% !important;}
.next .next-arrow{ width:35px; height:60px; margin-left:16px; border-radius:50% !important;}

/* ----------------------------------------------------------------
	파일입력폼
-----------------------------------------------------------------*/
.file ul{ 
    list-style: none;
    background: #f9f9f9;
    padding: 1em;
    color: #888;
	margin-bottom: 0.5em;
}
.file ul a{
    color: #888;
}
.custom-file { height: auto; height: 50px;}
.custom-file-label {
	display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 11px);
    padding: 0.375rem 0.75rem 0.375rem 3.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
	font-size: 14px;
	color: #6c757d;
}
.custom-file-label::before {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 100%;
    padding: 0.6rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "\e085";
    background-color: #e9ecef;
    border-right: inherit;
    border-radius: 0px;
    font-family: 'lined-icons';
    font-size: 15px;
	font-family: "simple-line-icons" !important;
}
.custom-file-label::after {
	content: "";
	display: none
}
input.file-caption-name{ padding:0px !important}
.custom-link i{
    font-family: "simple-line-icons" !important;
}
.custom-link input{
	display: flex;
    align-items: center;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 11px) !important;
    padding: 0.375rem 0.75rem 0.375rem 3.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
	font-size: 14px;
	color: #6c757d;
}

/* ----------------------------------------------------------------
	코멘트/댓글
-----------------------------------------------------------------*/
.comments-empty{
	display: flex;
    align-items: center;
    justify-content: center;
	background-color: #f9f9f9;
	height: 20vh;
}
.comment-bt{ float: right}

/* ----------------------------------------------------------------
	캡챠
-----------------------------------------------------------------*/
#_comment{ width: 100%; border: 1px solid #EEE; background-color: #f9f9f9; margin: 0 0 1.2rem 0; padding: 1rem}
#_comment img{ width: 140px; height: 40px; border: 1px solid #EEE; margin-right: 5px;}
#m_captcha{ width: 100%; border: 1px solid #EEE; background-color: #f9f9f9; margin: 0 0 1.2rem 0; padding: 1rem; text-align: center;}
#m_captcha img{ height: auto; border: 1px solid #EEE; margin-right: 5px;}
#m_captcha button{width: 100%;}
#m_captcha input{margin: 5px 0;}
.commentlist .comment-content p:last-child { margin-bottom: 17px !important;}

/* ----------------------------------------------------------------
	기타
-----------------------------------------------------------------*/
.empty{
	display: flex;
    align-items: center;
    justify-content: center;
	background-color: #f9f9f9;
	min-height: 40vh;
}
.top-button{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}
.top-button-right{
	display:flex;
	justify-content: flex-end;
	align-items: left;
	margin-top: 1em;
	margin-bottom: 1em;
}
#wr_content{ margin-top:8px}
#bo_cate_on{ color: #fff; background-color: #c5946e;}
.item-all-check{display: inline-flex;}
.item-search{justify-content:center; margin: 100px auto 0; width: 50%;}
.item-search .form-control{ border-top-right-radius: 0px; border-bottom-right-radius: 0px;}
.link-box{background-color: #f9f9f9; padding: 1rem !important; color: #888}
.link-box a{color: #888}
.iframe_container{ margin:1.8rem 0}

.sidebar h4{
	border-bottom: 2px solid #222; 
	padding-bottom: 0.8rem;
	margin-bottom: 0.8rem;
}
.sidebar .toggle {
    overflow: hidden;
	margin: 0 0 0.5rem 0;
}
.sidebar .toggle-header{
	padding-bottom: 0.5rem;
}
.sidebar .toggle .toggle-content > ul{
	padding: 0.3rem;
    list-style: none;
}
.sidebar .toggle .toggle-content > ul li {
	font-size: 14px;
	padding: 0 0 0.7rem 0;
	display: flex;
	align-items: center;	
}
.sidebar .toggle .toggle-content > ul li:hover a{
	color: #c5946e;
}
.sidebar .toggle-content{
    padding: 0rem 0;
}
.sidebar .toggle .toggle-content ul li a{
    font-size: 14px;    
	font-weight: 400;
    color: #888;
	flex: 1 1 auto !important;	
}
.sidebar .toggle .toggle-content ul li:last-child {
    padding: 0 0 0rem 0;
}

.widget > h4 {
    margin-bottom: 18px;
}
.widget_links ul ul{
	margin-left: 0px;
}

.entry-categories {
    color: #c5946e;
}

@media (max-width: 992px) {
    .entry-title h4 {
		font-size: .9rem;
	}
}
@media (max-width: 767px) {
	.entry-image, .entry-image > a, .entry-image > a img{border-radius: 0.6rem;}
    .entry-title.title-sm h3{
		font-size: 0.9rem;
	}
	.entry-categories {
		font-size: 15px;
	}
	.col-mb-50 > .col, .col-mb-50 > [class*="col-"] {
		padding-bottom: 26px;
	}
	.tab-nav.tab-nav9 li a {
		width: 100%;
	}
	.pn-btn > a.prev, .pn-btn > a.next {
    	padding: 0.5rem;
	}
	.top-button {
		flex-direction: column;
		align-items: start;
	}
	.top-button .btn-group{ margin-top: 10px; margin-bottom: 16px}
	.top-button-right{justify-content: flex-start;}
	.item-search{width: 100%;}
	.prev .prev-arrow {margin-right: 3px;}
	.next .next-arrow {margin-left:  3px;}
	.pn-btn i {font-size: 2.75rem;line-height: 3.8rem;}
	.entry-image .entry-categories {top: 7px; left: 7px;}
	.entry-image .entry-categories a { padding: 4px 7px; font-size: 13px;}
}
