@charset "utf-8";

@font-face{ 
    font-family:'NotoSansKR'; 
    src:url('../fonts/Noto_Sans_KR/NotoSansKR-Thin.otf'); 
    font-weight: 300; 
} 
@font-face{ 
    font-family:'NotoSansKR'; 
    src:url('../fonts/Noto_Sans_KR/NotoSansKR-Regular.otf'); 
    font-weight: 400; 
} 
@font-face{ 
    font-family:'NotoSansKR'; 
    src:url('../fonts/Noto_Sans_KR/NotoSansKR-Medium.otf'); 
    font-weight: 500; 
} 
@font-face{ 
    font-family:'NotoSansKR'; 
    src:url('../fonts/Noto_Sans_KR/NotoSansKR-Bold.otf'); 
    font-weight: 600; 
}    
@font-face{ 
    font-family:'NotoSansKR'; 
    src:url('../fonts/Noto_Sans_KR/NotoSansKR-Black.otf'); 
    font-weight: 700; 
}
@font-face{ 
    font-family:'Mukta'; 
    src:url('../fonts/Mukta/Mukta-Light.ttf'); 
    font-weight: 300; 
} 
@font-face{ 
    font-family:'Mukta'; 
    src:url('../fonts/Mukta/Mukta-Regular.ttf'); 
    font-weight: 400; 
} 
@font-face{ 
    font-family:'Mukta'; 
    src:url('../fonts/Mukta/Mukta-Medium.ttf'); 
    font-weight: 500; 
} 
@font-face{ 
    font-family:'Mukta'; 
    src:url('../fonts/Mukta/Mukta-SemiBold.ttf'); 
    font-weight: 600; 
}    
@font-face{ 
    font-family:'Mukta'; 
    src:url('../fonts/Mukta/Mukta-Bold.ttf'); 
    font-weight: 700; 
}  
@font-face{ 
    font-family:'Mukta'; 
    src:url('../fonts/Mukta/Mukta-ExtraBold.ttf'); 
    font-weight: 800; 
} 
/* Reset CSS */
body, div, input,select,textarea,a,button,h1,h2,h3,h4,h5,h6,table,p,span { font-family:'NotoSansKR', sans-serif;text-decoration: none; letter-spacing: -1.0px; font-weight: 400; }
ul, ol, li, a {list-style: none;} 
em, address {font-style: normal;} 
img {border: 0 none; font-size: 0;line-height: 0;} 
sup {position: relative;top: 2px;font-size: 11px;line-height: 100%;} 
table {border-collapse: collapse; border-spacing:0; } 
caption {overflow: hidden;width: 0;height: 0;font-size: 0; line-height: 0;} 
th, td { vertical-align: middle;/* white-space: nowrap */} 
a {color: #333; text-decoration: none; line-height: 1;} 
a:hover, a:focus, a:active {text-decoration: none; list-style: none; } 
a:visited {color: #333;} 
*, html {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
*, *:before, *:after {box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
button{border:0; background-color:#fff;}
h1,h2,h3,h4,h5,h6,p{margin:0;}


.clearBoth{
    clear: both;
}
body{
    width:100%;
}

/* default CSS  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    margin:0;
    padding:0;
    font-size: 16px;
}
body {
    line-height: 1;
    margin:0;
    padding:0;
    width:100%;
    min-width:1600px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    text-decoration: none;
}



/* 메인 */
header{
    width:100%;
    height: 6.25rem;
    border-bottom:1px solid #fff;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 9;
    min-width: 1600px;
}
header .wrap_header{
    width:100%;
    padding:0 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .wrap_header .logo{
    width: 10.625rem;
    height: 2.6875rem;
    display: flex;
    align-items: center;
}
header .wrap_header nav{
    width: 40.625rem;
    display: flex;
    justify-content: right;
    align-items: center;
}
header .wrap_header nav ul li{
    float: left;
    padding:15px 30px;
    text-align: center;
}
header .wrap_header nav ul li a{
    font-family: 'Mukta', sans-serif;
    font-size: 1.25rem;
    color:#00345E;
    font-weight: 700;
}
header .wrap_header nav ul li:hover a{
    color:#fff;
}
.Wrap_section{
    width:100%;
    height: 100%;
    font-family:'NotoSansKR',sans-serif ;
}
section{
    width:100%;
    height: 100vh;
    position:relative;
    min-width: 1600px;
}

.top_video{
    position: relative;
    overflow: hidden;
    margin-bottom:12.5rem;
}
.top_video video{
    width:100%;
}


/* 메인 솔루션 ---------------------------------------------------*/
.Wrap_solution{
    background-image: url(../img/solution_bg.png);
    background-repeat: no-repeat; 
    background-position: bottom;
}
.Wrap_solution .solution_bg{
    position: absolute;
    bottom:3.125rem;
    left:50%;
    transform: translate(-50%);
    animation-name: solution;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
@keyframes solution{
    0%{bottom:3.125rem;}
    50%{bottom:5rem;}
    100%{bottom:3.125rem;}
}
.Wrap_solution .solution{
    
    margin: 0 auto;
}
.Wrap_solution .solution .solution_left{
    width:50%;
    float: left;
    height: 31.25rem;
    position: relative;
}
.Wrap_solution .solution .solution_left h1{
    font-family: 'Mukta', sans-serif;
    font-size: 6.25rem;
    font-weight: 800;
    text-align: center;
    line-height: 8.75rem;
}
.Wrap_solution .solution .solution_left h3{
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.25rem;
    text-align: center;
    margin-top:3.125rem;
}

.Wrap_solution .solution .solution_left .more_btn{
    width:15.625rem;
    height: 3.75rem;
    border:1px solid #c6c6c6;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.125rem;
    color:#585858;
    font-family: 'Mukta', sans-serif;
    margin-top:5rem;
    position:absolute;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
    background: transparent;
    text-align: center;
    line-height: 3.75rem;
}
.Wrap_solution .solution .solution_left .more_btn::before{
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00447D;
    transition: 0.5s ease-in-out;
    z-index: -1;
}
.Wrap_solution .solution .solution_left .more_btn:hover{
    background-color: #00447D;
    color:#fff;
    transition: 0.5s ease-in-out;
}
.Wrap_solution .solution .solution_left .more_btn:hover::before{
    width:100%;
}
.Wrap_solution .solution .solution_left .more_btn img{
    position: absolute;
    right:1.5625rem;
    top:1.25rem;
    width:0.9375rem;
    height: 0.9375rem;
}
.Wrap_solution .solution .solution_left .more_btn:hover img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(350deg) brightness(105%) contrast(106%);
}
.Wrap_solution .solution .solution_right{
    width:50%;
    float: left;
    position: relative;
    text-align: center;
}
.Wrap_solution .solution .solution_right p{
    font-size: 1rem;
    font-weight: 500;
    margin-top:3.75rem;
}
.Wrap_solution .solution .solution_right .technologystack_img{
    margin-top: 5rem;
}
/* 메인 서비스------------------------------------------------*/
.Wrap_service{
    width:100%;
}
.Wrap_service .service_left{
    width:50%;
    float: left;
    height: 100vh;
}
.Wrap_service .service_left .slider-wrap{
    width:100%;
    position: relative;
}
.Wrap_service .service_left .slider-wrap li{
    width:100%;
    position:relative;
    top:0;
    left:0;
    display: none;
}
.Wrap_service .service_left .swiper-slide img.service_left_Bg{
    width:100%;
    height: 100%;
}
.Wrap_service .service_left .swiper-slide h3{
    position:absolute;
    bottom:20%;
    right:10%;
    font-size: 5rem;
    font-weight: 500;
    color:#fff;
    text-shadow: 2px 2px 6px #000;
    text-align: right;
    word-break: keep-all;
}
.Wrap_service .service_left .swiper-slide .more_btn{
    display: none;
}
.Wrap_service .service_left .swiper-slide .more_btn{
    width:15.625rem;
    height: 3.75rem;
    border:1px solid #fff;
    border-radius:0.3125rem;
    font-weight: 500;
    font-size: 1.125rem;
    color:#fff;
    font-family: 'Mukta', sans-serif;
    position:absolute;
    bottom:10%;
    right: 10%;
    cursor: pointer;
    background: transparent;
    z-index: 1;
    display: block;
    text-shadow: 1px 1px 4px #000;
    text-align: center;
    line-height: 3.75rem;
}

.Wrap_service .service_left .swiper-slide .more_btn::before{
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: 0.5s ease-in-out;
    z-index: -1; 
}
.Wrap_service .service_left .swiper-slide .more_btn:hover{
    background-color: #fff;
    color:#00447D;
    text-shadow: none;
    transition: 0.5s ease-in-out;
}
.Wrap_service .service_left .swiper-slide .more_btn:hover::before{
    width:100%;
}
.Wrap_service .service_left .swiper-slide .more_btn img{
    position: absolute;
    right:1.25rem;
    top:1.25rem;
    width:0.9375rem;
    height: 0.9375rem;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(350deg) brightness(105%) contrast(106%);
}
.Wrap_service .service_left .swiper-slide .more_btn:hover img{
    filter:invert(18%) sepia(76%) saturate(1905%) hue-rotate(188deg) brightness(50%) contrast(102%);
}
/* --- */
.slider-wrap-left .slick-slide{padding:0;}

.Wrap_service .service_right{
    width:50%;
    float: right;
    position:relative;
}
.Wrap_service h1{
    font-size: 5rem;
    font-weight: 800;
    font-family: 'Mukta', sans-serif;
    line-height: 8.75rem;
    padding-left: 52%;
    padding-top: 5%;
}
.Wrap_service .service_right ul{
    padding:0 5%;
    position: relative;
    width:80%;
}
.Wrap_service .service_right ul li{
    display: none;
}
.Wrap_service .service_right ul li.active{
    display: block;
}
.Wrap_service .service_right ul li h3{
    font-size: 1.125rem;
    line-height: 2rem;
    word-break: keep-all;
    width:70%;
}
.Wrap_service .service_right .service_right_content{
    width:100%;
    height: 100%;
}
.Wrap_service .service_right .service_right_content ul{
    width:100%;
    height: 50vh;
    margin-top:10%;
}
.Wrap_service .service_right .service_right_content ul li{
    width:50%;
    height:40vh;
    float: left;
    display: block;
    padding-right:5%;
    text-align: center;
    color:#585858;
    font-size: 1.125rem;
}
.Wrap_service .service_right .swiper-button-next, 
.Wrap_service .service_right .swiper-button-prev{
    top:98%;
    width:calc(var(--swiper-navigation-size)/ 3 * 34);
}
.Wrap_service .service_right .swiper-button-next:after, 
.Wrap_service .service_right .swiper-button-prev:after{
    font-size: 2rem;
}
.swiper-pagination span{
    padding:0 10px;
}
.swiper-pagination-current{
    font-weight: 600;
    color:#007ADE;
}
.Wrap_service .service_right_title ul{
    padding:0 5%;
    position: relative;
    width:80%;
}
.Wrap_service .service_right_title ul li h3{
    font-size: 1.125rem;
    line-height: 2rem;
    word-break: keep-all;
    width:70%;
}

.Wrap_service .service_right .service_right_content ul li img{
    width:100%;
    height: 100%;
}



/* 메인 뉴스 -------------------------------------------------*/
.Wrap_news{
    background-image: url(../img/news_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 50vh;
    border-bottom: 1px solid #ccc;
}
.Wrap_news h1{
    font-family: 'Mukta', sans-serif;
    font-size: 6.25rem;
    font-weight: 800;
    text-align: left;
    line-height: 140px;
    padding:40px 260px 0;
}

.Wrap_news h3{
    padding:0px 260px;
    font-size: 1.25em;
    font-weight: 500;
}
.Wrap_news .more_btn{
    width:15.625rem;
    height: 3.75rem;
    border:1px solid #c6c6c6;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.125rem;
    color:#585858;
    font-family: 'Mukta', sans-serif;
    position:absolute;
    left:16rem;
    margin-top:1.875rem;
    cursor: pointer;
    background: transparent;
    text-align: center;
    line-height: 3.75rem;
}

.Wrap_news .more_btn::before{
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00447D;
    transition: 0.5s ease-in-out;
    z-index: -1;
}
.Wrap_news .more_btn:hover{
    background-color: #00447D;
    color:#fff;
    transition: 0.5s ease-in-out;
}
.Wrap_news .more_btn:hover::before{
    width:100%;
}
.Wrap_news .more_btn img{
    position: absolute;
    right:1.5625rem;
    top:1.25rem;
    width:0.9375rem;
    height: 0.9375rem;
}
.Wrap_news .more_btn:hover img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(350deg) brightness(105%) contrast(106%);
}
.Wrap_news .news_icon{
    position: absolute;
    right:10rem;
    top:5rem;
}


/* 메인 문의하기 ------------------------------------------------ */
.Wrap_contact{
    background-image: url(../img/contactus_bg.png);
    background-repeat: no-repeat;
    background-position:top right;
    background-size: contain;
    height: 50vh;
}
.Wrap_contact .info_contact{
    width:50rem;
    margin-left: 10rem;
    text-align: left;
    padding: 5rem 5rem 28.5rem;
}
.Wrap_contact .info_contact h1{
    font-family: 'Mukta', sans-serif;
    font-size: 6.250rem;
    font-weight: 800;
    text-align: left;
    line-height: 8.75rem;
}
.Wrap_contact .info_contact h3{
    font-size: 1.25rem;
    font-weight: 500;
}
.Wrap_contact .info_contact p{
    margin-top:0.9375rem;
}
.Wrap_contact .info_contact .contact_btn{
    margin-top:2.5rem;
    background-color: #CCE0FF;
    color:#007ADE;
    width:12.5rem;
    height:3.125rem;
    text-align: center;
    border-radius: 3.125rem;
    font-size: 1.25rem;
    cursor: pointer;
    transition: all 0.5s;
}
.Wrap_contact .info_contact .contact_btn:hover{
    background-color: #007ADE;
    color:#fff;
    transition: all 0.5s;
}
/* 푸터 ---------------------------------------------------------- */
footer{
    width:100%;
    height: 15.625rem;
    background-color:#414141 ;
    color:#fff;
    font-size: 1rem;
    margin-top:10rem;
}
footer .footer_inner{
    width:100%;
    padding:0 160px;
}
footer .footer_inner .footer_logo{
    width:223px;
    height: 48px;
    float: left;
    margin-top:7.5rem;
}
footer .footer_inner .footer_top{
    width:60%;
    margin-left:6.25rem;
    float: left;
    border-bottom: 1px solid #ffffff2e;
}
footer .footer_inner .footer_top ul{
    height: 5rem;
    width:100%;
}
footer .footer_inner .footer_top ul li{
    float: left;
    line-height: 5rem;
    padding:0 10px;
    font-size: 1rem;
}
footer .footer_inner .footer_top ul li a{
    color:#fff;
    font-size: 1rem;
}
footer .footer_inner .footer_top ul li a:hover{
    color:#CCE0FF;
}
footer .footer_inner .company{
    float: left;
    width:80%;
}
footer .footer_inner .company ul{
    width:48.125rem;
    margin-left:6.25rem;
    margin-top:1rem;
}
footer .footer_inner .company ul li {
    float: left;
    line-height:2.5rem;
    padding: 0 10px;
    font-size: 1rem;
}
footer .footer_inner .copyright{
    float: left;
    color:#ffffff5e;
    margin-left:20.9375rem;
    margin-top:1.25rem;
}
footer .footer_inner .copyright p{
    font-size: 1rem;
}


/* 반응형 ------------------------------------------------------------- */

@media all and (min-width: 768px) and (max-width:1024px){
	html{
        font-size: 14px;
    }
    header .wrap_header nav ul li{
        padding:15px 20px;
    }
    .top_video .wrap_topText .top_text ul li:nth-child(2){
        margin-left:50%;
        margin-top:7%;
    }
    footer .footer_inner{
        padding:0 50px;
    }
    footer .footer_inner .footer_top{
        width:66%;
    }
    footer .footer_inner .company{
        width:75%;
    }
    footer .footer_inner .copyright{
        margin-left:23rem;
    }
}
@media all and (max-width: 767px) {
	html{
        font-size: 12px;
    }
    footer .footer_inner{
        padding:0 50px;
    }
    footer .footer_inner .footer_top{
        width:66%;
    }
    footer .footer_inner .company{
        width:75%;
    }
    footer .footer_inner .copyright{
        margin-left:7.5rem;
    }
    
}

