section {
	position: relative;
	padding: 50px 0 110px;
}

#mt {
	pointer-events: none;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 744px;
	height: 157px;
	z-index: 2;
}

#topicList {
	margin: 40px 0 65px;
}

.topic {
	display: inline-block;
	position: relative;
	width: 268px;
	vertical-align: top;
}

#topicList .topic:nth-child(2) {
	margin: 0 98px;
}

.topic img {
	margin: 0 0 0 10px;
	max-width: 258px;
	width: 100%;
	height: 180px;
	object-fit: cover;
	overflow: hidden;
}

.topic p {
	margin: 5px 0 0 10px;
	width: 258px;
	letter-spacing: 0.32rem;
	color: #771237
}

#topicLinkBtn {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 320px;
	height: 40px;
	line-height: 40px;
	letter-spacing: 0.3rem;
	color: #ffffff;
	background: #771237;
	text-align: center;
	font-size: 1.6rem;
}

#topicLinkBtn::before {
	content: "";
	position: absolute;
	top: 14px;
	right: 20px;
	width: 8px;
	height: 13px;
	background: url(../../assets/svg/arrow-1.svg)
}

.date {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #771237;
	color: #ffffff;
	border-radius: 50%;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .2)
}

.date::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 1px;
	background: #fff;
	transform: rotate(135deg);
}

.date i {
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	font-style: normal;
}

.date i:nth-child(1) {
	top: 5px;
	left: 5px;
}

.date i:nth-child(2) {
	right: 5px;
	bottom: 5px;
}

/* header 2 */

#header2 {
	position: relative;
	height: 325px;
	border-bottom: 4px solid #771237;
	overflow: hidden;
}

#header2 img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: 50% -150px
}

#h2Label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 90px;
	height: 250px;
	line-height: 90px;
	text-align: center;
	background: rgba(255, 255, 255, .9);
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 1.5rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 4;
}

h2 {
	position: relative;
	height: 60px;
	line-height: 1;
	font-size: 2.8rem;
	letter-spacing: 0.8rem;
	text-align: center;
}

h2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 1px;
	background: #771237;
}

/* main */

main {
	position: relative;
	padding: 80px 0 250px;
	background: url(../../assets/png/bg.png);
}

main::before {
	content: "";
	position: absolute;
	bottom: -1px;
	display: block;
	width: 100%;
	height: 250px;
	background: url(../../assets/png/clouds.png);
	background-size: auto 250px;
}

.box800 {
	margin: auto;
	width: 800px;
}

h3 {
	position: relative;
	padding: 0 0 25px;
	line-height: 1;
	font-size: 3.3rem;
	text-align: left;
	border-bottom: 2px solid #771237;
}

h3 span {
	display: block;
	margin: 0 0 15px;
	font-size: 1.5rem;
}

h3::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -2px;
	width: 243px;
	height: 62px;
	background: url(../../assets/png/min-mountain.png);
	background-size: cover
}

#mainPhoto {
	margin: 60px 0 40px;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

#mainPhoto img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

#article {
	font-size: 1.6rem;
	color: #000000;
}

#article h1 {
	padding: 10px 0;
	color: #771237;
	font-size: 2.4rem;
}

#article b {
	font-size: 1.7rem;
	font-weight: 300;
	color: #771237;
}

#article a {
	font-size: 1.7rem;
	color: #771237;
	text-decoration: underline;
}

.pdf-icon {
	display: block;
	height: 100px;
	line-height: 50px;
	font-size: 1.5rem;
	color: #771237;
	/*text-decoration: underline;*/
        vertical-align: middle;
}


.pdf-icon::before {
	content: "";
	display: inline-block;
	margin: 8px 10px 0 0;
	width: 20px;
	height: 24px;
	background: url(../../assets/svg/pdf.svg);
	background-size: cover;
	vertical-align: middle;
}


@media screen and (max-width: 600px) {
	/* header 2 */
	#header2 {
		height: 180px;
	}
	#header2 img {
		min-height: 180px;
		object-position: 50% 0
	}
	#h2Label {
		padding: 8px 0 0;
		width: 50px;
		height: 144px;
		line-height: 50px;
		font-size: 1.6rem;
		letter-spacing: 0.6rem;
	}
	h2 {
		font-size: 2.6rem;
	}
	section {
		position: relative;
		padding: 0 0 100px;
	}
	#mt {
		width: 279px;
		height: 69px;
	}
	.topic {
		display: block;
		position: relative;
		margin: 40px auto 0;
		width: 90%;
	}
	#topicList .topic:nth-child(2) {
		margin: 40px auto 0;
	}
	.topic img {
		max-width: 600px;
		width: calc(100% - 10px);
		height: auto;
	}
	.topic p {
		width: calc(100% - 10px);
	}
	#topicLinkBtn {
		width: 90%;
	}
	#topicLinkBtn::before {
		top: 11px;
		width: 12px;
		height: 19px;
		background-size: cover;
	}
	main {
		padding: 40px 0 170px;
	}
	main::before {
		background-position: -460px;
	}
	.box800 {
		width: 90%;
	}
	h3 {
		padding: 0 0 10px;
		line-height: 1.5;
		font-size: 2.4rem;
		text-align: left;
		border-bottom: 2px solid #771237;
	}
	h3 span {
		display: block;
		margin: 0 0 5px;
		font-size: 1.2rem;
	}
	h3::before {
		width: 122px;
		height: 31px;
	}
	#mainPhoto {
		margin: 36px 0 20px;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#mainPhoto img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	#article {
		font-size: 1.5rem;
	}
	#article h1 {
		padding: 10px 0;
		font-size: 1.8rem;
	}
	#article b {
		font-size: 1.6rem;
	}
	#article a {
		font-size: 1.6rem;
		color: #771237;
		text-decoration: underline;
	}
}