@charset "UTF-8";
.scroll-item {
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
    transform: translateY(50px);
}

.scroll-item.on {
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease;
    transform: translateY(0);
}
.inner .section-title{
	display: block;
    margin-bottom: 50px;
    font-size: 33px;
    text-align: center;
}
.inner .section-title p.normal{font-weight:400;}
.content.business .inner{padding:50px 20px 0;}
/* 회사소개 */
/* 회사소개 > OVERVIEW */
/* NIC COMPANY > CEO */
.overview-wrap{
	margin-bottom: 50px;
	position:relative;
}
.overview-wrap:before {
	display: block;
	content: '';
	position:absolute;
	bottom: 0;
	width: 100%;
	height: 538px;
	background-color: #e6e6e6;
	z-index: -1;
}
.overview-wrap ul{
	width:100%;
}
.overview-wrap ul:after{
	display: block;
	content: '';
	clear: both;
}
.overview-wrap li{
	box-sizing: border-box;
}
.overview-wrap li:first-child{
	float: left;
	width: 40%;
	padding-left: 70px;
}
.overview-wrap li:last-child{
	float: right;
	padding: 80px 0 0 30px;
	width: 60%;
}
.overview-wrap .img-ceo{
	width:375px;
}
.overview-wrap .txt-ceo{
	font-weight: 700;
}
.mark {
	font-size: 1.6rem;
	font-weight: 500;
}

.manage-wrap{
	margin-bottom: 150px;
}
.manage-wrap:after{
	display: block;
	content: '';
	clear: both;
}
.manage-wrap li{
	float: left;
	margin-right: 4%;
	width:calc((100% / 2) -12px);
	box-sizing: border-box;
}
.manage-wrap li:last-child{
	margin-right: 0;
}
.manage-wrap .manage-box{
	width: 100%;
	border-radius: 15px;
	box-shadow: #999 3px 3px 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.manage-wrap .manage-box .img{
	width: 100%;
	height: 230px;
	box-sizing: border-box;
	overflow: hidden;
}
.manage-wrap .manage-box .name{
	padding: 12px;
	height: 50px;
	font-weight: 700;
	text-align: center;
	background-color: #e6e6e6;
}

/* NIC COMPANY > HISTORY */
.history-wrap {
	position: relative;
	margin-bottom: 150px;
}
.history-wrap .item {
	position: relative;
	padding: 0px 0 80px 350px;
}
.history-wrap .item:first-child {
	padding-top: 0;
}
.history-wrap .item:last-child {
	padding-bottom: 0;
}
.history-wrap .item:first-child:before {
	top: 33px;
}
.history-wrap .item:last-child:before {
	bottom: 10px;
}
.history-wrap .item:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 353px;
	width: 1px;
	background-color: #e0e0e0;
}
.history-wrap .item:first-child .year {
	top: 0;
}
.history-wrap .item .year {
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 3rem;
}
.history-wrap .item .year span {
	display: block;
	color: #e0e0e0;
}
.history-wrap .item .year span em {
	color: #222;
}
.history-wrap .history .name {
	padding-left: 66px;
}
.history-wrap ul:before {
	display: none;
}

.history-wrap .item .history-img{
	position: absolute;
	top: 150px;
	left: 0;
}
.history-wrap .item .history-img li{
	margin-top: 50px;
}

.history {
	position: relative;
}
.history .name,
.history li {
	position: relative;
}
.history .name i:before,
.history ul:before,
.history li:before {
	content: '';
	position: absolute;
	left: 0;
}
.history ul {
	position: relative;
}
.history ul:before {
	top: 10px;
	bottom: 10px;
	left: 3px;
	width: 1px;
	background-color: #e0e0e0;
}
.history li {
	padding-left: 170px;
}
.history li strong {
	position: absolute;
	top: 0;
	left: 60px;
}
.history .name {
	display: block;
	margin-bottom: 30px;
	font-size: 1.6rem;
}
.history .name i {
	position: absolute;
	top: 15px;
	left: -4px;
	width: 15px;
	height: 15px;
	padding: 5px;
	border: 1px solid #222;
	border-radius: 100%;
	background-color: #fff;
}
.history .name i:before {
	top: 3px;
	left: 3px;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background-color: #222;
}
.history .name span,
.mark {
	font-weight:500;
	/*
	background: rgb(255,255,255,0);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 65%, rgba(255,203,8,1) 65%, rgba(255,203,8,1) 100%);
	*/
}
.history li:first-child {
	margin-top: 0;
}
.history li {
	position: relative;
	margin-top: 30px;
}
.history li:before {
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background-color: #222;
}

/* NIC COMPANY > PARTNERS */
.partner-wrap {
	position: relative;
	margin-bottom: 150px;
}
.partner-logo {

}
.partner-logo ul{

	width: 100%;
	display:flex;
	flex-wrap:wrap;
}
.partner-logo ul:after{
	display: block;
	content:'';
	clear:both;
}
.partner-wrap li{
	
	padding:22px 20px;
	width:calc(100% / 5);
	height:70px;
	text-align: center;
	vertical-align: middle;
	/*border: 1px solid #eee;*/
	box-sizing: border-box;
}
.partner-wrap img{
	width: 50%;
}

/* BUSINESS */
/* BUSINESS > DX */
.dx-wrap {
	position: relative;
	margin-bottom: 150px;
}
.dx-wrap ul{
	margin-bottom: 50px;
	width: 100%;
display:flex;
align-items:flex-start;
}

.dx-wrap li {

	width: 50%;
	word-break: keep-all;
	box-sizing: border-box;
}
.dx-wrap li img{width:100%;}
.dx-wrap li > strong {
	display: block;
	font-size: 1.6rem;
	font-weight:500px;
	margin-bottom:5px;
}

.dx-wrap .dx-01 li:last-child,
.dx-wrap .dx-03 li:last-child {
	padding: 15px 20px;
}
.dx-wrap .dx-02 li:first-child,
.dx-wrap .dx-04 li:first-child {
	padding: 15px 20px;
}
.dx-wrap .dx-02 li:first-child {
	padding: 15px 20px;
}
.dx-01 li:first-child, 
.dx-03 li:first-child,
.dx-02 li:last-child,
.dx-04 li:last-child,
.dx-wrap ul li > strong,
.dx-wrap ul li > p {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.dx-01.on li:first-child {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}
.dx-01.on li:last-child strong {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}
.dx-01.on li:last-child p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.dx-03.on li:first-child {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}
.dx-03.on li:last-child strong {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}
.dx-03.on li:last-child p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}
.dx-02.on li:first-child strong {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}
.dx-02.on li:first-child p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}
.dx-02.on li:last-child {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0;
}

.dx-04.on li:first-child strong {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}
.dx-04.on li:first-child p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}
.dx-04.on li:last-child {
    opacity: 1;
    transform: translateY(0);
    transition-delay:0;
}

.works-slide-wrap{

}

.works-slide-wrap .works-img{
	width: 100%;
	height:100%;
}

.works-slide-wrap .works-img .bg01 {
	width: 100%;
	height: 1100px;
	background-image: url('../../img/content/img_works_main01.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
	transition: transform 1s ease;
}

.works-list{
	margin: 30px auto 0;
	max-width: 1200px;
width:100%;
padding-bottom:30px;
}
.works-list li{
border-bottom: 1px solid #e1e1e1;
position:relative;
z-index:1;
}
.works-list li:hover{
z-index:10;
}
.works-list li{
	color: #666;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 6.25vw;
   
    
    cursor: pointer;
    transition: all .85s ease-out;
    box-sizing: border-box;
    position: relative;
}

.works-list li .img {
	width: 140px;
}
.works-list li .title {
	padding-left:30px;
	width: 52.55%;
	font-size: 1.4063vw;
    font-weight: 700;
	color: #666;
	line-height: 28px;
	box-sizing: border-box;
}
.works-list li .tag {
	padding-right:30px;
	width: 47.45%;
    line-height: 50px;
    color: #b1b1b1;
    font-size: 1.7708vw;
    font-weight: 700;
    letter-spacing: 0;
    
    text-align: right;
	box-sizing: border-box;
}
.works-list li:hover { 
    background: linear-gradient(to right,  rgba(255, 255, 255, 0) 50%, #2279bf 50%); 
    background-size: 200% 100%; 
    background-position: right bottom; 
} 
.works-list li:hover  { 
    color: #fff; 
    transition: all .75s ease;

} 
.works-list li:hover .title,
.works-list li:hover .title > a  { 
    color: #fff; 
    transition: all .75s ease; 
} 
.works-list li:hover .tag { 
    right: 40px; 
	color:#fff;
}
.works-list li .summary {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    width: 100%;
    padding: 15px 30px;
    background: #2279bf;
    color: #fff;
    font-size: 1.4063vw;
    line-height: 1.6;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 1;
}
.works-list li:hover .summary {
    opacity: 1;
    visibility: visible;
}
.works-list li > a{display:flex;width:100%;}
.works-list li .new-contents{
	width:100%;
	display:flex;justify-content:space-between;align-items:center;
}
.works-list .more{
	display: block;
	margin: 50px auto;
	width: 120px;
	font-size: 2.4rem;
    font-weight: 900;
	color: #fff;
	-webkit-text-stroke: 1px #666;
	text-align: center;
} 

/* BUSINESS > AI */
.ai-wrap {
	position: relative;
}


.company-title-img{
	max-width:850px;
	margin:100px auto 0;
}
.contact_1{display:flex !important;width:100% !important;flex-wrap:wrap;}
.contact_1 .contact_tit{margin-right:50px;}
@media all and (max-width: 1300px) {
.overview-wrap:before{
	height:480px;
}
.overview-wrap ul{
	align-items:center;
}
.ceo-message-box{
	padding-top:0 !important;
}
}

@media all and (max-width: 1279px) {

}
@media all and (max-width: 633px) {
.contact_1{flex-direction:column;}
}

@media (max-width: 768px) {
	.inner .section-title{
		font-size:4.2667vw
	}
	.dx-wrap ul{flex-direction:column;align-items:center;width:100%;}
	.dx-wrap ul.dx-02,
	.dx-wrap ul.dx-04{flex-direction:column-reverse;}
	.dx-wrap li{width:100%;}
	.dx-wrap ul.dx-02 li:nth-child(1),
	.dx-wrap ul.dx-04 li:nth-child(1){padding:15px 20px;}
	.works-list li .title{font-size:3.7333vw;padding-left:15px;padding-right:15px;width:100%;line-height:1.3;;}
	.works-list li .tag{font-size:4.2667vw;padding-left:15px;padding-right:15px;width:100%;text-align:left;margin-top:5px;line-height:1.3;}
	.works-list:not(.news-hover-list) li{
		flex-direction:column;
		align-items:flex-start;
		justify-content:center;
		height:21.3333vw;
	}
.ceo-message-box{padding-top:60px !important;}
.works-list.news-hover-list li{
	height:auto;
}
.works-list.news-hover-list li > a{
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
	height:auto;
}
.works-list.news-hover-list li > a .new-contents{
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
	padding:15px 0;

}
.works-list li .summary{position:relative;left:auto;right:auto;bottom:auto;top:auto;opacity:1;visibility:visible;font-size:3.7333vw;color:#666;background-color:transparent;padding:15px;}
.works-list li:hover .summary{color:#fff;}

.dx-wrap{margin-bottom:75px;}
.manage-wrap{margin-bottom:80px;}
}
@media all and (min-width: 1921px){
	.works-list li, .works-list li a{height:120px;}
.works-list li .title{font-size:27px;}
.works-list li .tag{font-size:34px;}
.works-list li .summary{font-size:27px;}
}
@media (max-width: 600px) {
 .ceo-message-box{padding-top:40px !important;}

}
