﻿.detail-type1 {
	padding: 60px 0 80px;
	font-size: 0
}

@media(max-width: 480px) {
	.detail-type1 {
		padding: 40px 0
	}
}

.detail-type1 .type4-btn {
	margin-top: 35px;
	padding-left: 0
}

@media(max-width: 992px) {
	.detail-type1 .type4-btn {
		text-align: center
	}
}

@media(max-width: 480px) {
	.detail-type1 .type4-btn {
		position: relative;
		margin-top: 20px
	}
}

.detail-type1 .type4-btn.active {
	display: block
}

@media(min-width: 768px) {
	.detail-type1 .type4-btn a {
		width: 205px;
		height: 56px;
		line-height: 52px;
		font-size: 18px;
		font-weight: 500
	}
}

.detail-type1 .type1-box {
	height: auto
}

.detail-type1 .type1-content {
	padding-top: 0
}

@media(max-width: 992px) {
	.detail-type1 .type1-content {
		margin-top: 15px
	}
}

.detail-type1 .type1-item.active {
	position: relative
}

.type1-nav {
	text-align: center
}

@media(max-width: 480px) {
	.type1-nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
}

.nav-item {
	padding: 28px 0 22px;
	margin: 0 2px;
	display: inline-block;
	width: calc(25% - 4px);
	max-width: 296px;
	vertical-align: top;
	vertical-align: middle;
	border-radius: 16px;
	cursor: pointer
}

@media(max-width: 768px) {
	.nav-item {
		padding: 10px 0
	}
}

@media(max-width: 480px) {
	.nav-item {
		margin-bottom: 6px;
		padding: 8px 0;
		width: 48%;
		border-radius: 10px
	}

	.nav-item:nth-last-child(-n+2) {
		margin-bottom: 0
	}
}

.nav-item h3 {
	margin: 10px 0 0;
	font-weight: 500;
	font-size: 18px;
	color: #2e2e2e
}

@media(max-width: 768px) {
	.nav-item h3 {
		line-height: 1.3;
		font-size: 10pt
	}
}

@media(max-width: 480px) {
	.nav-item h3 {
		margin: 2px 0 0;
		font-size: 14px;
		line-height: 22px;
		font-weight: 400
	}
}

@media(max-width: 768px) {
	.nav-item img {
		height: 20px;
		width: auto
	}
}

.nav-item.active {
	background-color: #e9fffc !important
}

.nav-item.active h3 {
	color: #2e2e2e
}

.nav-item:hover {
	background-color: #e9fffc 
}

@media(max-width: 480px) {
	.nav-item:hover {
		background-color: unset
	}
}

.nav-item:hover h3 {
	color: #2e2e2e
}

.type1-box {
	max-width: 1320px;
	margin: 50px auto 0;
	position: relative;
	height: 358px
}

@media(max-width: 992px) {
	.type1-box {
		height: 550px
	}
}

@media(max-width: 480px) {
	.type1-box {
		margin: 30px 0 0;
		height: unset
	}

	.type1-box .type1-item {
		position: relative;
		display: none
	}

	.type1-box .type1-item.active {
		display: block
	}
}

.type1-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	transition: opacity .2s
}

@media(max-width: 992px) {
	.type1-item {
		text-align: center
	}
}

.type1-item.active {
	opacity: 1;
	z-index: 2
}

.type1-img {
	max-height: 100%;
	max-width: 576px
}

@media(max-width: 1200px) {
	.type1-img {
		max-width: 400px;
		height: auto
	}
}

@media(max-width: 480px) {
	.type1-img {
		max-width: unset;
		width: 100%
	}
}

.type1-content {
	display: inline-block;
	padding-left: 78px;
	vertical-align: middle;
	width: calc(100% - 576px)
}

@media(min-width: 1520px) {
	.type1-content {
		padding-top: 40px;
		vertical-align: top
	}
}

@media(max-width: 1200px) {
	.type1-content {
		padding-left: 30px;
		width: calc(100% - 400px)
	}
}

@media(max-width: 992px) {
	.type1-content {
		padding-left: 0;
		padding-top: 20px;
		width: 100%
	}
}

.type1-content p {
	padding-right: 20px;
	margin: 0;
	line-height: 28px;
	font-size: 16px;
	color: #404040
}

@media(max-width: 1200px) {
	.type1-content p {
		font-size: 16px
	}
}

@media(max-width: 768px) {
	.type1-content p {
		line-height: 1.4;
		font-size: 11pt
	}
}

@media(max-width: 480px) {
	.type1-content p {
		font-size: 10pt
	}
}

@media(max-width: 480px) {
	.type1-content p {
		padding-right: 0;
		line-height: 22px;
		font-size: 14px
	}
}

.type1-content .common-h2 {
	margin-bottom: 36px;
	text-align: left
}

@media(max-width: 992px) {
	.type1-content .common-h2 {
		text-align: center
	}
}

@media(max-width: 480px) {
	.type1-content .common-h2 {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 26px;
		font-weight: 700
	}
}

.type1-content .note {
	margin-top: 20px;
	line-height: 28px;
	font-size: 15px;
	color: #666
}

@media(max-width: 768px) {
	.type1-content .note {
		line-height: 1.3;
		font-size: 10pt
	}
}

@media(max-width: 480px) {
	.type1-content .note {
		line-height: 1.3;
		font-size: 10pt
	}
}

.type1-content .note span {
	color: #404040
}

.type1-img {
	vertical-align: middle