<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =======================================

	ContentsElements

======================================= */
/* ------------------------------------
	wrapper
------------------------------------ */
#wrapper {
	width: 980px;
	margin: 40px auto;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	#wrapper {
		width: 90%;
		margin: 30px auto;
	}
}

/* ------------------------------------
	singleCont
------------------------------------ */
#singleCont {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 40px;
	background: #F5F5F5;
}
#singleCont #wrapper {
	width: 980px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	#singleCont {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0;
	}
	#singleCont #wrapper {
		width: 90%;
	}
}

/* ------------------------------------
	main
------------------------------------ */
main {
	width: 640px;
	float: right;
}
#singleCont main {
	width: 980px;
	margin: 0 auto;
	float: none;
}

@media only screen and (max-width: 768px) {
	main {
		width: 100%;
		margin: 0 auto 40px;
		float: none;
	}
	#singleCont main {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
}

/* ------------------------------------
	ttlArea
------------------------------------ */
.ttlArea {
	height: 168px;
	position: relative;
	background: url(/hojin/files/common/ttl-bg.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.ttlArea h2 {
	text-align: center;
	color: #FFF;
	font-size: 28px;
	font-family: 'Poppins', sans-serif;
	line-height: 1.3;
	letter-spacing: 4px;
	position: absolute;
	top: 52%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ttlArea h2 span {
	display: block;
	font-size: 14px;
	letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
	.ttlArea {
		height: 120px;
		background: url(/hojin/files/common/ttl-bg.jpg) center top no-repeat;
		background-size: cover;
		background-attachment: scroll;
	}
	.ttlArea h2 {
		line-height: 1.3;
	}
}

/* ------------------------------------
	newsCont
------------------------------------ */
.newsCont {
	margin: 0 0 40px;
}
.newsCont h1 {
	margin: 0 0 30px 0;
	padding: 0 30px 25px 30px;
	color: #000;
	line-height: 140%;
	font-size: 150%;
	position: relative;
	border-bottom: 4px solid #f1f1f1;
}
.newsCont h1:before {
	content: "";
	width: 8px;
	height: 1.4em;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}
.newsCont .noNews {
	margin: 0 0 60px;
	text-align: center;
}
@media screen and (max-width: 768px){
	.newsCont h1 {
		padding: 0 3% 25px 5%;
	}
}

/* ------------------------------------
	backBtn
------------------------------------ */
.backBtn {
	text-align: center;
	position: relative;
}
.backBtn .btn span:before {
	margin: 0 10px 0 0;
	display: inline-block;
	position: absolute;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.backBtn span {
	padding: 0 0 0 20px;
	display: inline-block;
}
.backBtn .btn:before {
	position: absolute;
}

@media screen and (max-width: 768px){
	.backBtn .btn {
		padding: 5px 15px;
	}
}

/* ------------------------------------
	errorCont
------------------------------------ */
.errorCont {
	margin: 30px 0;
	text-align: center;
}
.errorCont h1 {
	margin: 0 0 30px;
	font-size: 60px;
	font-family: 'Poppins', sans-serif;
	line-height: 1.3;
	letter-spacing: 1px;
}
.errorCont h1 span {
	display: block;
	font-size: 35px;
}
.errorCont p {
	margin: 0 0 30px;
}
a.btnMore {
	width: 280px;
	padding: 15px 10px 15px 0;
}

@media only screen and (max-width: 768px) {
	.errorCont {
		margin: 0;
	}
	.errorCont h1 span {
		display: block;
		font-size: 26px;
	}
}

/* ------------------------------------
	pagination
------------------------------------ */
.pagiNation {
	width: 100%;
	margin: 30px 0;
	min-height: 1em;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.pagiNation ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	background: none;
}
.pagiNation ul li {
	margin: 0;
	display: inline-block;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	background: none;
}
.pagiNation ul li a {
	padding: 10px 12px;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	background: #492e65;
	border: 1px solid #FFF;
	border-radius: 3px;
	transition: all 0.3s ease-out;
}
.pagiNation ul li.pnPrev {
	margin: 0 20px 0 0;
}
.pagiNation ul li.pnNext {
	margin: 0 0 0 20px;
}
.pagiNation ul li a:link,
.pagiNation ul li a:visited,
.pagiNation ul li a:active,
body:not(.setTb) .pagiNation ul li a:hover { text-decoration:none;}
body:not(.setTb) .pagiNation ul li a:hover { background: #3a2551;}
.pagiNation ul li.pnAcv a {
	background: #e6e1ea;
	cursor: default;
}
.pagiNation ul li.pnAcv a:link,
.pagiNation ul li.pnAcv a:visited,
.pagiNation ul li.pnAcv a:active,
body:not(.setTb) .pagiNation ul li.pnAcv a:hover { color: #000;}
body:not(.setTb) .pagiNation ul li.pnAcv a:hover { background: #e6e1ea;}
/* -- oneColumn-- */
#oneCol .pagiNation {
	margin: 30px 0 40px;
}
#oneCol .pagiNation ul li a {
	padding: 10px 18px;
}
#oneCol .pagiNation ul li.pnPrev {
	margin: 0 20px 0 10px;
}
#oneCol .pagiNation ul li.pnNext {
	margin: 0 10px 0 20px;
}

@media only screen and (max-width: 720px) {
	.pagiNation,
	#oneCol .pagiNation {
		width: 94%;
		margin: 30px 3%;
	}
	.pagiNation ul {
		padding: 3.5em 0 0 0;
	}
	.pagiNation ul li a,
	#oneCol .pagiNation ul li a {
		padding: 6px;
	}
	.pagiNation ul li.pnPrev {
		width: 45%;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	.pagiNation ul li.pnNext {
		width: 45%;
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
	.pagiNation ul li.pnPrev a,
	.pagiNation ul li.pnNext a {
		display: block;

	}
	#oneCol .pagiNation ul li.pnPrev,
	#oneCol .pagiNation ul li.pnNext {
		margin: 0;
	}
}

/* ------------------------------------
	sub
------------------------------------ */
#sub {
	width: 290px;
	float: left;
}
#sub nav {
	margin: 0 0 30px;
	border-top:  2px solid #000;
}
#sub nav &gt; ul {
	border-right: 1px solid #efeef4;
	border-bottom: 1px solid #efeef4;
	border-left: 1px solid #efeef4;
}
#sub nav ul li a {
	padding: 25px 10px 25px 42px;
	display: block;
	text-decoration: none;
	font-size: 1.143em;
	line-height: 1.5;
	color: #000;
	position: relative;
	background: #f1f1f1;
	border-bottom: 1px solid #fff;
}
#sub nav ul li a:before {
	content: "\e60b";
	font-family: "hojin";
	color: #000;
	font-weight: bold;
	position: absolute;
	left: 23px;
	top: 24px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
#sub nav ul li ul li a {
	padding: 15px 10px 15px 60px;
	font-size: 1em;
	background: -webkit-linear-gradient(left top, #f1f1f1, #f1f1f1 25%, #ffffff 25%, #ffffff 50%, #f1f1f1 50%, #f1f1f1 75%, #ffffff 75%, #ffffff);
	background: linear-gradient(-45deg, #f1f1f1, #f1f1f1 25%, #ffffff 25%, #ffffff 50%, #f1f1f1 50%, #f1f1f1 75%, #ffffff 75%, #ffffff);
	background-size: 4px 4px;
}
#sub nav ul li ul li a:before {
	content: "";
	width: 3px;
	height: 3px;
	position: absolute;
	left: 46px;
	top: 26px;
	-webkit-transform: scale(1);
	transform: scale(1);
	background: #000;
	border-radius: 50%;
}
#sub nav &gt; ul &gt; li:last-child &gt; a,
#sub nav &gt; ul &gt; li &gt; ul &gt; li:last-child &gt; a {
	border-bottom: none;
}
#sub nav ul li.parent &gt; a {
}
#sub nav ul li.parent.active &gt; a {
	border-bottom: 1px solid #efeef4;
}
#sub nav &gt; ul &gt; li.active,
#sub nav &gt; ul &gt; li.active &gt; ul &gt; li.active {
	border-bottom: none;
}
#sub nav &gt; ul &gt; li.active &gt; a,
#sub nav &gt; ul &gt; li.active &gt; ul &gt; li.active &gt; a {
	color: #492e65;
	background: #fff;
}
#sub nav &gt; ul &gt; li.active &gt; a:before,
#sub nav &gt; ul &gt; li.active &gt; ul &gt; li.active &gt; a:before {
	color: #492e65;
}
#sub nav &gt; ul &gt; li.parent &gt; ul {
	display: none;
}
#sub nav &gt; ul &gt; li.parent.active &gt; ul {
	display: block;
}
#sub h2 {
	margin: 0 0 20px;
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	line-height: 1.4;
}
#sub h2 span {
	font-size: 14px;
	color: #492e65;
	display: block;
}
#sub .schoolList li {
	margin: 0 0 4px;
	border: 1px solid #efeef4;
}
#sub .schoolList li a {
	width: 100%;
	display: table;
	text-decoration: none;
	position: relative;
}
#sub .schoolList li a:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	border-top: 7px solid #492e65;
	border-right: 7px solid #492e65;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
#sub .schoolList li figure {
	width: 80px;
	display: table-cell;
	vertical-align: middle;
}
#sub .schoolList li figure img {
	display: block;
}
#sub .schoolList .schoolInfo {
	width: 700px;
	padding: 0 10px;
	display: table-cell;
	vertical-align: middle;
}
#sub .schoolList li .schoolName {
	display: block;
	color: #000;
	font-weight: bold;
}
#sub .schoolList li .schoolInfo .iconBlank {
	padding: 0 20px 0 0;
	position: relative;
	font-size: 0.857em;
}
#sub .schoolList li .schoolInfo .iconBlank:before {
	content: "\e908";
	font-family: "hojin";
	position: absolute;
	line-height: 1.2;
	top: 0;
	right: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

@media only screen and (max-width: 768px) {
	#sub {
		width: 100%;
		float: none;
	}
	#sub h2 {
		text-align: center;
	}
}

/* ------------------------------------
	Opacity Hover
------------------------------------ */
#sub a {
	transition: all 0.3s ease-out;
}

@media only screen and (min-width: 768px) {
	body:not(.setTb) #sub a:hover {
		opacity: 0.6;
	}
}</pre></body></html>