section.mainContent {
	overflow: hidden;
}
.tabs-nav {
	margin: 0 0 50px;
	padding: 0;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.tabs-nav:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: -4000px;
	right: -4000px;
	z-index: 1;
	height: 1px;
	background-color: #e6e6e6;
}
.tabs-nav li {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 40px;
}
.tabs-nav li:first-child {
	margin: 0;
}
.tabs-nav li a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	display: block;
	position: relative;
	padding: 0 0 15px;
}
.tabs-nav li a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	display: block;
	position: relative;
	padding: 0 0 15px;
}
.tabs-nav li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	z-index: 1;
	background-color: #84BC2D;
	display: none;
}
.tabs-nav li a.active:after {
	display: block;
}
.credit-wrap {
	padding: 0 0 50px;
}
h1.credit-wrap__title {
	font-size: 48px;
	line-height: 1.2;
	font-weight: 600;
	margin: 0 0 50px;
}
.credit-items {
	border-bottom: 1px solid #e6e6e6;
}
.credit-item .credit-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 90px;
	border-top: 1px solid #e6e6e6;
	position: relative;
	padding: 0 45px 0 0;
}
.credit-item .credit-heading__img {
	flex-basis: 200px;
	min-width: 200px;
	width: 200px;
	padding: 0 10px 0 0;
}
.credit-item .credit-heading__img img {
	display: block;
	max-width: 100%;
}
.credit-item .credit-heading__name {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	flex-grow: 1;
}
.credit-item .credit-heading__rate {
	min-width: 115px;
	padding: 0 5px 0 0;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.credit-item .credit-heading .title-sec, .credit-item .credit-heading .info-sec {
	font-size: 14px;
	display: block;
}
.credit-item .credit-heading .title-sec {
	color: #666;
	margin: 0 0 3px;
}
.credit-item .credit-heading .info-sec {
	font-weight: bold;
}
.credit-item .credit-heading__c-term {
	min-width: 160px;
	padding: 0 5px 0 0;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.credit-item .credit-heading__contribution {
	min-width: 245px;
	padding: 0 5px 0 0;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.plus-btn {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #f5f5f5;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	position: relative;
	display: block;
	border: none;
}
.credit-item .credit-heading .plus-btn {
	position: absolute;
	top: 50%;
	margin: -22px 0 0 0;
	right: 0;
	z-index: 10;
	cursor: pointer;
}
.plus-btn:before {
	content: "";
	position: absolute;
	z-index: 2;
	height: 15px;
	width: 3px;
	border-radius: 3px;
	overflow: hidden;
	background-color: #84BC2D;
	left: 21px;
	top: 15px;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.plus-btn:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 3px;
	border-radius: 3px;
	overflow: hidden;
	z-index: 1;
	background-color: #84BC2D;
	top: 21px;
	left: 15px;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.plus-btn:hover {
	background-color: #84BC2D;
}
.plus-btn:hover:after, .plus-btn:hover:before {
	background-color: #fff;
}
.credit-body {
	display: none;
	padding: 0 0 50px 200px;
}
.table-info {
	margin: 0 0 30px;
	font-size: 14px;
}
.table-info tr td {
	padding: 0 40px 6px 0;
}
.table-info tr td:first-child {
	color: #666;
}
.color-gray {
	color: #666;
}
.office-info-b {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #E6E6E6;
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 30px 30px 10px;
	font-size: 14px;
	max-width: 380px;
	width: 100%;
}
.office-info-b__name {
	font-size: 16px;
	margin: 0 0 15px;
}
.office-info-b__title-cell {
	color: #666;
	padding: 0 0 10px;
}
.office-info-b p {
	margin: 0 0 5px;
}

@media (max-width: 1199px){
	h1.credit-wrap__title, .hypothec-wrap__title {
		font-size: 38px;
	}
	.credit-item .credit-heading__img {
		flex-basis: 160px;
		min-width: 160px;
		width: 160px;
	}
	.credit-item .credit-heading__name {
		font-size: 18px;
	}
	.credit-body {
		padding: 0 0 50px 160px;
	}
}
@media (max-width: 991px){
	h1.credit-wrap__title, .hypothec-wrap__title {
		font-size: 34px;
		margin: 0 0 30px;
	}
	.credit-item .credit-heading__name {
		position: absolute;
		top: 0;
		left: 160px;
		right: 0;
		bottom: 0;
		z-index: 5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transition: all ease 0.5s;
		-o-transition: all ease 0.5s;
		transition: all ease 0.5s;
		opacity: 0;
		visibility: hidden;
	}
	h5 {
		font-size: 18px;
	}
}
@media (max-width: 767px){
	h1.credit-wrap__title {
		font-size: 30px;
	}
	.credit-item .credit-heading {
		display: block;
		min-height: inherit;
		padding: 0 0 20px;
	}
	.credit-item .credit-heading__img {
		flex-basis: inherit;
		min-width: inherit;
		width: inherit;
		padding: 20px 0;
	}
	.credit-item .credit-heading__name {
		position: relative;
		left: inherit;
		display: none;
	}
	.credit-item .credit-heading__rate, .credit-item .credit-heading__c-term, .credit-item .credit-heading__contribution {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0;
	}
	.credit-item .credit-heading .plus-btn {
		top: 15px;
		margin: 0;
	}
	.credit-body {
		padding: 0 0 40px;
	}
	h5 {
		font-size: 16px;
	}
}
@media (max-width: 480px){
	h1.credit-wrap__title, .hypothec-wrap__title {
		font-size: 24px;
	}
	.credit-body {
		padding: 0 0 20px;
	}
	.office-info-b {
		padding: 20px 20px 10px;
	}
	.tabs-nav li, .tabs-nav li:first-child {
		margin: 0 15px 0 0;
	}
}