@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(//fonts.googleapis.com/css?family=Archivo+Black);
@import url(./css/materialdesignicons.min.css);

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button {
	font-family: 'Noto Sans KR', "맑은 고딕", 'Malgun Gothic', sans-serif;
}

p {
	-ms-word-break: keep-all;
	word-break: keep-all;
}

ul, ol {
	-ms-word-break: keep-all;
	word-break: keep-all;
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

.navbar.navbar-inverse {
	background-color: #FFF;
	border: 0;
	margin-bottom: 0;
}

.navbar.navbar-inverse .navbar-brand {
	font-family: 'Archivo Black', sans-serif;
	color: #9D1E24;
	font-size: 20px;
	line-height: 18px;
	text-transform: uppercase;
/* 	border-bottom: 1px solid #DEDEDE; */
}

.navbar.navbar-inverse .navbar-brand img {
	width: 155px;
	margin-top: 0;
}

.navbar.navbar-inverse .navbar-brand > span {
    display: block;
    color: #333;
    font-size: 10px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-align: right;
    margin-top: 1px;
	white-space: nowrap;
	word-break: normal;
}

@media (min-width: 768px) {
	.navbar.navbar-position-left {
		width: 200px;
		min-height: 50vh;
		float: left;
		border-radius: 0;
	}

	.navbar.navbar-inverse > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar.navbar-inverse .navbar-brand {
		padding-right: 30px;
		margin-left: 0;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	
	.navbar.navbar-inverse .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	
	.navbar.navbar-inverse .navbar-nav.navbar-right {
		margin-right: 0 !important;
	}

	.navbar.navbar-inverse .navbar-nav > li {
		width: 100%;
	}
	
	.navbar.navbar-inverse .navbar-nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
	
.navbar.navbar-inverse .navbar-nav .dropdown-menu {
	position: relative;
	background-color: transparent;
	width: 100%;
	max-width: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
}

@media (min-width: 768px) {
	.navbar.navbar-inverse .navbar-nav .dropdown-menu {
		animation-fill-mode: both;
		animation-duration: .5s;
		animation-name: fadeInRight;
	}
}

.navbar.navbar-inverse .navbar-nav .dropdown-menu > li > a {
	padding: 7px 15px;
}

@media (min-width: 767px) {
	ul.nav li.dropdown:not(.open):hover > ul.dropdown-menu {
		display: none;
	}
}

.navbar.navbar-inverse .navbar-nav > li > a {
	color: #212121;
}

.navbar.navbar-inverse .navbar-nav > li:hover > a,
.navbar.navbar-inverse .navbar-nav > li > a:hover,
.navbar.navbar-inverse .navbar-nav > li > a:focus,
.navbar.navbar-inverse .navbar-nav > li.dropdown.open > a,
.navbar.navbar-inverse .navbar-nav > li.dropdown.open > a:hover,
.navbar.navbar-inverse .navbar-nav > li.dropdown.open > a:focus {
	background: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #9D1E24;
	font-weight: bold;
}

.navbar.navbar-inverse .navbar-nav .dropdown-menu > li > a::before {
	content: '';
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	margin-top: 4px;
	margin-right: 10px;
	border: 2px solid #EEE;
	-webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) .3s all;
	transition: cubic-bezier(0.22, 0.61, 0.36, 1) .3s all;
}

.navbar.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
.navbar.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
	background: none;
	background-color: transparent;
	color: #9D1E24;
}

.navbar.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover::before,
.navbar.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-color: #9D1E24;
	animation-delay: .5s;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: lifill;
}

@-webkit-keyframes lifill {
	0% {
		background-color: transparent;
	}
	
	100% {
		background-color: #9D1E24;
	}
}

@keyframes lifill {
	0% {
		background-color: transparent;
	}
	
	100% {
		background-color: #9D1E24;
	}
}

.snsButtons {
	margin-top: 30px;
	text-align: center;
	padding-left: 15px;
	padding-right: 30px;
	float: left;
	width: 100%;
}

@media (max-width: 767px) {
	.snsButtons {
		display: none;
	}
}

.snsButtons > li {
	list-style: none;
	width: 25%;
	float: left;
	text-align: left;
}

.snsButtons > li > a {
	width: 32px;
    height: 32px;
    display: inline-block;
    background-color: #CCC;
    border-radius: 50%;
    color: #FFF;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

.snsButtons > li > a+a {
	margin-left: 2px;
}

.snsButtons .snsButtons_twitter:hover {
	background-color: #1BA1F1;
}

.snsButtons .snsButtons_facebook:hover {
	background-color: #4866A9;
}

.snsButtons .snsButtons_instagram:hover {
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.snsButtons .snsButtons_youtube:hover {
	background-color: #FE0400;
}


.dropdown-menu > .sub_link > a.active {
	color: #9D1E24 !important;
}

.dropdown-menu > .sub_link > a.active:before {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #9D1E24;
    animation-delay: .5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: lifill;
	border: 2px solid #9D1E24;
}


#wrapper {
	background-color: #FFF;
	padding-left: 0;
	padding-right: 0;
}

#wrapper:before {
	display: table;
	content: " ";
}

#wrapper:after {
	display: table;
	content: " ";
	clear: both;
}

@media (min-width: 768px) {
	#wrapper {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	#wrapper {
		width: 960px;
	}
}

@media (min-width: 1200px) {
	#wrapper {
		width: 1170px;
	}
}

@media (max-width: 991px) {
	#wrapper {
		width: 750px;
	}
}

@media (max-width: 767px) {
	#wrapper {
		width: 100%;
	}
}

.wrapper-content {
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	#wrapper .wrapper-content {
		float: left;
		width: calc(100% - 200px);
		padding-bottom: 100px;
	}
	
	#wrapper .wrapper-content > .container {
		width: 100%;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
}

.topmenu-fixed {
/* 	background-color: #9D1E24; */
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 767px) {
	.topmenu-fixed {
		border-top: 1px solid #DEDEDE;
		padding-left: 0px;
		padding-right: 0px;
	}
}

.topmenu-fixed > ul {
	padding-left: 0;
	margin-bottom: 0;
}

.topmenu-fixed > ul > li {
	float: left;
	list-style: none;
}

.topmenu-fixed > ul > li > a {
	display: block;
/* 	color: #FFF; */
	color: #212121;
	font-size: 12px;
	padding: 12px 15px;
}

.topmenu-fixed > ul.pull-right .dropdown-menu {
	left: auto;
	right: 0;
	animation-fill-mode: both;
	animation-duration: .5s;
	animation-name: fadeInRight;
}

@media (min-width: 768px) {
	.topmenu-fixed > ul.pull-left {
		margin-left: -15px;
	}
	
	.topmenu-fixed > ul.pull-right {
		margin-right: -15px;
	}
}

.container_slide .fill {
	height: 500px;
}

@media (max-width: 991px) {
	.container_slide .fill {
		height: 200px;
	}
}

@media (max-width: 767px) {
	.container_slide {
		padding-left: 0;
		padding-right: 0;
	}
}

#myCarousel {
	border-bottom: 1px solid #888;
}

.container_slide .carousel-caption h1 span,
.container_slide .carousel-caption p span {
	background-color: transparent;
	text-shadow: none;
	text-transform: uppercase;
	opacity: 1;
	font-family: 'Archivo Black', sans-serif;
	padding: 0;
}

.container_slide .carousel-caption h1 {
	color: #9D1E24;
	margin-top: 0;
	line-height: 30px;
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-name: fadeInRight;
	animation-delay: .5s;
}

.container_slide .carousel-caption p {
	color: #212121;
	letter-spacing: -0.03em;
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-name: fadeInRight;
	animation-delay: .8s;
}

@media (min-width: 768px) {
	.container_slide .carousel-caption {
		left: 50px;
		right: 50px;
	}
}

@media (min-width: 992px) {
	.container_slide .carousel-caption h1 {
		font-size: 64px;
		line-height: 48px;
		text-align: left;
	}
	
	.container_slide .carousel-caption p {
		font-size: 24px;
		line-height: 32px;
		text-align: left;
	}
}

@media (max-width: 539px) {
	.container_slide .carousel-caption {
		left: 0;
		right: 0;
		bottom: 25px;
	}
	
	.container_slide .carousel-caption h1 {
		font-size: 24px;
		line-height: 20px;
	}
	
	.container_slide .carousel-caption p {
		word-break: normal;
		letter-spacing: -0.05em;
	}
}

.container_slide .carousel-indicators {
	bottom: 25px;
	right: 25px;
	left: auto;
	text-align: right;
	margin-bottom: 0;
}

.container_slide .carousel-indicators > li {
	width: 14px;
	height: 14px;
	border-radius: 0;
	border: 2px solid #FFF;
	margin: 0 2px;
	padding: 0;
}

.container_slide .carousel-indicators > li.active {
	width: 14px;
	height: 14px;
	border-radius: 0;
	border: 2px solid #FFF;
	background-color: #FFF;
	margin: 0 2px;
	padding: 0;
}

@media (max-width: 767px) {
	#mainBanner {
		padding-left: 0;
		padding-right: 0;
	}
}

#mainBanner > .row {
	margin-left: 0;
	margin-right: 0;
}
#mainBanner > .row > div {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #888;
}

@media (min-width: 640px) and (max-width: 767px) {
	#mainBanner > .row > div {
		width: 33.3333333%;
	}
}

.mainBannerBox {
	padding: 40px 25px;
	text-align: center;
	display: block;
	height: 120px;
	background-color: #efefef !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	-webkit-transition: ease .3s background;
	transition: ease .3s background;
}

.mainBannerBox:hover {
	text-decoration: none;
}

.mainBannerBoxTitle {
	font-size: 20px;
	font-weight: bold;
	display: block;
	color: #212121;
	position: relative;
	z-index: 2;
	-webkit-transition: ease .5s all;
	transition: ease .5s all;
}
.mainBannerBoxDes {
    font-size: 12px;
    display: block;
    color: #444;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 2;
    -webkit-transition: ease .5s all;
    transition: ease .5s all;
}
.mainBannerBoxImg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .8);
    background-size: 100% 100%;
    -webkit-transition: ease .5s all;
    transition: ease .5s all;
}
.mainBannerBoxImg2 {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 0;
	left: 0;
	top: 0;
	right: 0;
	background: rgba(157, 30, 36, .8);
	-webkit-transition: ease .5s all;
	transition: ease .5s all;
}

.mainBannerBox:hover .mainBannerBoxImg {
	height: 0;
}

.mainBannerBox:hover .mainBannerBoxImg2 {
	height: 100%;
}

.mainBannerBox.mainBannerBox1 {
	background-image: url('/skin/img/main/mainBanner_01.jpg');
}

.mainBannerBox.mainBannerBox2 {
	background-image: url('/skin/img/main/mainBanner_02.jpg');
}

.mainBannerBox.mainBannerBox3 {
	background-image: url('/skin/img/main/mainBanner_03.jpg');
}

/* .mainBannerBox.mainBannerBox1 {
	background: linear-gradient(0deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('/skin/img/main/mainBanner_01.jpg');
}

.mainBannerBox.mainBannerBox1:hover {
	background: linear-gradient(0deg, rgba(157, 30, 36, .8), rgba(157, 30, 36, .8)), url('/skin/img/main/mainBanner_01.jpg');
}

.mainBannerBox.mainBannerBox2 {
	background: linear-gradient(0deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('/skin/img/main/mainBanner_02.jpg');
}

.mainBannerBox.mainBannerBox2:hover {
	background: linear-gradient(0deg, rgba(157, 30, 36, .8), rgba(157, 30, 36, .8)), url('/skin/img/main/mainBanner_02.jpg');
}

.mainBannerBox.mainBannerBox3 {
	background: linear-gradient(0deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('/skin/img/main/mainBanner_03.jpg');
}

.mainBannerBox.mainBannerBox3:hover {
	background: linear-gradient(0deg, rgba(157, 30, 36, .8), rgba(157, 30, 36, .8)), url('/skin/img/main/mainBanner_03.jpg');
} */

.mainBannerBox:hover .mainBannerBoxTitle,
.mainBannerBox:hover .mainBannerBoxDes {
	color: #FFF;
}

@media (min-width: 992px) {
	.intro-board-widget-layout .intro-boardbox.col-sm-12 {
		width: 50%;
	}
}

.intro-boardbox .page-header h4 .btn {
	color: #000;
    font-size: 24px;
    line-height: 1;
    margin-top: -11px;
	padding-left: 0;
	padding-right: 0;
}

.intro-boardbox .page-header h4 .btn .fa {
	display: inline-block;
	font: normal normal normal 24px/1 "Material Design Icons" !important;
	font-family: inherit;
	text-rendering: auto;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	-webkit-transition: ease .5s all;
	transition: ease .5s all;
}

.intro-boardbox .page-header h4 .btn .fa:before {
	content: "\F054";
}

.intro-boardbox .page-header h4 .btn:hover .fa {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	color: #9D1E24 !important;
}

.intro-boardbox .front-panel .panel {
	border: 0;
	padding: 0;
	margin: 0;
}

.intro-boardbox .front-panel .panel .panel-body {
	padding: 0;
}

.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words {
	padding-left: 0;
	padding-right: 0;
}

.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6 a {
	display: block;
}

.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6 a:hover span,
.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6 a:focus span {
	text-decoration: none !important;
}

.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6,
.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6 b,
.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6 a,
.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6 a span {
	font-weight: normal;
}

.intro-boardbox .front-panel .panel .panel-body .list-row-contents {
	display: none;
}

.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6 b a .list-row-subject {
    width: calc(100% - 120px);
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6 b a small {
    float: left;
    margin-top: -3px;
}

.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6 b a small .label.label-danger {
	color: #FFF !important;
	margin-left: 0 !important;
	margin-right: 5px;
	background-color: #9D1E24;
    font-size: 10px !important;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 16px;
    vertical-align: 1px;
}

.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words .row-separator {
	display: none;
}

.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words .list-row-regdate {
	float: right;
}

/* 게시판 테이블 */
.dh-board > .table-hover{border-top: 2px solid #4a4a4a; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.dh-board > .table-hover td, .dh-board > .table-hover th {
    padding: 12px 15px !important;
    font-size: 14px;
    font-weight: 400;
}
.dh-board > .table-hover > tbody > tr:hover td{background-color: #ffffff;}
.table-hover th, .table-hover td {
    padding: 10px !important;
	border-right: none;
}
.dh-board > .table-hover td.subject a {
    color: #4a4a4a;
    font-weight: 400;
}
.dh-board > .table-hover td.subject a:hover {
    color: #1a6494;
    text-decoration: underline !important;
}
/* 게시판 스타일 */
.table.table-style{border-top: 2px solid #4a4a4a; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.table.table-style td, .table.table-style th {
    padding: 12px 15px !important;
    font-size: 14px;
    font-weight: 400;
}
.table.table-style > tbody > tr:hover td{background-color: #ffffff;}
.table.table-style th, .table.table-style td {
    padding: 10px !important;
	border-right: none;
}
.table.table-style td.subject a {
    color: #4a4a4a;
    font-weight: 400;
}
.table.table-style td.subject a:hover {
    color: #1a6494;
    text-decoration: underline !important;
}
.dh-margin-top {
    display: inline-block;
    margin-top: 0;
}


.label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
.label-danger {
    color: #e01717;
    border-radius: 100%;
    display: inline-block;
    font-weight: 600;
}
.label-primary{color: #2b5cb7;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    color: #4a4a4a;
}
.pagination > li > a, .pagination > li > span{color: #9D8478;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover{color: #9D8478;}
.dh-margin-top form#insertForm {width: 100%; max-width: 100%; display: block; margin: 0 0 0;}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}
.dh-board,.dh-view-box{margin-top:0;}

@media (max-width: 767px) {
	.dh-board{padding-left:15px;padding-right:15px;}
	.dh-view-box{padding-left:15px;padding-right:15px;}
}
/* .dh-view-box .row {
    margin: 0;
} */
.sns-box{display: none;}
.dh-view-box>.row>.page-header h4 {
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
    margin: 0;
}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #ddd;
    padding: 0;
	margin:0;
}
.content_wrap .page-header h4:before {content: none;}
.dh-view-box>.row>.dh-view-info.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 10px 8px;
    margin: 0 0 10px;
}
.dh-view-box>.row>.dh-view-info>span{padding: 0 15px 0 0;}
.dh-view-box>.row>.dh-view-info>span>strong{color: #555; padding: 0 5px 0 0;}
.dh-view-box .dh-attach{padding: 10px 15px 0;}
.dh-view-box .dh-attach h6{margin: 0; padding: 0;}
.dh-view-box .dh-attach+div { padding: 30px 15px 40px !important; }

.container.sub-layout {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

/* 서브 페이지 상단 */
.subHeader {
	height: 250px;
	border-bottom: 3px solid #AA302F;
	margin-bottom: 25px;
	background-color: #FAFAFA;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.subHeader h2 {
	margin-top: 111px;
    margin-left: 30px;
	display: block;
	position: relative;
	z-index: 3;
	-webkit-transition: ease .5s all;
    transition: ease .5s all;
	animation-delay: .2s;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: headerfill2;
}

.subHeader p {
	display: block;
	position: relative;
	z-index: 3;
	-webkit-transition: ease .5s all;
    transition: ease .5s all;
	animation-delay: .2s;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: headerfill2;
}

.subHeader p:before {
	content: '|';
	float: left;
	margin-left: 30px;
	margin-right: 10px;
	opacity: .5;
}

.subHeader.visual1 {
	background-image: url('/skin/img/sub/sub_01.jpg');
}

.subHeaderImg {
    position: absolute;
    z-index: 1;
    width: 970px;
    height: 247px;
    background: rgba(255, 255, 255, .9);
    background-size: 100% 100%;
    -webkit-transition: ease .5s all;
    transition: ease .5s all;
}

.subHeaderImg2 {
    position: absolute;
    z-index: 2;
    width: 0;
    height: 247px;
    background: rgba(157, 30, 36, .8);
    background-size: 100% 100%;
    -webkit-transition: ease .5s all;
    transition: ease .5s all;
	animation-delay: .3s;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: headerfill;
}

@media (max-width: 1199px) {
	.subHeaderImg {
		width: 760px;
	}
}

@media (max-width: 991px) {
	.subHeaderImg {
		width: 550px;
	}
}

@media (max-width: 767px) {
	.subHeaderImg {
		width: 100%;
	}
}

@media (min-width: 768px) {
	@-webkit-keyframes headerfill {
		0% {
			width: 0;
		}

		100% {
			width: 400px;
		}
	}

	@keyframes headerfill {
		0% {
			width: 0;
		}

		100% {
			width: 400px;
		}
	}
}

@media (max-width: 767px) {
	@-webkit-keyframes headerfill {
		0% {
			width: 0;
		}

		100% {
			width: 100%;
		}
	}

	@keyframes headerfill {
		0% {
			width: 0;
		}

		100% {
			width: 100%;
		}
	}
}

@-webkit-keyframes headerfill2 {
	0% {
		color: #000;
	}

	100% {
		color: #FFF;
	}
}

@keyframes headerfill2 {
	0% {
		color: #000;
	}

	100% {
		color: #FFF;
	}
}

.subContent { padding: 0px 15px 0px; }

.subContent header {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 10px 0 30px;
}

.subContent .title {
    color: #a9131b;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.04em;
    position: relative;
}

.title:before {
    content: '';
    background: #ac2f30;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    position: absolute;
    top: 15px;
    left: -8px;
}

.title span.small-cap {
    margin: 5px 0 0;
    font-size: 17px;
    font-weight: 300;
    display: block;
    color: #555;
}

.subContent .bread {
    padding: 0;
    margin: 0;
    overflow: hidden;
    float: right;
    margin-top: -22px;
}
.subContent .bread li {
    float: left;
    list-style: none;
    color: #777;
    font-size: 12px;
}
.subContent .bread li:after {
    font-family: "FontAwesome";
    content: "\f105";
    padding: 0 6px;
}
.subContent .bread li:first-child {
		font-family: "FontAwesome";
    content: "\f105";
    padding-left: 19px;
}
.subContent .bread li:last-child:after {
    content: none;
}

.subContent .subcon + .subcon {
	margin-top: 40px;
}

.subContent .row + .row {
	margin-top: 15px;
}

.subContent .subcon_deps + .subcon_deps {
	margin-top: 25px;
}
.sub-title {
    margin: 0 0 20px;
    color: #222;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.sub-title:before {
	content: "";
    display: inline-block;
    margin-right: 10px;
    background: #ccc;
    width: 5px;
    height: 20px;
    position: relative;
    top: 3px;
}


@media (max-width: 539px) {
	.title {
		font-size: 20px;
	}
}

.title span.small-cap {
    margin: 5px 0 0;
    font-size: 17px;
    font-weight: 300;
    display: block;
    color: #555;
}

.subContent p {
    color: #333;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 1.6;
    margin: 0 0 20px;
	word-break: keep-all;
}

.subContent img + p {
	margin-top: 20px;
}

.table-bordered {
    border-top: 2px solid #ac2f30 !important;
}
.table-bordered tr th, .table-bordered tr td {
	padding: 14px 16px !important;
	line-height: 1.6 !important;
	letter-spacing: -0.02em;
	color: #444;
}
.table-bordered thead th {
    background: #f7f7f7;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.04em;
    border: 1px solid #e1e1e1 !important;
}
.table-bordered tbody td {
    font-size: 13px;
    border: 1px solid #e1e1e1 !important;
}
.table-bordered tbody th {
    background: #f7f7f7;
}
.table > tbody+tbody {
    border-top: 2px solid #e1e1e1;
    background: #f7f7f7;
}

.table.table-all-centered th,
.table.table-all-centered td {
	text-align: center;
	vertical-align: middle;
}

/* 서브페이지 세부 설정 */

/* profile */
.profile_list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.profile_list > li {
    color: #444;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 2;
    position: relative;
    padding-left: 15px;
}
.profile_list > li:before {
	content: "";
	background: #ccc;
	width: 3px;
	height: 3px;
	position: absolute;
	top: 15px;
	left: 0;
}

/* activity */
.activity_list {
	padding: 0;
    margin: 0;
    list-style: none;
}
.activity_list > li {
	color: #444;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 2;
    position: relative;
    padding-left: 15px;
}
.activity_list > li:before {
	content: "";
	background: #ccc;
	width: 3px;
	height: 3px;
	position: absolute;
	top: 15px;
	left: 0;
}
/* lab member */
#lab_members .subContent figure {
    border: 1px solid #ddd;
    padding: 10px;
}
#lab_members .subContent figure img {
    width: 184px;
    height: 220px;
    margin: 0 auto;
}
#lab_members .subContent figure figcaption {
    padding: 10px 0 0;
}
#lab_members .subContent figure p {
    color: #222;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}
#lab_members .subContent figure p.email {
    font-size: 13px;
    font-weight: 300;
}
/* publication */
.paper_list {
	padding: 0;
    margin: 0;
    list-style: none;
}
.paper_list > li {
    color: #444;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.6;
    position: relative;
    padding-left: 15px;
    margin: 0 0 20px;
}
.paper_list > li:before {
	content: "";
	background: #ccc;
	width: 3px;
	height: 3px;
	position: absolute;
	top: 15px;
	left: 0;
}
/* honor */
.honor_list {
	padding: 0;
    margin: 0;
    list-style: none;
}
.honor_list > li {
    color: #444;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.6;
    position: relative;
    padding-left: 15px;
    margin: 0 0 20px;
}
.honor_list > li:before {
	content: "";
	background: #ccc;
	width: 3px;
	height: 3px;
	position: absolute;
	top: 15px;
	left: 0;
}
/* 로그인 */
.login-layout .panel-body > div.col-sm-12 {text-align: center;}
.inner-box-msg {width: 100%;text-align:center;float: none;margin-bottom: 35px;}
.inner-box-form {
    width: 100%;
	max-width: 440px;
    float: none;
    margin: 0 auto;
	overflow: hidden;
}
.login-layout .panel {
    box-shadow: none;
    max-width: 540px;
    padding: 20px 0px 35px;
    margin: 60px auto 0;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
}
.login-layout .form-control {
    border: none;
    border-bottom: 1px solid #777;
    box-shadow: none;
    border-radius: 0px;
}
.login-layout .btn-warning {
	float: right;
	width: 120px;
    height: 33px;
    background: #4a4a4a;
    border-radius: 0px;
    box-shadow: none;
    border: #4a4a4a;
    font-size: 13px;
}

/* calendar */
.contact-calendar-layout {
    padding: 0 0 80px;
}
.contact-calendar-layout .btn-danger {
    background: #a9131b;
    border: 1px solid #a9131b !important;
    border-radius: 0 !important;
    color: #e6e6e6;
    font-weight: 600;
    font-size: 12px !important;
    padding: 10px 15px !important;
    margin: 0 !important;
}
.contact-calendar-layout .btn-danger:hover, .contact-calendar-layout .btn-danger:focus {
	background: #fff;
	color: #a9131b;
}



/*footer*/
.footer_copy .text-center {
	padding: 0;
}

.footer_wrap {
	padding:40px 0;
	background-color: #323232;
}

.footer_wrap+br {
	display: none !important;
}

@media screen and (max-width: 479px) {
	.footer_wrap .call_wrap .btn.btn-plug.btn-dot {
		display: inline-block;
	}
}

.footer_wrap .copy_wrap {
	text-align: left;
}

.footer_wrap .swr-line {
	border-top: 1px solid #3F474A;
	margin-top: 40px;
	margin-bottom: 35px;
}

.footer_wrap .copy_wrap span {
	color: #8C8C8C;
	font-size: 12px;
}

.footer_wrap .copy_wrap span[name="addr"] {
	line-height: 30px;
}

@media screen and (max-width: 767px) {
	.footer_wrap .copy_wrap span[name="addr"] {
		line-height: 1;
	}
	
}

.footer_wrap .copy_wrap span+span:before {
	content: '| ';
	margin: 15px;
	opacity: .5;
}

.footer_wrap .location_link {
	color: #8C8C8C;
	font-size: 12px;
}

.footer_wrap .copyright_wrap {
	text-align: right;
}

.footer_wrap .copyright_wrap span {
	color: #8C8C8C;
	font-size: 12px;
	display: block;
	margin-top: 10px;
}

.dh-front-blog > div {
	width: 50%;
}

.dh-front-blog .thumbnail {
	margin-top: 0;
	height: auto;
	min-height: 225px !important;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption {
    padding: 16px 20px;
    text-decoration: none;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 {
    margin: 0;
    padding: 0 !important;
    color: #222;
    font-size: 16px;
    letter-spacing: -0.04em;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption p {
    margin: 8px 0 0;
    color: #666;
    font-size: 13px;
	letter-spacing: -0.02em;
	
	display: inline-block; 
	width: 100%; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
	height: 140px !important;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 0 15px;
}
.dhb-txt-box-type-b-img-layout {
	padding: 0;
}
.dhb-txt-box-type-b-text-layout {
	text-align: center;
}
.dhb-txt-box-type-b-text-layout h4 {
    font-size: 16px;
    letter-spacing: -0.04em;
    padding: 14px 16px;
    margin: 0;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    height: 180px;
    box-shadow: none;
    border: none;
}
.dhb-txt-box-type-b-text-layout .txt-box-footer {
	display: none;
}

.bbs-blog2-index-layout .dh-margin-top {
	margin-top: 25px;
}

