/*비주얼영역 시작*/
div#visual_wrap{
    width: 100%; height: 896px;
}
section#visual_inner{
    width: 100%; height: 100%;
}
div.visual_content{
    width: 100%; height: 100%;
    position: relative;
}
div.main_image{
    width: 100%; height: 50%;
    position: absolute;
    left:0px; bottom: 0px;
    overflow: hidden;
}
div.mi_wrap{
    width: 100%; height: 100%;
}
div.visualtext_wrap{
    width: 1280px; margin: 0px auto;
}
p.visual_text{
    position: absolute;
    bottom: 37%;
}
p.visual_text span{
    display: block;
}
p.visual_text span:first-child{
    font-family: 'Noto Sans KR';
    font-weight: 300;
    font-size: 1.5em;
    color: #0E0F1B;
    margin-bottom: 10px;
}
p.visual_text span:nth-child(2){
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 6.88em;
    color: #0E0F1B;
}
p.visual_text span:nth-child(3){
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 6.88em;
    color: #ffffff;
}
.swiper-pagination-bullet { width: 6px; height: 6px; background: #fff; border: 0; opacity: 0.7; vertical-align: middle;}
.swiper-pagination-bullet-active { width: 14px; height: 14px; transition: .5s; background: transparent; border-radius: 50%; border: 1px solid #ffffff; opacity: 0.7;}
/*비주얼영역 끝*/
/*contents시작*/
/*about 시작*/
div#contents_wrap{
    width: 100%; height: auto; 
}
div.area{
    width: 100%; height: 100%;
}
section.area_inner{
    width: 1280px; height: 100%;
    margin: 0px auto;
    padding-top: 10em; padding-bottom: 12.5em;
    box-sizing: border-box;
}
h3.area_title{
    font-family: 'Montserrat';
    font-size: 1.13em;
    font-weight: 300;
    color: #9C9C9C;
    letter-spacing: 0.63em;
    text-align: center;
    margin-bottom: 4.75em;
}
div#about_text{
    text-align: center;
    font-family: 'Noto Sans KR';
    color: #333;
}
div#about_text p:first-child{
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 3.75em;
}
div#about_text p:nth-child(2){
    font-size: 1.13em;
    font-weight: 300;
    line-height: 1.63em;
    margin-bottom: 8.75em;
    word-break: break-word;
    width: 716px;
    margin: 4em auto 4.5em auto;
}
ul#about_list{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}
ul#about_list li{
    float: left;
    width: 20%;
    text-align: center;
}
ul#about_list li img{
    margin-bottom: 16px;
}
ul#about_list li:last-child img{
    margin-bottom: 26px;
}
ul#about_list li p.al_title{
    font-family: 'Noto Sans KR';
    font-weight: 700;
    font-size: 1.13em;
    color: #333;
    margin-bottom: 0.75em;
}
ul#about_list li p.al_text{
    font-family: 'Noto Sans KR';
    font-weight: 300;
    font-size: 1em;
    line-height: 1.25em;
    color: #555555;
	padding: 0 1.75em;
    word-break: break-word;
	box-sizing:border-box;
}
/*about 끝*/
/*it service시작*/
section#itservice_inner{
    width: 100%; height: 100%;
    margin: 0px auto;
    padding-top: 10em;
    box-sizing: border-box;
}
div.areatext_wrap{
    padding: 0 16px;
    box-sizing: border-box;
}
p.area_text{
    font-family: 'Noto Sans KR';
    font-weight: 300;
    font-size: 1.5em;
    color: #333;
    text-align: center;
    line-height: 1.625em;
    margin-bottom: 3.75em;
}
p#mq_br{
	width:494px;
	margin: 0 auto 3.75em;
}
ul#itservice_list{
    width: 100%;
    height: 667px;
}
ul#itservice_list li{
    width: 25%; height: 100%;
    float: left;
    padding: 4.75em 4%;
    box-sizing: border-box;
    position: relative;
}
/* ul#itservice_list li:hover .blur{
    animation: blurEffect 1s ; animation-fill-mode: both;
} */
div.blur{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.2;
}
ul#itservice_list li p.it_title{
    font-family: 'Montserrat';
    font-size: 2.25em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.625em;
}
ul#itservice_list li p.it_text{
    font-family: 'Noto Sans KR';
    font-weight: 300;
    font-size: 1em;
    color: #fff;
    opacity: 0.7;
}
/*it service끝*/
/*business area 시작*/
ul#business_list{
    width: 100%; height: 100%;
    box-sizing: border-box; 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    border-top: 1px solid #333;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 6.25em;
}
ul#business_list li{
    width: 25%;
    padding: 4.75em 2.5em; 
    box-sizing: border-box;
    text-align: center;
    position: relative;
    transition: .2s ease;
}
ul#business_list li::after{
    content: "";
    display: block;
    width: 1px;
    height: 70%;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 19%;
}
ul#business_list li:hover{
    background: #D34C4F;
}
ul#business_list li:hover::after,
ul#business_list li:last-child::after{
    display: none;
}
ul#business_list li:hover p.bl_title,
ul#business_list li:hover p.bl_text,
ul#business_list li:hover a{
    color: #ffffff;
}
ul#business_list li p.bl_title{
    font-family: 'Noto Sans KR';
    font-weight: 500;
    font-size: 1.5em;
    color: #333;
    margin-bottom: 2em;
}
ul#business_list li p.bl_text{
    font-family: 'Noto Sans KR';
    font-weight: 300;
    font-size: 1em;
    line-height: 2em;
    color: #333;
    /* margin-bottom: 3.125em; */
}
ul#business_list li a{
    display: block;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 0.875em;
    font-weight: 700;
    color: #666666;
    position: absolute;
    bottom: 2.75em;
    left: 50%;
    margin-left: -50px;
}
ul#business_list li a::after{
    content: url(../img/arrow_gray.png);
    position: relative;
    top: 5px;
    right: -5px;
}
ul#business_list li:hover a::after{
    content: url(../img/arrow_white.png);
}
a#business_contact{
    display: block;
    text-decoration: none;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 1.375em;
    font-weight: 700;
    color: #4A4A4A;
    transition: .2s ease;
}
/* a#business_contact::after{
    content: "";
    display: inline-block;
    width: 1.75em; height: 1.75em; border-radius: 50%;
    border: 1px solid #A1A1A1; 
    box-sizing: border-box;
    position: relative;
    top: 12px;
    left: -7px;
} */
a#business_contact:hover{
    color: #D34C4F;
}
a#business_contact img{
    position: relative;
    top: 5px;
    left: 24px;
}
a#business_contact:hover img{
    animation: arrowMove .8s ease-in-out infinite;
}
.swiper-button-next{
    background-image: url(../img/sp_custom_next.png);
    width: 2.75em; height: 2.75em;
    background-size: 2.75em 2.75em;
}
.swiper-button-prev{
    background-image: url(../img/sp_custom_prev.png);
    width: 2.75em; height: 2.75em;
    background-size: 2.75em 2.75em;
}
/*business area 끝*/
/*contents 끝*/


/*미디어쿼리*/
@media screen and (max-width:1280px){
    p.visual_text span{
        margin-left: 16px;
    }
    section.area_inner{
        width: 98%;
    }
}
@media screen and (max-width:768px){
    p.visual_text{
        font-size: 12px;
        bottom: 40.4%;
    }
	p.visual_text span:first-child{
        font-size: 14px;
    }
	div#about_text p:nth-child(2){
		width:100%;
	}
    section#about_inner,
    section#business_inner,
    section#news_inner{
        font-size: 12px;
        padding-left: 16px;
        padding-right: 16px;
    }
    section#itservice_inner{
        font-size: 12px;
    }
    ul#about_list li{
        width: 33%;
        margin-bottom: 20px;
    }
    ul#about_list li img{
        max-width: 80px;
    }
    ul#about_list li:nth-child(4) img{
        max-width: 94px;
    }
    ul#about_list li:last-child img{
        max-width: 70px;
        margin-bottom: 10px;
    }
	div.blur{
        display: none !important;
    }
    ul#itservice_list li{
        width: 50%; 
        height: 50%;
    }
    ul#business_list li{
        width: 50%;
    }
    ul#business_list li:first-child{
        border-bottom: 1px solid #d1d1d1;
    }
    ul#business_list li:nth-child(2){
        border-bottom: 1px solid #d1d1d1;
    }
    ul#business_list li:nth-child(2)::after{
        display: none;
    }
    ul#business_list li a{
        margin-left: -36px;
    }
    ul#business_list li a::after{
        top: 6px;
        right: 2px;
    }
    a#business_contact::after{
        top: 10px;
        left: -15px;
    }
    a#business_contact img{
        top: 7px;
        left: 12px;
    }
    div#news_area::after{
        font-size: 10.375em;
        left: -288px;
    }
}                
@media screen and (max-width:640px){
    div#visual_wrap{
        height: 420px !important;
    }
    p.visual_text{
        font-size: 6px;
    }
    ul#about_list li{
        width: 50%;
    }
    ul#itservice_list{
        height: 420px;
        text-align: center;
    }
    ul#business_list li{
        padding: 1.563em 0.625em; 
    }
	p#mq_br{
		width:100%;
	}
}


/*animation*/
.visual_text span{opacity:0;transform:translate(0, 20px);}
.swiper-slide-active .visual_text.show span:nth-of-type(1){animation: fadeIn1 .4s ease-in-out .8s ;animation-fill-mode: both;}
.swiper-slide-active .visual_text.show span:nth-of-type(2){animation: fadeIn1 .4s ease-in-out 1.8s ;animation-fill-mode: both;}
.swiper-slide-active .visual_text.show span:nth-of-type(3){animation: fadeIn1 .4s ease-in-out 2.8s ;animation-fill-mode: both;}
.main .visual_text.show .desc{animation: fadeIn2 .8s ease-in-out 3.6s;animation-fill-mode: both;}
.swiper-slide-active .main_image.zzz .mi_wrap {animation: imgfade 4.5s ease-in-out;}
@keyframes fadeIn1 {
	0%{
		opacity:0;transform:translate(0,20px);
	}
	100%{
		opacity:1;transform:translate(0,0); animation-iteration-count:infinite;
	}
}
@keyframes imgfade{
    0%{
        opacity:0; transform: scale(1.2);
    }
    100%{
        opacity:1; transform: scale(1);
    }
}
@keyframes arrowMove{
    0%{
        opacity:0; transform: translate(0,0);
    }
    100%{
        opacity:1; transform: translate(10px,0);
    }
}
@keyframes blurEffect{
    0%{
        opacity:0.2; height: 100%;
    }
    100%{
        opacity:0; height: 0;
    }
}