/****************************/
/******** main visual *******/
/****************************/
.main_visual {
	position: relative;
	height: 100vh;
    overflow: hidden;
}
.main_visual:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.main_visual video {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.hero_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	max-width: 1200px;
	text-align: center;
	color: #fff;
	z-index: 2;
}
.hero_text > h1 {
	font-size: 56px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 1px 2px 0 rgba(0 0 0 /10%);
	white-space: nowrap;
	animation: vtxt1 0.8s .4s cubic-bezier(0.4, 0, 0.2, 0.5) both;
}
.hero_text > p {
	font-size: 20px;
	margin:15px 0 30px;
	color: rgba(255,255,255);
	text-shadow: 1px 2px 0 rgba(0 0 0 /30%);
	word-break: keep-all;
	animation: vtxt2 0.8s 1.2s cubic-bezier(0.4, 0, 0.2, 0.5) both;
}
@keyframes vtxt1 {
	from{transform: translate3d(0, 60%, 0); opacity: 0;}
	to{transform: translate3d(0, 0, 0); opacity: 1;}

} 
@keyframes vtxt2 {
	from{transform: translate3d(0, 60%, 0); opacity: 0;}
	to{transform: translate3d(0, 0, 0); opacity: 1;}

} 
.hero_solution_wrap {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.hero_solution_wrap:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 80px;
	left:50%;
	transform: translateX(-50%);
}
.hero_solution {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	padding-bottom: 30px;
}
.hero_solution_item {
	flex: 1;
	margin: 0 15px;
	padding: 30px;
	position: relative;
	color: #fff;
	border: 1px solid rgba(255,255,255,.8);
}
.hero_solution_item:hover {
	background: #071362;
	border: 1px solid rgba(255,255,255,0);
	cursor: pointer;
	opacity:0.8;
}
.hero_solution_item .item_inner {
	padding-bottom: 20px;
}
.hero_solution_item .item_inner > h3 {
	font-size: 1.2rem;
	font-weight: 500;
	height: 32px;
    	border-bottom: 2px solid #fff;
	margin-bottom: 15px;	
}
.hero_solution_item .item_inner > h3 img {
	max-width: 50%;
	max-height: 50%;
}
.hero_solution_item .item_inner .item_desc img {
	height: 30px;
}
.hero_solution_item .item_inner .item_desc > h4 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 15px;
	word-break: keep-all;
}
.hero_solution_item .item_inner .item_desc > h4 img {
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
}
.hero_solution_item .item_inner .item_desc .material-icons {
	position: absolute;
	bottom: 15px;
	right: 15px;
	margin-top: 30px;
	font-size: 2rem;
	line-height: 1;
}

/****************************/
/***** section about *****/
/****************************/
.vanta-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
}
.about_slogan {
	text-align: center;	
}
.about_slogan h3 {
	font-size: 18px;
	font-weight: 700;
	color: #a1a1a6;
	margin-bottom: 15px;
}
.about_slogan p {
	font-size: 36px;
	font-weight: 700;
	color: #a1a1a6;
	margin-bottom: 50px;
}
.about_slogan p strong {
	font-weight: 700;
	color: #000;
}

/****************************/
/***** section  넄猷⑥뀡  룷 듃 뤃由ъ삤 *****/
/****************************/
.factory_wrap {
	display: flex;
}
.factory_wrap .factory_box {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 100px 30px 30px 30px;
	transform: translateY(0);
	-webkit-transition: -webkit-all 0.35s cubic-bezier(0.76, 0, 0.18, 1);
	-ms-transition: -ms-all 0.35s cubic-bezier(0.76, 0, 0.18, 1);
	transition: all 0.35s cubic-bezier(0.76, 0, 0.18, 1);
}
.factory_box:after {
	content: '';
	position: absolute;
	bottom: -100px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100px;
	background-image: linear-gradient(0deg , rgba(0, 0, 0, .0) 50%, rgba(0, 0, 0, .2) 100%);
}
.factory_wrap .factory_box:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(/img/factory_bg.png)no-repeat center top;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .3;
	-webkit-transition: -webkit-all 0.35s cubic-bezier(0.76, 0, 0.18, 1);
	-ms-transition: -ms-all 0.35s cubic-bezier(0.76, 0, 0.18, 1);
	transition: all 0.35s cubic-bezier(0.76, 0, 0.18, 1);
}
.factory_wrap .factory_box:nth-child(2):before {
	opacity: .35;
}
.factory_wrap .factory_box:nth-child(3):before {
	opacity: .4;
}
.factory_wrap .factory_box:nth-child(4):before {
	opacity: .45;
}

.factory_wrap .factory_box:hover:before {
	opacity: .9;
	background-image: url(/img/factory_bg_over.png);
	-webkit-transition: -webkit-all 0.35s cubic-bezier(0.76, 0, 0.18, 1);
	-ms-transition: -ms-all 0.35s cubic-bezier(0.76, 0, 0.18, 1);
	transition: all 0.35s cubic-bezier(0.76, 0, 0.18, 1);
}
.factory_wrap .factory_box:hover .symbol_bg {
	animation: gear 8s infinite linear;
}

.factory_wrap .factory_box .symbol {
	width: 100px;
	height: 100px;
	display: table;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.factory_wrap .factory_box .symbol .icon {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 40%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.factory_wrap .factory_box .symbol .symbol_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/img/icon_gear.png)no-repeat center center;
	background-size: contain;
}
@keyframes gear {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
.factory_wrap .factory_box > .title {
	display: block;
	text-align: center;
	font-size: 24px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #fff;
}
.factory_wrap .factory_box .box_middle {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	flex: 1;
    text-align: center;
}
.box_middle .box_inner {
	background: #fff;
	border-radius: 10px;
	padding: 25px;
	margin-bottom: 25px;
}
.box_middle .box_inner:last-child {
	margin-bottom: 0;
}
.box_middle .box_inner.top img {
	height: 20px;
}
.box_middle .box_inner.top p {
	letter-spacing: -1px;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	word-break: keep-all;
	white-space: nowrap;
}
.box_middle .box_inner.middle {
	flex: 1;
}
.box_middle .box_inner.bottom {
	padding: 0;
}
.btn_arrow_right {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 30px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	transition: all .25s ease;
	cursor: pointer;
}
.btn_arrow_right:hover {
	color: #3a8deb;
	transition: all .25s ease;
}
.btn_arrow_right:after {
	content: 'arrow_right_alt';
	font-family: 'Material Icons';
	display: inline-block;
	font-size: 2rem;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	transition: all .25s ease;
}
.btn_arrow_right:hover:after {
	right: 15px;
	transition: all .25s ease;
}
.solution_item_wrap {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.solution_item {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #dedede;
	background: #fff;
	padding: 25px;
	margin-bottom: 15px;
	box-shadow: 0 3px 7px rgba(0 0 0 /9%);
}
.solution_item:last-child {
	margin-bottom: 0;
}
.solution_item > h4 {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	padding-left: 15px;
}
.solution_item > img {
	width: 30px;
}
.solution_item_row {
	display: block;
	width: 100%;
	border-radius: 80px;
	border: 1px solid #dedede;
	background: #fff;
	text-align: left;
	padding: 7px 15px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 400;
}
.solution_item_row:last-child {
	margin-bottom: 0;
}
.solution_item_row img {
	width: 20px;
	margin-right: 15px;
	vertical-align: middle;
}
.dot_line {
	position: absolute;
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
	transform-origin: left center;
	z-index: 30;
}
.dot_line:before {
	content: '';
	display: inline-block;
	margin: 0;
	width: 200%;
	height: 2px;
    border: none;
    border-top: 1px dashed #00a7ff;
	animation: line 5s infinite linear;
	position: absolute;
	top: 0;
	left: 0;
}
@keyframes line {
	from {
		transform: translateX(-50%);
	}
	to {
		transform: translateX(0);
	}
}

/******************************/
/***** section data ********/
/******************************/
section.data {
	background: #071362 url(/img/data_bg.jpg)no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 50px 0;
}
.data_txt {
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 50px;
}
.data_txt strong {
	font-weight: 700;
}
.data_item  {
	text-align: center;
	color: #fff;
}
.data_item p {
	font-size: 18px;
	margin-top: 15px;
	color: rgba(255, 255, 255, .7);
}
.data_num {
	position: relative;
	display: inline-block;
	color: #3e699a;
	line-height: 1;
	font-size: 60px;
	font-weight: 500;
	letter-spacing: -3px;
}
.data_num:after {
	content: attr(data-num);
	display: inline-block;
	position: absolute;
	top: 0;
	right: -24px;
	font-size: 24px;
	text-align: left;
}

/******************************/
/***** section plantpulse *****/
/******************************/
section.plantpulse-platform {
		padding-bottom: 0;
		background-image: url(/img/main_pp_bg.png);
		background-repeat: repeat-x;
		background-position: center bottom 200px;
		background-size: auto 150px;
	}
.main_pp_txt {
	font-size: 18px;
	font-weight: 500;
	padding-top: 100px;
	word-break: keep-all;
}
.main_pp_logo {
	display: block;
	width: 80%;
	margin-bottom: 30px;
}
.main_pp_img {
	width: 1200px;
}
.plantpluse_img {
	margin-bottom:50px;
}
.plantpluse_img img {
	max-width:100%;
}
.card_item {
	background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 4px 12px 40px 6px rgb(0 0 0 / 9%);
}
.plantpluse_box {
    padding: 0 50px 30px 100px;
    background-size: 70px;
    background-position: left top;
    background-repeat: no-repeat;
    text-align: left;
}
.plantpluse_box.feature-1 {
	background-image: url(/img/icon_feature_01.png);
}
.plantpluse_box.feature-2 {
	background-image: url(/img/icon_feature_02.png);
}
.plantpluse_box.feature-3 {
	background-image: url(/img/icon_feature_03.png);
}
.plantpluse_box.feature-4 {
	background-image: url(/img/icon_feature_04.png);
}
.plantpluse_box.feature-5 {
	background-image: url(/img/icon_feature_05.png);
}
.plantpluse_box.feature-6 {
	background-image: url(/img/icon_feature_06.png);
}
.plantpluse_box.feature-7 {
	background-image: url(/img/icon_feature_07.png);
}
.plantpluse_box.feature-8 {
	background-image: url(/img/icon_feature_08.png);
}
.plantpluse_box h3 {
	font-size: 18px;
	font-weight: 500;
	word-break: keep-all;
	color: #000;
	margin-bottom: 10px;
}
.plantpluse_box p {
	word-break: keep-all;
	color: #828282;
}

/******************************/
/***** section gateway ********/
/******************************/
section.gateway {
	background: #cad6dc;
	padding: 100px 0 50px 0;
	overflow: hidden;
}
.bg-wave {
	display: inline-block;
	width: 300px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 200px;
	transform: translateY(-50%);
}
.bg-wave .wave {
	display: inline-block;
	width: 100%;
	height: 100%;
	border: 1px solid CadetBlue;
	border-radius: 50%;
	opacity:0;
	position:absolute;
	top: 0;
	left: 0;
}
.wave:nth-child(1) {
	animation: wave 5s infinite 1s ease-in;
}
.wave:nth-child(2) {
	animation: wave 5s infinite 2s ease-in;
}
.wave:nth-child(3) {
	animation: wave 5s infinite 3s ease-in;
}
.wave :nth-child(4) {
	animation: wave 5s infinite 4s ease-in;
}
.wave:nth-child(5) {
	animation: wave 5s infinite 5s ease-in;
}
@keyframes wave {
	from {
		transform: scale(0);
		opacity: 1;
	}
	to {
		transform: scale(3);
		opacity: 0;
	}
}

.gateway_img {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gateway_img img {
	max-width: 100% ;
}
.gateway_text {
	padding-left: 100px;
	padding-top: 50px;
}
.gateway_text > h3 {
	font-size: 3rem;
	font-weight: 700;
	margin: 15px 0 30px;
}
.gateway_text > p {
	font-size: 1.3rem;
	line-height: 1.5;
	word-break: keep-all;
}
.gateway_text .btn {
	margin-top: 50px;
}

/******************************/
/***** section area ********/
/******************************/
.area_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 300px;
	overflow: hidden;
	background: url(/img/area_bg.svg)no-repeat center top 240px;
	background-size: auto 800px;
}
.grid-area {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(24, 1fr);
	grid-auto-rows: minmax(30px, 1fr);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 50px 0;
}
.area_item {
	position: relative;
	background-size: cover;
	border-radius: 0;
	color: #fff;
	overflow: hidden;
	border:2px solid #ccc;
}
.area_item:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0 0 0 / 35%);
	position: absolute;
	top: 0;
	left: 0;
}
.area_txt {
	width: 100%;
	padding: 0 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.area_item h3 {
	font-size: 24px;
	font-weight: 700;
	word-break: keep-all;
}
.area_item p {
	font-size: 18px;
	letter-spacing: -1px;
	word-break: keep-all;
	opacity: 0.7;
}
.area_1 {
	background: gray url(/img/case_img_00.jpg)no-repeat center center;
    grid-column: 8/18;
	grid-row: 7/18;
	z-index: 1;
	transform: scale(1);
	box-shadow: 5px 7px 15px 10px rgba(0 0 0 / 30%);
}
.area_2 {
	background: gray url(/img/case_bg_03.jpg)no-repeat center bottom;
    grid-column: 2/10;
	grid-row: 1/10;
}
.area_3 {
	background: gray url(/img/case_img_02.jpg)no-repeat center center;
    grid-column: 17/25;
	grid-row: 3/12;
}
.area_4 {
	background: gray url(/img/case_img_01.jpg)no-repeat center center;
    grid-column: 1/9;
	grid-row: 15/24;
}
.area_5 {
	background: gray url(/img/case_bg_04.jpg)no-repeat center center;
    grid-column: 15/23;
	grid-row: 17/26;
}
.area_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.area_item video {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

/******************************/
/***** section customer ********/
/******************************/
.slide {
	width: 20%;
    padding: 10px 50px;
}
.slide img {
    width: 100%;
}

/******************************/
/***** section banner ********/
/******************************/

section.banner {
	padding: 50px 0;
}
.banner_box {
	position: relative;
	border-radius: 5px;
	padding: 30px;
	height: 200px;
	background-size: cover;
	cursor: pointer;
}
.banner_box.it {
	background: #666 url(/img/banner_it_bg.jpg)no-repeat center center;
}
.banner_box.open {
	background: #666 url(/img/banner_open_bg.jpg)no-repeat center center;
}
.banner_box:hover .icon_arrow {
	display: inline-block;
	transform: translateX(15px);
	transition: all .25s ease;
}
.banner_txt {
	color: #fff;
}
.banner_txt > h4 {
	font-size: 28px;
}
.banner_txt > p {
	margin: 15px 0;	
	color: #e8e8e8;
}
.icon_arrow {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	right: 30px;
	bottom: 30px;
	color: #fff;
	transition: all .25s ease;
}
/******************************/
/***** section lib ********/
/******************************/

.lib_card_wrap {
	position: relative;
	background: #fff !important;
	border-radius: 0;
	overflow: hidden;
	height: 450px;
    box-shadow: 4px 12px 30px 6px rgb(0 0 0 / 9%);
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.lib_card_wrap:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.lib_card_wrap:hover {
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    box-shadow: 4px 12px 20px 6px rgb(0 0 0 / 18%);
}
.lib_card_wrap .card_img {
	position: relative;
	overflow: hidden;
}
.lib_card_wrap .card_img .image {
	display: block;
	width: 100%;
	padding-top: 75%;
	background: #ccc;
	background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
	-webkit-transition: all .3s cubic-bezier(0.4, 0, 0.25, 1);
    transition: all .3s cubic-bezier(0.4, 0, 0.25, 1);
}
.lib_card_wrap .card_cont {
	position: relative;
	padding: 30px 15px;
	z-index: 1;
}
.lib_card_wrap .card_cont .card_cate {
	font-size: 1.25rem;
	font-weight: 300;
	margin-bottom: 15px;
	line-height: 1;
}
.lib_card_wrap .card_cont .card_title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.5px;
	word-break: keep-all;

	overflow: hidden;
    text-after-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.lib_card_wrap .card_cont .card_date {
	display: block;
	margin-top: 15px;
	color: #bebebe;
	line-height: 1;
}
.icon_plus {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	float: right;
	border: 2px solid #000;
	width: 45px;
	height: 45px;
	position: relative;
}
.icon_plus:after {
	content: '\e913';
	display: inline-block;
	font-family: 'xeicon';
	font-size: 2rem;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.icon_plus:hover {
	background: #000;
}
.icon_plus:hover:after {
	color: #fff;
}

/******************************/
/***** section news ********/
/******************************/
section.news {
	padding: 0;
}
section.news > .inner {
	padding: 50px 0;
	border-top: 5px solid #000;
}
.news_title {
    float: left;
    width: 40%;
}
.news_title > h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}
.news_list {
    overflow: hidden;
}
.news_list li {
    font-size: 1.2rem;
    padding: 20px 0;
    border-bottom: 1px solid #dedede;
}
.news_list li:hover {
	color: #000;
}
.news_list li a {
	display: inline-block;
	width: 100%;
}
.news_list li .subject {
    float: left;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li .date {
    overflow: hidden;
    text-align: right;
    color: #bebebe;
}
.icon_more {
	display: inline-block;
	margin: 15px 0;
	font-size: 24px;
	font-weight: 700;
	position: relative;
}
.icon_more:after {
	content: '\e907';
	display: inline-block;
	font-family: 'xeicon';
	font-size: 2rem;
	margin-left: 30px;
	vertical-align: middle;
}
.icon_more:hover {
	color: #2b4e75;
}

/******************************/
/***** section request ********/
/******************************/
section.request {
	padding: 50px 0;
	background-image: url('/img/request_bg.jpg');
	background-color: #000;
	background-position: right 50% center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
section.request .tit {
	font-size: 1.5rem;
	font-weight: 700;
}
section.request .desc {
	font-size: 2.5rem;
	font-weight: 100;
}
/******************************/
/***** section END ********/
/******************************/
