/* index.html COMMON CSS */
section {
	position: relative;
}
.center-inner {
	position: absolute;
	/* top: 50%; */
	left: 50%;
	transform: translate(-50%, -50%);
}
.title-area {
	color: #fff;
	margin: auto;
	text-align: center;
}
.title-area h2 {
	font-weight: 600;
	margin-bottom: 40px;
	line-height: 1.4em;
}
.title-area p {
	font-size: 18px;
}

/* IMG & DESC AREA */
.img-area {
	height: 100%;
}
.desc-area h4 {
	margin: 10px 0 0;
}
.desc-area p {
	color: #404040;
	font-weight: 500;
	font-size: 17px;
	margin-top: 30px;
}
.desc-area .desc-icon img {
	height: 26px;
}
.view-more {
	color: #fff;
	font-weight: 500;
	text-align: left;
	display: block;
	background-color: #000;
	width: 160px;
	height: 45px;
	line-height: 45px;
	padding-left: 30px;
	margin-top: 36px;
	border-radius: 30px;
	position: relative;
}
.view-more span {
	position: absolute;
	width: 23px;
	height: 23px;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
}
.more-icon {
	right: 25px;
	background: no-repeat url(../img/icon/arrow_up_wh.svg) center center / cover;
}
.view-more:hover .more-icon {
	transform: translateY(-65%);
}

/* =============
	Visual Section 
=============== */
.visual {
	background: no-repeat url(../img/main/bg.jpg) center center / cover;
	min-height: var(--vh);
	height: 100vh;
	padding-top: 90px;
}
.visual::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.6) 21%, rgba(0,0,0,0) 100%);
}
.visual .inner {
	height: 100%;
}
.visual .heading {
	color: #fff;
	position: relative;
}
.visual .heading span {
	display: block;
	text-transform: uppercase;
}
.visual .heading p {
	color: #efefef;
	font-size: 18px;
	line-height: 1.5em;
	margin-top: 30px;
}
.link-item {
	display: block;
	width: 300px;
	height: 300px;
	border-radius: 40px;
	background: rgba( 255, 255, 255, 0.15 );
	backdrop-filter: blur( 2px );
	-webkit-backdrop-filter: blur( 2px );
	border: 1px solid rgba( 255, 255, 255, 0.1 );
	padding: 30px;
}
.link-item .icon {
	width: 24px;
}
.link-item .icon img {
	display: block;
	width: 100%;
}
.link-title {
	overflow: hidden;
	height: 50px;
	margin-top: 170px;
}
.link-title h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	float: left;
}
.add-icon {
	float: right;
	height: 100%;
	width: 30px;
	background: no-repeat url(../img/icon/add_fill.svg) center center / 100%;
}
.right-items {
	margin-left: 37px;
}
.right-items .link-item:nth-child(1) {
	margin-bottom: 37px;
}

/* ================
	Platform Section 
=================== */
.platform {
	background-color: #06070C;
	height: 1300px;
	padding: 135px 0 470px;
}
.bg-vector {
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
	height: 100%;
	background: no-repeat url(../img/main/new/platform_bg.png) center center / cover;
	opacity: 0.6;
}
.platform .center-inner {
	top: 45%;
}
.platform .title-area {
	margin-bottom: 120px;
}
.platform div[class |= "item"] {
	background-color: #1c2137c5;
	backdrop-filter: blur( 17.5px );
	-webkit-backdrop-filter: blur( 17.5px );
	border-radius: 39px;
	border: 1px solid rgba( 255, 255, 255, 0.1 );
	margin-bottom: 35px;
	width: 900px;
	height: 150px;
	overflow: hidden;
}
.platform-img {
	width: 40%;
	height: inherit;
}
.platform-img > div {
	width: 100%;
	height: 100%;
}
.platform-txt {
	color: #fff;
	width: 60%;
	padding: 40px 60px;
}
.platform-txt h3 {
	font-weight: 500;
}
.platform-txt h3 p {
	font-size: 15px;
}
.item-solution .platform-img > div {
	background: no-repeat url(../img/main/new/platform_1.jpg) center center / cover;
}
.item-mobile .platform-img {
	/* 아이템 정렬 순서 (Android 2.1~4.3 이하 지원 X) */
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	order: 2;
}
.item-mobile .platform-img {
	margin-right: 10px;
}
.item-mobile .platform-img > div {
	background: no-repeat url(../img/main/new/platform_2.png) right top -60px / cover;
}
.item-service .platform-img > div {
	background: no-repeat url(../img/main/new/platform_3.png) center center / 200%;
}

/* =====================
	Contents Wrap Section 
======================= */
.contents-wrap {
	padding: 0 30px;
	margin-top: -150px;
	z-index: 1;
}
.contents-wrap article {
	height: 700px;
	margin: 0 auto 55px;
	border-radius: 60px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	overflow: hidden;
}

/* MOBILE */
#mobile .img-area {
	width: 60%;
}
#mobile .img-inner {
	height: 100%;
	position: relative;
}
#mobile .img-inner .mobile-img {
	position: absolute;
}
#mobile .img-inner .mobile-img img {
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
#mobile .img-inner .mobile-img:nth-of-type(1) {
	width: 532px;
	top: 307px;
	left: -241px;
}
#mobile .img-inner .mobile-img:nth-of-type(2) {
	width: 552px;
	top: 157px;
	left: 30px;
}
#mobile .img-inner .mobile-img:nth-of-type(3) {
	width: 390px;
	/* top: 91px; */
	/* left: 565px; */
	top: 17%;
	left: 96%;
	transform: translateX(-100%);
}
.mobile-view {
	color: #000;
	font-weight: 600;
	overflow: hidden;
	margin-left: 20px;
}
.mobile-view::after {
	content: "";
	background: no-repeat url(../img/icon/arrow_up_bk.svg) center center / cover;
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 3px;
	margin-left: 5px;
	transition: .3s;
}
.mobile-view:hover::after {
	margin-top: 0;
}
.download-btns {
	margin-top: 60px;
}
.download-btns a {
	width: 180px;
	margin-right: 12px;
}
.download-btns a img {
	display: block;
	width: 100%;
}

/* SOLUTION */
#solution .img-area {
	width: 60%;
	position: relative;
}
#solution .solution-img {
	position: absolute;
	width: 1200px;
	height: 570px;
	left: 80px;
	bottom: 0;
}
#solution .solution-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-position: top;
	object-fit: cover;
}

/* SMART */
#smart .img-area {
	width: 50%;
	margin-right: 97px;
	overflow: hidden;
}
#smart .img-area img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.2);
}

/* DIGITAL HI */
.hi .desc-area {
	margin-left: 200px;
}
.hi .desc-icon img {
	margin-right: 5px;
}
.hi .img-area {
	width: 70%;
}
.hi .img-inner {
	height: 100%;
	position: relative;
}
.hi-img {
	position: absolute;
}
.hi-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.hi-img:nth-of-type(1) {
	width: 1008px;
	height: 657px;
	right: -175px;
	bottom: -2px;
}
.hi-img:nth-of-type(2) {
	width: 372px;
	height: 489px;
	bottom: -3px;
	left: 311px;
	z-index: 1;
}
.hi-img:nth-of-type(3) {
	width: 200px;
	height: 401px;
	left: 144px;
	bottom: 4px;
	z-index: 2;
}

/* EFORM */
.eform .img-area {
	width: 50%;
	margin-right: 60px;
}
.eform .img-area .img-inner {
	height: 100%;
	position: relative;
}
.eform-img {
	/* position: absolute; */
}
.eform-img:nth-of-type(1) {
	/* width: 450px; */
	width: auto;
	height: auto;
	/* height: 588px; */
	/* top: 10px;
	left: 60px; */
}
.eform-img:nth-of-type(2) {
	/* width: 430px;
	height: 612px; */
	/* bottom: 5px;
	left: 40%; */
	width: auto;
	height: auto;
}
.eform-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-position: top;
	object-fit: cover;
}

/* ==============
	Contact Section 
=============== */
.contact-us {
	padding: 250px 0 211px;
	height: 760px;
	background: no-repeat url(../img/main/new/contact.jpg) center center / cover;
	margin-top: -200px;
}
.contact-us .center-inner {
	top: 60%;
}
.contact-us::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}
.contact-us h4 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.contact-us .view-more {
	margin: 60px auto 0;
	padding-left: 38px;
}
.contact-us .view-more .icon {
	right: 30px;
	background: no-repeat url(../img/icon/contact.svg) center center / cover;
}

/* ================
	Media Query

	height, float, position, ...
================== */

/* 노트북 (해상도 1440px)*/ 
@media screen and (min-width: 768px) and (max-width: 1440px) {
	/* index.html COMMON CSS */
	.center-inner {
		padding: 0 16px;
		width: 100%;
	}

	/* IMG & DESC AREA */
	.img-area {
		overflow: hidden;
	}
	.desc-area {
		padding: 20px;
	}
	.desc-area p {
		font-size: 1em;
		margin-top: 15px;
	}
	.desc-area .desc-icon img {
		display: none;
	}

	/* =============
		Visual Section 
	=============== */
	.visual .inner {
		/* 줄바꿈 (Android 2.1~4.3 이하 지원 X) */ 
		-webkit-box-lines: multiple;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.visual .heading {
		text-align: center;
		margin: auto;
	}
	.visual .heading h1 {
		word-break: keep-all;
	}
	.link-items {
		display: block;
		margin: 50px auto 0;
		width: 100%;
	}
	.link-item {
		/* width: auto; */
		height: auto;
		border-radius: 0;
		padding: 15px;
	}
	.link-items > .link-item:first-child {
		width: 100%;
	}
	.link-item .icon {
		width: 18px;
	}
	.link-title {
		height: auto;
		margin-top: 20px;
	}
	.add-icon {
		margin-left: 5px;
		position: absolute;
		height: 30px;
		top: 15px;
		right: 15px;
	}
	.right-items {
		margin: 5px 0 10px;
		overflow: hidden;
		/* background-color: red; */
	}
	.right-items .link-item {
		float: left;
		width: calc(50% - 3px);
	}
	.right-items .link-item:nth-child(1) {
		margin-bottom: 0;
		margin-right: 5px;
	}

	/* ================
		Platform Section 
	=================== */
	.platform div[class |= "item"] {
		width: 100%;
	}
	.platform-txt {
		padding: 20px;
	}
	
	/* =====================
		Contents Wrap Section 
	======================= */
	.contents-wrap {
		padding: 0 20px;
		margin-top: -150px;
	}
	.contents-wrap article {
		height: 500px;
	}

	/* MOBILE */
	#mobile .img-area {
		margin-right: 20px;
	}
	#mobile .img-inner .mobile-img img {
		object-position: center;
	}
	#mobile .img-inner .mobile-img:nth-of-type(1),
	#mobile .img-inner .mobile-img:nth-of-type(2) {
		display: none;
	}
	#mobile .img-inner .mobile-img:nth-of-type(3) {
		width: 327px;
		top: 10%;
		left: 50%;
		transform: translate(-50%, 0);
	}
	
	/* SOLUTION */
	#solution .desc-area {
		margin: 20px 0;
	}
	#solution .img-area {
		width: 50%;
		position: relative;
	}
	#solution .solution-img {
		position: absolute;
		/* width: 1200px; */
		width: auto;
		height: auto;
		left: 0;
		bottom: 50%;
		transform: translateY(50%);
	}

	/* SMART */
	#smart .img-area {
		margin-right: 15px;
	}

	/* DIGITAL HI */
	.hi .desc-area {
		margin-left: 0;
	}
	.hi .img-area {
		width: 50%;;
	}
	.hi-img:nth-of-type(1) {
		display: none;
	}
	.hi-img:nth-of-type(2) {
		width: auto;
		height: auto;
		bottom: -3px;
		left: 0;
	}
	.hi-img:nth-of-type(3) {
		width: auto;
		height: auto;
		left: 50%;
	}

	/* EFORM */
	.eform .img-area {
		margin-right: 10px;
	}
	.eform-img:nth-of-type(1) {
		width: auto;
		height: auto;
		top: 10px;
		left: 40%;
		margin-right: 10px;
	}
	.eform-img:nth-of-type(2) {
		width: auto;
		height: auto;
		left: 30%;
		bottom: 5px;
	}
	.eform-img img {
		object-fit: contain;
	}
} 

/* ===============================================
	모바일 가로, 모바일 세로 (해상도 480px ~ 767px)
================================================ */ 
@media screen and (max-width:767px) {
	/* index.html COMMON CSS */
	.center-inner {
		padding: 0 13px;
	}

	/* IMG & DESC AREA */
	.img-area {
		height: 300px;
		overflow: hidden;
	}
	.desc-area {
		padding: 30px;
	}

	/* =============
		Visual Section 
	=============== */
	.visual .inner {
		/* 줄바꿈 (Android 2.1~4.3 이하 지원 X) */ 
		-webkit-box-lines: multiple;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.visual .heading {
		text-align: center;
		margin: auto;
	}
	.visual .heading h1 {
		word-break: keep-all;
	}
	.link-items {
		display: block;
		margin: 50px auto 0;
		width: 100%;
	}
	.link-item {
		/* width: auto; */
		height: auto;
		border-radius: 0;
		padding: 15px;
	}
	.link-items > .link-item:first-child {
		width: 100%;
	}
	.link-item .icon {
		width: 18px;
	}
	.link-title {
		height: auto;
		margin-top: 20px;
	}
	.add-icon {
		margin-left: 5px;
		position: absolute;
		height: 30px;
		top: 15px;
		right: 15px;
	}
	.right-items {
		margin: 5px 0 10px;
		overflow: hidden;
		/* background-color: red; */
	}
	.right-items .link-item {
		float: left;
		width: calc(50% - 3px);
	}
	.right-items .link-item:nth-child(1) {
		margin-bottom: 0;
		margin-right: 5px;
	}

	/* ================
		Platform Section 
	=================== */
	.platform {
		height: auto;
		padding: 130px 0;
	}
	.bg-vector {
		display: none;
	}
	.platform .center-inner {
		position: static;
		transform: none;
	}
	.platform .title-area {
		margin-bottom: 100px;
	}
	.platform div[class |= "item"] {
		width: 100%;
		height: auto;
		-webkit-box-lines: multiple;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.platform-img {
		width: 100%;
		height: 200px;
	}
	.platform-txt {
		color: #fff;
		width: 100%;
		padding: 40px;
		display: block;
	}
	.platform-txt h3 {
		margin-bottom: 10px;
	}
	.item-mobile .platform-img {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.item-mobile .platform-txt {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	/* =====================
		Contents Wrap Section 
	======================= */
	.contents-wrap {
		padding: 0 13px;
		margin-top: 100px;
	}
	.contents-wrap article {
		height: auto;
		-webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}

	/* MOBILE */
	#mobile .img-area {
		width: 100%;
	}
	#mobile .img-inner .mobile-img:nth-of-type(1),
	#mobile .img-inner .mobile-img:nth-of-type(2) {
		display: none;
	}
	#mobile .img-inner .mobile-img:nth-of-type(3) {
		top: -10%;
		left: 50%;
		transform: translateX(-50%) scale(.8);
	}
	.download-btns {
		margin-top: 30px;
	}
	.download-btns {
		display: block;
	}
	.download-btns a {
		display: block;
		width: 60%;
		margin-right: 0;
		margin: auto;
	}

	/* SOLUTION */
	#solution .img-area {
		width: 100%;
	}
	#solution .desc-area,
	.hi .desc-area {
		-webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
	}
	#solution .solution-img {
		position: static;
		width: 100%;
		height: inherit;
		transform: none;
	}
	#solution .solution-img img {
		object-fit: contain;
		object-position: center;
	}

	/* SMART */
	#smart .img-area {
		width: 100%;
		margin-right: 0;
	}
	
	/* DIGITAL HI */
	.hi .desc-area {
		margin-left: 0;
	}
	.hi .img-area {
		width: 100%;
		padding: 10px;
	}
	.hi-img img {
		object-fit: contain;
		object-position: center;
		transform: scale(0.5);
	}
	.hi-img:nth-of-type(1) {
		display: none;
	}
	.hi-img:nth-of-type(1),
	.hi-img:nth-of-type(2),
	.hi-img:nth-of-type(3) {
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		bottom: 0;
	}

	/* EFORM */
	.eform .img-area {
		width: 100%;
		margin-right: 0;
	}
	.eform-img img  {
		object-position: center;
		object-fit: contain;
	}

	/* ==============
		Contact Section 
	=============== */
	.contact-us {
		padding: 200px 0;
		height: auto;
		margin-top: 0;
	}
	.contact-us .center-inner {
		width: 100%;
		top: 50%;
	}
}