@charset "utf-8";
/* @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); */
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}
.body-layout.on{
	width:100%;
	position:fixed!important;
}
/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr', 'Noto Sans KR', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
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,
.topmarginLay_a {
	display: none;
}

/* layout */
.container_contents,.sub-layout{
	width:100%;
	padding:0!important;
}
.container_contents > .intro-html-layout{
	width:100%;
	padding:0!important;
}

.mt-1em{
	margin-top:1em;
}
.mt-2em{
	margin-top:2em;
}

@media(min-width:992px){
	.container_contents > .intro-html-layout{
	padding:0!important;
	margin-top: 90px;
	}
}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.navbar-inverse .navbar-brand {
    padding: 0 !important;
    margin: 15px 0 0 !important;
}
.navbar-brand img {
    margin: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-brand img { width: 170px; }
}
@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-brand { margin: 10px 15px !important; }
	.navbar-brand img { width: 140px; }
	.navbar-toggle {
    margin: 12px 15px;
    padding: 10px;
    background: #a9131b !important;
    border: none !important;
    border-radius: 0;
}
}

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    	background: none;
	    color: #454545;
	    font-size: 17px;
	    font-weight: 500;
	    padding: 15px 10px;
	    margin: 20px 25px;
    	letter-spacing: -0.04em;
	}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:focus {
    color: #a9131b;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	background: none;
	color: #a9131b;
    border-color: #a9131b;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-inverse .navbar-nav > li > a {
    font-size: 15px;
    letter-spacing: -0.04em;
    padding: 28px 15px;
    margin: 0;
	}
}
@media screen and (max-width: 767px) {
	.navbar-collapse { padding: 0; }
	.navbar-nav { margin: 0; }
	.navbar-inverse .navbar-nav > li > a {
    font-size: 15px;
    padding: 20px 25px;
    margin: 0;
    border-bottom: 1px solid #dedede;
	}
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.navbar-inverse .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    min-width: 180px;
    padding: 0 0;
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
}
.navbar-inverse .dropdown-menu > li > a {
    background: #f7f7f7;
    color: #333;
    font-size: 14px;
    letter-spacing: -0.04em;
    padding: 8px 20px;
    margin: 2px 0;
    border-left: 2px solid #f7f7f7;
}
.navbar-inverse .dropdown-menu > li > a:focus, .navbar-inverse .dropdown-menu > li > a:hover {
    background: #f7f7f7;
    color: #a9131b;
    border-left: 2px solid #a9131b;
}
/* 상단 서브 메뉴 설정 끝*/

/* main page */
/* main page slide*/
#main-slide{
	position:relative;
	height: calc(100vh - 90px - 84px);
}
.carousel-inner{
	height:100%;
}
.item{
	width:100%;
	height:100%;
}
.slide1{
	background:url('/skin/img/slide/slide1.jpg') no-repeat 0 0;
	background-size:cover;
}
.slide2{
	background:url('/skin/img/slide/slide2.jpg') no-repeat 0 0;
	background-size:cover;
}
.slide3{
	background:url('/skin/img/slide/slide3.jpg') no-repeat 0 0;
	background-size:cover;
}
.carousel-caption {
    position: absolute;
    top: 54%;
    bottom: auto;
    font-size: 45px;
    text-align: left;
    margin: -240px 0 0;
    padding: 0;
}
.carousel-caption h1 {
    margin: 0;
    padding-top: 30px;
    padding-left: 50px;
    color: #fff;
    font-size: 55px;
    font-weight: 300;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    letter-spacing: -0.02em;
    line-height: 1.1;
    position: relative;
}
/* .carousel-caption h1 {
	margin: 0;
    font-size: 50px;
    font-weight: 300;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    letter-spacing: -0.02em;
    line-height: 1.1;
    position: relative;
} */
.carousel-caption h1:before {
    content: url(/skin/img/slide/sl-logo.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
}
.carousel-caption h1 span {
	font-size: 59px;
	font-weight: 600;
}
.carousel-caption h1 b{
    font-size: 70px;
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
}
.glyphicon-chevron-left:before {
	content: url(/skin/img/slide/sl-prev.png);
}
.glyphicon-chevron-right:before {
	content: url(/skin/img/slide/sl-next.png);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
    	left: 10%;
	    width: 100%;
        margin: -170px 0 0;
	}
	.carousel-caption h1 span {
	    font-size: 55px;
	}
	.carousel-control {
		width: 10%;
	}
    .carousel-caption h1 b {
        font-size: 55px;
    }
}
@media screen and (max-width: 767px) {
	#main-slide { height: 670px; }
	.carousel-caption {
		left: 6%;
	    margin: 0;
	    /* margin: -110px 0 0; */
        top: 20%;
	}
	.carousel-caption h1 {
    font-size: 25px;
    line-height: 1.2;
	}
	.carousel-caption h1 span { font-size: 30px; }
    .carousel-caption h1 b {
        font-size: 12vw;
        text-transform: uppercase;
        margin-top: 5px;
        display: inline-block;
    }
}

.main-snb {
    position: absolute;
    left: 50%;
    bottom: 12%;
    transform: translatex(-50%);
    padding: 0 70px;
}
.main-snb .col-sm-3 {
    padding: 0;
    border-right: 2px solid rgba(255, 255, 255, 0);
}
.main-snb a {
    background: rgba(27,27,27,0.7);
    display: inline-block;
    width: 100%;
    padding: 40px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    text-decoration: none !important;
    letter-spacing: -0.02em;
}
.main-snb a:hover {
	background: rgba(169, 19, 27, 0.85);
}
.main-snb a i {
    background: rgba(255, 255, 255, 0.15);
    /* border: 1px solid #fff; */
    border-radius: 100%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-size: 40px;
    margin: 0 0 12px;
}
.main-snb a span {
    display: block;
    margin-top: 10px;
    letter-spacing: 0.034em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.main-snb {
		bottom: 6%;
	}
}
@media screen and (max-width: 767px) {
	.main-snb {
    width: 100%;
    bottom: 0%;
    padding: 0 20px;
	}
	.main-snb .col-sm-3 {
	    width: 50%;
	    border-bottom: 1px solid rgba(255, 255, 255, 0);
	}
	.main-snb a {
    	padding: 15px 15px;
    	font-size: 13px;
	}
	.main-snb a i {
	    width: 50px;
    	height: 50px;
    	line-height: 50px;
    	font-size: 20px;
    	margin: 0 0 7px;
	}
}

/* sub page */
.sub-layout { margin-top: 90px; }
.subpage,
.bbs-list-view-layout + .container{
	padding-bottom:80px;
}

@media(min-width:767px){
	
}
@media(max-width:767px){
	.sub-layout { margin-top: 60px; }
}

/* sub page sub-top */
.sub-top-wrap {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(/skin/img/sub/sub-top-bg.jpg) no-repeat 0 50%;
    background-size: cover;
}
.sub-top-header {
    width: 100%;
    height: 36px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
    box-sizing: border-box;
    background: #000000;
}
.breadcrumb {
    height: 36px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 300;
    background: none;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0;
    line-height: 36px;
    box-sizing: border-box;
}
.breadcrumb > li{
    color: rgba(255, 255, 255, 0.7);
}
.breadcrumb > li.active{
	color: #fff;
}
.breadcrumb > li+li:before {
    padding: 0 5px;
    color: rgba(255, 255, 255, 0.5);
    content: "/\00a0";
}

.sub-top-body{
	height: 260px;
}
.sub-top-body h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    line-height: 220px;
}
.sub-top-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgba(169, 19, 27, 0.85);
}
.sub-top-footer a {
    font-size: 16px;
    text-decoration: none !important;
    letter-spacing: 0;
    line-height: 50px;
    color: #e6e6e6;
    display: block;
}
@media(min-width:768px){
    .sub-top-footer div.col-md-20{
        width: 20%;
    }
}
.sub-top-footer div.active {
	background: rgba(0, 0, 0, 0.25);
}
.sub-top-footer div.active a {
    color: #fff;
    font-weight: 500;
}
@media(max-width:767px){
	.sub-top-wrap {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(/skin/img/sub/sub-top-bg.jpg) no-repeat 0 50%;
    background-size: cover;
	margin-bottom:220px;
 	}
	.sub-top-body h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    line-height: 220px;
}
	.sub-top-footer {
    position: absolute;
    left: 0;
    bottom: auto;
	top:100%;
    width: 100%;
    height: auto;
    background: rgba(169, 19, 27, 0.85);
}
}
/* subpage sub-content*/
.sub-content {padding: 80px 15px 0;}
.sub-content .subContent_title{
    margin: 0;
    padding: 10px 0 30px;
    border-bottom: 1px solid #e6e6e6;
    color: #a9131b;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.04em;
    position: relative;
}
.sub-content .subContent_title::before {
    content: '';
    background: #ac2f30;
    border-radius: 50px;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    left: -6px;
    display: none;
}
.sub-content .subContent_title small{
    display: block;
    margin-top: 10px;
    color: #AC2F30;
    letter-spacing: -0.02em;
    font-size: 18px;
}
.sub-content .title {
    margin: 0 0 30px;
    padding: 10px 0 30px;
    border-bottom: 1px solid #e6e6e6;
    color: #a9131b;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.04em;
    position: relative;
}
.sub-content .title:before {
    content: '';
    background: #ac2f30;
    border-radius: 50px;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    left: -6px;
}
.sub-content .title .small-cap {
    margin: 5px 0 0;
    font-size: 17px;
    font-weight: 300;
    display: block;
    color: #555;
}
.sub-content .sub-title {
    color: #333;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.06em;
    margin: 40px 0 20px;
    padding: 0 15px 0;
    position: relative;
}
.sub-content .sub-title:before {
    content: '';
    background: #ac2f30;
    width: 8px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
}
.sub-content p {
    color: #333;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 20px;
    letter-spacing: -0.034em;
    word-break: keep-all;
    text-align: justify;
}
.sub-content p .strong-title {
    color: #323232;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 5px;
    display: inline-block;
    width: 100%;
}


.sub-content .content{
    padding: 50px 0;
}
.sub-content .content h4{
    margin: 0 0 40px;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    letter-spacing: -0.034em;
}
.sub-content .content h4::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #AC2F30;
    position: absolute;
    left: 0;
    top: 10px;
    transform: rotate(45deg);
    display: none;
}
.sub-content .content .li_talent{
    padding: 0;
    margin: 0 0 0 40px;
    text-align: left;
}
.sub-content .content .li_talent::after{
    content: '';
    display:table;
    clear: both;
}
.sub-content .content .li_talent > li{
    /* display: inline-block;
    width: 395px;
    height: 135px; */
    vertical-align: middle;
    background: rgba(172, 47, 48, 0.7);
    color: #fff;
    font-size: 17px;
    padding: 30px 80px;
    word-break: keep-all;
    border-radius: 128px;
    position: relative;
    margin-left: -35px;
    text-align: center;
    font-weight: 300;
}
.sub-content .content .li_talent > li:nth-child(2) {
    background: rgba(83,84,90,0.72);
}
.sub-content .content .li_talent > li:nth-child(3) {
    background: rgba(172, 47, 48, 0.7);
}
.sub-content .content .li_talent > li::before{
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: none;
}
.sub-content .content .li_obj{
    padding: 0;
    margin: 0;
}
.sub-content .content .li_obj > li{
    font-size: 17px;
    padding: 25px 0 25px 76px;
    border-bottom: 1px solid #eee;
    position: relative;
    font-weight: 500;
    letter-spacing: -0.034em;
}
.sub-content .content .li_obj > li > b{
    display: inline-block;
    width: 50px;
    line-height: 50px;
    vertical-align: baseline;
    text-align: center;
    margin-left: 10px;
    color: #fff;
    position: absolute;
    top: 12px;
    left: 0;
    font-weight: 400;
    font-size: 18px;
}
.sub-content .content .li_obj > li > b::before{
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background: #cf4d4e;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1;
}
.sub-content .content .li_intro{
    padding: 30px;
    margin: 0;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
}
.sub-content .content .li_intro li{
    font-size: 15px;
    line-height: 1.5;
}
.sub-content .content table.table_chris{
    border-top: 2px solid #AC2F30;
}
.sub-content .content table.table_chris tr{
    
}
.sub-content .content table.table_chris tr th, .sub-content .content table.table_chris tr td{
    border: 0;
    text-align: center;
    padding: 15px 21px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: middle;
}
.sub-content .content table.table_chris tr th:last-child, .sub-content .content table.table_chris tr td:last-child{
    border-right: 1px solid #ddd;
}
.sub-content .content table.table_chris thead tr th{
    text-align: center;
    background: #f8f8f8;
}
.sub-content .content table.table_chris tbody tr th{

}
.sub-content .content table.table_chris tr td{

}
.sub-content .content table.table_chris tr td.total{
    background: #fff0f0;
    font-weight: 600;
}
#About01 .con1 p {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 0;
}
#About01 .con1 p::before{
    content: '';
    display: block;
    background: #AC2F30;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0;
}
.prof-box{
    margin-bottom: 30px;
    min-height: 310px;
    border: 1px solid #ddd;
    padding: 25px;
}
.prof-box::after{
    content:'';
    display: table;
    clear: both;
}
.prof-box img{
    float: left;
    margin-right: 30px;
    width: 100px;
}
.prof-box dl{
    float: left;
    width: calc(100% - 130px);
    margin-bottom: 10px;
}
.prof-box dl dt{
    font-size: 24px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
}
.prof-box dl dt small{
    margin-left: 10px;
    color: #666;
    font-weight: 500;
    font-size: 15px;
}
.prof-box dl dd{
    font-size: 15px;
    padding: 1px 0;
}
.prof-box dl dd:nth-child(2){
    font-size: 16px;
    letter-spacing: -0.034em;
    padding: 10px 0;
}
.prof-box dl dd i{
    display: inline-block;
    width: 21px;
    height: 21px;
    text-align: center;
    color: #fff;
    background: #e66f70;
    border-radius: 50%;
    font-size: 12px;
    padding: 5px 0 0 1px;
    margin-right: 8px;
}
.prof-box dl dd a{
    color: #333;
    opacity: 0.8;
}
.prof-box dl dd a:hover{
    opacity: 1;
    text-decoration: none;
}
.prof-box .li_prof{
    float: right;
    width: calc(100% - 130px);
    padding: 10px 15px;
    margin: 5px 0 0 0;
    background: #f8f8f8;
}
.prof-box .li_prof > li{
    font-size: 14px;
    color: #666;
    padding-left: 15px;
    position: relative;
    letter-spacing: -0.01em;
}
.prof-box .li_prof > li > a{
    color: #666;
    opacity: 0.8;
}
.prof-box .li_prof > li > a:hover{
    opacity: 1;
    text-decoration: none;
}
.prof-box .li_prof > li > a i{
    margin-right: 10px;
}
.prof-box .li_prof > li::before{
    content: '-';
    position: absolute;
    left: 0;
    color: #AC2F30;
    font-weight: 600;
}

#Undergrad01 .sub-content .content .inner{
    border: 1px solid #dcc3c3;
    margin-bottom: 15px;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.05);
    padding: 25px 30px;
}
#Undergrad01 .sub-content .content .inner::after {
    content: '';
    display: block;
    clear: both;
}
#Undergrad01 .sub-content .content .inner h5{
    margin: 0;
    font-size: 20px;
    letter-spacing: -0.034em;
    float: left;
    width: 32%;
}
#Undergrad01 .sub-content .content .inner h5 .cl-code{
    display: inline-block;
    padding: 4px 6px;
    background: #AC2F30;
    color: #fff;
    margin-right: 5px;
    font-size: 13px;
    letter-spacing: 0em;
}
#Undergrad01 .sub-content .content .inner h5 .cl-nec{
    padding: 4px 6px;
    background: #ffd9d9;
    margin: 10px 0;
    font-size: 14px;
}
#Undergrad01 .sub-content .content .inner h5 .cl-sel{
    display: inline-block;
    padding: 4px 6px;
    background: #fff1d1;
    margin-right: 10px;
    font-size: 14px;
}
#Undergrad01 .sub-content .content .inner p{
    margin: 0;
    width: 68%;
    float: right;
}
#Undergrad02 .member-wrap {
    padding: 40px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: -10px;
}
#Undergrad02 .member-wrap img {
    margin: 30px auto;
}
#Undergrad02 .sub-content .content p.text-center b {
    font-size: 24px;
    margin-top: 20px;
    display: block;
}
#Undergrad02 .sub-content .content p.text-center{
    font-size: 26px;
    padding: 30px 0;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: -0.034em;
    text-align: center;
}
#Undergrad02 .sub-content .content p.text-center span{
    color: #AC2F30;
    font-weight: 500;
}
#Undergrad02 .sub-content .content p.text-center::after{
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #999;
    margin: 30px auto;
}
#Undergrad02 .sub-content .content .inner{
    
}
#Undergrad02 .sub-content .content .inner h5{
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    width: 200px;
    color: #333;
    margin: 0 auto 50px;
}
#Undergrad02 .sub-content .content .inner .top{
    margin-bottom: 50px;
}
#Undergrad02 .sub-content .content .inner .top p{
    text-align: center;
    font-size: 20px;
    padding: 15px;
    background: #2a5186;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 500;
}
#Undergrad02 .sub-content .content .inner .top p small{
    font-weight: 400;
    margin-right: 10px;
    font-size: 15px;
}
#Undergrad02 .sub-content .content .inner .bottom{
    
}
#Undergrad02 .sub-content .content .inner .bottom p{
    text-align: center;
    background: #ac2f30;
    padding: 17px 0;
    font-size: 18px;
    color: #fff;
    line-height: 1.4em;
}
#Undergrad02 .sub-content .content .inner .bottom dl{
    text-align: center;
    background: #fff;
    line-height: 1.4em;
    border: 2px solid #ac2f30;
}
#Undergrad02 .sub-content .content .inner .bottom dl::after{
    content: '';
    display: table;
    clear: both;
}
#Undergrad02 .sub-content .content .inner .bottom dl dt{
    color: #fff;
    padding: 17px 0;
    font-size: 18px;
    background: #ac2f30;
    float: left;
    width: 100%;
}
#Undergrad02 .sub-content .content .inner .bottom dl dd{
    background: #fff;
    float: left;
    width: 50%;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
}
#Undergrad02 .sub-content .content .inner .counsil-mem{
    border: 10px solid #eee;
    padding: 20px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 0;
}
#Undergrad02 .sub-content .content .inner .counsil-mem::after{
    content: '';
    display: table;
    clear: both;
}
#Undergrad02 .sub-content .content .inner .counsil-mem dt{
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    padding: 11px 45px;
    background: #fff;
}
#Undergrad02 .sub-content .content .inner .counsil-mem dd{
    width: 20%;
    float: left;
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    text-align: center;
}
#Undergrad03 .sub-content .content.con1 .inner:nth-child(2) h5{
    margin-top: 100px;
}
#Undergrad03 .sub-content .content.con1 .club-img-box{
    padding: 50px 80px;
    background: #f8f8f8;
}
#Undergrad03 .sub-content .content.con1 .club-img-box .row{
    margin: 0;
}
#Undergrad03 .sub-content .content.con1 .club-img-box .row > div{
    padding: 0;
}
#Undergrad03 .sub-content .content.con2{
    
}
#Undergrad03 .sub-content .content.con2 .club-history{
    padding: 10px 0px 0;
    border-top: 2px solid #ccc;
    position: relative;
    margin-top: 50px;
}
#Undergrad03 .sub-content .content.con2 .club-history::before{
    content: '';
    display: block;
    position: absolute;
    background: #AC2F30;
    width: 70px;
    height: 2px;
    top: -2px;
    left: 0;
}
#Undergrad03 .sub-content .content.con2 .club-history h5{
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: 300;
    color: #AC2F30;
}
#Undergrad03 .sub-content .content.con2 .club-history dl{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    height: 160px;
}
#Undergrad03 .sub-content .content.con2 .club-history dl:last-child{
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
#Undergrad03 .sub-content .content.con2 .club-history dl dt{
    font-size: 15px;
    margin: 0 0 10px;
}
#Undergrad03 .sub-content .content.con2 .club-history dl dd{
    font-size: 15px;
    padding-left: 10px;
    position: relative;
    line-height: 1.5;
    letter-spacing: -0.02em;
    word-break: keep-all;
}
#Undergrad03 .sub-content .content.con2 .club-history dl dd::before{
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}

#Undergrad03 .sub-content .content.con3{
    
}
#Undergrad03 .sub-content .content.con3 .row > div:nth-child(2) {
    padding-left: 40px;
}
#Undergrad03 .sub-content .content.con1 h5,#Undergrad03 .sub-content .content.con3 h5{
    margin: 0 0 15px;
    font-size: 21px;
    color: #AC2F30;
    letter-spacing: -0.034em;
}
#Undergrad03 .sub-content .content.con3 .table-club-history{
    border-top: 1px solid #333;
} 
#Undergrad03 .sub-content .content.con3 .table-club-history tr th, #Undergrad03 .sub-content .content.con3 .table-club-history tr td{
    font-size: 14px;
    border-bottom: 1px solid #ddd;
} 
#Undergrad03 .sub-content .content.con3 .table-club-history tr th{
    text-align: center;
    background: #f8f8f8;
    font-weight: 500;
} 
#Undergrad03 .sub-content .content.con3 .table-club-history tr td{
}
#Undergrad03 .sub-content .content.con3 .bible{
    padding: 25px 30px;
    border: 5px solid #eee;
    margin: 30px 0 50px;
}
#Undergrad03 .sub-content .content.con3 .bible dt{
    font-size: 16px;
    color: #ac2f30;
    margin-bottom: 10px;
    font-weight: 500;
}
#Undergrad03 .sub-content .content.con3 .bible dd{
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.034em;
}
#Undergrad03 .sub-content .content.con3 .bible dd small{
    font-size: 15px;
    display: block;
    text-align: right;
    font-style: initial;
}
#Undergrad03 .sub-content .content.con3 .bible + .row{
    margin: 0 -3px;
}
#Undergrad03 .sub-content .content.con3 .bible + .row > div{
    padding: 0 3px;
}
#Undergrad03 .sub-content .content.con3 .bible + .row > div > .row{
    margin: 0 -3px;
}
#Undergrad03 .sub-content .content.con3 .bible + .row > div > .row > div{
    padding: 0 3px;
}
#Undergrad03 .sub-content .content.con3 .bible + .row img{
    margin-bottom: 6px;
}
#Undergrad03 .sub-content .content.con3 .bible + .row > .col-sm-5 img{
    height: 612px;
}

#Undergrad03 .sub-content .content.con4{
    
}
#Undergrad03 .sub-content .content.con4 .row > div:nth-child(1) {
    padding-right: 70px;
}
#Undergrad03 .sub-content .content.con4 .row > div:nth-child(2) {
    padding-left: 40px;
}
#Undergrad03 .sub-content .content.con4 h4 + p{
    font-size: 17px;
    font-weight: 400;
    margin-top: -35px;
}
#Undergrad03 .sub-content .content.con4 .inner{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
#Undergrad03 .sub-content .content.con4 .inner p b {
    font-weight: 500;
}
#Undergrad03 .sub-content .content.con4 .inner ol {
    background: #f4f4f4;
    padding: 20px 30px;
}
#Undergrad03 .sub-content .content.con4 .inner ol li {
    font-size: 15px;
}
#Undergrad03 .sub-content .content.con4 .inner:last-child{
    margin: 0;
    padding: 0;
    border: 0;
}
#Undergrad03 .sub-content .content.con4 .inner h5{
    margin: 0 0 10px;
    font-size: 20px;
    color: #AC2F30;
    letter-spacing: -0.06em;
    margin-top: 40px;
    font-weight: 700;
}
#Undergrad03 .sub-content .content.con4 .inner:nth-child(1) p{
    
}
#Undergrad03 .sub-content .content.con4 img{
    margin-bottom: 15px;
}

[id^="Graduate"] .li_course{
    margin-bottom: 0;
    padding: 0;
}
[id^="Graduate"] .li_course::after{
    content: '';
    display: table;
    clear: both;
}
[id^="Graduate"] .li_course > li{
    background: #fff;
    color: #ac2f30;
    padding: 22px 15px;
    font-size: 20px;
    word-break: keep-all;
    text-align: center;
    margin: 0 30px 0 0;
    font-weight: 500;
    position: relative;
    border: 1px solid #bd8c8c;
    letter-spacing: -0.034em;
    display: inline-block;
    width: 400px;
}
[id^="Graduate"] .li_course > li > small{
    display: block;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 0;
}
[id^="Graduate"] .li_course > li::before{
    content: '';
    position: absolute;
    display: block;
    width: 70px;
    background: #ff0000;
    height: 2px;
    top: 50px;
    display: none;
}
[id^="Graduate"] .li_course > li::after{
    content: '';
}
[id^="Graduate"] .link{
    display: block;
    width: 180px;
    margin: 0 0 50px;
    background: #848d94;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    font-size: 15px;
}
[id^="Graduate"] .link i{
    margin-right: 10px;
    color: #fff;
}
[id^="Graduate"] .link:hover{
    color: #fff;
    text-decoration: none;
    background: #AC2F30;
}
[id^="Graduate"] .link:hover i{
    color: #fff;
}

#Graduate02 .con1 .li_course{
    padding: 20px 0 50px;
}
#Graduate02 .con1 .link{
    /* margin-top: -70px; */
}
#Graduate02 .con2{

padding-top: 0;
}
#Graduate02 .con2 .inner, #Graduate01 .con4 .inner{
    padding: 20px 30px;
    background: #f6f6f6;
}
#Graduate02 .con2 .inner::after, #Graduate01 .con4 .inner::after{
    content: '';
    clear: both;
    display: table;
}
#Graduate02 .con2 h5, #Graduate01 .con4 h5{
    float: left;
    margin: 0;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    line-height: 46px;
    position: relative;
    padding-left: 12px;
    letter-spacing: -0.034em;
}
#Graduate02 .con2 h5::before, #Graduate01 .con4 h5::before {
    content: '';
    display: block;
    width: 6px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 24px;
    left: 0;
}
#Graduate02 .con2 .link, #Graduate01 .con4 .link{
    float: right;
    margin: 0px 0 0 80px;
    border-radius: 4px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    padding: 13px 15px;
    width: 150px;
}
#Graduate02 .con2 .link i, #Graduate01 .con4 .link i {
    color: #999;
}
@media(max-width:767px){
	.sub-content .title {
    margin: 0 0 30px;
    padding: 10px 0 30px;
    border-bottom: 1px solid #e6e6e6;
    color: #a9131b;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -0.04em;
    position: relative;
	}
	.sub-content .title .small-cap {
    margin: 10px 0 0;
    font-size: 15px;
    font-weight: 300;
    display: block;
    color: #555;
}
	.sub-content .sub-title {
    color: #333;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.06em;
    margin: 40px 0 20px;
    padding: 0 15px 0;
    position: relative;
}
}
/* table 설정 */
.table-bordered {
    border-top: 2px solid #ac2f30 !important;
}
.table-bordered thead th {
    background: #f7f7f7;
    color: #323232;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.04em;
    padding: 12px 15px !important;
    border: 1px solid #e1e1e1 !important;
}
.table-bordered tbody td {
    color: #555;
    font-size: 13px;
    line-height: 1.6 !important;
    padding: 12px 15px !important;
    border: 1px solid #e1e1e1 !important;
}
.table > tbody+tbody {
    border-top: 2px solid #e1e1e1;
    background: #f7f7f7;
}

/* subpage */

@media (max-width:767px){
	.prof-box img{
        float: none;
        margin: 0 auto 30px;
    }
    .prof-box dl{
        float: none;
        width: 100%;
    }
    .prof-box .li_prof{
        float: none;
        width: 100%;
    }
    #Undergrad01 .sub-content .content .inner h5{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    #Undergrad01 .sub-content .content .inner p{
        float: none;
        width: 100%;
    }
    #Undergrad01 .sub-content .content .inner h5 .cl-code{
        display: block;
        width: 67px;
    }
    #Undergrad01 .sub-content .content .inner h5 .cl-nec, #Undergrad01 .sub-content .content .inner h5 .cl-sel{
        display: block;
        width: 37px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #Undergrad02 .sub-content .content p.text-center {
        font-size: 17px;
    }
    #Undergrad03 .sub-content .content.con3 .row > div:nth-child(2) {
        padding-top: 30px;
        padding-left: 15px;
    }
    #Undergrad03 .sub-content .content.con1 h5, #Undergrad03 .sub-content .content.con3 h5{
        word-break: keep-all;
    }
    #Undergrad03 .sub-content .content.con4 .row > div:nth-child(1) {
        padding-right: 15px;
    }
    [id^="Graduate"] .li_course > li {
        width: 100%;
        margin-bottom: 10px;
    }
    #Graduate02 .con2 .link, #Graduate01 .con4 .link {
        margin: 0px 0 0 40px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .sub-layout {
        margin-top: 76px;
    }
    .prof-box {
        height: 530px;;
    }
    .prof-box img{
        float: none;
        margin-bottom: 30px;
    }
    .prof-box dl{
        float: none;
        width: 100%;
    }
    .prof-box .li_prof{
        float: none;
        width: 100%;
    }
    #Undergrad01 .sub-content .content .inner h5 {
        width: 100%;
        margin-bottom: 15px;
    }
    #Undergrad01 .sub-content .content .inner p {
        width: 100%;
    }
    #Undergrad02 .sub-content .content .inner .top p {
        padding: 10px;
    }
    #Undergrad02 .sub-content .content .inner .top p small {
        font-weight: 400;
        margin-right: 10px;
        font-size: 12px;
    }
    #Undergrad03 .sub-content .content.con2 .club-history dl {
        height: 220px;
    }
    #Undergrad03 .sub-content .content.con3 .bible + .row > .col-sm-5 img {
        height: auto;
    }
    #Undergrad03 .sub-content .content.con4 .row > div:nth-child(2) {
        padding-left: 15px;
    }
    [id^="Graduate"] .li_course > li {
        width: 325px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    #Undergrad01 .sub-content .content .inner h5{
        font-size: 18px;
        width: 40%;
    }
    #Undergrad01 .sub-content .content .inner p {
        width: 60%;
    }
}

/*footer*/
.footer_copy .text-center {
	padding: 0;
}
.footer_wrap {
    padding: 20px 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: 24px;
}
@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: 11px;
	display: block;
	margin-top: 10px;
}
@media(max-width:767px){
	.footer_wrap .copyright_wrap span {
	color: #8C8C8C;
	font-size: 10px;
	display: block;
	margin-top: 10px;
}
}
/* ----- 게시판 설정 ----- */
.dh-board {
    margin-bottom: 70px;
}
.form-horizontal {
	margin-bottom: 100px;
}
.dh-board .table > thead > tr > th, .dh-board .table > tbody > tr > th, .dh-board .table > tfoot > tr > th, .dh-board .table > thead > tr > td, .dh-board .table > tbody > tr > td, .dh-board .table > tfoot > tr > td {
	padding: 16px 20px; color: #666; font-size: 13px;
}
.dh-board .table > thead > tr > th {background: #F8F8F8; vertical-align: middle; border-bottom: 1px solid #ccc; font-size: 15px; font-weight: 500; color: #333; letter-spacing: -0.03em; text-align: center;}
.dh-board .table > tbody > tr > td {border-bottom: 1px dotted #dedede;}
.dh-board .table > tbody > tr > td > strong > a {color: #555;}
.dh-board > .table-hover {
    border-top: 2px solid #333333;
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px;
}
.dh-board > .table-hover > tbody > tr:hover td {background-color: #f9f9f9;}
.dh-board > .table-hover > tbody > tr:hover > td > strong > a {color: #000;}
.dh-board .regdate, .dh-board .hits, .dh-board .writer, .dh-board .status { text-align: center; }
.dh-margin-top{margin-top: 40px; display: inline-block;}
.dh-board .dh-margin-top .pagination { margin-top: 0; }

.dh-view-box {margin-top: 0px;}
.sns-box {display: none;}
.dh-view-box > .row { padding-left: 15px; padding-right: 15px; }
.dh-view-box > .row > .page-header {border-top: 2px solid #000; border-bottom: 1px solid #ccc; padding: 0 20px; margin: 0;}
.dh-view-box > .row > .page-header > h4 {color: #333; font-size: 23px; margin: 14px 0;}
.dh-view-box > .row > .dh-view-info {border-bottom: 1px solid #ccc; background: rgba(0,0,0,0); padding: 8px 20px 8px; color: #888;}
.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 h6 {margin: 0 0 0; padding: 5px 5px 0;}
.dh-view-box > .row:nth-child(2) > div:nth-child(3) {padding: 30px 20px 60px !important; min-height: 300px;}

.bbs-status-index-layout .regdate {display: none;}
.bbs-area .dh-alert {
    font-size: 16px;
}

.label {background: rgba(0,0,0,0); padding: 0 5px; font-size: 90%;}
.label .glyphicon-lock {color: #666;}
.label-danger, .label-primary{color: #a9131b;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: #a9131b; border: 1px solid #a9131b !important;}
.pagination > li > a, .pagination > li > span {color: #9D8478; border: 1px solid #fff !important;}
.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;}

.filter-items {
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
}
.filter-items > a {
    margin: 0 2px !important;
}
.filter-items > a > .filter-label {
    background: #f7f7f7;
    border: 1px solid #dedede !important;
    font-size: 13px;
    font-weight: 400;
    color: #555;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0;
    padding: 15px 20px;
}
.filter-items > a:hover > .filter-label, .filter-items > a:focus > .filter-label {
    background: #fff;
    color: #a9131b;
    font-weight: 500;
}
.filter-items > a.on > .filter-label {color: #111;}
.filter-items > a.on > .filter-label::after {content: ''; display: block; background-color: #a9131b; width: 100%; height: 10px; z-index: 0; margin-top: -5px;}
.filter-items > a > .filter-label span {z-index: 1; padding: 0 20px;}
@media screen and (max-width: 767px) {
	.filter-items > a+a {margin-left: 7px;}
	.filter-items > a > .filter-label span {padding: 0 10px;}
}

/* calendar */
.contact-calendar-layout {
    padding: 0 0 80px;
}
.contact-calendar-layout .btn-danger {
    background: #a9131b;
    border: 1px solid #a9131b !important;
    border-radius: 0 !important;
    color: #e6e6e6;
    font-weight: 600;
    font-size: 12px !important;
    padding: 10px 15px !important;
    margin: 0 !important;
}
.contact-calendar-layout .btn-danger:hover, .contact-calendar-layout .btn-danger:focus {
	background: #fff;
	color: #a9131b;
}
.fc-button-group button {
    background: #f7f7f7 !important;
    border: 1px solid #dedede !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    padding: 0 20px !important;
    letter-spacing: -0.02em;
    line-height: 40px !important;
    height: 45px !important;
    color: #555 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}
.fc-button-group .fc-state-active {
    background: #fff !important;
    color: #a9131b !important;
    font-weight: 500 !important;
}

    margin: 0 !important;
}
.contact-calendar-layout .btn-danger:hover, .contact-calendar-layout .btn-danger:focus {
	background: #fff;
	color: #a9131b;
}
.fc-button-group button {
    background: #f7f7f7 !important;
    border: 1px solid #dedede !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    padding: 0 20px !important;
    letter-spacing: -0.02em;
    line-height: 40px !important;
    height: 45px !important;
    color: #555 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}
.fc-button-group .fc-state-active {
    background: #fff !important;
    color: #a9131b !important;
    font-weight: 500 !important;
}
