@charset "utf-8";
#story .kv {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#story .kv .inner {
	display: flex;
	flex-direction: column-reverse;
	height: 440px;
}
#story .kv .inner .article {
	width: 1200px;
	margin-bottom: 80px;
	border: solid 1px #fff;
}
#story .kv .inner .article > a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 40px 50px 20px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	transition: 0.3s;
}
#story .kv .inner .article > a:hover, #story .kv .inner .article > a:active {
	background: rgba(0, 0, 0, 0.7);
}
#story .kv .inner .article .top h2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 46px;
}
#story .kv .inner .article .top .txt {
	margin-top: 15px;
	font-size: 16px;
	line-height: 28px;
}
#story .kv .inner .article .btm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 10px;
}
#story .kv .inner .article .btm ul {
	display: flex;
	flex-wrap: wrap;
}
#story .kv .inner .article .btm ul li {
	margin: 5px 10px 0 0;
}
#story .kv .inner .article .btm ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	padding: 0 10px;
	border-radius: 10px;
	background: #000;
	color: #fff;
}
#story .kv .inner .article .btm .date {
	margin-top: 5px;
}
#story .contents .left .article .ttl {
	margin-bottom: 10px;
	border-bottom: solid 8px #e6e2e3;
}
#story .contents .left .article .ttl-list {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	height: 130px;
	padding-bottom: 5px;
}
#story .contents .left .article .ttl h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 46px;
}
#story .contents .left .article .ttl-latest h1, #story .contents .left .article .ttl-category h1 {
	padding-top: 40px;
}
#story .contents .left .article .ttl-list h1 {
	display: flex;
	align-items: center;
}
#story .contents .left .article .ttl .description {
	margin: 15px 0 25px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.2px;
}
#story .contents .left .article .ttl-list .bn-select {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
#story .contents .left .article .ttl-list .bn-select a {
	display: block;
	width: 100%;
	height: 100%;
}
#story .contents .left .article .ttl-list .bn-select .btn-prev, #story .contents .left .article .ttl-list .bn-select .btn-next {
	box-sizing: border-box;
	width: 32px;
	height: 44px;
	border: solid 1px #e6e2e3;
	background: #f1f1f1 no-repeat center center;
	background-size: 8px 14px;
}
#story .contents .left .article .ttl-list .bn-select .btn-prev {
	background-image: url(../img/common/icon_arrow_black_left.png);
}
#story .contents .left .article .ttl-list .bn-select .btn-next {
	background-image: url(../img/common/icon_arrow_black_right.png);
}
#story .contents .left .article .ttl-list .bn-select .btn-disabled {
	background-color: #fff;
}
#story .contents .left .article .ttl-list .bn-select .btn-prev.btn-disabled {
	background-image: url(../img/common/icon_arrow_gray_left.png);
}
#story .contents .left .article .ttl-list .bn-select .btn-next.btn-disabled {
	background-image: url(../img/common/icon_arrow_gray_right.png);
}
#story .contents .left .article .ttl-list .bn-select .date {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 170px;
	height: 44px;
	margin: 0 5px;
	padding-top: 2px;
	border: solid 1px #e6e2e3;
	background: #f1f1f1;
	font-size: 18px;
	font-weight: bold;
}
#story .contents .left .article article {
	padding: 30px 0 20px;
}
#story .contents .left .article article > a {
	display: flex;
	transition: 0.3s;
}
#story .contents .left .article article > a:hover, #story .contents .left .article article > a:active {
	background: #dde9ee;
}
#story .contents .left .article article .img {
	position: relative;
}
#story .contents .left .article article .img img {
	width: 240px;
	height: 180px;
}
#story .contents .left .article article .img.new::after {
	content: "NEW";
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 10px;
	left: 0;
	width: 45px;
	height: 18px;
	background: #ec612b;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
#story .contents .left .article article .main {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	min-height: 180px;
	margin-left: 30px;
	border-bottom: solid 1px #e6e2e3;
}
#story .contents .left .article article .main .top h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}
#story .contents .left .article article .main .top .txt {
	margin-top: 20px;
	font-size: 14px;
	line-height: 26px;
}
#story .contents .left .article article .main .btm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 10px 0 5px;
}
#story .contents .left .article article .main .btm ul {
	display: flex;
	flex-wrap: wrap;
}
#story .contents .left .article article .main .btm ul li {
	margin: 5px 10px 0 0;
}
#story .contents .left .article article .main .btm ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	padding: 0 10px;
	border-radius: 10px;
	background: #ebebeb;
	color: #838383;
}
#story .contents .left .article article .main .btm .date {
	margin-top: 5px;
}
#story .contents .left .pager ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#story .contents .left .pager ul li {
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	margin: 0 10px;
	padding-top: 25px;
	font-size: 16px;
}
#story .contents .left .pager ul li.actv {
	border-bottom: solid 7px #4b70af;
}
#story .contents .left .pager ul li a {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-bottom: solid 7px #ccc;
}
#story .contents .right .ranking {
	margin-top: 148px;
}
#story .contents .right .magazine-info {
	margin-top: 148px;
}
@media only screen and (max-width: 1220px) {
	#story .kv .inner .article {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 980px) {
	#story .contents .right .ranking {
		margin-top: 60px;
	}
	#story .contents .right .magazine-info {
		margin-top: 80px;
	}
}
@media only screen and (max-width: 767px) {
	#story .kv .inner .article {
		margin-bottom: 20px;
		border: 0;
	}
	#story .kv .inner .article .top h2.sm {
		font-size: 30px;
		line-height: 40px;
	}
	#story .kv .inner .article .top .txt {
		display: none;
	}
	#story .kv .inner .article .btm ul li:nth-child(n + 2) {
		display: none;
	}
	#story .contents .left .article .ttl {
		margin-bottom: 0;
		padding-bottom: 10px;
		border-width: 0 0 5px;
	}
	#story .contents .left .article .ttl-list {
		display: block;
		height: auto;
		min-height: 130px;
	}
	#story .contents .left .article .ttl h1 {
		text-align: center;
	}
	#story .contents .left .article .ttl-list h1 {
		display: block;
		padding-top: 45px;
	}
	#story .contents .left .article .ttl .description {
		margin: 5px 0 0 0;
		letter-spacing: normal;
	}
	#story .contents .left .article .ttl-list .bn-select {
		margin: 40px 0;
	}
	#story .contents .left .article .ttl-list .bn-select .btn-prev, #story .contents .left .article .ttl-list .bn-select .btn-next {
		width: 17%;
		height: 75px;
		background-size: 18px 31px;
	}
	#story .contents .left .article .ttl-list .bn-select .date {
		width: 56%;
		height: 75px;
		margin: 0 5%;
		font-size: 28px;
	}
	#story .contents .left .article article {
		padding: 30px 0;
		border-bottom: solid 1px #e6e2e3;
	}
	#story .contents .left .article article .img img {
		width: 160px;
		height: 120px;
	}
	#story .contents .left .article article .main {
		min-height: 120px;
		margin-left: 20px;
		border-bottom: 0;
	}
	#story .contents .left .article article .main .top .txt {
		display: none;
	}
	#story .contents .left .article article .main .btm {
		margin-bottom: 0;
	}
	#story .contents .left .article article .main .btm ul li:nth-child(n + 2) {
		display: none;
	}
	#story .contents .left .pager {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 375px) {
	#story .kv .inner {
		height: 285px;
	}
	#story .kv .inner .article > a {
		padding: 15px 10px;
	}
	#story .kv .inner .article .top h2 {
		font-size: 20px;
		line-height: 28px;
	}
	#story .kv .inner .article .top h2.sm {
		font-size: 18px;
		line-height: 26px;
	}
	#story .kv .inner .article .btm ul li {
		margin-right: 5px;
	}
	#story .contents .left .article .ttl-list {
		min-height: 100px;
	}
	#story .contents .left .article .ttl h1 {
		font-size: 24px;
		line-height: 34px;
	}
	#story .contents .left .article .ttl-latest h1, #story .contents .left .article .ttl-category h1 {
		padding-top: 30px;
	}
	#story .contents .left .article .ttl-list h1 {
		padding-top: 30px;
	}
	#story .contents .left .article .ttl-list .bn-select {
		margin: 20px 0;
	}
	#story .contents .left .article .ttl-list .bn-select .btn-prev, #story .contents .left .article .ttl-list .bn-select .btn-next {
		height: 40px;
		background-size: 8px 14px;
	}
	#story .contents .left .article .ttl-list .bn-select .date {
		height: 40px;
		font-size: 20px;
	}
	#story .contents .left .article article .img img {
		width: 120px;
		height: 90px;
	}
	#story .contents .left .article article .main {
		min-height: 90px;
	}
	#story .contents .left .article article .main .top h2 {
		font-size: 16px;
		line-height: 18px;
	}
	#story .contents .left .article article .main .btm ul li {
		margin-right: 5px;
	}
	#story .contents .left .pager ul li {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding-top: 5px;
		font-size: 14px;
	}
}