@charset "utf-8";
/* 초기설정 
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
*/

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}

/* 폰트 설정 
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { 
	font-family:"Nanum Gothic",'Malgun Gothic', sans-serif; 
}*/
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br{
	display: none !important;
}
/* 초기 설정 끝 */

/* -------로고부분 설정 시작------- */
.main_logo {
    width: 100%;
    padding: 15px 0 15px;
	background: #fff;
}
.main_logo h1 {
    margin: 0 auto;
    width: 148px;
}
.main_logo h1 a {
    display: block;
	position: relative;
}
.main_logo h1 span {
    position: absolute;
    font-size: 10px;
    letter-spacing: 4px;
    color: #888;
    left: 52px;
    bottom: -5px;
}
.main_logo h1 a:after {
    content: ".";
    visibility: hidden;
    font-size: 1px;
    display: block;
    clear: both;
    line-height: 0;
}
/* -------로고부분 설정 끝------- */

/* -------메뉴 설정 시작------- */
.navbar-inverse {
    background: #9e1a20;
    border: none;
    margin: 0;
    position: absolute;
    top: 0;
}
.navbar-brand{
	display:none
}
.topmarginLay_a {
	height: 162px !important;
}
.navbar-brand {
	padding: 0;
}
.navbar-brand img {
	margin: 0;
}
.navbar-inverse .navbar-collapse {
    text-align: center;
    padding: 0;
    background-color: #9e1a20;
    line-height: 0;
}
.navbar-inverse .navbar-collapse > ul {
    float: none !important;
    margin: 0 auto;
    /* display: inline-block; */
    /*     border-left: 1px solid rgba(255,255,255,0.2); */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width:767px){
.navbar-inverse .navbar-collapse > ul{
    display: block;
}
}
@media screen and (min-width:768px) {
	.navbar-inverse .navbar-nav > li {
		/* display: table-cell; */
		/* width: 1%; */
		float: none;
		text-align: center;
		/* flex: 1; */
	}
}
.navbar-inverse .navbar-nav>li>a {
    padding: 15px 38px;
    text-shadow: none;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    /*     border-right: 1px solid rgba(255,255,255,0.2); */
}
.navbar-inverse .navbar-nav>li:hover>a,
.navbar-inverse .navbar-nav>li:focus>a, 
.navbar-inverse .navbar-nav>li>a:focus, 
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #ffffff;
    background-color: #841e1f;
    box-shadow: none;
    border-color: #86161b;
}

/* ----- 하단 서브 메뉴 설정 시작 ----- */
.navbar-inverse .dropdown-menu {
    width: 100%;
    left: auto;
    right: auto;
    padding: 20px 0 16px;
    background: #ffffff;
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.05);
    min-width: auto;
}
.navbar-inverse .dropdown-menu > li > a {
    background: rgba(0,0,0,0);
    color: #555555;
    font-size: 14px;
    letter-spacing: -0.2px;
    padding: 0 0 10px;
    text-align: center;
}
.navbar-inverse .dropdown-menu > li > a:hover, 
.navbar-inverse .dropdown-menu > li > a:focus {
    background: rgba(0,0,0,0);
    color: #bf2021;
    text-decoration: underline !important;
    font-weight: 600;
}

/* ----- 상단 메뉴 모바일 설정 시작 ----- */
@media screen and (max-width: 767px) {
	.navbar-inverse {
		background: #fff;
		box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	}
	.navbar-inverse .container {
		padding: 0;
	}
	.main_logo {
		display: none;
	}
	.navbar-brand{
		display:block;
		padding: 13px;
	}
	.navbar-brand img {
		max-width: 115px;
		float: left;
		margin-right: 6px;
	}
/* 	.navbar-brand:after {
		content: "영어영문학과";
		color: #888;
		font-size: 10px;
		float: left;
	} */
	.topmarginLay_a {
		height: 100px!important;
	}
    .navbar_top_wrap .navbar_top_logo {display: none;}
	.navbar_top_wrap .navbar_top_contact {
		position: fixed;
		padding: 6px 0;
		right: 90px;
		text-align: right;
		left: auto;
	}
    .navbar-inverse .navbar-header {
		display: inherit; 
		border-bottom: 1px solid #ededed; 
		margin: 0;
	}
	.navbar-inverse .navbar-collapse{
		margin:0;
	}
    .navbar-inverse .navbar-collapse > ul, 
	.navbar-inverse .navbar-collapse > ul > li {
		width: 100%;
		border: none;
	}
    .navbar-inverse .navbar-toggle {
		margin: 13px 12px;
		border: none;
	}
    .navbar-inverse .navbar-toggle .icon-bar {
		background-color: #444;
	}
	.navbar-inverse .navbar-toggle:focus, 
	.navbar-inverse .navbar-toggle:hover {
		background-color: #fff;
	}
	.navbar-inverse .navbar-toggle:hover .icon-bar {
		background-color: #ac2f30;
	}
	.navbar-inverse .navbar-nav>li>a{
		text-align:left;
    	border: none;
	}
	.navbar-inverse .navbar-collapse > ul > li {
		border-bottom: 1px solid #86161b;
	}
	.navbar-inverse .navbar-nav>li:hover>a, .navbar-inverse .navbar-nav>li:focus>a, 
	.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover, 
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, 
	.navbar-inverse .navbar-nav>.open>a:hover {
		background-color: #383838;
	}
    .navbar-inverse .navbar-nav > li > a, 
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.open>a:hover {
		padding: 15px 15px;
		text-align: left;
	}
    .navbar-nav .open .dropdown-menu {
		padding: 10px 0;
		background: #f3f3f3;
	}
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px;
		text-align:left;color: #616161;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #9e1a20;
	}
}
/* -------메뉴 설정 끝------- */

/* ---------- footer 설정 시작 ---------- */
.footer_copy {
    padding: 40px 0 40px;
    overflow: hidden;
    font-size: 14px;
    background: #f3f3f3;
}
.footer-wrap {
    max-width: 1140px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    line-height: 26px;
}
.footer-wrap + br {display: none;}
.footer-sns {float: right;}
.footer-logo, .footer-list {
    float: left;
}
.footer-logo {margin-right: 50px; margin-bottom: 20px;}
.footer-list ul {overflow:hidden; padding:0;}
.footer-list ul li {float: left; list-style: none;}
.footer-list .link {
    overflow: hidden;
    margin: 0 0 20px;
}
.footer-list .link li {color: #777; margin-right: 30px;}
.footer-list .link li a {color: inherit;}
.footer-list .link li a:hover, .footer-list .link li a:focus{text-decoration:underline !important;}
.footer-list .info {/* max-width: 800px; */ color: #777; margin-bottom: 0;}
.footer-list .info li span {font-weight: 500;}
.footer-list .info li {margin-right: 20px; line-height: 1.7;}
.footer-list .copyright {font-size: inherit; color: #777;}
@media screen and (max-width:767px){
	.footer-logo{
		display:none;
	}
	.footer-list {font-size: 12px;}
	.footer-list .link {
		margin: 0 0 10px;
	}
	.footer-list .link li {
		margin-right: 15px;
	}
}
/* footer 설정 끝*/

/* 메인 슬라이드 설정*/
.carousel-inner .item{
	background-repeat:no-repeat;
	background-position:left center;
	height:550px;
}
.carousel-inner > .item:nth-child(1){
	background-image:url('/skin/img/slide/slide01.jpg');
}
.carousel-inner > .item:nth-child(2){
	background-image:url('/skin/img/slide/slide02.jpg');
}
.carousel-caption {
    max-width: 1170px;
    margin: 0 auto;
    padding: 65px 15px 0;
    bottom: auto;
    top: 0;
}
.carousel-caption .text_area {
    text-align: left;
    margin-top: 73px;
    padding-right: 50px;
}
.carousel-caption .text_area span{
	text-align:left;
	text-shadow:none;
	display: block;
}
.carousel-caption .text_area .topText {
	display: inline-block;
	margin-bottom: 20px;
    padding: 8px 12px;
    font-size: 16px;
    background: #36404e;
    line-height: 1;
}
.carousel-caption .text_area .middleText {
    font-size: 54px;
    color: #ffffff;
    line-height: 54px;
    letter-spacing: -0.8px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.15);
}
.carousel-caption .text_area .bottomText {
	margin-top: 30px;
    color: #ffffff;
    font-size: 16px;
    line-height: 29px;
}
.carousel-caption .text_area .bottomText em {
    color: #fff;
    opacity: 0.7;
}
.carousel-caption .borderText {
    border-top: 1px solid rgba(255,255,255,0.3);
    font-weight: 400;
    font-size: 24px;
    padding-top: 40px;
    margin-top: 40px;
}
.carousel-caption .box {
	display:block; 
	width:100%;
	height: 200px;
}
.carousel-caption .box_area .row .col-md-6:nth-child(1) .box{
	background:#fff url('/skin/img/main/main-ico1.png') no-repeat left top / cover;
}
.carousel-caption .box_area .row .col-md-6:nth-child(2) .box{
	background:#fff url('/skin/img/main/main-ico2.png') no-repeat left top / cover;
}
.carousel-caption .box_area .row .col-md-6:nth-child(3) .box{
	background:#fff url('/skin/img/main/main-ico3.png') no-repeat left top / cover;
}
.carousel-caption .box_area .row .col-md-6:nth-child(4) .box{
	background:#fff url('/skin/img/main/main-ico4.png') no-repeat left top / cover;
}
.carousel-caption_inner .box_area {
    padding: 0px 15px;
}
.carousel-caption_inner .box_area .row {
    margin-left: -5px;
    margin-right: -5px;
}
.carousel-caption .box_area .row .col-md-6 {
    margin-bottom: 16px;
    padding: 0 8px;
}
.carousel-caption .box {
    display: block;
    width: 100%;
    height: 200px;
    background-color: #fff;
    text-align: left;
    box-shadow: 1px 3px 12px rgba(0,0,0,0.4);
}
.carousel-caption .box_area .row .col-md-6 .inner{
	display:block;
	position:relative;
}
.carousel-caption .box span {
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #2c2c2c;
    text-shadow: none;
}
.carousel-caption .box:hover+.hoverBox,
.carousel-caption .hoverBox:hover,
.carousel-caption .hoverBox:focus{
	display:block;
}
.carousel-caption .hoverBox {
    display: none;
    position: absolute;
    padding-top: 60px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(54, 64, 78, 0.9);
}
.carousel-caption .hoverBox span{
	text-shadow:none;
}
.carousel-caption .hoverBox .title{
	display:block;
	margin-bottom: 10px;
	font-size:22px;
	font-weight:600;
	color:#fff;
}
.carousel-caption .hoverBox .title:after {
    content: "";
    width: 15px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    display: block;
    margin: 12px auto 15px;
}
.carousel-caption .hoverBox .text{
	display:block; 
	margin-bottom: 5px;
	font-size:14px;
	color:#fff;
}
.carousel-caption .hoverBox .plusBox{
	position:absolute;
	top:0;
	right:0;
	border:35px solid #7a6d5d;
	border-color:#7a6d5d #7a6d5d transparent transparent;
	display:none
}
.carousel-caption .hoverBox .plusBox img {
	position: absolute; 
	top: -22px; 
	right: -22px;
}

.carousel .controlBtn{
	position:relative;
	width:1170px;
	margin:0 auto;
}
.carousel .controlBtn .controlBtn_inner{
	position:absolute;
	top:-85px;
}
.carousel .controlBtn .carousel-control {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    opacity: 1;
    line-height: 0;
}
.carousel .controlBtn .left.carousel-control {
    float: left;
    margin-right: 3px;
}
.carousel .controlBtn .right.carousel-control{float:left;margin-right: 15px;}
.carousel .controlBtn .pageNation{color:#FFF;text-shadow:none;font-size: 12px;vertical-align:2px;}
.carousel .controlBtn .pageNation .nowPage {font-weight: 600;}


@media screen and (max-width:767px){
	.carousel-inner .item {
		height: 345px;
	}
  	.carousel-caption .text_area{
		display:none;
	}    
  	.carousel-caption .box_area{
		margin-top: 38px;}
	.carousel-caption .box{
		height: 130px
	}
	.carousel-caption .box span {
		left: 15px;
		top: 15px;
		font-size: 15px;
	}
	.carousel-caption .hoverBox .plusBox{
		display:none;
	}
	.carousel-caption .hoverBox {
		padding-top: 38px;
		display:block;
		background: rgba(158, 26, 32, 0.85);
	}
	.carousel-caption .hoverBox .title:after {
		display:none;
	}
	.carousel-caption .hoverBox .title {
		margin-bottom: 2px;
	}
	.carousel-caption .hoverBox .text {
		opacity: 0.6;
		font-size: 12px;
	}
}
@media screen and (max-width:991px){
    .navbar-inverse .navbar-nav>li>a {
        padding: 15px 0px;
        font-size: 14px;
    }
	.carousel-caption_inner {
		padding: 0 25px;
	}
    .carousel-caption{
		width:auto !important;
		padding:0 15px;
	}
    .carousel-caption .text_area {
		margin-bottom: 30px;
		margin-top: 35px;
	}
    .carousel-caption .text_area span{
		text-align:center;
	}
	.carousel-caption .text_area .middleText {
		font-size: 20px;
		line-height: 42px;
	}
	.carousel-caption .text_area .bottomText {
		font-size: 16px;
	}
	.carousel-caption .text_area .topText {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.carousel-caption .borderText {
		font-size: 18px;
		margin-top: 15px;
		padding-top: 15px;
	}
    .carousel-caption .controlBtn{display:none;}
}

/* ------- 메인 컨텐츠 -------*/
.container_contents {
	width: 100%;
}
.intro-html-layout > .col-sm-12:first-child {
    padding: 0;
}
.main-in {overflow: hidden; max-width: 1030px; padding: 0 15px; margin: 0 auto;}
@media screen and (min-width: 992px) and (max-width: 1200px) {.main-in {width: auto;}}
@media screen and (min-width: 768px) and (max-width: 991px) {.main-in {width: 750px;}}

/* ------- 메인 게시판 -------*/
.intro-widget-layout {display:none;}
.intro-board-layout {width: 100%;}
.intro-board-widget-layout {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0;
}
.intro-boardbox {
    width: 50%;
}
.intro-boardbox .page-header {
    margin: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #b1b5bb;
}
.intro-boardbox .page-header h4 {
    font-size: 26px;
    letter-spacing: -0.8px;
    color: #2c2c2c;
    margin: 0;
}
.intro-boardbox .page-header h4 a{
	color:#2c2c2c;
}
.intro-boardbox>.page-header>h4>.btn {
    color: #b1b5bb;
}
.intro-boardbox>.page-header>h4>.btn:hover {
    color: #36404e;
}
.intro-boardbox .front-panel .panel {
    border: none;
    margin: 0;
}
.intro-boardbox .front-panel .panel-body {
    padding: 0;
}
.intro-boardbox .front-panel .dh-front-list2-words {
    padding: 0;
    margin: 0;
}
.intro-boardbox .dh-front-list2 h6 a span {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
}
.intro-boardbox-5 .list-row-subject:before {
    content: "NOTICE";
    background: #c6a160;
    color: #fff;
    padding: 5px 8px;
    font-size: 11px;
    display: inline-block;
    margin-right: 10px;
}
.intro-boardbox .list-row-contents {
    display: none;
}
.intro-boardbox .dh-front-list2-words {margin-top:0}
.intro-boardbox .dh-front-list2 h6 {
	position:relative;
    margin: 0px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.intro-boardbox .front-panel .panel-body > .dh-front-list2-words:last-child h6 {
    border-bottom: 1px solid #ddd;
}
.intro-boardbox .dh-front-list2 h6 .label-danger {
    background: #fff;
    color: #bf2021 !important;
    font-weight: 800;
    padding: 0 3px;
}

.intro-boardbox .dh-front-blog {
    margin: 0;
    padding: 35px 0;
    border-bottom: 1px solid #ddd;
}
.dh-front-blog>.col-md-4>.thumbnail {
	min-height: 140px;
	margin: 0 0;
}
.dh-front-blog>.col-md-4>.thumbnail .caption {
    display: none !important;
}
.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    height: 140px;
    padding: 0;
    border: none;
}
.dh-front-blog .blog-row-subject, .dh-front-blog .blog-row-contents , .dh-front-blog .thumbnail .caption{display:none}



@media screen and (max-width: 991px){
	.intro-boardbox-5 {width:45%; margin-left:5%;}
	.intro-boardbox-10 {width:45%; margin-right:5%;}
}
@media (max-width: 767px){
	.intro-board-widget-layout{
		padding: 30px 0;
	}
	.intro-boardbox .page-header {
		padding-bottom: 10px;
	}
	.intro-boardbox .page-header h4 {
		font-size:18px;
	}
	.intro-boardbox .page-header>h4>.btn {
		padding: 0px 0;
	}
	.intro-boardbox {
		width:100%; 
		margin:0 0 20px;
		padding: 0;
	}
	.intro-boardbox .dh-front-list2 h6 a span{
		font-size:13px;
	}
	.intro-boardbox .dh-front-blog {
		padding: 15px 0;
	}
	.intro-boardbox .dh-front-blog > .col-sm-6 {
		padding: 0;
	}
}

/* ---------- 서브페이지 설정 시작 ---------- */
.sub-layout {
    padding: 60px 15px 80px;
}
.sub-top {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.sub-top .title {
    margin: 0 0;
    font-size: 34px;
    font-weight: 700;
    color: #2c2c2c;
    letter-spacing: -0.6px;
}
.sub-top .title .small-cap {
    color: #888;
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
}
.sub-top .bread {
    padding: 0;
    margin: 0;
    overflow: hidden;
    float: right;
    margin-top: -22px;
}
.sub-top .bread li {
    float: left;
    list-style: none;
    color: #777;
    font-size: 12px;
}
.sub-top .bread li:after {
    font-family: "FontAwesome";
    content: "\f105";
    padding: 0 6px;
}
.sub-top .bread li:first-child {
		font-family: "FontAwesome";
    content: "\f105";
    padding-left: 19px;
}
.sub-top .bread li:last-child:after {
    content: none;
}

.sub-nav{
	margin-bottom: 45px
}
.sub-nav ul.nav{
    margin: 0 -2px;
}
.sub-nav ul.nav > li{
	width: 50%;
	margin: 0;
	padding: 0 2px;
}
.sub-nav ul.nav > li > a{
    text-align: center;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    color: #666;
}
.sub-nav ul.nav > li.active > a{
    background: #9e1a20;
    color: #fff;
    border-color: #9e1a20;
}

.sub-bottom h3 {
    margin: 0 0 30px;
    font-size: 24px;
    color: #2c2c2c;
    letter-spacing: -0.5px;
	font-weight: 600;
}
.sub-bottom .sub-title {
    font-size: 20px;
    margin: 0 0 20px;
    background: url(/skin/img/sub/sub_bulit.png) no-repeat left 1px;
    padding-left: 24px;
	font-weight:600
}
.sub-bottom .sub-title.mt-top {
    margin-top: 30px;
}
.sub-bottom p {
    color: #666;
    line-height: 1.8;
/*     letter-spacing: -0.3px; */
    margin-bottom: 15px;
    font-size: 14px;
}
.sub-bottom table {
    border-top: 2px solid #bf2021;
    border-bottom: 1px solid #aaa;
	width:100%;
}
.sub-bottom table th {
    border-bottom: 1px solid #aaa !important;
    background: #f3f3f3;
    color: #2c2c2c;
    font-weight: 400;
}
.sub-bottom table td {
	color:#666;	
}
.sub-bottom table th, 
.sub-bottom table td {
    padding: 15px !important;
	border-bottom: 1px solid #ddd !important;
}
.sub-list {
    padding-left: 20px;
    margin: 0;
}
.sub-list > li {
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    padding-left: 10px;
}
.sub-list > li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #36404e;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: 0;
}
/* --- intro01 --- */
.sub-bottom .history-table th {
	width: 18%;
    background: #fff;
    vertical-align: top;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    color: #9e1a20;
}
.sub-bottom .history-table .t-month {
    color: #2c2c2c;
    font-weight: 600;
    vertical-align: top;
}

/* --- intro03 --- */
.profile-box {
    border-top: 2px solid #b1b5bb;
    margin: 0;
    padding: 25px 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.profile-box img {
    float: left;
}
.profile-box .caption {
    float: left;
/*     padding: 15px 0 0 30px; */
	padding: 0;
}
.col-sm-3  .profile-box .caption {
    padding: 0;
}
.profile-box p {
    margin-bottom: 0;
    position: relative;
    font-size: 13px;
    line-height: 23px;
}
.profile-box p.history {
    margin-bottom: 6px;
    font-weight: 600;
}
.profile-box p.name {
    color: #2c2c2c;
    font-size: 22px;
    margin-bottom: 10px;
}
.profile-box p.name span {
    font-size: 16px;
    color: #888;
}
.profile-box p.phone,
.profile-box p.email, 
.profile-box p.interests {
    position: relative;
    padding-left: 15px;
    margin-bottom: 3px;
}
.profile-box p.phone:before, 
.profile-box p.email:before, 
.profile-box p.interests:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

/* --- intro04 --- */
.map-table{
	margin-top:20px;
}
#intro04 iframe {
    background: #f3f3f3;
}

/* --- intro05 --- */
#intro05 img{border: 1px solid #ddd;padding: 30px 60px;}
#intro05 .mission-wrap {
    margin: 0 0 35px;
}
#intro05 .mission-wrap .tit{}
#intro05 .mission-wrap .tit h5{}
#intro05 .mission-wrap .des{}
#intro05 .mission-wrap .des p{
    font-size: 15px;
}
#intro05 .mission-wrap .des p.intro{
    font-size: 19px;
    color: #333;
}
#intro05 .mission-wrap .des .li-mission{
    padding: 0;
}
#intro05 .mission-wrap .des .li-mission > li{
    font-size: 15px;
    padding-left: 33px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
#intro05 .mission-wrap .des .li-mission > li > .num{
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    background: #4b4b4b;
    height: 21px;
    width: 21px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-weight: 600;
    font-size: 12px;
    padding-top: 3px;
}

#intro05 .sub-bottom > .row > div:nth-child(1){
	margin-bottom: 70px;
}

/* --- research01 ---*/

.research-wrap {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.research-wrap.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.research-inner {
	overflow: hidden;
	margin-top: 25px;
	padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.research-inner .inner-title {
	width: 30%;
    float: left;
    margin: 0;
    padding-top: 43px;
    color: #2c2c2c;
    font-size: 16px;
    text-align: center;
}
.research-inner .inner-title span {
    display: block;
    font-size: 30px;
    color: #9e1a20;
    margin-bottom: 6px;
}
.research-inner .inner-list {
	float: right;
    width: 70%;
    margin: 0;
    padding: 0px 25px;
    min-height: 150px;
}
.research-02 .inner-list {
    padding-top: 15px;
}
.research-03 .inner-list {
    padding-top: 48px;
}
.research-inner .inner-list li {
    color: #666;
    line-height: 25px;
    font-size: 14px;
}
.research-inner .inner-list li:before {
    content: "-";
    margin-right: 6px;
}

/* --- research02 ---*/
#research02 .research02-wrap{
    margin-bottom: 50px;
}
#research02 .research02-wrap .top,
#research03 .research03-wrap .top{
    display: flex;
    justify-content: center;
    padding: 15px;
    border: 5px solid #ddd;
    margin-bottom: 30px;
}
#research02 .research02-wrap .top .total,
#research03 .research03-wrap .top .total{
    margin-right: 20px;
    margin: 0 30px;
}
#research02 .research02-wrap .top .total small,
#research03 .research03-wrap .top .total small{font-size: 16px;margin-right: 5px;}
#research02 .research02-wrap .top .total span,
#research03 .research03-wrap .top .total span{
    font-size: 31px;
    font-weight: 600;
    color: #6f1818;
}
#research02 .research02-wrap .body{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
#research02 .research02-wrap .body .timeline{
    width: calc((100% / 6) - 10px);
    padding: 15px;
    border: 1px solid #ddd;
    margin: 5px;
    border-top: 1px solid #9e1a20;
}
#research02 .research02-wrap .body .timeline .year{
    font-size: 25px;
    margin-bottom: 16px;
    font-style: italic;
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 1.1;
    color: #62060a;
    font-weight: 600;
}
#research02 .research02-wrap .body .timeline dl{}
#research02 .research02-wrap .body .timeline dl dt{
    font-size: 17px;
    /* color: #4c0101; */
    margin-bottom: 5px;
}
#research02 .research02-wrap .body .timeline dl dd{
    padding-left: 10px;
    position: relative;
}
#research02 .research02-wrap .body .timeline dl dd::before{
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}
/* --- research03 ---*/
#research03 .research03-wrap{
    margin-bottom: 60px;
}
/* --- research04 ---*/
#research04 .research04-wrap{
    margin-bottom: 60px;
}
#research04 .research04-wrap img{
    border: 1px solid #ddd;
    margin: 0 0 30px;
}
#research04 .research04-wrap img + .caption{
    margin-top: -25px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

/* --- education01 --- */
.edu-des {
    margin-bottom: 40px;
    padding: 50px 30px;
    text-align: center;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.edu-des .title {
    margin-bottom: 20px;
    font-weight: 600;
}
.edu-des h4 {
    font-size: 22px;
    border-bottom: 1px solid;
    display: inline-block;
    margin: 0 0 20px;
}
.edu-des p {
    margin-bottom: 0;
}
.edu-wrap {
	border-bottom: 1px solid #ddd;
}
.edu-wrap.first{
	border-top:1px solid #ddd;
}
.edu-wrap .col-md-4 {
    padding-right: 0;
}
.edu-wrap .col-md-8 {
    padding: 25px 40px 0 35px;
    word-break: break-word;
}
.first.edu-wrap .col-md-8{
    padding-top: 25px;
}
.edu-wrap .col-md-8.top-pd {
    padding-top: 30px;
}
.edu-wrap h4 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 22px;
}
.edu-wrap p {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 22px;
}
.edu-wrap .edu-list p {
    margin: 0;
    color: #9e1a20;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
}
.edu-wrap .edu-list p span {
    font-weight: 400;
}
#edu03 .edu-wrap p {
    font-size: 14px;
    line-height: 26px;
}

.img-wrap > div img+p {
    margin-top: 10px !important;
    margin-bottom: 40px;
    margin-top: 0;
    font-size: 20px;
}
/* --- training --- */
.training-wrap {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.training-wrap.last {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
.training-wrap p {
    margin-bottom: 10px;
}
.training-wrap .training-table {
    margin-bottom: 10px;
}
.inquiry-text {
    font-size: 16px;
    color: #2c2c2c;
    margin: 50px 0 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.boxing {
    margin-bottom: 25px;
}
.boxing h5 {
    font-weight: 600;
    color: #2c2c2c;
    margin: 0px 0 15px;
}

.form-link{
	display: block;
	padding: 19px 0;
	width: 200px;
	background: #bf2021;
	text-align: center;
	margin: 30px auto 0;
	font-size: 17px;
	line-height: 1;
	color: #fff;
}
.form-link:hover{
	text-decoration: none;
	background: #ab1b1c;
	color: #fff;
}

#mod_type_formForm{
    border: 1px solid #ddd;
    padding: 60px 80px;
    max-width: 900px;
    margin: 60px auto 0;
    background: #fafafa;
}
#mod_type_formForm .q_number{
    padding: 19px 0;
}
#mod_type_formForm .q_number .col-sm-12{
	padding: 0;
}
#mod_type_formForm .q_number .pull-left{
    margin: 0px 0 5px !important;
    font-size: 19px;
}
#mod_type_formForm .q_number .pull-left i{
    display: none;
}
#mod_type_formForm .q_number .form-control{
    border-radius: 0;
    margin: 0;
}
#mod_type_formForm .q_number .checkbox > label:last-child{display: none;}
#mod_type_formForm .btn-wrap{
    float: none;
    padding-bottom: 0 !important;
}
#mod_type_formForm button{
	background: #bf2021;
	text-align: center;
	font-size: 17px;
	line-height: 1;
	color: #fff;
	border-color: #bf2021;
	border-radius: 0;
	right: auto;
	float: none !important;
	margin: 0 auto;
	padding: 15px 24px;
}
#mod_type_formForm button:hover{
	text-decoration: none;
	background: #ab1b1c;
    border-color: #ab1b1c;
	color: #fff;
}


.history{}
.history::before{
    content: '';
}
.history .timeline{display: flex;align-items: flex-start;padding: 30px 0 55px;border-top: 1px solid #ddd;position: relative;}
.history .timeline::before{
    content: '';
    display: block;
    width: 250px;
    height: 1px;
    background: #9e1a20;
    position: absolute;
    top: -1px;
    left: 0;
}
.history .timeline .year{width: 250px;font-size: 32px;margin: 0;line-height: 1;font-weight: 600;color: #9e1a20;}
.history .timeline .issue{list-style: none;width: calc(100% - 250px);margin: 0;display: flex;flex-direction: column-reverse;}
.history .timeline .issue > li{position: relative;padding-left: 40px;font-size: 15px;margin-top: 15px;}
.history .timeline .issue > li:first-child{
    margin-top: 0;
}
.history .timeline .issue > li::before{
    content: '';
}
.history .timeline .issue > li .date{
position: absolute;
top: 5px;
left: 0;
font-weight: 600;
color: #000;
line-height: 1;
}
.history .timeline .issue > li .text{
line-height: 1.7;
}
.history .timeline .issue > li .text b{
font-weight: 500;
color: #9e1a20;
}

/* ----------- 일반 페이지 모바일 ---------- */
@media (max-width:767px){
	.sub-layout {
		padding: 30px 15px 50px;
	}
	.sub-top {
		position: relative;
	}
	.sub-top .title {
		font-size: 24px;
		padding-top: 23px;
	}
	.sub-top .title .small-cap {
		font-size: 13px;
		padding-left: 8px;
	}
	.sub-top .bread {
		float: left;
		top: 0;
		margin: 0;
		position: absolute;
	}
	.sub-top .bread li:first-child {
		padding: 0;
	}
	.sub-bottom p {
		font-size: 13px;
	}
	.sub-bottom table{
		font-size: 12px;
    	word-break: break-word;
	}
	.sub-bottom table th, .sub-bottom table td {
		padding: 10px !important;
	}
	.greeting-top {
		margin: 15px 0;
	}
	.greeting-top h3,.pro-top h3 {
		font-size: 18px;
	}
	.greeting-top p,.pro-top p {
		font-size: 13px;
		margin-bottom: 15px;
	}
	.greeting-top p br, .pro-top p br {
		display: none;
	}
	.about04-txt .thumbnail img {
		float: none;
		margin: 0;
	}
	.about04-txt .thumbnail .caption {
		padding: 10px 0 0;
	}
	.about04-txt .thumbnail {
		margin-bottom: 15px;
	}

    #research02 .research02-wrap .body {
    display: block;
    margin: 0;
}
    #research02 .research02-wrap .body .timeline{
    width: 100%;
    margin: 0 0 10px;
}
}


/* 포토갤러리 */
.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;
	padding-bottom: 10px;
	margin: 0;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
	height: 180px;
	box-shadow: none;
}
.dhb-txt-box-type-b-text-layout .txt-box-footer {
	display: none;
}

/* list 게시판 */
.dh-board > .table-hover {
    border-top: 2px solid #9e1a20;
    border-bottom: 1px solid #ccc;
    margin: 0px;
}
.dh-board > .table-hover td, .dh-board > .table-hover th {
    padding: 15px !important;
    font-size: 14px;
    font-weight: 400;
}
.dh-board > .table-hover th {
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
}
.dh-board > .table-hover td {
    border-bottom: 1px solid #ddd;
}
.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: #36404e;
    font-weight: 400;
}
.dh-board > .table-hover td.subject a:hover {
    color: #9e1a20;
    text-decoration: underline !important;
}
.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;}

.dh-margin-top{
	margin-top: 30px;
	display: inline-block;
}
.dh-board .dh-margin-top .pagination { 
	margin-top: 0; 
}
.pagination>li>a,
.pagination>li>span {
	border: 1px solid #ddd;
	border-radius: 0 !important;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 0;
	color: #666 !important;
}
.pagination>li:last-child>a {
	margin-left: 15px;
}

.pagination>li:first-child>a {
	margin-right: 15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #36404e;
    border: 1px solid #36404e;
    color: #ffffff !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	border-color: #bbb;
	background: #fff;
}

#insertForm .input-group .btn {
	border-radius: 0;
	font-size: 15px;
	border-color: #ddd;
}

#insertForm .input-group .form-control {
	height: 35px;
	box-shadow: none;
	border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #36404e;
    border: 1px solid #36404e;
}


.dh-view-box{margin-top:0px;}
.sns-box{display: none;}
.dh-view-box>.row>.page-header h4 {
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #36404e;
    margin: 0;
}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #36404e;
    border-bottom: 1px solid #ddd;
    padding: 0;
	margin:0;
    background: #f3f3f3;
}
.content_wrap .page-header h4:before {content: none;}
.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 10px 8px;
    margin: 0 0 10px;
	display:none;
}
.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: 0 40px 0;}
.dh-view-box .dh-attach h6{margin: 0; padding: 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,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 540px;
    padding: 20px 0px 35px;
    margin: 40px auto 60px;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #9e1a20;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
	float: right;
	width: 120px;
    height: 33px;
    background: #36404e;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #36404e;
    font-size: 13px;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
	border-color:#273140;
	background:#273140;
}

.id-find-layout h2,
.pw-find-layout h2{
	text-align:center;
}
/* ----------- 회원가입 ---------- */
.join-layout .jumbotron {
    background: rgba(0,0,0,0);
    border-radius: 0;
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.join-layout .jumbotron h1 {
    font-size: 34px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0;
	display: inline-block;
}
.join-layout .jumbotron p {
    display:none;
}
.join-agree-area .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.join-agree-area .panel .row {
    padding: 0 !important;
}
.join-agree-area .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    background: #f3f3f3;
    padding: 10px 15px;
    font-size: 13px;
}
.join-agree-area .panel-footer {
    background: rgba(0,0,0,0);
    border: none;
    padding: 20px 0 0;
}
.join-agree-area .panel-footer .btn-default {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
}
.join-agree-area .panel-footer .btn-default:hover {
    border-color: #bbb;
}
.join-layout .form-horizontal .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.join-layout .form-horizontal .panel-heading {
    padding: 0;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 15px;
    letter-spacing: -0.5px;
    background: url(/skin/img/sub/sub_bulit.png) no-repeat left 1px;
    padding-left: 24px;
    border-bottom: none;
    line-height: 1;
}
.join-layout .form-horizontal .panel-body {
    padding: 0;
    border-top: 1px solid #ddd;
}
.join-layout .form-horizontal .panel-body .form-group {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
}
.join-layout .form-horizontal .form-group .control-label {
    text-align: left;
    width: 200px;
    padding: 20px 15px;
    font-size: 14px;
    background: #f3f3f3;
}
.join-layout .form-horizontal .form-group .control-label br {
    display: none;
}
.join-layout .form-horizontal .panel-body .form-group .col-sm-6 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .form-group .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
}

.join-layout .form-horizontal .form-group .form-control:focus{
    border-color: #9e1a20;
}

.join-layout .form-horizontal .joinForm-addr .control-label {
    padding: 40px 15px;
}
.join-layout .form-horizontal .form-group label.error {
    font-size: 10px;
    margin: 0;
}
.join-layout .form-horizontal .panel-footer {
    border: none;
    padding: 0;
    background: rgba(0,0,0,0);
    border-radius: 0;
}
.join-layout .form-horizontal .panel-footer .form-group {
    padding: 20px 0 0 !important;
    margin-bottom: 0;
}
.join-layout .form-horizontal .panel-footer .btn {
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
}
.join-layout .form-horizontal .panel-footer .btn-default:hover {
    border-color: #bbb;
    background: #fff;
}
.join-layout .form-horizontal .panel-footer .btn-success {
    border: 1px solid #36404e;
    background: #36404e;
}
.join-layout .form-horizontal .panel-footer .btn-success:hover {
    background: #273140;
}



/* ----------- 모듈 페이지 모바일 ---------- */
@media (max-width:767px){
	.dh-board > .table-hover td, .dh-board > .table-hover th {
		padding: 10px !important;
		font-size: 12px;
		font-weight: 400;
	}
	.dh-margin-top {
		margin-top: 10px;
	}
	.join-layout .jumbotron {
		font-size: 24px;
		padding-top: 23px;
	}
	.join-layout .form-horizontal .panel-body .form-group {
		padding: 15px 0;
	}
	.join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
		padding: 0;
	}
	.join-layout .form-horizontal .form-group .control-label {
		width: auto;
		background: rgba(0,0,0,0);
		padding: 0;
	}
	.join-layout .form-horizontal .panel-body .form-group .col-sm-6 {
		padding: 0;
	}
}

.maintenance {
    padding: 84px 25px;
    text-align: center;
    background: #fafafa;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 86px;
    margin-bottom: 20px;
}

.maintenance .big-cont {
	display: block;
	line-height: 1;
	font-size: 29px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

.member_wrapper {
    max-width: 1170px;
}