@charset "utf-8";

.icatch-index {
	position: relative;
	height: 100px;
	background: url(Public/images/index_bg_1.png) left center no-repeat;
	background-size: 100% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.icatch-index img {
	position: absolute;
	top: -30px;
	right: -30px;
	height: 140px;
}

.main-nav {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}

.main-nav .panel-header {
	width: 320px;
	height: 120px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}

.main-nav .panel-header .main-nav-char-1 {
	position: absolute;
	bottom: 0;
	right: -12px;
	height: 160px;
}

.main-nav .panel-header .main-nav-char-2 {
	position: absolute;
	bottom: 0;
	right: -12px;
	height: 160px;
}

.main-nav .panel-header .main-nav-char-3 {
	position: absolute;
	bottom: 0;
	right: -25px;
	height: 160px;
}

.main-nav > a:nth-child(1) .panel-header {
	background-image: url('/tst/Public/images/banner/main_nav_bg_1.png');
}

.main-nav > a:nth-child(2) .panel-header {
	background-image: url('/tst/Public/images/banner/main_nav_bg_2.png');
}

.main-nav > a:nth-child(3) .panel-header {
	background-image: url('/tst/Public/images/banner/main_nav_bg_3.png');
}

.main-nav .panel-body {
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
}

.main-article {
	position: relative;
}

.main-article .updated {
	position: relative;
	display: flex;
	-webkit-box-align: center; 
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.main-article .updated:before {
	width: 100%;
	content: "";
	position: absolute;
	bottom: 5px;
	right: 0;
	left: 0;
	height: 2px;
	background: #e6e6e6;
}

.main-article .updated .created {
	position: relative;
	margin-bottom: 10px;
	font-size: 16px;
	color: #666;
}

.main-article .updated .created:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 2px;
	background-color: #ff9800;
	display: block;
	width: 100%;
	z-index: 2;
}

.main-article .updated .view-count {
	margin-top: -10px;
	font-size: 12px;
	font-weight: bold;
	color: #b4b4b4;
}

.main-article .panel-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.main-article .panel-body a {
	padding: 20px;
	width: 33.333333%;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.main-article .panel-body a:hover {
	background-color: #ffd55b;
	box-shadow: 0 0 1px 1px #999;
}

.main-article .panel-body .title {
	padding-top: 10px;
	font-size: 18px;
}

.main-article .panel-body .button-goto-detail {
	margin-top: 40px;
}

.main-article .panel-body a:hover .button-goto-detail {
	background-color: #fff9da;
}

.main-article .panel-body a:hover .button-goto-detail  .corner:before,
.main-article .panel-body a:hover .button-goto-detail  .corner:after {
	background-color: #ffd89f;
}

.main-adventure {
	position: relative;
}

.main-adventure .season {
	position: relative;
	display: flex;
	-webkit-box-align: center; 
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	z-index: 1;
}

.main-adventure .season:before {
	width: 100%;
	content: "";
	position: absolute;
	bottom: 5px;
	right: 0;
	left: 0;
}

.main-adventure .season .season-name {
	position: relative;
	margin-bottom: 10px;
	font-size: 16px;
	color: #ffc107;
	text-shadow: 1px 2px 0px black, -1px 0px 0px black, 0px 1px 0px black, 0px -1px 0px black;
}

.main-adventure .season .season-name:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 2px;
	background-color: #ff9800;
	display: block;
	width: 100%;
	z-index: 2;
}

.main-adventure .panel-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.main-adventure .panel-body a {
	padding: 20px;
	width: 33.333333%;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.main-adventure .panel-body a:hover {
	background-color: #ffd55b;
	box-shadow: 0px 0px 18px #ffd55b inset;
}

.main-adventure .panel-body .title {
	padding-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 2px 0px black, -1px 0px 0px black, 0px 1px 0px black, 0px -1px 0px black;
}

.main-adventure .panel-body .button-goto-detail {
	margin-top: 40px;
	opacity: 0;
}

.main-adventure .panel-body a:hover .button-goto-detail {
	opacity: 1;
}

.main-adventure .panel-body a {
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}

.main-adventure .panel-body [data-adventure-season-1] {
	background-image: url('/tst/Public/images/home/adventure_01.jpg');
}

.main-adventure .panel-body [data-adventure-season-2] {
	background-image: url('/tst/Public/images/home/adventure_02.jpg');
}

.main-adventure .panel-body [data-adventure-season-3] {
	background-image: url('/tst/Public/images/home/adventure_03.jpg');
}

.main-adventure .panel-body [data-adventure-season-4] {
	background-image: url('/tst/Public/images/home/adventure_04.jpg');
}

.main-adventure .panel-body [data-adventure-season-5] {
	background-image: url('/tst/Public/images/home/adventure_05.jpg');
}

.main-adventure .panel-body [data-adventure-season-6] {
	background-image: url('/tst/Public/images/home/adventure_06.jpg');
}

.main-adventure .panel-body [data-adventure-season-7] {
	background-image: url('/tst/Public/images/home/adventure_07.jpg');
}

.main-adventure .panel-body [data-adventure-season-8] {
	background-image: url('/tst/Public/images/home/adventure_08.jpg');
}

.main-adventure .panel-body [data-adventure-season-9] {
	background-image: url('/tst/Public/images/home/adventure_09.jpg');
}

.main-adventure .panel-body [data-adventure-season-10] {
	background-image: url('/tst/Public/images/home/adventure_10.jpg');
}

.main-adventure .panel-body [data-adventure-season-11] {
	background-image: url('/tst/Public/images/home/adventure_11.jpg');
}

.main-adventure .panel-body [data-adventure-season-12] {
	background-image: url('/tst/Public/images/home/adventure_12.jpg');
}