.body-box {
	overflow: hidden;
}

.footer {
	margin: 0;
}

.bk-body1 {
	background-image: url("../images/news/bottom_bk1.png");
	background-repeat: repeat-x;
	background-position: bottom center;
	background-color: #e0ffed;
}

.bk-body2 {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}

@media screen and (max-width: 1500px) {
	.bk-body2 {
		background-size: auto 500px;
	}
}

.top-area {
	padding: 0px 0px 30px 0px;
	display: flex;
	justify-content: center;
}

.top-area img {
	width: 100%;
}

.type-nav {
	display: flex;
	position: relative;
	justify-content: center;
}

.type-nav .types {
	position: absolute;
	display: flex;
	left: 0px;
}

.type-nav .types .btn-type {
	background-color: #026a13;
	padding: 10px 20px;
	font-size: 1.2rem;
	border-radius: 50px;
	font-weight: bold;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #fff;
	vertical-align: middle;
}

.type-nav .types .btn-type:nth-of-type(2) {
	background-color: #00aaff;
}

.type-nav .types .btn-type:nth-of-type(1).current {
	outline: 2px solid #026a13;
	outline-offset: 3px;
}

.type-nav .types .btn-type:nth-of-type(2).current {
	outline: 2px solid #00aaff;
	outline-offset: 3px;
}

@media (hover: hover) {
	.type-nav .types .btn-type:hover {
		animation: hover-scale-hover 0.2s linear forwards;
	}
}

.type-nav .today {
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}

.type-nav .today div {
	background-color: #3e9bf8;
	height: 5px;
	margin-top: 2px;
	border-radius: 10px;
}

.bottom-pages {
	padding: 50px 0px 50px 0px;
}

.bottom-pages .info {
	text-align: center;
	font-size: 1.5rem;
	padding: 0px 0px 30px 0px;
}

.bottom-pages .days {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.bottom-pages .days .btn-day {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	padding: 5px 10px;
	white-space: nowrap;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #fff;
}

.bottom-pages .days .btn-day.page-up {
	width: 30px;
	font-weight: bold;
}

.bottom-pages .days .btn-day.current {
	color: #fff;
	background-color: #00aaff;
}
.bottom-pages .days .btn-day.disable{
	color:#ddd;
	cursor:not-allowed;
}
@media (hover: hover) {
	.bottom-pages .days .btn-day:hover {
		background-color: #75cf33;
	}
}



.notfound {
	width: 100%;
	font-size: 1.5rem;
	text-align: center;
	padding: 50px 0px;
}

.video-container {
	width: 100%;
	box-sizing: border-box;
	padding: 50px 0px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.video-container .btns-pc {
	display: flex;
	justify-content: center;
	padding: 20px 0px;
}
.video-container .btns-pc .btn-download-video,
.video-container .btns-pc .btn-share {
	cursor: pointer;
    padding: 3px 20px;
    color: #00aaff;
	border: 1px solid #00aaff;
	border-radius: 50px;
	margin: 0px 5px;
	display: flex;
	align-items: center;
}
.video-container .btns-pc .btn-download-video:hover,
.video-container .btns-pc .btn-share:hover {
	background-color: #fff;
}
.video-container .btns-pc span{
	margin-left: 10px;
}
.video-container .btns-pc .ico-share::before,
.video-container .btns-pc .ico-download-particular::before{
   font-size: 1.3rem;
}

.video-container.hide {
	display: none;
}

@media screen and (max-width: 1600px) {
	.video-container .playerbox-container {
		max-width: 1100px;
	}
}


@media screen and (max-width: 1400px) {
	.video-container .playerbox-container {
		max-width: 950px;
	}
}

.items-container {
	padding: 30px 0px 0px 0px;
}

.items-container.hide {
	display: none;
}

.items-container .items {
	display: flex;
	flex-wrap: wrap;
	min-height: 500px;
}

.items-container .item {
	width: calc(33.33% - 14px);
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
	margin-right: 20px;
}

.items-container .item:nth-of-type(3n) {
	margin-right: 0px;
}

.items-container .item .info {
	background-color: #fbf7c9;
	box-sizing: border-box;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.items-container .item .words {
	padding: 15px 15px;
	font-size: 1.2rem;
}

.items-container .item .words .color1 {
	color: #f39800;

}

.items-container .item .words .color2 {
	color: #00B050;

}

.items-container .item .info .btn-play {
	padding: 0px 0px 0px 15px;
	font-size: 1.6rem;
	color: #3e9bf8;
	line-height: 1;
	opacity: 0.5;
}

@media (hover: hover) {
	.items-container .item .info .btn-play:hover {
		opacity: 1;
	}
}

.bottom-pages-mobile {
	display: none;
}

.carousel-card {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0px 0px 50px 0px;
}

.carousel-card .item {
	order: 1;
	display: flex;
	width: 234px;
	max-width: 403.33px;
	margin: 0px 20px 20px 0px;
	flex-direction: column;
	box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	background-color: #fff;
	overflow: hidden;
	animation: hover-scale-out 0.2s linear forwards;
	flex-grow: 1;
	align-items: stretch;
}

.carousel-card .item:last-of-type {
	margin-right: 0px;
}

.carousel-card .item:hover {
	animation: hover-scale-hover 0.2s linear forwards;
}

.carousel-card .item .simage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.carousel-card .item .simage a {
	width: 100%;
	display: flex;
}

.carousel-card .item .simage img {
	width: 100%;
}

.carousel-card .item .titles {
	display: flex;
	justify-content: center;
	padding: 15px;
	flex: 1;
}




.pages-info {
	display: flex;
	justify-content: center;
	padding: 20px 0px 0px 0px;
	align-items: center;
}
.pages-info .pages-num {
	font-size: 1.3rem;
}
.pages-info .page-goto {
	display: flex;
	margin-left: 15px;
	padding: 0px 0px 0px 15px;
	border: 1px solid #cccccc;
	border-radius: 50px;
	align-items: center;
	background-color: #fff;
}

.pages-info .note-go {
	color: #333;
	padding: 0px 10px 0px 0px;
	font-size: 1rem;
	display: flex;
	align-items: center;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #cccccc;
}

.pages-info .page-goto-val {
    border: none;
    width: 5rem;
    text-align: center;
    font-size: 1.1rem;
    box-sizing: border-box;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: transparent;
}

.pages-info .btn-pagego {
    border: none;
    color: #fff;
    border-radius: 20px;
    background-color: #00aaff;
    padding: 5px 15px;
    margin: 5px;
    cursor: pointer;
}
.pages-info .btn-pagego:hover {
	background-color: #75cf33;
}


@media screen and (max-width: 970px) {
	.bk-body1 {
		background-size: auto 300px;
		background-position: bottom right;
	}

	.bk-body2 {
		background-size: auto 300px;
	}

	.body-box {
		padding-left: 15px;
		padding-right: 15px;
	}

	.top-area {
		padding: 0px 0px 30px 0px;
		margin: 0px -15px 0px -15px;
	}

	.type-nav {
		display: block;
	}

	.type-nav .types {
		justify-content: center;
		position: static;
	}

	.type-nav .types .btn-type {
		padding: 10px 10px;
		box-sizing: border-box;
		width: 45%;
		font-size: 1rem;
		margin-bottom: 15px;
		margin-right: 10px;
		flex: 1;
		text-align: center;
		;
	}


	.type-nav .types .btn-type:last-of-type {
		margin-right: 0px;
	}

	.type-nav .today {
		font-size: 1.5rem;
		margin-bottom: 15px;
	}

	.type-nav .today div {
		display: none;
	}

	.items-container {
		padding: 10px 0px 50px 0px;
	}

	.items-container .item {
		width: 100%;
		margin-right: 0px;
	}

	.bottom-pages {
		padding: 30px 0px 30px 0px;
	}

	.bottom-pages .info {
		padding: 0px 0px 20px 0px;
	}

	.bottom-pages .days {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.bottom-pages .days .btn-day {
		border-radius: 30px;
		padding: 5px 10px;
		white-space: nowrap;
		background-color: #fff;
		margin: 0px 7px 15px 0px;
	}

	.bottom-pages .days .btn-day.current {
		color: #fff;
		background-color: #00aaff;
	}

	.view-more-btn div {
		border: none;
	}

	.carousel-card {
		margin: 0px 0px 20px 0px;
	}

	.carousel-card .item {
		max-width: 640px;
		width: 100%;
		margin: 0px 0px 20px 0px;
		box-shadow: none;
		background-color: #f2f2f2;
	}

	.carousel-card .item:hover {
		animation: none;
	}

	.carousel-card.carousel-card3 .item:nth-of-type(n+4) {
		max-width: 100%;
	}
	.video-container {
		padding: 20px 0px;
	}
	.pages-info {
		flex-direction: column;
		align-items: center;
	}
	.pages-info .page-goto {
		margin-top: 10px;
		margin-left: 0px;		
	}
}