@charset "utf-8";

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}


.ten h1 {
/*  font-size:34px; font-weight:500; text-transform:uppercase; //대문자로 변경 */
}
.ten h1:before {
    background-color: #c50000;
    border-radius: 0.25rem;
    content: '';
    display: block;
    height: 0.25rem;
    width: 42px;
    margin-bottom: 1.25rem;
}


/* Tags */
.list-tags {
	margin-bottom: 15px;
	margin-top: 15px;
}

.list-tags .nav {
	background: #fafafa;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.list-tags .nav li {
	border-top: 0px !important;
}

.list-tags .tags-item {
	padding: 0px;
	overflow: hidden;
	margin: -4px 0px -6px;
	margin-right: -12px;
}

.list-tags .tags-item .chk-tag {
	text-align: center !important;
	background: none !important;
	padding: 0px !important;
	margin: 0px !important;
	box-shadow: none !important;
	display: inline-block !important;
	height: 28px;
	line-height: 28px !important;
}

.list-tags .tags-item .chk-tag span {
	font-family: dotum;
	font-weight: normal;
	display: inline-block;
	margin: 0px;
	padding-right: 12px;
	line-height: 22px;
}

.list-tags .tags-item .chk-tag.active span,
.list-tags .tags-item .chk-tag:focus span {
	color: orangered;
	font-weight: bold;
}

.list-tags .tags-item .chk-tag.active span:before,
.list-tags .tags-item .chk-tag:focus span:before {
	font-family: FontAwesome;
	content: "\f00c";
	padding-right: 4px;
}

.list-tags .tags-submit {
	background: var(--main-primary-350);
	border-top: 0px;
	padding: 0px 15px 10px;
	border-radius: 0px 0px 4px 4px;
}

.list-tags .tags-submit .box-submit {
	border-top: 1px dotted var(--main-border-200);
	padding-top: 10px;
}

.list-tags .tags-line {
	border-top: 1px dotted #ccc;
	margin: 6px 10px;
	margin-left: 0px;
	height: 1px;
}



/* Category */
.list-category .tabs { margin-bottom:20px; }
.list-category .dropdown { margin-bottom:20px; }
.list-category .active a, .list-category .selected a { color:crimson; font-weight:bold !important; }

/* List */
.list-wrap { width:100%; }
.list-admin { text-align:center; margin:15px 0px; }

/* Page */
.list-wrap .pagination a, .view-wrap .pagination a { color:#333 !important; }
.list-wrap .pagination .active a, .view-wrap .pagination .active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* View */
.view-wrap { width:100%; overflow:hidden; }
.view-wrap.view-modal { padding:5px; margin:0px; }
.view-btn { margin:0px 0px 30px; }
.view-btn i { margin-right:2px; }

/* Write */
.write-wrap { width:100%; overflow:hidden; }

@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0px; }
}
