@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat');


/* Menu */
.m_dropdown button,
.m_dropdown a {
	color: #727272;
	background: rgba(255, 255, 255, 0.95);
}

.dropdow_menu {
	border-bottom: 1px solid #c8c8c8;
}

.m_dropdown button:hover,
.m_dropdown a:hover {
	color: #565656;
	background: #c8c8c8;
}

#mainNav {
	background-color: transparent;
}

#mainNav .menu {
	color: #a2a2a2;
}

#gnb>li.active .menu,
#mainNav .menu:hover {
	color: #7396fc;
}


/* Header */
header {
	height: 200px;
	margin-top: 60px;
}

header.subheader {
	min-height: 200px;
	height: 200px;
	max-height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
}

header.subheader1 {
	background: url('../images/sub/subheader-service.png') center right;
}

header.subheader2 {
	background: url('../images/sub/subheader-product.png') center right;
}

header.subheader3 {
	background: url('../images/sub/subheader-about.png') center right;
}

header.subheader4 {
	background: url('../images/sub/subheader-customer.png') center right;
}

header h2 {
	line-height: 200px;
	text-align: center;
	font-size: 30px;
}

header .container {
	width: 100%;
	max-width: 1140px;
}

#section {
	height: auto;
	min-height: 100%;
	padding: 0;
	background: #f7f7f7;
	color: #6c757d;
}

#section .row {
	font-size: 16px;
}

span.st,
p.st {
	color: #7396fc;
	font-weight: bold;
}

/* Tab */
.tab {
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f1f1f1;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

.tab div {
	max-width: 1140px;
	margin: 0 auto;
}

/* Tab button */
.tab button {
	background-color: inherit;
	font-weight: bold;
	float: left;
	cursor: pointer;
	padding: 10px 0 0px 0;
	transition: 0.3s;
	font-size: 11px;
	color: #666;
}

.tab button:after {
	display: block;
	content: '';
	width: 0;
	height: 3px;
	margin: 10px auto -1px auto;
	background: #7396fc;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}

.tab button.short {
	padding-top: 36px;
}

.tab button.short:after {
	margin: 29px 0 0px 0;
}

.tab button:hover {
	background-color: #ddd;
}

.tab button:hover:after,
.tab button.active:after {
	width: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.tab button.active {
	color: #7396fc;
}

/* Tab content */
.tabcontent {
	display: none;
	padding: 24px 12px 48px 12px;
	border-top: 1px solid #ccc;
	border-top: none;
}

.tabcontent.active {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

/* 활성화된 탭 콘텐츠 WOW 요소 노출 및 애니메이션 허용 */
.tabcontent.active .wow {
	visibility: visible !important;
	opacity: 1 !important;
	animation-play-state: running !important;
}

.tabcontent .container .box {
	font-size: 16px;
	margin-bottom: 110px;
}

.sub1 .tabcontent .container .box:last-child,
.sub2 .tabcontent .container .box:last-child,
.sub4 .tabcontent .container .box:last-child {
	margin-bottom: 0;
}

.tabcontent .container .summary_text {
	padding-right: 100px;
}

.tabcontent .row_title {
	border-bottom: 1px solid
		/* #7396fc; */
		#9fb8ff;
}

.tabcontent strong.blue {
	color: #402EFF;
	font-size: 2rem;
}

.tabcontent img {
	width: 100%;
	max-width: 700px;
	height: auto;
	min-width: 50px;
}

div {
	width: 100%;
}

.client-logo {
	background: white;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.02);
}

.client-logo:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 24px -8px rgba(59, 130, 246, 0.08);
	border-color: #3b82f6;
}

.client-logo img {
	max-width: 100%;
	width: 100%;
	object-fit: contain;
	max-height: 30px !important;
}

/* 공통사항 */
/* .box  */
.row {
	padding: 30px 10px 0 10px;
}

.one_row {
	padding: 30px 0 0 0;
}

.box_title {
	margin-top: -27px;
	color: #6666CC;
	text-shadow: 1px 1px 1px rgba(64, 46, 255, 0.5);
	z-index: 1;
}

.row_box {
	/* border-top: 1px solid #ddd; */
	z-index: 0;
	margin: 0;
}

.summary_bg {
	width: 100%;
	height: 110px;
	right: 0;
	z-index: 0;
}

.tabcontent div {
	line-height: 200%;
}

.tabcontent .sub_image {
	width: 100%;
	padding: 30px 0;
}

/* SUB1 */
.sub1 .sub1_2 .row_box .row {
	margin-bottom: 40px;
}

.sub1 #Content1 .summary_bg {
	background: url("../images/sub/sub1-1-icon.webp")no-repeat center center;
	background-size: auto 100%;
	background-position: bottom right;
}

.sub1-1-imgbox>div>div {
	position: absolute;
	left: 999px;
	width: 25%;
	@-webkit-animation: robot 20s infinite ease-in-out;
	animation: robot 20s infinite ease-in-out;
	display: block;
	text-align: center;
	opacity: 0;
}

.sub1-1-imgbox>.side>div {
	@-webkit-animation: robot2 20s infinite ease-in-out;
	animation: robot2 20s infinite ease-in-out;
}

.sub1-1-imgbox {
	padding-bottom: 49%;
}

.sub1-1-imgbox img {
	width: auto;
	height: 100%;
}

.sub1-1-imgbox .daro {
	margin-left: 25%;
	animation-delay: 0.3s;
}

.sub1-1-imgbox .daro_car {
	margin-left: 55%;
	animation-delay: 0.6s;
}

.sub1-1-imgbox .buro {
	margin-left: 78%;
	animation-delay: 0.9s;
}

.sub1-1-imgbox .side .daro {
	margin-left: 25%;
	animation-delay: 0.3s;
}

.sub1-1-imgbox .side .daro_car {
	margin-left: 50%;
	animation-delay: 0.6s;
}

.sub1-1-imgbox .side .buro {
	margin-left: 75%;
	animation-delay: 0.9s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes robot {
	0% {
		left: 999px;
		opacity: 0;
	}

	10% {
		left: 0px;
		opacity: 0.8;
	}

	35% {
		opacity: 1;
	}

	40% {
		left: 0px;
		opacity: 1;
	}

	50% {
		left: -999px;
		opacity: 0;
	}

	100% {
		left: -999px;
		opacity: 0;
	}
}

@keyframes robot {
	0% {
		left: 999px;
		opacity: 0;
	}

	10% {
		left: 0px;
		opacity: 0.8;
	}

	20% {
		opacity: 1;
	}

	40% {
		left: 0px;
		opacity: 1;
	}

	50% {
		left: -999px;
		opacity: 0;
	}

	100% {
		left: -999px;
		opacity: 0;
	}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes robot2 {
	0% {
		left: 999px;
		opacity: 0;
	}

	50% {
		left: 999px;
		opacity: 0;
	}

	60% {
		left: 0px;
		opacity: 0.8;
	}

	70% {
		opacity: 1;
	}

	90% {
		left: 0px;
		opacity: 1;
	}

	100% {
		left: -999px;
		opacity: 0;
	}
}

@keyframes robot2 {
	0% {
		left: 999px;
		opacity: 0;
	}

	50% {
		left: 999px;
		opacity: 0;
	}

	60% {
		left: 0px;
		opacity: 0.8;
	}

	70% {
		opacity: 1;
	}

	90% {
		left: 0px;
		opacity: 1;
	}

	100% {
		left: -999px;
		opacity: 0;
	}
}

.tabcontent .sub1_2_image1 {
	padding: 40px 0 0 0;
}

.smart_factory_arvr .center h3 {
	tranform: all 300ms ease;
	-o-transform: all 300ms ease;
	-ms-transform: all 300ms ease;
	-moz-transform: all 300ms ease;
	-webkit-transform: all 300ms ease;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.smart_factory_arvr .center .slick-center h3 {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.sub1 .smart_factory_arvr .slick-initialized .slick-slide {
	padding: 10px;
}

.sub1 .row_list a {
	display: inline-block;
}

.row_list {
	display: block;
	width: 100%;
	padding-left: 15px;
	margin-top: 10px;
}

.row_list li {
	margin-bottom: 3px;
	padding-left: 10px;
}

.sub1 .row_list .curtain {
	width: 100%;
	height: 100%;
	background: rgba(27, 0, 135, 0.5);
	opacity: 0;
	transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
}

.sub1 .row_list a:hover .curtain {
	opacity: 1;
	transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
}

.sub1 .row_list .demo {
	color: #fff;
	font-size: 25px;
	top: 45%;
	left: 50%;
	margin-left: -102.39px;
	text-align: center;
	color: #1B0087;
	border: 1px solid rgba(255, 255, 255, 0.9);
	padding: 10px;
	background: rgba(255, 255, 255, 0.5);
	transition: background 0.4s, color 0.4s, border 0.4s;
	-ms-transition: background 0.4s, color 0.4s, border 0.4s;
	-moz-transition: background 0.4s, color 0.4s, border 0.4s;
	-webkit-transition: background 0.4s, color 0.4s, border 0.4s;
}

.sub1 .row_list a:hover .demo {
	border: 1px solid rgba(255, 255, 255, 0);
	background: rgba(255, 255, 255, 0);
	color: #fff;
	transition: background 0.4s, color 0.4s, border 0.4s;
	-ms-transition: background 0.4s, color 0.4s, border 0.4s;
	-moz-transition: background 0.4s, color 0.4s, border 0.4s;
	-webkit-transition: background 0.4s, color 0.4s, border 0.4s;
}

.sub1 .row_list .demo i {
	display: block;
	font-size: 40px;
}

.sub1 #Content2 .summary_bg,
.sub2 #Content9 .summary_bg {
	background: url("../images/sub/sub1-2-icon.webp")no-repeat center center;
	background-size: auto 100%;
	background-position: bottom right;
}

.sub1 #Content3 .summary_bg {
	background: url("../images/sub/sub1-3-icon.webp")no-repeat center center;
	background-size: auto 100%;
	background-position: bottom right;
}

.sub1 #Content3 .technology_table {
	/* background:url("../images/sub/sub1-3-bg.webp")no-repeat center center;
	background-size:auto 100%; */
	padding: 20px 0 0 0;
	margin-bottom: 0px;
}

.sub1 #Content3 .technology_table .row {
	margin-bottom: 30px;
}

.sub1 #Content3 .technology_table .row:nth-child(2) {
	padding-top: 0;
}

.technology_table .table {
	background: rgba(9, 0, 102, 0.6);
	color: #fff;
	border-radius: 10px;
	font-size: 15px;
	margin-bottom: 0;
}

.technology_table .table2 {
	background: rgba(0, 127, 161, 0.6);
}

.technology_table .table3 {
	background: rgba(161, 0, 149, 0.6);
}

.technology_table .table4 {
	background: rgba(0, 111, 22, 0.6);
}

.technology_table .table .title {
	padding-top: 20px;
}

.technology_table .table .table_body {
	padding: 10px 20px 20px 20px;
}

.technology_table .table .table_body>div {
	width: 46%;
	margin: 0 2%;
	float: left;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.sub1 #Content4 .summary_bg {
	background: url("../images/sub/sub1-4-icon.webp")no-repeat center center;
	background-size: auto 100%;
	background-position: bottom right;
}

.bigdata img {
	max-width: 800px;
}

/* sub1-5-4.webp img making */
/* .bigdata > div{
	width:20%;
	float:left;
}
.bigdata .input > div > div,
.bigdata .output > div > div{
	width:100%;
	max-width:120px;
	height:100%; 
	height:120px;
	border-radius:50%;
	background:#333;	
	margin:0px 0 10px 0;
	color:#fff;
	position:relative;
	box-shadow:2px 2px 3px rgba(0,0,0,0.5);	-ms-box-shadow:2px 2px 3px rgba(0,0,0,0.5);	-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.5);-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
}
.bigdata .input > div{
	padding-bottom:0;
}
.bigdata .input > div:after{
	width:100px;
	height:1px;
	background:#333;
	background-image: linear-gradient(to right, #333 , #3b3673);
	display:inline-block;
	position:absolute;
	content:"";
	margin-top:-65px;
	margin-left:120px; 
}
.bigdata .output > div:before{
	width:108px;
	height:1px;
	background:#333;
	background-image: linear-gradient(to right, #3b3673 , #090066);
	display:inline-block;
	position:absolute;
	content:"";
	margin-top:65px;
	margin-left:-54px; 
}
.bigdata .output > div:nth-child(2n):before{
	width:228px;
	margin-top:-9px;
}
.bigdata .output{
	float:right;
	margin-right:68px;
}
.bigdata .output > div > div{
	overflow:hidden;
	background:#090066;
	box-shadow:5px 5px8px rgba(0,0,0,0.6);	-ms-box-shadow:5px 5px 8px rgba(0,0,0,0.6);	-moz-box-shadow:5px 5px 8px rgba(0,0,0,0.6);-webkit-box-shadow:5px 5px 8px rgba(0,0,0,0.6);
}
.bigdata i{
	position:absolute;
	font-size:45px;
	opacity:0.3;
	left:50%;
	top:60%;
}
.bigdata .input > div > div > i.sensor{
	width:50px;
	height:30px;
	background:url("../images/sub/sub1-4-2_sensor.webp")no-repeat;
}
.bigdata .output > div > div{
	margin:0px auto 27px auto;
}
.bigdata .output > div:nth-child(2n) > div{
	position:absolute;
	margin-top:-70px;
	margin-left:160px;
}

.bigdata .input > div > div > span,
.bigdata .output > div > div > span{
	position:absolute;
	padding:7px 0 0 7px;
	left:10%;
	width:108px;
	top:25%;
	font-size:14px;
	background:linear-gradient(to bottom right, rgba(255,255,255,0.2), rgba(255,255,255,0.0));
	height:108px;
}
.bigdata .process{
	width:60%;
	max-width:520px;
	height:520px;
	background:#3b3673;
	border-radius:20px;
	text-align:center;
	color:#fff;
	padding:10px;
}
.bigdata .process > h3{
	padding:10px 0;
}
.bigdata .process > div{
	background:rgba(255,255,255,0.2);
	padding:10px;
	border-radius:10px;
	overflow:hidden;
}
.bigdata .process > div > h5{
	font-size:18px;
	font-weight:400;
	padding:10px 0;
	margin-bottom:0;
}
.bigdata .process .box{
	margin:0;
	padding-top:10px;
	padding-bottom:15px;
}
.bigdata .process .box .col{
	padding:10px;
	font-size:15px;
	border-radius:50%;
	background:#444264;
	max-height:110px;
	line-height:90px;
	overflow:hidden;
	box-shadow:2px 2px 2px rgba(0,0,0,0.5);	-ms-box-shadow:2px 2px 2px rgba(0,0,0,0.5);-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.5);-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.5);
}
.bigdata .process .box .col div{
	background:#312F47;
	padding:5.5px 0;
	margin-bottom:7px;
	border-radius:10px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.5);	-ms-box-shadow:1px 1px 2px rgba(0,0,0,0.5);	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.5);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.5);
}

.bigdata .process .box .col-lg-6{
	line-height:20px;
	border-radius:0%;
	background:none;
	padding:0 15px;
	box-shadow:none;
}
.bigdata .process .infra{
	margin-top:15px;
	
}
.bigdata .infra i{
	font-size:120px;
	left: 45%;
    top: 50%;
	color:rgba(255,255,255,0.3);
	z-index:0;
}
.bigdata .infra i.fa-network-wired{
	margin-left:121px;
}

.bigdata .process .infra .computing{
	width:100%;
	max-width:130px;
	height:130px;
	border-radius:50%;
	background:rgba(68,66,100,0.7);
	line-height:130px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.5);	-ms-box-shadow:2px 2px 2px rgba(0,0,0,0.5);	-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.5);-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.5);
}
.bigdata .arrow{
	position:absolute;
	border-top: 120px solid transparent;border-right: 70px solid transparent;border-bottom: 120px solid transparent;border-left: 70px solid rgba(55,53,83,0.95);
	padding:0 !important;
	top:150px;
	left:14%;
}
.bigdata .arrow:after{
	white-space:pre;
	color:#fff;
	position:absolute;
	margin-left:-65px;
	margin-top:-20px;
	font-size:15px;
}
.bigdata .arrow1:after{
	content:"데이터\A폭증";
}
.bigdata .arrow1:after{
	content:"데이터 \A 폭증";
}
.bigdata .arrow2{
	border-top: 120px solid transparent;border-right: 70px solid transparent;border-bottom: 120px solid transparent;border-left: 70px solid rgba(36,29,109,0.95);
	left:70%;
}
.bigdata .arrow2:after{
	content:"스마트\A서비스";
} */

.sub1 .app_field .field1 img {
	width: 70%;
	position: absolute;
}

.sub1 .app_field .field1 div {
	width: 100%;
	height: 100%;
}

.sub1 .app_field .field1 img:nth-child(1) {
	position: relative;
	margin-bottom: 76px;
}

.sub1 .app_field .field1 img:nth-child(2) {
	left: 15%;
	top: 33px;
}

.sub1 .app_field .field1 img:nth-child(3) {
	left: 30%;
	top: 66px;
}

.sub1 .app_field .field1 {
	padding-bottom: 0;
}

.sub1 #Content5 .summary_bg,
.sub1 #Content6 .summary_bg {
	background: url("../images/sub/sub1-5-icon1.webp")no-repeat center center;
	background-size: auto 100%;
	background-position: bottom right;
}

.sub1 .site_box {
	height: 180px;
	max-width: 800px;
	margin-top: 30px;
	width: 100%;
}

.sub1 .site_box a {
	height: 200px;
	position: absolute;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-sebkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.sub1 .site_box a.s2 {
	left: 50%;
	margin-left: -150px;
}

.sub1 .site_box a.s3 {
	right: 0;
}

.sub1 .site_box a.s4 {
	margin-top: -40px;
	left: 50%;
	margin-left: -270px;
}

.site_box a.s5 {
	margin-top: -40px;
	left: 50%;
	margin-left: -30px;
}

.sub1 .site_box a img {
	width: 300px;
	height: auto;
}

.sub1 .s2 {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

.sub1 .s3 {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}

.sub1 .s4 {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

.sub1 .s5 {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}

.client a {
	padding: 5px 10px;
	text-align: center;
	width: 170px;
	margin: 0 8px 15px 0px;
	border: 1px solid #ddd;
	background: #fff;
	float: left;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.client a img {
	height: 30px;
	width: auto;
}

.client a.icmtc,
.client a.komtea,
.client a.kscse {
	padding: 7.5px 10px;
}

.client a.icmtc img,
.client a.komtea img,
.client a.kscse img {
	height: 25px;
}

.client a img.reduction {
	height: 20px;
	margin: 5px 0;
}

.sub1 #Content6 .summary_bg {
	background: url("../images/sub/sub1-6-icon.webp")no-repeat center center;
	background-size: auto 100%;
	background-position: bottom right;
}

.sub1 #Content6 .dbtable {
	/* background:url(../images/sub/sub1-6-bg.webp)no-repeat center center;
	background-size:auto 100%; */
	padding: 0 0 30px 0;
}

.sub1 .technology_table.dbtable p {
	margin-bottom: 0;
	padding-left: 20px;
}

.sub1 .technology_table.dbtable p:before {
	content: "-";
	display: inline-block;
	margin-left: -10px;
	margin-right: 7px;
}

.sub1 .technology_table.dbtable .table_body>div {
	width: 100%;
	float: none;
	margin: 0;
}

/* .sub1 .build > div > div{
	color:#fff;
	padding:47px 0 30px 0;
	height:126px;
	font-size:18px;
}
.sub1 .build > div:nth-child(1) > div, .sub1 .build > div:nth-child(3) > div{
	background:rgba(9,0,102,0.9) url(../images/sub/sub1-6-2-icon1.webp)no-repeat;
	background-size:60% auto;
	background-position:115% 10%;
}
.sub1 .build > div:nth-child(2) > div{
	background:rgba(9,0,102,0.9) url(../images/sub/sub1-6-2-icon2.webp)no-repeat;
	background-size:60% auto;
	background-position:115% 10%;
}
.sub1 .build > div:nth-child(4) > div{
	background:rgba(9,0,102,0.9) url(../images/sub/sub1-6-2-icon3.webp)no-repeat;
	background-size:60% auto;
	background-position:115% 10%;
}
.sub1 .build > div:nth-child(3) > div{
	padding-top:30px;
} */
.sub1 .build>div>div {
	font-size: 18px;
	background: #fff;
	padding: 28px 10px;
	margin-bottom: 10px;
}

.sub1 .build>div:nth-child(3)>div {
	padding: 10px;
}

.sub1 .apply {
	text-align: center;
	z-index: 4;
}

.sub1 .apply i {
	font-size: 100px;
	color: #B2B6BA;
	z-index: 4;
}

.tabcontent .sub1_6_image3 {
	width: 100%;
	max-width: 900px;
	margin: 40px auto 70px auto;
}

.sub1 .plan {
	background: #fff;
	margin-bottom: 15px;
}

.sub1 .plan1 {
	border: 1px solid #1B245F;
	min-height: 237px;
}

.sub1 .planimage {
	max-width: 800px;
}

.sub1 .plan2 {
	border: 1px solid #143099;
}

.sub1 .plan3 {
	border: 1px solid #1E85CE;
	min-height: 237px;
}

.sub1 .plan4 {
	border: 1px solid #21BBEF;
}

.sub1 .plan .title {
	background: #1B245F;
	color: #fff;
	padding: 12px;
	margin: 0;
	font-weight: bold;
	font-size: 18px;
}

.sub1 .plan2 .title {
	background: #143099;
}

.sub1 .plan3 .title {
	background: #1E85CE;
}

.sub1 .plan4 .title {
	background: #21BBEF;
}

.sub1 div.hyphen {
	font-size: 14px;
	padding-left: 15px;
}

.sub1 div.hyphen:before {
	content: "-";
	width: 0;
	height: 0;
	vertical-align: baseline;
	margin-left: -10px;
	margin-right: 5px;
}

.sub1 .plan>ul {
	padding: 10px 15px;
	margin: 0;
}

.sub1 .plan li {
	padding-left: 7px;
}

.sub1 .step .col-md-3 li:before {
	width: 3px;
	height: 3px;
	background: #1B245F;
}

.sub1 .step .col-md-3.delay4 li:before {
	background: #143099;
}

.sub1 .step .col-md-3.delay8 li:before {
	background: #1E85CE;
}

.sub1 .step .col-md-3.delay12 li:before {
	background: #21BBEF;
}

/* SUB2 */
.sub2>.container>.box li:before,
.sub3>.container>.box li:before {
	content: "";
	margin-left: -12px;
	margin-right: 7px;
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #6666CC;
	vertical-align: middle;
}

.sub3>.container>.box {
	font-size: 16px;
	margin-bottom: 50px;
	padding-top: 40px;
}

.sub3>.container>.box .row_box {
	padding: 20px 0 10px 0;
}

.sub2>.container>.box {
	font-size: 16px;
	margin-bottom: 50px;
	padding-top: 40px;
}

.sub2>.container>.box .row_box {
	padding: 20px 0 10px 0;
}

.sub2>.container>.box .tab2 {
	margin-top: 10px;
}

.sub2 .tab2 .nav-justified .nav-item {
	border-bottom: 1px solid #dee2e6;
	flex-basis: 20%;
}

.sub2 .tab2 .nav-tabs .nav-item {
	/* margin-bottom: -2px; */
}

.tab2 button.short {
	padding-top: 33px;
}

.sub2 .tabcontent .container .summary_text {
	padding-right: 0
}

.sub2 #Content9 .container .summary_text {
	padding-right: 100px;
}

.spec_img,
.spec_table {
	width: 100%;
	margin: 0 auto;
}

.spec_table {
	border: 1px solid #ddd;
	text-align: left;
	background: #fefefe;
}

.spec_table th {
	font-size: 18px;
	background: #5F5F5F;
	font-weight: normal;
	padding: 7px 0;
	color: #fff;
	text-align: center;
}

.spec_table td {
	padding: 7px 10px;
	border-bottom: 1px solid #eee;
}

.spec_table tr:last-child td {
	border-bottom: 1px solid #ccc;
}

.nana.spec_table {
	width: 100%;
	background: #fefefe url("../images/sub/products/nana_spec_table_bg.webp")no-repeat right bottom;
	margin-top: 30px;
}

.nana.spec_table th {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.nana.spec_table td {
	padding-left: 30px;
}

.nana.spec_table ul {
	margin-bottom: 0;
}

.nana.spec_table li {
	padding-left: 10px;
}

.workbench.spec_img {
	max-width: 536px;
}

.workbench.spec_table tr td:nth-child(1),
.workbench.spec_table tr td:nth-child(3) {
	text-align: center;
}

a.btn_download {
	color: #fff;
	display: inline-block;
	width: 100px;
	height: 135px;
	text-align: center;
	font-weight: bold;
	padding-top: 35px;
	line-height: 115%;
	margin: 0 auto;
	background: url("../images/sub/download/btn_download.webp")no-repeat center center;
	background-size: contain;
}

.single-item2 .slick-list,
.single-item2 img {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
	padding: 0 !important;
}

.diagram_text {
	width: 100%;
	height: 50px;
	padding: 10px 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	bottom: -15px;
	border-top: 1px solid rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	text-align: center;
}

.release {
	display: inline-block;
	font-size: 14px;
	color: #A0A0A0;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	margin-left: 15px;
	padding-bottom: 5px;
}

.product_composition {
	margin-bottom: 15px;
}

.product_box {
	background: #fff;
	border: 1px solid #ddd;
}

.product_caption {
	padding: 10px 0;
	border-top: 1px solid #ddd;
	height: 60px;
	line-height: 40px;
}

.product_caption.row2 {
	line-height: 130%;
}

.sub2 #Content10 .product_composition .col-md-4 {
	margin-bottom: 20px;
}

/* 동영상 Modal */
.sub2 #Content10 .pnc-modal {
	max-width: 900px;
}

.sub2 #Content10 .list-inline {
	margin-top: 20px;
}

.sub2 #Content10 .mov_box p {
	margin-top: 10px;
}

/* SUB3 */
.corporate_philosophy {
	font-size: 20px !important;
	text-align: center;
	font-weight: bold;
}

.corporate_philosophy>div {
	margin-bottom: 20px;
}

.corporate_philosophy p {
	font-weight: 400;
}

.corporate_philosophy>.col-md-4>div {
	border: 1px solid #ddd;
}

.corporate_philosophy .motto {
	padding: 20px 0;
}

.corporate_philosophy .motto span {
	-webkit-animation: text_move 0.7s 1s;
	animation: text_move 0.7s 1s;
	display: inline-block;
	transform-origin: left bottom;
	opacity: 0;
	animation-fill-mode: forwards;
	color: #7396FC;
}

.corporate_philosophy .motto span:nth-child(2) {
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s;
}

.corporate_philosophy .motto span:nth-child(3) {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

.corporate_philosophy .motto span:nth-child(4) {
	-webkit-animation-delay: 1.45s;
	animation-delay: 1.45s;
}

.corporate_philosophy .motto span:nth-child(5) {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.corporate_philosophy .motto span:nth-child(6) {
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s;
}

.corporate_philosophy .motto span:nth-child(7) {
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
}

@-webkit-keyframes text_move {
	0% {
		-webkit-transform: rotateX(-90deg);
	}

	100% {
		-webkit-transform: rotateX(0deg);
		opacity: 1;
	}
}

@keyframes text_move {
	0% {
		transform: rotateX(-90deg);
	}

	100% {
		transform: rotateX(0deg);
		opacity: 1;
	}
}

.map_box {
	width: 100%;
	min-height: 400px;
	background: #fff;
}

.map_box .map {
	width: 60%;
	padding: 7px;
}

.map_box .info {
	width: 40%;
	position: absolute;
	left: 60%;
	top: 50%;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	padding: 20px;
	font-size: 14px;
}

.map_box .info i {
	margin-right: 5px;
}

.map_box .info .st {
	width: 85px;
	display: inline-block;
}

.map_box .info p {
	float: left;
	display: inline;
}

@media (max-width: 992px) {
	.map_box .map {
		width: 100%;
	}

	.map_box .info {
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
		transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	}
}

.sub3 .history {
	width: 100%;
}

.sub3 .history p {
	margin-bottom: 0.3rem;
}

.sub3 .history p.dd {
	float: left;
	min-width: 52px;
	position: relative;
}

.sub3 .history p.t {
	width: 68%;
	float: right;
}

.sub3 .date {
	display: inline-block;
	text-align: left;
	min-width: 52px;
}

.sub3 .dot:after,
.sub3 .dot2:after {
	content: "";
	width: 4px;
	height: 4px;
	background: #6890FF;
	border-radius: 50%;
	position: absolute;
	left: 20%;
	top: 12px;
}

.sub3 .timeline-inverted .dot2:after {
	left: auto;
	right: 20%;
}

.sub3 .dot2 {
	display: none;
}

.sub3 .timeline {
	position: relative;
	padding: 0;
	list-style: none;
}

.sub3 .timeline:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	content: '';
	background-color: #e9ecef;
}

.sub3 .timeline>li {
	position: relative;
	min-height: 50px;
	margin-bottom: 50px;
}

.sub3 .timeline>li:before {
	display: none;
}

.sub3 .timeline>li:after,
.timeline>li:before {
	display: table;
	content: ' ';
}

.sub3 .timeline>li:after {
	clear: both;
}

.sub3 .timeline>li .timeline-panel {
	position: relative;
	float: right;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left;
}

.sub3 .timeline>li .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}

.sub3 .timeline>li .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}

.sub3 .timeline li .timeline-image {
	position: absolute;
	z-index: 100;
	left: 0;
	width: 80px;
	height: 80px;
	margin-left: 0;
	text-align: center;
	color: white;
	border: 7px solid #e9ecef;
	border-radius: 100%;
	background-color: #fed136;
}

.sub3 .timeline>li .timeline-image h4 {
	font-size: 10px;
	line-height: 14px;
	margin-top: 12px;
}

.sub3 .timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left;
}

.sub3 .timeline>li.timeline-inverted>.timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}

.sub3 .timeline>li.timeline-inverted>.timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}

.sub3 .timeline>li:last-child {
	margin-bottom: 0;
}

.sub3 .timeline .timeline-heading h4 {
	margin-top: 0;
	color: inherit;
}

.sub3 .timeline .timeline-heading h4.subheading {
	text-transform: none;
}

.sub3 .timeline .timeline-body>ul,
.sub3 .timeline .timeline-body>p {
	margin-bottom: 0;
}

.sub3 .pnc_thumbnail {
	padding: 0px 30px;
	margin-bottom: 20px;
}

.sub3 .pnc_thumbnail img {
	border: 1px solid #ccc;
	padding: 5px;
	height: 100%;
	background: #fff;

}

.sub3 #Content3 h3.section-subheading-title {
	margin-bottom: 40px;
}

/* SUB3 Modal */
.modal .btn-primary {
	color: #eee;
}

.pnc-modal {
	padding-right: 0px !important;
	max-width: 700px;
	left: 50%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.pnc-modal .modal-dialog {
	margin: 1rem;
	max-width: 100vw;
}

.pnc-modal .modal-content {
	padding: 20px 0;
	text-align: center;
	display: -ms-block;
	display: block;
	-ms-flex-direction: column;
}

.pnc-modal .modal-content h2 {
	font-size: 3em;
	margin-bottom: 15px;
}

.pnc-modal .modal-content p {
	margin-bottom: 30px;
}

.pnc-modal .modal-content p.item-intro {
	font-size: 16px;
	font-style: italic;
	margin: 20px 0 30px;
	font-family: 'Montserrat', 'Nanum Square', ‘NanumSquareRound’, 'Nanum Gothic', 'Roboto', Arial, 'NotoKrR', sans-serif;
}

.pnc-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}

.pnc-modal .modal-content button {
	height: 38px;
}

.pnc-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	cursor: pointer;
	background-color: transparent;
	z-index: 10;
}

.pnc-modal .close-modal:hover {
	opacity: 0.3;
}

.pnc-modal .close-modal .lr {
	/* Safari and Chrome */
	z-index: 1051;
	width: 1px;
	height: 40px;
	margin-left: 40px;
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #212529;
}

.pnc-modal .close-modal .lr .rl {
	/* Safari and Chrome */
	z-index: 1052;
	width: 1px;
	height: 40px;
	/* IE 9 */
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: #212529;
}

.modal-body h4 {
	margin-bottom: 20px;
	max-width: 94%;
}

.modal-body img {
	border: 1px solid #ddd;
	width: 98%;
	margin: 0 auto;
}


/* SUB4 */
.board1 {
	display: none;
}

.board {
	font-size: 16px;
}

.contact_box {
	margin-bottom: 0;
}

.contact_box h5 {
	line-height: 150%;
	border-bottom: 1px solid #ddd;
	padding: 13px 0 14px 0;
	font-size: 18px;
}

.contact_box>div {
	margin-bottom: 20px;
}

.contact {
	padding: 10px 15px;
	background: #fff;
	color: #7a7f84;
}

.contact_info {
	margin-bottom: 0;
	padding: 0 10px;
	font-size: 18px;
}

.contact_info li {
	padding: 5px;
}

.contact_info li:before {
	display: none;
}

.contact_info li a:hover i {
	color: #6890FF;
}

.contact_info li:first-child {
	font-weight: bold;
}

.contact_info i {
	color: #6666CC;
	margin-right: 10px;
}


/* MEDIA QUERY*/
@media (max-width: 1140px) {
	.sub1 #Content6 .step .col-md-3 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.sub1 #Content6 .step .plan1,
	.sub1 #Content6 .step .plan3 {
		min-height: 173px;
	}
}

@media (max-width: 992px) {
	.col-lg-4 {
		margin-bottom: 20px;
	}

	.sub1-1-imgbox img {
		width: auto;
		height: 400px;
	}

	.contact_info {
		text-align: center;
	}

	.client a img {
		height: 30px;
	}

	.client a img.reduction {
		height: 20px;
	}

	/*   .sub1 .site_box a.s1, .sub1 .site_box a.s2, .sub1 .site_box a.s3, .sub1 .site_box a.s4, .sub1 .site_box a.s5{
  	height:150px;
  	display:inline-block;
  	margin-left:0;
  	left:0;
  }
  .sub1 .site_box a.s2, .sub1 .site_box a.s5{
  	left:250px;
  }
  .sub1 .site_box a.s3{
  	left:500px;
  }
  .sub1 .site_box a img{
  	width:auto;
  	height:100%;
  } */
	.sub1 #Content3 .technology_table,
	.sub1 #Content6 .dbtable {
		background-size: 90% auto;
	}

	.sub1 .technology_table>.row>.col-lg-6:nth-child(2) {
		margin-top: 20px;
	}

	.sub3 .dot:after,
	.sub3 .dot2:after {
		left: 15%;
	}

	.sub3 .timeline-inverted .dot2:after {
		left: auto;
		right: 15%;
	}
}

@media (max-width: 800px) {

	table.workbench {
		font-size: 13px;
		line-height: 130%;
	}

	.spec_table th {
		font-size: 15px;
		padding: 10px 0;
	}

	.spec_table td {
		padding: 7px 5px;
	}

	/*   .sub1 .site_box a.s1, .sub1 .site_box a.s2, .sub1 .site_box a.s3, .sub1 .site_box a.s4, .sub1 .site_box a.s5{
  	display:block;
  	text-align:center;
  	position:relative;
  	left:0;
  	margin-top:10px;
  	box-shadow:none;
  } */
	.sub3 .dot:after,
	.sub3 .dot2:after {
		left: 10%;
	}

	.sub3 .timeline-inverted .dot2:after {
		left: auto;
		right: 10%;
	}
}

@media (max-width: 766px) {
	.sub1-1-imgbox img {
		width: auto;
		height: 300px;
	}

	.nav-justified .nav-item {
		flex-basis: auto;
		width: 33.33333333333333%;
	}

	/* 	.sub2 .tab2 .nav-justified .nav-item {
	 	flex-basis: auto;
    	width: 50%;
	} */
	.nav-justified .nav-item {
		border-bottom: 1px solid #dee2e6;
	}

	.tab button.short {
		padding-top: 20px;
	}

	.tab button.short:after {
		margin: 20px 0 -2px 0;
	}

	/* 	.sub1 .site_box a img{
		width:200px;
	} */
	.tabcontent {
		padding: 24px 10px;
	}

	section h3.section-subheading-title {
		font-size: 23px;
	}

	.box_title {
		font-size: 22px;
		margin-top: -22px;
	}

	.client a img {
		height: 25px;
	}

	.sub1 #Content6 .step .col-md-3 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.sub1 #Content6 .step .plan1,
	.sub1 #Content6 .step .plan3 {
		min-height: auto;
	}

	.sub3 .dot:after,
	.sub3 .dot2:after {
		left: 120%;
	}
}

@media (max-width: 640px) {
	.container {
		padding-right: 7px;
		padding-left: 7px;
	}

	.row {
		padding: 20px 7px 0 7px;
	}

	.box_title {
		margin-left: 0;
	}

	.nana.spec_table th {
		font-size: 14px;
	}

	.nana.spec_table td {
		font-size: 14px;
		line-height: 140%;
		padding-left: 10px;
	}

	.sub1 #Content6 .dbtable {
		padding-bottom: 0;
	}

	.row.board {
		padding: 0;
	}

	.sub1-1-imgbox img {
		width: auto;
		height: 200px;
	}

	.sub1 .site_box {
		height: 90px;
	}

	.sub1 .site_box a {
		height: 100px;
	}

	.sub1 .site_box a.s2 {
		margin-left: -77px;
	}

	.sub1 .site_box a.s4 {
		margin-left: -140px;
	}

	.sub1 .site_box a.s5 {
		margin-left: -10px;
	}

	.sub1 .site_box a img {
		height: 100%;
		width: auto;
	}
}

@media (max-width: 576px) {
	.sub1 .row_list .demo {
		font-size: 15px;
		margin-left: -68.835px;
	}

	.technology_table .table .table_body>div {
		font-size: 12px;
	}
}

@media (max-width: 640px) {
	.sub1-1-imgbox {
		padding-bottom: 120px;
	}
}

@media (min-width: 480px) {
	.sub3 .history p.t {
		width: 72%;
	}

	.tab button {
		font-size: 13px;
	}
}

@media (min-width: 500px) {
	.sub3 .history p.t {
		width: 75%;
	}
}

@media (min-width: 540px) {
	.sub3 .history p.t {
		width: 78%;
	}
}

@media (min-width: 576px) {
	.sub3 .history p.t {
		width: 81%;
	}

}

@media (min-width: 767px) {
	header h2 {
		font-size: 50px;
		text-align: left;
	}

	.tab button {
		padding: 20px 0 0px 0;
		font-size: 16px;
	}

	.tab2 button {
		padding: 19px 0 0px 0;
	}

	.tab button:after {
		margin: 16px auto 0;
	}

	.sub1 #Content3 .col-lg-4,
	.sub1 #Content4 .col-lg-4,
	.sub1 #Content5 .col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.sub3 .history p.dd {
		float: right;
		width: 26.5%;
		min-width: 52px;
	}

	.sub3 .timeline-inverted .history p.dd {
		float: left;
	}

	.sub3 .history p.t {
		width: 73.5%;
		float: right;
	}

	.sub3 .history p.t,
	.sub3 .date {
		font-size: 16px;
	}

	.sub3 .timeline-inverted .history p.t {
		float: left;
	}

	.sub3 .timeline>li:nth-child(2n) .dot {
		display: none;
	}

	.sub3 .timeline>li:nth-child(2n) .dot2 {
		display: inline-block;
	}

	#history .container {
		max-width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}

	.sub3 .timeline:before {
		left: 50%;
	}

	.sub3 .timeline>li {
		min-height: 100px;
		margin-bottom: 100px;
	}

	.sub3 .timeline>li .timeline-panel {
		float: left;
		width: 43%;
		padding: 0 10px 0 0;
		text-align: right;
	}

	.sub3 .timeline>li .timeline-image {
		left: 50%;
		width: 100px;
		height: 100px;
		margin-left: -50px;
	}

	.sub3 .timeline>li .timeline-image h4 {
		font-size: 13px;
		line-height: 18px;
		margin-top: 16px;
	}

	.sub3 .timeline>li.timeline-inverted .timeline-panel {
		float: right;
		padding: 0 0px 0px 20px;
		text-align: left;
	}
}

@media (min-width: 992px) {
	header {
		margin-top: 83px;
	}

	.sub3 .timeline>li {
		min-height: 150px;
	}

	.sub3 .timeline>li .timeline-panel {
		padding: 0 45px 0 20px;
	}

	.sub3 .timeline>li .timeline-image {
		width: 150px;
		height: 150px;
		margin-left: -75px;
	}

	.sub3 .timeline>li .timeline-image h4 {
		font-size: 18px;
		line-height: 26px;
		margin-top: 30px;
	}

	.sub3 .timeline>li.timeline-inverted .timeline-panel {
		padding: 0 20px 0 45px;
	}

	iframe .container {
		width: 100% !important;
	}
}

@media (min-width: 1200px) {
	.sub3 .timeline>li {
		min-height: 170px;
	}

	.sub3 .timeline>li .timeline-panel {
		padding: 0 40px 20px 50px;
	}

	.sub3 .timeline>li .timeline-image {
		width: 170px;
		height: 170px;
		margin-left: -85px;
	}

	.sub3 .timeline>li .timeline-image h4 {
		margin-top: 40px;
	}

	.sub3 .timeline>li.timeline-inverted>.timeline-panel {
		padding: 0 50px 20px 40px;
	}
}

@media (min-width:640px) and (max-width:860px) {
	.corporate_philosophy .motto {
		height: 166px;
	}
}

@media (min-width: 767px) and (max-width:992px) {
	.sub1-1-imgbox {
		padding-bottom: 46%;
	}
}

.tab-sticky-wrapper {
	top: 70px !important;
}