@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;
}
/*list style*/
.li-dash{
	list-style: none;
}
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-check > li,
.li-dash > li,
.li-dot > li{margin-left: 0;padding-left: 12px;position:relative;}
.li-dash > li:before,
.li-dot > li:before{
	list-style: none;
	content:'-';
	display:block;
	position:absolute;
	left: 0;
	top:0;
}
.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: #d53138;
	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: #444;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.08em;
    text-transform: uppercase;
    text-align: right;
    margin-top: -5px;
    margin-right: -5px;
}
@media (min-width: 768px) {
	.navbar.navbar-position-left {
		width: 220px;
		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: 0 15px 20px;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1;
}
@media (min-width: 767px) {
	ul.nav li.dropdown:not(.open):hover > ul.dropdown-menu {
		display: none;
	}
}
.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: #d53138;
}
.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: #d53138;
}

.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: #d53138;
	animation-delay: .5s;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: lifill;
}

@-webkit-keyframes lifill {
	0% {
		background-color: transparent;
	}
	
	100% {
		background-color: #d53138;
	}
}

@keyframes lifill {
	0% {
		background-color: transparent;
	}
	
	100% {
		background-color: #d53138;
	}
}
.navbar.navbar-inverse .navbar-nav > li > a {
    color: #444;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.06em;
}
.dropdown-menu > .sub_link > a.active {
	color: #d53138 !important;
}

.dropdown-menu > .sub_link > a.active:before {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #d53138;
    animation-delay: .5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: lifill;
	border: 2px solid #d53138;
}


.sub_link.open > a {
	background: none;
}


.sub_menu_deps {
    padding-top: 10px;
	padding-left: 30px;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
}

.sub_menu_deps > li {
	list-style-type: none;
	position: relative;
}

.sub_menu_deps > li:before {
	content: "";
    width: 6px;
    height: 1px;
    display: inline-block;
    background: #000;
    position: absolute;
    top: 14px;
    left: -14px;
}

.sub_menu_deps > li > a {
	display: block;
	color: #000;
	font-size: 13px;
	padding: 5px 0;
}

.sub_menu_deps > li > a.active {
	color: #d53138;
}

.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;
}

#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% - 220px);
		padding-bottom: 100px;
	}
	
	#wrapper .wrapper-content > .container {
		width: 100%;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
}

.topmenu-fixed {
/* 	background-color: #d53138; */
	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;
    border-bottom: 4px solid #d53139;
}
@media (max-width: 991px) {
	.container_slide .fill {
		height: 200px;
	}
}

@media (max-width: 767px) {
	.container_slide {
		padding-left: 0;
		padding-right: 0;
	}
}

/* .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: #d53138;
    margin-top: 0;
    letter-spacing: -0.06em;
    line-height: 30px;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-name: fadeInRight;
    animation-delay: .5s;
}
.container_slide .carousel-caption p {
    color: #444;
    letter-spacing: -0.06em;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-name: fadeInRight;
    animation-delay: .8s;
} */
.container_slide{
    display: none;
}
.carousel-inner .item{
    background-repeat:no-repeat;
    background-position:left center;
    background-size: cover;
    /* height:550px; */
}
.carousel-caption_inner{
    width: 100%;
	padding-top: 30px;
    padding-right: 15px;

}
.carousel-inner .item1{background-image:url('/skin/img/slide/slide01.JPG');}
.carousel-inner .item2{background-image:url('/skin/img/slide/slide02.JPG');}
.carousel-inner .item3{background-image:url('/skin/img/slide/slide03.JPG');}
#carousel-example-generic{
    height: 500px;
}
.carousel-inner .item3{
	background-position: 50% 85%;
}
.carousel-caption {
    width: 100%;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.35);
}

.carousel-caption .text_area{
	padding-left: 60px;
	text-align:left;
	color: #fff;
	letter-spacing: -0.5px;
}
.carousel-caption .text_area::before{
	content: url(/skin/img/slide/sl-logo.png);
    position: absolute;
    top: -25px;
    transform: scale(0.75);
    font-size: 15px;
    left: 10px;
    z-index: -99;
}

.carousel-caption .text_area>*{
	display: block;
}
.carousel-caption .text_area span{
	text-align:left;
	font-family:'Noto Sans KR', 'Nanum Gothic', sans-serif !important;
}
.carousel-caption .text_area h1{
	margin: 0;
	line-height: 1.5;
	font-size: 42px;
	font-weight: 300;
}
.carousel-caption .text_area .topText{
	font-size: 46px;
	font-weight: 700;
}
.carousel-caption .text_area .middleText {
	font-size: 58px;
	font-weight: 800;
	text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 0px;
}
.carousel-caption .text_area .bottomText {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 300;
}
.carousel-caption .text_area .bottomText em {
    color: #fff;
    opacity: 0.7;
}
.carousel-caption .borderText {
	text-align: center !important;
	font-weight: 700;
    font-size: 30px;
    border-top: 2px solid rgba(255,255,255,0.95);
    padding-top: 13px;
    margin-top: 10px;
}

@media (min-width: 768px) {
	.container_slide .carousel-caption {
		left: 50px;
		right: 50px;
	}
}

@media (min-width: 992px) {
	.container_slide .carousel-caption h1 {
    font-size: 54px;
    line-height: 1;
    text-align: left;
}
	
	.container_slide .carousel-caption p {
		font-size: 19px;
		line-height: 1;
		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;
}

@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: #d53138;
	position: relative;
	z-index: 2;
	-webkit-transition: ease .5s all;
	transition: ease .5s all;
}
.mainBannerBoxDes {
    font-size: 13px;
    padding: 4px 0;
    display: block;
    color: #666;
    letter-spacing: -0.04em;
    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, .9);
	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(213, 49, 56, 0.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(213, 49, 56, 0.8), rgba(213, 49, 56, 0.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(213, 49, 56, 0.8), rgba(213, 49, 56, 0.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(213, 49, 56, 0.8), rgba(213, 49, 56, 0.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 {
    margin: 0;
    color: #222;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.08em;
}
.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 {
	color: #d53138;
	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: #d53138 !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;
}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span {
    color: #444 !important;
    font-size: 13px;
    letter-spacing: -0.04em;
}
.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: #d53138;
    font-size: 10px !important;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    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 #d53139;
    border-bottom: 2px solid #ccc;
    margin: 0 0 60px;
}
.dh-board > .table-hover td, .dh-board > .table-hover th {
    color: #666;
    padding: 14px 16px !important;
    font-size: 13px;
    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: #222;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.04em;
}
.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: 260px;
    border-bottom: 4px solid #d53138;
    margin-bottom: 60px;
    background-color: #FAFAFA;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.subHeader h2 {
	color: #666;
    margin-top: 100px;
    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; */
    font-size: 34px;
    letter-spacing: -0.06em;
}
.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');
}
.subHeader.visual2 {
	background-image: url('/skin/img/sub/sub_02.jpg');
}
.subHeader.visual3 {
	background-image: url('/skin/img/sub/sub_03.jpg');
}
.subHeader.visual3 h2,
.subHeader.visual3 p{
	color: #fff ;
	text-shadow: 0 0 5px rgba(0,0,0,.75);
}
.subHeader.visual2 h2,
.subHeader.visual2 p{
	color: #fff ;
	text-shadow: 0 0 5px rgba(0,0,0,.75);
}
.subHeaderImg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    background-size: 100% 100%;
    -webkit-transition: ease .5s all;
    transition: ease .5s all;
}

.subHeaderImg2 {
	display: none;
    /* position: absolute;
    z-index: 2;
    width: 0;
    height: 100%;
    background: rgba(213, 49, 56, 0.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 {
    margin: 0 0 20px;
    padding-left: 16px;
    color: #222;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.06em;
    position: relative;
}
.title:before {
    content: '';
    background: #d53138;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
}

.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: 18px;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.sub-title:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    background: #d53138;
    width: 5px;
    height: 20px;
    position: relative;
    top: 3px;
}
.sub-title + img {
	margin-top: 35px;
}

@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: #666;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0 0 20px;
    word-break: keep-all;
}
.table {
    border-top: 2px solid #d53138 !important;
}
.table thead tr th, .table tbody tr th, .table tbody tr td {
    color: #666;
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    padding: 14px 16px;
    border: 1px solid #e6e6e6;
    vertical-align: middle;
}
.table thead tr th, .table tbody tr th {
    background: #f6f6f6;
    color: #222;
}
.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;
}


/***** 페이지별 스타일 *****/
/* 전공소개 리뉴얼 */
.subWrapper section{
	margin-top: 75px;
}
.subWrapper section h4{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
	padding-left: 28px;
	position: relative;
	letter-spacing: -0.034em;
	font-weight: 600;
}
.subWrapper section h4:before{
	content: '';
	display: block;
	width: 14px;
	height: 15px;
	border-radius: 1px;
	border: 4px solid #9E1A20;
	position: absolute;
	top: 5px;
	left: 4px;
	transform: rotate(45deg);
}
.subWrapper section h5{
    margin: 40px 0 16px;
    font-size: 20px;
    font-weight: 600;
    padding-left: 11px;
    position: relative;
    color: #111;
    letter-spacing: -0.5px;
}
.subWrapper section h5:before{
	content: '';
	display: block;
	width: 4px;
	height: 20px;
	background: #9E1A20;
	position: absolute;
	top: 1px;
	left: 0;
}
/* personal setting 0.64v end */


/* subpage about */
#intro section{
	padding: 0 15px;
}
.goal-li{
	padding: 0;
}
.goal-li li{
	border-bottom: 1px dashed #ddd;
	margin-bottom:10px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.034em;
	padding-bottom: 10px;
	color: #333;
	list-style: none;
}
.goal-li li{
	display: flex;
    align-items: center;
}
.goal-li li span{
	display: inline-block;
	margin-right: 15px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-weight: 500;
	font-size: 23px;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: #9E1A20;
	padding-top: 1px;
}
#about01 .se2 img{
	margin-top:50px;
}
.column-2 p{
	margin-bottom: 30px;
}

/* 업무소개 */
.intro_top_wrap {
	min-height: 180px;
    border: 1px solid #ccc;
    padding: 35px;
    background: url(/skin/img/sub/intro_top_img.png) no-repeat right / contain;
}


.intro_top_wrap p {
	line-height: 2.4;
    font-size: 16px;
    letter-spacing: -.04em;
	margin: 0;
}

/* 오시는 길 */
.location_tb { margin-top: 25px; }
.location-li span i {
    margin-right: 5px;
    color: #9E1A20;
}
.location-li{
	padding: 0;
    border-top: 2px solid #222;
    margin: 30px 0 0;
}
.location-li li {
	list-style: none;
	position:relative;
	border-bottom: 1px solid #ddd;
	padding: 20px 10px 20px 150px;
	font-size: 14px;
	letter-spacing: -0.03em;
	margin-bottom: 3px;
	line-height: 1.8em;
}
.location-li span {
	position:absolute;
	left:10px;
	top: 20px;
	display: inline-block;
	margin-right: auto;
	min-width: 130px;
	font-weight: 700;
	color: #222;
	border-radius: 4px;
}

/* LAB */
.lab_tb tr.colored{
	background: #eee;
}

/* 학생회 */
.council-icon{
	list-style: none;
}
.council-icon a::after{
	display: none;
}
.council-icon li{
	margin-left: 10px;
	width: 50px;
	display: inline-block;
}


.small-group .card{
	border: 1px solid #ddd;
	padding:30px 40px;
	min-height:210px;
	margin-bottom: 20px;
}
.small-group .card h5{
	margin-top:10px;
}
.small-group .card ul{
	padding: 0;
	list-style: none;
}

#job05{
	height: 300px;
}

.tab-content #job06 .td-title{
	margin-top: 25px;
	margin-bottom: 5px;
	font-weight: 700;
}
.tab-content #job06 th{
	text-align: center;
}
.tab-content #job06 .li-dash{
	margin: 0;
	padding: 0;
}

.site-logo-wrap a::after{
	display: none;
}
.site-logo-wrap{
	list-style: none;
}
.site-logo-wrap a{
	display: flex;
    justify-content: center;
	align-items: center;
    border: 1px solid #ccc;
	height: 100px;
	padding: 5px 35px;
}
.site-logo-wrap .clearfix{
	margin-bottom: 25px;
}












/* PDF */
.pdf_wrap {
	height: 1000px;
}
#about_insurance02 .pdf_btn {
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 50px;
    padding: 8px 20px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.04em;
    text-decoration: none !important;
}
#about_insurance02 .pdf_btn:after {
	content: "\f08e";
	font-family: "FontAwesome";
	padding-left: 8px;
}
#about_regulation02 .pdf_btn {
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 50px;
    padding: 8px 20px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.04em;
    text-decoration: none !important;
}
#about_regulation02 .pdf_btn:after {
	content: "\f08e";
	font-family: "FontAwesome";
	padding-left: 8px;
}
.title_wrap .sub-title {
    float: left;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.06em;
}
.title_wrap button[id*="pdf_btn"] {
    /* float: right; */
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: -2px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 50px;
    padding: 8px 20px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.04em;
    text-decoration: none !important;
}
.title_wrap a {
    /* float: right; */
    display: inline-block;
    position: relative;
    top: -2px;
    border: 1px solid #d53138;
    background: rgba(213, 49, 56, 0.04);
    border-radius: 50px;
    padding: 8px 20px;
    color: #d53138;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.04em;
    text-decoration: none !important;
}

/* 로그인 */
.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: #d53138;
    border: 1px solid #d53138 !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: #d53138;
}

/* 커리큘럼 리뉴얼 */
.curriculum-table thead th{
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/*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: 6px;
}

/* 2018-07-16 */
.table[role=history] tbody tr th {
    width: 200px;
    text-align: right;
}

.intro-under-list {
	margin: 30px 0 0;
	padding: 0;
}

.intro-under-list li {
	margin-bottom: 15px;
	list-style: none;
}

.intro-under-list li p {
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px !important;
	padding-bottom: 15px;
}

.intro-under-list li p span {
    font-size: 28px;
    color: #a9131b;
    display: inline-block;
    text-align: center;
    padding: 0 15px 0 0;
}

.table[role=curriculum] thead tr th,
.table[role=curriculum] tbody tr td {
	text-align: center;
	vertical-align: middle;
}

.subContent ul {
	padding-left: 20px;
}

.subContent ul.ul-num li {
    color: #333;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 2;
    margin: 0;
    word-break: keep-all;
    list-style: decimal;
}

.subContent ul.ul-hangul li {
    color: #333;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 2;
    margin: 0;
    word-break: keep-all;
    list-style: hangul;
}

.subContent ul.ul-hypen li {
    color: #333;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 2;
    margin: 0;
    word-break: keep-all;
    list-style: upper-roman;
}

/* .subContent h4 {
    font-size: 22px;
    letter-spacing: -0.05em;
    margin: 30px 0 10px;
}
 */
.subContent ul.nav {
    padding-left: 0;
}

.subContent ul.nav > li > a {
    border-radius: 0;
    border-bottom: 2px solid #CCC;
    color: #717171;
}

.subContent ul.nav > li > a:hover, .subContent ul.nav > li > a:focus {
	border-bottom: 2px solid #212121;
	color: #212121;
	background-color: transparent;
	font-weight: bold;
}

.subContent ul.nav > .active > a, .subContent ul.nav > .active > a:hover, .subContent ul.nav > .active > a:focus {
    background-color: #FFF;
    color: #AB3030;
    border-bottom: 2px solid #AB3030;
	font-weight: bold;
}

.subContent a[target="_blank"] {
	color: #2950AB;
	font-weight: 500;
	text-decoration: underline;
}

.subContent a[target="_blank"]::after {
	font-family: FontAwesome;
	content:"\f14c";
	color:#2950AB;
}
.cafeButton {
    padding: 10px 0 0;
}
.cafeButton > a {
    background: #ffffff;
    width: 90%;
    display: inline-block;
    border: 4px solid #dedede;
    border-radius: 4px;
    padding: 20px 25px;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
}
.cafeButton > a > span:nth-of-type(1) {
    color: #888;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.04em;
}
.cafeButton > a > span:nth-of-type(2) {
    color: #222;
    display: block;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.06em;
    margin-top: 4px;
}
.cafeButton > a > span:nth-of-type(3) {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    margin: 15px auto 0;
    text-align: center;
    background: #d53139;
    color: #fff;
    border-radius: 4px;
    padding: 10px 0;
}
.cafeButton > a:hover > span:nth-of-type(3) {
    background-color: #AB3030;
}
/* 교수진 리뉴얼 */
.edu-list{
	padding-left: 0px;
}
.profile-wrap .thumbnail {
    border: 1px solid #ddd;
    border-radius: 0;
    margin: 0;
    padding: 25px;
    overflow: hidden;
    margin-bottom: 30px;
}
.profile-wrap .img-thumbnail{
	border: 0;
	background: none;
	padding: 0;
}
.profile-wrap .thumbnail img {
    float: left;
}
.profile-wrap .thumbnail .caption{
	float: left;
	padding: 0 0 0 30px;
	width: 76%;
}
.profile-wrap li{
	list-style: none;
}
.profile-wrap .li-dash{
	padding: 0;
}
.profile-wrap li,
.profile-wrap p {
    margin-bottom: 0;
    position: relative;
    letter-spacing: -0.02em;
    font-size: 14px;
    line-height: 23px;
}
.profile-wrap p.history {
    margin-bottom: 6px;
    font-weight: 600;
}
.profile-wrap p.name {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.profile-wrap .education{
	margin-top:20px;
	font-weight: 600;
	border-top: 1px solid #ddd;
	padding-top: 14px;
	color: #9e1a20;
}

@media (max-width:767px){
	.profile-wrap .thumbnail .caption{
		float: none;
		width:100%;
	}
	.profile-wrap .thumbnail img {
		float: none;
		margin: 0;
	}
	.profile-wrap .thumbnail .caption {
		padding: 10px 0 0;
	}
	.profile-wrap .thumbnail {
		margin-bottom: 15px;
	}
}

/* 교수진 구형 */
/* .faculty-item .col-md-4 .img-thumbnail {
    float: left;
    width: 100px;
	border-radius: 0;
	border: 0;
	background: none;
}
.faculty-info {
    float: left;
    min-height: 130px;
    margin-left: 20px;
    width: calc(100% - 160px);
    border-right: 1px solid #e6e6e6;
}
.faculty-item {
    padding: 15px;
    background-color: #FEFEFE;
    border: 1px solid #DEDEDE;
	margin-bottom: 15px;
}
.faculty-info .name {
    margin: 10px 0 8px;
    color: #222;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1;
}
.faculty-info .interests {
    margin: 0 0 20px;
    color: #888;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
}
.faculty-info .num, .faculty-info .email {
    color: #444;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}
.faculty-info .num::before {
	font-family: FontAwesome !important;
    content: "\f095";
    width: 1.6em;
    display: inline-block;
}

.faculty-info .email::before {
	font-family: FontAwesome !important;
    content: "\f0e0";
    width: 1.6em;
    display: inline-block;
}

.faculty-item ul {
	margin: 10px 0 0;
}

.faculty-item ul li {
    list-style: square;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.8;
}

@media (min-width: 992px) {
	.faculty-item > .row > .col-md-4 {
		width: 45%;
	}
	
	.faculty-item > .row > .col-md-8 {
		width: 55%;
	}
	
	.faculty-item ul {
    display: table-cell;
    min-height: 130px;
    height: 130px;
    vertical-align: middle;
}
}

@media (max-width: 991px) {
	.faculty-info {
		border-right: 0;
		height: 160px;
	}
} */

.tab-content {
    padding-top: 60px;
}
.tab-content h4 {
    margin: 0 0 40px;
    font-size: 24px;
    letter-spacing: -0.06em;
}


/* 모바일 최적화 */
@media(max-width:767px){
	html{
		padding-top: 116px;
	}
	.navbar-inverse{
		position: relative;
		z-index: 100;
	}
	.topmenu-fixed{
		z-index: 100;
		position:fixed;
		top: 0;
		height: 30px;
		width: 100%;
		background: #fff;
	}
	.topmenu-fixed > ul > li > a{
		padding: 6px 15px;
	}
	.navbar-header{
		background: #fff;
		position: fixed;
		top: 30px;
		width: 100%;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}
	.navbar-collapse{
		position: fixed;
		top: 116px;
		width: 100%;
		background: #fff;
	}
	.collapsing{
		/* transition-duration: 0s !important; */
	}
	.navbar-collapse.in{
		padding-bottom: 0px;
	}
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
		border: 0;
	}
	.navbar-nav{
		margin: 0px -15px;
	}
	.navbar-nav{
		/* max-height: 275px; */
	}
	.navbar-nav>li:first-child{
		border-top: 1px solid #ccc;
	}
	.navbar-nav>li>a{
		padding-top: 17px;
		padding-bottom: 17px;
		border-bottom: 1px solid #ccc;
	}
	
	.navbar-inverse .navbar-toggle{
		border: 0;
		margin: 0;
		padding: 35px 0px;
		margin-right: 15px;
	}
	
	.navbar-inverse .navbar-toggle .icon-bar{
		background-color: #9E1A20;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out .15s all;
        opacity: 1;
        position: relative;
    }

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(4) {
        transform: rotate(-45deg);
        top: -6px;
    }
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
		background: none;
	}
	.cafeButton{
		padding: 15px 15px 15PX;
	}
	.cafeButton > a{
		width: 100%;
		padding: 10px 15px;
	}

	.footer_wrap .copyright_wrap{
		word-break: keep-all;
		text-align: left;
	}
	#carousel-example-generic{
		height: 400px;
	}
	.carousel-caption_inner{
		padding-right: 0;
	}
	.carousel-caption .text_area{
		padding: 0 60px;
		width: 100%;
		float: left !important;
	}
	.carousel-caption .text_area::before{
		top: -32px;
		transform: scale(0.6);
	}
	.carousel-caption .text_area h1{
		font-size: 32px;
	}
	.carousel-caption .text_area .topText{
		font-size: 36px;
	}
	.carousel-caption .text_area .middleText{
		font-size: 46px;
	}
	.carousel-caption .borderText{
		font-size: 27px;
	}
	.location-li li{
		padding: 20px 10px 20px 80px;
	}
	.goal-li li span{
		line-height: 1.5;
		width: 50px;
	}
	.small-group .card{
		padding: 15px 20px;
	}
	.text-bbs12 .num,
	.text-bbs12 .hits{
		display: none;
	}
	.text-bbs6 .num,
	.text-bbs6 .hits,
	.text-bbs8 .num,
	.text-bbs8 .hits{
		display: none;
	}
	#job06 .table{
		width: 100%;
	}
	.subContent .site-logo-wrap{
		padding-left: 0;
	}
	.subContent .site-logo-wrap>li{
		padding: 0;
		margin-bottom: 15px;
	}

	.ul-hangul .ul-hypen .table-responsive{
		margin-left: -39px;
		width: auto;
	}
	.ul-hangul .table-responsive{
		margin-left: -19px;
    width: auto;
	}
}