body.noScroll {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

body.villa {
	background: url("/assets/image/villa/villa_bg.png") no-repeat;
	background-size: cover;
	background-position-y: 0;
	padding-top: 120px;
}

@media ( max-width : 900px) {
	body.villa {
		background-size: contain;
		background-position-y: 0;
		padding-top: 10px;
	}
}

body.street {
	background: url("/assets/image/street/smallHouse_bg.png") no-repeat;
	background-size: cover;
	background-position-y: 0;
	padding-top: 120px;
}

@media ( max-width : 900px) {
	body.street {
		background-size: contain;
		background-position-y: 0;
		padding-top: 10px;
	}
}

body.moaTown {
	background: url("/assets/image/moaTown/moaTown_bg.png") no-repeat;
	background-size: cover;
	background-position-y: 130px;
	padding-top: 120px;
}

@media ( max-width : 900px) {
	body.moaTown {
		background-size: contain;
		background-position-y: 0;
		padding-top: 10px;
	}
}

body.subway {
	background: url("/assets/image/subway/bg.png") no-repeat;
	background-size: cover;
	background-position-y: 130px;
	padding-top: 120px;
}

@media ( max-width : 900px) {
	body.subway {
		background-size: contain;
		background-position-y: 0;
		padding-top: 10px;
	}
}


body.autonomous {
	background: url("/assets/image/autonomous/autonomous_bg.png") no-repeat;
	background-size: cover;
	background-position-y: 0;
	padding-top: 120px;
}

@media ( max-width : 900px) {
	body.street {
		background-size: contain;
		background-position-y: 0;
		padding-top: 10px;
	}
}

.smallHouse-hero {
	text-align: center;
	padding-top: 200px;
}

@media ( max-width : 900px) {
	.smallHouse-hero {
		padding-top: 72px;
	}
}

.smallHouse-hero .subtitle {
	font-size: 34px;
}

@media ( max-width : 900px) {
	.smallHouse-hero .subtitle {
		font-size: 16px;
	}
}

.smallHouse-hero .title {
	font-size: 71px;
	font-weight: bold;
	margin-top: 10px;
}

@media ( max-width : 900px) {
	.smallHouse-hero .title {
		font-size: 32px;
	}
}

.smallHouse-hero .cta-link {
	display: inline-block;
	background-color: #183029;
	color: white;
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
	padding: 17px 0 19px;
	max-width: 800px;
	width: 100%;
	margin-top: 80px;
}

@media ( max-width : 900px) {
	.smallHouse-hero .cta-link {
		font-size: 18px;
		margin-top: 42px;
		padding: 8px 0 10px;
		width: 100%;
	}
}

.inner-container {
	max-width: 1232px;
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
}

.section {
	word-break: keep-all;
	padding: 80px 0;
}

@media ( max-width : 900px) {
	.section {
		padding: 24px 0;
	}
}

.section.last {
	margin-bottom: 80px;
}

@media ( max-width : 900px) {
	.section.last {
		margin-bottom: 32px;
	}
}

@media ( max-width : 900px) {
	.section.people {
		margin-top: 48px;
		margin-bottom: 48px;
	}
}

.section.first {
	margin-top: 80px;
}

@media ( max-width : 900px) {
	.section.first {
		margin-top: 24px;
	}
}

.section.section2 {
	background-color: #fbfbfc;
}

@media ( max-width : 900px) {
	.section.section2 {
		background-color: white;
	}
}

.section .section-label {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #f38200;
	background-color: #faf0e3;
	padding: 8px 14px 9px;
	margin-bottom: 16px;
}

@media ( max-width : 900px) {
	.section .section-label {
		font-size: 12px;
		margin-bottom: 12px;
	}
}

.section .section-title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 24px;
}

@media ( max-width : 900px) {
	.section .section-title {
		letter-spacing: -1px;
		font-size: 16px;
		margin-bottom: 18px;
	}
	.section .section-title span {
		font-weight: 500;
		display: block;
		margin-top: 7px;
	}
}

.section .section-para {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: -0.5px;
}

@media ( max-width : 900px) {
	.section .section-para {
		font-size: 12px;
	}
}

@media ( max-width : 900px) {
	.section .section-para span {
		display: block;
	}
}

.section .section-para .label {
	margin: 32px 16px 0 0;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #024100;
	background-color: #edf2dd;
	padding: 4px 6px 5px;
}

@media ( max-width : 900px) {
	.section .section-para .label {
		font-size: 14px;
		margin: 30px 0 8px 0;
	}
}

.section .section-text {
    padding: 40px 0 20px 0;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.5em;
	letter-spacing: -0.5px;
}

@media ( max-width : 900px) {
	.section .section-text {
		font-size: 12px;
        padding: 30px 0 10px 0;
	}
}
.section .section-ul {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.5px;
}
.section .section-ul ul li {
    padding: 3px 0;
}

@media ( max-width : 900px) {
	.section .section-ul {
		font-size: 12px;
	}
}

@media ( max-width : 1024px) {
	.section .smallHouse-table-container {
		display: none;
	}
}

.section .smallHouse-table-container .smallHouse-table {
	width: 100%;
}

.section .smallHouse-table-container .smallHouse-table .center {
	text-align: center;
	vertical-align: middle;
}

.section .smallHouse-table-container .smallHouse-table .vcenter {
	vertical-align: middle;
}

.section .smallHouse-table-container .smallHouse-table thead {
	background-color: #f1f2ee;
	font-size: 16px;
	font-weight: 500;
}

.section .smallHouse-table-container .smallHouse-table thead th {
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
}

.section .smallHouse-table-container .smallHouse-table thead th:not(:last-child)
	{
	border-right: 1px solid #e2e2e2;
}

.section .smallHouse-table-container .smallHouse-table tbody {
	font-size: 16px;
	line-height: 1.4em;
}

.section .smallHouse-table-container .smallHouse-table tbody td {
	padding: 10px;
	border-bottom: 1px solid #e2e2e2;
}

.section .smallHouse-table-container .smallHouse-table tbody td:not(:last-child)
	{
	border-right: 1px solid #e2e2e2;
}

.section .smallHouse-table-container-mobile {
	display: none;
}

@media ( max-width : 1024px) {
	.section .smallHouse-table-container-mobile {
		display: block;
	}
	.section .smallHouse-table-container-mobile .table-subtitle {
		font-size: 14px;
		font-weight: 500;
	}
	.section .smallHouse-table-container-mobile .table-subtitle.last {
		margin-top: 14px;
	}
	.section .smallHouse-table-container-mobile .smallHouse-table-mobile {
		margin-top: 8px;
		width: 100%;
	}
	.section .smallHouse-table-container-mobile .smallHouse-table-mobile thead
		{
		font-size: 14px;
		font-weight: 500;
		background-color: #f1f2ee;
		border-top: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
	}
	.section .smallHouse-table-container-mobile .smallHouse-table-mobile thead th
		{
		padding: 6px 10px;
		text-align: left;
	}
	.section .smallHouse-table-container-mobile .smallHouse-table-mobile tbody
		{
		line-height: 1.4em;
		font-size: 14px;
	}
	.section .smallHouse-table-container-mobile .smallHouse-table-mobile tbody td
		{
		border-bottom: 1px solid #d8d8d8;
		padding: 6px 10px;
		vertical-align: middle;
		min-width: 80px;
	}
	.section .smallHouse-table-container-mobile .smallHouse-table-mobile tbody td:not(:last-child)
		{
		border-right: 1px solid #d8d8d8;
	}
}

.section .info-graph-desktop {
	width: 100%;
	margin-top: 40px;
}

@media ( max-width : 1024px) {
	.section .info-graph-desktop {
		display: none;
	}
}

.section .info-graph-mobile {
	display: none;
}

@media ( max-width : 1024px) {
	.section .info-graph-mobile {
		display: block;
		width: 100%;
		margin-top: 8px;
	}
}

.section .section-table {
	width: 100%;
}

.section .section-table th {
	font-size: 19px;
	font-weight: 500;
	background-color: #024100;
	color: white;
	padding: 9px 0 10px;
}

.section .section-table th:first-child {
	border-right: 1px solid #dedede;
}

.section .section-table tbody tr {
	border-bottom: 1px solid #dedede;
}

.section .section-table tbody tr:nth-child(even) {
	background-color: #fafafa;
}

.section .section-table tbody tr td {
	padding: 9px 0 10px;
}

.section .section-table tbody tr td:not(:last-child) {
	border-right: 1px solid #dedede;
}

.section .section-table tbody tr td.number {
	text-align: center;
	font-size: 19px;
	font-weight: 500;
}

.section .section-table tbody tr td.value {
	padding-left: 40px;
	font-size: 18px;
	font-weight: 500;
}

@media ( max-width : 640px) {
	.section .section-table th {
		font-size: 12px;
	}
	.section .section-table tbody tr td.number {
		font-size: 13px;
	}
	.section .section-table tbody tr td.value {
		font-size: 12px;
	}
}

.section3 {
	padding: 102px 0 110px;
	background: url("/assets/image/street/section-bg.png") no-repeat;
	background-size: cover;
}

@media ( max-width : 900px) {
	.section3 {
		background: none;
		padding: 24px 0;
		/* margin: 48px 0; */
	}
}

.section3 .inner-container {
	position: relative;
	/* height: 500px; */
}

@media ( max-width : 1024px) {
	.section3 .inner-container {
		padding-right: 0;
		height: auto;
	}
}

@media ( max-width : 1024px) {
	.section3 .slide-desktop {
		display: none;
	}
}

.section3 .slide-mobile {
	display: none;
}

@media ( max-width : 1024px) {
	.section3 .slide-mobile {
		display: block;
	}
	.section3 .slide-mobile .swiper-slide {
		position: relative;
	}
	.section3 .slide-mobile .swiper-slide .label {
		position: absolute;
		top: 6px;
		left: 6px;
		background-color: #001e16;
		color: white;
		font-size: 14px;
		font-weight: 500;
		padding: 4px 8px 5px;
	}
	.section3 .slide-mobile .swiper-slide .label2 {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #001e16;
		color: white;
		font-size: 14px;
		font-weight: 500;
		text-align: center;
		padding: 6px 0 7px;
	}
}

.section3 .section3-swiper-container {
	width: 480px;
	height: 500px;
	position: absolute;
	top: -40px;
	right: 0;
}

.section3 .swiper-slide img {
	width: 100%;
}

.section3 .notice {
	color: #94959f;
	font-size: 16px;
	font-weight: 500;
	margin-top: 40px;
}

.section3 .temp-link {
	font-size: 28px;
	font-weight: 500;
	margin-top: 12px;
	padding: 8px 12px;
}

.section3 .section3-swiper-pagination {
	display: inline-block;
	margin-top: 40px;
}

.section3 .section3-swiper-pagination .swiper-pagination-bullet {
	display: block;
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	padding: 8px 12px;
	color: black;
	opacity: 1;
	font-size: 28px;
	font-weight: 500;
}

.section3 .section3-swiper-pagination .swiper-pagination-bullet:not(:last-child)
	{
	margin-bottom: 12px;
}

.section3 .section3-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
	{
	color: #185759;
	background-color: #dceeef;
}

.section4 .section-grid {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 40px 0 0 -30px;
	width: calc(100% + 30px);
}

@media ( max-width : 1024px) {
	.section4 .section-grid {
		margin: 12px 0 0 -6px;
		width: calc(100% + 6px);
	}
  .section4 .section-title {
    margin-bottom: 10px;
  }
}

.section4 .section-grid .col {
	-webkit-box-flex: 1;
	-ms-flex: 1 33%;
	flex: 1 33%;
	margin: 0 0 0 30px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

@media ( max-width : 1024px) {
	.section4 .section-grid .col {
		margin: 0 0 0 6px;
	}
}

.section4 .section-grid .col img {
	width: 100%;
}

.section4 .section-grid .col .label {
	width: 100%;
	text-align: center;
	color: #185759;
	font-size: 22px;
	font-weight: bold;
	background-color: #dceeef;
	padding: 10px 0 11px 0;
}

@media ( max-width : 1024px) {
	.section4 .section-grid .col .label {
		font-size: 12px;
		padding: 5px 0 6px;
	}
}

.people-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media ( max-width : 640px) {
	.people-grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.people-grid .person {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column; */
}

@media ( max-width : 640px) {
	.people-grid .person {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.people-grid .person:not(:last-child) {
		margin-bottom: 24px;
	}
}

.people-grid .person .photo {
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
}

@media ( max-width : 640px) {
	.people-grid .person .photo .desktop {
		display: none;
	}
	.people-grid .person {
		display: flex;
	}
}

.people-grid .person .photo .mobile {
	display: none;
}

@media ( max-width : 640px) {
	.people-grid .person .photo .mobile {
		display: block;
	}
}

.people-grid .person .person-details {
	color: #222222;
	margin-top: 40px;
}

@media ( max-width : 640px) {
	.people-grid .person .person-details {
		margin-left: 16px;
		margin-top: 4px;
	}
}

.people-grid .person .person-details .name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 32px;
	font-weight: bold;
}

.people-grid .person .person-details .name .status {
	font-size: 22px;
	font-weight: 500;
	margin-left: 8px;
}

@media ( max-width : 640px) {
	.people-grid .person .person-details .name {
		font-size: 20px;
	}
	.people-grid .person .person-details .name .status {
		font-size: 16px;
		margin-left: 6px;
		font-weight: 400;
	}
}

.people-grid .person .person-details .position {
	font-size: 16px;
	font-weight: 500;
	margin-top: 12px;
}

@media ( max-width : 640px) {
	.people-grid .person .person-details .position {
		font-size: 12px;
		margin-top: 8px;
	}
}

.people-grid .person .person-details .resume {
	margin-top: 24px;
}

@media ( max-width : 640px) {
	.people-grid .person .person-details .resume {
		margin-top: 16px;
	}
	.people-grid .person .person-details .resume br {
		display: none;
	}
}

.people-grid .person .person-details .resume .resume-title {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
}

@media ( max-width : 900px) {
	.people-grid .person .person-details .resume .resume-title {
		font-size: 12px;
	}
}

.people-grid .person .person-details .resume li {
	font-size: 12px;
	font-weight: 400;
	color: #94959f;
	line-height: 1.5em;
}

.section7 {
	background: url("/assets/image/street/section7-bg.png") no-repeat;
	background-size: cover;
	height: auto;
}

@media ( max-width : 1024px) {
	.section7 {
		height: auto;
		background: none;
		/* padding-top: 0; */
	}
}

@media ( max-width : 1024px) {
	.section7 .inner-container {
		padding-right: 0;
	}
}

.section7 .patent-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 -16px;
	width: calc(100% - 16px);
	margin-bottom: 160px;
}

@media ( max-width : 1024px) {
	.section7 .patent-grid {
		display: none;
	}
}

.section7 .patent-grid .patent {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	margin: 0 0 0 16px;
}

.section7 .patent-grid .patent img {
	width: 100%;
}

.section7 .patent-grid .patent .label {
	position: absolute;
	left: 20px;
	bottom: 30px;
	font-size: 20px;
	font-weight: 500;
	color: #024100;
	background-color: #edf2dd;
	padding: 4px;
}

.section7 .patent-swiper-mobile {
	display: none;
}

@media ( max-width : 1024px) {
	.section7 .patent-swiper-mobile {
		display: block;
		margin-top: 12px;
	}
	.section7 .patent-swiper-mobile .swiper-slide img {
		width: 100%;
	}
	.section7 .patent-swiper-mobile .swiper-slide .label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: -1px;
	}
	.section7 .patent-swiper-mobile .swiper-slide .label .patent-icon {
		width: 12px;
		margin-right: 4px;
	}
}

.section7 .inner-container {
	position: relative;
}

.section7 .design-desktop {
	position: relative;
	height: 550px;
}

.section7 .design-desktop.villa .patent-group {
	width: 557px;
	top: 70px;
	bottom: auto;
}

.section7 .design-desktop.villa .partners-group {
	width: auto;
	top: 317px;
	right: 0;
	bottom: auto;
}

.section7 .design-desktop .ceo-image {
	position: absolute;
	left: -350px;
}

.section7 .design-desktop .title {
	position: absolute;
	right: 0;
	font-size: 32px;
	font-weight: bold;
	z-index: 1;
}

.section7 .design-desktop .patent-group {
	max-width: 838px;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 104px;
}

.section7 .design-desktop .patent-group.moaTown-patent-group {
	max-width: 1108px;
}

.section7 .design-desktop .cta-link {
	color: white;
	font-size: 32px;
	font-weight: bold;
	background-color: #183029;
	max-width: 800px;
	width: 100%;
	padding: 17px 0 18px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	z-index: 2;
	bottom: 7px;
	right: 0;
}

.section7 .design-desktop .partners-group {
	position: absolute;
	right: 112px;
	bottom: 347px;
	width: 500px;
}

.section7 .design-desktop .partners-group .swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section7 .design-desktop .partners-group .partner-swiper-pagination {
	width: 100%;
	height: 4px;
	position: absolute;
	top: 40px;
	background: #bfbfbf;
}

.section7 .design-desktop .partners-group .partner-swiper-pagination span
	{
	background: #183029;
}

@media ( max-width : 1024px) {
	.section7 .design-desktop {
		display: none;
	}
}

.section7 .design-mobile {
	display: none;
	position: relative;
	margin-left: -20px;
}

.section7 .design-mobile.villa {
	margin-top: 0;
}

.section7 .design-mobile.villa .patent-group {
	position: relative;
	top: auto;
	left: auto;
	margin: -60px auto 0;
	width: 90%;
}

.section7 .design-mobile.villa .partners-group {
	position: relative;
	margin: 24px auto 30px;
	width: 90%;
}

@media ( max-width : 1024px) {
	.section7 .design-mobile {
		display: block;
		margin-top: 47px;
		overflow-x: hidden;
	}
	.section7 .design-mobile .ceo-image {
		width: 110%;
		margin: 0 -20px;
		margin-top: 12px;
	}
	.section7 .design-mobile .patent-group {
		width: 446px;
		position: absolute;
		top: 180px;
		left: 30px;
	}
}

@media ( max-width : 1024px) {
	.section7 .design-mobile .title {
		font-size: 16px;
		font-weight: bold;
		position: relative;
		margin-left: 20px;
	}
}

.section7 .design-mobile .cta-link {
	max-width: 328px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-color: #183029;
	width: 100%;
	padding: 8px 0 10px;
	margin: 0 auto;
	text-align: center;
}

.section7 .design-mobile .partner-groups img {
	margin: 30px auto 30px auto;
}

.section7 .patent-group-mobile-swiper-container {
	margin-left: 10px;
	margin-top: -40px;
}

.section7 .patent-group-mobile-swiper-container .patent-group-mobile-swiper .swiper-slide
	{
	position: relative;
}

.section7 .patent-group-mobile-swiper-container .patent-group-mobile-swiper .swiper-slide .label
	{
	position: absolute;
	bottom: 20px;
	right: 10px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #185759;
	padding: 4px;
	background-color: #dceeef;
}

.section7 .patent-group-mobile-swiper-container .patent-group-mobile-swiper .swiper-slide img
	{
	width: 100%;
}

@media (max-width: 1024px) {
  .section8 .inner-container {
    padding-right: 0;
  }
}

.develpment-swiper-container-mobile {
	display: none;
}

@media ( max-width : 1024px) {
	.develpment-swiper-container-mobile {
		display: block;
		margin-top: 12px;
	}
	.develpment-swiper-container-mobile .swiper-slide {
		background-color: #f0f0f0;
		padding: 5px;
	}
	.develpment-swiper-container-mobile .swiper-slide dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		line-height: 1.5em;
		margin: 0 16px;
	}
	.develpment-swiper-container-mobile .swiper-slide dl:not(:last-child) {
		border-bottom: 1px solid #d8d8d8;
	}
	.develpment-swiper-container-mobile .swiper-slide dl.last {
		border-bottom: 0;
	}
	.develpment-swiper-container-mobile .swiper-slide dl dt {
		font-size: 12px;
		font-weight: bold;
		-webkit-box-flex: 0;
		-ms-flex: 0 40px;
		flex: 0 40px;
	}
	.develpment-swiper-container-mobile .swiper-slide dl dd {
		font-size: 12px;
		font-weight: 400;
	}
	.develpment-swiper-container-mobile .swiper-slide img {
		width: 100%;
		margin-bottom: 12px;
	}
	.develpment-swiper-container-mobile .swiper-slide .to-detail-mobile {
		display: block;
		text-decoration: none;
		color: white;
		font-size: 18px;
		font-weight: bold;
		width: 100%;
		background-color: #003f75;
		text-align: center;
		padding: 10px 0 12px;
		margin-top: 12px;
	}
}

@media ( max-width : 1024px) {
	.development-swiper-container {
		display: none;
	}
}

.development-swiper-container .swiper-wrapper {
	margin-top: 24px;
}

.development-swiper-container .swiper-slide {
	position: relative;
}

.development-swiper-container .swiper-slide img {
	width: 100%;
}

.development-swiper-container .swiper-slide .label-container {
	position: absolute;
	right: 24px;
	bottom: 24px;
	width: 357px;
}

.development-swiper-container .swiper-slide .label-container a {
	display: block;
	text-decoration: none;
	color: white;
	background-color: #003f75;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	padding: 11px 0 12px 0;
}

.development-swiper-container .swiper-slide .label {
	background-color: #f0f0f0;
	padding: 20px 30px 16px;
}

.development-swiper-container .swiper-slide .label .label-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 14px;
}

.development-swiper-container .swiper-slide .label dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
	line-height: 1.8em;
}

.development-swiper-container .swiper-slide .label dl dt {
	width: 60px;
	font-size: 16px;
	font-weight: bold;
}

.development-swiper-container .swiper-slide .label dl dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
}

.development-swiper-container .development-swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 -12px;
	width: calc(100% + 12px);
}

.development-swiper-container .development-swiper-pagination .swiper-pagination-bullet
	{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 0 0 12px;
	width: auto;
	height: auto;
	border-radius: 0;
	opacity: 1;
	background-color: #fbfbfb;
	border: 1px solid #eeeeee;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 0 16px;
}

.development-swiper-container .development-swiper-pagination .swiper-pagination-bullet-active
	{
	color: white;
	background-color: #003f75;
	border: 1px solid #003f75;
}

.section4 .slide-mobile {
	display: none;
}

@media ( max-width : 1024px) {
	.section4 .slide-desktop {
		display: none;
	}
	.section4 .slide-mobile {
		display: block;
	}
}



.section4 .section4-swiper .swiper-slide{
	overflow:hidden;
}
.section4 .section4-swiper .swiper-slide img{
	border-radius:10px;
  	width:100%;
}

.section4 .section4-swiper .slide-btn{
	display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-top: 20px;
}

.section4 .section4-swiper .slide-arrow{
	cursor: pointer;
	border:solid 1px #D8D8D8;
	width:48px;
	height:48px;
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px
	
}

.section4 .section4-swiper .swiper-slide .label{
	margin-top:10px;
	border-radius:3px;
	background:#F1F2EE;
	font-size:20px;
	padding: 10px 0px;
	text-align:center;
	font-weight: 700;
}

.section4 .slide-mobile .section4-swiper .swiper-slide .label{
	font-size:14px;
}

.villa-build-steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media ( max-width : 1024px) {
	.villa-build-steps {
		display: none;
	}
}

.villa-build-steps .step {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 204px;
	flex: 0 1 204px;
	border-radius: 5px;
	background-color: white;
	border: 1px solid #d6d6d6;
	-webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
	height: 169px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px 10px;
}

.villa-build-steps .step .step-label {
	display: inline-block;
	background-color: #1d581b;
	color: white;
	border-radius: 17px;
	font-size: 24px;
	font-weight: 400;
	padding: 4px 12px 6px;
	white-space: nowrap;
}

.villa-build-steps .step .step-list {
	margin-top: 10px;
	width: 90%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.villa-build-steps .step .step-list li {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6em;
	letter-spacing: -0.4px;
}

.villa-build-steps .arrow {
	margin: 0 10px;
}

.villa-build-steps-mobile {
	display: none;
}

@media ( max-width : 1024px) {
	.villa-build-steps-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
	}
	.villa-build-steps-mobile .villa-build-mobile-arrow {
		position: absolute;
		top: 0;
		left: 10px;
		height: 100%;
	}
	.villa-build-steps-mobile .villa-build-steps-table {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: 100%;
		border-top: 1px solid #e7eeee;
		margin-left: 40px;
	}
	.villa-build-steps-mobile .villa-build-steps-table tr {
		border-bottom: 1px solid #e7eeee;
	}
	.villa-build-steps-mobile .villa-build-steps-table th {
		font-size: 18px;
		font-weight: bold;
		color: #185759;
		background-color: #f0f8f8;
		vertical-align: middle;
		text-align: center;
		width: 200px;
		border-right: 1px solid #e7eeee;
	}
}

@media ( max-width : 1024px) and (max-width: 900px) {
	.villa-build-steps-mobile .villa-build-steps-table th {
		font-size: 12px;
		width: 110px;
	}
}

@media ( max-width : 1024px) {
	.villa-build-steps-mobile .villa-build-steps-table td {
		font-size: 18px;
		line-height: 1.5em;
		padding: 8px 16px;
	}
}

@media ( max-width : 1024px) and (max-width: 900px) {
	.villa-build-steps-mobile .villa-build-steps-table td {
		font-size: 12px;
	}
}

@media ( max-width : 900px) {
	.section2 .desktop {
		display: none;
	}
}

.section2 .mobile {
	display: none;
}

@media ( max-width : 900px) {
	.section2 .mobile {
		display: block;
		margin-top: 32px;
	}
}

.section2 .desktop-step {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 0;
}

.section2 .desktop-step:not(:last-child) {
	border-bottom: 1px solid #e3e3e3;
}

.section2 .desktop-step .number {
	padding-right: 70px;
	margin-top: 10px;
}

.section2 .desktop-step .content {
	font-size: 18px;
	line-height: 1.6em;
}

.section2 .desktop-step .content .bold {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 6px;
}

.section2 .mobile-step {
	position: relative;
  margin-left: -10px;
}

.section2 .mobile-step:not(:last-child) {
	margin-bottom: 30px;
}

.section2 .mobile-step .number {
	position: absolute;
	top: -17px;
	left: -1px;
	background-color: white;
	padding: 5px 10px;
	width: 59px;
}

.section2 .mobile-step .number img {
	width: 100%;
}

.section2 .mobile-step .content {
	background-color: white;
	border: 5px solid #e3e3e3;
	padding: 16px;
	border-radius: 5px;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	margin-left: 28px;
}

.section2 .mobile-step .content .bold {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 8px;
}

.project-ex-container-desktop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1560px;
	width: 100%;
}

@media ( max-width : 1024px) {
	.project-ex-container-desktop {
		display: none;
	}
}

.project-ex-container-desktop .project-ex-image {
	-webkit-box-flex: 1;
	-ms-flex: 1 960px;
	flex: 1 960px;
}

.project-ex-container-desktop .project-ex-image img {
	width: 100%;
}

.project-ex-container-desktop .project-def {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 600px;
	flex: 1 600px;
	padding-left: 44px;
	padding-right: 16px;
	margin-top: 22px;
}

.project-ex-container-desktop .project-def .title {
	font-size: 24px;
	font-weight: bold;
	color: #3f6264;
	margin-bottom: 16px;
}

.project-ex-container-desktop .project-def .project-def-table {
	width: 100%;
}

.project-ex-container-desktop .project-def .project-def-table tr {
	border-bottom: 1px solid #e5e5e5;
}

.project-ex-container-desktop .project-def .project-def-table th {
	font-size: 18px;
	font-weight: bold;
	background-color: #fafafa;
	padding: 16px 0;
	width: 146px;
	vertical-align: middle;
}

.project-ex-container-desktop .project-def .project-def-table th.first {
	border-top: 2px solid #3f6264;
}

.project-ex-container-desktop .project-def .project-def-table td {
	font-size: 18px;
	font-weight: 500;
	vertical-align: middle;
	padding-left: 32px;
	line-height: 1.5em;
}

.project-ex-container-desktop .project-def .project-def-table td.first {
	border-top: 2px solid #e9eaea;
}

.project-ex-container-desktop .project-def .project-ex-thumb {
	position: absolute;
	right: 16px;
	top: 291px;
}

.project-ex-container-mobile {
	display: none;
}

@media ( max-width : 1024px) {
	.project-ex-container-mobile {
		display: block;
	}
	.project-ex-container-mobile .project-ex-image {
		width: 100%;
	}
	.project-ex-container-mobile .project-ex-image img {
		width: 100%;
	}
	.project-ex-container-mobile .project-ex-thumb {
		width: 100%;
		padding: 8px 16px;
		margin-bottom: 16px;
	}
	.project-ex-container-mobile .project-ex-thumb img {
		width: 100%;
	}
	.project-ex-container-mobile .project-def {
		padding: 0 16px;
	}
	.project-ex-container-mobile .title {
		font-size: 14px;
		font-weight: bold;
		color: #3f6264;
		margin-bottom: 8px;
	}
	.project-ex-container-mobile .project-def-table {
		width: 100%;
	}
	.project-ex-container-mobile .project-def-table tr {
		border-bottom: 1px solid #e5e5e5;
	}
	.project-ex-container-mobile .project-def-table th {
		font-size: 12px;
		font-weight: bold;
		background-color: #fafafa;
		padding: 16px 0;
		width: 88px;
		vertical-align: middle;
	}
	.project-ex-container-mobile .project-def-table th.first {
		border-top: 2px solid #3f6264;
	}
	.project-ex-container-mobile .project-def-table td {
		font-size: 12px;
		font-weight: 500;
		vertical-align: middle;
		padding-left: 32px;
		line-height: 1.5em;
	}
	.project-ex-container-mobile .project-def-table td.first {
		border-top: 2px solid #e9eaea;
	}
}

.invest-grid-desktop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media ( max-width : 1024px) {
	.invest-grid-desktop {
		display: none;
	}
}

.invest-grid-desktop .invest {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.invest-grid-desktop .invest .text {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
	padding-top: 32px;
}

.invest-info-graph {
	margin-top: 64px;
	width: 100%;
}

@media ( max-width : 1024px) {
	.invest-info-graph {
		display: none;
	}
}

.invest-mobile {
	display: none;
}

@media ( max-width : 1024px) {
	.invest-mobile {
		display: block;
	}
}

.invest-mobile .invest-mobile-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 8px 0;
}

.invest-mobile .invest-mobile-row .invest-mobile-image img {
	width: 100%;
}

.invest-mobile .invest-mobile-row .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 16px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5em;
}

.invest-mobile .invest-info {
	border-top: 1px solid #f5f5f5;
	padding-top: 4px;
}

.invest-mobile dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 12px;
	padding: 8px 0;
	border-bottom: 1px solid #f5f5f5;
	color: #666666;
	font-weight: 500;
}

.invest-mobile dl dt.black {
	color: black;
}

.invest-mobile dl dd {
	text-align: right;
}

.invest-mobile dl dd.blue {
	color: #1d6ec0;
}

.invest-mobile dl dd.highlight {
	color: #1d6ec0;
	background-color: #e6eff8;
	padding: 2px 4px 3px;
}

.inspection-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -30px 0 0 -30px;
	width: calc(100% + 30px);
	margin-top: -20px;
}

.inspection-grid img {
	width: 100%;
}

.inspection-grid .label {
	font-size: 24px;
	font-weight: bold;
	color: #185759;
	background-color: #dceeef;
	text-align: center;
	padding: 10px 0;
}

@media ( max-width : 900px) {
	.inspection-grid .label {
		font-size: 12px;
		font-weight: bold;
	}
}

.inspection-grid .inspection-item {
	width: 33%;
	margin: 30px 0 0 30px;
}

.inspection-grid .inspection-item.first {
	width: 66%;
}

@media ( max-width : 900px) {
	.inspection-grid .inspection-item.first {
		width: 100%;
	}
}

.inspection-grid .inspection-item.last {
	background-color: white;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

@media ( max-width : 900px) {
	.inspection-grid .inspection-item.last {
		display: none;
	}
}

.inspection-grid .inspection-item.last img {
	height: 92%;
}

.inspection-grid .inspection-inner-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -30px 0 0 -30px;
	width: calc(100% + 30px);
}

@media ( max-width : 900px) {
	.inspection-grid .inspection-inner-grid {
		margin: -8px 0 0 -8px;
		width: calc(100% + 8px);
	}
}

.inspection-grid .inspection-inner-grid .inspection-inner-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 30px);
	flex: 0 0 calc(50% - 30px);
	width: calc(50% - 30px);
	margin: 30px 0 0 30px;
	background-color: white;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

@media ( max-width : 900px) {
	.inspection-grid .inspection-inner-grid .inspection-inner-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 8px);
		flex: 0 0 calc(50% - 8px);
		width: calc(50% - 8px);
		margin: 8px 0 0 8px;
	}
}

.inspection-last-item-mobile {
	display: none;
	margin-top: 8px;
	background-color: white;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

@media ( max-width : 900px) {
	.inspection-last-item-mobile {
		display: block;
	}
}

.inspection-last-item-mobile img {
	width: 100%;
}

.inspection-last-item-mobile .label {
	font-size: 24px;
	font-weight: bold;
	color: #185759;
	background-color: #dceeef;
	text-align: center;
	padding: 10px 0;
}

@media ( max-width : 900px) {
	.inspection-last-item-mobile .label {
		font-size: 12px;
		font-weight: bold;
	}
}

.build-management-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 -30px;
	width: calc(100% + 30px);
}

@media ( max-width : 900px) {
	.build-management-grid {
		margin: 0 0 0 -8px;
		width: calc(100% + 8px);
	}
}

.build-management-grid img {
	width: 100%;
}

.build-management-grid .build-management-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(33% - 30px);
	flex: 0 0 calc(33% - 30px);
	width: calc(33% - 30px);
	margin: 0 0 0 30px;
	background-color: white;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

@media ( max-width : 900px) {
	.build-management-grid .build-management-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(33% - 8px);
		flex: 0 0 calc(33% - 8px);
		width: calc(33% - 8px);
		margin: 0 0 0 8px;
	}
}

.build-management-grid .label {
	font-size: 24px;
	font-weight: bold;
	color: #185759;
	background-color: #dceeef;
	text-align: center;
	padding: 10px 0;
}

@media ( max-width : 900px) {
	.build-management-grid .label {
		font-size: 12px;
		font-weight: bold;
	}
}

.subway-desktop {
	display: block;
	max-width:80%;
	margin:auto;
	margin-bottom:24px;
	margin-top:24px;
}

@media (max-width: 1024px) {
	.subway-desktop {
		display: none;
	}
}

.subway-desktop img {
	width: 100%;
}

.subway-mobile {
	display: none;
}

@media (max-width: 1024px) {
	.subway-mobile {
		display: block;
		margin-bottom:12px;
		margin-top:12px;
	}
}

.subway-mobile img {
	width: 100%;
}

.dropshadow {
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
}



.sub-ul-header{
	font-family: Noto Sans KR;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;	
	padding:24px 0;
}

.sub-ul-txt{
	font-family: Noto Sans KR;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: -8%;
	padding-bottom:12px;
}

.sub-ul-ul{
	font-family: Noto Sans KR;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: -8%;
}

.subway-flex-cont{
	display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: 40px;
}

.subway-flex-cont .flex_01 .cont{
	border: 1px solid #13A6C7;
}

.subway-flex-cont .flex_01 .title{
	background: #13A6C7;
}

.subway-flex-cont .flex_01 .row{
	border: 1.5px solid #13A6C7;
	background: #E9F1F3;
}

.subway-flex-cont .flex_01 .row.active{
	background: #13A6C7;
}

.subway-flex-cont .flex_01 .num{
	color: #13A6C7;
}

.subway-flex-cont .flex_02 .cont{
	border: 1px solid #0075D4;
}

.subway-flex-cont .flex_02 .title{
	background: #0075D4;
}

.subway-flex-cont .flex_02 .row{
	border: 1.5px solid #0075D4;
	background: #ECF2F6;
}

.subway-flex-cont .flex_02 .row.active{
	background: #0075D4;
}

.subway-flex-cont .flex_02 .num{
	color: #0075D4;
}

.subway-flex-cont .row{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
    min-height:90px;
}

.subway-flex-cont .title{
	font-family: Noto Sans KR;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 0%;
	text-align: center;
	color:#fff;
	padding:12px 6px;
	margin-bottom:20px
}

.subway-flex-cont .cont {
	padding:20px;
}

.subway-flex-cont .cur{
	padding:12px;
	text-align:center;
}

.subway-flex-cont .cur img{
	margin:auto;
}

.subway-flex-cont .row.active{
	box-shadow: 0px 3px 4px 0px #CFCFCF;
	color: #FFF;
}

.subway-flex-cont .row.active .num{
	color: #FFF !important;
}

.subway-flex-cont .num{
	font-family: Noto Sans KR;
	font-weight: 500;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0%;
	padding: 0 12px;
	padding-right: 24px;
}

.subway-flex-cont .txt{
	font-family: Noto Sans KR;
	font-weight: 700;
	font-size: 23px;
	line-height: 32px;
	letter-spacing: 0%;	
}

.subway-flex-cont .txt span{
	font-family: Noto Sans KR;
	font-weight: 400;
	font-size: 23px;
	line-height: 32px;
	letter-spacing: 0%;
}

@media (max-width: 1024px) {
	.sub-ul-header{
		font-size: 16px;
	}
	.sub-ul-txt{
		font-size: 12px;
		line-height: 1.5em;
    	letter-spacing: -0.5px;
	}
	.sub-ul-ul{
		font-size: 12px;
		line-height: 1.5em;
    	letter-spacing: -0.5px;
	}
	.subway-flex-cont{
		column-gap: 10px;
	}
	
	.subway-flex-cont .cont {
		border:none !important;
		padding:0px;
	}

	.subway-flex-cont .row {
		padding:3px;
		min-height: 60px;
	}
	
	.subway-flex-cont .title{
		font-size: 12px;
        line-height: 20px;
	}
	
	.subway-flex-cont .num{
		font-size: 16px;
        padding: 0;
        padding-right: 6px;
	}
	
	.subway-flex-cont .txt{
		font-size: 12px;
        line-height: 15px;
	}
	
	.subway-flex-cont .txt span{
		font-size: 12px;
		line-height: 15px;
	}
}