﻿@charset "utf-8";
/* CSS Document */

@import url('ibootstrap.css');
@import url('font-noto.css');
@import url('non-responsive.css');

/*****************************************************
	Icon
*****************************************************/
@font-face {
	font-family: 'material-Icons';
	font-style: normal;
	font-weight: 400;
	src: url(/common/fonts/MaterialIcons-Regular.eot);
	src: url(/common/fonts/MaterialIcons-Regular.eot?#iefix) format('embedded-opentype'), url(/common/fonts/MaterialIcons-Regular.woff) format('woff'), url(/common/fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
	font-family: 'material-Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 0.9rem; /* Preferred icon size */
	display: inline-block;
	line-height: 1.3;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	vertical-align: bottom;
}


/*****************************************************
	Common
*****************************************************/
html, body {
}

a:hover, a:focus {
	text-decoration: none;
}

/* Margin & Padding */
.line-gap {
	width: 100%;
	margin: 30px 0;
	clear: both;
	border-top: 2px dotted #e4e4e4;
}

/* responsibility */
.responsibility {
	background-color: #f7f7f7;
	border: 1px solid #eee;
	padding: 1rem 1.3rem;
}

	.responsibility ul {
		margin: 0 !important;
	}

		.responsibility ul > li {
			float: left;
			margin-right: 1.2rem !important;
		}

			.responsibility ul > li > strong {
				margin-right: 0.5rem;
				font-weight: 600;
				color: #0b3d91;
			}

/* checkbox & radio */
.checkbox, .radio {
	display: inline-block;
}

	.checkbox input[type="checkbox"], .radio input[type="radio"] {
		margin-right: 0.3125rem;
	}

	.checkbox label, .radio label {
		margin-right: 0.75rem;
		margin-bottom: 0;
	}

.checkbox-inline, .radio-inline {
	padding-left: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	padding-top: 3px;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
	margin-left: 0;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
	vertical-align: text-bottom;
}

.checkbox label, .checkbox-inline label, .radio label, .radio-inline label {
	margin-right: 0.75rem;
	margin-bottom: 0;
	font-weight: 600;
	color: #555;
}

/* popup */
body.popup {
	max-width: none;
	min-width: auto;
	width: 100% !important;
}

	body.popup .sub-container {
		padding: 4rem 15px 0;
		margin: 0;
	}

	body.popup .container {
		max-width: none;
		width: 100%;
	}

.layer-popup {
	z-index: 9999;
	position: absolute;
	background-color: #fff;
}

	.layer-popup .layer-header {
		background: #065296;
		color: #fff;
		padding: 10px 15px;
	}

	.layer-popup .layer-cont {
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: #fff;
		border: 1px solid #d8d8d8;
		border-top: none;
	}

		.layer-popup .layer-cont img {
			max-width: 100%;
		}

		.layer-popup .layer-cont div, .layer-popup .layer-cont p, .layer-popup .layer-cont ol, .layer-popup .layer-cont ul, .layer-popup .layer-cont li {
			padding: 0;
			margin: 0;
		}

	.layer-popup .layer-footer { /* position: absolute; */
		width: 100%;
		right: 0;
		left: 0;
		bottom: -30px;
		height: 30px;
		padding: 0.4rem 0.5rem;
		background-color: #000;
		display: inline-block;
	}

		.layer-popup .layer-footer label, .layer-popup .layer-footer a {
			color: #efefef;
			font-size: 0.85rem;
			font-weight: 100;
		}

		.layer-popup .layer-footer .checkbox-inline input {
			margin-top: 0.3rem;
			vertical-align: text-top;
		}

		.layer-popup .layer-footer a:hover, .layer-popup .layer-footer a:focus {
			color: #fff;
			text-decoration: underline;
		}

/* browser support */
.browser-support {
	background: #f5f5f5;
}

	.browser-support .navbar-brand {
		display: block;
		margin: 3rem 0 1.5rem;
		padding: 0;
		font-size: 1rem;
	}

		.browser-support .navbar-brand span {
			position: relative;
			margin-left: 0.5rem;
			padding-left: 0.5rem;
		}

			.browser-support .navbar-brand span:after {
				content: '';
				position: absolute;
				top: 6px;
				left: 0;
				display: inline-block;
				width: 1px;
				height: 12px;
				background: #a9a9a9;
			}

	.browser-support .container {
		width: 800px;
	}

	.browser-support h2 {
		font-size: 3rem;
	}

/*****************************************************
	Include
*****************************************************/
/* Footer */
#footer {
}

	#footer address {
	}

	#footer small {
		font-size: 0.8rem;
	}

/* Top banner */
.top-banner {
	background-color: #0b3d92;
	padding: 1.6rem 0 0.7rem;
	text-align: right;
	min-height: 130px;
	-webkit-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}

	.top-banner .top-banner-inner {
		position: relative;
	}

		.top-banner .top-banner-inner .rollimg {
			width: 80%;
			margin: 0 auto;
			padding: 0;
		}

		.top-banner .top-banner-inner .item a img {
			max-width: 100%;
		}

		.top-banner .top-banner-inner .bannerButtons {
			top: 20px;
		}

			.top-banner .top-banner-inner .bannerButtons span {
				display: inline-block;
				margin-bottom: 14px;
				vertical-align: middle;
				font-weight: 600;
			}

		.top-banner .top-banner-inner .owl-nav {
			display: none;
		}

		.top-banner .top-banner-inner .carousel-btn {
			position: relative;
		}

			.top-banner .top-banner-inner .carousel-btn > a {
				position: absolute;
				color: #fff;
				top: 50%;
				margin-top: 10px;
				z-index: 9;
			}

				.top-banner .top-banner-inner .carousel-btn > a .material-icons {
					font-size: 3rem;
				}

				.top-banner .top-banner-inner .carousel-btn > a.prev {
					left: 0;
				}

				.top-banner .top-banner-inner .carousel-btn > a.next {
					right: 0;
				}

		.top-banner .top-banner-inner .owl-carousel.owl-drag .owl-item .item {
			padding: 0 1.5rem;
		}

	.top-banner .close-btns {
		color: #c9d2e0;
		font-size: 13px;
	}

		.top-banner .close-btns input {
			border-radius: 0;
			background-color: #fff;
		}

		.top-banner .close-btns label {
			margin: 0;
		}


/*****************************************************
	Sub Style
*****************************************************/
.sub-container {
	position: relative; /*font-size: 0.8125rem;*/
}

	.sub-container.container {
		max-width: none;
	}

	.sub-container #content {
		min-height: 500px;
		margin-bottom: 5.5rem;
	}

		.sub-container #content:after {
		}

	/* Title */
	.sub-container h3 {
		font-size: 1.3rem;
		color: #333;
		background: url(../images/bullet01.png) no-repeat 0 6px;
		padding-left: 1.25rem;
		word-break: keep-all;
	}

	.sub-container h4 {
		font-size: 1.1rem;
		color: #0e54c1;
		margin-top: 1rem;
		word-break: keep-all;
	}

	.sub-container h5 {
		font-size: 1rem;
		color: #003d7d;
		margin-top: 1.5rem;
		word-break: keep-all;
	}

	.sub-container h6 {
		font-size: 0.875rem;
		color: #5d5d5d;
		background: url(../images/bullet02.png) no-repeat 1px 3px;
		padding-left: 15px;
		margin-top: 1.5rem;
	}

		.sub-container h3 > small, .sub-container h4 > small, .sub-container h5 > small, .sub-container h6 > small {
			font-size: 60%;
		}

	/* List */
	.sub-container ul {
		margin: 0 0 1.5rem 0;
		padding: 0;
	}

		.sub-container ul li {
			margin: 0.4rem 0;
			padding-left: 0.75rem;
			background: url(../images/bullet03.png) no-repeat 0 8px;
			text-align: left;
			word-break: keep-all;
		}

			.sub-container ul li .box {
				display: block;
				background-color: #edf0f3;
				padding: 0.1rem 0.3rem;
				color: #555;
			}

				.sub-container ul li .box a {
					color: #555;
				}

		.sub-container ul.list-style01 {
		}

			.sub-container ul.list-style01 > li {
				margin: 0.4rem 0;
				padding-left: 1.3rem;
				background: url(../images/bullet04.png) no-repeat 5px 8px;
				color: #666;
			}

		.sub-container ul.list-style02 {
		}

			.sub-container ul.list-style02 > li {
				background: url(../images/bullet04.png) no-repeat 0 18px;
				border-top: 1px dotted #ccc;
				padding-top: 10px;
				padding-left: 12px;
				margin: 0.4rem 0;
				color: #666;
			}

				.sub-container ul.list-style02 > li:first-child {
					border-top: none;
				}

ul.list-style03 {
	margin-bottom: 0;
}

	ul.list-style03 > li {
		position: relative;
		display: inline-block;
		padding: 0 1rem;
		background: none;
	}

		ul.list-style03 > li:after {
			position: absolute;
			content: '';
			top: 3px;
			left: -1px;
			width: 1px;
			height: 0.7rem;
			background: #c4c6d0;
		}

		ul.list-style03 > li:first-child:after {
			display: none;
		}

.sub-container ul.no-list-style {
}

	.sub-container ul.no-list-style li {
		padding: 0 0.3rem 0 0;
		background: none;
	}

.sub-container ol {
	padding-left: 1.3rem;
}

	.sub-container ol > li {
		list-style-type: decimal;
		list-style-position: outside;
		margin: 0.4rem 0;
		padding-left: 0;
		background: none;
	}

	.sub-container ol.row {
		margin-left: 0;
		margin-right: 0;
	}

		.sub-container ol.row > li {
			padding-left: 0;
			padding-right: 30px;
		}

	.sub-container ol.list-style01 {
		padding-left: 1.7rem;
	}

		.sub-container ol.list-style01 > li {
			list-style: none;
		}

			.sub-container ol.list-style01 > li .num {
				margin: 0 3px 0 -24px;
			}

	.sub-container ul.row li, .sub-container ol.row li {
	}

	.sub-container ul > li .material-icons, .sub-container ol > li .material-icons {
		font-size: 1rem;
	}

/* breadcrumb */
.sub-container .breadcrumb {
	padding: 1rem 1.3rem;
	background-color: #f9f9f9;
	border: 1px solid #e8e8e8;
}

	.sub-container .breadcrumb li {
		list-style: none;
		margin: 0;
	}

/* btn */
.btn {
	margin: 0.0625rem 0
}

.btn-sm, .btn-group-sm > .btn {
	font-size: 0.75rem;
}

.card .input-group .btn, .card .btn-wrap .btn, .form-group .btn {
	margin: 0;
}

.card .card-body .input-group .btn + .btn {
	border-left: none;
}

.sub-container .btn .material-icons {
	font-size: 0.875rem;
}

.sub-container .btn-lg .material-icons {
	font-size: 1.1rem;
}

/* Table */
.table {
	background: #fff;
}

	.table thead th {
		padding: 0.4286rem;
	}

	.table ul {
		margin-bottom: 0;
	}

.table-hover tbody tr:hover td, .table-hover tbody tr:focus td {
	background-color: transparent;
}

.table-board h3 {
	background: none;
	padding: 0;
	font-size: 1rem;
}

/* Box */
.box-info {
	display: block;
	padding: 1.3rem 1.3rem;
	margin-bottom: 1.5rem;
	word-break: keep-all;
	border-top: 1px dotted #c8c8c8;
	background-color: #fbfcff;
	border-bottom: 1px dotted #c8c8c8;
}

	.box-info p, .box-info ul {
		margin: 0;
	}

.box-line {
	background: url('../images/box-line.gif') repeat 0 0;
	padding: 5px;
}

	.box-line .inner {
		padding: 1.5rem 2rem;
		background-color: #fff;
	}

	.box-line p, .box-line ul {
		margin: 0;
	}

/* Non Page */
.non-page {
	position: relative;
	text-align: center; /* padding-top: 13rem; */
	margin-bottom: 2.7rem;
}

	.non-page:before {
		content: '\e001';
		font-size: 13rem;
		font-family: 'material-Icons';
		color: #144aa5;
	}

	.non-page.info:before {
		content: '\e0e0';
	}

	.non-page h3 {
		background: none;
		padding: 0;
		margin: 0;
		color: #555;
	}

		.non-page h3 > strong {
			color: #0e55c1;
		}

	.non-page p {
		color: #777;
		margin: 0.8rem 0 2rem;
	}

	.non-page .btn {
		padding-left: 1.3rem;
		padding-right: 1.3rem;
	}


/* board */
.board-view {
}

	.board-view .board-view-title {
		border-bottom: 1px solid #ddd;
		padding: 0.65rem;
		padding-top: 0;
	}

		.board-view .board-view-title h4 {
			color: #000;
			font-size: 1.4rem;
			line-height: 1.3;
			margin: 0 0 0.9rem 0;
		}

	.board-view .board-info {
		line-height: 1.429rem;
		margin-bottom: 0;
	}

		.board-view .board-info span {
			position: relative;
			margin-left: 0.5rem;
			padding-left: 0.5rem;
			color: #666;
		}

			.board-view .board-info span > strong {
				color: #333;
			}

			.board-view .board-info span:first-child {
				margin-left: 0;
				padding-left: 0;
			}

			.board-view .board-info span:after {
				content: '';
				display: inline-block;
				position: absolute;
				left: 0;
				top: 4px;
				width: 1px;
				height: 9px;
				background-color: #d2d3d6;
			}

			.board-view .board-info span:first-child:after {
				display: none;
			}

			.board-view .board-info span .material-icons {
				font-size: 1rem;
				color: #cdcfd3;
				margin-right: 0.2rem;
			}

	.board-view .board-view-files {
		position: relative;
		border-bottom: 1px solid #ddd;
		padding: 0.8rem 0.65rem;
	}

		.board-view .board-view-files h5 {
			color: #666;
			font-size: 1rem;
			margin-top: 0;
		}

		.board-view .board-view-files ul {
			margin-bottom: 0;
		}

			.board-view .board-view-files ul > li {
				position: relative;
				padding-left: 1.75rem;
			}

				.board-view .board-view-files ul > li > a {
				}

					.board-view .board-view-files ul > li > a:after {
						position: absolute;
						top: 0;
						left: 0.625rem;
						content: '\e226';
						font-family: 'material-Icons';
						display: inline-block;
						vertical-align: middle;
						font-size: 1rem;
						color: #999;
					}

					.board-view .board-view-files ul > li > a:hover, .board-view .board-view-files ul > li > a:focus {
						text-decoration: underline;
					}

						.board-view .board-view-files ul > li > a:hover:after, .board-view .board-view-files ul > li > a:focus:after {
							color: #0056b3;
							text-decoration: underline;
						}

						.board-view .board-view-files ul > li > a:hover:after, .board-view .board-view-files ul > li > a:focus:after {
							text-decoration: none;
						}

	.board-view .board-view-cont {
		padding: 1rem 0.5rem 2rem;
	}

		.board-view .board-view-cont img {
			max-width: 100%;
		}

	.board-view + .likeit {
		text-align: center; /* border-bottom: 1px solid #ddd; */ /* border-top: 1px solid #ddd; */
		padding: 1.5rem 0;
		background: #f8f8f8;
	}

		.board-view + .likeit > ul {
			display: inline-block;
			margin: 0;
		}

			.board-view + .likeit > ul > li {
				position: relative;
				display: inline-block;
				background: none;
				padding-left: 2.8rem;
				margin: 0 1.2rem;
			}

				.board-view + .likeit > ul > li:first-child {
					padding-left: 0;
				}

				.board-view + .likeit > ul > li:after {
					position: absolute;
					content: '';
					top: calc(50% - 15px);
					left: 0;
					display: inline-block;
					width: 1px;
					height: 30px;
					background: #ccc;
				}

				.board-view + .likeit > ul > li:first-child:after {
					display: none;
				}

				.board-view + .likeit > ul > li > a {
					position: relative;
					display: block;
					padding: 0.5rem 0 0.5rem 2.7rem;
				}

				.board-view + .likeit > ul > li img {
					position: absolute;
					top: 14px;
					left: 0;
				}

				.board-view + .likeit > ul > li .tit {
					display: block;
					font-size: 13px;
					color: #888;
				}

				.board-view + .likeit > ul > li .num {
					font-size: 20px;
					font-weight: 600;
					color: #333;
				}

	.likeit {
		text-align: center; /* border-bottom: 1px solid #ddd; */ /* border-top: 1px solid #ddd; */
		padding: 1.5rem 0;
		/*background: #f8f8f8;*/
	}

		.likeit > ul {
			display: inline-block;
			margin: 0;
		}

			.likeit > ul > li {
				position: relative;
				display: inline-block;
				background: none;
				padding-left: 2.8rem;
				margin: 0 1.2rem;
			}

				.likeit > ul > li:first-child {
					padding-left: 0;
				}

				.likeit > ul > li:after {
					position: absolute;
					content: '';
					top: calc(50% - 15px);
					left: 0;
					display: inline-block;
					width: 1px;
					height: 30px;
					background: #ccc;
				}

				.likeit > ul > li:first-child:after {
					display: none;
				}

				.likeit > ul > li > a {
					position: relative;
					display: block;
					padding: 0.5rem 0 0.5rem 2.7rem;
				}

				.likeit > ul > li img {
					position: absolute;
					top: 14px;
					left: 0;
				}

				.likeit > ul > li .tit {
					display: block;
					font-size: 13px;
					color: #888;
				}

				.likeit > ul > li .on .tit {
					font-weight: 600;
					color: #0b379b;
				}

				.likeit > ul > li .num {
					font-size: 20px;
					font-weight: 600;
					color: #333;
				}

				.likeit > ul > li .on .num {
					color: #0e358f;
				}
.pager {
	margin-bottom: 2rem;
}

.likeit + .pager {
	padding-top: 2rem;
}

.pager .pager-navi {
	display: block;
	font-weight: 600;
	color: #124fb6;
}

.pager .next {
	text-align: right
}

.pager .pager-title {
	display: inline-block;
	padding: 0 0.5rem;
}

.pager .prev a, .pager .next a {
	display: block;
}

.pager a:hover .pager-title, .pager a:focus .pager-title {
	text-decoration: underline;
	color: #000;
}

.board-comment {
	margin-bottom: 1.5rem;
}

	.board-comment h3 {
		background: none;
		padding: 0 0 0.6rem 0;
		font-size: 1.5rem;
		color: #555;
		margin-bottom: 0;
		border-bottom: 1px solid #777;
	}

		.board-comment h3 .badge {
			font-size: 0.8rem;
		}

	.board-comment .messages {
		border-top: 1px dotted #bfbfbf;
		padding-top: 1.5rem;
	}

		.board-comment .messages:first-child {
			border-top: none;
			padding-top: 0;
		}

		.board-comment .messages > .messages {
			position: relative;
			border-top: 1px dotted #bfbfbf;
			border-bottom: none;
			padding-left: 2.7rem;
		}

			.board-comment .messages > .messages:after {
				content: '';
				position: absolute;
				left: 1.3rem;
				top: 1.5rem;
				width: 0.65rem;
				height: 0.7rem;
				border-left: 1px solid #b1b1b1;
				border-bottom: 1px solid #b1b1b1;
			}

		.board-comment .messages .heading {
			font-weight: 600;
			margin-bottom: 0.6rem;
		}

			.board-comment .messages .heading .date {
				font-weight: 100;
				color: #888;
				margin-left: 0.2rem;
				font-size: 0.8rem;
			}

			.board-comment .messages .heading .comment-btn {
				float: right;
				display: inline-block;
			}

				.board-comment .messages .heading .comment-btn .btn {
					padding: 0 0.1rem;
					background-color: transparent;
					color: #888;
				}

		.board-comment .messages .comment {
			margin-bottom: 1.5rem;
		}

.board-bottom {
	border-top: 1px solid #555;
	padding-top: 2.5rem;
	margin-top: 3rem;
}


/* card */
.card {
	border: #d2d2d2 solid 1px;
}

.card-header .card-header-title {
	font-size: 0.875rem;
	font-weight: 700;
	margin: 0;
	padding: 0.375rem 0;
	background: none;
}

.card-header .mt-1 {
	margin-top: 0.4375rem !important;
}

.card-body.pre-scrollable {
	white-space: normal
}

.card-body label {
	font-weight: 600;
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
}

.card .form-check-label {
	margin-top: 0.125rem;
	padding: 0;
}

.card-footer {
	background: #eee
}

.card-footer-btn {
	padding: 0;
}

.card-table {
	padding: 0;
}

	.card-table .table {
		margin-bottom: 0;
	}

/* search-form */
.search-form {
	border-top: #333e55 solid 2px;
	border-radius: 0;
}

	.search-form .form-group {
		margin-bottom: 0.25rem;
	}

	.search-form .border-top {
		border-top: 1px solid #eaeaea !important
	}

/* profile */
.profile .photo {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 70px;
	height: 70px;
	overflow: hidden;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

	.profile .photo img {
		width: 100%;
		height: 100%;
	}

.profile .myinfo {
	position: relative;
	margin: 0 0 2rem 0;
	padding: 26px 0 0 110px;
	min-height: 70px;
}

	.profile .myinfo .name {
		margin: 0 0 4px 0;
		padding: 0;
		font-weight: 600;
		font-size: 20px;
		color: #202020;
		line-height: 1.25em;
	}

	.profile .myinfo .id {
		margin: 0;
		padding: 0;
		font-weight: 600;
		color: #16a5bb;
		font-size: 1rem;
		line-height: 1.25em;
	}

/* list-tab */
.card-body .list-info {
	padding: 0.4286rem 0 0 0;
}

	.card-body .list-info .btn {
		position: relative;
		border: none;
		background: none;
	}

		.card-body .list-info .btn:after {
			content: '';
			display: block;
			position: absolute;
			top: 7px;
			left: 0;
			width: 1px;
			height: 12px;
			background: #ccc;
		}

		.card-body .list-info .btn:first-child:after {
			display: none;
		}

		.card-body .list-info .btn:hover, .card-body .list-info .btn:focus {
			text-decoration: underline;
		}

		.card-body .list-info .btn .badge {
			padding: 0.2143rem 0.4em;
		}

/* list-type */
.list-type1 {
	border: 1px solid #ccc;
	padding: 0.8rem 1rem;
}

	.list-type1 .list-item {
		border-top: 1px dotted #ccc;
		padding: 0.5rem 0.5rem;
	}

		.list-type1 .list-item:first-child {
			border: none;
			padding-top: 0;
			margin-top: 0;
		}

		.list-type1 .list-item input {
			text-overflow: ellipsis;
		}

/* Gallery */
.board-gallery {
}

	.board-gallery a {
		display: block;
	}

		.board-gallery a .thum {
			position: relative;
			display: block;
			width: 100%;
			height: 0;
			padding-bottom: 75%;
			overflow: hidden;
			background: #f2f2f2 url(../../../../common/images/thumb-non.png) no-repeat 50% 50%;
			transition: all 0.5s;
		}

			.board-gallery a .thum > img {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: auto;
				transition: all .4s ease-in-out;
			}

		.board-gallery a:hover .thum > img, .board-gallery a:focus .thum > img {
			transform: scale(1.1);
		}

		.board-gallery a .txt-box {
			position: relative;
			padding: 1.4rem 1.3rem;
			min-height: 160px;
			background-color: #f7f7f7;
		}

			.board-gallery a .txt-box .category {
				display: block;
				margin-bottom: 0.1rem;
			}

			.board-gallery a .txt-box .tit {
				font-size: 1rem;
				margin-bottom: 1rem;
				min-height: 40px;
				color: #333;
				font-weight: 600;
				display: block;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				text-overflow: ellipsis;
				overflow: hidden;
				word-break: keep-all;
				word-wrap: break-word;
				transition: 0.5s;
			}
			.board-gallery a .txt-box .tit02 {
				font-size: 0.7rem;
				margin-bottom: 1rem;
				min-height: 40px;
				color: #333;
				font-weight: 600;
				display: block;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				text-overflow: ellipsis;
				overflow: hidden;
				word-break: keep-all;
				word-wrap: break-word;
				transition: 0.5s;
			}

		.board-gallery a:hover .txt-box .tit, .board-gallery a:focus .txt-box .tit {
			text-decoration: underline;
		}

		.board-gallery a .txt-box .date {
			position: absolute;
			left: 1.3rem;
			bottom: 1.4rem;
			font-size: 0.8rem;
			margin-right: 0.7rem;
			color: #888;
		}

	.board-gallery.style-2 {
	}

		.board-gallery.style-2 a .thum {
			padding-bottom: 90%;
		}

		.board-gallery.style-2 a .txt-box {
			min-height: auto
		}

			.board-gallery.style-2 a .txt-box .tit {
				margin-bottom: 0;
			}

			.board-gallery.style-2 a .txt-box .date {
				display: none;
			}

/* Webzine */
.board-webzine {
}

	.board-webzine .webzine-item {
	}

		.board-webzine .webzine-item a {
			display: inline-block;
		}

			.board-webzine .webzine-item a .thum {
				position: relative;
				display: inline-block;
				width: 100%;
				height: 0;
				padding-bottom: 60%;
				overflow: hidden;
				background: #d5d7dc url(../../../../common/images/thumb-non.png) no-repeat 50% 50%;
				transition: all 0.5s;
			}

				.board-webzine .webzine-item a .thum > img {
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					transition: all .4s ease-in-out;
				}

			.board-webzine .webzine-item a:hover .thum > img, .board-webzine .webzine-item a:focus .thum > img {
				transform: scale(1.1);
			}

			.board-webzine .webzine-item a .txt-box {
				padding: 1.4rem 1.3rem;
				background-color: #f7f7f7;
			}

				.board-webzine .webzine-item a .txt-box .category {
					display: block;
					margin-bottom: 0.2rem;
				}

				.board-webzine .webzine-item a .txt-box .tit {
					display: block;
					display: -webkit-box;
					-webkit-line-clamp: 2;
					-webkit-box-orient: vertical;
					text-overflow: ellipsis;
					overflow: hidden;
					font-size: 1.4rem;
					line-height: 1.2;
					font-weight: 600;
					margin-bottom: 0.8rem;
					color: #333;
				}

			.board-webzine .webzine-item a:hover .txt-box .tit, .board-webzine .webzine-item a:focus .txt-box .tit {
				text-decoration: underline;
				color: #0b3d92;
			}

			.board-webzine .webzine-item a .txt-box .txt {
				display: block;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				text-overflow: ellipsis;
				overflow: hidden;
				color: #777;
			}

			.board-webzine .webzine-item a:hover .txt-box .txt, .board-webzine .webzine-item a:focus .txt-box .txt {
				color: #333;
			}

			.board-webzine .webzine-item a .txt-box .date {
				display: block;
				font-size: 0.9rem;
				margin-top: 1.7rem;
				color: #999;
			}

/* board-class */
.board-class {
	border-top: 1px solid #4f555f;
}

	.board-class .class-item {
		position: relative;
		border-bottom: 1px dotted #ccc;
		padding-bottom: 1.5rem;
	}

		.board-class .class-item:first-child {
			border-top: none;
			padding-top: 1.5rem;
		}

		.board-class .class-item .checkbox {
			position: absolute;
			right: 1.5rem;
			bottom: 0.5rem;
		}

		.board-class .class-item .thum {
			position: relative;
			display: inline-block;
			width: 100%;
			height: 0;
			padding-bottom: 70%;
			overflow: hidden;
			background: #f1f1f1;
			transition: all 0.5s;
		}

			.board-class .class-item .thum img {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				transition: all .4s ease-in-out;
			}

		.board-class .class-item .txt-box {
		}

			.board-class .class-item .txt-box h3 {
				padding: 0;
				background: none;
			}

			.board-class .class-item .txt-box .txt {
			}

			.board-class .class-item .txt-box .info {
				color: #666;
			}

				.board-class .class-item .txt-box .info > span {
					position: relative;
					padding: 0 0.7rem;
				}

					.board-class .class-item .txt-box .info > span:first-child {
						padding-left: 0;
					}

					.board-class .class-item .txt-box .info > span:after {
						content: '';
						position: absolute;
						display: inline-block;
						width: 1px;
						height: 10px;
						background: #ccc;
						top: 2px;
						left: 0;
					}

					.board-class .class-item .txt-box .info > span:first-child:after {
						display: none;
					}

/* Professor */
.professor-item {
	position: relative;
	display: inline-block;
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 1.5rem;
	padding: 2.1rem 1.6rem;
}

	.professor-item .thum {
		float: left;
		width: 30%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}

		.professor-item .thum img {
			width: 90%;
		}

	.professor-item .professor-cont {
		float: right;
		width: 65%;
	}

		.professor-item .professor-cont:after {
			content: '';
			clear: both;
		}

		.professor-item .professor-cont .name {
			font-size: 1.8rem;
			margin-top: 0.5rem;
			margin-bottom: 1.3rem;
		}

		.professor-item .professor-cont ul {
			margin: 0;
		}

			.professor-item .professor-cont ul > li {
				position: relative;
				word-break: break-word;
				padding-left: 5.2rem;
				color: #777;
			}

				.professor-item .professor-cont ul > li:first-child {
				}

				.professor-item .professor-cont ul > li > span {
					position: absolute;
					top: 0;
					left: 0.7rem;
					color: #000;
				}

	.professor-item .professor-btn {
		position: absolute;
		top: 1.1rem;
		right: 0.9rem;
	}

		.professor-item .professor-btn > a {
			display: inline-block;
			width: 2.5rem;
			height: 2.5rem;
			margin: 0.2rem;
			text-align: center;
			background-color: #e3e8ec;
			border-radius: 50%;
			color: #5c6069;
			transition: 0.5s;
		}

			.professor-item .professor-btn > a:hover, .professor-item .professor-btn > a:focus {
				color: #0949ab;
			}

			.professor-item .professor-btn > a > .material-icons {
				line-height: 2.5rem
			}

#professor-modal .modal-body {
	max-height: 600px;
	overflow: hidden;
	overflow-y: scroll;
}

	#professor-modal .modal-body .professor-item {
		border: none;
		border-bottom: 1px solid #354e73;
		padding: 0 0 1.2rem 0;
		margin-bottom: 0;
	}

		#professor-modal .modal-body .professor-item .thum {
			width: 25%
		}

		#professor-modal .modal-body .professor-item .professor-cont {
			width: 70%
		}

/* PDF */
.pdf-viewer {
	display: block;
	padding: 1.3rem 1.3rem;
	margin-bottom: 1.5rem;
	word-break: keep-all;
	border-top: 1px dotted #c8c8c8;
	background-color: #fbfcff;
	border-bottom: 1px dotted #c8c8c8;
}

	.pdf-viewer > ul {
		margin: 0;
	}

/* FAQ */
.faq .f-box, .faq .q-box {
	display: inline-block;
	width: 1.5rem;
	height: 1.3rem;
	background-color: #546073;
	text-align: center;
	color: #fff;
	font-size: 0.9rem;
	margin-right: 0.5rem;
}

.faq .f-box {
	background-color: #0e55c1;
}

.faq .q-box {
}


/* Calendar */
.calendar table tr th, .calendar table tr td {
	padding: 0.35rem;
}

.calendar-top {
	position: relative;
}

.calendar-btn-left {
	position: absolute;
	left: 15px;
	top: 15px;
}

.calendar-btn-right {
	position: absolute;
	right: 15px;
	top: 15px;
}

	.calendar-btn-left i, .calendar-btn-right i {
		font-size: 2.2rem;
	}

.calendar-btn-left, .calendar-btn-right {
	display: inline-block;
	width: 2.2rem;
	height: 2.2rem;
	margin: 0.2rem;
	text-align: center;
	background-color: #e3e8ec;
	border-radius: 50%;
	color: #5c6069;
	transition: 0.5s;
}

	.calendar-btn-left .material-icons, .calendar-btn-right .material-icons {
		line-height: 2.2rem
	}

.calendar-top .left-year {
	position: absolute;
	left: 0;
	padding-left: 70px;
	top: 25px;
	font-size: 1.2rem;
}

.calendar-top .right-year {
	position: absolute;
	right: 0;
	padding-right: 70px;
	top: 25px;
	font-size: 1.2rem;
}

.calendar-wrap .card .card-body ul.calendar-list {
	padding: 0.5rem;
}

/* Calendar-rice */
.calendar .calendar-header {
	margin-bottom: 1rem;
}

	.calendar .calendar-header .text-center {
		font-weight: 600;
		font-size: 1.1rem;
		color: #124fb6;
	}

.calendar table {
	table-layout: fixed
}

	.calendar table td {
		height: 100px;
	}

		.calendar table td .txt-wrap {
			position: relative;
			font-size: 12px;
			height: 100%;
			padding-bottom: 34px;
			vertical-align: top !important;
		}

	.calendar table .float-left {
		line-height: 24px;
	}

	.calendar table .other-month > div {
		color: #ccc
	}

	.calendar table .btn.float-right {
		position: absolute;
		top: -3px;
		right: 0;
		padding: 0 0.25rem;
	}

	.calendar table a.btn.float-right > i {
		color: #999;
		font-size: 1rem;
	}

	.calendar table a.btn.float-right:hover > i, .calendar table a.btn.float-right:focus > i {
		color: #124fb6;
	}

.calendar .list-item > a {
	display: block;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 2px;
	padding: 0 1px;
	background: #3a87ad;
	border-radius: 3px;
	color: #fff;
}

.calendar .calendar-month .sun {
	color: #660000;
}

.calendar .calendar-month .sat {
	color: #003399;
}

.calendar .calendar-month .other-month {
	color: #a0a0a0;
}

.calendar .calendar-month .today {
	background-color: #ECFDFF;
}

	.calendar .calendar-month .today .num {
		color: #007bff;
		font-weight: 600;
	}

.calendar table td .txt-wrap .btn.bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
}

/* site-map */
.site-map h3 {
	position: relative;
	color: #124fb6;
	font-size: 1.4rem;
	background: none;
	padding: 1rem 0 0 0;
	margin-bottom: 1rem;
	word-break: normal;
}

	.site-map h3:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 40%;
		height: 0.2rem;
		background-color: #124fb6;
	}

.site-map .site-map-list {
	background-color: #f3f4f8;
	padding: 0.3rem 1.6rem 1.3rem;
	margin-bottom: 3.5rem;
}

	.site-map .site-map-list h4 {
		font-size: 1.1rem;
	}

		.site-map .site-map-list h4 > a {
			display: block;
			color: #000;
		}

			.site-map .site-map-list h4 > a:hover, .site-map .site-map-list h4 > a:focus {
				text-decoration: underline;
			}

	.site-map .site-map-list ul {
		margin-bottom: 0.5rem;
	}

		.site-map .site-map-list ul > li > a:hover, .site-map .site-map-list ul > li > a:focus {
			text-decoration: underline;
		}

		.site-map .site-map-list ul > li > ul {
			margin: 0.2rem 0 0.8rem;
		}

			.site-map .site-map-list ul > li > ul > li {
				background: url(../images/bullet04.png) no-repeat 0px 10px;
				margin: 0.1rem 0;
				padding-left: 0.8rem;
			}

				.site-map .site-map-list ul > li > ul > li > a {
					font-size: 0.9rem;
					color: #999;
				}

/* ellipsis */
.ellipsis {
	display: inline-block;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* reply */
.reply-item {
	background: url("/Content/images/main/linedown.gif") 1.5rem 1.4rem no-repeat;
	padding-left: 3rem;
}

@media (min-width: 576px) {
	.board-view .board-view-files {
		padding-left: 9rem;
	}

		.board-view .board-view-files h5 {
			position: absolute;
			top: 1.1rem;
			left: 0.75rem;
			margin: 0;
			color: #333;
			font-size: 0.8125rem;
		}

		.board-view .board-view-files ul {
			position: relative;
		}

			.board-view .board-view-files ul:after {
				content: '';
				position: absolute;
				left: -1.5rem;
				top: 0;
				display: block;
				background: #d2d3d5;
				width: 1px;
				height: 100%;
			}

	.site-map .site-map-list {
		background-color: transparent;
		padding: 0;
		border-top: 1px solid #ccc;
	}
}

@media (min-width: 768px) {
	.pdf-viewer {
		padding-left: 10.5rem;
		background: #fbfcff url(../images/pdf-img.png) no-repeat 2rem 1.5rem;
	}

	.site-map h3 {
		font-size: 1.8rem;
		padding-top: 1.3rem;
		margin-bottom: 0;
	}

		.site-map h3:after {
			width: 100%;
		}

	.site-map .site-map-list h4 {
		font-size: 1.2rem;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.pager-calendar .card .card-body .table tr td {
		padding: 0.30rem;
		font-size: 0.8rem;
	}

	.pager-calendar .card .card-body .table thead th {
		padding: 0.30rem;
		font-size: 0.8rem;
	}

	.pager-calendar .card .card-header {
		font-size: 1rem;
	}

	.pager-calendar .card .card-body ul.calendar-list li {
		font-size: 0.9rem;
		margin: 0.2rem;
	}

	.pager-calendar .card .card-body ul.calendar-list {
		padding: 0.5rem;
	}
}

@media (min-width: 992px) {
	.sub-container {
		max-width: none !important;
	}

	.board-view .board-view-files {
		padding-left: 14rem;
	}

	.board-webzine .webzine-item {
		float: none;
		display: block;
		clear: both;
		border-top: 1px dotted #ccc;
		padding-top: 2rem;
	}

		.board-webzine .webzine-item:first-child {
			border-top: none;
			padding-top: 0;
		}

		.board-webzine .webzine-item a .thum {
			float: left;
			width: 30%;
			padding-bottom: 18%;
		}

		.board-webzine .webzine-item a .txt-box {
			float: right;
			background-color: transparent;
			width: 70%;
			padding: 0.35rem 1.6rem;
		}

			.board-webzine .webzine-item a .txt-box .tit {
				font-size: 1.6rem;
				-webkit-line-clamp: 1;
			}

			.board-webzine .webzine-item a .txt-box .txt {
				-webkit-line-clamp: 3;
			}

	.pager-calendar .card .card-body .table tr td, .pager-calendar .card .card-body .table thead th {
		padding: 0.5rem 0.45rem;
		font-size: 14px;
	}

	.pager-calendar .card .card-body ul.calendar-list {
		padding: 0.5rem 0;
	}

	.pager-calendar .card .card-body .table {
		border-right: 1px solid #eee;
	}

		.pager-calendar .card .card-body .table tr:last-child td {
			border-bottom: 0;
		}
}

@media (min-width: 1200px) {

	.board-webzine .webzine-item a .txt-box .date {
		font-size: 1rem;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1340px;
	}

	.board-webzine .webzine-item a .txt-box .tit {
		-webkit-line-clamp: 2;
	}

	.pager-calendar table tr th, .calendar table tr td {
		padding: 0.75rem;
	}
}


/* ricee - form-check-inline */
.sub-container ul.form-check-inline {
	display: block;
}

	.sub-container ul.form-check-inline li {
		position: relative;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 0;
		margin-right: 0.75rem;
	}

	.sub-container ul.form-check-inline label {
		margin-bottom: 0;
	}

	.sub-container ul.form-check-inline input {
		position: static;
		margin-top: 0;
		margin-right: 0.3125rem;
		margin-left: 0;
	}


.table .tit {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 95%;
}

/* Non Class */
.non-class {
	position: relative;
	text-align: center;
}

.non-class:before {
	content: '\e001';
	font-size: 5rem;
	font-family: 'material-Icons';
	color: #144aa5;
	line-height: 1;
}

.non-class h3 {
	background: none;
	padding: 0;
	margin: 0;
	color: #555;
}

	.non-class h3 > strong {
		color: #0e55c1;
	}

.non-class p {
	color: #777;
	margin: 0.8rem 0 2rem;
}

.non-class .btn {
	padding-left: 1.3rem;
	padding-right: 1.3rem;
}