.banner {
	min-height: 150px;
	background-image: url('../images/banner-contents.jpg');
	background-repeat: no-repeat;
	background-position: right;
	object-fit: cover;
	position: relative;
}
.banner .mark {
	background-color: rgba(0,0,0,0.55);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.detail h1.title {
	font-size: 1.6em;
	position: relative;
	padding-left: 60px;
}
.detail h1.title span.icon {
	display: inline-block;
	position: absolute;
	background-color: var(--c1);
	width: 30px;
	height: 30px;
	left: 0px;
	z-index: 999;
}
.detail h1.title span.icon:before {
	content: "";
	position: absolute;
	width: 0px;
    height: 0;
    right: -15px;
    top:0px;
    border-top: 15px solid transparent;
    border-left: 15px solid var(--c1);
    border-bottom: 15px solid transparent;
    z-index: 99;
}
.detail h1.title span.icon2 {
	display: inline-block;
	position: absolute;
	background-color: var(--c2);
	width: 30px;
	height: 30px;
	left: 10px;
}
.detail h1.title span.icon2:after {
	content: "";
	position: absolute;
	width: 0px;
    height: 0;
    right: -15px;
    top:0px;
    border-top: 15px solid transparent;
    border-left: 15px solid var(--c2);
    border-bottom: 15px solid transparent;
    z-index: 9;
}

.list h2.title {
	font-size: 1.1em;
	font-weight: bold;
	color: var(--c1);
}
.list img.thumb {
	height: 160px;
	object-fit: cover;
}

.box-contact {
	background-color: var(--c1);
	border-top: 3px solid var(--c2);
	position: relative;
}
.box-contact:after {
	content: "";
	width: 0;
    height: 0;
    border-bottom: 30px solid var(--c2);
    border-left: 30px solid transparent;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.box-contact h3 {
	font-size: 1.1em;
}
.box-contact .icon {
	font-size: 2em;
	color: #ffc107;
}

.box-list {

}
.box-list h3.title {
	font-size: 1.1em;
	text-transform: uppercase;
	background-color: var(--c1);
	border-top: 3px solid var(--c2);
	color: #fff;
	padding:15px 10px 15px 20px;
}
.box-list img.thumb {
	height: 70px;
	object-fit: cover;
}
.box-list a {
	color: #666;
	font-size: 0.95em;
}
.box-list a:hover {
	color: #333;
}