main {line-height: 1.1}
/*section01*/
#sec01 .swiper .swiper-slide {
  width: 100%;
  height: 980px;
  overflow: hidden;
}
#sec01 .swiper .swiper-slide:after {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	transform: scale(1.2);
	transition: transform 2s ease-in-out;
}
#sec01 .swiper .slide01:after {background: url(../images/main/main_bg1.png) no-repeat center / cover;}
#sec01 .swiper .slide02:after {background: url(../images/main/main_bg2.png) no-repeat center / cover;}
#sec01 .swiper .slide03:after {background: url(../images/main/main_bg3.png) no-repeat center / cover;}
#sec01 .swiper .swiper-slide.swiper-slide-active:after {transform: scale(1);}

#sec01 .swiper .swiper-slide .slide-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}
#sec01 .swiper .slide-text {
	max-width: 1400px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
	padding-top: 370px;
    color: #fff;
    display: flex;
    flex-direction: column;
}
#sec01 .swiper .slide-text h3 {
    font-size: 80px;
    font-weight: 900;
    margin-bottom: 15px;
}
#sec01 .swiper .slide-text span {
	font-size: 30px;
    font-weight: 600;
}
#sec01 .swiper .slide-text span > br.none {
	display: none;
}
#sec01 .swiper .slide-text p {
	font-size: 20px;
    font-weight: 300;
    line-height: 1.55;
    margin-top: 72px;
}
#sec01 .swiper .swiper-button-next,
#sec01 .swiper .swiper-button-prev {
	width: 45px;
	height: 45px;
	top: var(--swiper-navigation-top-offset,56%);
}
#sec01 .swiper .swiper-button-next {
	background: url(../images/icon/next.png) no-repeat center / contain;
	right: var(--swiper-navigation-sides-offset,10%);
}
#sec01 .swiper .swiper-button-prev {
	background: url(../images/icon/prev.png) no-repeat center / contain;
	left: var(--swiper-navigation-sides-offset,10%);
}
#sec01 .swiper .swiper-button-next:hover {
	background-image: url(../images/icon/next_h.png);
}
#sec01 .swiper .swiper-button-prev:hover {
	background-image: url(../images/icon/prev_h.png);
}
#sec01 .swiper .swiper-button-prev::after,
#sec01 .swiper .swiper-button-next::after {
	display: none;
}
#sec01 .swiper .swiper-pagination-wrap {
	display: flex;
	width: 100%;
	align-items: center;
	position: absolute;
	bottom: 95px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	color: #fff;
}
#sec01 .swiper .swiper-pagination-wrap2 {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 93px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
#sec01 .swiper .swiper-pagination-wrap > span {
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
}
#sec01 .swiper .swiper-pagination #text {
	display: none;
}
#sec01 .swiper .swiper-pagination-progressbar {
	position: static;
    width: 52px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
}
#sec01 .swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: rgb(255, 255, 255);
}


@media (max-width: 1900px) {
	#sec01 .swiper .swiper-button-next {
		right: var(--swiper-navigation-sides-offset,5%);
	}
	#sec01 .swiper .swiper-button-prev {
		left: var(--swiper-navigation-sides-offset,5%);
	}
}
@media (max-width: 1700px) {
	#sec01 .swiper .slide-text {
		padding-left: 80px;
	}
	#sec01 .swiper .swiper-button-next {
		right: var(--swiper-navigation-sides-offset,2%);
	}
	#sec01 .swiper .swiper-button-prev {
		left: var(--swiper-navigation-sides-offset,2%);
	}
}
@media (max-width: 1000px) {
	#sec01 .swiper .swiper-slide{
		height: 700px;
	}
	#sec01 .swiper .slide-text {
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 300px;
	}
	#sec01 .swiper .slide-text h3 {
		margin-bottom: 21px;
		font-size: 50px
	}
	#sec01 .swiper .slide-text span {
		line-height: 1.3;
		font-size: 22px;
	}
	#sec01 .swiper .slide-text span > br.none {
		display: block;
	}
	#sec01 .swiper .slide-text p {
		display: none;
	}
	#sec01 .swiper .swiper-button-next,
	#sec01 .swiper .swiper-button-prev {
		display: none;
	}
}
@media (max-width: 860px) {
	#sec01 .swiper .swiper-slide {
		height: 580px;
	}
	#sec01 .swiper .slide-text {
		padding-top: 270px
	}
	#sec01 .swiper .slide-text h3 {
		font-size: 30px;
	}
	#sec01 .swiper .slide-text span {
		font-size: 20px;
	}
	#sec01 .swiper .swiper-pagination-wrap {
		bottom: 31px;
	}
	#sec01 .swiper .swiper-pagination-wrap > span {
		font-size: 14px;
	}
	br.none {display: none}
	#sec01 .swiper .swiper-pagination-wrap2 {
		bottom: 29px;
	}
}

.symbol-m {
	display: none;
	width: 50px;
	margin: 0 auto;
}

/*section02*/
#sec02 {
	background: #f2f4f5;
    padding: 200px 0 160px;
    position: relative;
}
#sec02::before,
#sec02::after {
	position: absolute;
	z-index: 1;
	content: '';
}
#sec02::before {
	top: 0;
	right: 0;
	background: url(../images/main/yougang_symbol_bg01.png) no-repeat center / contain;
	width: 358px;
	height: 353px;
}
#sec02::after {
	bottom: -334px;
	left: -337px;
	background: url(../images/main/yougang_symbol_bg.png) no-repeat center / contain;
	width: 718px;
	height: 718px;
}
#sec02 .sec02-in {
	text-align: center;
}
#sec02 .sec02-in h3 {
	font-size: 60px;
    font-weight: 900;
    color: #292929;
    margin: 20px 0 30px;
}
#sec02 .sec02-in p {
	font-size: 20px;
	font-weight: 300;
    line-height: 1.8;
    color: #878787;
}
#sec02 .sec02-in a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 60px auto 0;
	width: 158px;
	height: 50px;
	border-radius: 25px;
    border: 1px solid #6f899b;
    background: transparent;
}
#sec02 .sec02-in a > span {
	color: #6f899b;
    padding-right: 12px;
    font-size: 20px;
}
#sec02 .sec02-in a img {
	width: 29px;
}
#sec02 .sec02-in a img.default_m {
	display: none;
}
#sec02 .sec02-in a img.hover {
	display: none;
}
#sec02 .sec02-in a:hover {
	border: 1px solid #6f899b;
	background: #6f899b;
}
#sec02 .sec02-in a:hover span {
	color: #fff;
}
#sec02 .sec02-in a:hover img.default {
	display: none;
}
#sec02 .sec02-in a:hover img.hover {
	display: inline-block;
}
@media (max-width: 1200px) {
	#sec02::before, #sec02::after {
		display: none;
	}
}
@media (max-width: 1000px) {
	#sec02::before, #sec02::after {
		display: none;
	}
	#sec02 .sec02-in a:hover {
		border: 1px solid #6f899b;
    	background: transparent;
	}
	#sec02 .sec02-in a:hover span {
		color: #6f899b;
	}
	#sec02 .sec02-in a:hover img.default {
		display: none;
	}
	#sec02 .sec02-in a:hover img.hover {
		display: none;
	}
}
@media (max-width: 860px) {
	.symbol-pc {
		display: none;
	}
	.symbol-m {
		display: block;
	}
	#sec02 {
		padding: 80px 0;
	}
	#sec02 .sec02-in h3 {
		font-size: 32px;
	}
	#sec02 .sec02-in p {
		font-size: 16px;
		line-height: 1.75;
		padding: 0 24px;
	}
	#sec02 .sec02-in a {
		width: 119px;
		height: 36px;
	}
	#sec02 .sec02-in a > span {
		font-size: 16px;
		padding-right: 7px;
	}
	#sec02 .sec02-in a img.default {
		display: none;
	}
	#sec02 .sec02-in a img.default_m {
		display: block;
		padding-top: 2px;
	}
}
@media (max-width: 450px) {
	#sec02 .sec02-in p > br {
		display: none;
	}
}
/*section03*/

#sec03 {
	padding: 200px 0;
}
#sec03 .inner > div {
	display: flex;
	justify-content: space-between;
}
#sec03 .inner > div .sec03-tit h3 {
	font-size: 60px;
    font-weight: 900;
    color: #292929;
    margin-top: 20px;
}
#sec03 .inner > div > ul {
	display: flex;
	align-items: center;
}
#sec03 .inner > div > ul > li {
	overflow: hidden
}
#sec03 .inner > div > ul li > a {
	display: block;
    padding: 52px 0 52px 52px;
    width: 330px;
    background-color: #f2f6f8;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    position: relative;
}
#sec03 .inner > div > ul li > a:hover {
	background-color: #6f899b;
}
#sec03 .inner > div > ul li > a:hover .list-info img.default {
	opacity: 0;
}
#sec03 .inner > div > ul li > a:hover .list-info span {
	opacity: 0;
}
#sec03 .inner > div > ul li > a:hover .list-info p {
	opacity: 0;
}
#sec03 .inner > div > ul li > a .list-info span {
	display: inline-block;
    font-size: 30px;
    color: #292929;
    margin: 45px 0 12px;
    font-weight: bold;
}
#sec03 .inner > div > ul li > a .list-info p {
	font-size: 16px;
    opacity: 0.5;
    color: #292929;
    line-height: 1.5;
}
#sec03 .inner > div > ul li > a .list-info img {
	display: block;
}
#sec03 .inner > div > ul li > a .list-info img.hover {
	display: none;
}
#sec03 .inner > div > ul li > a .a-hover {
	position: absolute;
	top: 52px;
	left: 92px;
	opacity: 0;
	transition: all 0.4s;
}
#sec03 .inner > div > ul li > a:hover .a-hover {
	opacity: 1;
	left: 52px;
}
#sec03 .inner > div > ul li > a .a-hover img {
	width: 135px;
	display: block;
}
#sec03 .inner > div.list02 > ul li:first-child > a .a-hover img {
	width: 130.4px;
}
#sec03 .inner > div.list02 > ul li:last-child > a .a-hover img {
	width: 121px;
}
#sec03 .inner > div > ul li > a .a-hover span {
	display: inline-block;
    font-size: 30px;
    color: #fff;
    margin: 45px 0 12px;
    font-weight: bold;
} 
#sec03 .inner > div > ul li > a .a-hover p {
	font-size: 16px;
    opacity: 0.5;
    color: #fff;
    line-height: 1.5;
}
#sec03 .inner > div > ul li:first-child {
	margin-right: 40px;
}
#sec03 .inner > .list01 > ul li:first-child,
#sec03 .inner > .list02 > ul li:last-child {
	margin-bottom: -165px;
}
#sec03 .inner > .list01 > ul li > a .list-info img {
	width: 135px;
}
#sec03 .inner > .list02 {
	margin-top: 200px;
}
#sec03 .inner > .list02 > ul li:first-child > a .list-info img {
	width: 130.4px;
}
#sec03 .inner > .list02 > ul li:last-child > a .list-info img {
	width: 121px;
}
#sec03 .inner > div > ul li > a .list-more {
	position: absolute;
	top: 83px;
	right: 0;
}
#sec03 .inner > div > ul li > a .list-more > div {
	position: relative;
}
#sec03 .inner > div > ul li > a .list-more > div .hover {
	position: absolute;
	top: 0;
	right: 0;
}
#sec03 .inner > div > ul li > a .list-more > div .hover > div {
	position: relative;
	z-index: 1;
	opacity: 0;
	transition: all 0.4s;
}
#sec03 .inner > div > ul li > a .list-more > div .hover > div::before {
	position: absolute;
    top: 0;
    right: -29px;
    background: #fff;
    content: '';
    width: 100px;
    height: 70px;
    border-radius: 30px;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s;
}
#sec03 .inner > div > ul li > a:hover .list-more > div .hover > div {
	opacity: 1;
	padding-right: 20px;
}
#sec03 .inner > div > ul li > a:hover .list-more > div .hover > div::before {
	opacity: 1;
	width: 120px;
}
#sec03 .inner > div > ul li > a .list-more > div .hover span {
	font-size: 16px;
	color: #47525c;
	display: block;
	margin-bottom: 5px;
	padding-top: 20px;
}
#sec03 .inner > div > ul li > a:hover .list-more > div .default {
	opacity: 0;
}
#sec03 .inner > .list02 .sec03-tit {
	text-align: right;
}
#sec03 .inner > div > ul li .m-more img {
	width: 38px;
	display: none;
}
@media (max-width: 1100px) {
	#sec03 .inner > div {
		flex-direction: column;
	}
	#sec03 .inner > div.list02 {
		flex-direction: column-reverse;
		margin-top: 80px;
	}
	#sec03 .inner > div .sec03-tit,
	#sec03 .inner > .list02 .sec03-tit {
		text-align: center;
		margin-bottom: 32px;
	}
	#sec03 .inner > div .sec03-tit h3 > br {
		display: none;
	}
	#sec03 .inner > div > ul {
		flex-direction: column;
		padding: 0 24px;
	}
	#sec03 .inner > div > ul li {
		width: 100%;
		margin-bottom: 24px;
	}
	#sec03 .inner > div > ul li:first-child {
		margin-right: 0;
	}
	#sec03 .inner > .list01 > ul li:first-child {
		margin-bottom: 24px;
	}
	#sec03 .inner > .list02 > ul li:last-child {
		margin-bottom: 0;
	}
	#sec03 .inner > div > ul li > a {
		display: flex;
	    align-items: center;
	    justify-content: space-between;
	    width: 100%;
	    padding: 52px;
	}
	#sec03 .inner > div > ul li > a:hover {
		background-color: #f2f6f8;
	}
	#sec03 .inner > div > ul li > a .list-info {
		display: flex;
		align-items: center;
	}
	#sec03 .inner > .list01 > ul li > a .list-info img {
		width: 100px;
	}
	#sec03 .inner > .list02 > ul li:first-child > a .list-info img {
		width: 95.4px;
	}
	#sec03 .inner > .list02 > ul li:last-child > a .list-info img {
		width: 86px;
	}
	#sec03 .inner > div > ul li > a .list-info span {
		margin: 0 0 0 20px;
	}
	#sec03 .inner > div.list02 > ul li:last-child > a .list-info span {
		margin: 0 0 0 27px;
	}
	#sec03 .inner > div > ul li > a .list-info p {
		margin-left: 20px;
	}
	#sec03 .inner > div > ul li > a .a-hover,
	#sec03 .inner > div > ul li > a .list-more {
		display: none;
	}
	#sec03 .inner > div > ul li > a:hover .list-info img.default,
	#sec03 .inner > div > ul li > a:hover .list-info span {
		opacity: 1;
	}
	#sec03 .inner > div > ul li > a:hover .list-info p {
		opacity: 0.5;
	}
	#sec03 .inner > div > ul li .m-more img {
		display: block;
	}
}
@media (max-width: 860px) {
	#sec03 {
		padding: 84px 0 124px;
	}
	#sec03 .inner > div .sec03-tit h3 {
		font-size: 32px;
	}
	#sec03 .inner > div > ul li > a {
		padding: 28px 20px;
		border-top-left-radius: 40px;
    	border-bottom-right-radius: 40px;
	}
	#sec03 .inner > .list01 > ul li > a .list-info img {
		width: 65px;
	}
	#sec03 .inner > div > ul li > a .list-info span {
		font-size: 20px;
		margin: 0 0 0 15px;
	}
	#sec03 .inner > div > ul li > a .list-info p {
		font-size: 14px;
	}
	#sec03 .inner > .list02 > ul li:first-child > a .list-info img {
		width: 64px;
	}
	#sec03 .inner > .list02 > ul li:last-child > a .list-info img {
		width: 58px;
	}
	#sec03 .inner > div.list02 > ul li:last-child > a .list-info span {
		margin: 0 0 0 20px;
	}
}
@media (max-width: 500px) {
	#sec03 .inner > div > ul li > a .list-info p {
		display: none;
	}
}

/*section04*/
#sec04 {
	background: #e4eaec;
    position: relative;
}
#sec04::before,
#sec04::after {
	content: '';
	position: absolute;
	z-index: 1;
}
#sec04::before {
	top: -480px;
	right: 0;
	background: url(../images/main/yougang_symbol_bg02.png) no-repeat center / contain;
	width: 368px;
	height: 718px;
}
#sec04::after {
	bottom: 0;
	left: 0;
	background: url(../images/main/yougang_symbol_bg06.png) no-repeat center / contain;
	width: 358px;
	height: 358px;
}
#sec04 .inner {
	padding: 180px 0 210px;
    text-align: center;
    position: relative;
    z-index: 10;
}
#sec04 .inner .sec04-tit {
	margin-bottom: 100px;
}
#sec04 .inner .sec04-tit h3 {
	font-size: 60px;
    font-weight: 900;
    color: #292929;
    margin: 20px 0;
}
#sec04 .inner .sec04-tit h3 > br {
	display: none;
}
#sec04 .inner .sec04-tit p {
	font-size: 24px;
    color: #878787;
}
#sec04 .inner > ul:after {
	content: '';
	display:block;
	clear: both
}

#sec04 .inner > ul li {
	float: left;
	width: 330px;
	height: 570px;
	margin-right: 40px;
	margin-top: 70px;
}
#sec04 .inner > ul li:last-child {
	margin-right: 0
}
#sec04 .inner > ul a {
    display: block;
	height: 100%;
    border-bottom-right-radius: 90px;
    border-top-left-radius: 90px;
    background-color: #fff;
    position: relative;
}
#sec04 .inner > ul > li:nth-child(2)  {
	height: 475px;
	margin-top: 0
}
#sec04 .inner > ul a > img {
	width: 330px;
}
#sec04 .inner > ul a .sec04-list-text {
	padding-top: 55px;
}
#sec04 .inner > ul a .sec04-list-text span {
	font-size: 30px;
    font-weight: bold;
}
#sec04 .inner > ul a .sec04-list-text p {
	opacity: 0.5;
    font-size: 16px;
    line-height: 1.5;
    color: #292929;
    margin-top: 12px;
}
#sec04 .inner > ul a .list-more {
	position: absolute;
	bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}
#sec04 .inner > ul a .list-more .default {
	transform: rotate(90deg);
}
#sec04 .inner > ul li a .hover {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/main/main_business02_h.png) no-repeat center / cover;
    border-top-left-radius: 87px;
    border-bottom-right-radius: 87px;
    opacity: 0;
    transition: all 0.4s;
}
#sec04 .inner > ul li:nth-child(2) a .hover {
	background-image: url(../images/main/main_business01_h.png);
}
#sec04 .inner > ul li:last-child a .hover {
	background-image: url(../images/main/main_business03_h.png);
}
#sec04 .inner > ul a .hover > div .hover-text {
	transition: all 0.4s;
}
#sec04 .inner > ul a .hover > div .hover-text span {
	font-size: 30px;
    font-weight: bold;
    color: #fff;
}
#sec04 .inner > ul a .hover > div .hover-text p {
	font-size: 16px;
    line-height: 1.5;
    opacity: 0.5;
    color: #fff;
    margin-top: 12px;
}
#sec04 .inner > ul a .hover > div .hover-more {
	width: 70px;
    height: 120px;
    position: absolute;
    bottom: -41.5px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 70%, rgba(228,234,236,1) 70%);
    border-radius: 40px;
    transition: all 0.4s;
}
#sec04 .inner > ul a .hover > div .hover-more span {
	display: block;
    margin-bottom: 10px;
    padding-top: 30px;
}
#sec04 .inner > ul a:hover .hover {
	opacity: 1;
}
#sec04 .inner > ul a:hover .hover .hover-more {
	height: 140px;
}
#sec04 .inner > ul a:hover .hover .hover-text {
	padding-bottom: 50px;
}
#sec04 .inner > .sec04-m {
	display: none;
}
@media (max-width: 1200px) {
	#sec04::before, #sec04::after {
		display: none;
	}
}
@media (max-width: 1100px) {
	#sec04 .inner {
		padding: 180px 24px 210px;
	}
	#sec04 .inner > ul {
		display: none;
	}
	#sec04 .inner > .sec04-m {
		display: block;
	}
	#sec04 .inner > .sec04-m .swiper {
		padding-bottom: 50px;
	}
	#sec04 .inner > .sec04-m .swiper-slide > a {
		display: block;
	    width: 100%;
	    background: url(../images/main/main_business02_m.png) no-repeat center / cover;
	    border-top-left-radius: 40px;
	    border-bottom-right-radius: 40px;
	    padding: 200px 51px;
	}
	#sec04 .inner > .sec04-m .swiper-slide.slide02 > a {
		background-image: url(../images/main/main_business01_m.png)
	}
	#sec04 .inner > .sec04-m .swiper-slide.slide03 > a {
		background-image: url(../images/main/main_business03_m.png)
	}
	#sec04 .inner > .sec04-m .swiper-slide > a > div {
		color: #fff;
	}
	#sec04 .inner > .sec04-m .swiper-slide > a > div span {
		font-size: 34px;
    	font-weight: bold;
	}
	#sec04 .inner > .sec04-m .swiper-slide > a > div p {
		opacity: 0.5;
	    font-size: 18px;
	    font-weight: 300;
	    line-height: 1.71;
	    margin: 15px 0 28px;
	}
	#sec04 .inner > .sec04-m .swiper-slide > a > div img {
		width: 38px;
	}
	#sec04 .inner > .sec04-m .swiper .swiper-horizontal>.swiper-pagination-bullets,
	#sec04 .inner > .sec04-m .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 0;
	}
	#sec04 .inner > .sec04-m .swiper .swiper-pagination-bullet {
		background: #fff;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		opacity: 1;
		transition: all 0.4s;
	}
	#sec04 .inner > .sec04-m .swiper .swiper-pagination-bullet-active {
		background: #7a9cbb;
		width: 27px;
	}
}
@media (max-width: 860px) {
	#sec04 .inner {
		padding: 88px 24px 91px;
	}
	#sec04 .inner .sec04-tit {
		margin-bottom: 60px;
	}
	#sec04 .inner .sec04-tit h3 {
		font-size: 32px;
	    margin: 20px 0 16px;
	    line-height: 1.25;
	}
	#sec04 .inner .sec04-tit h3 > br {
		display: block;
	}
	#sec04 .inner .sec04-tit p {
		font-size: 16px;
	}
	#sec04 .inner > .sec04-m .swiper-slide > a {
		padding: 48px 0;
	}
	#sec04 .inner > .sec04-m .swiper-slide > a > div span {
		font-size: 24px;
	}
	#sec04 .inner > .sec04-m .swiper-slide > a > div p {
		font-size: 14px;
		max-width: 250px;
		margin: 15px auto 28px;
	}
}

/*section05*/

#sec05 {
	background: #47525c;
    padding: 150px 0;
    position: relative;
}
#sec05::before,
#sec05::after {
	position: absolute;
	content: '';
	z-index: 1;
	width: 358px;
}
#sec05::before {
	height: 359px;
	background: url(../images/main/yougang_symbol_bg05.png) no-repeat center / contain;
	top: 0;
	left: 0;
}
#sec05::after {
	height: 410px;
	background: url(../images/main/yougang_symbol_bg03.png) no-repeat center / contain;
	bottom: 0;
	right: 0;
}
#sec05 .inner > .top {
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 874px;
    margin: 0 auto 60px;
}
#sec05 .inner > .top .sec05-tit h3 {
	font-size: 60px;
    font-weight: 900;
    color: #fff;
    margin-top: 20px;
}
#sec05 .inner > .top .sec05-contact span {
	padding-left: 11px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    opacity: 0.8;
    letter-spacing: 0.5px;
}
#sec05 .inner > .top .sec05-contact .tel {
	margin-right: 17px;
}
#sec05 .inner > .top .sec05-contact .tel img {
	width: 16.1px;
}
#sec05 .inner > .top .sec05-contact .mail img {
	width: 18.3px;
}
#sec05 .inner > .top .sec05-contact .address span > br {
	display: none;
}
#sec05 .inner > .top .sec05-contact .address img {
	width: 15.8px;
}
#sec05 .inner > .top .sec05-contact > div:last-child {
	margin-top: 10px;
}
#sec05 .inner > .sec05-form-wrap .form-box {
	border-top-left-radius: 88px;
    border-bottom-right-radius: 88px;
    padding: 90px;
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}
#sec05 .inner > .sec05-form-wrap .form-box label {
	display: block;
	margin-bottom: 12px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#sec05 .inner > .sec05-form-wrap .form-box input,
#sec05 .inner > .sec05-form-wrap .form-box textarea {
	font-size: 16px;
	color: #292929;
	font-family: Pretendard;
}
#sec05 .inner > .sec05-form-wrap .form-box input::placeholder {
	font-size: 16px;
	color: #292929;
	opacity: 0.3;
}
/*#sec05 .inner > .sec05-form-wrap .form-box input::-webkit-input-placeholder {
	font-size: 18px;
	color: #292929;
	opacity: 0.3;
}
#sec05 .inner > .sec05-form-wrap .form-box input::-ms-input-placeholder {
	font-size: 18px;
	color: #292929;
	opacity: 0.3;
}
#sec05 .inner > .sec05-form-wrap .form-box input::-mos-input-placeholder {
	font-size: 18px;
	color: #292929;
	opacity: 0.3;
}*/
#sec05 .inner > .sec05-form-wrap .form-box textarea::placeholder {
	font-size: 16px;
	color: #292929;
	opacity: 0.3;
	font-family: Pretendard;
}
/*#sec05 .inner > .sec05-form-wrap .form-box textarea::-webkit-input-placeholder {
	font-size: 18px;
	color: #292929;
	opacity: 0.3;
}
#sec05 .inner > .sec05-form-wrap .form-box textarea::-ms-input-placeholder {
	font-size: 18px;
	color: #292929;
	opacity: 0.3;
}
#sec05 .inner > .sec05-form-wrap .form-box textarea::-mos-input-placeholder {
	font-size: 18px;
	color: #292929;
	opacity: 0.3;
}*/
#sec05 .inner > .sec05-form-wrap .form-box .info,
#sec05 .inner > .sec05-form-wrap .form-box .question {
	width: calc(50% - 27px);
}
#sec05 .inner > .sec05-form-wrap .form-box .info li {
	margin-bottom: 40px;
}
#sec05 .inner > .sec05-form-wrap .form-box .info li:last-child {
	margin-bottom: 0;
}
#sec05 .inner > .sec05-form-wrap .form-box .info input {
	border-radius: 10px;
    border: 1px solid #fff;
    background: #fff;
    height: 60px;
    padding: 0 21px;
    width: 100%;
}
#sec05 .inner > .sec05-form-wrap .form-box .question textarea {
	width: 100%;
    height: 317px;
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 20px;
    outline: none;
}
#sec05 .inner > .sec05-form-wrap .check-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
#sec05 .inner > .sec05-form-wrap .check-box input {
	width: 30px;
	height: 30px;
	background: url(../images/icon/checkbox.png) no-repeat center / 100%;
	cursor: pointer;
	margin: 0;
}
#sec05 .inner > .sec05-form-wrap .check-box input:checked {
	background-image: url(../images/icon/checkbox_b.png);
}
#sec05 .inner > .sec05-form-wrap .check-box label {
	margin-left: 8px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
   	cursor: pointer;
}
#sec05 .inner > .sec05-form-wrap button {
	background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin: 40px auto 0;
}
#sec05 .inner > .sec05-form-wrap button:hover {
	color: #47525c;
	background: #fff;
	border: 1px solid transparent;
}
@media (max-width: 1200px) {
	#sec05::before,
	#sec05::after {
		display: none;
	}
}
@media (max-width: 1100px) {
	#sec05 .inner {
		padding: 0 24px;
	}
}
@media (max-width: 1000px) {
	#sec05 .inner > .top {
		flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}
	#sec05 .inner > .top .sec05-tit {
		text-align: center;
    	margin-bottom: 42px;
	}
	#sec05 .inner > .sec05-form-wrap .form-box {
		padding: 40px;
	    border-top-left-radius: 44px;
	    border-bottom-right-radius: 44px;
	}
	#sec05 .inner > .sec05-form-wrap .form-box .info,
	#sec05 .inner > .sec05-form-wrap .form-box .question {
		width: calc(50% - 15px);
	}
}
@media (max-width: 860px) {
	#sec05 {
		padding: 95px 0 105px;
	}
	#sec05 .inner > .top .sec05-tit img {
		width: 50px;
	}
	#sec05 .inner > .top .sec05-tit h3 {
		font-size: 32px;
	}
	#sec05 .inner > .top .sec05-contact > div:first-child {
		text-align: center;
	}
	#sec05 .inner > .top .sec05-contact > div > a {
		display: block;
	}
	#sec05 .inner > .top .sec05-contact .tel {
		margin-right: 0;
		margin-bottom: 24px;
	}
	#sec05 .inner > .top .sec05-contact .address {
		display: flex;
		align-items: flex-start;
	}
	#sec05 .inner > .top .sec05-contact .address span > br {
		display: block;
	} 
	#sec05 .inner > .top .sec05-contact > div:last-child {
		margin-top: 24px;
	}
	#sec05 .inner > .top .sec05-contact span {
		font-size: 14px;
	}
	#sec05 .inner > .top .sec05-contact .address span {
		line-height: 1.71;
	}
	#sec05 .inner > .sec05-form-wrap .form-box {
		flex-direction: column;
	    border-radius: 0;
	    background-color: transparent;
	    padding: 0;
	}
	#sec05 .inner > .sec05-form-wrap .form-box .info,
	#sec05 .inner > .sec05-form-wrap .form-box .question {
		width: 100%;
	}
	#sec05 .inner > .sec05-form-wrap .form-box .info {
		margin-bottom: 32px;
	}
	#sec05 .inner > .sec05-form-wrap .form-box .info li {
		margin-bottom: 32px;
	}
	#sec05 .inner > .sec05-form-wrap .check-box {
		justify-content: flex-start;
		margin-top: 32px;
	}
	#sec05 .inner > .sec05-form-wrap button {
		width: 100%;
		margin: 40px auto 0;
		font-size: 16px;
		height: 48px;
		line-height: 48px;
	}
	#sec05 .inner > .sec05-form-wrap button:hover {
		color: #fff;
		background: transparent;
    	border: 1px solid #fff;
	}
	#sec05 .inner > .sec05-form-wrap .form-box .info input {
		height: 48px;
	}
	#sec05 .inner > .sec05-form-wrap .form-box .info input,
	#sec05 .inner > .sec05-form-wrap .form-box textarea {
		font-size: 14px;
		padding: 0 10px;
	}
	#sec05 .inner > .sec05-form-wrap .form-box .question textarea {
		padding: 10px;
		height: 201px;
	}
	#sec05 .inner > .sec05-form-wrap .form-box input::placeholder,
	#sec05 .inner > .sec05-form-wrap .form-box textarea::placeholder {
		font-size: 13px;
	}

}