
body {
	font-family: 'Pretendard', sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	overflow-x: hidden;
	transition: none;
}
body:has(#fullpage){
	opacity: 0;
}
body:has(.fullpage-wrapper) {
	opacity: 1!important;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #232323;
	transition: 0.5s ease;
}

a:hover,
a:active,
a:focus {
	color: #000;
	text-decoration: none;
	outline: none;
}
select::-ms-expand {
	display: none;
}
a i.arrow-right {
	float: right;
}
a i.arrow-right:before {
	content: '';
	display: block;
	width: 45px;
	margin-top: 25px;
	border-top: 2px solid #fff;
}
a i.arrow-right:after {
	content: '';
	display: block;
	width: 15px;
	border-top: 2px solid #fff;
	transform: rotate(30deg);
	position: relative;
	top: -6px;
	left: 32px;
}

.banner-button {
	background-color: #fde6b0;
}
.item-1  {
	margin-top: 50px;
}
.item-1 .txt2 {
	font-size: 21px;
	font-weight: 500;
	padding-top: 20px;
}
.item-1 .line {
	width: 15px;
	height: 2px;
	background-color: #074c37;
	margin: 20px  auto 0;
}
.item-1 .text3 {
	background-color: #074c37;
	color: #fff;
	padding: 20px 25px;
	border-radius: 10px;
	width: 780px;
	margin: 50px auto;
	font-size: 18px;
}
.item-1 .text3 span {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
	display: inline-block;
}
.item-1 .text3 span b {
	font-size: 21px;
}
.item-2 {
	background-color: #f3f6f7;
	border-radius: 15px;
	display: flex;
	flex-direction: row;
	justify-content: end;
	padding: 40px 0 0;
	align-items: end;
	margin-bottom: 50px;
}
.item-2 .text {
	padding-bottom: 40px;
	padding-right: 100px;
}
.item-2 .text .txt1 {
	font-size: 18px;
	display: flex;
	align-items: center;
	flex-direction: row;
	margin: 10px 0;
}
.item-2 .text .txt1 span {
	background-color: #074c37;
	color: #fff;
	width: 95px;
	height: 28px;
	border-radius: 14px;
	line-height: 28px;
	text-align: center;
	margin-right: 20px;
}
.item-3 .hd {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #074c37;
	padding: 20px 0;
}
.item-3 .bd table {
	width: 780px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.item-3 .bd table thead tr td {
	background-color: #f3f6f7;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	height: 44px;
	line-height: 44px;
}
.item-3 .bd table thead tr td:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.item-3 .bd table thead tr td:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.item-3 .bd table tbody tr td {
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 18px;
	border-bottom:1px solid #000
} 
.item-3 .bd table tbody tr:last-child td {
	border-bottom: none;
}
.item-3 .bd table tbody tr:first-child td:first-child {
	border-bottom: none;
}
.item-3 .ft .text3 {
    background-color: #074c37;
    color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    width: 780px;
    margin: 50px auto;
    font-size: 18px;
}
.item-3 .ft .text3 span {
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	padding-bottom: 10px;
}
.item-3 .ft .text3 span b {
	font-size: 21px;
}
.item-4 .hd {
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	font-size: 36px;
	padding-top: 100px;
	padding-bottom: 40px;
	color: #074c37;
}
.item-4 .bd .item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	background-color: #f3f6f7;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
}
.item-4 .bd .left {
	width: 50%;
}
.item-4 .bd .right {
	width: 50%;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.item-4 .bd .right .title {
	font-size: 21px;
	font-weight: 700;
	padding-left: 40px;
}
.item-4 .bd .right .line {
	padding-left: 40px;
	width: 15px;
	height: 2px;
	background-color: #074c37;
	margin-top: 50px;
	margin-bottom: 10px;
	display: inline-block;
}
.item-4 .bd .right .description {
	padding-left: 40px;
}
.item-4 .bd .right .description .tip {
	font-size: 21px;
	padding: 6px 15px;
	color: #fff;
	background-color: #074c37;
	display: inline-block;
	border-radius: 30px;
	margin-bottom: 15px;
}
.item-4 .bd .right .description .txt {
	font-size: 21px;
	font-weight: 500;
	padding-bottom: 20px;
}
.item-4 .bd .item:nth-child(even) .right {
	display: flex;
	flex-direction: column;
	align-items: end;
	padding-right: 50px;
}
.item-4 .bd .item:nth-child(even) .right .description {
	text-align: right;
}
.item-4 .bd .item:nth-child(even) .right .title {
	text-align: right;
}
.item-5 .hd {
	font-size: 36px;
	font-weight: 700;
	color: #074c37;
	text-align: center;
	padding-top: 130px;
	padding-bottom: 50px;
}
.item-5 .bd {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.item-5 .bd .item {
	padding: 0 10px;
}
.item-5 .bd .item:nth-child(odd){
	padding-bottom: 50px;
}
.item-5 .ft {
	background-color: #074c37;
	height: 100px;
	margin-top: -100px;
}
.item-6 {
	padding-top: 50px;
	padding-bottom: 100px;
}
.item-7 {
	background-color: #f3f6f7;
	padding-bottom: 140px;
}
.item-7 > .hd {
	font-size: 36px;
	font-weight: 600;
	color: #074c37;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 30px;
}
.item-7 .item {
	background-color: #fff;
	padding:20px;
	margin: 20px;
	border-radius: 20px;
	width: 460px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.5px;
}
.item-7 .item .hd {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
}
.item-7 .item .hd .name {
	display: flex;
	align-items: center;
}
.item-7 .item .hd .name .txt {
	padding: 0 10px;
}


.item-7 {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.item-7:after {
	content: '';
	display: block;
	width: 400px;
	height: 100%;
	background-image: linear-gradient(to left,rgba(243,246,247,1), rgba(243,246,247,0));
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}
.item-7:before {
	content: '';
	display: block;
	width: 400px;
	height: 100%;
	background-image: linear-gradient(to right,rgba(243,246,247,1), rgba(243,246,247,0));
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.banner_list ul {
    display: flex;
    margin: 0;
}

.banner_list ul li {
    min-width: 70rem;
		text-align: center;
    height: auto;
    border-radius: 5rem;
    border: none;
    float: left;
    margin: 20px 0px;
}
 .banner_list ul li {
	min-width: 460px;
}
.banner_list ul li span {
	font-size: 70px;
	font-weight: 500;
	color: #7f7f7f;
	padding: 30px 50px;
	border-radius: 100px;
}
.banner_list .top_con {
    margin-bottom: 3rem;
}
.banner_list .top_con ,.banner_list .bottom_con {
    margin-bottom: 3rem;
}
.loop_banner {
    transition: animation 0.4s ease-in-out;
    display: flex;
    /* overflow: hidden; */
}

.loop_banner ul {
    float: left;
}

.loop_banner ul:first-child {
    animation: jsLoopSlide3 80s -40s linear infinite;
}

.loop_banner ul:last-child {
    animation: jsLoopSlide4 80s linear infinite;
    /* padding-left: 1rem; */
}

.loop_banner.bottom_con ul:first-child {
    animation: jsLoopSlide 80s -40s linear infinite;
}

.loop_banner.bottom_con ul:last-child {
    animation: jsLoopSlide2 80s linear infinite;
    padding-left: 1rem;
}
.loop_banner:hover ul,
.loop_banner.bottom_con:hover ul {
    animation-play-state: paused;
}

.banner_list ul li:hover span {
	box-shadow: 0px 2px 14.7px 0.3px rgba(0, 0, 0, 0.08);
	border: 0;
	background-color: #4acb70;
}
.banner_list ul li:hover span {
	color: #fff;
}

@keyframes jsLoopSlide {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes jsLoopSlide2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}

@keyframes jsLoopSlide3 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes jsLoopSlide4 {
    0% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(0);
    }
}

.item-8 {
	background: url(../images/001.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 0 150px;
}

.item-8 .bd {
	width: 940px;
	padding: 0 30px;
	margin: 0 auto;
	font-size:21px ;
	background-color: #fff;
	border-radius: 10px;
	padding-top: 40px;
}
#form-template .form-group {
	padding-top: 15px;
}
#form-template .form-group label {
	font-size: 21px;
	font-weight: 700;
	color: #074c37;
	letter-spacing: -0.5px;
}
#form-template .form-group input {
	background-color: #eaeae9;
	border: none;
	box-shadow: none;
	font-size: 18px;
	font-weight: 600;
}
#form-template .form-group .radio-group {
	display: flex;
	flex-direction: row;
	align-items: center;
}
#form-template .form-group .radio-group .radio {
	padding: 0;
	margin: 0;
}
#form-template .form-group .radio-group .radio label{
	width: 70px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 18px;
	padding-left: 0;
}
input[type='radio']{
    display:none; 
}
label:has(input[type='radio']) {
	float: left;
	display: flex;
	flex-direction: row;
	align-items: center;
}
label:has(input[type='radio']):before{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
		border-radius: 12px;
    margin-right: 5px;
    left: 0;
    bottom: 0;
    background-color: #eaeae9;
}
label:has(input[type='radio']:checked):before{
}
label:has(input[type='radio']:checked):after{
    position: absolute;
    left: -4px;
    margin:6px;
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 6px;
    background-color: #074c37;
}
#form-template p.info {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	font-weight: 400;
	padding-top: 20px;
	margin-bottom: 0;
}
#form-template button {
	font-size: 21px;
	color: #fff;
	background-color: #000;
	font-weight: 700;
	padding: 6px 60px;
	border-radius: 0;
	border: none;
	margin-bottom: 50px;
}
.form-template-type2 .help-block {
	display: none!important;
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }
	.item-8 .bd {
		width: 100%;
	}
	.banner-button img {
		height: 40px;
	}
	.banner {
		overflow: hidden;
		max-width: 100%;
	}
	.banner img {
		max-width: 150%;
		margin-left: -25%;
	}
	.item-1 .txt2 {
		font-size: 14px;
	}
	.item-1 .txt2 br {
		display: none;
	}
	.item-1 .text3 ,.item-3 .ft .text3 {
		width: 100%;
		font-size: 14px;
	}
	.item-1 .text3 span {
		font-size: 14px;
	}
	.item-1 .text3 span b {
		font-size: 16px;
	}
	.item-2 {
		flex-direction: column;
		padding: 40px 15px;
		justify-content: start;
		align-items: flex-start;
	}
	.item-2 .text {
		padding: 0;
		font-size: 14px;
		padding-left: 20px;
	}
	.item-2 .text .txt1 {
		flex-direction: column;
		align-items: start;
	}
	.item-2 .text .txt1 span {
		margin-bottom: 15px;
	}
	.item .bd {
		overflow: auto;
	}
	.item-4 .bd .item {
		flex-direction: column;
	}
	.item-4 .bd .left {
		width: 100%;
	}
	.item-4 .bd .right {
		width: 100%;
	}
	.item-4 .bd .right .description .tip {
		font-size: 14px;
	}
	.item-4 .bd .right .description .txt {
		font-size: 14px;
	}
	.item-4 .bd .right .description {
		padding-top: 20px;
	}
	.item-4 .bd .right {
		justify-content: start;
	}
	.item-4 .hidden {
		display: block!important;
	}
	.item-4 .hd ,.item-5 .hd ,.item-7 > .hd{
		font-size: 24px;
	}
	.item-5 .ft {
		height: 50px;
		margin-top: -50px;
	}
	.item-7:before ,.item-7:after {
		width: 50px;
	}
}