@charset "utf-8";

.topbar {
	position: absolute;
}
.topbar.small {
	position: fixed;
}

.topbar .topbar-left .logo img.white {
	display: block;
}
.topbar .topbar-left .logo img.black {
	display: none;
}
.topbar.small .topbar-left .logo img.white {
	display: none;
}
.topbar.small .topbar-left .logo img.black {
	display: block;
}

.topbar .topbar-right ul li a {
    color: #fff;
}
.topbar.small .topbar-right ul li a {
    color: #333;
}
.topbar.small .topbar-right ul li a:hover {
    color: #e60012;
}
.topbar.small .topbar-right ul li.chked a {
	color: #e60012;
}

.topbar .topbar-more div ul li {
	background-color: #fff;
}
.topbar.small .topbar-more div ul li {
	background-color: #333;
}

.mainbar {
	padding-top: 0px;
}

/* ================================ case-banner ================================ */

.case-banner {
}

.case-banner .content {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: 50% 50%;
	/* background-attachment: fixed; */
	position: relative;
}

.case-banner .content .text {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.case-banner .content .text h1 {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	margin: 0% 6%;
}

.case-banner .content .text h2 {
	color: #fff;
	font-size: 46px;
	font-weight: normal;
	margin: 0% 6%;
	margin-top: 2%;
	margin-bottom: 11%;
}

.case-banner .content img {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 6%;
	margin: auto;
	cursor: pointer;
	animation: kf-banner-arrow 1.7s infinite ease;
}

/* ================================ case-detail ================================ */

.case-detail {
}

.case-detail .case-detail-top {
	padding: 70px 0px;
	margin: 0% 12.5%;
}

.case-detail .case-detail-top .left {
	float: left;
	width: 70%;
}

.case-detail .case-detail-top .right {
	float: right;
	width: 16.66%;
}

.case-detail .case-detail-top .hp {
	margin-top: 4%;
}
.case-detail .case-detail-top .hp:first-child {
	margin-top: 0%;
}

.case-detail .case-detail-top .hp h1 {
	font-size: 22px;
	line-height: 1.8em;
}

.case-detail .case-detail-top .hp p {
	color: #666;
	font-size: 18px;
	line-height: 1.8em;
	white-space: pre-wrap;
}

.case-detail .case-detail-content {
}

.case-detail .case-detail-content .pager2 {
	margin: 30px 0px;
	margin-right: 2.5%;
}

/* ================================ other-case ================================ */

.other-case {
	margin-top: 7%;
}

.other-case .top {
	margin: 0% 12.5%;
}

.other-case .top h1 {
	font-size: 34px;
}

.other-case .content {
	margin-top: 2%;
}

@media (min-width: 1px) and (max-width: 750px) {
	
	.mainbar {
		padding-top: 0px;
	}
	
	/* ================================ case-banner ================================ */
	
	.case-banner {
	}
	
	.case-banner .content {
		width: 100%;
		height: 100vh;
		background-size: cover;
		background-position: 50% 50%;
		/* background-attachment: fixed; */
		position: relative;
	}
	
	.case-banner .content .text {
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.4);
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.case-banner .content .text h1 {
		color: #fff;
		font-size: 32px;
		font-weight: normal;
		margin: 0% 6%;
		
		font-size: 23px;
	}
	
	.case-banner .content .text h2 {
		color: #fff;
		font-size: 46px;
		font-weight: normal;
		margin: 0% 6%;
		margin-top: 2%;
		margin-bottom: 11%;
		
		font-size: 22px;
		margin-top: 4%;
		margin-bottom: 30%;
	}
	
	.case-banner .content img {
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 6%;
		margin: auto;
		cursor: pointer;
		animation: kf-banner-arrow 1.7s infinite ease;
	}
	
	/* ================================ case-detail ================================ */
	
	.case-detail {
	}
	
	.case-detail .case-detail-top {
		padding: 70px 0px;
		margin: 0% 12.5%;
		
		padding: 9% 0%;
		margin: 0% 3%;
	}
	
	.case-detail .case-detail-top .left {
		float: left;
		width: 70%;
		
		float: none;
		width: auto;
	}
	
	.case-detail .case-detail-top .right {
		float: right;
		width: 16.66%;
		
		float: none;
		width: auto;
	}
	
	.case-detail .case-detail-top .hp {
		margin-top: 4%;
		
		margin-top: 6%;
	}
	.case-detail .case-detail-top .hp:first-child {
		margin-top: 0%;
	}
	
	.case-detail .case-detail-top .right .hp {
		margin-top: 6%;
	}
	
	.case-detail .case-detail-top .hp h1 {
		font-size: 22px;
		line-height: 1.8em;
		
		font-size: 18px;
	}
	
	.case-detail .case-detail-top .hp p {
		color: #666;
		font-size: 18px;
		line-height: 1.8em;
		white-space: pre-wrap;
		
		font-size: 14px;
	}
	.case-detail .case-detail-top .right .hp p {
		white-space: normal;
	}
	
	.case-detail .case-detail-content {
	}
	
	.case-detail .case-detail-content .pager2 {
		margin: 30px 0px;
		margin-right: 2.5%;
	}
	
	/* ================================ other-case ================================ */
	
	.other-case {
		margin-top: 7%;
		
		margin-top: 13%;
	}
	
	.other-case .top {
		margin: 0% 12.5%;
		
		margin: 0% 3%;
	}
	
	.other-case .top h1 {
		font-size: 34px;
		
		font-size: 20px;
	}
	
	.other-case .content {
		margin-top: 2%;
		
		margin-top: 4%;
	}
	
	/* ================================ case-detail ================================ */
	
	/* .case-detail {
		margin: 0px 3%;
	}
	
	.case-detail .case-detail-top {
		color: #d9c3ab;
		background-color: #0d342f;
		padding: 70px 0px;
		
		padding: 25px 18px;
		padding: 25px 3%;
	}
	
	.case-detail .case-detail-top .left {
		float: left;
		width: 36%;
		text-align: right;
		width: 25%;
		margin-left: 25%;
		
		width: 100%;
		margin-left: 0px;
	}
	
	.case-detail .case-detail-top .left h1 {
		font-size: 16px;
		line-height: 2em;
		font-weight: normal;
	}
	
	.case-detail .case-detail-top .left h2 {
		font-size: 14px;
		line-height: 2em;
		font-weight: normal;
	}
	
	.case-detail .case-detail-top .right {
		float: right;
		width: 40%;
		margin-right: 10%;
		
		width: 100%;
		margin-right: 0%;
		margin-top: 20px;
	}
	
	.case-detail .case-detail-top .right .top {
		min-height: 380px;
		
		min-height: 250px;
	}
	
	.case-detail .case-detail-top .right .top p {
		font-size: 16px;
		line-height: 1.8em;
		white-space: pre-wrap;
		
		font-size: 14px;
	}
	
	.case-detail .case-detail-top .right .bottom {
		margin-top: 40px;
	}
	
	.case-detail .case-detail-top .right .bottom p {
		font-size: 13px;
		line-height: 2em;
		
		font-size: 12px;
	}
	
	.case-detail .case-detail-content {
		padding-top: 30px;
	}
	
	.case-detail .case-detail-content .pager2 {
		margin: 30px 0px;
		
		margin-bottom: 0px;
		margin-right: 3%;
	} */
	
}
