@charset "UTF-8";
/* CSS Document */

#plink a {
	margin-right: 50px;
}
#plink a.nm {
	margin-right: 0;
}
.wbase:last-child {
	margin: 60px 0 0;
}
.title strong {
	font-size: 21px;
	line-height: 36px;
	color: #FFF;
	display: inline-block;
	background-color: #182987;
	padding: 0 12px;
	margin-bottom: 25px;
	position: relative;
}
.title strong::before {
	content: '';
	display: block;
	width: 16px;
	height: 36px;
	font-size: 0;
	position: absolute;
	top: 0;
	right: -16px;
	background-image: url(../img/program_ts.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.title strong.red {
	background-color: #ff6567;
}
.title strong.red::before {
	background-image: url(../img/program_ts_r.png);
}
.newstitle strong {
	display: block;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 500;
	color: #182987;
	word-break: break-all;
	font-feature-settings: "palt";
	padding-bottom: 15px;
	border-bottom: 1px solid #a1a2a2;
}
.newstitle > div {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 15px 0 40px;
}
.newstitle > div > div:first-child p {
	width: 72px;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
	font-feature-settings: "palt";
}
.newstitle > div > div:first-child p.c1 {
	background-color: #5dccbf;
}
.newstitle > div > div:first-child p.c2 {
	background-color: #ffb39b;
}
.newstitle > div > div:last-child {
	font-size: 16px;
	line-height: 20px;
	color: #182987;
}

#tinymce,#tinymce p {
	font-size: 18px;
	line-height: 2;
	color: #3e3a39;
	text-align: justify;
	word-break: break-all;
}
#tinymce a {
	text-decoration: underline;
	color: #2e7ce5;
}

#imgset {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 60px;
}
#imgset a {
	font-size: 0;
	text-decoration: none;
	margin: 0 10px 15px;
}
#imgset a img {
	width: auto;
	height: 250px;
}
#imgset a img.one {
	height: auto;
	max-height: 800px;
}
.lum-close-button {
	opacity: 1 !important;
}

.backbtn {
	text-align: center;
	padding-top: 50px;
}
.backbtn a {
	display: block;
	width: 350px;
	box-sizing: border-box;
	padding-right: 15px;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	line-height: 80px;
	color: #FFF;
	background-color: #182987;
	border-radius: 10px;
	margin: 0 auto;
	background-image: url(../img/e-learning_archivebtn.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
}

#news_cate {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
#news_cate a {
	display: block;
	width: 194px;
	text-decoration: none;
	font-size: 24px;
	line-height: 80px;
	color: #3e3a39;
	text-align: center;
	background-color: #f3f4f4;
	border: 1px solid #9b9c9c;
	border-radius: 10px;
	margin: 0 22px;
}
#news_cate a.slt {
	color: #FFF;
}
#news_cate a.all.slt {
	background-color: #5d69ab;
	border-color: #5d69ab;
}
#news_cate a.c1.slt {
	background-color: #5dccbf;
	border-color: #5dccbf;
}
#news_cate a.c2.slt {
	background-color: #ffb29a;
	border-color: #ffb29a;
}
#news_cate a span {
	padding-right: 8px;
}
#news_cate a.all span {
	color: #5d69ab;
}
#news_cate a.c1 span {
	color: #5dccbf;
}
#news_cate a.c2 span {
	color: #ffb29a;
}
#news_cate a.slt span {
	color: #FFF;
}

.newslist table {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px dotted #d4d4d4;
}
.newslist th,.newslist td {
	border-bottom: 1px dotted #d4d4d4;
	text-align: justify;
	vertical-align: top;
	padding: 20px 0;
	word-break: break-all;
	color: #3e3a39;
	line-height: 33px;
}
.newslist th {
	width: 160px;
	font-size: 18px;
}
.newslist td.cate {
	width: 105px;
}
.newslist td.cate p {
	width: 80px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
	font-feature-settings: "palt";
	margin-top: 7px;
}
.newslist td.cate p.c1 {
	background-color: #5dccbf;;
}
.newslist td.cate p.c2 {
	background-color: #ffb29a;;
}
.newslist td.news {
	width: calc(100% - 160px - 105px);
	font-size: 22px;
}
.newslist td.news a {
	text-decoration: none;
	color: #3e3a39;
}

.pagelist {
	padding: 60px 0 0;
	text-align: center;
}
.pagelist a {
	display: inline-block;
	min-width: 32px;
	font-size: 24px;
	line-height: 32px;
	text-decoration: none;
	color: #2e7ce8;
	margin: 0 18px;
}
.pagelist a i {
	margin-left: 10px;
}
.pagelist span {
	display: inline-block;
	width: 32px;
	border-radius: 32px;
	font-size: 24px;
	line-height: 32px;
	color: #FFF;
	background-color: #0d4876;
	margin: 0 18px;
}


@media screen and (max-width: 999px) {
	#contents > .container {
		overflow: visible;
	}
	#plink a {
		margin-right: 0;
	}
	.wbase {
		margin: 20px 0 0;
	}
	.wbase:last-child {
		margin: 38px 0 0;
	}
	.title strong {
		font-size: 14px;
		line-height: 24px;
		position: relative;
		z-index: 0;
	}
	.title strong::before {
		width: 11px;
		height: 24px;
		background-size: 100%;
		right: -11px;
	}
	.title strong::after {
		content: '';
		display: block;
		width: calc(100vw - 40px);
		height: 1px;
		font-size: 0;
		background-color: #182987;
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.title strong.red::after {
		background-color: #ff6567;
	}
	.newstitle strong {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.newstitle > div {
		padding: 8px 0 20px;
	}
	.newstitle > div > div:first-child p {
		width: 50px;
		font-size: 10px;
		line-height: 14px;
	}
	.newstitle > div > div:last-child {
		font-size: 10px;
		line-height: 14px;
	}
	#tinymce, #tinymce p {
		font-size: 14px;
	}
	#imgset {
		padding-top: 25px;
	}
	#imgset a {
		margin: 0 6px 8px;
	}
	#imgset a img {
		height: 125px;
	}
	#imgset a img.one {
		height: auto;
		max-width: 250px;
	}
	.backbtn a {
		width: 265px;
		line-height: 60px;
		font-size: 18px;
		background-size: 30px auto;
		background-position: right 15px center;
	}

	#news_cate a {
		width: 95px;
		font-size: 12px;
		line-height: 40px;
		margin: 0 11px;
		border-radius: 5px;
	}
	.newslist tr {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		border-bottom: 1px dotted #d4d4d4;
	}
	.newslist th, .newslist td {
		display: block;
		border-bottom: none;
		line-height: 1.3;
	}
	.newslist th {
		font-size: 12px;
		line-height: 1;
		width: 107px;
		padding: 11px 0 0;
	}
	.newslist td.cate {
		padding: 0;
	}
	.newslist td.cate p {
		font-size: 12px;
		margin-top: 7px;
	}
	.newslist td.news {
		font-size: 14px;
		width: 100%;
		padding: 7px 0;
	}
	.pagelist {
		padding: 30px 0 0;
	}
	.pagelist a {
		font-size: 16px;
		min-width: 22px;
		line-height: 22px;
		margin: 0 9px;
	}
	.pagelist span {
		width: 22px;
		border-radius: 22px;
		font-size: 16px;
		line-height: 22px;
		margin: 0 9px;
	}
}