@charset "utf-8";
@import url(/skin/notokr/notokr.css);
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');

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",'notokr','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;
}
/* 초기 설정 끝 */
#scrolltop{
	position:fixed;
	z-index: 1000;
	right:50px;
	bottom:50px;
	display: none;
	font-size:16px;
	text-align:center;
	width:80px;
	height:80px;
	color:#fff;
	background:#ac2f30;
	border-radius: 50%;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}
#scrolltop .inner{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	line-height:1;
}
#scrolltop .inner i{
	font-size:30px;
}
/* -------로고부분 설정 시작------- */
.main_logo {
    margin-top: -9px;
    width: 100%;
    padding: 20px 0 25px;
    background: #fff;
}
.main_logo h1 {
    margin: 0 auto;
    width: 170px;
}
.main_logo h1 a {
    display: block;
	position: relative;
}
.main_logo h1 span {
    position: absolute;
    font-size: 10px;
    letter-spacing: 1px;
    color: #888;
    left: 52px;
    bottom: -5px;
    white-space: nowrap;
}
.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: 133px !important;
}
.navbar-brand {
	padding: 0;
}
.navbar-brand img {
	margin: 0;
}
.navbar-inverse .navbar-collapse {
    text-align: center;
    padding: 0;
    background-color: #FFF;
    line-height: 0;
}
.navbar-inverse .navbar-collapse > ul {
    float: none !important;
    display: flex;
    margin: 0 auto;
    border-left: 1px solid #86161b;
    justify-content: center;
    align-content: stretch;
    margin-right: -1px;
}
@media screen and (min-width:768px) {
	.navbar-inverse .navbar-nav > li {
		text-align: center;
		float: none;
		width: 25%;
	}
}
.navbar-inverse .navbar-nav>li>a {
    padding: 15px 15px;
    text-shadow: none;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-right: 1px solid #86161b;
    background: #9e1a20;
    display: block;
    height: 100%;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.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;
    box-shadow: none;
    border: 1px solid #ddd;
    background: #f3f3f3;
}
.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: "SWUgirlz (교양영어실)";
		color: #888;
		font-size: 10px;
		float: left;
	}
	.topmarginLay_a {
		height: 59px !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;
		display: block;
	}
    .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: 30px 0 40px;
    overflow: hidden;
    font-size: 13px;
    border-top: 1px solid #ddd;
    background: #f3f3f3;
}
.footer-wrap {
    max-width: 1140px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}
.footer-wrap + br {display: none;}
.footer-sns {float: right;}
.footer-logo, .footer-list {float: left; font-size: 13px;}
.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: 10px 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;}
.footer-login{
	float:right;
}
.footer-login .login-btn{
	display:inline-block;
	margin-top:20px;
	padding:2px 10px;
	border-radius: 4px;
	font-size:13px;
	color:#fff;
	background:rgba(0,0,0,0.3);
}
.footer-login .login-btn:hover{
	background:rgba(0,0,0,0.5);
}
@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 .item1{background-image:url('/skin/img/slide/slide01.jpg');}
.carousel-inner .item2{background-image:url('/skin/img/slide/slide02.jpg');}
.carousel-inner .item3{background-image:url('/skin/img/slide/slide03.jpg');}
.carousel-caption {
	width: 1170px;
	max-width:100%;
    top: 0;
    bottom: 0;
    right: auto;
	left: 50%;
	transform: translateX(-50%);
    margin: 0 auto;
    padding: 75px 15px 0;
}

.carousel-caption .text_area{
	text-align:left;
	margin-top:63px;
	letter-spacing: -0.6px;  
	padding-right: 50px;
}
.carousel-caption .text_area span{
	text-align:left;
	text-shadow:none;
	display: block;
	font-family:'Noto Sans KR', 'Nanum Gothic', sans-serif !important;
}
.carousel-caption .text_area .topText {
    font-size: 22px;
    color: #ffd790;
    margin-bottom: 15px;
}
.carousel-caption .text_area .middleText {
    font-size: 50px;
    font-weight: 500;
    color: #ffffff;
    line-height: 50px;
    letter-spacing: -1.5px;
}
.carousel-caption .text_area .bottomText {
    color: #ffffff;
    font-size: 50px;
    line-height: 1.3;
    font-weight: 300;
}
.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;
    display: none!important;
}
.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.jpg') 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.jpg') 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.jpg') 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.jpg') no-repeat left top / cover;
}
.carousel-caption .box_area .row .col-md-6{
	margin-bottom:10px;padding:0 5px;
}
.carousel-caption .box{
	display:block;
	width:100%;
	height:200px;
	background-color:#fff;
	text-align:left;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
}
.carousel-caption .box_area .row .col-md-6 .inner{
	display:block;
	position:relative;
}
.carousel-caption .box span {
    position: absolute;
    top: 15px;
    left: 20px;
    text-align: left;
    font-size: 22px;
    letter-spacing: -1px;
    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;
    letter-spacing: -0.5px;
    background: rgba(158, 26, 32, 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: #fff;
    display: block;
    margin: 12px auto;
}
.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:1000px;
	margin:0 auto;
}
.carousel .controlBtn .controlBtn_inner{
	position:absolute;
	top:-85px;
}
.carousel .controlBtn .carousel-control{display: block;position:relative;width:19px;height: 19px;opacity: 1;line-height:0;}
.carousel .controlBtn .left.carousel-control{float:left;margin-right: 1px}
.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);
		display: flex;
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
		align-items: center;
		padding: 9px;
		align-content: center;
	}
	.carousel-caption .hoverBox .title:after {
		display:none;
	}
	.carousel-caption .hoverBox .title {
		margin-bottom: 2px;
		font-size: 16px;
	}
	.carousel-caption .hoverBox .text {
		opacity: 0.6;
		width: 100%;
		font-size: 12px;
	}
}
@media screen and (max-width:991px){
	.carousel-caption_inner {
		padding: 0 25px;
	}
    .carousel-caption{
		/* width:auto !important; */
		padding:0 15px;
	}
    .carousel-caption .text_area {
		margin-bottom: 40px;
		margin-top: 60px;
	}
    .carousel-caption .text_area span{
		text-align:center;
	}
	.carousel-caption .text_area .middleText {
		font-size: 40px;
		line-height: 42px;
	}
	.carousel-caption .text_area .bottomText {
		font-size: 40px;
	}
	.carousel-caption .text_area .topText {
		font-size: 18px;
		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: 2px solid #bf2021;
}
.intro-boardbox .page-header h4 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #2c2c2c;
    margin: 0;
}
.intro-boardbox .page-header h4 a{
	color:#2c2c2c;
}
.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: 14px;
    letter-spacing: -0.5px;
	font-weight: 400;
}
.intro-boardbox .dh-front-list2 h6 a span.list-row-subject {
    font-weight: 600;
    color: #2c2c2c;
    display: inline-block;
    width: 81%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}
.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 #e3e3e3;
}
.intro-boardbox .front-panel .panel-body > .dh-front-list2-words:last-child h6 {
    border-bottom: 2px solid #aaa;
}
.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: 2px solid #aaa;
}
.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;
	}
}

.main-info{

display: inline-block;

margin-top: 40px;

padding: 20px 30px;

background: rgba(255,255,255,0.75);

text-shadow: 0 0 BLACK;

color: #333;
}
.main-info dt{
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    color: #bf2021;
}
.main-info dd{}
.main-info dd i{
    margin-right: 12px;
}
/* ---------- 서브페이지 설정 시작 ---------- */
.sub-layout {
    padding: 60px 15px 80px;
}
.sub-top {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}
.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-bottom h3 {
    margin: 0 0 15px;
    font-size: 24px;
    color: #2c2c2c;
    letter-spacing: -0.5px;
}
.sub-bottom h3 span {
    font-weight: 600;
}
.sub-bottom .sub-title {
    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;
}
.sub-bottom p {
    color: #616161;
    line-height: 1.8;
    letter-spacing: -0.3px;
    margin-bottom: 15px;
    font-size: 14px;
}
.sub-bottom table {
    border-top: 2px solid #bf2021;
    border-bottom: 2px solid #aaa;
}
.sub-bottom table th {
    border-bottom: 1px solid #aaa !important;
    background: #f3f3f3;
}
.sub-bottom table th, .sub-bottom table td {
    padding: 12px !important;
	border-bottom: 1px solid #ddd !important;
}
.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #bf2021;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #666;
}
/* 전공안내 */
.greet .name{
	margin-top:40px;
	text-align:right;
	font-size:26px;
}
.greet .name small{
	margin-right:10px;
	font-size:16px;
}
.greeting-top {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    font-weight: 600;
}
.greeting-top h3 {
    font-size: 32px;
    line-height: 1.2;
    color: #bf2021;
    margin-bottom: 5px;
}
.greeting-top p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}
span.color01 {
    color: #c38849 !important;
    font-weight: 600;
}
span.color02 {
    color: #bf2021;
    font-weight: 600;
}
@media screen and (max-width: 767px){
	#about01 .title-img img {width:100%;}
}

/* 커리큘럼 */
#about02-table {
    margin-top: 20px;
}

/* 교수진 */
.profile-wrap .thumbnail {
    border: 1px solid #ddd;
    border-radius: 0;
    margin: 0;
    padding: 25px;
    overflow: hidden;
    min-height: 330px;
    margin-bottom: 30px;
}
.profile-wrap .thumbnail img {
    float: left;
}
.profile-wrap .thumbnail .caption{
	float: left;
	padding: 0 0 0 30px;
	width: 76%;
}
.profile-wrap li,
.profile-wrap p {
    margin-bottom: 0;
    position: relative;
    letter-spacing: -0.02em;
    font-size: 14px;
    line-height: 23px;
}
.profile-wrap p.history {
    margin-bottom: 6px;
    font-weight: 600;
}
.profile-wrap p.name {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.profile-wrap .education{
	margin-top:20px;
	font-weight: 600;
	border-top: 1px solid #ddd;
	padding-top: 14px;
	color: #9e1a20;
}
/* 일반대학원 */
.pro-top {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    font-weight: 600;
}
.pro-top h3 {
    font-weight: 300;
    letter-spacing: -0.5px;
    font-size: 32px;
    line-height: 1.2;
    color: #bf2021;
    margin-bottom: 5px;
}
.pro-top p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.pro-bottom p {
    color: #565656;
    line-height: 1.8;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}
.pro-top span.color01 {
	color: #bf2021;
}
.pro-bottom p span.color01 {
	color: #bf2021;
}
.pro-bottom2 {
		padding-bottom: 30px;
}
.pro-bottom2 p {
    color: #565656;
    line-height: 1.8;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}
#process01 .sub-bottom .col-sm-push-1{
	padding-top: 30px;
}

/* 교육대학원 */
.pro-top span.color01 {
	color: #bf2021;
}
.pro-bottom p span.color01 {
	color: #bf2021;
}
.pro-bottom2 {
		padding-bottom: 30px;
}
.pro-bottom2 p {
    color: #565656;
    line-height: 1.8;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}
#process02 .sub-bottom .col-sm-push-1{
	padding-top: 30px;
}
.history_wrap {
    margin-top: 50px;
}

/* ----------- 일반 페이지 모바일 ---------- */
@media (max-width:767px){
	.sub-layout {
		padding: 30px 15px 50px;
	}
	.sub-top {
		position: relative;
	}
	.sub-top .title {
		font-size: 28px;
		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;
	}
	.profile-wrap .thumbnail img {
		float: none;
		margin: 0;
	}
	.profile-wrap .thumbnail .caption {
		padding: 10px 0 0;
	}
	.profile-wrap .thumbnail {
		margin-bottom: 15px;
	}
}


/* 포토갤러리 */
.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;
	letter-spacing: -0.034em;
}
.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: 12px !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: #4a4a4a;
    font-weight: 400;
}
.dh-board > .table-hover td.subject a:hover {
    color: #9e1a20;
    text-decoration: underline !important;
    font-weight: 600;
}
.dh-margin-top {
    display: inline-block;
    margin-top: 30px;
}


.label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
.label-danger {
    color: #e01717;
    border-radius: 100%;
    display: inline-block;
    font-weight: 600;
}
.label-primary{color: #2b5cb7;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    color: #4a4a4a;
}
.pagination > li > a, .pagination > li > span{color: #9D8478;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover{color: #9D8478;}
.dh-margin-top form#insertForm {width: 100%; max-width: 100%; display: block; margin: 0 0 0;}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}
#btnNew {
    background: #4a4a4a;
    border: 1px solid #4a4a4a;
}

.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: #4a4a4a;
    margin: 0;
}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #4a4a4a;
    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: 40px 40px 0;}
.dh-view-box .dh-attach h6{margin: 0; padding: 0;}

/* ----------- 회원가입 ---------- */
.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 .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 .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 #4e4f52;
    background: #4e4f52;
}
.join-layout .form-horizontal .panel-footer .btn-success:hover {
    background: #3d3e40;
}


/* ----------- 모듈 페이지 모바일 ---------- */
@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;
	}
}

/* personal setting 1.64v */
@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.numbering{margin-right:10px;}
.numbering.circle,
.numbering.sqr{
	display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #9E1A20;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-check > li,
.li-dash > li,
.li-dot > li{margin-left: 0;padding-left: 12px;position:relative;}
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left: 0;
	top:0;
}
.li-dot > li:before{
	content: "";
	width: 3px;
	height: 3px;
	background: #666;
	position: absolute;
	left: 4px;
	top: 10px;
	border-radius: 50%;
}
.li-check > li:before{
	content:'\f00c';
    left:0;
    font-family: 'fontawesome';
    color: #9E1A20;
}
.location-li{
    border-top: 2px solid #222;
    margin: 30px 0 0;
}
.location-li li {
	position:relative;
	border-bottom: 1px solid #ddd;
	padding: 20px 10px 20px 150px;
	font-size: 14px;
	letter-spacing: -0.03em;
	margin-bottom: 3px;
	line-height: 1.8em;
}
.location-li span {
	position:absolute;
	left:10px;
	top: 20px;
	display: inline-block;
	margin-right: auto;
	min-width: 130px;
	font-weight: 700;
	color: #222;
	border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 5px;
    color: #9E1A20;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:25%;
	padding:10px;
	text-align:center;
}
.partner-li > li img{
	margin-bottom:10px;
	border:1px solid #ddd;
}
.partner-li > li a:hover img{
	border-color:#9E1A20;
}
.partner-li > li span{
	color:#555;
	font-weight:600;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.li-pill li{
	position:relative ;
	margin-bottom: 10px;
	padding-left:120px;
}
.li-pill li span{
	position:absolute;
	left:0;
	padding:5px 0;
	text-align:center;
	width:110px;
	color:#555;
	line-height:1.1;
	font-weight:500;
	border-radius:4px;
	background:#e5e5e9;
}
.btn-li{
	text-align: center;
}
.btn-li li{
	display:inline-block;
	vertical-align: top;
	padding:0 30px;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
	letter-spacing: -0.025em;
	line-height: 1.75;
}
.trait-dl dt{
	border-color: #bf2021;
	font-size:16px;
	padding-left: 0;
	color: #8a0309;
}
.stripe-dl {
    margin: 30px 0;
}
.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}
.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding: 30px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.card .card-ttl{
	margin: -30px -30px 15px;
	padding: 15px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#9E1A20;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}

.more-btn{
	display:block;
	margin:40px auto 10px;
	width: 200px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	font-weight: 500;
	color:#fff;
	border:1px solid #9E1A20;
	background:#9E1A20;
}
.more-btn:hover{
	color:#9E1A20;
	background:transparent;
}
.circle-wrap{
	margin:30px 0;
	text-align: center;
}
.circle-wrap .circle{
	position:relative;
	display:inline-block;
	width:200px;
	height:200px;
	margin:0 15px;
	vertical-align: top;
	border-radius: 50%;
	background:#555;
}
.circle-wrap .circle span{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-weight:500;
	font-size:18px;
	line-height:1.3;
	min-width:80%;
}
@media(max-width:767px){
	.column-2{
		column-count:1;
	}
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	background:#f5f5f5;
}
.greet .quote,
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height: 1.6;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}

.history-table{
	border-top:none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:25px !important;
}

.history-table.table-style tr th {
	position:relative;
	border-right:1px solid #ccc;
	font-size:22px;
	color:#9E1A20;
}
.history-table.table-style tr th:after{
	content:'';
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	transform:translatey(-50%);
	width:10px;
	height:10px;
	border:3px solid #9E1A20;
	border-radius:50%;
	background:#fff;
}
.subpage-content .emp{
	color:#9E1A20;
	font-weight: 600;
}
.subpage-content section{
	padding-bottom:60px;
}
.subpage-content section h4{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
	padding-left: 28px;
	position: relative;
	letter-spacing: -0.034em;
	font-weight: 600;
}
.subpage-content section h4:before{
	content: '';
	display: block;
	width: 14px;
	height: 15px;
	border-radius: 1px;
	border: 4px solid #9E1A20;
	position: absolute;
	top: 5px;
	left: 4px;
	transform: rotate(45deg);
}
.subpage-content section h5{
    margin: 40px 0 16px;
    font-size: 20px;
    font-weight: 600;
    padding-left: 11px;
    position: relative;
    color: #111;
    letter-spacing: -0.5px;
}
.subpage-content section h5:before{
	content: '';
	display: block;
	width: 4px;
	height: 20px;
	background: #9E1A20;
	position: absolute;
	top: 1px;
	left: 0;
}
/* personal setting 0.64v end */


/* subpage about */
.goal-li li{
	border-bottom: 1px dashed #ddd;
	margin-bottom:10px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.034em;
	padding-bottom: 10px;
	color: #333;
}
.goal-li li span{
	display: inline-block;
	margin-right: 15px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-weight: 500;
	font-size: 23px;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: #333;
	padding-top: 1px;
}
#about01 .se2 img{
	margin-top:50px;
}
.column-2 p{
	margin-bottom: 30px;
}


.tab-menu{
    border: 0;
    margin-top: 55px;
    margin-bottom: 46px;
}
.tab-menu:after{
	content:'';
	display:block;
	clear:both;
}
.tab-menu > li{
	float:left;
    width: calc(100% / 6);
    margin: 0;
    text-align: center;
}
.tab-menu > li > a {
	display:block;
    color: #fff;
    padding: 8px 0px;
    background: #868686;
    font-size: 14px;
    border: none;
    margin-right: 3px;
}
.tab-menu > li > a:hover, 
.tab-menu > li > a:focus {
    background: #5f5f5f;
}
.tab-menu > li.active > a,
.tab-menu > li.active > a:hover,
.tab-menu > li.active > a:focus{
    background: #9E1A20;
    color: #fff;
    font-weight: 600;
    border:none;
}
.li-none > li{
	position:relative;
	margin-left:0;
	margin-bottom:10px;
	padding-left:30px;
}
.li-none > li .sqr{
	position:absolute;
	left:0;
	top:3px;
}
.img-wrap h6,
.tab-content h6{
	font-size:16px;
	font-weight:bold;
	color:#9E1A20;
}
.img-wrap .img-border + h6{
	margin-top:40px;
}
.img-border{
	border:1px solid #ddd;
	padding: 50px 60px;
}
.tab-content h6:first-of-type{
	margin-top:0;
}
.tab-content .trait-dl{
	margin-top:0;
}
/* subpage major */
#major03 .se1 h5:before{
	display:none;
}
.dh-board{
	min-height:300px;
}

/* subpage bbs */
.filter-items{
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
}
.filter-items .filter-label{
    padding: 0 20px;
    margin: 0 3px;
    min-width: 85px;
    height: 45px;
    line-height: 44px;
    font-size: 15px;
    text-align: center;
    color : #888;
    background: #fff;
    border: 1px solid #ddd;
}
.dh-board .filter-items > a > .filter-label:hover{
    border-color: #9E1A20;
    background: #fff;
    color: #9E1A20;
}
.dh-board .filter-items > a.on > .filter-label, .dh-board .filter-items > a.on > .filter-label:hover{
    background: #9E1A20;
    position: relative;
    border-color: #9E1A20;
    color: #fff;
}

/* subpage activity */
.sns{
	position: relative;
	z-index:1000;
	top: -15px;
	right: 2px;
}
.sns a{
	display:inline-block;
	margin-left:5px;
	border-radius: 4px;
	overflow: hidden;
	transition:all .3s ease;
}
.sns a:hover{
	transform: translateY(-5px);
}
.sns a img{
	width:40px;
}
.small-group .card{
	padding:30px 40px;
	min-height:210px;
}
.small-group .card h5{
	margin-top:10px;
}
#about01 .column-2 {
    column-count: 1;
}
#about01 .column-2 p {
    line-height: 1.8em;
    letter-spacing: -0.034em;
}
.profile-wrap .thumbnail .caption ul li {
    margin-left: 0;
    padding-left: 10px;
}
.profile-wrap .thumbnail .caption ul li::before {
    left: 0;
}
#about02 .se1 .profile-wrap > div:nth-child(1) .thumbnail {height: 295px;}
#about02 .se1 .profile-wrap > div:nth-child(2) .thumbnail {height: 295px;}
#about03 .se1 p, #about04 .se1 p, #activity01 .se1 p {
    letter-spacing: -0.034em;
    line-height: 1.8em;
}
#about03 .tab-menu {
    margin-top: 0;
}
#about03 .trait-dl dt {
	color: #8a0309;
    padding-left: 0;
}
#about04 .se1 .more-btn {
    margin-left: 0;
    margin-top: 25px;
    height: 50px;
    font-size: 14px;
    line-height: 48px;
}
#major03 h5 {
    padding-left: 0;
}
#major03 .li-none li {
    padding-left: 0;
    margin-bottom: 5px;
    margin-left: 3px;
}
#major03 .li-none li .numbering {
    margin-right: 5px;
}
#major03 .se1 > p {
    font-size: 15px;
    margin-bottom: 5px;
}
#major03 .se1 > p + ul li {
    font-weight: 700;
    color: #333;
}
.carousel-caption .box_area .row .col-md-6:nth-child(1) .box span, .carousel-caption .box_area .row .col-md-6:nth-child(4) .box span {
    color: #333;
}
.ref-example{
	margin:0 0 20px;
	border:1px solid #ccc;
}
.ref-example:after{
	content:'';
	display:block;
	clear:both;
}
.ref-example > div{
	float:left;
	width:20%;
}
.ref-example .left-con{
	text-align:center;
	padding:20px 20px;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	background:#8a0309;
}
.ref-example .right-con{
	width:80%;
	padding:20px 50px;
}
.another-major dl{
	border-top: 2px solid #dddd;
    padding: 15px;
}
.another-major dt{
	margin-bottom:10px;
	font-size:1.1em;
}
@media(max-width:767px){
	.intro-boardbox .dh-front-list2 h6 a span.list-row-subject {
		display: inline-block;
		width: 74%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		vertical-align: middle;
	}
	.goal-li li{
		position: relative;
		padding-left:60px;
	}
	.goal-li li span{
		position:absolute;
		left:0;
		top:50%;
		transform:translateY(-50%);
	}
	.profile-wrap .thumbnail .caption{
		float: none;
		width:100%;
	}
	#about02 .se1 .profile-wrap > div:nth-child(1) .thumbnail{
		height:auto;
	}
	.tab-menu > li{
		width:50%;
		margin-bottom:2px;
	}
	#about03 .trait-dl dt{
		width:100%;
		padding:10px;
	}
	#about03 .trait-dl dd{
		border-top:0;
		padding:0 15px;
	}
	.ref-example > div{
		width:100%!important;
	}
	.ref-example .right-con{
		padding:20px;
	}
	.location-li li{
		padding:20px
	}
	.location-li li span{
		position:static;
		display:block;
		margin-bottom:10px;
	}
	.subpage-content section h5{
		font-size:16px;
	}
	.dh-margin-top{
		text-align:center;
	}
	.filter-items .filter-label{
		margin-bottom:5px;
	}
}

/* ---------------swugirlz--------------- */
.subpage-content p{
	line-height:1.8;
	letter-spacing:-0.034em;
}
/* subpage about */
.greet .quote{
	margin-top:0;
	color:#9e1a20;
}
.greet p{
	margin-bottom: 30px;
	line-height: 1.8;
	letter-spacing: -0.034em;
}
.greet .txt-box{
	padding-left:60px;
}
.greet p.text-info{
	margin-top:40px;
	text-align:right;
	font-size:13px;
}
#lang-btn img{
	width: 30px;
}
#lang-btn.tab-menu{
	text-align:right;
	margin-bottom: 0;
}
#lang-btn.tab-menu > li {
	display:inline-block;
	width: auto;
	margin: 0 0 0 0px;
	float:none;
}
#lang-btn.tab-menu > li > a{
	display:block;
	padding:0;
	border:1px solid #ddd;
	background:transparent;
	border-radius:50%;
	overflow: hidden;
}
#lang-btn.tab-menu > li.active > a{
	border-color: #9e1a20;
}
#about01 #tab2 .greet p{
	letter-spacing: -0.04em;
}
#about02 .img-wrap{
}
#about02 .img-wrap > div{margin-bottom: 40px;}
#about02 .img-wrap img{
	width:100%;
}
/* subpage course */
#course-wrap h6{
	font-size:16px;
	color:#9e1a20;
	font-weight: bold;
}
#course-wrap .course + h6{
	margin-top:40px;
}
#course-wrap .course div{
	display:none;
}
.course{
	display:flex;
	padding: 18px 15px;
	border-bottom: 1px solid #ddd;
	justify-content: space-between;
}
h6 + .course{
	border-top: 2px solid #333;
	margin-top: 12px;
}

.course .subject{
	margin: 0;
	font-size: 18px;
	font-weight:500;
	letter-spacing: -0.04em;
	color:#111;
}
.course-li{
	display:flex;
	margin: 0;
}
.course-li li{
	padding: 0 0 0 5px;
}
.course-li li a{
	display:inline-block;
	padding:0 10px;
	line-height: 32px;
	border-radius:4px;
	color: #333;
	letter-spacing: -0.025em;
	border: 1px solid #aaa;
	font-weight: 600;
}
.course-li li a:hover{
	border-color:#9e1a20;
	background:#9e1a20;
	color:#fff;
}
.course-li li a i{
	margin-right:8px;
	color:#9e1a20;
}

.course-li li a:hover i{
	color:#fff;
}

@media (min-width: 768px){
	.modal-dialog {
		margin: 80px auto;
	}
}

.modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.modal-content .modal-header {
    padding: 50px 40px 40px;
}

#course-modal{
	text-align:left;
}
.body-layout.modal-open{
	padding-right:0!important;
}

#course-modal .modal-header h4{
	margin: 0;
	font-size:28px;
	font-weight:bold;
	color:#111;
	letter-spacing: -0.04em;
}
#course-modal .modal-header .close{
	position:absolute;
	right: 20px;
	top: 15px;
	font-size: 30px;
	color:#111;
	opacity: 1;
}
#course-modal .modal-body{
	padding: 0 40px 50px;
	font-size: 14px;
}
#course-modal .trait-dl{
	margin:0;
}
#course-modal .table-style td{
	font-size:13px;
	letter-spacing:-0.025em;
}
#course-modal .table-style td ul:last-child{
	margin-bottom:0;
}

.review-li li{
	padding: 10px 60px;
	text-align: center;
	font-size: 15px;
	letter-spacing: -0.04em;
}
.review-li li:nth-child(odd){
	background:#f5f5f5;
}

/* subpage learning */
.drive-wrap .inner{
	position: relative;
	display:block;
	min-height: 100px;
	padding: 30px 15px;
	text-align: center;
	color: #353535;
	border:1px solid #ddd;
	transition:all .3s ease;
}
.drive-wrap .inner:hover{
	/* transform:translateY(-5px); */
	border-color:#9e1a20;
}
.drive-wrap .inner span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 18px;
	letter-spacing: -0.04em;
	font-weight: 400;
	color: #111;
	line-height: 1.6;
}
.drive-wrap .inner i{
	display:block;
	margin-top:20px;
	font-size: 90px;
	color:#9e1a20;
	opacity: 0.2;
	position: absolute;
	right: 10px;
	bottom: 0;
	display: none;
}

#about06 .card .card-ttl small{
	display: inline-block;
	margin-top: 10px;
	border-bottom:1px solid;
	color:#fff;
	opacity: 0.8;
}
#about06 .card li{
	line-height:2;
}
#about06 .small-quote{
	margin:50px 0 0px;
	font-size:18px;
	font-weight:500;
	color:#777;
	text-align: center;
}
#about06 .more-btn{
	display:inline-block;
	position:relative;
	left:50%;
	transform:translateX(-50%);
	width:auto;
	padding:0 20px;
}

@media(max-width:767px){
	.intro-boardbox .front-panel .panel{
		margin-bottom:30px;
	}
	#scrolltop{
		width: 50px;
		right: 20px;
		height: 50px;
		font-size: 14px;
	}
	#scrolltop .inner i {
		font-size: 18px;
	}
	.greet .txt-box{
		padding:40px 15px 0;
	}
	.greet .quote, p.quote{
		font-size:22px;
	}
	.trait-dl dt{
		margin:0;
		width:100%;
		padding: 20px 20px 0;
	}
	.trait-dl dd{
		margin-bottom:30px;
		border-top:0;
		padding: 15px 20px 0;
	}
	.sub-top .bread li{
		font-size:11px;
	}
	.course-li,
	.course{
		flex-wrap:wrap;
	}
	.course .subject {
		width:100%;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.course-li li a{
		margin-bottom:5px;
	}
	.modal-content .modal-header {
		padding: 16px 15px 20px;
	}
	#course-modal .modal-header h4{
		font-size:22px;
	}
	#course-modal .modal-body {
		padding: 0px 15px 20px;
	}
	.review-li li {
		padding: 10px 20px;
		font-size: 14px;
	}
	.dh-board .hits,
	.dh-board .writer,
	.dh-board .num{
		display:none;
	}
}