.error-msg {
    padding: 3px 0!important;
    list-style-type: none!important;
    margin: 0!important;
    color: #e5603b;
    font-size: 11px!important;
    line-height: inherit!important;
}
.item-row.no-data {text-align:center;padding: 50px 0; color:#999;}
.afterclear:after {clear:both; content:''; display:block;}
.navbar-collapse {float:right;}
.head-search-menu {padding:20px 15px;}
.contact-us h4 {line-height:1.4em;}

/* 컨텐츠영역 최소높이 설정 */
@media (min-width: 1200px) {
	.container.contact-us, .container.error {min-height:460px;}
}

/* 5.29 Plugin - Superbox (Added in V1.3) */

.superbox {
	font-size: 0;
	margin: -1px -1px 0 0;
}
.superbox-list {
	display: inline-block;
	position: relative;
}
.superbox-list.superbox-O {
	z-index: 10;
}
.superbox-list.superbox-O:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1px;
	border: 10px solid transparent;
	border-bottom-color: #d9e0e7;
	margin-left: -10px;
	z-index: 10;
}
.superbox-list.superbox-O:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -3px;
	border: 10px solid transparent;
	border-bottom-color: #242a31;
	margin-left: -10px;
	z-index: 20;
}
.superbox-show {
	background: #242a30;
	border-top: 1px solid #d9e0e7 !important;
	position: relative;
}
.superbox-img {
	width: 100%;
	cursor: pointer;
	display: block;
	padding-top: 75%;
	position: relative;
}
.superbox-img:hover {
	opacity: 0.8;
}
.superbox-img img {
	display: none;
}
.superbox-img span {
	position: absolute;
	top: 1px;
	left: 0;
	right: 1px;
	bottom: 0;
	background-size: cover !important;
	background-position: center !important;
}
.superbox-current-img {
	box-shadow: 0 5px 35px rgba(0,0,0,.65);
	max-width: 100%;
}
.superbox-close {
	opacity: 0.7;
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 35px;
	height: 35px;
}
.superbox-show .sr_title {color:white; font-size:1.2em; position:absolute; z-index:10; left:0; bottom:2.5rem; display:block; width:100%; background-color:rgba(0, 0, 0, 0.3);}

/* 4.5 Component - Note Setting */

.note {
	margin-bottom: 20px;
	padding: 15px;
	border-left: 3px solid;
	position: relative;
	border-radius: 4px;
}
.panel > .note {
	border-radius: 0;
}
.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
	color: inherit;
}
.note .note-icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 80px;
	font-size: 56px;
	line-height: 56px;
	text-align: center;
}
.note .note-icon > i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -28px;
}
.note .note-icon + .note-content {
	margin-left: 85px;
}
.note.note-with-right-icon {
	border-left: none;
	border-right: 3px solid;
}
.note.note-with-right-icon .note-icon {
	left: auto;
	right: 0;
}
.note.note-with-right-icon .note-content {
	margin-left: 0;
	margin-right: 85px;
}
.note.note-danger { border-color: #ff5b57; background: #ffcdcc; color: #802d2b; }
.note.note-danger .note-icon { background: #ff5b57; }
.note.note-warning { border-color: #f59c1a; background: #fce1ba; color: #7b4e0e; }
.note.note-warning .note-icon { background: #f59c1a; }
.note.note-yellow { border-color: #ffd900; background: #fff4b2; color: #806d00; }
.note.note-yellow .note-icon { background: #ffd900; }
.note.note-lime { border-color: #90ca4b; background: #ddefc9; color: #486626; }
.note.note-lime .note-icon { background: #90ca4b; }
.note.note-success { border-color: #00acac; background: #b3e6e6; color: #025656; }
.note.note-success .note-icon { background: #00acac; }
.note.note-primary { border-color: #348fe2; background: #c2ddf7; color: #1a4772; }
.note.note-primary .note-icon { background: #348fe2; }
.note.note-info { border-color: #49b6d6; background: #c8e9f3; color: #255b6c; }
.note.note-info .note-icon { background: #49b6d6; }
.note.note-purple { border-color: #727cb6; background: #d4d7e9; color: #393e5b; }
.note.note-purple .note-icon { background: #727cb6; }
.note.note-dark, .note.note-inverse { border-color: #2d353c; background: #c0c2c4; color: #5b6165; }
.note.note-dark .note-icon, .note.note-inverse .note-icon { background: #2d353c; }
.note.note-secondary, .note.note-default { border-color: #b6c2c9; background: #e9edef; color: #5b6165; }
.note.note-secondary .note-icon, .note.note-default .note-icon { background: #b6c2c9; }
.note.note-light { border-color: #f2f3f4; background: #fff; color: #62686d; }
.note.note-light .note-icon { background: #f2f3f4; }
.note.note-indigo { border-color: #8753de; background: #e1d4f7; color: #442a6f; }
.note.note-indigo .note-icon { background: #8753de; }
.note.note-pink { border-color: #fb5597; background: #fed4e5; color: #7e2b4c; }
.note.note-pink .note-icon { background: #fb5597; }
.note.note-green { border-color: #32a932; background: #cce9cc; color: #195519; }
.note.note-green .note-icon { background: #32a932; }

/* 6.1 Post List Setting */

.post-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.post-list > li:before,
.post-list > li:after {
    content: '';
    display: table;
    clear: both;
}
.post-list > li {
    padding: 0;
}
.post-list > li + li {
    margin-top: 60px;
}
.post-left-info {
    width: 50px;
    float: left;
    margin-right: 20px;
}
.post-date {
    font-size: 12px;
    line-height: 1.1;
    margin: 0 auto 2px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
.post-date .day {
    color: #333;
    font-size: 24px;
    display: block;
}
.post-date .month {
    display: block;
    font-size: 10px;
    margin-top: 5px;
    color: #333;
}
.post-date + .post-likes {
    border-top: 2px solid #ddd;
}
.post-likes {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
}
.post-left-info + .post-content {
    margin-left: 70px;
}
.post-image {
    padding-top: 56%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
.post-image.post-image-with-carousel {
    padding-top: 0;
}
.post-image.post-image-with-carousel .item {
    padding-top: 56%;
    overflow: hidden;
}
.post-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
}
.post-img {margin-bottom: 15px;}
.post-img img {max-width:100%;}

.post-video {
    margin-bottom: 25px;
}
.post-list blockquote {
    border: none;
    background: #e9edef;
    font-size: 18px;
    padding: 30px;
    color: #000;
    margin-bottom: 25px;
}
.post-title {
    margin: 0 0 5px;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}
.post-title a {
    color: #000;
}
.post-by {
    display: block;
    font-size: 11px;
    color: #666;
    margin-bottom: 15px;
    line-height: 20px;
    padding: 0 0;
}
.post-by .divider {
    margin: 0 5px;
    font-size: 10px;
    color: #333;
    position: relative;
    top: -1px;
}
.post-desc {
    line-height: 20px;
    color: #696969;
    margin-bottom: 20px;
    font-size: 14px;
}
.read-btn-container {
    text-align: right;
    font-size: 12px;
}
.read-btn-container a {
    color: #333;
}
.post-head {border-bottom: 1px solid #ddd; margin-bottom:25px;}

/* 6.2 Post Grid Setting */

.post-grid {
    margin: -10px;
}
.post-grid:before,
.post-grid:after {
    content: '';
    display: table;
    clear: both;
}
.post-grid > li,
.post-li {
    width: 33.33%;
    padding: 10px;
}
.post-grid.post-grid-2 > li,
.post-grid.post-grid-2 > .post-li {
    width: 50%;
}
.post-grid.post-grid-3 > li,
.post-grid.post-grid-3 > .post-li {
    width: 33.33%;
}
.post-grid.post-grid-4 > li,
.post-grid.post-grid-4 > .post-li {
    width: 25%;
}
.post-grid .post-image,
.post-grid .post-video {
    margin: -1px -1px 0;
}
.post-grid blockquote {
    margin-bottom: 0;
}
.post-grid .post-title {
    font-size: 20px;
    line-height: 24px;
}
.post-grid .post-content {
    border: 1px solid rgba(0,0,0,0.125);
}
.post-grid .post-info {
    padding: 15px;
}

/* 5.3 Sidebar List Setting */

.sidebar-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.sidebar-list > li > a {
    line-height: 20px;
    color: #333;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 10px 0;
}

/* 3.2 Section Title & Container Setting */

.category .section-title {
    font-size: 14px;
    text-align: left;
    margin: 0 0 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    color: #333;
    text-align: center;
}
.category .section-title span {
    position: relative;
    z-index: 1020;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.category .section-title span a {
	color:black;
}
.category .section-title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    top: 0;
    background: #222;
    top: 50%;
    margin-top: -1px;
    z-index: 0;
}
.category .side-container {
    margin-bottom: 50px;
}


/* Post List Setting [Responsive] */
@media (max-width: 767px) {
    .post-left-info {
        float: none;
        width: auto;
        margin: 0 0 10px;
    }
    .post-left-info:before,
    .post-left-info:after {
        content: '';
        display: table;
        clear: both;
    }
    .post-date,
    .post-likes {
        padding: 0;
        float: left;
    }
    .post-date {
        margin: 0;
        line-height: inherit;
    }
    .post-date .day,
    .post-date .month {
        font-size: 12px;
        display: inline;
    }
    .post-date + .post-likes {
        margin-left: 15px;
        padding-left: 15px;
        border: none;
        border-left: 2px solid #ddd;
    }
    .post-left-info + .post-content {
        margin: 0;
    }
    .post-image,
    .post-video,
    .post-list blockquote {
        margin-bottom: 15px;
    }
    .post-title {
        font-size: 20px;
        line-height: 28px;
    }
    .post-by {
        margin-bottom: 10px;
        line-height: 16px;
    }
    .post-desc {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .post-li,
    .post-grid.post-grid-2 > .post-li,
    .post-grid.post-grid-3 > .post-li,
    .post-grid.post-grid-4 > .post-li {
        width: 50%;
    }
}

@media (max-width: 600px) {

    /* Post Grid Setting */

    .post-li,
    .post-grid.post-grid-2 > .post-li,
    .post-grid.post-grid-3 > .post-li,
    .post-grid.post-grid-4 > .post-li {
        width: 100%;
    }
}

@media (max-width: 1200px) and (min-width: 768px){
	.head-search-menu input[type=text] {width:150px;}
}