@charset "UTF-8";
/* CSS Information ===========
File name:news.css
Description:SPM Cloud [front-user] News Detail Styles
=============================== */

.always__msg,
.error__msg {
	margin-bottom: 0.9375rem;
}

.news__wrap {
	padding: 0;
}

.news__inner {
	width: 100%;
	max-width: 77.5rem;
	margin: 0 auto;
	border-bottom: solid 0.0625rem #ccc;
	padding: 1.25rem 0 1.875rem;
}

/*1240*/
.news__required {
	margin-bottom: 0.625rem;
}

/*Parts ==========*/
.news__field {
	width: 100%;
	margin-bottom: 3.125rem;
	position: relative;
}

.news__field:last-child {
	margin-bottom: 0;
}

.news__field__inner {
	width: 100%;
	position: relative;
	margin-top: 1.25rem;
}

.news__field__inner:first-child {
	margin-top: 0;
}

.news__pasthistory {
	width: 100%;
	text-align: right;
}

.news__pasthistory a {
	position: relative;
	padding-right: 0.9375rem;
	font-size: 1.125rem;
}

.news__pasthistory a:after {
	position: absolute;
	right: 0;
	font-family: "FontAwesome";
	content: "\f105";
}

.news__jump {
	width: 100%;
	margin-bottom: 1.25rem;
}

/* Item */
.news__field__item {
	font-size: 1.25rem;
	border-bottom: solid 0.0625rem #ccc;
	padding-bottom: 0.625rem;
	margin-bottom: 0.9375rem;
}

/* Table */
.news__tab {
	width: 100%;
	margin-bottom: 1.25rem;
}

.news__tab th,
.news__tab td {
	padding: 0.625rem;
	border: solid 0.0625rem #ccc;
	font-size: 1.125rem;
}

.tab--btn .page__jump a {
	font-size: 1.125rem;
}

/* List */
.news__tab__list {
	width: 100%;
}

.news__tab__list li {
	padding-bottom: 0.3125rem;
	border-bottom: dotted 0.0625rem #aaa;
	margin-bottom: 0.3125rem;
}

.news__tab__list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.tab--day {
	display: inline-block;
	width: 192px;
}

.tab--name {
	display: inline-block;
	width: 300px;
}

.tab--time {
	display: inline-block;
	margin-right: 0.625rem;
}

.tab--count {
	display: inline-block;
	font-weight: bold;
}

/* Table[Dashboard,List] */
.tab--index .tab--area {
	background: #f7f7f7;
}

.tab--index .tab--status {
	text-align: center;
}

.tab--index .tab--eventname {
	text-align: center;
}

.tab--index .tab--area em:before {
	content: " / ";
}

.tab--index .tab--area em:first-child:before {
	content: none;
}

.tab--index .tab--status--win {
	background: #ff7f7f;
	color: #fff;
	font-weight: bold;
}

.tab--index .tab--btn .page__jump {
	width: 100%;
}

/* Prev */
.news__prev {
	width: 100%;
	margin-bottom: 1.25rem;
}

.news__prev:before {
	font-family: "FontAwesome";
	content: "\f104";
}

.news__prev a {
	font-size: 1.25rem;
	font-weight: bold;
	padding-left: 0.625rem;
}

/*=======
RWD Responsive
=====================*/
@media (min-width:62.5625em) {

	/*1001*/
	.news__tab__cancel a:hover {
		background: #ea5e6a;
		color: #fff;
	}

	.news__tab__detail a:hover {
		background: #4e83bb;
		color: #fff;
	}
}

@media (min-width:53.1875em) {

	/*851*/
	.pager__wrap {
		padding-top: 0;
	}
}

@media (min-width:40.0625em) {

	/*641*/
	/* Tab Index */
	.tab--index .tab--area {
		width: 20%;
	}

	.tab--index .tab--status {
		width: 15%;
	}

	.tab--index .tab--data {
		width: 45%;
	}

	.tab--index .tab--btn {
		width: 20%;
	}

	.news__jump .page__jump {
		float: right;
	}
}

@media (max-width:53.125em) {

	/*850*/
	.news__field {
		margin-bottom: 2.5rem;
	}
}

@media (max-width:40em) {

	/*640*/
	.news__tab th,
	.news__tab td {
		font-size: 1rem;
	}

	/* Tab Index */
	.tab--index th,
	.tab--index td {
		display: block;
		width: 100%;
		margin-top: -0.0625rem;
	}

	.tab--day {
		width: 100%;
	}

	.tab--name {
		width: 100%;
	}

	.tab--index .tab--btn {
		border: 0;
		padding: 0.625rem 0 1.875rem;
	}

	.tab--index .tab--btn.first {
		display: none;
	}

	.tab--index .tab--btn.second {
		display: block;
	}

	.tab--index tr:last-child .tab--btn {
		padding-bottom: 0;
	}

	.tab--index {
		margin-bottom: 1.25rem;
	}

	.tab--index .tab--data {
		text-align: center;
	}
}

@media (max-width:28.125em) {

	/*450*/
	.news__prev a {
		font-size: 1.125rem;
	}
}

@media (max-width:25em) {

	/*400*/
	.news__field {
		margin-bottom: 1.25rem;
	}

	.tab--list--time {
		margin-right: 0;
	}

	.tab--list--count {
		display: block;
	}
}

/* News List Accordion */
.news__list {
	width: 100%;
}

.news__list__item {
	border-bottom: solid 0.0625rem #ccc;
}

.news__list__item:first-child {
	border-top: solid 0.0625rem #ccc;
}

.news__list__toggle {
	padding: 1.25rem 0.625rem;
	cursor: pointer;
	position: relative;
	transition: background-color 0.2s;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news__list__toggle:hover {
	background-color: #f7f7f7;
}

.news__list__title {
	font-size: 1.125rem;
	font-weight: bold;
	flex: 1;
	padding-right: 1rem;
}

.news__list__icon {
	font-size: 1.5rem;
	color: #4e83bb;
	transition: transform 0.3s;
}

.news__list__toggle.is-open .news__list__icon {
	transform: rotate(180deg);
}

.news__list__date {
	font-size: 1rem;
	color: #666;
	white-space: nowrap;
	margin-right: 1rem;
	flex-shrink: 0;
}

.news__list__details {
	padding: 0 0.625rem 1.25rem 0.625rem;
}

.news__list__note {
	font-size: 1rem;
	line-height: 1.6;
	color: #333;
}

.news__list__note a {
	color: #004ea2;
	text-decoration: underline;
}