@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");

/* mobile */
@media (min-width: 1px) and (max-width: 1089px) {

	.fixed-header {
		display: none;
	}

	.login {
		display: block
	}

	.mpage {
		display: block;
	}

	.spage {
		overflow-x: auto;
		white-space: nowrap;
	}

}

/* desktop */
@media (min-width: 1090px) {

	.fixed-header {
		display: block;
	}

	.login {
		display: none
	}

	.mpage {
		display: none;
	}


	/* header */
	.fixed-header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}

	.top-line {
		background: #333333;
	}

	.fixed-top {
		position: fixed;
		/* top: 3px; */
		right: 0;
		left: 0;
		z-index: 1030;
	}


}

.footer h2 {
	margin: 0 0 20px;
}


.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.list-group-first {
	padding: 50px 0px 50px 20px;
	background: #4c4f6f;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	border-top: 3px solid #313450;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.carousel-item a {
	color: #fff;
}

/* 네비게이션 수정 */
.dropdown-menu {
	border-radius: 0px;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 7px 15px;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover {
	background: #f5f5f5;
}

.color-gray {
	color: #666
}

.color-red {
	color: #ff0000
}

/* mobile */
@media (min-width: 1px) and (max-width: 1089px) {
	.f12 {
		font-size: 13px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 400;
	}
}

/* desktop */
@media (min-width: 1090px) {

	.f12 {
		font-size: 1.3em;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 400;
	}
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f15 {
	font-size: 15px;
}

.f16 {
	font-size: 16px;
}

.f17 {
	font-size: 17px;
}

.f18 {
	font-size: 18px;
}

.f19 {
	font-size: 19px;
}

.f20 {
	font-size: 20px;
}

/* pages */
.info-2 i {
	font-size: 20px;
}

table th,
table td {
	font-family: 'Noto Sans JP', 'S-CoreDream-4Regular';
}