@charset "utf-8";
/*---------------------- h1 ----------------------*/
#contents h1.pageTitle {
	font-size: 36px;
	font-weight: 700;
	display: block;
	text-align: center;
	padding: 50px 0 0;
}
#contents h1.pageTitle:before {
	content: attr(data-en);
	font-size: 14px;
	font-weight: 600;
	color: #35BB83;
	letter-spacing: 0.165em;
	display: block;
}
@media screen and (max-width: 767px) {
	#contents h1.pageTitle {
		font-size: 25px;
		margin: 0 0 10px;
		padding: 30px 0 0;
	}
	#contents h1.pageTitle:before {
		font-size: 12px;
	}
}
/*---------------------- contentsInner ----------------------*/
@media screen and (min-width: 768px) {
	.contentsInner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		max-width: 1280px;
		margin: 0 auto 55px;
		padding: 20px 22px 0;
	}
}
/*---------------------- #mainContents ----------------------*/
#mainContents {
	background-color: #FFF;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px;
}
#mainContents .columnSingle .text ul, #mainContents .columnSingle .text ol {
	padding-left: 1.5em;
}
@media screen and (min-width: 768px) {
	#mainContents {
		width: 860px;
	}
	#mainContents a:hover, #mainContents a:hover img {
		opacity: 1.0;
	}
}
@media screen and (max-width: 767px) {
	#mainContents {
		padding: 6%;
		border-radius: 0;
		margin: 0 0 40px;
	}
}
/*---------------------- categoryTab ----------------------*/
#mainContents .categoryTab {
	margin: 0 0 30px;
}
#mainContents .categoryTab ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
}
#mainContents .categoryTab ul li {
	font-size: 14px;
	font-weight: 700;
	line-height: 45px;
	color: #AAB1B0;
	background-color: #F8F8F8;
	text-align: center;
	width: calc((100% - 10px) / 6);
	position: relative;
	cursor: pointer;
	margin-right: 2px;
}
#mainContents .categoryTab ul li:last-of-type {
	margin-right: 0;
}
@media screen and (min-width: 768px) {
	#mainContents .categoryTab ul li.current {
		color: #35BB83;
	}
	#mainContents .categoryTab ul li::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #35BB83;
		transition: all 0.3s;
		transform: scale(0, 1);
		transform-origin: left top;
	}
	#mainContents .categoryTab ul li.current::after, #mainContents .categoryTab ul li:hover::after {
		transform: scale(1, 1);
	}
}
@media screen and (max-width: 767px) {
	#mainContents .categoryTab {
		margin: 0 0 20px;
	}
	#mainContents .categoryTab ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#mainContents .categoryTab ul li {
		font-size: 11px;
		width: calc((100% - 4px) / 3);
		margin-bottom: 2px;
	}
	#mainContents .categoryTab ul li:nth-of-type(3n) {
		margin-right: 0;
	}
	#mainContents .categoryTab ul li.current {
		color: #35BB83;
	}
	#mainContents .categoryTab ul li.current::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #35BB83;
		transform: scale(1, 1);
		transform-origin: left top;
	}
}
/*---------------------- columnList ----------------------*/
#mainContents.top .columnList {
	display: none;
}
#mainContents.top .columnList h2, #mainContents .columnList h1 {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #DEDEDE;
	padding: 0 0 30px;
	margin: 0 0 30px;
}
#mainContents .columnList ul {
	list-style-type: none;
}
#mainContents .columnList li {
	border-bottom: 1px solid #DEDEDE;
	padding: 0 0 30px;
	margin: 0 0 30px;
}
#mainContents .columnList li a .photo .catLabel {
	font-size: 12px;
	font-weight: 500;
	color: #FFF;
	line-height: 25px;
	padding: 0 10px;
	background-color: #35BB83;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#mainContents .columnList li a .photo img {
	display: block;
}
#mainContents.top .columnList li a .text h3, #mainContents .columnList li a .text h2 {
	font-size: 16px;
	font-weight: 700;
	color: #212121;
	margin: 0 0 5px;
}
#mainContents .columnList li a .text p {
	font-size: 14px;
	color: #212121;
	line-height: 2.0;
}
#mainContents .columnList li a .text .date {
	font-size: 12px;
	color: #AAB1B0;
	display: inline-block;
	margin: 0 0 20px;
}
#mainContents .columnList li a .text .readmoreBtn {
	font-size: 14px;
	font-weight: 700;
	color: #35BB83;
	letter-spacing: 0.035em;
	text-align: center;
	display: block;
	line-height: 45px;
	border-radius: 23px;
	transition: 0.3s;
	border: 1px solid #35BB83;
}
#mainContents .columnList li a .text .readmoreBtn span {
	font-weight: 700;
}
#mainContents .columnList .noArticle {
	padding: 50px 0;
	text-align: center;
}
#mainContents.top .columnList .viewMore {
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.035em;
	text-align: center;
	display: block;
	line-height: 45px;
	border-radius: 23px;
	transition: 0.3s;
	border: 1px solid #35BB83;
	background: #35BB83;
	max-width: 350px;
	margin: 50px auto 30px;
}
@media screen and (min-width: 768px) {
	#mainContents .columnList li a {
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#mainContents .columnList li a .photo {
		width: 280px;
		height: 210px;
		position: relative;
		overflow: hidden;
	}
	#mainContents .columnList li a .photo img {
		width: 100%;
		transition: all 0.3s;
		position: absolute;
		top: 0;
		left: 0;
	}
	#mainContents .columnList li a:hover .photo img {
		transform: scale(1.1);
		opacity: 1.0;
	}
	#mainContents .columnList li a .text {
		width: calc(100% - 30px - 280px);
	}
	#mainContents .columnList li a .text .readmoreBtn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		overflow: hidden;
		width: 200px;
	}
	#mainContents .columnList li a .text .readmoreBtn span {
		width: 100%;
		height: 100%;
		z-index: 10;
	}
	#mainContents .columnList li a .text .readmoreBtn span::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 0;
		display: block;
		z-index: -1;
		transition: 0.3s;
		background-color: #35BB83;
	}
	#mainContents .columnList li a:hover .text .readmoreBtn {
		color: #FFF;
		border: 1px solid #35BB83;
	}
	#mainContents .columnList li a:hover .text .readmoreBtn span::before {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#mainContents.top .columnList h2, #mainContents .columnList h1 {
		font-size: 18px;
		padding: 0;
		margin: 0 0 20px;
		border-bottom: none;
	}
	#mainContents .columnList ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#mainContents .columnList li {
		width: 46%;
		border-bottom: 1px solid #DEDEDE;
		padding: 0 0 60px;
		margin: 0 0 20px;
		position: relative;
	}
	#mainContents .columnList li a .photo {
		position: relative;
		margin: 0 0 10px;
	}
	#mainContents .columnList li a .photo .catLabel {
		font-size: 10px;
		line-height: 20px;
	}
	#mainContents .columnList li a .photo img {
		width: 100%;
	}
	#mainContents.top .columnList li a .text h3, #mainContents .columnList li a .text h2 {
		font-size: 12px;
	}
	#mainContents .columnList li a .text p {
		display: none;
	}
	#mainContents .columnList li a .text .date {
		font-size: 10px;
	}
	#mainContents .columnList li a .text .readmoreBtn {
		font-size: 12px;
		line-height: 40px;
		position: absolute;
		left: 0;
		bottom: 20px;
		width: 100%;
	}
	#mainContents .columnList .noArticle {
		padding: 20px 0;
	}
}
/*---------------------- columnSingle ----------------------*/
#mainContents .columnSingle .title {
	margin: 0 0 30px;
}
#mainContents .columnSingle h1 {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 10px;
}
#mainContents .columnSingle .catLabel {
	font-size: 12px;
	font-weight: 500;
	color: #FFF;
	line-height: 22px;
	padding: 0 10px;
	margin-right: 20px;
	background-color: #35BB83;
	display: inline-block;
}
#mainContents .columnSingle .date {
	font-size: 14px;
	color: #AAB1B0;
	display: inline-block;
}
#mainContents .columnSingle .text {
	line-height: 2.0;
}
#mainContents .columnSingle .text img {
	max-width: 100%;
	height: auto;
}
#mainContents .columnSingle .text p a {
	text-decoration: underline;
	color: #212121;
}
#mainContents .columnSingle .text th, #mainContents .columnSingle .text td {
	border: 1px solid;
	padding: 5px 15px;
}
@media screen and (max-width: 767px) {
	#mainContents .columnSingle .title {
		margin: 0 0 25px;
	}
	#mainContents .columnSingle h1 {
		font-size: 20px;
	}
	#mainContents .columnSingle .catLabel {
		font-size: 10px;
		line-height: 20px;
		padding: 0 8px;
		margin-right: 15px;
	}
	#mainContents .columnSingle .date {
		font-size: 12px;
	}
	#mainContents .columnSingle .text th, #mainContents .columnSingle .text td {
		padding: 5px 10px;
	}
}
/*---------------------- #subContents ----------------------*/
#subContents {
	background-color: #FFF;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px 30px 45px;
}
#subContents .information {
	margin: 0 0 40px;
}
#subContents .information p {
	font-size: 14px;
	line-height: 2.0;
}
#subContents h2 {
	font-size: 20px;
	font-weight: 700;
	display: block;
	border-left: 4px solid #35BB83;
	padding-left: 15px;
	margin: 0 0 20px;
}
#subContents h2:before {
	content: attr(data-en);
	font-size: 10px;
	font-weight: 600;
	color: #35BB83;
	letter-spacing: 0.165em;
	display: block;
}
#subContents ul.articleList {
	list-style-type: none;
	margin: 0 0 40px;
}
#subContents ul.articleList li {
	border-bottom: 1px solid #DEDEDE;
	padding: 0 0 15px;
	margin: 0 0 20px;
}
#subContents ul.articleList li a .photo {
	position: relative;
	margin: 0 0 10px;
}
#subContents .popular ul li a .photo .rank {
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 0 0 10px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
}
#subContents .popular ul li a .photo .rank.gold {
	background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
	background-size: 800% 400%;
	animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
#subContents .popular ul li a .photo .rank.silver {
	background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
	background-size: 800% 400%;
	animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
#subContents .popular ul li a .photo .rank.bronze {
	background: linear-gradient(45deg, #a57e65 0%, #a57e65 45%, #f3cfb8 70%, #a57e65 85%, #a57e65 90% 100%);
	background-size: 800% 400%;
	animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
#subContents .date {
	margin-left: 0.5em;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
#subContents ul.articleList li a .photo img {
	display: block;
	width: 100%;
}
#subContents ul.articleList li a .text .catLabel {
	font-size: 12px;
	color: #FFF;
	line-height: 22px;
	padding: 0 8px;
	background-color: #35BB83;
	display: inline-block;
	margin: 0 0 5px;
}
#subContents ul.articleList li a .text h3 {
	font-size: 14px;
	font-weight: 700;
	color: #212121;
}
#subContents ul.articleList li a .text .date {
	font-size: 12px;
	color: #AAB1B0;
}
#subContents .category ul {
	list-style: none;
	border-top: 1px solid #DEDEDE;
	margin: 0 0 40px;
}
#subContents .category ul li {
	border-bottom: 1px solid #DEDEDE;
}
#subContents .category ul li a {
	font-size: 14px;
	color: #212121;
	display: block;
	padding: 10px 0;
	position: relative;
}
#subContents .category ul li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 1px solid #AAB1B0;
	border-right: 1px solid #AAB1B0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#subContents .tag ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#subContents .tag ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
#subContents .tag ul li a {
	color: #212121;
	font-size: 14px;
	background-color: #F8F8F8;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
}
@media screen and (min-width: 768px) {
	#subContents {
		background-color: #FFF;
		width: 340px;
	}
	#subContents a:hover, #subContents a:hover img {
		opacity: 1.0;
	}
	#subContents ul.articleList li a .photo {
		width: 280px;
		height: 210px;
		overflow: hidden;
	}
	#subContents ul.articleList li a .photo img {
		transition: all 0.3s;
		position: absolute;
		top: 0;
		left: 0;
	}
	#subContents ul.articleList li a:hover .photo img {
		transform: scale(1.1);
		opacity: 1.0;
	}
	#subContents .category ul li a {
		transition: all 0.3s;
	}
	#subContents .category ul li a:hover {
		color: #35BB83;
		background-color: #F5FAF8;
		padding: 10px;
	}
	#subContents .category ul li a:hover::after {
		border-top: 1px solid #35BB83;
		border-right: 1px solid #35BB83;
	}
	#subContents .tag ul li a {
		transition: all 0.3s;
	}
	#subContents .tag ul li a:hover {
		color: #35BB83;
		background-color: #F5FAF8;
		border: 1px solid #35BB83;
	}
}
@media screen and (max-width: 767px) {
	#subContents {
		padding: 6% 6% 40px;
		border-radius: 0;
	}
	#subContents .information {
		margin: 0 0 30px;
	}
	#subContents .information p {
		font-size: 12px;
	}
	#subContents h2 {
		margin: 0 0 20px;
	}
	#subContents ul.articleList {
		margin: 0 0 30px;
	}
	#subContents ul.articleList li {
		margin: 0 0 15px;
	}
	#subContents ul.articleList li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#subContents ul.articleList li a .photo {
		width: 40%;
		margin: 0;
	}
	#subContents .popular ul li a .photo .rank {
		font-size: 12px;
		line-height: 25px;
		width: 25px;
	}
	#subContents ul.articleList li a .text {
		width: 54%;
	}
	#subContents ul.articleList li a .text .catLabel {
		font-size: 10px;
		line-height: 20px;
		padding: 0 6px;
	}
	#subContents ul.articleList li a .text h3 {
		font-size: 12px;
	}
	#subContents ul.articleList li a .text .date {
		font-size: 10px;
	}
	#subContents .category ul {
		margin: 0 0 30px;
	}
}