@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@300;400;500;600&display=swap');
#site {
	padding-top: 107px;
	font-family: 'Roboto', 'notokr', sans-serif;
	letter-spacing: -0.034em;
	font-size: 15px;
}
#site[lang='en'] {
    letter-spacing: 0 !important;
}
.admin {
	display: none;
}

ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
}

#site>.container {
	width: 100%;
	padding: 0;
}

.table_blog dd {
	padding: 10px 20px 20px;
}

/* 불필요 항목 삭제 */
.navbar .caret {
	display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
	margin-bottom: 0;
	border-bottom: none;
}

.navbar-brand {
	height: auto;
	padding: 0px;
}

.navbar-inverse .navbar-nav>li>a {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #ca0464 !important;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
	background: none;
	color: #222;
}

@media (max-width: 767px) {

	/*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
	.navbar-inverse .navbar-toggle {
		border: 0;
		padding: 9px 0;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #666;
		transition: ease-in-out .15s all;
		opacity: 1;
		position: relative;
	}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background: none;
		border-color: #222;
	}

	.navbar-inverse .navbar-toggle:hover .icon-bar,
	.navbar-inverse .navbar-toggle:focus .icon-bar {
		background-color: #222;
	}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: transparent;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
		transform: rotate(45deg);
		top: 6px;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
		opacity: 0;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
		transform: rotate(-45deg);
		top: -6px;
	}
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		border-radius: 0;
		border: none;
		background: rgba(0, 0, 0, 0.85);
		padding: 0;
		box-shadow: none;
		min-width: 170px;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 15px 20px 16px 20px;
		font-size: 13px;
		font-weight: 500;
		color: #eee;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		letter-spacing: 0;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: #ca0464;
		font-weight: 500;
		color: #fff;
	}
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-right {
		margin-right: -30px;
	}

	.navbar-inverse .navbar-nav>li>a {
		padding: 28px 25px;
	}

	/* 기계공학과 대학원 소개 */
	#enter024 .bbs-area .table_video {
		display: flex;
		justify-content: center;
		flex-direction: row-reverse;
	}
}

/* 슬라이드 공통 */
.carousel-caption {
	top: 140px;
	transform: none;
	text-align: left;
	padding: 0 10px;
	text-shadow: none;
	text-align: center;
	left: 17%;
}

.carousel-caption h1 {
	font-size: 56px;
	line-height: 1.25;
	font-weight: 500;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
	margin: -10px 0 31px;
	letter-spacing: -0.06em;
}

.carousel-caption p {
	font-size: 18px;
	font-weight: 300;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .55);
	letter-spacing: 0.02em;
	line-height: 1.45;
}

.carousel-indicators {
	/* display: none */
	bottom: 35px;
}

.carousel-indicators li,
.carousel-indicators li.active {
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	margin: 0 2px;
}

#mainCarousel .carousel-control {
	width: 30px;
	height: 51px;
	z-index: 999 !important;
	position: absolute;
	top: 50%;
	margin-top: -25px;
}

#mainCarousel .carousel-control span {
	display: none;
}

#mainCarousel .carousel-control.left {
	background: url('/public/img/main/arrow_prev.png') no-repeat center;
	left: 20%;
}

#mainCarousel .carousel-control.right {
	background: url(/public/img/main/arrow_next.png) no-repeat center;
	right: 20%;
}

@media (max-width: 767px) {
	.carousel-control {
		font-size: 14px;
	}

	.carousel-indicators li,
	.carousel-indicators li.active {
		width: 6px;
		height: 6px;
	}
}

/*main iframe {
 margin-top: 40px;
 margin-bottom: -5px;
}*/

/* 푸터 */
#site footer {
	margin-top: 0px;
	/* margin-bottom: -70px; */
	padding: 0;
	background-color: #282828;
	color: #999;
}

.footer-top {
	background: #333333;
}

.footer-top ul {
	margin: 0;
}

.footer-top li a {
	display: block;
	margin-right: 20px;
	color: #fff;
	font-size: 13px;
	line-height: 50px;
}

.footer-top li a:hover {
	text-decoration: underline;
}

.footer-bottom {
	padding: 35px 0;
	font-size: 13px;
}

.copy {
	opacity: 0.8;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
	height: 450px;
}

.root_daum_roughmap {
	width: 100% !important;
	padding: 0 !important;
}

.root_daum_roughmap .map_border {
	display: none !important;
}

.board_box_blog2 .row {
	margin-left: -5px;
	margin-right: -5px;
}

.board_box_blog2 .row>div[class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.board_box_blog2 .inner {
	margin-top: 0;
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
	padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
	font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
	display: none;
}

.board_box_blog2 .inner .top a .thumb {
	height: 180px;
}

/* member */
.member_wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

.member_wrapper .btn {
	transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
	background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
	color: red
}

/* personal setting 0.64v */
@media(min-width:768px) {
	.col-sm-20 {
		width: 20%;
	}
}

/* img */
.img-bordered {
	border: 1px solid #ddd;
}

.img-caption {
	margin: 15px 0 0;
	text-align: center;
	font-size: 16px;
	color: #333;
	font-weight: 500;
	line-height: 1.3em;
}

/* 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.4em;
	height: 1.4em;
	line-height: 1.5em;
	text-align: center;
	font-size: 0.8em;
	font-weight: 500;
	letter-spacing: -0.04em;
	color: #fff;
	border-radius: 0;
	background: #555;
	margin-right: 7px;
}

.numbering.circle {
	border-radius: 50%;
}

/*list style*/
.li-none>li {
	position:relative;
	list-style: none !important;
	margin-left: 15px;
	padding-left:2em;
}
.li-none>li .numbering{
	position:absolute;
	left:0;
	top:0;
}
.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: 10px;
	padding-left: 13px;
	position: relative;
	line-height: 1.5;
	margin-bottom: 5px;
}

.li-check>li:before,
.li-dash>li:before,
.li-dot>li:before {
	content: '-';
	display: block;
	position: absolute;
	left: 5px;
	top: 0;
}

.li-dot>li:before {
	content: "";
	width: 2px;
	height: 2px;
	background: #333;
	border-radius: 50%;
	top: 9px;
	left: 0;
}

.li-check>li:before {
	content: '\f00c';
	left: 0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
	color: #ca0464;
}

.li-dash>li:before {
	content: "";
	width: 6px;
	height: 2px;
	background: #999;
	left: 0;
	top: 10px;
	border-radius: 50px;
}

.subpage-content ul li>ul {
	margin-top: 4px;
}

.subpage-content ul li>ul>li {
	margin-bottom: 2px !important;
}

.location-li {
	border-top: 1px solid #222;
	margin: 20px 0 0;
}

.location-li li {
	border-bottom: 1px solid #ddd;
	padding: 15px;
	font-size: 15px;
	letter-spacing: -0.03em;
	margin-bottom: 3px;
}

.location-li span {
	display: inline-block;
	margin-right: auto;
	min-width: 130px;
	font-weight: 500;
	color: #222;
	border-radius: 4px;
}

@media(max-width:767px) {
	.location-li span {
		display: block;
	}
}

.location-li span i {
	margin-right: 10px;
	color: #555;
}

.partner-li {
	margin: 20px 0;
}

.partner-li:after {
	content: '';
	display: block;
	clear: both;
}

.partner-li>li {
	float: left;
	width: 20%;
	padding: 10px;
}

.partner-li>li img {
	border: 1px solid #ddd;
}

.category-li {
	display: inline-block;
	margin: 0px auto 20px;
}

.category-li:after {
	content: '';
	display: block;
	clear: both;
}

.category-li>li {
	float: left;
	margin: 2px;
	padding: 10px 20px;
	background: #f5f5f5;
	border: 1px solid #ddd;
}

.li-pill>li {
	position: relative;
	margin-bottom: 16px;
	padding-left: 180px;
	color: #333;
}

.li-pill>li::before {
	content: "";
	width: 4px;
	height: 15px;
	background: #d2176f;
	position: absolute;
	left: 0;
	top: 5px;
	border-radius: 1px;
}

.li-pill>li>span {
	position: absolute;
	left: 0;
	padding: 5px 0;
	padding-left: 22px;
	width: 150px;
	color: #333;
	line-height: 1.1;
	font-weight: 600;
	text-align: left;
	letter-spacing: -0.03em;
}

.li-pill>li .li-dash li::before {
	background: #999;
}

.btn-li {
	text-align: center;
}

.btn-li li {
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
}

.trait-dl {
	margin: 40px 0 0;
}

.trait-dl:after {
	content: '';
	display: block;
	clear: both;
}

.trait-dl dt,
.trait-dl dd {
	float: left;
	margin-bottom: 10px;
	padding: 20px 0 20px 2px;
	border-top: 1px solid #ddd;
}

.trait-dl dt {
	border-color: #bd9f7a;
	font-size: 18px;
	color: #a98147;
	font-weight: 500;
}

.stripe-dl {
	margin: 30px 0 80px;
}
.stripe-dl:last-child {
    margin-bottom: 0;
}
.stripe-dl dt {
	margin-bottom:2px;
	padding: 10px 20px;
	font-size: 16px;
	background: #f3f1ee;
	font-weight: 500;
}
.stripe-dl dt span {
    font-size: 15px;
}
.stripe-dl dd {
	margin-bottom: 20px;
	padding: 15px;
}
.quote-box ul li {
    font-size: 14px;
}
@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: 15px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	min-height: max-content;
}

.card .card-ttl {
	margin: -15px -15px 15px;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background: #bd9f79;
}

.column-2 {
	column-count: 2;
	column-rule: 1px solid #ddd;
	column-gap: 30px;
}

.more-btn {
	display: block;
	margin: 40px auto 10px;
	width: 220px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #a98147;
	border: 1px solid #bd9f7a;
	background: #fff;
}
.more-btn.facebook-btn{
	color:#fff;
	border-color:#3b5998;
	background-color:#3b5998;
}
.more-btn.facebook-btn i{
	margin-right:8px;
}
.more-btn:hover {
	color: #fff;
	background: #333;
	border-color: #333;
}

.more-btn2 {
    max-width: 340px;
    height: 55px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #a98147;
    line-height: 55px;
    text-align: center;
    background: #fff;
    border: 1px solid #bd9f7a;
}
.more-btn2:hover {
	color: #fff;
	background: #333;
	border-color: #333;
}
.more-btn2 i {
    padding-left: 5px;
}

.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 0;
	padding: 20px 30px;
	background: #f9f9f9;
}
.vision .quote-box {
	position:relative;
	margin: 0px auto 0;
	padding: 55px 30px 45px;
	background: #f5efe8;
	text-align: center;
	color: #3a3a3a;
	font-weight: 500;
	font-size: 25px;
	line-height: 40px;
}
.vision .quote-box::before{
	content:'';
	display: block;
	width: 4px;
	height: 40px;
	background: #bd9f79;
	position:absolute;
	left:30px;
	top:0;
}
.greet .quote,
p.quote {
	margin: 30px 0;
	font-size: 32px;
	font-weight: 300;
	color: #333;
	line-height: 1.2;
}
.des {
    font-size: 17px;
    word-break: keep-all;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}
p.quote span {
	font-weight: 500;
}

/* custom setting */
ul,
dl,
ol {
	padding: 0;
	margin: 0;
}

p,
li,
dt,
dd {
	line-height: 1.6;
}
a {
    color: #a98147;
    font-weight: 500;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #333;
}

* {
	box-sizing: border-box;
	word-break: keep-all;
}

.table-style {
	margin: 0 0 20px;
	border-top: 1px solid #cdc9c6;
}

.table-style tr th,
.table-style tr td {
	padding: 14px 15px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #e8e5e2;
    border-top: 0;
}
.table-style tr th {
	color: #333;
	text-align: center;
	/* padding: 19px 10px !important; */
	font-weight: 500;
	background: #f9f7f5;
	font-size: 16px;
}

.table-style thead tr th {
	background: #f9f7f5;
	font-weight: 500;
	font-size: 16px;
}

.table-style tr td {
	color: #666;
}

.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: #ca0464;
}

.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 #ca0464;
	border-radius: 50%;
	background: #fff;
}

/* personal setting 0.65v end */
/* navigation setting */
.menu-top {
	height: 30px;
	color: #333;
	background: #f1f1f1;
	border-bottom: 1px solid #eaeaea;
}

.menu-top .symbol {
	opacity: 0.7;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 0;
	font-size: 11px;
	letter-spacing: 0;
}

.menu-top .right-con {
	text-align: right;
}
.menu-top .right-con ul li,
.menu-top .right-con ul{
	display:inline-block;
}
.login-li li {
	padding-left: 12px;
	display: inline-block;
}

.login-li li a {
	display: block;
	color: #666;
	font-size: 11px;
	line-height: 30px;
	letter-spacing: 0.02em;
}

.login-li li a:hover {
	color: #000;
	font-weight: 600;
}
.login-li .instagram{
	padding-left:0;
	margin-left: -1px;
}
.login-li .instagram a,
.login-li .facebook a{
	display:inline-block;
	padding: 0 12px;
	color: #fff!important;
	font-size: 14px;
	background:#3b5998;
}
.login-li .instagram a{
	padding: 0 10px;
	background: #c55151;
}
.login-li .instagram a:hover,
.login-li .facebook a:hover{
	text-shadow: none;
	font-weight: 400;
}
.lang-li button{
	border:none;
	box-shadow: none;
	font-size: 11px;
	font-weight: 500;
	opacity: 0.5;
}
.lang-li button.active{
	opacity: 1;
}
#site .navbar-inverse .navbar-brand {
	position:relative;
	margin-left: 0;
	padding: 0;
	margin: 19px 0 0;
}

#site .navbar-inverse .navbar-brand img {
	height: 19px;
}

.navbar-brand:after {
	content: 'MECHANICAL ENGINEERING';
	display: block;
	text-align: center;
	font-size: 12px;
	margin-top: 3px;
	color: #000;
	letter-spacing: -0.03em;
	font-weight: 500;
}
#site .navbar-inverse .navbar-brand:before{
	content:'';
	display:block;
	position:absolute;
	top: -5px;
	left:100%;
	margin-left:10px;
	width:90px;
	height: 42px;
	background:url(/public/img/logo/bk21.png) no-repeat center / contain;
}

.board_box_list {
	padding: 30px 40px;
	border-radius: 0;
	background: #fff;
	min-height: 280px;
}

div[class^="board_box_"] .page-header h4 {
	font-size: 22px;
}

div[class^="board_box_"] .page-header {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: 1px solid #ccc;
}

@media(max-width:767px) {}

/* mainpage setting */
#myCarousel .item1 { background: url(/public/img/slide/slide1.jpg) no-repeat center / cover; }
#myCarousel .item2 { background: url(/public/img/slide/slide2.jpg) no-repeat center / cover; }
#myCarousel .item3 { background: url(/public/img/slide/slide3.jpg) no-repeat center / cover; }
#myCarousel .item4 { background: url(/public/img/slide/slide4.jpg) no-repeat center / cover; }

#myCarousel .carousel-caption * {
	text-align: left;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	text-shadow: none;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #999 !important;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    background: #c8005f !important;
}
.sec-inner {
	position: relative;
	height: 100%;
}

#m-slide .sec-inner>.container {
	z-index: 100;
	position: absolute;
	left: 0;
	right: 0;
	top: 14%;
}

.m-link {
	display: none;
	float: right;
}

.m-link li {
	padding-bottom: 1px;
}

.m-link li a {
	position: relative;
	display: block;
	text-align: center;
	color: #fff;
	width: 150px;
	height: 140px;
	padding-top: 35px;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	transition: all .3s ease;
}

.m-link li a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	background: #ca0464;
	transition: all .3s ease;
}

.m-link li a:hover:before {
	left: 0;
}

.m-link li a * {
	position: relative;
	z-index: 10;
}

.m-link li a i {
	display: block;
	margin-bottom: 10px;
	font-size: 40px;
}

.m-link li a span {
	font-size: 17px;
	font-weight: 400;
}

#section_735b90 {
	/* main bbs */
	display: none;
}

#m-bbs .m-title {
	text-align: center;
}

.m-title h2 {
	margin: 0;
	padding: 50px 0 40px;
	color: #fff;
	font-weight: 700;
	font-size: 42px;
	letter-spacing: -0.03em;
}

#m-bbs .m-title h2:before {
	content: '';
	display: block;
	width: 100px;
	height: 8px;
	background: #bba078;
	/* vertical-align: middle; */
	margin: 0 auto 15px;
	display: none;
}

#m-bbs .sec-inner {
	background: #f3f1ee;
}
#m-research .sec-inner:before,
#m-bbs .sec-inner:before {
	content:'';
	display: block;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top: 0;
	background:url(/public/img/main/m-bbs.jpg) no-repeat center / cover;
	opacity: 1;
}
#m-research .sec-inner > *,
 #m-bbs .sec-inner > *{
	position: relative;
	z-index: 10;
}
#m-research{
	background:#000;
}
#m-research .sec-inner:before{
	opacity: 0.5;
	background:url(/public/img/main/m-research.jpg) no-repeat center / cover;
}
#m-research .m-title h2{
	margin-top: 330px;
	text-align: left;
	color:#fff;
	padding-bottom: 30px;
}
.m-research-wrap .inner{
	display:block;
}
.m-research-wrap a.more{
 position:relative;
}
.m-research-wrap a.more span{
 position:relative;
z-index:10; 
}
#m-research .m-title, .m-research-wrap{
	float:right;
	width: 65%;
	position: relative;
}
.m-research-wrap:after{
	content:'';
	display:block;
	clear:both;
}
.m-research-wrap li{
	float:left;
	width:33.333%;
	padding:0 1px;
}
.m-research-wrap .inner{
	position:relative;
	display:block;
	background:#fff;
	height: 190px;
}
#site .m-research-wrap .inner h4{
	position:absolute;
	left:0px;
	bottom: -10px;
	margin:0;
	padding:0 10px;
	font-size: 16px;
	letter-spacing: -0.04em;
	font-weight: 400;
	width: 100%;
	background: #000;
	height: 40px;
	padding: 12px;
	color: #fff;
}
#site .m-research-wrap .inner:hover h4{
	background: #ca1f71;
}
.m-research-wrap .box1 .inner{background:url(/public/img/main/m-research1.jpg) no-repeat center / cover;}
.m-research-wrap .box2 .inner{background:url(/public/img/main/m-research2.jpg) no-repeat center / cover;}
.m-research-wrap .box3 .inner{background:url(/public/img/main/m-research3.jpg) no-repeat center / cover;}
.m-research-wrap .box4{
	width:100%;
}
.m-research-wrap a.more{
	display:block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	padding:0 15px;
	color:#fff;
	text-align: center;
	font-weight:500;
	background: transparent;
	overflow:hidden;
	position: absolute;
	top: -70px;
	right: 0;
	border: 1px solid rgba(255,255,255,0.5);
	font-size: 13px;
	letter-spacing: 0em;
}
.m-research-wrap a.more:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	background: #ca0464;
	transition: all 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

.m-research-wrap a.more:hover:before {
	left: 0;
}
#m-schedule .m-title{
	margin: 20px auto 40px;
	/* padding-bottom:10px; */
	/* border-bottom:4px solid #f3f1ee; */
}
#m-schedule .m-title h2{
	padding:0;
	font-size: 34px;
	color: #333;
	position: relative;
}
#m-schedule .m-title h2 a{
	/* float:right; */
	color:#bba078;
	font-size: 20px;
}
#m-schedule .m-title h2 a i {
    display: inline-block;
    margin-left: 12px;
    position: absolute;
    top: 6px;
}
.fc-toolbar .fc-center {
    left: 56%;
}
#fp-nav ul li:last-child{
	display:none!important;
}
.m-schedule-wrap{
	margin:50px -15px;
}
.m-schedule-wrap .img-box{
	height: 700px;
	background:#eee url(/public/img/main/m-schedule.jpg) no-repeat center /cover;
}
.m-schedule-wrap .right-con{
	padding-left: 15px;
}
/* footer setting */
#site footer li {
	display: inline-block;
	margin-right: 20px;
}
#footer-area{
	min-height: 480px;
}
.footer-top{
	text-align:center;
	padding: 40px 0;
	display: flex;
	justify-content: center;
}
.f-menu{
	display:inline-block;
	padding: 0 20px;
	vertical-align: top;
	border-left: 1px solid #424242;
	height: 180px;
	flex: 0 1 160px;
}
.f-menu dt a{
	display: block;
	font-size:16px;
	margin-bottom:10px;
	color:#fff;
	font-weight: 300;
	text-align: left;
}
.f-menu dd{
	margin-bottom: 3px;
	font-size: 14px;
	text-align: left;
}
.f-menu dd a{
	display:inline-block;
	color: #ccc;
	font-weight: 300;
}
.f-menu dd a:hover{
	color: #e6c18a;
}
.f-menu dd a:after{
	content:'';
	display:block;
	width:0;
	height:2px;
	background:#fff;
	opacity: 0;
	transition:width .3s ease;
}
.f-menu dd a:hover:after{
	width:100%;
}
.foot-policy{
	margin-bottom:20px;
}
.foot-policy a{
	font-size: 13px;
	color:#fff;
}
#site footer li:last-child {
    margin-right: 0;
}
.foot-policy a:hover, .foot-policy a:focus {
    text-decoration: underline;
}
@media(max-width:767px) {}

/* subpage setting */
.pageheader {
	height: 230px;
	background: #000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}

.pageheader .container {
	position: relative;
	height: 100%;
}

.pageheader h2 {
	margin: -15px 0 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.snb {
	z-index: 10;
	/* margin-bottom: 80px; */
	position: relative;
	top: -48px;
	width: 100%;
	height: 48px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
}

.snb .main-snb {
	margin: 0;
	/* background: rgba(0, 0, 0, 0.6); */
}

.snb .main-snb:after {
	content: '';
	display: block;
	clear: both;
}

.snb .main-snb>li {
	display: table-cell;
    padding: 0;
    width: 1%;
}

.snb .main-snb>li>a:hover {
	color: #fff;
}

.snb .main-snb>li>a {
	font-size: 14px;
	text-decoration: none !important;
	line-height: 48px;
	color: rgba(255, 255, 255, 0.6);
	display: block;
	font-weight: 500;
}

.snb .main-snb>li.active>a,
.snb .main-snb>li.active>a:hover {
	color: #fff;
	font-weight: 600;
	background: #ca0464;
}

.snb .sub-snb {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 40px;
	padding-bottom: 30px;
	/* border-bottom: 1px solid #eee; */
	margin-top: 0;
	padding-top: 20px;
	background: #f8f8f8;
}

.snb .sub-snb li {
	display: inline-block;
	padding: 0px 20px;
	/* border: 1px solid; */
}

.snb .sub-snb li a {
	display: inline-block;
	padding: 12px 0 0;
	font-size: 16px;
	color: #666;
	position: relative;
	font-weight: 400;
}

.snb .sub-snb li.active a {
	font-weight: 400;
	color: #ca0464;
	border-bottom: 1px solid #ca0464;
}
.snb .sub-snb li a:hover {
    color: #ca0464;
}
.breadcrumb {
	position: absolute;
	right: 0;
	top: 55px;
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 12px;
	color: #888;
}

.breadcrumb>li+li:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	padding: 0 5px;
	color: #bbb;
}

.breadcrumb .active {
	color: #000;
}

.subpage-content {
	padding-bottom: 100px;
	position: relative;
}
[id^="about02"] .subpage-content, [id^="enter0"] .subpage-content, [id^="education01"] .subpage-content, [id^="education02"] .subpage-content, [id^="research0"] .subpage-content {
    padding-top: 90px;
}
#about022 .subpage-content {
    background: #efefef;
}
.subpage-content .emp {
	font-weight: 500;
	color: #ca0464;
}

.subpage-content section {
	padding-bottom: 80px;
}

.subpage-content section h4 {
	position: relative;
	margin: 0 0 25px;
	font-size: 26px;
	letter-spacing: -0.034em;
	font-weight: 400;
	color: #222;
}
.subpage-content section h4 .more{
	display:inline-block;
	margin-left:15px;
	vertical-align: middle;
	font-size: 14px;
	padding: 10px 15px;
	color:#fff;
	font-weight: 400;
	background: #bba078;
	letter-spacing: -0.04em;
	letter-spacing: 0em;
}
.subpage-content section h4 .more:hover{
	background: #333;
}
.subpage-content section h4 small{
	margin-left:20px;
	color:#999;
	font-size:18px;
}
.subpage-content section h4:before {
	content: '';
	display: block;
	margin-bottom: 8px;
	width: 30px;
	height: 3px;
	background: #ca0464;
	margin-left: 0;
}
.subpage-content section h4.no-bull:before{
	display:none;
}
.subpage-content section h5 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.034em;
}
.subpage-content section h6{
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -0.015em;
	color: #333;
}

.bull {
	position: relative;
	padding-left: 1.1em;
}

.bull:before {
	content: '';
	background: #333;
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 15px;
	height: 2px;
}
.small-quote{
	font-weight:500;
	color:#555;
	font-size: 15px;
}
.subpage-content .subpage-title {
	position: relative;
	width: 100%;
	max-width: 1140px;
	float: none;
	margin: 0 auto 60px;
	padding: 0px 0 50px;
	border-bottom: 1px solid #ddd;
}

.subpage-content .subpage-title h3 {
	font-size: 36px;
	font-weight: 500;
	color: #111;
	margin: 0;
	text-align: center;
}

@media(max-width:767px) {
	.table_default {
		table-layout: auto;
	}

	.table_default .num,
	.table_default .writer,
	.table_default .hits,
	.table_default .regdate,
	.table_default colgroup,
	.table_default .cate {
		display: none;
	}
}

/* subpage research */
.major-research {
	margin-top: 0;
}
.major-research i{
	display: block;
	margin:0px 0 40px;
	font-size: 100px;
	text-align:center;
	color: #bba078;
	opacity: 0.5;
}
#site .research-wrap h5:first-child {
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 30px;
}

#site .research-wrap h5::before {
	content: none;
}

.major-research .inner {
	border: 1px solid #ddd;
	border-top: 1px solid #333;
}

.major-research .inner .txt-box {
	padding: 28px 25px 30px 30px;
	min-height: 213px;
}

.major-research .inner .txt-box li {
	margin-bottom: 3px;
	margin-left: 21px;
}

.major-research .inner .txt-box h5 {
	margin-top: 0;
	margin-bottom: 14px;
	font-weight: 700;
	letter-spacing: 0;
	font-size: 22px;
}

.major-research .inner .txt-box h5 span {
	font-size: 50px;
	font-weight: 400;
	color: #a98147;
	font-style: italic;
	margin-right: 7px;
	opacity: 0.35;
}

.research-wrap {
	margin: 0;
	padding: 50px 35px;
	border: 1px solid #ddd;
}

.research-area {
	text-align: center;
	border: 15px solid #f5f0ea;
	padding: 40px 120px 30px;
	border-radius: 140px;
	margin: 0;
}

.research-area img {
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.15);
}

.research-area span {
	display: block;
	margin-top: 20px;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.2em;
}
#research011 .major-research .inner .txt-box {
    min-height: 268px;
}
div[id^="research"] #cate-con{
	padding:0;
}
/* subpage publication */
.table_blog2 dd {
	width: 25%;
}

.table_blog2 dd .inner .top a .thumb {
	background-size: contain;
}

.category_wrap ul li.on a,
.category_wrap ul li.on a:hover,
.category_wrap ul li.on a:focus {
	color: #ca0464;
	border: 1px solid #ca0464;
	z-index: 999;
}

.table_blog2 dd .inner:hover {
	border-color: #ca0464;
}

/* subpage board */
.table.table_default tr th,
.table.table_default tr td {
	font-size: 15px;
	padding: 18px 15px;
	letter-spacing: -0.02em;
}

.table.table_default thead th {
	border-bottom: 1px solid #ccc;
}

.table.table_default tbody .subject a:hover {
	text-decoration: underline;
	color: #ca0464
}

.category_wrap ul li+li {
	margin-left: -1px;
}

.category_wrap ul li a {
	color: #888;
	font-size: 14px;
	border-bottom: none;
	border: 1px solid #ddd;
	padding: 13px 18px;
	position: relative;
}

/* form */
.search_wrap .btn {
    padding: 12px 25px 11px;
    line-height: 1em;
}
.search_wrap #search_btn {
    background: #555555;
    border-color: #555;
}
.search_wrap #search_btn:hover, .search_wrap #search_btn:focus {
    background: #bba078;
    border-color: #bba078;
}
.form-control:not([readonly]):focus {
	border-color: #555;
}

.member_wrapper .login_extra ul li a:hover {
	color: #000;
}

.btn.btn-primary {
	border-color: #aaa;
	background: transparent;
	color: #333;
	font-weight: 500;
	letter-spacing: -0.034em;
	padding: 12px 25px 12px;
	font-size: 14px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	border-color: #bba078;
	background: #bba078;
	color: #fff;
}

.btn.btn-outline-primary {
	background: none;
	border: 1px solid #ca0464;
	color: #ca0464
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
	background-color: #ca0464;
	color: #fff
}
.btn.btn-secondary {
    padding: 12px 25px 12px;
}
.btn.btn-dark {
	border-color: #555;
	background: #555;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
	border-color: #222;
	background: #222;
}

.list-bullet {
    margin-top: 30px;
	padding-top: 18px;
	border-top: 1px solid #ddd;
}
.list-bullet li {
	position: relative;
    margin-bottom: 22px;
    padding-bottom: 20px;
    padding-left: 180px;
    color: #333;
    border-bottom: 1px solid #ddd;
}
.list-bullet li::before {
	content: "";
	position: absolute;
    background: #bd9f7a;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 10px;
	left: 0;
}
.list-bullet li span {
	position: absolute;
    left: 0;
    padding: 5px 0 5px 15px;
    padding-left: 22px;
    color: #333;
    line-height: 1.1;
    font-weight: 600;
    text-align: left;
    letter-spacing: -0.03em;
}
.list-bullet li::before {
    top: 10px;
    width: 6px;
    height: 6px;
    background: #bd9f7a;
    border-radius: 50%;
}
.list-bullet li .sm {
	font-size: 92%;
}

/* member */
#cate-menu {
    border: 10px solid #f5f0ea;
    padding: 20px 30px 15px;
    background: #fff;
}
#cate-menu ul {
	margin-bottom: 10px;
}

#cate-menu li {
	
	display: inline-block;
	margin-right: 3px;
}

#cate-menu li strong {
	display: inline-block;
	width: 100px;
	font-size: 14px;
	margin-right: 20px;
}

#cate-menu li a {
	display: block;
	padding: 8px 14px;
	font-size: 14px;
	border: 1px solid #e8e5e2;
	color: #333;
	min-width: 100px;
	background: #f9f7f5;
	text-align: center;
	font-weight: 400;
}
#cate-menu #cate3 li a {
    min-width: 42px;
}
#cate-menu li.active a {
	color: #a98147;
	border-color: #bd9f7a;
	background-color: #fff;
	min-width: 100px !important;
}

#cate-con {
	padding: 40px 0;
	margin-right: -25px;
	margin-left: -25px;
}

#cate-con .box {
	padding: 25px;
}

.maintenance {
	margin-top: 5px;
	border: 7px solid #E5E5E5;
	padding: 50px 25px;
	text-align: center;
}

.maintenance .icon {
	display: block;
	line-height: 1;
	font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
	line-height: 1;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-bottom: 20px;
}

.maintenance .small-cont {
	display: block;
	line-height: 1.5;
	font-size: 14px;
	letter-spacing: -0.03em;
	color: #818181;
	margin-bottom: 20px;
}

#site .fp-tableCell {
	vertical-align: top;
}

/* subpage about */
.greet .txt-box{
	padding-left: 70px;
}
.greet .txt-box p:not(.quote){
	margin-bottom:20px;
	font-size:16px;
	padding-right: 30px;
}
.greet .txt-box p.name{
	margin-top:40px;
	text-align:right;
	font-size:24px;
	font-weight:500;
}
.greet .txt-box p.name small{
	margin-right:10px;
	font-size: 16px;
}
.greet .quote{
	margin-top: 50px;
	margin-bottom: 50px;
}
.greet .quote::after {
    content: '';
    display: block;
    width: 1px;
    height: 45px;
    margin: 25px 20px 30px;
    background-color: #999;
    transform: rotate(45deg);
}
.greet img{
	box-shadow: 10px 10px 0 #f3f1ee;
}
.vision {
	margin-bottom: 80px;
}
.vision .box{
	padding:60px 30px;
	text-align:center;
	border: 10px solid #f5f0ea;
}
.vision .box i{
	margin-bottom:30px;
	font-size: 60px;
	color:#bba078;
}
.vision .box p{
	margin:0;
	font-size: 16px;
	letter-spacing: -0.04em;
	font-weight: 700;
}
.vision2{
	margin: 0 auto 80px;
	width: 1000px;
	max-width: 100%;
}
.vision2 .circle{
	position:relative;
	margin:0 auto;
	width:150px;
	height:150px;
	border:10px solid #ddd;
	border-radius: 50%;
}
.vision2 .c1{
	border-color:#d2176f;
}
.vision2 .circle span{
	font-size:20px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-weight: 600;
}
.vision2 .clearfix{
	padding-bottom:30px;
}
.vision2 .txt-box{
	padding-top: 25px;
}
.vision2 .txt-box.box1{
	padding-top:45px;
}
.vision2 .txt-box p{
	font-size: 18px;
	letter-spacing: -0.03em;
}
#about022 .img-wrap img{
	/* border:1px solid #ddd; */
	/* padding:0 15px; */
}
#about022 .se1 .img-wrap {
    margin-bottom: 100px;
}
#about022 .se1 .img-wrap:last-child {
    margin-bottom: 0;
}
#about022 .se1 .img-wrap > div:last-child {
    padding-left: 100px;
}
#about022 .img-wrap p i:before {
    position: absolute;
    left: -20px;
    top: -15px;
    font-size: 20px;
}
#about022 .img-wrap p i {
    position: relative;
}
.tab-menu{
	margin-bottom:50px;
	text-align:center;
}
#about022 .table-style tr th, #about022 .table-style tr td {
    padding: 4px 10px !important;
    font-size: 14px;
    line-height: 1em;
}
#about022 h6 {
    /* padding-top: 195px; */
}
#site[lang="en"] #about022 h6{
	/* padding-top: 85px; */
}
#about022 .se1 .img-wrap:nth-child(7) h6 {
    padding-top: 150px;
}

/* 소개>발전기금 */
#about031 .donate-wrap .des {
    margin-bottom: 0;
}
#about031 section+section:not(:last-child) {
    padding-bottom: 60px;
}
#about031 .se2 table>tbody>tr>td {
    text-align: center;
}
#about031 .se3 .more-btn2 {
    margin-top: 15px;
}
#about031 .se3 .box-btn .more-btn2 {
	width: 340px;
	display: inline-block;
}

.tab-menu li{
	display:inline-block;
	/* margin:0 5px; */
}
.tab-menu li a{
	display:block;
	width: 250px;
	height: 60px;
	line-height: 60px;
	background: #f9f7f5;
	color: #666;
	font-size: 17px;
	font-weight:500;
	border: 1px solid #e8e5e2;
}
/* #site[lang="en"] .tab-menu li a{
	width:320px;
} */
.tab-menu li.active a{
	background: #fff;
	border-color: #bd9f7a;
	color: #a98147;
}
#faq .stripe-dl dt:before{
	content:'Q.';
	display:inline-block;
	margin-right:10px;
}
#faq .stripe-dl dd{
	position:relative;
	padding-left: 50px;
}
#faq .stripe-dl dd:before{
	content:'A.';
	position:absolute;
	left: 23px;
	top: 14px;
	font-weight:600;
}
.donate-wrap{
	text-align:center;
}
.donate-wrap .des {
    text-align: left;
    padding: 0 50px;
}
.donate-wrap img, .donate-wrap h5, .donate-wrap .small-ttl {
    display: none;
}
/* subpage member */
.prof-top{
	margin-bottom:80px;
	text-align:center;
}
#member02 .prof-top{
	margin-bottom:0;
}
.prof-top h3{
	margin: 0 0 11px;
	font-size: 37px;
	letter-spacing: -0.04em;
}
.prof-top p{
	font-size: 23px;
	color: #888;
	font-weight: 300;
}
#cate-con .box .inner {
	display:block;
	border-top: 1px solid #333;
	/* border-bottom: 1px solid #ddd; */
	padding: 30px 0;
	/* box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1); */
}
#cate-con.type2 .box .inner {
	display:block;
	border: none;
	padding: 0px;
	min-height: 0;
	box-shadow: none;
}
#cate-con.type2 .box .inner:focus {
	outline: none;
}
#member02 #cate-con .box .inner{
	min-height:326px;
}
#site[lang="en"] #member02 #cate-con .box .inner{
	min-height:473px;
}
#cate-con .box .inner:after {
	content: '';
	display: block;
	clear: both;
}

#cate-con .box .inner img {
	float: left;
	border-radius: 0;
}
#cate-con.type2 .img-box{
	position:relative;
	overflow: hidden;
}
#cate-con.type2 .img-box .more{
	margin:0;
	position:absolute;
	left:0;
	right:0;
	bottom: -50px;
	padding:0 20px;
	height: 44px;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.02em;
	font-weight: 500;
	background: #e0ac60;
	transition:all .3s ease;
	border-radius: 10px 10px 0 0;
}
#cate-con.type2 .inner:hover .img-box .more{
	bottom:0;
}
#cate-con.type2 .img-box .more span{
	float:right;
	font-size: 24px;
    font-weight: 300;
}
#cate-con.type2 .box .inner img {
	float: none;
	border-radius: 0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #eee;
}

#cate-con .box .inner .txt-box {
	float: left;
	width: calc(100% - 120px);
	padding-left: 50px;
	font-size: 14px;
}
#cate-con.type2 .box .inner .txt-box {
	float:none;
	width:auto;
	padding: 20px 0;
}

#cate-con .box .name {
	font-size: 28px;
	letter-spacing: -0.025em;
	font-weight: 500;
	margin: 0 0 10px;
	display: inline-block;
}
#cate-con.type2 .box .name{
	color:#333;
	margin: 0;
	padding-bottom: 5px;
}
#cate-con.type2.research-prof .box .name{
	margin: 20px 0 0;
}
#cate-con.type2 .box .name small{
	margin-left: 8px;
	font-size:16px;
	color: #bea176;
	letter-spacing: 0;
}
#cate-con.type2 .box .name small small {
    margin-left: 6px;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    color: #555;
}

#cate-con .box .name:before {
	display: inline-block;
	width: 4px;
	height: 22px;
	margin: -2px 7px 0 0;
	vertical-align: middle;
	background: #ca0464;
}
#cate-con .box .history{
	margin-bottom:15px;
	display: inline-block;
	padding-left: 15px;
	padding-top: 5px;
	vertical-align: middle;
	line-height: 1.3em;
	font-size: 14px;
}
#cate-con.type2 .box .history{
	display:block;
	padding: 0;
	float: right;
	margin: 14px 0 0;
}
#cate-con.type2 .box .history span {
    font-size: 18px;
    letter-spacing: -0.034em;
}

#cate-con.type2 .box .wrap-btn {
    padding-top: 15px;
    border-top: 1px solid #ddd;
}
#cate-con.type2 .box .wrap-btn.hide {
	opacity: 0;
}
#cate-con.type2 .box .wrap-btn a.btn {
    position: relative;
    padding: 0 0 2px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    line-height: 1em;
}
#cate-con.type2 .box .wrap-btn a.btn::before {
    content: '\f144';
    left: 0;
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}
#cate-con.type2 .box .wrap-btn a.btn::after {
    content: '';
    left: 17px;
    bottom: 0;
    width: calc(100% - 17px);
    position: absolute;
    border-top: 1px solid transparent;
}
#cate-con.type2 .box .wrap-btn a.btn:hover {
    color: #e0ac60;
}
#cate-con.type2 .box .wrap-btn a.btn:hover::after {
    border-color: #e0ac60;
}
#cate-con.type2 .box .wrap-btn a.btn:focus {
	outline: none;
}

#cate-con .box .history .dept{
	display:block;
	color:#999;
	font-size: 13px;
	line-height: 1.3em;
	letter-spacing: 0;
}

#cate-con .box li {
	font-size: 15px;
	position:relative;
	margin-left: 0;
	margin-bottom: 7px;
	padding-left: 28px;
	line-height: 1.35em;
}
#cate-con .box li a {
    word-break: break-all;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3em;
}
#cate-con .box li i{
	position:absolute;
	left:0;
	top: 0;
	font-size: 8px;
	background: #cab089;
	color: #fff;
	border-radius: 50%;
	height: 19px;
	width: 19px;
	padding: 4px 0 0 5px;
}
#cate-con .box dl {
    border-top: 1px solid #eee;
    padding-top: 20px;
}
#cate-con .box dt{
	margin-bottom: 5px;
	font-size: 15px;
	position: relative;
	padding-left: 8px;
	letter-spacing: 0.02em;
	font-weight: 900;
	display: none;
}
#cate-con .box dt::before {content: '';display: block;width: 3px;height: 12px;background: #d2176f;position: absolute;left: 0;top: 4px;border-radius: 1px;}
#cate-con .box dd +dt{
	margin-top: 15px;
	margin-bottom: 7px;
}
#cate-con .box dd {
    line-height: 1.4em;
    font-size: 15px;
}
/* subpage enter */
#enter012 .se1 .quote{
	margin: 27px 0 75px;
	padding:0 30px;
	display:inline-block;
	position:relative;
	left:50%;
	transform:translatex(-50%);
}
#enter012 .se1 .quote .txt{
	font-size: 34px;
	font-weight:400;
	letter-spacing: -0.04em;
	font-family: 'Noto Serif KR', serif;
}
#enter012 .se1 .quote .q-mark{
	position:absolute;
	top: -20px;
	opacity: 0.5;
	color: #bd9f79;
	font-size: 26px;
}
#enter012 .se1 .quote .q-mark.str{left: -15px;}
#enter012 .se1 .quote .q-mark.end{right: -12px;}
#enter012 .se1 .quote small{
	display:block;
	margin-top: 28px;
	text-align:right;
	color:#777;
	font-size: 19px;
	font-weight: 400;
}
#enter012 .se1 .quote small:before{
	content:'';
	display:inline-block;
	margin-right:10px;
	vertical-align: middle;
	width: 27px;
	height:1px;
	background: #b7b7b7;
}
.enter-university .txt-box{
	padding-top: 40px;
	padding-left: 80px;
	width: 60%;
}
.enter-university .img-box {
    width: 40%;
}
.enter-university .more-btn{
	margin-left:0;
	margin-top:100px;
}
.board_wrapper,.calendar_wrapper{
    margin-top:0;
    /* visibility: hidden; */
}
.pagination_wrap, .search_wrap{
    visibility: hidden;
}

/* subpage education */
#education014 .search_wrap{
	margin-bottom:50px;
}
#education014 .bbs-area .more-btn{
	margin: 30px auto 80px;
}
#education014 #reply{
	display:none;
}
#education014 .category_wrap ul{
	margin:0 -3px;
}
#education014 .category_wrap ul li{
	padding:3px;
}
#education014 .board_data_view .header_wrap .info,
#education014 .table_default colgroup,
#education014 .table_default .writer,
#education014 .table_default .regdate,
#education014 .table_default .hits{
	display:none!important;
}
#education014 .table_default .num{ width:10%!important; }
#education014 .table_default .cate{ width:20%!important; }
.subpage-content section h4 + ul li {
    font-size: 16px;
}
#enter021 h5 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
}
#enter021 .se3 ul + p {
    color: #ca0764;
    padding-left: 23px;
}
#enter022 .se1 {
    margin-top: -61px;
    padding-bottom: 0;
}
.edu01-about {
	position: relative;;
}
.edu01-about .img-box{
	position: relative;
	height: 400px;
	background: url(/public/img/sub/edu01-about.jpg) no-repeat center/ cover;
}
.edu01-about .txt-box{
	/* position:absolute; */
	right:0;
	bottom: 0;
	/* width: 80%; */
	color: #333;
	/* background: rgba(169, 129, 71, 0.8); */
	text-align: left;
}
.enter-university .txt-box .des,  .edu01-about .txt-box .des {
    font-size: 17px;
    padding-right: 50px;
    margin-bottom: 20px;
}
.enter-university .quote, .edu01-about .quote{
	margin: 70px 0 40px;
	font-size: 28px;
}
.enter-university .quote {
    margin-top: 30px;
}
.enter-university .quote::after, .edu01-about .quote::after {
    content: '';
    display: block;
    width: 1px;
    height: 35px;
    margin: 10px 13px 30px;
    background-color: #999;
    transform: rotate(50deg);
}
.edu01-about .img-box::before {content: '';display: block;width: calc(100% - 20px);height: calc(100% - 20px);border: 1px solid rgba(255,255,255,0.3);position: absolute;left: 10px;top: 10px;}
.subject-dl strong{
	display:block;
	margin-bottom: 5px;
}

#education016 .se1 .more-btn{
	margin: 0 0 60px;
	width: 370px;
	background: #bba078;
	font-size: 17px;
	border-color: #bba078;
	color: #fff;
}
#education016 .se1 .more-btn:hover {
    background: #333;
    border-color: #333;
}
#education016 img {
    text-align: left;
    margin-left: 0;
}
#education022 .se1 > img{
	margin-bottom:40px;
}
#education023 table {
    margin-top: 30px;
}

#education023 table .down-btn{
	position:relative;
	top: -12px;
	padding:2px 10px;
	border-radius: 4px;
	color:#fff;
	background:#bd9f79;
	font-size: 13px;
}
#education023 table .down-btn:hover{
	background:#333;	
}
.edu-table span{
	display: block;
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
}
.edu-table span.c1{color:#2E8ECA;}
.edu-table span.c2{color:#ca0464;}
.edu-table span.c3{color: #bd9f79;}
.subject-cate{
	margin-bottom: 30px;
	display:flex;
	justify-content: center;
}
.subject-cate li{
	padding: 0 18px;
}
.subject-cate li span{
	color:#fff;
	margin-right: 5px;
	padding: 0px 12px;
	border-radius: 22px;
	min-width: 110px;
	display: inline-block;
	text-align: center;
}
.subject-cate li.c1 span{background: #2E8ECA;}
.subject-cate li.c2 span{background: #ca0464;}
.subject-cate li.c3 span{background: #bd9f79;}
/* subpage research */
.research-top > div {
    padding: 0 8px;
}
.research-top {
    margin: 0 -8px;
}
.research-top{
	background: #f5f0ea;
	padding: 40px 20px 30px;
	margin: 0 0 70px;
}
.research-top img{
	border: 1px solid #eee;
	border-top: 1px solid #333;
}
.research-bottom .left-con {
    width: 60%;
    padding: 0;
}
.research-bottom .right-con{
	padding-left: 20px;
	width: 40%;
}
.research-bottom .right-con ul {
    /* border: 1px solid #dacec0; */
}
.research-bottom .right-con{
    padding: 0 0 0 50px;
}
#research013 .research-bottom .right-con{}
#research014 .research-bottom .right-con{}
.re-center-li:after{
	content:'';
	display:block;
	clear:both;
}
.research-bottom .right-con ul li:nth-child(1) {
    font-size: 20px;
    padding-left: inherit;
    line-height: 1.2em;
    /* border-bottom: 1px solid #999; */
    padding-bottom: 10px;
    font-weight: 700;
    color: #ca1f71;
}
.research-bottom .right-con ul li:nth-child(1)::before {display: none;}
.research-bottom {
    margin: 0 -10px;
    display: flex;
}
.research-bottom .card{
	height:100%;
	margin: 0;
	padding: 0;
	border-radius: 10px 10px 0 0;
}
.research-bottom > div {
    padding: 0 10px;
}

.research-bottom .card ul {
    padding: 20px;
}
.research-bottom .card ul li {
    margin-left: 0;
}
.research-bottom .card h5.card-ttl {
    margin: 0;
    padding: 20px 20px 16px;
    border-radius: 10px 10px 0 0;
    letter-spacing: 0;
}

.research-bottom .box1 .card h5.card-ttl {
    background: #0066b2;
}
.research-bottom .box2 .card h5.card-ttl {
    background: #faa61a;
}
.research-bottom .box3 .card h5.card-ttl {
    background: #ca0464;
}
#site[lang='en'] .research-bottom .card .card-ttl{
	display:flex;
	align-items: center;
	justify-content: center;
	min-height: 82px;
	line-height: 1.3em;
}
#site[lang='en'] #cate-con.type2 .box .name {
	margin: 0;
    font-size: 24px;
}
#research022 .se1 table {
    margin-bottom: 50px;
}
.research-center .txt-box {
    padding-left: 0;
    width: 45%;
}
.research-center .img-box {
    width: 55%;
    padding-left: 30px;
}
.research-center .txt-box .li-pill>li {
    padding-left: 120px;
    margin-bottom: 10px;
}
.research-center .txt-box .li-pill>li::before {
    background: #a98147;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    top: 10px;
    left: 10px;
}
.research-center .txt-box h5 {
    margin-bottom: 20px;
}
.research-center .txt-box .li-pill>li>span {
    width: 120px;
}
.research-center .txt-box .li-pill>li>ul>li {
    margin-left: 0;
    padding-left: 12px;
}
.re-center-li {
	margin-top: 40px;
}
.re-center-li li{
	float:left;
	width:33.333%;
	padding:0 5px;
}
.re-center-li li.long-i{
	width:66.666%;
}
.re-center-li li.half-i{
	width:40%;
}
.corp-coop{
	padding: 70px 0 50px;
	text-align:center;
	border: 10px solid #f5f0ea;
	margin-bottom: 30px;
}
.corp-coop img{
	margin-bottom: 40px;
}
.corp-coop p{
	font-size: 22px;
	letter-spacing: -0.034em;
	font-weight: 300;
	line-height: 34px;
	letter-spacing: -0.034em;
}
.research-center{
	padding-top: 20px;
	border-top:2px solid #333;
	border-bottom:1px solid #999;
	margin: 0;
	padding-bottom: 30px;
}
.research-center .clearfix{
	margin-bottom: 20px;
	padding-bottom:30px;
	border-bottom: 1px solid #ccc;
}
#research021 .se1 .left-con p {
    font-size: 17px;
    padding-right: 70px;
    margin-bottom: 20px;
}
#research021 .se1 .left-con .more-btn {
    margin-left: 0;
}
#research021 .se2 ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
}
#research021 .se2 ul {
    margin-top: 30px;
}
#research021 .se2 ul li span {
    font-size: 17px;
    padding-left: 15px;
}
#research021 .se2 ul li::before {
    background: #bd9f7a;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 10px;
}
#research023 .se1 .con-wrap > div:nth-child(2) {
    padding-left: 50px;
}
#research023 .se1 .con-wrap > div:nth-child(2) table td {
    padding: 24px 15px 23px !important;
}
/* board 추가 css */
.board_wrapper {
    margin-top: 0;
}
.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.06em;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}
.board_data_view .contents_wrap p {
    font-size: 17px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 15px;
    background: #f9f7f5;
    font-weight: 500;
}
.board_data_view {
    border-top: 1px solid #333;
}
.table.table_default tbody tr th.num {
    font-weight: normal;
}
.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
}
.table.table_default tr th, .table.table_default tr td {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}
.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}
.checkbox label, .radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}
.custom_checkbox+span a {
    font-weight: 500;
}
.table_blog2 dd .inner {
    border: none;
}
.member_wrapper h1 {
    border: none;
    margin-top: 0;
}
.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}
.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}
.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}
.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr td {
    color: #777;
}
.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}
/* board 추가 css end */

.table_blog dd .left a .thumb{
	background-color:#eee;
}
.main-news dd .left a span[style="background-image:url('/assets/img/no_image.png');"],
.table_blog dd .left a .thumb[style="background-image:url('/assets/img/no_image.png');"]{
	background-image:url('/public/img/sub/img-sample.jpg')!important;
}
.table_blog dd .left a .thumb{
	height:170px;
	border:1px solid #ddd;
}
.table_blog dd .right{
	padding-left:50px;
}
.table_blog dd .right .text p{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    height: 4.5em;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* mainpage news */
.main-news .row,
.main-news {
	margin: 0 -15px;
}
.main-news .row > div,
.main-news > div{
	padding: 0 15px;
}
.main-news .left-con > .row > div {
    padding: 0 10px;
}
.main-news .left-con > .row {
    margin: 0 -10px;
}
.main-news dd:after{
	content:'';
	display:block;
	clear:both;
}
.main-news dd .left a{
	display:block;
	position:relative;
	overflow: hidden;
}
.main-news dd .left a:before{
	content:'';
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0);
	transition:all .3s ease;
	z-index:10;
}
.main-news dd:hover  .left a:before{
	background:rgba(0,0,0,0.4);
}
.main-news .box{
	box-shadow: 0 32px 46px -6px rgba(0,0,0,0.5);
}
.main-news .box1 .left a{height:300px;}
.main-news .box2 .left a{height:200px;}
.main-news .box3 .left a{height:200px;}
.main-news .box4 .left a{height: 253px;}
.main-news dd .left a span{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
	transition: all .3s ease;
}
.main-news dd:hover .left a span{
	transform:scale(1.1);
}
.main-news dd .right{
	background:#fff;
	padding: 20px 30px;
}
.main-news dd .right p{
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    height: 6em;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break:break-all;
}
.main-news .box1 .right p{
	line-height: 1.5;
	height: 6em;
	-webkit-line-clamp: 6;
}
.main-news .box2 .right p,
.main-news .box3 .right p{
	line-height: 1.5;
	height: 3em;
	-webkit-line-clamp:2;
}
.main-news .box4 .right p{
	line-height: 1.5;
	height: 6em;
	-webkit-line-clamp: 4;
}
.main-news dd .right .title{
	margin-bottom:15px;
}
.main-news dd .right .title a{
	display: block;
	font-size: 22px;
	letter-spacing: -0.034em;
}
.main-news .box2 .right,
.main-news .box3 .right{
	border-top:1px solid #ddd;
}
.main-news .box1 .right .title a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 1.35;
	height: 4.05em;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break:break-all;
	font-size: 28px;
	margin-bottom: 14px;
}
.main-news .box4 .right .title a,
.main-news .box2 .right .title a,
.main-news .box3 .right .title a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main-news dd .right .info{
	display:none;
}
.main-news .box1{
	margin-bottom:30px;
}
.main-news .box1 .left{
	float:left;
	width: 51.5%;
}
.main-news .box1 .right{
	float:right;
	width: 48.5%;
	height: 300px;
	overflow: hidden;
	padding: 40px 45px;
}
.main-news .right-con .more{
	margin-top:30px;
	position:relative;
	display:block;
	height: 203px;
	text-align:center;
	background: #a98147;
	transition:all .3s ease;
}
.main-news .right-con .more:before{
	content: '';
	display: block;
	width: 4px;
	height: 30px;
	background: #fff;
	position: absolute;
	left: 30px;
	top: 0;
	transition:all .3s ease;
}
.main-news .right-con .more:after {
    content: '';
    display: block;
    width: 241px;
    height: 182px;
    border: 1px solid rgba(255,255,255,0.3);
    position: absolute;
    top: 10px;
    left: 10px;
}
.main-news .right-con .more:hover:before{
	height: 40px;
	background: #fff;
}
.main-news .right-con .more:hover{
	background: #333;
}
.main-news .right-con .more span{
	position:absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	font-size: 36px;
	font-weight: 300;
	transition:all .3s ease;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2;
}
.main-news .right-con .more:hover span{
	color:#fff;
}
.main-news .right-con .more .kr{
	opacity:0;
	margin-top:20px;
}
.main-news .right-con .more:hover .kr{
	opacity: 1;
	margin-top:0;
}
.main-news .right-con .more:hover .en{
	margin-top:-20px;
	opacity: 0;
}
#scrolltop{
	position:fixed;
	z-index: 1000;
	right:50px;
	bottom:50px;
	display: none;
	font-size:16px;
	text-align:center;
	width: 64px;
	height: 64px;
	color:#fff;
	background: #bd9f79;
	border-radius: 50%;
	box-shadow: 0 7px 7px 0px rgba(0,0,0,0.15);
}
#scrolltop .inner{
	position:absolute;
	left:50%;
	top: 48%;
	transform:translate(-50%,-50%);
	line-height:1;
}
#scrolltop .inner i{
	font-size: 21px;
}
#scrolltop .inner span {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 3px;
    display: block;
}
#site .slick-prev, 
#site .slick-next{
	z-index: 100;
	top:50%;
	margin-top:-50px;
}
#site .slick-prev:before, 
#site .slick-next:before{
	color:#999;
	font-size:30px;
}
#site .slick-dots{
	bottom:-35px;
}

/* subpage profile */
.prof-header{
	min-height:28vw;
	background:#f5f5f5;
}
.prof-namebar{
	margin: -70px 0 70px;
	min-height: 120px;
	background:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.prof-namebar > div{
	padding:0;
}
.prof-namebar .name{height: 120px;width: 75%;}
.prof-namebar .name:after{
	content:'';
	display:block;
	clear:both;
}
.prof-namebar .name .back-btn{
	float:left;
	color: #fff;
	width: 100px;
	height: 120px;
	line-height: 120px;
	font-size: 50px;
	text-align: center;
	background: #ccb28c;
	transition: all .3s ease;
}
.prof-namebar .name .back-btn:hover{
	background: #bba078;
}

.prof-namebar .name p {
	float: left;
	padding: 35px 50px;
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	color: #000;
}

.prof-namebar .name p small {
	display: inline-block;
	margin-top: 5px;
	font-size: 26px;
	font-weight: 400;
	color: #bea176;
	font-style: italic;
	padding-left: 15px;
}
.prof-namebar .name p small small {
    padding-left: 5px;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    color: #555;
}

.prof-namebar .major {
	height: 120px;
	background: #c8005f;
	text-align: center;
	color: #fff;
	width: 25%;
}

.prof-namebar .major .inner {
	position: absolute;
	left: 55%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	text-align: left;
}

.prof-namebar .major h6 {
	color: rgba(255,255,255,0.9);
	margin: 0 0 12px;
	font-size: 14px;
	letter-spacing: 0.02em;
	display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	padding-bottom: 3px;
}

.prof-namebar .major p {
	margin: 0;
	font-size: 18px;
	line-height: 1.35;
	letter-spacing: 0;
}

#professor31 .prof-namebar .major p{
}

.prof-info {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e9e4dc;
}

.prof-info li {
	position: relative;
	font-size: 18px;
	padding-left: 120px;
	margin-bottom: 8px;
	color: #444;
}

.prof-info li span {
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 0;
	letter-spacing: -0.03em;
	font-size: 17px;
}

.prof-des {
	font-size: 17px;
	line-height: 1.65;
	color: #555;
	margin-bottom: 100px;
	text-align: justify;
	letter-spacing: -0.02em;
}
.prof-trait{
	padding: 30px 50px 50px;
    background: #f5f5f5;
}

#site[lang="kr"] div[id^="education"] .main-snb > li:last-child{
	display:none;
}
#edu014-li{
	margin-bottom:30px;
}
#edu014-li li{
	position: relative;
	font-size:17px;
	padding-left:100px;
	color:#666;
	line-height: 1;
	margin-bottom: 9px;
}
#edu014-li li span{
	position:absolute;
	left:0;
	top:0;
	color:#333;
	font-weight:500;
	width: 80px;
	border-right: 1px solid #666;
}

/* 405호 회의실 예약 */
#download02 #item_0 .form-control,
#download03 #item_0 .form-control,
#download04 #item_0 .form-control {
    width: 350px;
}
#download02 #item_3 td,
#download03 #item_3 td,
#download04 #item_3 td {
    display: flex;
    align-items: flex-end;
}
#download02 #item_3 input,
#download03 #item_3 input,
#download04 #item_3 input {
    width: 60px;
    margin: 0 5px 0 10px;
}

@media(max-width:767px){
	#site{
		padding-top:121px;
	}
	.menu-top{
		margin-bottom:30px;
	}
	.menu-top .right-con{
		padding-top:5px;
	}
	#myCarousel .carousel-inner{
		height: 440px;
	}
	.navbar-brand:after,
	.navbar-brand img{
		display:none;
	}
	#site .navbar-inverse .navbar-brand:before{
		position:static;
		transform:none;
		width: 200px;
		background-image:url(/public/img/logo/logo_m.png);
	}
	.navbar-inverse .navbar-toggle{
		top:10px;
	}
	.carousel-caption{
		left:5%;
		right:5%;
		top: 70px;
	}
	.carousel-control{
		display:none;
	}
	.carousel-caption h1{
		font-size: 26px;
	}
	.carousel-caption p{
		font-size:14px;
	}
	.carousel-caption h1 br,
	.carousel-caption p br{
		display: none;
	}
	.m-title h2{
		font-size:33px;
	}
	#site .main-news .box{
		margin-bottom:15px;
	}
	.m-research-wrap li,
	#m-research .m-title, 
	.m-research-wrap,
	#site .main-news .box .right,
	#site .main-news .box .left{
		float:none;
		width:100%!important;
	}
	#site .main-news .box .right .title a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#site .main-news .box3 .right p {
		line-height: 1.5;
		height: 3em;
		-webkit-line-clamp: 2;
	}
	section:not(#m-slide) .sec-inner{
		padding-bottom:70px;
	}
	.main-news .right-con .more{
		height:95px;
	}
	.main-news .right-con .more span{
		font-size:25px;
		white-space: nowrap;
	}
	.main-news .right-con .more:after {
		width:calc(100% - 20px);
		height:calc(100% - 20px);
	}
	#m-research .m-title h2{
		margin-top:0;
	}
	#site .m-research-wrap div.inner{
		margin-bottom:5px;
	}
	#site .m-research-wrap div.inner h4{
		bottom:0;
	}
	#m-footer,
	.m-schedule-wrap .img-box{
		display:none;
	}
	.footer-top {
		text-align: left;
		padding: 40px 15px;
		flex-wrap: wrap;
	}
	.f-menu{
		border:0;
		height: auto;
		margin-bottom: 15px;
		flex: 1 1 33%;
	}
	.pageheader{
		height:120px;
	}
	.pageheader h2{
		margin:0;
		font-size:30px;
	}
	.snb{
		top:0;
		height:auto;
	}
	.snb .container{
		padding:0;
	}
	.snb .main-snb{
		display:flex;
		flex-wrap:wrap;
	}
	.snb .main-snb>li{
		display:block;
		width:50%;
	}
	.subpage-content{
		padding-top:50px;
	}
	.subpage-content .subpage-title h3{
		font-size:30px;
		padding: 0 30px;
	}
	.breadcrumb{
		position: static;
		text-align: right;
		margin-top: 20px;
		padding: 0 15px;
	}
	.greet .txt-box {
		padding-left: 15px;
	}
	.greet .quote, p.quote{
		font-size:22px;
	}
	.greet .txt-box p:not(.quote){
		padding-right:0;
	}
	.vision .quote-box{
		font-size:19px;
	}
	.vision2 .txt-box p{
		text-align:center;
	}
	.major-research .inner{
		margin-bottom:15px;
	}
	.subpage-content section h4{
		font-size:21px;
	}
	.major-research .inner .txt-box{
		min-height:0;
	}
	.major-research .inner .txt-box h5{
		font-size:20px;
	}
	.major-research .inner .txt-box h5 span {
		font-size: 40px;
	}

	.snb .sub-snb li a{
		font-size:14px;
	}
	.subpage-content section h4 small {
		display: block;
		margin:10px 0 0;
	}
	#about022 .se1 .img-wrap > div:last-child,
	#about022 .se1 .img-wrap > div:last-child,
	#about022 .se1 .img-wrap > div:last-child {
		padding-left: 15px;
	}
	#about022 .se1 .img-wrap:nth-child(7) h6,
	#about022 h6 {
		padding-top: 30px;
	}
	.category-li>li {
		padding: 10px 10px;
		font-size: 13px;
	}
	.subpage-content .subpage-title{
		padding-bottom:30px;
	}
	.tab-menu li a {
		width: 110px;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.donate-wrap .des{
		padding:0;
	}
	div[id^="member"] .tab-menu li a {
		width: 140px;
	}
	#cate-menu li:first-child{
		display:block;
	}
	#cate-menu li{
		margin-bottom:3px;
	}
	#cate-con{
		margin: 0 -15px;
	}
	#cate-con .box{
		padding:25px 15px 0;
	}
	#cate-con.type2 .box .inner .txt-box{
		padding:10px 0;
	}
	#cate-con .box .name{
		font-size:24px;
	}
	.prof-namebar {
		margin: -50px -15px 70px;
	}
	.prof-namebar .major,
	.prof-namebar .name{
		width:100%;
	}
	.prof-namebar .name{
		height:80px;
	}
	.prof-namebar .name p{
		padding:15px 0 0 25px;
		font-size:28px;
		width: calc(100% - 80px);
	}
	.prof-namebar .name p small{
		display:block;
		font-size:18px;
		padding-left:0;
	}
	.prof-namebar .name p small small {
		display: inline-block;
		font-size: 12px;
	}
	.prof-namebar .name .back-btn{
		width:80px;
		height:80px;
		line-height:80px;
		font-size:40px;
	}
	.prof-namebar .major p{
		font-size:16px;
	}
	.prof-namebar .major p br{
		display:none;
	}
	.prof-namebar .major {
		height:80px;
	}
	.prof-namebar .major h6{
		margin-bottom:6px;
	}
	.prof-info li{
		padding-left:0;
		word-break: break-all;
		font-size:16px;
	}
	.prof-info li span{
		position:static;
		display:block;
	}
	.prof-des{
		margin-bottom:60px;
	}
	.prof-trait{
		padding:30px;
	}
	.prof-des {
		font-size:15px;
	}
	#memeber03 #cate-con .box .inner img{
		width:90px;
	}
	#cate-con .box .inner .txt-box {
		width: calc(100% - 90px);
		padding-left: 30px;
	}
	.enter-university .img-box,
	.enter-university .txt-box{
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}
	.enter-university .quote, .edu01-about .quote{
		font-size:22px;
	}
	.enter-university .more-btn{
		margin-top:60px;
	}
	#enter012 .se1 .quote .txt {
		font-size: 18px;
	}
	#enter012 .se1 .quote .q-mark{
		font-size:20px;
	}
	#enter012 .se1 .quote .q-mark.str {
		left: 0;
	}
	#enter012 .se1 .quote .q-mark.end {
		right: 0;
	}
	#enter012 .se1 .quote small{
		font-size:16px;
	}
	#enter021 h5{
		font-size:16px;
	}
	#enter024 .bbs-area .table_video {
		display: flex;
		flex-direction: column-reverse;
	}
	.subpage-content section h4 + ul li {
		font-size: 15px;
	}
	.table-style tr th, .table-style tr td {
		font-size:14px;
	}
	.table_video dd, .table_blog2 dd{
		width:100%;
	}
	select.form-control{
		max-width:100%;
	}
	.board_wrapper .text-center .btn.btn-lg{
		padding:15px 50px;
	}
	#research021 .se1 .left-con p,
	.enter-university .txt-box .des, .edu01-about .txt-box .des{
		padding-right:0;
	}
	.edu01-about .img-box{
		height:200px;
	}
	.trait-dl dt{
		width:100%;
		padding-bottom:0;
	}
	.trait-dl dd{
		border:0;
	}
	.subpage-content section h4 .more{
		margin-top:5px;
	}
	.research-area{
		padding:40px 30px 30px;
	}
	.research-area span{
		margin-bottom:20px;
		font-size:16px;
		min-height: 40px;
	}
	.img-caption{
		margin-bottom:20px;
	}
	.slick-prev, .slick-next{
		display:none!important;
	}
	#research021 .se1 .left-con .more-btn{
		margin-bottom:60px;
	}
	.li-pill>li{
		padding-left:110px;
	}
	.research-center .img-box,
	.research-center .txt-box {
		width:100%;
	}
	.corp-coop p{
		font-size:16px;
		padding:0 15px;
		line-height: 1.34;
	}
	#research023 .se1 .con-wrap > div:nth-child(2) {
		padding-left: 15px;
	}
	.table_blog dd .left a,
	.table_blog dd .left a .thumb{
		width:100%;
		display: block;
	}
	.table_blog dd .right {
		padding-left: 0;
	}
	.table_blog dd {
		padding: 15px 0;
	}
    .board_wrapper .table.board_write_table tbody tr td :where(.btn,.form-control) {
        width: 100% !important;
    }
    #download02 #item_3 select {
        margin-bottom: 10px;
    }

	.list-bullet li {
		padding: 30px 0 20px;
	}
	.list-bullet li span {
		top: 0;
		padding-left: 17px;
	}
	.list-bullet li a {
		word-break: break-word;
	}
}

.dept-summary{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
}
.dept-summary .item{
	flex-basis: 50%;
	max-width: 50%;
	padding: 45px 40px 35px 40px;
	min-height: 310px;
}
.dept-summary .item1{background: #f9f9f9 url(/public/img/sub/dept-summary1.jpg) no-repeat right center / cover;}
.dept-summary .item2{background: #f1f1f1 url(/public/img/sub/dept-summary2.jpg) no-repeat right center / cover;}
.dept-summary .item3{background: #fff url(/public/img/sub/dept-summary3.png) no-repeat right 40px top 30px;}
.dept-summary .item4{background: #eef7fe url(/public/img/sub/dept-summary4.jpg) no-repeat right 40px bottom 40px;}
.dept-summary .item5{background: #f1f1f1 url(/public/img/sub/dept-summary5.jpg) no-repeat right center / cover;}
.dept-summary .item6{background: #e9e9e9 url(/public/img/sub/dept-summary6.jpg) no-repeat right center / cover;}

.dept-summary .item h5{
	margin: 0 0 15px;
	color: #ca0464;
	font-weight: 500;
	font-size: 26px;
	letter-spacing: -0.034em;
}
.dept-summary .item h6{
	margin-bottom: 10px;
}
.dept-summary .item3 p {
    line-height: 1.45em;
    margin-bottom: 55px;
    font-weight: 500;
}
.dept-summary .item4 small, .dept-summary .item4 p {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}
.dept-summary .item5 h5 + p {
    font-size: 16px;
    font-weight: 500;
}
.dept-summary .item6 p {
    font-size: 16px;
    font-weight: 500;
}
.dept-summary .item li{
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.65em;
	padding-left: 15px;
}
.dept-summary .item li::before {
    width: 6px;
    top: 11px;
    left: 2px;
    border-radius: 0;
}
.dept-summary .table-style{
	margin-bottom:0;
}
#site[lang="en"] #about022 .table-style tr th{
	font-size:13px;
}
.dept-summary.en .item3{background: #fff url(/public/img/sub/dept-summary3_en.png) no-repeat right 40px top 30px !important;}

@media(max-width:1200px){
	.navbar-inverse .navbar-nav>li>a {
		padding: 28px 19px;
	}
}
@media(max-width:992px){
	#site .navbar-inverse .navbar-brand{
		transform: scale(0.7);
	}
	.navbar-inverse .navbar-nav>li>a {
		padding: 28px 9px;
	}
}
@media(max-width:767px){
	.dept-summary{
		display:block;
	}
	.dept-summary .item{
		max-width:100%;
		padding: 28px 20px 20px 20px;
		min-height: 230px;
	}
	.dept-summary .item h5{
		font-size:18px;
	}
	.dept-summary .item5 h5 + p,
	.dept-summary .item4 small, .dept-summary .item p,
	.dept-summary .item li{
		font-size:13px;
	}
	.dept-summary .item h6{
		font-size:15px;
	}
	.dept-summary .item3{
		background:#fff url(/public/img/sub/dept-summary3.png) no-repeat right 13px top 50px / 47% !important;
	}
	.dept-summary.en .item3{
		background:#fff url(/public/img/sub/dept-summary3_en.png) no-repeat right 13px top 50px / 47% !important;
	}
	.dept-summary .item4 {
		background: #eef7fe url(/public/img/sub/dept-summary4.jpg) no-repeat right 20px bottom 63px / 44%;
	}
	.fc-toolbar .fc-center> h2{
		font-size:20px;
		line-height: 30px;
	}
	#scrolltop{
		right:15px;
	}
	#site .m-research-wrap .inner h4{
		bottom:0;
	}
	.m-research-wrap .inner{
		margin-bottom:10px;
	}
}

#fullpage #m-slide{
	height:calc(100vh - 107px);
}
#fullpage section{
	height:100vh;
	min-height:830px;
}
#fullpage section:not(#m-slide) .sec-inner{
	padding:50px 0;
}
#m-footer{display: none!important;}