@charset "utf-8";
/* @import url(//fonts.googleapis.com/earlyaccess/notosanskr.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: '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;
}
.fas {
	font-family:"FontAwesome" !important;
}
.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br{
	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;
	}
}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border-bottom: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.navbar-inverse .navbar-brand {
    padding:20px 0 20px 15px;
    position: relative;
    width: 275px;
}
.navbar-brand:after {
    content: "아동학과";
    position: absolute;
    right: 0;
    top: 32px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    border-left: 1px solid #ddd;
    padding-left: 10px;
}
.navbar-brand img {
    margin: 0 !important;
}

.topmenu-fixed {
    background-color: #f3f3f3;
}
.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: #666;
    font-size: 12px;
    padding: 13px 13px 13px;
    position: relative;
    text-decoration: none !important;
	line-height: 1;
}
.topmenu-fixed ul > li > a:before {
    content: "";
    background: #aaa;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 60%;
    right: 0;
    margin: -10px 0 0;
}

.topmenu-fixed ul > li:last-child > a:before {
    content: "";
    background: none;
}

.topmarginLay_a {
    height: 128px !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 {
		width: 200px;
		padding: 15px 0 15px 15px;
	}
	.navbar-brand img {
		width: 120px;
	}
	.navbar-toggle {
		margin: 14px 15px 0;
		padding: 10px;
		background: #a9131b !important;
		border: none !important;
		border-radius: 0;
	}
	.navbar-brand:after {
		top: 16px;
		font-size: 12px;
	}
	.topmenu-fixed ul > li > a {
		font-size: 11px;
		padding: 10px;
	}
	.topmarginLay_a{
		height:90px !important;
	}
}

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    background: none;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0px 0px;
    margin: 20px 45px 33px;
    border-bottom: 2px solid #fff;
}
.navbar-inverse .navbar-nav > li:hover > a {
    color: #a9131b;
    border-bottom: 2px solid #a9131b;
}
.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #a9131b;
    border-bottom: 2px solid #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-bottom: 2px solid #a9131b;
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.navbar-inverse .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    padding: 15px 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
    min-width: 180px;
}
.navbar-inverse .dropdown-menu > li > a {
    color: #222;
    font-size: 14px;
    padding: 10px 30px;
    line-height: 1;
}
.navbar-inverse .dropdown-menu > li > a:focus, 
.navbar-inverse .dropdown-menu > li > a:hover {
    color: #a9131b;
    text-decoration: underline;
    background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.navbar-inverse .navbar-nav > li > a {
		font-size: 16px;
		padding: 15px 0 0;
		margin: 20px 25px 33px;
	}
}
@media (max-width:767px){
	.navbar-nav { margin: 0; }
	.navbar-inverse .navbar-collapse {
		padding: 18px 0;
   	 	background: #6b6f75;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 15px;
		padding: 10px 25px;
		margin: 0;
		color: #fff;
		border-bottom: none;
	}
	.navbar-inverse .navbar-nav > li:hover > a,
	.navbar-inverse .navbar-nav > li > a:hover, 
	.navbar-inverse .navbar-nav > li > a:active,
	.navbar-inverse .navbar-nav > li > a:focus {
		color: #ffffff;
		background: #55585d;
		border-bottom: none;
	}
	.navbar-inverse .navbar-nav > .open > a, 
	.navbar-inverse .navbar-nav > .open > a:focus,
	.navbar-inverse .navbar-nav > .open > a:hover {
		color: #fff;
		border-bottom: none;
		background: #55585d;
	}
	.navbar-nav .open .dropdown-menu {
		background: #474a4e;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
		opacity: 0.8;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, 
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
   		opacity: 1;
	}
}

/* 상단 서브 메뉴 설정 끝*/

/* main page */
/* main page slide*/
#main-slide{
	position:relative;
	height:880px;
}
.carousel-inner{
	height:100%;
}
.item{
	width:100%;
	height:100%;
}
.slide1{
	background:url('/skin/img/slide/slide01.jpg') no-repeat 0 0;
	background-size:cover;
}
.slide2{
	background:url('/skin/img/slide/slide02.jpg') no-repeat 0 0;
	background-size:cover;
}
.slide3{
	background:url('/skin/img/slide/slide03.jpg') no-repeat 0 0;
	background-size:cover;
}
.slide4{
	background:url('/skin/img/slide/slide04.jpg') no-repeat 0 0;
	background-size:cover;
}

.list-shadow {
	box-shadow: 3px 5px 10px rgba(0,0,0,0.15);
}

.carousel-caption {
    max-width: 1170px;
	width: 100%;
    margin: 0 auto;
    padding: 0;
    bottom: auto;
    top: 0;
	text-align: left;
}

.carousel-caption > .row:first-child {
	margin-bottom: 80px;
}

.carousel-caption h1 {
    margin: 0;
    padding-top: 40px;
    padding-left: 30px;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    line-height: 63px;
    position: relative;
    word-spacing: -2px;
}

.carousel-caption p {
    font-size: 26px;
    text-shadow: none;
    margin: 20px 0 0;
    padding-left: 40px;
    line-height: 44px;
}

.carousel-caption h1:before {
    content: url(/skin/img/slide/sl-logo.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
}

.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-control {
		width: 10%;
	}
}
@media (max-width: 767px) {
	#main-slide { height: 700px; }

	.carousel-caption h1 {
		font-size: 25px;
		line-height: 1.2;
		padding-top: 30px;
	}
	.carousel-caption p {
		font-size: 16px;
		margin: 10px 0 0;
		padding-left: 30px;
		line-height: 25px;
	}
	.slide-box-right {
		margin-top: 10px;
	}
}

.main-snb {
    position: absolute;
    left: 50%;
    top: 14%;
    transform: translatex(-50%);
}


.main-snb > .row{
	margin:0;
}
.main-snb > .row:nth-child(2) {
    padding: 0 15px;
}
.main-snb .col-sm-3 {
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, 0);
}
.main-snb a {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 100%;
    padding: 40px 15px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none !important;
}
.main-snb a:hover {
	background: rgba(169, 19, 27, 0.8);
}
.main-snb a i {
    background: rgba(255, 255, 255,0.3);
    border-radius: 100%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    color: #fff;
    font-size: 35px;
    margin: 0 0 12px;
    text-shadow: none;
}
.main-snb a span {
    display: block;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.main-snb {
		bottom: 6%;
	}
}
@media (max-width: 767px) {
	.main-snb {
		width: 100%;
		top:5%;
		padding: 0 15px;
	}
	.main-snb .col-sm-3 {
	    width: 25%;
	    border-bottom: 1px solid rgba(255, 255, 255, 0);
	}
	.main-snb a {
    	padding: 10px 15px;
    	font-size: 13px;
	}
	.main-snb a i {
	    width: 40px;
    	height: 40px;
    	line-height: 40px;
    	font-size: 20px;
    	margin: 0 0 7px;
	}
	
	.main-snb a span {
		font-size: 13px;
	}
}

@media screen and (max-width: 400px) {
	.main-snb a span {
		font-size: 11px;
	}
}
/* sub page */
/*
.subpage,
.bbs-list-view-layout + .container{
	padding-bottom:80px;
}
*/
#community01,
#community02,
#community03,
#community04,
#community05{
	padding-bottom:0;
}

@media(min-width:767px){
	.community-snb div{
		width:20%;
	}
	
	
}
@media(max-width:767px){
}

/* sub page sub-top */
.sub-top-wrap {
    position: relative;
    width: 100%;
    height: 200px;
    background: url(/skin/img/sub/sub-top-bg.jpg) no-repeat 0 50%;
    background-size: cover;
}

.sub-top-body{
    height: 200px;
}

.sub-top-body h2 {
    margin: 0;
    font-size: 46px;
    text-align: center;
    color: #fff;
    line-height: 200px;
	text-shadow:0 0 6px rgba(0,0,0,0.5)
}

@media(max-width:767px){
	.sub-top-wrap {
		position: relative;
		width: 100%;
		height: 150px;
		background: url(/skin/img/sub/sub-top-bg.jpg) no-repeat 0 50%;
		background-size: cover;
 	}
	.sub-top-body {
		height: 150px;
	}
	.sub-top-body h2 {
		margin: 0;
		font-size: 36px;
		font-weight: 500;
		text-align: center;
		color: #fff;
		line-height: 150px;
	}
}
/* subpage sub-content*/
.sub-content {
    min-height: 600px;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 15px 80px;
}
.sub-content .title {
    margin: 0 0 30px;
    color: #222;
    font-size: 30px;
    font-weight: 400;
}
.sub-content .title .small-cap {
    margin: 5px 0 0;
    font-size: 17px;
    font-weight: 300;
    display: block;
    color: #555;
}
.sub-content .sub-title {
    color: #a9131b;
    font-size: 24px;
    font-weight: 600;
    margin: 40px 0 20px;
    padding: 0 0 0;
    position: relative;
}
.sub-content .sub-title.first {
    margin-top: 0 !important;
}
.sub-content p {
    color: #666;
    font-size: 15px;
    line-height: 180%;
    margin: 0 0 20px;
}
.sub-content p .strong-title {
    color: #323232;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 5px;
    display: inline-block;
    width: 100%;
}
.mb20{
	margin-bottom:20px !important;
}
.mb10{
	margin-bottom:10px !important;
}
@media(max-width:767px){
	.sub-content{
		padding: 30px 15px 50px;
	}
	.sub-content .sub-title {
		font-size: 16px;
		margin: 30px 0 15px;
	}
	.sub-content .title {
		margin: 0 0 25px;
		font-size: 20px;
	}
	.sub-content .title .small-cap {
		margin: 10px 0 0;
		font-size: 15px;
		font-weight: 300;
		display: block;
		color: #555;
	}
	.sub-content p {
		font-size: 13px;
		margin: 0 0 15px;
	}
}
/* table 설정 */
.table-bordered {
    border-top: 2px solid #a9131b !important;
}
.table-bordered thead th {
    background: #f3f3f3;
    color: #222;
    font-weight: 600;
    padding: 12px 15px !important;
    border: 1px solid #ddd !important;
}
.table-bordered tbody td {
    color: #666;
    font-size: 13px;
    line-height: 160% !important;
    padding: 12px 15px !important;
    border: 1px solid #ddd !important;
}
/*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: 12px;
	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: 15px;
}
.dh-board .table > thead > tr > th {
    background: #f3f3f3;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-align: center;
}
.dh-board .table > tbody > tr > td {border-bottom: 1px dotted #ddd;}
.dh-board .table > tbody > tr > td > strong > a {color: #666;}
.dh-board > .table-hover {
    border-top: 2px solid #333333;
    border-bottom: 1px solid #ddd;
    margin: 0 0 0px;
}
.dh-board > .table-hover > tbody > tr:hover{
	background:#fff;
}
.dh-board > .table-hover > tbody > tr > td > strong > a:hover {
    color: #a9131b;
    text-decoration: underline;
}
.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 #333;
    border-bottom: 1px solid #ddd;
    background: #f3f3f3;
    padding: 0 20px;
    margin: 0;
}
.dh-view-box > .row > .page-header > h4 {color: #333; font-size: 24px; 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;}

.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>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: #f3f3f3;
	border: 1px solid #ddd;
	color: #a9131b !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: #6b6f75;
	border: 1px solid #6b6f75;
}

.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;
}



/* ---------- 로그인 ---------- */
.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 #e3e3e3;
    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: #a9131b;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
	float: right;
	width: 120px;
    height: 33px;
    background: #6b6f75;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #6b6f75;
    font-size: 13px;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
	border-color:#55585d;
	background:#55585d;
}

.id-find-layout h2,
.pw-find-layout h2{
	text-align:center;
}

/* ---------- 회원가입 ---------- */
.join-layout > .row{
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 15px;
}

.join-view-layout > .row {
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 15px;
}

.join-layout .jumbotron {
    background: rgba(0,0,0,0);
    border-radius: 0;
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}
.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 .form-control:focus {
    border-color: #a9131b;
}
.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 {
    border-bottom: none;
    line-height: 1;
    margin: 0 0 20px;
    color: #a9131b;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.5px;
    background: rgba(0,0,0,0);
    padding: 0;
}
.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 .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 #6b6f75;
    background: #6b6f75;
}
.join-layout .form-horizontal .panel-footer .btn-success:hover {
    background: #55585d;
}

@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;
	}
}   

.slide-box-right .title {
    background: #a9131b;
    text-align: center;
    text-shadow: none;
}

.slide-box-right .title h2 {
    padding: 13px 0;
    position: relative;
    margin: 0px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.slide-box-right .title p {
	color: #d7fffd;
	font-size: 13px;
	line-height: 16px;
	word-wrap: break-word;
	word-break: keep-all;
}

.button-wrap {
    padding: 5px 15px;
    background: #fff;
    margin: 0;
}

.button-wrap li {
    text-align: left;
    margin: 0;
}

.button-wrap li a {
    font-size: 13px;
    padding: 10px 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    display: block;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ddd;
    line-height: 1;
	background: #fff;
}

.button-wrap li a:hover {
    text-decoration: none;
    color: #a9131b;
    font-weight: 600;
	background:#fff;
}
.button-wrap > li:last-child a {
    border-bottom: none;
}

.breadcrumb_wrap {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px;
}

.breadcrumb_wrap h3 {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 0 20px;
    color: #222;
    font-size: 35px;
    font-weight: 600;
}

.breadcrumb_wrap h3 span {
    font-size: 14px;
    color: #888;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
    margin-left: 8px;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    margin: 14px 0 0;
    padding: 0 0 0;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    color: #717070;
    float: right;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>.active {
    color: #a9131b;
    font-weight: 700;
}

.breadcrumb>li+li:before {
    content: "\276D";
	font-family: 'FontAwesome';
}

.left_menu_wrap {
    padding: 0;
}

.right_menu_wrap {
    padding: 0 0 0 50px;
}

@media (max-width: 767px) {
    .right_menu_wrap {
        padding: 30px 0 0 0;
    }
}

.left_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
}
.left_menu > div {
    padding: 10px 0 20px;
    border-bottom: 3px solid #a9131b;
}
.left_menu h3 {
    font-size: 26px;
    margin: 0;
}
.left_menu > li > a {
    display: block;
    border-bottom: 1px solid #ddd!important;
    margin: 0;
    padding: 18px 20px;
    color: #222;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
}
.left_menu > li.active > a {
    color: #fff;
    background-color: #a9131b;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    border-bottom: none !important;
    font-size : 14px;
}
.left_menu > li.active > a:after {
    content: "\276F";
    float: right;
}

.left_menu_sub {
    margin: 0;
    padding: 12px 0;
    list-style: none;
    background: #f3f3f3;
}

.left_menu_sub > li.active > a {
    color: #a9131b;
    font-weight: 700;
}

.left_menu > li.active > a:hover {
    color: #fff;
    text-decoration: none;
}

.left_menu > li > a:hover {
    color: #a9131b;
}

.left_menu_sub > li > a {
    padding: 10px 25px 10px 25px;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #555;
    line-height: 1;
    font-weight: 400;
}

.left_menu_sub > li.active > a:after {
    content: "\276F";
    float: right;
}

.sub-content > .row {
    margin: 0;
}

.contents-wrap > .row {
    margin: 0 -15px 60px;
}

.contents-wrap > .row:last-child {
    margin-bottom: 0
}

@media (max-width:767px){
	.breadcrumb_wrap h3{
		font-size:24px;
	}
	.breadcrumb_wrap h3 span{
		display:none;
	}
	.breadcrumb {
		margin-top: 0;
	}
	.contents-wrap > .row {
		margin: 0 -15px 30px;
	}
	.left_menu > li > a {
		font-size: 13px;
		padding: 13px;
	}
	.left_menu_sub > li > a {
		font-size: 12px;
		padding: 8px 20px;
	}
}

/* ----- intro ----- */
.professor-list {
    margin: 0;
    padding: 0;
}

.professor-list > li {
    margin: 0;
    padding: 25px 25px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.professor-list > li > .row{display: flex;align-items: center;}

.professor-list .pro-info-wrap{
    display: flex;
    align-items: center;
}
.professor-list .pro-info-wrap .left{
    width: 30%;
    border-right: 1px solid #ddd;
}
.professor-list .pro-info-wrap .left::after{
	content: '';
}
.professor-list .pro-info-wrap .right{
    width: 70%;
}
.professor-list .pro-info-wrap .right .pro-career{}
.professor-list .pro-info-wrap .right .pro-career li{
    padding-left: 10px;
    position: relative;
}
.professor-list .pro-info-wrap .right .pro-career li::before{
	content: '';
	display: block;
	width: 2px;
	height: 2px;
	background: #bdbdbd;
	position: absolute;
	top: 9px;
	left: 0;
}
.professor-list .pro-name {
    font-size: 20px;
    /* font-weight: 600; */
    color: #222;
    line-height: 1;
    margin: 10px 0 0;
    font-weight: 500;
}

.professor-list .pro-info.major {
    /* color: #a9131b; */
    font-size: 16px;
    margin: 10px 0px 12px;
    line-height: 1;
    color: #999;
}

.professor-list .pro-info {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 3px;
	line-height: 160%;
}
.professor-list .pro-info i{margin-right: 5px}

.professor-list .pro-info span {
    font-weight: 600;
}

.professor-list .pro-info .mail {
    margin-left: 15px;
}
/* .professor-list .pro-info a{
    color: #a9131b;
    display: inline-block;
    border: 1px solid #a9131b;
    padding: 4px 13px 0px;
    opacity: 0.75;
    border-radius: 3px;
    margin-top: 5px;
}
.professor-list .pro-info a:hover,
.professor-list .pro-info a:focus{
    text-decoration: none;
    background: #a9131b;
    color: #fff;
    opacity: 1;
} */

.professor-img {
    border: 2px solid #ded7d0;
    /* box-shadow: 2px 2px 3px rgba(0,0,0,0.1); */
    padding: 0px;
}

/* ----- college ----- */
.table-bordered.college-table td {
    font-size: 12px !important;
    padding: 10px !important;
}

.table-bordered.college-table th {
    font-weight: 600 !important;
    color: #222;
    font-size: 13px;
    padding: 10px !important;
	vertical-align:middle!important;
	text-align:center;background:#f8f8f8
}

p.subject-box {
    margin: 10px 0 0;
    border: 2px solid #ddd;
    padding: 15px 20px;
}
#college03 p,
#college04 p{
	margin-bottom:5px;
}
p.link {
    color: #a9131b;
    font-weight: 600;
}

p.link span {
    color: #666;
    padding-right: 5px;
}
.data-sub-title {
    margin: 30px 0 15px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
/* ----- graduate ----- */
.contact-info-list {
    border: 2px solid #ddd;
    padding:18px 20px !important;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.05);
}
.contact-info-list>li {
    color: #222;
}
.contact-info-list>li:last-child {
    margin-bottom: 0;
}


/* ------------------ */

.data-list {
	margin: 0;
	padding: 0;
}

.data-list li {
	margin: 0 0 25px;
	padding: 0;
}

.data-list li h5 {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	margin: 0 0 10px;
	line-height: 1.3;
}

.data-list li p, 
p.career-p {
    font-size: 15px;
    color: #666;
    margin: 0 0 3px;
    line-height: 180%;
}

.sub-list {
    padding-left:0px;
    margin: 0;
}

.sub-list > li {
    list-style: none;
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 180%;
    margin-bottom: 5px;
    padding-left: 10px;
    text-align: left;
}

.sub-list > li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #666;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: 0;
}

.dh-board, 
.dh-view-box,
.bbs-list-edit-layout #insertForm, 
.bbs-list-add-layout #insertForm {
    display: none;
}

@media(max-width:767px){
	.sub-list > li{
		font-size:13px;
	}
}

.welcome-wrap {
	margin-bottom: 50px;	
}

@media (min-width: 991px) {
	.slide-box-left {
		width: 80%;
	}

	.slide-box-right {
		width: 20%;
	}
}

.information-wrap {
    padding: 20px 20px 16px;
    background-color: #fff;
    margin-top: 10px;
}

.main-info-title {
    padding: 0;
    color: #a9131b;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    margin: 0 0 10px;
}

.info-list {
	margin: 0;
	padding: 0;
}

.info-list li {
    color: #333;
    line-height: 22px;
    font-size: 13px;
	text-shadow: none;
	letter-spacing: -0.5px;
}

.info-list li:first-child {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.info-list li i {
    font-style: inherit;
    font-size: 11px;
    color: #7283a0;
    display: inline-block;
    text-align: center;
    margin-right: 7px;
    min-width: 10px;
}


.intro03-row {
	margin-bottom: 20px;
}
.intro03-wrap {
    padding: 25px;
    border: 1px solid #e3e3e3;
    min-height: 190px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    background: url(/skin/img/sub/intro03_wrap_bg.png) no-repeat right 50%;
}
.intro-list {
	margin: 0;
	padding: 0;
}

.intro-list li {
    color: #666;
    line-height: 180%;
    font-size: 12px;
    text-shadow: none;
}

.intro-list li:before {
	content: "-";
    margin-right: 6px;
}
.intro03-wrap h5 {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 13px;
    padding: 0 0 0;
    position: relative;
    line-height: 1;
}
.bookmark-wrap {
    padding: 25px;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    transition: 0.3s;
}

#bookmark .bk-zone {
	margin-bottom: 30px;
}

.bookmark-title {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    margin: 0 0 8px;
}

.bookmark-wrap p {
	margin: 0;
}

.bookmark-wrap:hover {
    border-bottom: 3px solid #a9131b;
    padding-bottom: 24px;
}

.bk-zone a:hover, .bk-zone a:focus {
	text-decoration: none;
	color: #fff;
}

.tab-pane {
	padding: 50px 15px 0;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
    color: #a9131b;
    background: #fff;
    border-top: 2px solid #a9131b;
    margin: 0;
    border-bottom: none;
	border-left: none;
}

.nav-tabs > li > a {
    color: #888;
    margin: 0;
    border: 1px solid #ddd;
    border-left: none;
    line-height: 1;
    padding: 15px 20px;
    font-size: 16px;
    background: #f3f3f3;
    font-weight: 600;
}

.nav-tabs > li:first-child a {
    border-left: 1px solid #ddd !important;
}

.nav-tabs > li > a:hover {
    background: #f3f3f3;
    border-color: #ddd;
}

#college05 .nav-tabs{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
#college05 .nav-tabs::before,
#college05 .nav-tabs::after{display: none;}
#college05 .nav-tabs > li{
    float: none;
    margin: 0;
}
#college05 .nav-tabs > li > a {
    padding: 15px 13px;
    font-size: 14px;
}

.carousel-control {
	z-index: 9999;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 20%;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 20%;
}

.data-wrap p span {
	padding-left: 15px;
}

.data-wrap {
	margin-bottom: 25px;
}

.col-title {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}

/* 2018-04-04 */
.footer_wrap .copy_wrap a {
	color: #FFF;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.welcome-wrap {
		margin-bottom: 15px;	
	}
	.slide-box-right .title h2 {
		padding: 13px 0;
		font-size: 16px;
	}
	.carousel-caption > .row:first-child {
		margin-bottom: 10px;
	}
	
	.information-wrap {
		margin-bottom: 10px;
	}

	.main-info-title {
		font-size: 16px;
	}
	
	.info-list li {
		font-size: 11px;
	}
	
	.carousel-control {
		display: none;
	}
    .professor-list > li > .row {
        display: block;
        align-items: center;
    }
    .professor-list .pro-info-wrap {
        display: block;
        align-items: center;
    }
    .professor-list .pro-info-wrap > .left,
    .professor-list .pro-info-wrap > .right{width: 100%;}
    .professor-list .pro-info-wrap > .left{border-right: 0;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #ddd;}
    .professor-list .pro-info-wrap > .right{}
	.professor-list .pro-info-wrap .right .pro-career{padding-left: 0;}
	#college05 .nav-tabs{
    grid-template-columns: repeat(2, 1fr);
}
}