.other-article {
	position: relative
}

@media only screen and (max-width:1024px) {
	.other-article {
		z-index: 2
	}
}

.other-article .container {
	padding-top: 90px
}

.other-article .coin.-obj-01 {
	top: -50px;
	margin-left: -80px;
	z-index: 1
}

@media only screen and (max-width:1112px) {
	.other-article .coin.-obj-01 {
		left: 50%;
		transform: translateX(-50%)
	}
}

.other-article .rope {
	z-index: 0
}

.other-article .rope.-bottom {
	bottom: 106px
}

.other-article .title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 28px
}

@media only screen and (max-width:479px) {
	.other-article .title {
		display: block
	}
}

.other-article .title h2 {
	font-style: italic;
	font-size: 4.8rem;
	line-height: 1;
	color: #f88710
}

@media only screen and (max-width:479px) {
	.other-article .title h2 {
		font-size: 4rem
	}
}

.other-article .title h2 span i {
	color: #fff
}

.other-article .title .btn {
	margin-left: 20px;
	white-space: nowrap
}

@media only screen and (max-width:479px) {
	.other-article .title .btn {
		margin: 15px 0 0 0
	}
}

.other-article .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin: 0;
	z-index: 1
}

.other-article .items .item {
	width: calc(50% - 10px);
	padding: 0;
	color: #000
}

@media only screen and (max-width:1023px) {
	.other-article .items .item {
		position: relative!important
	}
}

@media only screen and (max-width:479px) {
	.other-article .items .item {
		width: 100%
	}
}

.other-article .items .item:nth-of-type(2) {
	position: absolute;
	right: 0;
	top: 0
}

@media only screen and (max-width:479px) {
	.other-article .items .item:nth-of-type(2) {
		position: relative;
		margin-top: 20px
	}
}

.other-article .items .item:nth-of-type(3) {
	position: absolute;
	right: 0;
	bottom: 0
}

@media only screen and (max-width:479px) {
	.other-article .items .item:nth-of-type(3) {
		position: relative;
		margin-top: 20px
	}
}

.other-article .items .item .inner {
	height: 100%;
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid #fff;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	overflow: hidden
}

@media only screen and (max-width:1023px) {
	.other-article .items .item .inner {
		display: block
	}
}

.other-article .items .item .inner .img {
	width: 216px;
	min-width: 216px;
	height: 216px
}

@media only screen and (max-width:1023px) {
	.other-article .items .item .inner .img {
		width: 100%;
		min-width: inherit;
		height: 226px
	}
}

@media only screen and (max-width:479px) {
	.other-article .items .item .inner .img {
		height: auto
	}
}

.other-article .items .item .inner .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.other-article .items .item .inner .detail {
	padding: 0 16px 0 22px
}

@media only screen and (max-width:1023px) {
	.other-article .items .item .inner .detail {
		padding: 25px
	}
}

.other-article .items .item .inner .detail h2 {
	height: 56px;
	margin: 10px 0;
	font-style: italic;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #f88710;
	overflow: hidden
}

@media only screen and (max-width:1023px) {
	.other-article .items .item .inner .detail h2 {
		font-size: 2.6rem
	}
}

.other-article .items .item .inner .detail p {
	height: 75px;
	margin: 0;
	font-weight: 400;
	font-size: 1.8rem;
	overflow: hidden
}

.other-article .items .item .inner .detail p.date {
	height: auto
}

@media only screen and (max-width:1023px) {
	.other-article .items .item:first-of-type {
		width: 100%
	}
}

.other-article .items .item:first-of-type .inner {
	display: block
}

.other-article .items .item:first-of-type .img {
	width: 100%;
	min-width: inherit;
	height: auto
}

.other-article .items .item:first-of-type .detail {
	padding-top: 25px;
	padding-bottom: 25px
}

.other-article .items .item:first-of-type .detail h2 {
	height: auto
}

.other-article .items .item:first-of-type .detail p {
	height: auto
}

@media only screen and (max-width:1023px) {
	.other-article .items .item+.item {
		margin-top: 20px
	}
}