@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 {
	line-height: 18px;
}

.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;
}
@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 {
		margin-top: 30px;
		margin-bottom: 20px;
		margin-left: 0;
	}
	.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: 0px 15px 15px
}

@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;
	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: #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: #222;
	font-size: 18px;
	letter-spacing: -0.08em;
}

/* 교양프로그램(비교과)비교과 안보이게 함 */
.navbar.navbar-inverse .navbar-nav > li#m-25 > .dropdown-menu > li:first-child > a {
	display: none;
}

.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;
}

#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 {
	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: #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;
}

.topmenu-fixed > ul.pull-right > li:last-child {
    display: none;
}

@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;
}
/* .container_slide .item::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    opacity: 0.2;
} */

@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;
}

@media (min-width: 768px) {
	.container_slide .carousel-caption {
		left: 50px;
		right: 50px;
	}
}

@media (min-width: 992px) {
	.container_slide .carousel-caption h1 {
	font-size: 45px;
    /*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: 50px 25px 0;
	/*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: 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 {
    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;
}
.text-bbs10 .dh-margin-top #insertForm{
	position: absolute !important;
	top: -33px !important;
}
@media (min-width: 992px) {
    .text-bbs10 .dh-margin-top .col-md-5 {
        width: 100%;
    }
}
.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%;
}

/* 푸터 */
.footer_copy .text-center {
	padding: 0;
}
.footer_wrap {
	padding: 35px 0;
	background-color: #323232;
}
.footer_wrap .info_wrap {
	text-align: left;
}
.footer_wrap .info_wrap > ul.links {
    margin: 0 0 15px;
}
.footer_wrap .info_wrap > ul.links > li {
	display: inline-block;
}
.footer_wrap .info_wrap > ul.links > li+li {
	margin-left: 25px;
}
.footer_wrap .info_wrap > ul.links > li a {
	font-size: 13px;
	color: #8C8C8C;
}
.footer_wrap .info_wrap > ul.links > li a:hover,
.footer_wrap .info_wrap > ul.links > li a:focus {
	color: #aaa;
}
.footer_wrap .info_wrap span {
	font-size: 12px;
	color: #8C8C8C;
}
.footer_wrap .info_wrap span[name="addr"] {
	line-height: 25px;
}
@media screen and (max-width: 767px) {
	.footer_wrap .info_wrap span[name="addr"] {
		line-height: 1;
	}
	
}
.footer_wrap .info_wrap span+span:before {
	content: '| ';
	margin: 15px;
	opacity: .5;
}
.footer_wrap .info_wrap .copyright {
	color: #8C8C8C;
	font-size: 10.5px;
	display: block;
	margin-top: 10px;
}
.footer_wrap .info_wrap .copyright:before {
	display: none;
}
.footer_wrap .link_wrap {
	text-align: right;
}
.footer_wrap .link_wrap select {
    background: transparent;
	margin-top: 10px;
    padding: 6px;
    width: 200px;
    height: 33px;
    font-size: 12px;
    color: rgba(255,255,255,0.75);
    border: 1px solid #7f858c;
}
.footer_wrap .link_wrap select option {
    background: #fff;
    color: #2a333f;
    display: block;
}

/* 서브 페이지 상단 */
.subHeader {
	/*height: 250px;*/
	height: 200px;
	border-bottom: 3px solid #d53138;
	margin-bottom: 25px;
	background-color: #FAFAFA;
	background-repeat: no-repeat;
	background-size: cover;
    background-position: top center;
}

.subHeader h2 {
	/*margin-top: 111px;*/
	margin-top: 81px;
    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;*/
	height: 197px;
    background: rgba(255, 255, 255, .78);
    background-size: 100% 100%;
    -webkit-transition: ease .5s all;
    transition: ease .5s all;
}

.subHeaderImg2 {
    position: absolute;
    z-index: 2;
    width: 0;
    /*height: 247px;*/
	height: 197px;
    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: 0 15px;
}
.subContent header {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 10px 0 30px;
}
.subContent .title {
	position: relative;
	margin-bottom: 0;
	font-size: 30px;
    font-weight: 400;
    color: #d53138;
    letter-spacing: -0.04em;
}
.title:before {
    content: '';
    background: #d53138;
	-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 .subcon_deps + .subcon_deps {
	margin-top: 25px;
}
.subcon .col {
    margin-bottom: 40px;
}
.subcon [class^="col"]{
    margin-bottom: 40px;
}
#courses_extra06 .subcon .col-md-6 img{
	height: 300px;
	width: 100%;
}
#courses_extra08 .subcon .col-md-6 img{
	height: 300px;
	width: 100%;
}
.sub-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    padding-left: 28px;
    position: relative;
    letter-spacing: -0.034em;
    font-weight: 600;
}
.sub-title:before {
	content: '';
    display: block;
    width: 14px;
    height: 15px;
    border-radius: 1px;
    border: 4px solid #9E1A20;
    position: absolute;
    top: 5px;
    left: 4px;
    transform: rotate(45deg);
}
.sub-title + img {
	margin-top: 35px;
}
.sub-title-2 {
    margin: 0 0 20px;
    color: #222;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.sub-title-2::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    background: #d53138;
    width: 5px;
    height: 20px;
    position: relative;
    top: 3px;
}
.sub-title-3 {
	margin: 30px 0 10px;
	font-size: 16px;
	font-weight: 500;
	color: #9E1A20;
	letter-spacing: -0.02em;
}
.col-md-12 > .sub-title-3:first-child{
	margin-top:0
}
@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;
    letter-spacing: -0.04em;
    line-height: 1.6;
    margin: 0 0 10px;
    word-break: keep-all;
}
.subContent p + p {
    margin-top: 20px;
}
.table.table-bordered {
    border-top: 2px solid #d53138 !important;
    margin-top: 0px;
}
#courses_system .table.table-bordered tbody tr:last-child td{
	text-align: left;
}
.table.table-bordered thead th {
    background: #f7f7f7;
    color: #323232;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.04em;
    padding: 12px 15px !important;
    border: 1px solid #e1e1e1 !important;
	vertical-align: middle;
}
.table.table-bordered tbody th {
    background: #f8f8f8;
    vertical-align: middle;
    padding: 16px 14px;
    letter-spacing: -0.04em;
}
#courses_extra01_tip .table.table-bordered tbody td{
	font-size: 13px;
}
.table.table-bordered tbody td {
    color: #555;
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 1.6 !important;
    padding: 16px 16px !important;
    border: 1px solid #e1e1e1 !important;
    vertical-align: middle;
}
.table.table-bordered tbody td span{
	display: block;
	text-align: left;
}
.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;
	word-break: keep-all;
}

.table > caption {
    padding: 0 0 10px;
    color: #333;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 600;
}

.table-responsive + .sm {
    margin: -10px 0 0;
    font-size: 14px;
}

/*************** 추가 스타일 ***************/
/* 메인 */
#mainBoardBottom {
    float: right;
    width: 50%;
    margin-top: 40px;
    padding: 0 16px 0 30px;
}
#mainBoardBottom > a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 60px 30px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border-radius: 4px;
    border: 4px solid #dedede;
    z-index: 1;
}
#mainBoardBottom > a::before,
#mainBoardBottom > a::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	transition: all 0.3s;
	z-index: 100;
	border-radius: 4px;
}
#mainBoardBottom > a::before {
    top: -4px;
    left: -4px;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
}
#mainBoardBottom > a::after {
    right: -4px;
    bottom: -4px;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
#mainBoardBottom > a:hover,
#mainBoardBottom > a:focus {
    text-decoration: none;
    background-color: #fff;
}
#mainBoardBottom > a:hover::before,
#mainBoardBottom > a:hover::after {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border-color: #d53239;
}
#mainBoardBottom .bgImg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    /* background-image: url('/skin/img/main/mainBanner_02.jpg'); */
    background-size: cover;
    background-position: center center;
    transition: ease .3s all;
}
#mainBoardBottom .bgImg::before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	/* background: #fff; */
}
#mainBoardBottom > a:hover .bgImg {
	transform: scale(1.1);
}
#mainBoardBottom .text {
    position: relative;
}
#mainBoardBottom .text > h4 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.02em;
}
#mainBoardBottom .text > p {
	font-size: 15px;
	letter-spacing: -0.01em;
	font-weight: 300;
	margin: 0;
}

/* To Top Button */
.btn-top {
	z-index: 1;
	right: 18px;
	bottom: 18px;
	position: fixed;
	display: none;
}
.btn-top i {
	width: 40px;
    height: 40px;
    padding: 8px 9px;
    font-size: 18px;
    color: rgba(213,49,56,0.8);
	line-height: 1em;
    background-color: transparent;
	border: 3px solid rgba(213,49,56,0.8);
	border-radius: 100%;
}
.btn-top:hover i {
    cursor: hand;
    cursor: pointer;
	color: #d53138;
    border-color: #d53138;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-top .txt {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 600;
    color: #d53138;
    text-align: center;
}

/************ 공통 스타일 시작 *************/
.space-bottom {margin-top: 60px;}
/* 리스트 스타일 */
.list-default {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.list-default > li {
	position: relative;
	margin: 0;
	color: #333;
	letter-spacing: -0.04em;
	line-height: 1.75;
}
table .list-default > li {
    font-size: 13px;
    color: #555;
}
.list-num {
	padding-left: 20px;
	list-style-type: decimal;
}
.list-num > li {
    margin-bottom: 5px;
}
.list-num > li p {
    margin-bottom: 9px;
}
.list-hangul {
	padding-left: 20px;
	list-style-type: hangul;
}
.list-num .list-hangul {
    margin-bottom: 20px;
}
.list-dash > li {
	padding-left: 8px;
}
.list-dash > li::before {
	content: '- ';
    top: 0;
    left: 0;
    position: absolute;
}
.list-bullet > li {
    padding-left: 8px;
}
.list-bullet > li::before {
    content: '';
    top: 13px;
    left: 0;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #222;
    border-radius: 10px;
}
/* 서브탭 스타일 */
.sub-nav {
    margin-bottom: 60px;
}
.sub-nav ul > li a {
	color: #717171;
    border-bottom: 2px solid #CCC;
}
.sub-nav ul > li.active a {
    color: #AB3030;
    border-bottom-color: #AB3030;
    font-weight: 700;
}
.sub-nav ul > li a:hover,
.sub-nav ul > li a:focus {
	background: transparent;
}
.sub-nav ul > li:not(.active) a:hover,
.sub-nav ul > li:not(.active) a:focus {
    color: #212121;
	border-bottom-color: #212121;
}

/* 페이지 준비중입니다 */
.wrap-prepare-page {
    width: 100%;
    display: inline-block;
	margin-top: 50px;
    padding: 15px;
    background-color: #f9f9f9;
}
.prepare-page {
    padding: 70px;
    text-align: center;
}
.prepare-page > .exclamation {
    width: 90px;
    height: 90px;
    position: relative;
    margin: 0 auto;
    padding: 34px 30px;
    line-height: 1em;
    border: 4px solid #d53138;
    border-radius: 100%;
}
.prepare-page > .exclamation::before {
    content: '\f12a';
    top: 0;
    font-size: 34px;
    font-weight: 900;
    font-family: 'FontAwesome';
    color: #d53138;
}
.prepare-page > h4 {
    margin: 25px 0 20px;
    font-size: 30px;
    font-weight: 300;
    color: #777;
}
.prepare-page > h4 strong {
    font-weight: 500;
}
.prepare-page > p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4em;
}
/************* 공통 스타일 끝 *************/

/* 학장 인사말 */
#greeting .image > img {
    width: 80%;
    padding: 8px;
    border: 1px solid #d3d3d3;
    box-shadow: 5px 5px 0px #eee;
    margin-top: 7px;
}
#greeting .text > p:first-child {
	margin: 0 0 25px;
	font-size: 24px;
	color: #d53138;
	font-weight: 500;
}
#greeting .text > .from {
	text-align: right;
}
#greeting .text > .from .name {
    padding-left: 4px;
    font-size: 25px;
}

/* 교양교육의 목적과 목표 */
#purpose #row1 h5 {
	margin: 20px 0 25px;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	letter-spacing: -0.05em;
}
#purpose #row1 .left {
	padding: 0 60px 0 15px;
}
#purpose #row1 .left::before {
    content: url('/skin/img/sub/purpose_arrow.png');
    top: 51%;
    right: -25px;
    position: absolute;
}
#purpose #row1 .right {
	padding: 0 15px 0 60px;
}
#purpose #row1 .right > p {
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	margin-top: -10px;
	margin-bottom: 20px;
}
#purpose #row1 dl {
    margin-bottom: 0;
}
#purpose #row1 dl > dt {
    padding: 8px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #e85a60;
}
#purpose #row1 dl > dd {
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
    text-align: center;
    color: #404040;
    letter-spacing: -0.02em;
    font-size: 14px;
}
#purpose table > thead > tr > th,
#purpose table > tbody > tr > th {
	font-weight: 500;
    text-align: center;
}
#purpose table > tbody > tr > th {
    width: 120px;
}
#purpose #row3 .col1 table > tbody > tr > td:not(:last-child) {
    text-align: center;
}
#purpose #row3 .table-responsive+h4 {
    margin-top: 20px;
}
#purpose #row3 table+h5 {
    margin-top: 25px;
}

/* 조직도 및 행정부서 */
#organization #row2 ol+h5 {
	margin-top: 50px;
}
#organization #row2 table > tbody > tr > td:last-child {
	text-align: left;
}
#organization #row2 table > tbody > tr > td ol {
    margin: 4px 0 0;
    padding-left: 15px;
}

/* 찾아오시는 길 */
#location #row1 table > tbody > tr > th {
	text-align: center;
}
#location #row1 > .left {
    padding-right: 0;
}
#location #row1 > .left img {
    padding: 15px;
    background: #f6f6f6;
}

/* 교양교육과정 > 교양교과목 이수체계 */
#courses_system #row1 img {
    margin-bottom: 5px;
}
#courses_system #row1 img+p {
    margin-bottom: 40px;
}
#courses_system #row1 .table-responsive+h5 {
    margin-top: 40px;
}

/* 교양교육과정 > 교양교과목 분류 및 목록 */
#courses_list .space-bottom {
    margin-bottom: 30px;
}
#courses_list .box-text {
    padding: 30px;
    border: 1px solid #ddd;
    margin-top: 20px;
}
#courses_list .box-text > h5 {
    margin: 0 0 20px;
    font-size: 15px;
}
#courses_list .box-text > h6 {
    font-size: 14px;
}
#courses_list .box-text > ul+h6 {
    margin-top: 20px;
}
#courses_list .box-text > ul.sm {
    margin-top: 12px;
    padding-left: 10px;
    font-size: 13px;
}
#courses_list .subcon h6 {
	color: #333;
}
#courses_list #row3 table > thead > tr > th:nth-child(1) {
	width: 95px;
}
#courses_list #row3 table > thead > tr > th:nth-child(2) {
    width: 110px;
}
#courses_list #row2 table > tbody > tr > td:nth-last-child(2),
#courses_list #row3 table > tbody > tr > td:nth-last-child(2) {
    text-align: left;
}
#courses_list table > tbody > tr > td.color1 {background: #fff0f6;}
#courses_list table > tbody > tr > td.color2 {background: #dbe9f5;}
#courses_list table > tbody > tr > td.color3 {background: #edf2ff;}
#courses_list table > tbody > tr > td.color4 {background: #fff9db;}
#courses_list table > tbody > tr > td.color5 {background: #e6fcf5;}
#courses_list table > tbody > tr > td.color6 {background: #f3f0ff;}
#courses_list table > tbody > tr > td.color7 {background: #f3d9fa;}
#courses_list table > tbody > tr > td.color8 {background: #ffefe4;}
#courses_list table > tbody > tr > td.color9 {background: #dceed0;}
/*
#courses_list table th,
#courses_list table td {
    padding: 5px !important;
    font-size: 12px;
}
*/

/* 교양교육과정 > 신설교양교과목 소개 */
#courses_new .subcon table > thead > tr > th:nth-child(1) {
	width: 120px;
}
#courses_new .subcon table > thead > tr > th:nth-child(2) {
	width: 180px;
}
#courses_new .subcon table > thead > tr > th:nth-child(3) {
    width: 60px;
}
#courses_new .subcon table > tbody > tr > td:last-child {
    text-align: left;
}

/* 교양교육과정(교과) > 교양일반 > 소개
#courses_general_about #row1 img {
    margin-bottom: 35px;
}*/

/* 교양대학 소개 > 교수진 소개 > 교양일반, 교양영어 */
#faculty_general .subcon > .row+.row {
    margin-top: 20px;
}
#faculty_general .subcon .tit {
    margin-bottom: 0;
}
.wrap-faculty {
    margin-bottom: 35px;
    min-height: 252px;
}
.wrap-faculty > h6 {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 500;
    color: #9E1A20;
    letter-spacing: -0.02em;
}
.wrap-faculty > .picture {
    float: left;
    width: 30%;
    border: 1px solid #ddd;
}
.wrap-faculty > .detail {
    width: 70%;
    display: inline-block;
    padding-left: 20px;
	min-height:180px;
}
.wrap-faculty > .detail .name {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
}
.wrap-faculty > .detail .name .position {
    padding-left: 3px;
    font-size: 15px;
    font-weight: 400;
}
.wrap-faculty > .detail ul > li {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.65;
}
.wrap-faculty > .detail ul > li span {
    font-weight: 500;
}

/* 교양교육과정(교과) > 교양영어 > 소개
#courses_english_about #row1 img {
    margin-bottom: 35px;
}
#courses_english_about #row1 p.sm {
    font-size: 13px;
    color: #555;
} */

/* 교양프로그램(비교과) 공통 */
.table.table-extra > tbody > tr > th {
    width: 100px;
    text-align: center;
}
#courses_extra03 .table-extra,
#courses_extra04 .table-extra,
#courses_extra05 .table-extra,
#courses_extra06 .table-extra,
#courses_extra08 .table-extra {
	margin-top: 60px;
}

.subWrapper[id^='courses_extra'] .img-left {
    padding-right: 0;
}
.subWrapper[id^='courses_extra'] .img-right {
    padding-left: 0;
}
.subWrapper[id^='courses_extra'] .table-extra+p.sm {
    font-size: 14px;
    color: #555;
}

/* 교양프로그램(비교과) > 비교과 */
#courses_extra #row1 p.sm {
    margin: 0 0 45px;
    font-size: 14px;
    color: #555;
}
#courses_extra #row1 p+h5 {
    margin-top: 40px;
}
#courses_extra #row1 ul {
	font-size: 15px;
	line-height: 1.6;
}
#courses_extra #row1 ul+p {
    margin-top: 5px;
}
#courses_extra #row1 img {
    margin-top: 40px;
}

#courses_extra01 .subHeader.visual1 {background-image: url(/skin/img/sub/sub_02.jpg);}
#courses_extra02 .subHeader.visual1 {background-image: url(/skin/img/sub/sub_03.jpg);}
#courses_extra03 .subHeader.visual1 {background-image: url(/skin/img/sub/sub_04.jpg);}
#courses_extra04 .subHeader.visual1 {background-image: url(/skin/img/sub/sub_05.jpg);}
#courses_extra05 .subHeader.visual1 {background-image: url(/skin/img/sub/sub_06.jpg);}
#courses_extra06 .subHeader.visual1 {background-image: url(/skin/img/sub/sub_07.jpg);}
#courses_extra08 .subHeader.visual1 {background-image: url(/skin/img/sub/sub_08.jpg);}

/* 교양프로그램(비교과) > 명저읽기프로그램 */
#courses_extra01 #row1 > .left {padding-right: 0;}
#courses_extra01 #row1 > .right {padding-left: 0;}
#courses_extra01 #row1 > .left img,
#courses_extra01 #row1 > .right img {
	margin-bottom: 45px;
}

/* 교양프로그램(비교과) > 비교과 > 명저읽기프로그램 > 명저 목록 (블로그 게시판) */
#courses_extra01_list+.dh-board .dhb-txt-box {
    padding: 18px 3px;
}
#courses_extra01_list+.dh-board .dhb-txt-box > .dhb-txt-list {
    width: 100%;
	border-right: none;
}
#courses_extra01_list+.dh-board .dhb-txt-list > .row > div:nth-child(1) {
	width: 17%;
	padding-left: 20px;
}
#courses_extra01_list+.dh-board .dhb-txt-list > .row > div:nth-child(2) {
    width: 83%;
    padding-left: 20px;
    padding-right: 20px;
}
#courses_extra01_list+.dh-board .dhb-txt-list .thumb-hidden {
    max-height: 235px;
	border: none;
}
#courses_extra01_list+.dh-board .dhb-txt-list h4 {
    margin: 20px 0 0;
}
#courses_extra01_list+.dh-board .dhb-txt-list h5 a {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}
#courses_extra01_list+.dh-board .dhb-txt-box > .text-right {
    display: none;
}

/* 교양프로그램(비교과) > SWU 영어영예등급제도 */
#courses_extra07 .wrap-img+h5 {
    margin-top: 26px;
}
#courses_extra07 .subcon h4 > span {
    font-size: 90%;
    color: #9E1A20;
}
#courses_extra07 .wrap-img {
    padding: 15px;
    border: 1px solid #ddd;
}
#courses_extra07 #row1 table > thead > tr > th,
#courses_extra07 #row1 table > tbody > tr > th {
	text-align: center;
}
#courses_extra07 #row1 table > thead > tr > th:nth-child(1) {
	width: 140px;
}
#courses_extra07 #row1 table > thead > tr > th:nth-child(2) {
    width: 40%;
}
#courses_extra07 #row2 table > thead > tr > th {
    width: 16.66%;
}

/* 교양프로그램(비교과) > 글쓰기워크숍 */
#courses_extra02 #row1 .image {
    margin-bottom: 0;
}
#courses_extra02 #row1 .image.left {
    padding-top: 55px;
}
#courses_extra02 #row1 .image.right {
    padding: 0 30px;
}

/* 기타프로그램 > 이문화 역량 훈련 */
#program01 .wrap-btn {
    display: inline-block;
    padding: 18px 35px;
	font-weight: 500;
	color: #fff;
	line-height: 1.6em;
    text-align: center;
    background: #9E1A20;
}
#program01 .wrap-btn > a {
	font-weight: 400;
	color: #fff;
	text-decoration: underline;
}
#program01 ol.list-num > li {
    margin-bottom: 15px;
}
#program01 ol.list-num > li strong {
    font-size: 15px;
    font-weight: 500;
    font-style: oblique;
}
#program01 ol.list-num > li span {
    font-weight: 600;
}

/* 게시판 공통 스타일 */
.dh-board {
	padding: 0 15px;
	position: relative;
}
/*******************************************/