/*
 * optian reset
 * wireframe.css
 */
/* Main Menu  */
.menu-item .lang {
	color: #999999;
}

/* Gallery */
body .mg_def_txt_under {
	color: #111;
	font-size: 18px;
	font-weight: 500;
}
body .mgi_txt_under {
	text-align: center;
}

/* Table */
/* Professor */
.professor-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.professor-table .col-1,
.professor-table .col-2 {
	width: 15%;
}
.professor-table .col-4 {
	width: 25%;
}
.professor-table thead th {
	border-top: 4px solid #006cb8;
	background-color: rgba(230, 242, 255, .3);
	border-bottom-width: 0;
	font-size: 17px;
}
.professor-table th,
.professor-table td {
	padding: 20px;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 15px;
}
@media (max-width: 890px) {
	.professor-box {
		overflow-x: auto;
	}
	.professor-table {
		min-width: 880px
	}
}

/* Org-table */
.org-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.org-table .col-1,
.org-table .col-2 {
	width: 15%;
}
.org-table .col-4 {
	width: 25%;
}
.org-table tr:first-child {
	border-top: 4px solid #006cb8;
}
.org-table th {
	background: #f9f9f9;
}
.org-table th,
.org-table td {
	padding: 20px;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 15px;
}
@media (max-width: 750px) {
	.org-box {
		overflow-x: auto;
	}
	.org-table {
		min-width: 740px
	}
}

/* Process */ 
.process-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.process-table .col-1 {
	width: 10%;
}
.process-table .col-2 {
	width: 15%;
}
.process-table .col-3 {
	width: 25%;
}
.process-table thead th {
	border-top: 4px solid #006cb8;
	background-color: rgba(230, 242, 255, .3);
	border-bottom-width: 0;
	font-size: 17px;
}
.process-table th,
.process-table td {
	padding: 20px;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 15px;
}
@media (max-width: 890px) {
	.process-box {
		overflow-x: auto;
	}
	.process-table {
		min-width: 880px
	}
}

.process-2-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.process-2-table .col-1 {
	width: 20%;
}
.process-2-table thead th {
	border-top: 4px solid #006cb8;
	background-color: rgba(230, 242, 255, .3);
	border-bottom-width: 0;
	font-size: 17px;
}
.process-2-table th,
.process-2-table td {
	padding: 25px;
	border: 1px solid #ccc;
	font-size: 15px;
}
.process-2-table th,
.process-2-table td:first-child {
	text-align: center;
}
@media (max-width: 890px) {
	.process-2-box {
		overflow-x: auto;
	}
	.process-2-table {
		min-width: 880px
	}
}

.process-3-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.process-3-table .col-1 {
	width: 20%;
}
.process-3-table thead th {
	border-top: 4px solid #006cb8;
	background-color: rgba(230, 242, 255, .3);
	border-bottom-width: 0;
	font-size: 17px;
}
.process-3-table th,
.process-3-table td {
	padding: 20px;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 15px;
}
@media (max-width: 890px) {
	.process-3-box {
		overflow-x: auto;
	}
	.process-3-table {
		min-width: 880px
	}
}

.process-7-table.requ .col-1,
.process-7-table.requ .col-2 {
	width: 20%;
}

.process-7-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.process-7-table .col-1,
.process-7-table .col-2,
.process-7-table .col-5,
.process-7-table .col-6 {
	width: 10%;
}
.process-7-table .col-3 {
	width: 10%;
}
.process-7-table .col-7 {
	width: 15%;
}
.process-7-table thead th {
	border-top: 4px solid #006cb8;
	background-color: rgba(230, 242, 255, .3);
	border-bottom-width: 0;
	font-size: 17px;
}
.process-7-table th,
.process-7-table td {
	padding: 20px;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 15px;
}
@media (max-width: 950px) {
	.process-7-box {
		overflow-x: auto;
	}
	.process-7-table {
		min-width: 920px
	}
	.process-7-table .col-1,
	.process-7-table .col-2 {
		width: 10%;
	}
	.process-7-table .col-3 {
		width: 14%;
	}
	.process-7-table .col-7 {
		width: 12%;
	}
}

/* Microdegree */
.micro-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.micro-table .col-3 {
	width: 30%;
}
.micro-table .col-4,
.micro-table .col-5 {
	width: 18%;
}
.micro-table th {
	background-color: #003c66;
	color: #fff;
}
.micro-table th,
.micro-table td {
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 15px;
}
.micro-table .blod {
	font-weight: 700;
}
.micro-table .b-color {
	color: #006cb8;
}
@media (max-width: 870px) {
	.micro-box {
		overflow-x: auto;
	}
	.micro-table {
		min-width: 860px
	}
}

.micro-3-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.micro-3-table .col-2 {
	width: 50%;
}
.micro-3-table th {
	background-color: #003c66;
	color: #fff;
}
.micro-3-table th,
.micro-3-table td {
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 15px;
}
.micro-3-table .blod {
	font-weight: 700;
}
.micro-3-table .b-color {
	color: #006cb8;
}
@media (max-width: 870px) {
	.micro-3-box {
		overflow-x: auto;
	}
	.micro-3-table {
		min-width: 860px
	}
}

.micro-4-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.micro-4-table .col-2 {
	width: 50%;
}
.micro-4-table th {
	background-color: #003c66;
	color: #fff;
}
.micro-4-table th,
.micro-4-table td {
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 15px;
}
.micro-4-table .blod {
	font-weight: 700;
}
.micro-4-table .b-color {
	color: #006cb8;
}
@media (max-width: 870px) {
	.micro-4-box {
		overflow-x: auto;
	}
	.micro-4-table {
		min-width: 860px
	}
}

.game-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.game-table .col-1 {
	width: 8%;
}
.game-table .col-2 {
	width: 22%;
}
.game-table .col-5,
.game-table .col-8 {
	width: 18%;
}
.game-table .col-3,
.game-table .col-6 {
	width: 7%;
}
.game-table thead th {
	border-top: 4px solid #006cb8;
	background-color: rgba(230, 242, 255, .3);
	border-bottom-width: 0;
	font-size: 17px;
}
.game-table thead .normal {
	border-top: 1px solid #ccc;
}
.game-table th,
.game-table td {
	padding: 15px;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 15px;
}
@media (max-width: 1111px) {
	.game-box {
		overflow-x: auto;
	}
	.game-table {
		min-width: 1110px
	}
}

/* Gallery */
body .st-grid-col-content-script .st-article-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
}

/* KBoard */
/* Calendar */
body .kboard-cross-calendar-list .kboard-calendar-table tr td a {
	pointer-events: none;
	cursor: default;
}
body.logged-in .kboard-cross-calendar-list .kboard-calendar-table tr td a {
	cursor: pointer;
}

body .kboard-default-poweredby,
body .kboard-cross-calendar-poweredby {
	display: none;
}
body #kboard-default-list .kboard-list table td.kboard-list-user {
	width: 180px;
}
body #kboard-default-list .kboard-pagination .kboard-pagination-pages li:hover a, 
body #kboard-default-list .kboard-pagination .kboard-pagination-pages li.active a {
	background-color: #006cb8;
	color: #fff;
}
body a.kboard-default-button-small, 
body input.kboard-default-button-small, 
body button.kboard-default-button-small {
	background-color: #006cb8 !important;
	color: #fff !important;
}
body #kboard-default-list .kboard-list table td {
	padding: 15px 0;
}
body #kboard-default-list .kboard-list table a { 
	font-size: 15px;
}



/* Sub title-mark */
.sub-title h2::before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	background-image: url(/wp-content/uploads/2024/06/sub-title-mark.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: -1px;
	margin-right: 10px;
}

/* Copyright */
.coptright-box {
	margin-bottom: 70px;
}
.coptright-box .logo {
	float: left;
}
.coptright-box .info {
	float: right;
}
.coptright-box .info p {
	margin: 0;
}
.coptright-box .info span {
	margin-left: 10px;
	margin-right: 10px;
}
.coptright-box .info .copy {
	color: #555;
	margin-top: 10px;
}
@media (max-width: 780px) {
	.coptright-box .logo,
	.coptright-box .info {
		float: none;
	}
	.coptright-box .logo {
		margin-bottom: 40px;
		text-align: center;
	}
	.coptright-box .info {
		text-align: center;
	}

}