/*
Small (smaller than 640px)
Medium (641px to 1007px)
Large (1008px and larger)
*/


/*********************************************************** SMALL SCREEN */
	.news-image {
		width: 100%;
		height: calc(100vw - 60px);
		max-width: 400px;
		max-height: 400px;
		margin: 0px auto;
	}
	
	.news-info {
		width: 100%;
		max-width: 400px;
		margin: 0px auto 40px auto;
	}
	
	.news-info-inner {
		width: 100%;
		min-height: none;
	}
	
	.news-button {
		display: none;
	}
	
	.news-info-date {
		margin: 8px 0px 15px 0px;
	}
	
	#generic-banner-inner-image {
		display: none;
	}
	#generic-banner-inner-image-m {
		display: block;
	}
	
	#generic-banner-title {
		display: none;
	}
	#generic-banner-title-m {
		display: block;
	}
	
	#news-info-tag-pc {
		display: none;
	}
	#news-info-tag-m {
		display: block;
	}

/*********************************************************** MEDIUM SCREEN */
@media screen and (min-width: 800px) {
	.news-image {
		width: 100%;
		height: calc(100vw - 60px);
		max-width: 400px;
		max-height: 400px;
		margin: 0px auto;
	}
	
	.news-info {
		width: 100%;
		max-width: 400px;
		margin: 0px auto 40px auto;
	}
	
	.news-info-inner {
		width: 100%;
		min-height: none;
	}
	
	.news-button {
		display: none;
	}
	
	.news-info-date {
		margin: 8px 0px 15px 0px;
	}
	
	#generic-banner-inner-image {
		display: none;
	}
	#generic-banner-inner-image-m {
		display: block;
	}
	
	#generic-banner-title {
		display: none;
	}
	#generic-banner-title-m {
		display: block;
	}
	
	#news-info-tag-pc {
		display: none;
	}
	#news-info-tag-m {
		display: block;
	}
}

/*********************************************************** MEDIUM SCREEN 2 */
@media screen and (min-width: 1180px) {
	.news-image {
		width: 220px;
		height: 220px;
		max-width: none;
		max-height: none;
		margin: 0px;
	}
	
	.news-info {
		width: calc(100% - 220px - (50px + 20px + 70px + 20px) - 70px - 70px - 3px);
		max-width: none;
		margin: 0px;
	}
	
	.news-info-inner {
		width: calc(100% - 160px);
		min-height: 100px;
	}
	
	.news-button {
		display: inline-block;
	}
	
	.news-info-date {
		margin: 0px 0px 10px 0px;
	}
	
	#generic-banner-inner-image {
		display: block;
	}
	#generic-banner-inner-image-m {
		display: none;
	}
	
	#generic-banner-title {
		display: block;
	}
	#generic-banner-title-m {
		display: none;
	}
	
	#news-info-tag-pc {
		display: block;
	}
	#news-info-tag-m {
		display: none;
	}
}

/*********************************************************** LARGE SCREEN */
@media screen and (min-width: 1380px) {
	.news-image {
		width: 220px;
		height: 220px;
		max-width: none;
		max-height: none;
		margin: 0px;
	}
	
	.news-info {
		width: calc(100% - 220px - (50px + 20px + 70px + 20px) - 70px - 70px - 3px);
		max-width: none;
		margin: 0px;
	}
	
	.news-info-inner {
		width: calc(100% - 160px);
		min-height: 100px;
	}

	.news-button {
		display: inline-block;
	}
	
	.news-info-date {
		margin: 0px 0px 10px 0px;
	}
	
	#generic-banner-inner-image {
		display: block;
	}
	#generic-banner-inner-image-m {
		display: none;
	}
	
	#generic-banner-title {
		display: block;
	}
	#generic-banner-title-m {
		display: none;
	}
	
	#news-info-tag-pc {
		display: block;
	}
	#news-info-tag-m {
		display: none;
	}
}


/***************************************************************************************************************** NEWS */


.index-section-title {
	position: relative;
	width: 100%;
	
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 6px;
	line-height: 30px;
	text-align: left;
}

.index-section-text {
	position: relative;
	width: 100%;
	max-width: 550px;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 2px;
	line-height: 38px;
	text-align: left;
}


/***************************************************************************************************************** BANNER */
#generic-banner-wrapper {
	position: relative;
	width: 100%;
	height: calc(310px + 40px);
	background: transparent;
	margin: 20px 0px 0px 0px;
	overflow: hidden;
}

#generic-banner-inner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	
	overflow: hidden;
}

#generic-banner-title {
	width: 100%;
	max-width: 500px;
	height: 30px;
	
	font-family: "OptimaBold", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 14px;
	line-height: 30px;
	text-align: center;
}

#generic-banner-title-m {
	width: 100%;
	max-width: 500px;
	height: calc(28px * 3);
	
	font-family: "OptimaBold", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 14px;
	line-height: 28px;
	text-align: center;
}

/***************************************************************************************************************** CONTENT */
#generic-content-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 300px;
}

.news-container {
	position: relative;
	width: 100%;
	min-height: none;
	
	background: transparent;
	margin: 0px 0px 25px 0px;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	cursor: pointer;
}
.news-container:hover .news-common-arrow {
	right: 0px;
}
.news-container:hover .news-image-inner {
	transform: scale(1.08);
}

.news-image {
	position: relative;
	background: transparent;
	display: inline-block;
	overflow: hidden;
}

.news-image-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
	transform: scale(1.005);
	
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}

.news-info {
	position: relative;
	background: transparent;
	display: inline-block;
}

.news-info-inner {
	position: relative;
	background: transparent;
	margin: 0px;
}

.news-info-tag {
	position: relative;
	width: 96px;
	height: 28px;
	
	font-family: "OptimaNormal", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 2px;
	line-height: 28px;
	text-align: center;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	border-style: solid;
	border-width: 1px;
	border-color: rgb(223, 209, 167);
}

.news-info-tag-m {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 96px;
	height: 28px;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 2px;
	line-height: 28px;
	text-align: center;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	border-style: solid;
	border-width: 1px;
	border-color: rgb(223, 209, 167);
}

.news-info-date {
	position: relative;
	width: 100%;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 2px;
	line-height: 28px;
	text-align: left;
}

.news-info-content {
	position: relative;
	width: calc(100%);
	
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 1px;
	line-height: 25px;
	text-align: left;
}

.news-button {
	position: relative;
	width: calc(50px + 20px + 70px + 20px);
	background: transparent;
	margin: 0px;
}


/***************************************************************************************************************** BUTTON (GOLD) */
.news-common-button {
	position: relative;
	width: calc(70px + 20px + 70px);
	height: 28px;
	background: transparent;
	margin: 0px;
	cursor: pointer;
}
/*
.news-common-button:hover .news-common-arrow {
	right: 0px;
}
*/

.news-common-text {
	position: relative;
	width: 70px;
	height: 28px;
	background: transparent;
	margin: 0px;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 1px;
	line-height: 28px;
	text-align: left;
}

.news-common-arrow-box {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 70px;
	height: 8px;
	background: transparent;
	margin: 0px;
	overflow: hidden;
}

.news-common-arrow {
	position: absolute;
	top: 0px;
	right: 50px;
	width: 70px;
	height: 8px;
	background: transparent;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	
	-webkit-transition: right 0.3s;
	transition: right 0.3s;
}

.news-common-arrow-next {
	background-image: url("assets/images/main/arrow-next.svg");
}
.news-common-arrow-back {
	background-image: url("assets/images/main/arrow-back.svg");
}


/***************************************************************************************************************** PAGE BUTTON */
#news-page-button-wrapper {
	position: relative;
	width: 100%;
	margin: 0px;
}

#news-page-button-container {
	position: relative;
	width: 100%;
	max-width: calc(100% - (50px + 20px + 70px) - 50px);
	
	margin: 0px auto;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.news-page-button {
	position: relative;
	width: 28px;
	height: 28px;
	
	margin: 0px 6px;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 0px;
	line-height: 28px;
	text-align: center;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	border-style: solid;
	border-width: 1px;
	border-color: rgb(223, 209, 167);
}
.news-page-button-2 {
	position: relative;
	width: 28px;
	height: 28px;
	
	margin: 0px 6px;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 0px;
	line-height: 28px;
	text-align: center;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	border-style: solid;
	border-width: 1px;
	border-color: rgb(223, 209, 167);
	
	cursor: pointer;
	
	opacity: 0.55;
	
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.news-page-button-2:hover {
	opacity: 1;
}

#news-back-button {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: calc(50px + 20px + 70px);
	height: 28px;
	
	margin: 0px;
	cursor: pointer;
}