.case-details {
	background-color: #EAEAEA;
	position: relative;
}

.introduce-box {
	display: flex;
	flex-wrap: wrap;
}

.introduce-box article {
	width: 50%;

}

.article-01 {
	padding: 108px 136px 87px 50px;
	background: #FFFFFF;
}

.article-01>h2 {
	font-size: 24px;
	font-weight: 400;
	color: #222222;
}

.article-01>h3 {
	font-size: 16px;
	font-weight: 400;
	color: #222222;
}

.article-01>p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
	margin: 24px 0 53px 0;
}

.article-01>span {
	display: block;
	width: 112px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #D0D0D0;
	border-radius: 18px;
	font-size: 16px;
	font-weight: 400;
	color: #222222;
}

.article-01>em {
	display: block;
	width: 10px;
	height: 2px;
	background: #9A9A9A;
	margin: 23px 0 28px 0;
}

.article-02 {
	background: #F5F5F5;
	padding: 105px 316px 0 104px;
}

.article-02 h2 {
	font-size: 34px;
	font-weight: bold;
	color: #333333;
}

.article-02>em:nth-of-type(1) {
	display: block;
	width: 10px;
	height: 2px;
	background: #9A9A9A;
	margin: 23px 0 28px 0;
}

.article-02>ul>li {
	display: flex;
	align-items: center;
	margin: 15px 0 0 0;
}

.article-02>ul>li>span:nth-of-type(1) {
	width: 4px;
	height: 4px;
	background: #666666;
	border-radius: 50%;
	margin: 0 14px 0 0;
}

.article-02>ul>li>span:nth-of-type(2) {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}

.content-box {
	margin-top: 16px;
	padding: 20px 20px 160px 20px;
	background-color: #FFFFFF;
}

.content-box>img {
	width: 100%;
}

.links {
	width: 96%;
	left: 2%;
	position: fixed;
	bottom: 50px;
	height: 45px;
	z-index: 20;
	transition: all 0.3s ease 0s;
}

.links:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}

.link-info {
	display: block;
	width: 46px;
	height: 46px;
	position: relative;
	overflow: hidden;
	transition: width 0.3s ease 0s;
}

.link-info .link-ico {
	display: block;
	width: 46px;
	height: 46px;
	position: relative;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.15);
	border-radius: 50%;
}

.next {
	float: right;
}

.prev {
	float: left;
}

.prev .link-ico {
	float: left;
}

.next .link-ico {
	float: right;
}

.prev i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/ico_23.png) no-repeat center;
}

.next i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/ico_24.png) no-repeat center;
}

.prev .tit-box {
	transform: translateX(-102%);
	left: 1px;
	padding: 0 22px 0 55px;
}

.next .tit-box {
	transform: translateX(102%);
	right: 1px;
	padding: 0 55px 0 22px;
}

.link-info .tit-box {
	display: block;
	line-height: 46px;
	height: 46px;
	border-radius: 46px;
	background: rgba(0, 0, 0, 0.22);
	position: absolute;
	top: 0;
	width: 146px;
	color: #fbf9f6;
	z-index: 1;
	font-size: 14px;
}

@media screen and (max-width:1199.98px) {

	.case-details {
		padding-bottom: 10px;
	}

	.introduce-box article {
		width: 100%;
		margin: 10px 0 0 0;

	}

	.article-01 {
		padding: 27px 34px 21px 12px;
	}

	.article-02 {
		padding: 26px 79px 10px 26px;
	}

	.content-box {
		margin-top: 10px;
		margin-bottom: 0px;
		padding: 10px 10px 10px 10px;
	}

}
