.img-wrapper {
    position: relative;
    overflow: hidden;
}

.img-wrapper canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

.ip-market-report-item {
	display: flex;
  align-items: center;
  justify-content: space-between;
	flex-flow: row wrap;
	margin-bottom: 65px;
}

.ip-market-report-text {
	padding-left: 50px;
	height: 100%;
}

.ip-market-report-wrap .cwd-title span {
	font-size: 22px;
	margin-bottom: 7px;
}

.ip-market-report-wrap .cwd-title {
	font-size: 45px;
	margin-bottom: 25px;
	font-weight: 400;
}

.ip-market-report-container p {
	font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 1.55;
}

.global-site-btn {
	margin-top: 40px;
}

.ip-market-report-container .cwd-title::after {
	left: calc(100% + 50px);
}

.interested-sec {
	margin: 0 calc(calc(-100vw + 100%) / 2);
	background: #f5f5f5;
	padding: 100px 0;
}

#inner-page-wrapper {
	margin-bottom: 0;
}

.interested-sec .container {
	max-width: 100%;
  width: 900px;
}
.interested-sec .cwd-title  {
	margin-bottom: 30px;
}

#content .entry-title {
	line-height: 1;
}





@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 991px) {
	.ip-market-report-text {
		padding-left: 15px;
		text-align: center;
		padding-top: 40px;
		width: 100%;
	}
	.ip-market-report-img {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 480px) {

}



