@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.mo-nav-btn{
	display: none;
}
.mo_smart_txt_sub, .mo_soft_tit, .mo_case_tit, #case .myCaseSwiper, #m_header, #mo_bar{
    display: none;
}
/* 포트폴리올 사이트 바로가기 버튼 */
.go-view p{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.go-view:hover  {
	text-decoration: none;
}
.go-view:hover p span, .go-view:hover p{
	color: #0054ef;
	font-weight: 400;
}

@media screen and (max-width:500px){
	.go-view p{
		font-size: 14px;
	}
	.go-view:hover p span{
		font-size: 18px;
	}
}

.port-img img{
	width: 100%;
}
.portfolio-h1{
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -1;
	padding-left: 30px;
	margin-bottom: 30px;
}

@media (max-width:970px){
	.portfolio-h1{
		padding-left: 0;
		font-size: 16px;
	}
}
/*팝업-공지*/
.popup-wrap {
    position: fixed;
    z-index: 100;
    cursor: move;
}

#popup1{
    width: 520px;
    background-color: #0c2b59;
    background-image: url("../images/popup/kcubefarm_popupbg0.png");
    background-size: cover;
    top:10%;
    left: 10%;
}

#popup2 {
    width: 520px;
    background-image: url();
    background-size: cover;
    top: 10%;
    left: calc(10% + 520px);
}

.popup-close {
    margin: 3% 4% 0 0;
    float: right;
    cursor: pointer;
    width: 28px;
}

.popup-image img{
    width: 100%; 
}

.popup-video {
    margin-top: 10px;
    text-align: center;
}

.popup-control {
    padding: .5rem 1rem; background-color: white;
}

#popup1 p{
    font-size: 12px;
    margin-left: 50px;
    margin-bottom: 5px;
    color: #797979;
}

#popup2 .popup-close {
    position: absolute;
    top: 0;
    right: 0;
}

/*회사소개서 다운*/
.a_down{
    height: 50px;
    display: block;
    line-height: 50px;
    font-size: 15px;
    width: 80%;
    float: right;
    font-weight: bold;
}
.a_down span img{   
    width: 41px;
    margin-left: 10px;
}
.a_down:hover, .a_down:hover img svg{
    color: #ED6B0D;
    fill: #ED6B0D;
}

.down {
    background-color:rgba(0,0,0,.6);
    -webkit-transition-duration:0.4s;
    -webkit-transition-timing-function:ease;
    transition-duration:0.4s;
    transition-timing-function:ease;
  }

#header1{
    overflow: hidden;
}

#header1 .inner .logo{
    display: flex;
    height: 30px;
    padding: 25px 0;
}

#header1 .inner .logo img{
    width: 100%;
}

#header1 .inner #nav{
    display: flex;
}

#header1 .inner #nav ul{
    display: flex;
}

#header1 .inner #nav ul li{
    justify-content: space-between;
    font-weight: lighter;
    line-height: 80px;
}

#mainVisual{
    width: 100%;
    height: 970px;
    overflow: hidden;
    position: relative;
}

.visual01 .img {
    background-image: url(/images/main/main_slide1.png);
}

.visual02 .img {
    background-image: url(/images/main/main_slide2.png);
}

.visual03 .img {
    background-image: url(/images/main/main_slide3.png);
}

.swiper-slide .img {
    width: 100%;
    height: 970px;
    /* background-position: 50%; */
    background-repeat: no-repeat;
    background-size: cover; 
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 5s 1s;
    transition: -webkit-transform 5s 1s;
    transition: transform 5s 1s;
    transition: -webkit-transform 5s 1s;
}

.swiper-slide-active .img {
    -webkit-transform: scale(1) rotate(0.1deg);
            transform: scale(1) rotate(0.1deg);
}
#mainVisual .swiper-button-next {
    background: url(/images/main/next.svg) no-repeat;
    /* background-size: 50% auto; */
    background-position: center;
    opacity: .5;
  }
  
#mainVisual .swiper-button-prev {
    background: url(/images/main/prev.svg) no-repeat;
    background-position: center;
    opacity: .5;
}
#mainVisual .swiper-button-next:hover, #mainVisual .swiper-button-prev:hover{
      opacity: 1;
} 
  
#mainVisual .swiper-button-next::after,
#mainVisual .swiper-button-prev::after {
    display: none;
  }
/** 슬라이드 텍스트**/

.maincopy {
    position: absolute;
    font-size: 20px;
    color: #000;
    opacity: 0;
    top:50%;
    left: 50%;
    font-family: 'Noto Sans KR', sans-serif;
    transform: translate(-50%,-50%);
}

.swiper-slide-active .maincopy{
    animation: move 2s alternate forwards;
}

@keyframes move {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.maincopy p{
    padding: 3% 0;
    text-align: center;
    color: #fff;
}

.maincopy .sub1{
    font-weight: 100;
    font-size: 30px;
}

.maincopy .main{
    font-weight: 100;
    font-size: 45px;
    font-weight: bold;
}

.maincopy .sub2{
    font-size: 18px;
}
.maincopy3 p{
    color: #fff;
    padding: 4% 0;
}
    
/** 소프트웨어 **/
#software{
    width: 100%;
    height: 700px;
    background-image: url(../images/main/soft_mainimg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    font-family: 'Noto Sans KR', sans-serif;
}

#software .soft_tit{
    padding: 50px 0;
    position: absolute;
    width: 100%;
    top: 65px;
    z-index: 2;
}

#software .soft_tit h1, #software .soft_tit .ko_name{
    text-align: center;
    color: #fff;
}

#software .soft_tit h1{
    font-size: 42px;
    letter-spacing: 1.5px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
}

#software .soft_tit .ko_name{
    margin-top: 25px;
    font-size: 18px;
    letter-spacing: 20px;
    font-weight: 300;
    font-family: 'Noto Sans KR', sans-serif;
}

#software .soft_txt{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    top:0;
    height: 700px;
    overflow: hidden;
}

.sf, .sh, .sfa, .hp, .app {
    position: relative;
    width: 20%;
    height: 100%;
    border-right:1px solid rgba(144,144,144,0.5) ;
    overflow: hidden;
}

.sf .back_bg, .sh .back_bg, .sfa .back_bg, .hp .back_bg, .app .back_bg{
    width: 100%;
    height: 700px;
    position: absolute;
    top:0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition-timing-function: linear; 
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .6s .1s;
    transition: -webkit-transform .6s .1s;
    transition: transform .6s .1s;
    transition: -webkit-transform .6s .1s;
}

.sf:hover .back_bg, .sh:hover .back_bg, .sfa:hover .back_bg, .hp:hover .back_bg, .app:hover .back_bg{
    -webkit-transform: scale(1.1) rotate(0.1deg);
            transform: scale(1.1) rotate(0.1deg);
    border-left:1px solid rgba(144,144,144,0.5) ;
}

.sf .back_bg{
    background-image: url(../images/main/sec2_img1.png);
}

.sh .back_bg{
    background-image: url(../images/main/sec2_img2.png);
}

.sfa .back_bg{
    background-image: url(../images/main/sec2_img3.png);
}

.hp .back_bg{
    background-image: url(../images/main/sec2_img4.png);
}

.app .back_bg{
    background-image: url(../images/main/sec2_img5.png);
}

#software .soft_txt .txt_box .txt_sub{
    width: 100%;
    position: absolute;
    top:370px;
}

#software .soft_txt .txt_box .txt_sub .img_icon{
    margin: 0 auto;
    width: 137px;
    height: 165px;
}

#software .soft_txt .txt_box .txt_sub .img_icon_resize{
    width: 141px;
}

#software .soft_txt .txt_box .txt_sub .img_icon img{
    width: 100%;
}

#software .soft_txt .txt_box:hover .txt_sub .img_icon svg g path,
#software .soft_txt .txt_box:hover .txt_sub .img_icon svg g circle,
#software .soft_txt .txt_box:hover .txt_sub .img_icon svg g rect,
#software .soft_txt .txt_box:hover .txt_sub .img_icon svg g text{
    /* fill:#ffd452; */
    fill:#00ffe4;
    
}

#software .soft_txt .txt_box:hover .txt_sub .img_icon svg g .change_box{
    fill:#231F20;
    font-weight: bolder;
}


.en_softname{
    text-align: center;
    white-space:pre-line;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 2;
    font-family: 'Noto Sans KR', sans-serif;
}

.ko_softname{
    margin-top: 8px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
}

.sh_img, .hp_img, .app_img{
    padding-top: 20px;
}

.en_sof_pad{
    padding-top: 20px;
}

/** 구축사례 **/
#case{
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0 30px 0;
    width: 100%;
    height: 580px;
    overflow: hidden;
    font-family: 'Noto Sans KR', sans-serif;
}

#case .case_name{
    width: 35%;
    z-index: 2;
    background-color: #fff;
}

#case .case_name p{
    padding-left: 250px;
    padding-top: 80px;
}

#case .case_name p:first-child{
    font-weight: bold !important;
    font-size: 40px;
    font-weight: lighter;
    font-family: 'Noto Sans KR', sans-serif;
}

#case .case_name p:last-child{
    font-size: 20px;
    font-weight: lighter;
    padding-top: 35px;
}

#case .case_list{
    position: relative;
    width: 35%;
}

#case .case_list .swiper-wrapper .swiper-slide img{
    width: 100%;
}

/** 슬라이드 버튼 위치 변경 **/
#case .case_list .caseSwiper{
    display: block;
}
#case .case_list .caseSwiper, #case .case_list .myCaseSwiper{
    position:static !important;
}

#case .case_list .swiper-button-prev{
    left: -420px;
    width: 60px;
    height: 60px;
    border: .5px solid #93c4ed;
}

#case .case_list .swiper-button-next{
    left: -361px;
    width: 60px;
    height: 60px;
    border: .5px solid #93c4ed;
}

#case .case_list .swiper-button-next,
#case .case_list .swiper-button-prev{
    color: #005dab !important;
}

#case .case_list .swiper-pagination-bullet-active{
    background-color: #005dab;
}

.view_case{
    position: absolute;
    top:320px;
    left:-415px;
    z-index: 2;
    display: none;
}

.view_case a{
    font-weight: lighter;
    color: #595959;
}

.view_case a:hover{
    font-weight: 500;
    color: #005dab;
}

.view_case a::before{
    content: ">>";
    position: absolute;
    top: 0;
    left: 50px;
}

.view_case a:hover::before{
    left: 50px;
    transition: .5s linear;
    animation: move2 1s infinite alternate;
}

@keyframes move2 {
    0%{
        left:50px;
    }

    100%{
        left:55px;
    }
}


/** 구축사례 **/ 
.sec_name{
    text-align: center;
    font-size: 36px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
}

.tab{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    overflow:hidden;
}

.tab_ul{
    margin:50px 0;
    box-sizing:border-box;
}

.tab_ul:after{
    content:"";
    display:block;
    clear:both;
    visibility: hidden;
}

.tab_ul li{
    width:20%;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: lighter;
    float:left;
    font-size: 18px;
    box-sizing:border-box;
    padding:15px 20px 10px 20px;
    margin:0 0 50px 0;
    white-space: pre-line;
    background-color: #fafafa;
    text-align: center;
    border: 1px solid #f0f0f0;
}

.tab_ul li span.engName{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: lighter;
    font-size: 14px;
    line-height: 2;
}

.tab_ul li:hover{
    border-top: 1px solid #0054ef;
    border-left: 1px solid #0054ef;
    border-right: 1px solid #0054ef;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.tab_ul li.active{
    border-top: 1px solid #0054ef;
    border-left: 1px solid #0054ef;
    border-right: 1px solid #0054ef;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.case_page{
    max-width: 1400px;
    max-height:1400px;
    margin:0 auto;
    position: relative;
}

.case_sf, .case_sh, .case_sfar, .case_hp, .case_app{
    position: absolute;
    top:0;
    left: 0;
    opacity: 0;
}

.case_view{
    margin:50px -20px;
    box-sizing:border-box;
}

.case_view:after{
    content:"";
    display:block;
    clear:both;
    visibility: hidden;
}

.case_view li{
    width: calc(25% - 40px);
    height: 320px;
    float:left;
    box-sizing:border-box;
    margin:0 20px 70px 20px;
    position: relative;
}

.case_sfar_view li{
    width: 30%;
    height: 320px;
    float:left;
    box-sizing:border-box;
    padding:0 20px;
    margin:0 0 50px 0;
    position: relative;
}

.case_view li:hover .project{
    opacity: 1;
}

.case_view li img, .case_sfar_view li img{
    width:100%;
    height:100%;
}

.case_view li .case_txt{
    width: calc(100% - 40px);
    height: calc(90px - 40px);
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    bottom: 0;
    padding: 20px;
}

/** 3개가 최대 일때 **/
.case_sfar_view li .case_txt{
    width: calc(327.5px - 40px);
    height: calc(90px - 40px);
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    bottom: 0;
    left: 20px;
    padding: 20px;
}

.case_view li .hp_case_txt{
    width: calc(320px - 40px);
    height: calc(90px - 40px);
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    bottom: 0;
    left: 20px;
    padding: 20px;
}

.case_view li .hp_case_txt p{
    padding-left: 10px;
    font-family: 'Noto Sans KR', sans-serif;
}

.case_view li .case_txt p{
    padding-bottom: 10px;
}

.case_view li .case_txt .tag{
    position: absolute;
    width: 80px;
    height: 35px;
    background-color: #0054ef;
    top:0;
    right: 0;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

.case_view li .case_txt .tag1{
    background-color: #2cce9a;
}

.case_view li .project{
    width: calc(100% - 120px);
    height: calc(318px - 80px);
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    top:0;
    padding: 40px 60px;
    z-index: 10;
    opacity: 0;
    overflow-y: scroll;
}

/** 3개가 최대 일때 **/
.case_sfar_view li .project{
    width: calc(327px - 120px);
    height: calc(320px - 80px);
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    top:0;
    left: 20px;
    padding: 40px 60px;
    z-index: 10;
    opacity: 0;
}

.case_view li > .project.view{
    opacity: 1;
}

.case_view li .pro_over{
    overflow-y: scroll !important;
    width: calc(100% - 108px);
    height: calc(320px - 80px);
    padding: 40px 54px;
}

.case_view li .project:hover{
    border: 1px solid #0054ef;
}

.case_view li .project1:hover{
    border: 1px solid #2cce9a;
}

.case_view li .project .project_txt, .case_view li .project .project_txt1{
    white-space:pre-line;
    position: relative;
    margin: 0 auto;    
    line-height: 1.4;
    margin-top: 15px;
}

.case_view li .project .project_txt::before{
    content: "";
    width: 14px;
    height: 14px;
    background-color: #0054ef;
    border-radius: 50%;
    position: absolute;
    top:45%;
    left: -13%;
}

.case_view li .project .project_txt1::before{
    content: "";
    width: 14px;
    height: 14px;
    background-color: #2cce9a;
    border-radius: 50%;
    position: absolute;
    top:45%;
    left: -13%;
}

/** 홈페이지 뷰 **/

.case_view li .project .project_view{
    white-space:pre-line;
    position: relative;
    margin: 0 auto;    
    line-height: 1.4;
    margin-top: 15px;
    padding: 10px 0;
    border-radius: 50px;
    top:35%;
    border:1px solid #0054ef;
    text-align: center;
}

.case_view li .project .project_view:hover{
    background-color: #0054ef;
    color: #fff;
}
@media (max-width:1600px){
	#header .innerHeader{
		width: 100%;
	}
}

@media (max-width:1366px){
    
    #container{
        width: 100%;
    }
    #case{
        height: 480px;
    }
    #case .case_name p{
        padding-left: 20%;
        padding-top: 10%;
    }
    #case .case_list .swiper-button-prev {
        left: -390px;
    }
    #case .case_list .swiper-button-next {
        left: -332px;
    }
    #header .innerHeader #gnb {
		margin-left: 0;
	}
    #header .innerHeader #lnbMenu {
        width: auto;
    }

    /*팝업-공지*/
    #pop-up{
        top: 10%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #pop-up .close{
        width: 18px;
    }
    #pop-up .close img{
        width: 100%;
    }
    
}
@media (max-width:1290px){

    #header .innerHeader{
		width: 100%;
		align-items: center;
	}
	#header .innerHeader h1{
		width: 137px;
		display: block;
	}
	#header .innerHeader h1 a img{
		width: 100%;
	}
}
@media (max-width:1024px){
    /*회사소개서 다운로드*/
    .a_down span img{   
        width: 41px !important;
        margin-left: 10px;
    }
    #wrap{
        width: 100%;
        height: 100%;
    }
    #content{
        width: 100%;
        height: 100%;
        padding: 20px 25px 70px 25px;
    }
    #aside{
        display: none;
    }
    .mo-nav-btn{
		display: block;
	}
    #header .innerHeader #gnb, #header .innerHeader #lnbMenu{
		display: none;
	}
    .greeting{
        height: 100% !important;
        background-image: none;
    }
    #pageInfo h2.pageTitle {
        font-size: 20px;
        line-height: 90px;
    }
    /*코코스협동조합*/
    .greeting > p > a > img{
        width: 160px;
    }
    /*연혁*/
    .history {
        width: 100%;
    }
    .history .historyYear {
        width: 85px;
    }
    /*인증서*/
    .certificate{
        width: 100%;
    }
    .certificate a img{
        width: 100%;
    }
    /*주요고객사*/
    .partList li.first{
        margin-left: 24px;
    }
    /*스크래치과정*/
    .tabSec ul li a {
        display: block;
        padding: 7px 5px;
    }
    /*스마트 팩토리 해썹 팜*/
    .smart{
        width: 100%;
    }
	.smart img{
        width: 100%;
    }
    /*제품안내*/
    .imgBox img {
        width: 100%;
    }
    /*구입안내*/
    .pro_askBox, .eduaskBox, .eduaskBox{
        background-image: none;
    }
    /*컨설팅안내*/
    #page p img{
        width: 100%;
    }
    /*교육일정*/
    .tableData{
        width: 100%;
    }
    /*로봇*/
    .robotBox p.txt{
        padding-right: 0;
    }
    .robotBox.bg01 p.txt, .robotBox.bg02 p.txt, .robotBox.bg03 p.txt{
        background-image: none;
    }
    .tempH3Txt {
        font-size: 1.3em;
    }
    /*채용정보*/
    .boardList td.tlt {
        width: 40%;
    }
    /**/
    .boardReadHeader h3.title{
        font-size: 14px;    
    }
    .boardReadHeader .datainfo{
        top: 35px;
        font-size: 10px;
    }

    /*로그인*/
    .login .loginBox {
        width: 90%;
        position: absolute;
        left: 0;
        top: 185px;
    }
	.login .inputTxt {
		width: 50%;
	}
	.login .title{
		border: 1px solid #fff;
	}

    /*팝업*/
    #useAgreement, #privacyAgreement, #emailPolicy, #sitemap{
        width: 100%;
        left: 0;
        right: 0;
        margin: 0;
    }
    
    .login ul {
        position: relative;
        background-color: unset;
        background-image: none;
        padding: 100px 0 0 10px;
    }
    #footer{
        height: 100%;
    }
    #footer .footerInner{
        width: 80%;
    }
    #footer .footerNavi li{
        padding: 0 5px;
    }
    #footer .footerNavi li a{
        font-size: 12px;
    }
    #mo_bar{
        display: block;
        cursor: pointer;
        position: fixed;
        top: 0;
        background-color: rgb(0, 0, 0, 0.5);
        z-index: 500;
        width: 100%;
        height: 60px;
        padding: 1% 4%;
    }
    #mo_bar .mo_logo{
        float: left;
    }
    #mo_bar .mo_ham{
        display: grid;
        align-items: center;
        justify-content: center;
        z-index: 999;
        width: 50px;
        height: 50px;
        float: right;
    }
    #m_header{
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        margin: 0 auto;
        height: 100%;
        padding: 0;
        z-index: 999;
        border-bottom: 1px solid #646464;
        background-color: #ffffff;
    }
    #m_header .close{
        position: absolute;
        top: 2%;
        right: 5%;
        z-index: 990;
        width: 30px;
        height: 30px;
    }
    #m_header .close img{
        width: 100%;
    }
    #m_header .innerHeader{
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        z-index: 900;
    }
    #m_header .innerHeader .m_top{
        width: 100%;
        height: 230px;
        background-color: #323334;
        padding: 5%;
        position: relative;
    }
	#m_header .innerHeader .m_top #lnbMenu{
		width: 100%;
	}
    #m_header .innerHeader .m_top h1{
        width: 100px;
        height: 39px;
        position: absolute;
        top: 14px;
    }
    #m_header .innerHeader .m_top h1 a img{
        width: 100%;
    }
    #m_header .innerHeader .m_top .m_top_txt{
        color: #fff;
        position: absolute;
        bottom: 17%;
    }
    #m_header .innerHeader .m_top .m_top_txt p{
        line-height: 1.8;
    }
    #m_header #gnb {
        width: 100%;
        height: 70%;
        margin: 0;
        z-index: 900;
    }
    #m_header #topmenu {
		width: 100%;
        height: 100%;
        padding: 0;
        overflow-y: scroll;
    }
    #m_header #gnb #topmenu > li{
        text-align: center;
        float: none;
        margin-right: 0;
		width: 	100%;
		border-bottom: 1px solid #ffffff;
    }
    #m_header #gnb #topmenu > li > a{
        color: #323334;
        font-size: 14px;
        line-height: 1;
		width: 100%;
		position: unset;
		margin: 0 auto;
		padding: 1rem 0;
		background-color: #e2e2e2;
    }
	#m_header #gnb #topmenu > li > .gBox, #m_header #gnb #topmenu > li > #gm5{
		padding-left: 0 !important;
		position: unset;
		width: 100%;
	}
	#topmenu div#gm2 ul, #topmenu div#gm4 ul, #topmenu div#gm5 ul{
		padding-left: 0;
	}
	#m_header #gnb #topmenu > li > .gBox > ul > li{
		width: 100%;
		float: none;
		display: block;
		padding: 5px 0;
		border-bottom: 1px solid #dedede;
	}
	#m_header #gnb #topmenu > li > .gBox > ul > li > a{
		width: 100%;
		float: none;
		color: #000 !important;
	}
	#m_header #gnb #topmenu > li > .gBox > ul > li > a:focus{
		background-color: #f3f3f3;
		text-decoration: none;
	}
	#m_header #gnb li a:hover, #gnb li a.on{
		background-color: #f3f3f3
	}

    /*메인 슬라이드*/
    .swiper-button-prev, .swiper-button-next{
        top: unset !important;
        bottom: 5% !important;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        left: 250px;
    }
    .maincopy {
        top:40%;
        left: 30%;
        transform: translate(-30%,-40%);
    }
    .maincopy .sub1 {
        font-size: 27px;
        text-align: left;
    }
    .maincopy .sub2 {
        font-size: 25px;
        font-weight: lighter;
        text-align: left;
    }
    .maincopy .main {
        font-size: 34px;
        white-space: nowrap;
    }
    .maincopy p{
        text-align: left;
    }
    #mainVisual .swiper-button-prev,  #mainVisual .swiper-button-next{
        width: 50px;
        height: 50px;
        background-size: contain;
    }
    /*사업영역*/  
    #software{
        position: unset;
        height: auto;
        padding: 2rem 0 0 0;
    }
    #case{
        position: unset;
        height: auto;
        padding: 2rem 0 4rem 0;
    }
    #software .soft_tit, #case .case_name{
        display: none;
    }
    #software .mo_soft_tit{
        display: block;
        color: #fff;
        padding: 4rem 20%;
    }
    #case .mo_case_tit{
        display: block;
        color: #000;
        padding: 4rem 10%;
        width: 100%;
    }
    #software .mo_soft_tit p:first-child,
    #case .mo_case_tit p:first-child{
        font-weight: bold;
        font-size: 34px;
        line-height: 1.3;
        letter-spacing: -1;
    }
    #software .mo_soft_tit p:last-child,
    #case .mo_case_tit p:last-child{
        font-size: 24px;
        line-height: 1.2;
        padding-top: .5rem;
    }
    #software .soft_txt{
        display: block !important;
        width: 100%;
        height: 100%;
        position: unset;
    }
    .sf, .sh, .sfa, .hp, .app{
        width: 100%;
        height: 200px;
    }
    #software .soft_txt .txt_box .txt_sub{
        width: 100%;
        padding: 0 10%;
        top:0;
    }
    #software .soft_txt .txt_box .txt_sub a{
        display: flex;
        flex-wrap: wrap;
    }
    #software .soft_txt .txt_box .txt_sub a .img_icon{
        width: 7%;
    }
    #software .soft_txt .txt_box .txt_sub a .img_icon svg{
        width: 110px;
        height: 140px;
    }
    #software .soft_txt .txt_box .txt_sub a .smart_txt{
        width: 54%;
        padding: 2rem 0;
    }
    .en_softname{
        color: #68e7f0;
    }
    .en_softname:hover{
        color: #00ffe4;
    }
    .en_softname, .ko_softname{
        text-align: left;
        white-space: normal;
        font-size: 26px;
        margin-top: 0;
    }
    .mo_smart_txt_sub{
        display: block;
        color: #fff;
        font-weight: 700;
        font-size: 22px;
        margin-top: .5rem;
    }
    #case .myCaseSwiper{
        display: block;
    }
    #case .case_list{
        width: 80%;
        margin: 0 auto;
    }
    .case_page .case_view li{
        width:calc(33.33333% - 40px);
    }
    #case .case_list .swiper-button-prev{
        left: -300px;
    }
    #case .case_list .swiper-button-next{
        left:-240px;
    }
    #case .swiper-pagination-fraction, #case .swiper-pagination-custom, #case .swiper-horizontal > #case .swiper-pagination-bullets, #case .swiper-pagination-bullets.swiper-pagination-horizontal{
        bottom: -34px;
    }
    /*sectionCenter*/
    #wrap{
        height: auto;
    }
    .section{
        width: 100%;
    }
    .uxBox{
        float: none;
        width: 100%;
        padding: 30px 30px 26px 30px;
    }
    .uxBox span.more{
        right: 10px;
    }
    .bannerBox{
        width: 100%;
    }
    .bannerBox ul li{
        width: 50%;
        padding: 0 20px;
        margin-left: 0;
    }
    .bannerBox li.mn03 {
        background: url(../images/main/bg_banner03.png) no-repeat 96% 50%;
    }
    .bannerBox li.mn04 {
        background: url(../images/main/bg_banner04.png) no-repeat 87% 50%;
    }
}


@media (max-width:812px) {
    .maincopy {
        top:50%;
        left: 30%;
        transform: translate(-30%,-50%);
    }

    #software .soft_txt .txt_box .txt_sub {
        padding: 0 10%;
    }
    #software .soft_txt .txt_box .txt_sub a .img_icon {
        width: 19%;
        padding: 0 ;
    }
    .en_sof_pad{
        padding-top:0 ;
    }
    #software .soft_txt .txt_box .txt_sub a .smart_txt {
        width: 61%;
    }
}

@media (max-width:768px){

    .maincopy .main {
        font-size: 36px;
        white-space: nowrap;
    }
    .maincopy .sub2 {
        font-size: 24px;
        font-weight: lighter;
        text-align: left;
    }
    .maincopy .sub1 {
        font-size: 31px;
        text-align: left;
    }
    .case_page .case_view li{
        width:calc(50% - 40px);
    }
    #software .soft_txt .txt_box .txt_sub {
        width: 100%;
        padding: 0 10%;
    }
    #software .soft_txt .txt_box .txt_sub a .img_icon {
        width: 19%;
        padding: 2rem 0;
    }
    #software .soft_txt .txt_box .txt_sub a .smart_txt {
        width: 60%;
    }
    .mo_smart_txt_sub {
        display: block;
        color: #fff;
        font-weight: lighter;
        font-size: 22px;
        margin-top: 0.8rem;
    }

    #software .soft_txt .txt_box .txt_sub a .img_icon svg {
        width: 90px;
        height: 150px;
    }
    #software .soft_txt .txt_box .txt_sub a .img_icon_resize{
        margin-top: 1rem;
    }
    #case .case_list{
        position: relative;
        width: 82%;
    }

    .moreBn a{
        width: 167px;
    }
}

@media (max-width:736px) {
    #mo_bar{
        height: 50px;
    }
    #mo_bar .mo_logo{
        width: 100px;
        padding: 0.2rem 0;
    }
    #mo_bar .mo_logo img{
        width: 100%;
    }
    #m_header .innerHeader .m_top .m_top_txt {
        color: #fff;
        position: absolute;
        bottom: 10%;
    }
    #m_header .innerHeader .m_top .m_top_txt p{
        font-size: 14px;
        line-height: 1.5;
    }
    #m_header .close {
        width: 20px;
        height: 20px;
    }
    #m_header .close img{
        width: 100%;
    }
    #mo_bar .mo_ham{
        padding: .3rem 0;
        width: 25px;
        height: 25px;
    }
    #mo_bar .mo_ham img{
        width: 100%;
    }
    #software .soft_txt .txt_box .txt_sub a .img_icon{
        padding: 0 ;
    }
    #software .soft_txt .txt_box .txt_sub a .img_icon_resize{
        margin-top: 0;
    }
    #footer .footerInner{
        width: 100%;
    }
}
@media (max-width:667px) {
    #mo_bar .mo_logo {
        padding: 0.4rem 0;
    }    
    #mo_bar .mo_ham {
        padding: 0.4rem 0;
        width: 20px;
        height: 20px;
    }
    .maincopy .main{
        font-size: 30px;
        white-space: nowrap;
    }
    .maincopy .sub1{
        font-size: 26px;
        text-align: left;
    }
    .maincopy .sub2 {
        font-size: 18px;
        font-weight: 300;
        text-align: left;
        letter-spacing: 1px;
        white-space: pre-line;
    }
    .maincopy1 .main{
        font-size: 30px;
        white-space: pre-line;
        line-height: 1.3;
    }
    .maincopy2 .main{
        font-size: 32px;
        padding: .8rem 0;
        letter-spacing: -2px;
    }
    .maincopy2 .sub1{
        font-size: 30px;
        letter-spacing: -2px;
        font-size: 28px;
    }
    .maincopy2 .sub2{
        font-size: 18px;
        letter-spacing: .5;
        line-height: 1.5;
        font-weight: lighter;
    }
    .maincopy3 p {
        color: #fff;
        padding: 3.5% 0;
    }

    #software .mo_soft_tit{
        padding: 4rem 10%;
    }
    #software .soft_txt .txt_box .txt_sub a .img_icon{
        width: 22%;
    }
    #software .soft_txt .txt_box .txt_sub a .smart_txt {
        width: 66%;
    }
    #case .case_list {
        width: 81%;
    }
}

@media (max-width:568px){
	#header, #header .innerHeader{
		height: 70px;
	}
	#header .innerHeader h1{
		width: 100px;
		display: block;
	}

    /*팝업*/
    #pop-up{
        width: 90% !important;
    }

    /*iframe*/
    #pop-up .video iframe{
        width: 420px;
        height: 236px;
    }

    /*메인 슬라이드*/
    .maincopy .main {
        font-size: 28px;
        white-space: nowrap;
    }

    .maincopy .sub1 {
        font-size: 27px;
        text-align: left;
    }

    .maincopy .sub2 {
        font-size: 24px;
        font-weight: lighter;
        text-align: left;
        white-space: pre-line;
        line-height: 1.2;
    }

    .case_page .case_view li{
        width:calc(50% - 60px);
        margin: 0 30px 40px 30px;
    }
    .case_view{
        margin: 0 -20px;
    }
    .case_view li .project{
        padding: 40px 30px 40px 90px;
    }
    .case_view li .pro_over{
        width: calc(100% - 120px);
    }
    .tab_ul{
        margin: 40px 0 10px 0;
    }
    .tab_ul li{
        background-color: none;
        padding: 2% 0.5%;
        margin: 0;
        font-size: 12px;
        background-color:#fff;
        white-space: inherit;

    }
    .tab_ul li span.engName{
        display: none;
        font-size: 8px;
        line-height: 0;
    }
    .case_tit{
        display: none;
    }

    #software .mo_soft_tit {
        padding: 4rem 10%;
    }

    #software .soft_txt .txt_box .txt_sub{
        padding: 0 5%;
    }
    #software .soft_txt .txt_box .txt_sub a .img_icon {
        width: 18%;
    }
    #software .soft_txt .txt_box .txt_sub a .smart_txt {
        width: 70%;
    }
}

@media (max-width:480px){

    /*iframe*/
    #pop-up .video iframe{
        width: 350px;
        height: 197px;
    }


    #mo_bar .mo_ham {
        padding: 0.6rem 0;
    }
    /*메인 이미지*/
    #mainVisual{
        height: 540px;
    }
    .maincopy p{
        text-align: left !important;
    }
    .maincopy .main{
        font-size: 30px;
        white-space: nowrap;
    }
    .maincopy .sub1{
        font-size: 26px;
        text-align: left;
    }
    .maincopy .sub2 {
        font-size: 18px;
        font-weight: 300;
        text-align: left;
        letter-spacing: 1px;
        white-space: pre-line;
    }
    .maincopy1 .main{
        font-size: 30px;
        white-space: pre-line;
        line-height: 1.3;
    }
    .maincopy2 .main{
        font-size: 32px;
        padding: .8rem 0;
        letter-spacing: -2px;
    }
    .maincopy2 .sub1{
        font-size: 30px;
        letter-spacing: -2px;
        font-size: 28px;
    }
    .maincopy2 .sub2{
        font-size: 18px;
        letter-spacing: .5;
        line-height: 1.5;
        font-weight: lighter;
    }
    .maincopy3 p {
        color: #fff;
        padding: 3.5% 0;
    }
    #mainVisual .swiper-button-prev, #mainVisual .swiper-button-next{
        width: 25px;
        height: 25px;
    }
    /*사업영역*/
    .sf, .sh, .sfa, .hp, .app {
        width: 100%;
        height: 130px;
    }
    .ko_softname{
        font-size: 14px;
        margin-top: 0;
    }
    #software .mo_soft_tit {
        padding: 2rem 10%;
    }
    #software .soft_txt .txt_box .txt_sub{
        padding: 0 10%;
    }
    #software .soft_txt .txt_box .txt_sub a .img_icon {
        width: 22%;
        padding: 2rem 0 ;
    }
    #software .soft_txt .txt_box .txt_sub a .img_icon_resize {
        margin-top: -10px;
    }
    .en_sof_pad{
        padding-top:0 ;
    }
    #software .soft_txt .txt_box .txt_sub a .smart_txt {
        width: 71%;
    }
    #software .soft_txt .txt_box .txt_sub a .img_icon svg {
        width: 60px;
        height: 70px;
    }
    .case_page .case_view li{
        width:calc(100% - 60px);
    }
    #software .mo_soft_tit p:first-child, #case .mo_case_tit p:first-child {
        font-weight: bold;
        font-size: 20px;
    }
    #software .mo_soft_tit p:last-child, #case .mo_case_tit p:last-child {
        font-size: 14px;
    }
    .mo_smart_txt_sub{
        font-size: 14px;
        margin-top: 0;
    }
    .en_softname{
        font-size: 14px;
    }
    .mo_smart_txt_sub {
        font-weight: normal;
    }
    #case {
        padding: 0rem 0 4rem 0;
    }
    #case .mo_case_tit {
        display: block;
        color: #000;
        padding: 3rem 10% 2rem 10%;
        width: 100%;
    }
    #case .case_list{
        width: 80%;
    }
    /*bannerBox*/
    .bannerBox ul li {
        width: 50%;
        padding: 0 10px;
        margin-left: 0;
    }
    .uxBox strong img{
        width: 60%;
    }
}

@media (max-width:375px) {

    
    #pop-up .video iframe{
        width: 320px;
        height: 180px;
    }


    #software .soft_txt .txt_box .txt_sub {
        padding: 0 10%;
    }
    #software .soft_txt .txt_box .txt_sub a .img_icon {
        width: 24%;
        padding: 2rem 0 ;
    }
    #software .soft_txt .txt_box .txt_sub a .img_icon_resize {
        margin-top: -10px;
    }
    .en_sof_pad{
        padding-top:0 ;
    }
    #software .soft_txt .txt_box .txt_sub a .smart_txt {
        width: 76%;
    }
}

@media (max-width:360px){
    .maincopy1 .main {
        font-size: 28px;
        white-space: pre-line;
        line-height: 1.3;
    }
    .maincopy2 .main {
        font-size: 28px;
        padding: 0.8rem 0;
        letter-spacing: -2px;
    }
    .maincopy2 .sub1 {
        letter-spacing: -2px;
        font-size: 24px;
    }
    .maincopy2 .sub2 {
        line-height: 1.2;
    }
    .maincopy .sub1 {
        font-size: 22px;
    }
    .mo_smart_txt_sub {
        font-size: 12px;
        font-weight: lighter;
    }

    #software .soft_txt .txt_box .txt_sub a .img_icon {
        width: 24%;
    }
    #software .soft_txt .txt_box .txt_sub a .smart_txt {
        width: 67%;
    }
    #software .soft_txt .txt_box .txt_sub a .img_icon_resize {
        margin-top: -10px;
    }
}

@media (max-width:320px){

    #pop-up .video iframe{
        width: 280px;
        height: 156px;
    }

    #software .soft_txt .txt_box .txt_sub{
        padding: 0 5%;
    }
    #software .soft_txt .txt_box .txt_sub a .img_icon {
        width: 19%;
    }
    #software .soft_txt .txt_box .txt_sub a .smart_txt {
        width: 67%;
    }
}

@media (max-width:320px){

    #pop-up .video iframe{
        width: 240px;
        height: 134px;
    }
}