
#fullview{
    width:100%;
    height: 100vh;
}

#section1,#section2,#section3,#section4,#section5{
display: block;
overflow: hidden;
height: 100vh;
}
#section6{
}




.header{
    padding:0 17rem;
    width:100%;
    height:60px;
    display: flex;
    align-items: center;
    position: fixed;
    top:0;
    left:0;
    background-color:rgba(255, 255, 255, 0.5);
    z-index: 3;
}
.header .logo{

}
.header .nav{
    display: flex;
    margin-left:auto;
}
.header .nav a{
    margin-left:5.0rem;
    color:#313349;
    font-size:1.6rem;
}






.mainVisualCont{
    position: relative;
    width:100%;
    height: 100%;
    background: url("../images/mainVisualBG.png") 0 -5rem no-repeat;
    background-size: 70%;
    z-index: 0;
    
}
.mainVisualCont::before{
    content: "";
    position: absolute;
    top:50%;
    right:0;
    transform: translate(0,-50%);
    width:960px;
    height: 660px;
    /* background: url("../images/mainV_Right01.png") 0 0 no-repeat; */
    z-index: -1;
}
.mainVisualCont::after{
    content: "";
    position: absolute;
    left:0;
    bottom:-15%;
    width:100%;
    height:450px;
    background: url("../images/mainProdBGTop.png ") 0 0 no-repeat;
    background-size: 100%;
    z-index: -2;
}


.swiper {
    position: absolute !important;
    top:50%;
    right:0;
    transform: translate(0, -50%);
    max-width: 960px;
    max-height: 660px;
}
.swiper img{
    width:100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.minWrap{
    position: relative;
    margin:0 auto;
    padding:0 15rem;
    height:100%;
}
.minHeightWrap{
    position:absolute;
    top:50%;
    left:0;
    transform:translate(0,-50%);
    width:100%;
    padding: 0 15rem;
}

.mainTextArea{
    position:absolute;
    top:50%;
    left:15rem;
    transform:translate(0,-50%);
    z-index: 3;
}
.mainTextArea h1{
    font-size:3.6rem;
    color:#313349;
    font-weight: bold;
    line-height:5.0rem;
}
.mainTextArea h1 span{
    color:#EF4023;
    position: relative;
}
.mainTextArea h1 span::after{
    content: "";
    position: absolute;
    bottom:0;
    left:0;
    display: block;
    background-color:rgba(239, 64, 35, 0.1);
    width:100%;
    height:2.0rem;
}
.mainTextArea p{
    width:60rem;
    margin:3.0rem 0 14.0rem;
    font-size:2.0rem;
    color:#797A8D;
    line-height: 3.4rem;
}
.mainTextArea .downButton{
    display: inline-block;
    margin-right:2.0rem;
    padding:1.7rem 2.0rem 1.5rem;
    border-radius: 3.0rem;
    font-size:1.6rem;
}
.mainTextArea .downButton.Black{
    background-color:#313349;
    color:#fff;
}
.mainTextArea .downButton.Black svg{
    margin-left:2.5rem;
    fill:#fff;
}
.mainTextArea .downButton.White{
    padding:1.1rem 2rem 0.9rem;
    border:0.6rem solid #313349;
    color:#313349;
    box-sizing: border-box;
}
.mainTextArea .downButton.White svg{
    margin-left:2.5rem;
    fill:#313349;
}







/* 메인프로덕트 */
.mainProdCont{
    position: relative;
    width:100%;
    height: 100%;
    background: url("../images/mainProdBGTop.png") 0 30% no-repeat;
    background-size: 100%;
}

.mainProdCont::after{
    content: "";
    position: absolute;
    bottom:0;
    right:0;
    width:100%;
    height: 91%;
    z-index: -1;
} 

.mainProdCont .minWrap{
    border-top:1px solid #DEDEDE;
    border-bottom:1px solid #DEDEDE;
}
.TitBox{
    width:40%;
    margin-left:2.5rem;
}
.TitBox h1{
    display: flex;
    align-items: center;
    font-size:3.2rem;
    color:#313349;
    font-weight: 700;
    letter-spacing: 1rem;
}
.TitBox p{
    margin-top:3rem;
    font-size:16px;
    color:#797A8D;
    font-weight: 400;
    letter-spacing:0;
    line-height:28px;

}
.BGLine3{
    display: flex;
    border-left:1px solid #DEDEDE;
    display: none;
}
.BGLine3 div{
    width:100%;
    border-right:1px solid #DEDEDE;
    height:100vh;
}

.mainProdCont .prodCont{
    float: left;
    width:33.3%;
    text-align: center;
}


.prodCont .MainPrd{
    padding-top:10rem;
}
.prodCont .MainPrd .logo{
    height:6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prodCont .MainPrd .prdIMG{
    margin:3.5rem 0 5rem;
    height: 23rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prodCont .MainPrd .Tit{
    margin-bottom:3rem;
    color:#03060B;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3rem;
}
.prodCont .MainPrd .DownBtn{
    display: block;
    margin:0 auto;
    width:28rem;
    height:5rem;
    line-height:5rem;
    border: 0.3rem solid #EF4023;
    border-radius: 4rem;
    font-size:1.6rem;
    color:#EF4023;
    font-weight:500 ;
}
.prodCont .MainPrd .DownBtn.modal{
    background-color:#fff;
    text-align: center;
    cursor: pointer;
}
.prodCont .MainPrd .appDownBtn {
    margin:2rem auto 0;
    width:28rem;    
    display: flex;
    align-items: center;
    justify-content: space-around
}
.prodCont .MainPrd .appDownBtn a{
    display: flex;
    align-items: center;
    justify-content: center;
    width:47%;
    height:3.6rem;
    font-size:1.4rem;
    font-weight: 500;
    color:#D1D1D1;
    background-color:#03060B;
    border-radius: 0.5rem;


}
.siteLink{
    margin-top:2rem;
    display: inline-block;
}
.siteLink span{ 
    margin-left:0.5rem;
    color:#797A8D;
    border-bottom:1px solid #797A8D;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.2rem;
}





/* 프로덕트 */
.PRDContainer{
    position: relative;
    width:100%;
    height: 100%;
    background: url("../images/ProdBG.png") 0 0% no-repeat;
    background-size: cover;
}

.PRDContainer::after{
    content: "";
    position: absolute;
    bottom:0;
    right:0;
    width:100%;
    height: 91%;
    z-index: -1;
} 

.PRDContainer .minWrap{
    border-top:1px solid #DEDEDE;
    border-bottom:1px solid #DEDEDE;
}
.PRDContainer .minHeightWrap{
    display: flex;
}
.PRDContainer .TitBox{
    width:20%;
    min-width:30rem;
}

.PRDContainer .listTable{
    width:70%;
    margin:0 2rem 0 10%;
    max-height: 57rem;
    background-color:#fff;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.07);
    overflow-y: auto;
}
.PRDContainer .listBox{
    display: flex;
    padding:3rem;
    width:100%;
    border-bottom:1px solid #EFF1F3;
    
}
.PRDContainer .listBox .listTit{
    width:30%;
    font-size:1.6rem;
    font-weight: 700;
    color:#03060B;
}

.PRDContainer  .listTable .rightCont{
    padding-left:2rem;
}
.PRDContainer  .rightCont .text{
    font-size:1.6rem;
    font-weight: 400;
    color:#797A8D;
}
.PRDContainer  .rightCont .button{
    display: flex;
    align-items: center;
    margin-top:1.7rem;
}
.PRDContainer  .rightCont .DownBtn{
    width:17rem;
    height:3.5rem;
    line-height:3.5rem;
    border: 0.2rem solid #EF4023;
    border-radius: 4rem;
    font-size:1.6rem;
    color:#EF4023;
    font-weight:500;
    text-align: center;
}
.PRDContainer  .rightCont .DownBtn.modal{
    background-color:#fff;
    cursor: pointer;
    
}
.PRDContainer  .rightCont .siteLink{
    margin-top:0;
    margin-left:1.5rem;
}




/* 프로젝트 */

.PRJTCont{
    position: relative;
    width:100%;
    height: 100%;
    background-color:#F8F8FA ;
}

.PRJTCont .minWrap{
    
    border-bottom:1px solid #DEDEDE;
}

.PRJTCont .minHeightWrap{
    display: flex;
}

.PRJTCont .TitBox{
    width:20%;
}

.pageTab {
    margin-top:8.8rem
}
.pageTab .over{
    margin-left:-17.5rem;
}
.pageTab .over span{
    display:inline-block;
    padding:1.8rem 6rem 2rem 19.5rem;
    font-size:3rem;
    color:#03060B;
    font-weight: 700;
    background: #FFFFFF;
    border: 0.6rem solid #313349;
    border-left:0;
    box-sizing: border-box;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.07);
    border-radius: 0 40rem 40rem 0;
    letter-spacing: 0;
}

.pageTab span.off{
    display: block;
    margin-top:6rem;
    padding-left:4rem;
    font-size:2.0rem;
    color:#BDBDBD;
    font-weight: 700;
    width:25rem;
    height:6rem;
    line-height:6rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
    border-radius: 4rem;
    cursor: pointer;
}

.TitBox .pageTab p{
    margin-top:3.5rem;
    margin-left:4rem;
}

.PRJTCont .rightCont{
    width:80%;
    margin-left:10rem;
    margin-top:8.8rem;
    display: flex;
    padding:3rem;
}

.PRJTCont .rightCont .leftList{
    padding:3rem 1rem 3rem 3rem;
    width:60%;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.07);
    border-radius: 1rem;
    min-height: 57rem;
    
}
.PRJTCont .rightCont .leftList .listTable{
    max-height:57rem;
    overflow-y: auto;
}
.PRJTCont .rightCont .leftList .menu-list li{
    padding:2rem 2rem 2rem 0;
    border-bottom:2px solid #EFF1F3;
}
.PRJTCont .rightCont .leftList .menu-list li a{
    display: block;
    font-size:1.6rem;
    color:#03060B;
    font-weight: 400;
    line-height:2.2rem;
}
.PRJTCont .rightCont .leftList .menu-list li a.menuHover{
    color:#EF4023;
}

.PRJTCont .rightCont .rightImg{
    position: relative;
    width:40%;
    min-width: 44rem;
    margin-left:2rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.07);
    border-radius: 1rem;
    text-align: center;
}
.PRJTCont .rightCont .detailCont{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.PRJTCont .rightCont .imgBox{
    position: relative;
    filter: drop-shadow(0px 0px 13px rgba(0, 0, 0, 0.19));

}
.PRJTCont .rightCont .imgBox .logo{
    /* position: absolute;
    top:-3.2rem;
    right:0; */
    display: flex;
    align-items: center;
    float:right;
    margin-bottom: 1.5rem;
}
.PRJTCont .rightCont .imgBox .logo img{
    margin-left:1.5rem;
}
/* solution 삽입 이미지 크기 조절 */
.PRJTCont .rightCont .imgBox img {
    max-width: 300px;
    max-height: 300px;
}

.PRJTCont .rightCont .detailCont .tit{
    margin:3rem 0 2rem;
    padding:0 2rem;
    font-size:2rem;
    line-height: 3.2rem;
    font-weight: 600;
    color:#EF4023;
}
.PRJTCont .rightCont .subtext{
    margin-bottom:2rem;
    font-size:1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color:#797A8D;
}
.PRJTCont .rightCont .siteLink{
    margin-top:0;
    display: block;
}
.PRJTCont .rightCont .siteLink span{
    font-size:1.6rem;
    line-height: 2.8rem;
    font-weight: 400;
    color:#03060B;
}












/* 오픈소스 */
.OpnSource {
    background-color:transparent;
}
.OpnSource .TitBox h1{
    width:500px;
}

.OpnSource .rightCont{
    width:100%;
}
.OpnSource .rightCont.skillWrap{
    display: block;
}
.OpnSource .rightCont .leftList{
    width:50%;
}
.OpnSource .rightCont .rightImg{
    width:50%;
}
.OpnSource .rightCont .detailCont{
    min-width: 35rem;
}
.OpnSource .rightCont .detailCont.img01{
    width:100%;
    padding:2rem;
}


.OpnSource .skillList{
    width: 100%;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
}
.OpnSource .skillList span{
    display: flex;
    align-items: center;
    justify-content: center;
    width:33%;
    height: 80px;
    text-align:center;
    border-right:1px solid #EFF1F3;
    border-bottom:1px solid #EFF1F3;
    flex-basis: 33.33%;
    flex-direction: column;
}
.OpnSource .skillList span.Right_B0,
.OpnSource .skillList span:nth-child(3n){
    border-right:0;
}
.OpnSource .skillList span.Bottom_B0{
    border-bottom:0;
}

.OpnSource .oss{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:5rem;
    width:100%;
    height: 8rem;
    background-color:#F8F8FA;
    border-radius: 1rem;
}
.OpnSource .oss a{
    margin-left:2rem;
}






/* footer */

.footerTopWrap, .footerWrap{
    width:100%;
    border-bottom:1px solid #E4E4E4;
}
.footerTopWrap .minWrap a{
    display: inline-block;
    margin:1.3rem 0;
    font-weight: 400;
    font-size:1.4rem;
    color:#212429;
}
.footerTopWrap .minWrap span{
    margin:0 1rem;
}


.footerWrap .minWrap {
    position: relative;
    padding-bottom:2rem;
}
.footerWrap .foot_logo{
    margin:3rem 0;
}
.footerWrap p.copyright{
    margin-bottom:1.4rem;
    font-size:1.4rem;
    color:#94989D;
    font-weight: 400;
    line-height: 2.4rem;
}
.footerWrap p.copyright[href^=tel] {
    text-decoration:inherit;
    color: inherit;
 }
.footerWrap p.copyright span{
    font-weight: 500;
    margin-right:15px;
}
.footerWrap .logoLink{
    position: absolute;
    bottom:5rem;
    right:15rem;
    display: flex;
    align-items: center;
}
.footerWrap .logoLink img{
    margin-left:3rem;
}





















.hide {
    display: none !important;
}
.map-container {
    text-align: center;
}



/* .item{
    opacity: 0;
} */

.fade-class {
    position: relative;
    left: 200px;
    opacity: 0;
    transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s linear;
  }
  .fade-in {
    transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s linear;
    left: 0px;
    opacity: 1;
  }



  

/* 모바일 햄버거 */
.Mcontainer {
    position: fixed;
    right: 3rem;
    bottom:3rem;
    z-index: 9999;
  }
  .Mcontainer a {
    display: none;
  }
  .Mcontainer a.menuBtn {
    display: block;
  }
  .Mcontainer:hover a{
    display: block;
  }


  
  .buttons {
    box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 
                0px 4px 12px -7px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    display: flex;
    width: 45px;
    height: 45px;
    margin: 10px auto 0;
    position: relative;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;  
  }
  
  .buttons i {
    margin: auto;
    font-size: 26px;
    color: #fff;
    position: relative;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
  }
  .buttons.menuBtn i{ 
      width:45px;
      height:43px;
  }
  
  .buttons:last-child i {
    font-size: 32px;
    position: relative;
    top: 1px;
    left: 0;
    transform: rotateZ(0deg);
    -webkit-transition: all .12s ease-out;
    transition: all .12s ease-out;
  }
  
  .buttons:active, 
  .buttons:focus, 
  .buttons:hover {
    box-shadow: 0 0 4px rgba(0,0,0,.14),
      0 4px 8px rgba(0,0,0,.28);
  }
  
  .buttons:not(:last-child) {
    width: 40px;
    height: 40px;
    margin: 10px auto 0;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  
  .Mcontainer:not(:hover)
  .buttons:last-child {
    background-color: #313349;
  }
  
  .Mcontainer:hover 
  .buttons:not(:last-child) {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  
  .Mcontainer:hover 
  .buttons:last-child {
    box-shadow: none;
  }
  
  .Mcontainer:hover 
  .buttons:last-child i {
    top: -1px;
    left: -1px;
    transform: rotateZ(90deg);
  }
  
  .buttons:nth-last-child(1) {
    background-color: #071A52;
  }
  
  .buttons:not(:last-child):nth-last-child(2) {
    background-color: #313349;
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms;
  }
  
  .buttons:not(:last-child):nth-last-child(3) {
    background-color: #313349;
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
  }
  
  .buttons:not(:last-child):nth-last-child(4) {
    background-color: #313349;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
  }

  .buttons:not(:last-child):nth-last-child(5) {
    background-color: #313349;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
  }
  
  /* Show tooltip content on hover */
  
  [tooltip]:before {
    bottom: 25%;
    font-family: arial;
    font-weight: 300;
    border-radius: 2px;
    background: rgba(7,26,82, 0.6);
    color: #fff;
    content: attr(tooltip);
    font-size: 1.5rem;
    transform: scaleX(0);
    transform-origin: right;
    padding: 5px 7px;
    margin-right: 12px;
    position: absolute;
    right: 100%;
    white-space: nowrap;
    -webkit-transition: all .05s ease-out 0s;
    transition: all .05s ease-out 0s;
  }
  
  .Mcontainer:hover [tooltip]:before {
    transform: scaleX(1);
    -webkit-transition: all .1s ease-out .18s;
    transition: all .1s ease-out .18s;
  }







  .modalCont{
    width:100%; 
    height:100%; 
      display: none;
      position: fixed;
      top:50%;
      left:50%;
      transform: translate(-50%, -50%);
      z-index: 999;

  }
  .modalCont .blackBG{
    width:100%; 
    height:100%; 
    background-color:rgba(000, 000, 000, 0.5);
      
  }
  .modalCont .cont{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    padding:3.5rem 0rem;
    width:30rem;
    text-align: center;
    font-size:1.6rem;
    color:#03060B;
    background-color:#fff;
    border-radius: 10px;
  }
  .modalCont .cont:before{
      content: '';
      position: relative;
      width:100%;
      height: 100%;
  }
  .modalCont .cont input[type="button"]{
    position: absolute;
    top:5px;
    left:48%;
    transform: translate(0, -50%);
    width:24px;
    height: 24px;
    font-size:15px;
    border:0;
    background:url("../images/icon_modal_close.png") no-repeat;
    
  }









  