* {
    font-family: 'Noto Sans KR', sans-serif, 'Nanum Gothic', sans-serif, ;
}
/* Show it is fixed to the top */
body {
min-height: 75rem;
overflow-x: hidden;
}

main{
    overflow-x: hidden;
}
/* nav 스크롤시 컬러값 변경 */
.navbar-scroll {
transition: 0ms ease;
background: transparent;
}

.navbar-scroll.scrolled {
background: #515151;
border-bottom: 0;
top: 0 !important;
}

.carousel {
width: auto;
max-height: 540px;
overflow: hidden;
}

.carousel .carousel-item img {
max-height: 650px;
min-width: 100%;
}

.carousel>.carousel-inner {
background-color: #3b2e28;
}

.navbar-top {
position: fixed;
width: 100%;
z-index: 1000;
}

.navbar-nav{
border:none;
border:0px;
margin:0px;
padding:0px;
font-size:14px;
font-weight:regular;
}

.nav-link{
margin-bottom: 20px;
}

.dropdown_menu ul{
margin-top: 10px;
background-color: rgba(0, 0, 0, 0.7);
height: 30px;
list-style: none;
padding: 0px;
}

.dropdown_menu li{
float: left;
padding: 0;
list-style: none;
font-size: 13px;
}

.dropdown_menu li a{
/*    background: rgb(109,109,109);*/
/*    color:#cccccc;*/
display:block;
font-weight:normal;
line-height:30px;
margin:0px;
padding:10px;
text-align:center;
text-decoration:none;
}


.dropdown_menu ul{
/*    background: rgb(109,109,109);*/
display:none; /* 평상시에는 드랍메뉴가 안보이게 하기 */
height:auto;
padding:0px;
margin:0px;
border:0px;
position:absolute;
width:180px;
/*    z-index:200;*/
/*top:1em;
/*left:0;*/
}

.dropdown_menu:hover ul{
display:block; /* 마우스 커서 올리면 드랍메뉴 보이게 하기 */
}

.pop-section {
color: #fff;
}

.pop-section h1 {
font-size: 2.2rem;
}

.pop-section .sale {
width: 80px;
padding: 25px 0;
margin: 0 1.5rem;
background: url(../images/sale_bg.png) no-repeat center center;
background-size: 100%;
font-size: 2rem;
font-weight: 600;
}

.pop-section .btn-click {
font-weight: 400;
font-size: 2.2rem;
color: #fff;
}

.close-btn {
position: absolute;
right: 0;
margin-top: -90px;
margin-bottom: 0;
font-size: 0.9rem;
}

.close-btn label {
margin: 0;
font-weight: 300;
text-shadow: none;
color: #fff;
}

.close-img {
width: 20px;
}

/* rolling */

.main-rolling .carousel-control-next-icon {
width: 36px;
height: 650px;
background: url(../images/ic_arrow_right.png) no-repeat center top;
background-size: 100%;
}

.main-rolling .carousel-control-prev-icon {
width: 36px;
height: 65px;
background: url(../images/ic_arrow_left.png) no-repeat center top;
background-size: 100%;
}

.main-rolling .carousel-caption {
bottom: 23%;
}

.main-rolling .carousel-caption h1 {
font-weight: 300;
font-size: 3.2rem;
line-height: 4.3rem;
text-shadow: 1px 1px 4px #000;
}

.main-rolling .carousel-caption p {
margin-top: 2rem;
}

.main-rolling .carousel-indicators {
bottom: 40px;
}
.zindex-100{
z-index: 100;
}

/* main */
.top {
    width: 100%;
    object-fit: cover;
}

.top div {
    height: 100%;
}

.silck-bg1 {
    background-image: url(../images/banner_new01.png);
    background-size: cover;
}

.silck-bg2 {
    background-image: url(../images/banner_new02\ \(1\).png);
    background-size: cover;
}

.silck-bg3 {
    background-image: url(../images/banner_new03.png);
    background-size: cover;
}

.top-title {
margin: 0 auto;
padding-top: 21rem;

}

.top h1 {
    font-weight: 700;
    font-size: 28px;
    text-align: left;
    margin-left: 165px;
    margin-top: -33px;

}
.top h2 {
    font-weight: 500;
    font-size: 18px;
    margin-left: 165px;
    line-height: 30px;
    text-align: left;
    margin-top: 12px;

}



/* 사이드바 */

.main-sidebar {
    padding: 17px 13px;
    background-color: #2d77d7; /*#205885*/
    box-shadow: 0px 8px 20px 2px rgba(77, 77, 77, 0.2);
    width: 93px;
    height: 397spx;
    text-align: center;
    color: white;
    z-index: 500;
    position: fixed;
    right: 5%;
    top: 64px;
}


.main-sidebar img{
width: 60px;
height: 60px;
margin-top:-3px;
}

.main-sidebar p {
    margin: 25px 0;
    color: rgb(255 255 255);
    font-weight: 600;
    font-size: 13px;
    font-family: "noto-sans", sans-serif;
}



.consulting-1 {
border-bottom: solid 1px white;
margin-bottom: 20px;
cursor: pointer;
}

.consulting-2 {
    border-bottom: solid 1px white;
margin-bottom: 20px;
cursor: pointer;
}

.com-info {
    border-bottom: solid 1px white;
margin-bottom: 12px;
cursor: pointer;
}

.main-sidebar a {
    text-decoration: none;
    color: rgb(255, 255, 255) !important;
    cursor: pointer;
    }
    

/* 소개 section */

.info {
    padding: 74px 0px;
    background: white;
    position: relative;
}

.info-title {
    margin: 0 auto;
    margin-bottom: 70px !important;
    padding-left: 40px;
}

.info-title h1 {
    font-family: "Anek Latin", sans-serif;

    font-style: normal;
    color:#14afb2;
    font-weight: 700;
    font-size: 5rem;
    margin-top: -1rem;

}

.info-basic {
    display:flex; 
    justify-content: center;
    padding : 0px 15px 0px 15px;
}

.info-table-top {
    width: 600px; 
    height: 100%; 
    margin-top: 3%;
}

.info-table-box-1 {
    display: flex;
    flex-direction: row;
    align-items: baseline;

    background:  #17B0B3; 
    margin-top: 10%;
    padding: 0% 0% 5% 5%;
}

.info-table-box-2 {
    display: flex;
    flex-direction: row;
    align-items: baseline;

    background:  #8BCECE;
    padding: 0% 0% 5% 5%;
}

.info-table-box-3 {
    display: flex;
    flex-direction: row;
    align-items: baseline;

    background:  #82DDDD; 
    padding: 0% 0% 5% 5%;
}

.info-table-box-4 {
    display: flex;
    flex-direction: row;
    align-items: baseline;

    background: #34C8CB;
    padding: 0% 0% 5% 5%;
}

.info-table-txt {
    display: flex; 
    align-items: baseline;
}

.info-table-txt-1 {

}

.info-table-txt-2 {
        display: grid;
}

.cnts {
    font-family: "noto-sans", sans-serif;
    font-weight: 700;
    font-size: 8vw;
    color: aliceblue;
    text-align: right;
}

.cnts1 {
    font-size: 2vw; 
    font-family: "noto-sans", sans-serif;
    color: aliceblue; 
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: -4px;
}

.cnts2 {
    text-align: left;
    color: white;
  
    font-size: 18px;
    margin-left: 9px;
}

/* 기능설명 */

.basic-function wh-1200 {
    padding: 150px 0px;
    background: #f5f5f5;
    position: relative;
}

.bf-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bf-title h4 {
    font-family: "Anek Latin", sans-serif;
    margin: 0;
    font-weight: 800;
    font-size: 2.8rem;
    text-align: center; /* 이 요소의 가로 공간을 기준으로 텍스트를 가운데 정렬시킴 */
    color: #000000;

}

.bf-title h4 b {
    font-family: "noto-sans", sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    color: #17B0B3;

}

.info-OfficeCore {
    display:flex; 
    justify-content: center;
    margin: 20px 0px 30px 0px;
}

.info-OfficeCore-table {
    width : 100%;
}

.info-table-font-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.info-table-font-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.cnts3 {
    font-family: "Anek Latin", sans-serif;
    font-weight: 830;
    font-size: 11rem;
    color: #17B0B3;
    line-height: 1;

}

.cnts4 {
     font-family: "noto-sans", sans-serif;
     text-align: left;
     color: rgb(0, 0, 0);
     font-weight: 900;
     font-size: 1rem;
}

.cnts5 { 
      font-size: 4.4rem; 
      font-family: "Anek Latin", sans-serif;
      color: #7DD3D4; 
      font-weight:700;
      margin-bottom: 3%;
      line-height: 1; /* 글자 높이*/
}
.info-table-font-1{
    margin-left: 3rem;
}


/* OFFICECORE GROUPWARE SOLUTION */


.groupware-bg-img{
    width:100%;
    height: 684px;
    background-image: url(../images/groupware-bg-img2.png);
}

.basic-function-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 287px 14% 0 5%;
}


.list-groupware {
    display: flex;
    margin-left: -36px;
}

.list-groupware div{
   padding : 10px;
   width:140px;
   color:white; opacity:0.5;
   text-align:center;
   font-size: 15px;
   margin-left: 40px;
       
}


 
.groupware-click{
   padding : 10px;
   background:white !important;
   opacity:initial !important;
   color:black !important;
   font-weight:700;
}

.groupware-non-click{
   padding : 10px;
   background:none;
   opacity:0;
   color:black;
   font-weight:400;
}

.basic-function-text {
    color: white;
}

.basic-function-text-detail {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    
}

.basic-function-text h1{
    font-family: "Anek Latin", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 38px;
}

.list-groupware{
   display: flex;
}


.list-groupware div:hover{
    padding : 10px;
    background:white !important;
    opacity:initial !important;
    color:black !important;
    font-weight:700;
    cursor: pointer;
 }
 


.groupware-non-click{
   padding : 10px;
   background:none;
   opacity:0;
   color:black;
   font-weight:400;
}


.pr-groupware-text p{
    display: f;
}
.whats-new {
margin: 2rem;
padding: 50px 10px 40px 10px;
background-color: #ACF1F1;
border-radius: 35px;
overflow: hidden; 
}

.new-text {
text-align: left;
margin-left: 32px;
}

.whats-new .new-text h1{
font-size: 1.5rem;
color: rgb(0, 0, 0);
font-weight: 780;
margin-top: -0.3rem;


}

.whats-new .new-text h2{
font-family: "noto-sans", sans-serif;
font-size:1rem;

font-weight: 600;
color: rgb(0, 0, 0);
margin-top: 0.7rem;

}

.whats-new-button {
text-align: left;
margin-top: 20px;
margin-left: 30px;
}

.whats-new-button button{
padding: 10px 25px;
color: rgb(0, 0, 0);
background-color: white;
border-radius: 0.9rem;
box-shadow: 0px  0.5px  0.5px 1.5px rgb(206, 206, 206);
font-weight: 800;
border: none;
margin: 5px;
cursor: pointer;
}

/*버튼 1 */
/* .whats-new-button button:nth-child(1) {


} */

/*버튼 2*/
/*.whats-new-button button:nth-child(2)  {


} */

/* 업무플랫폼 */
.platform-title h1 {
font-weight: 800;
margin: 0;
font-size: 2.8rem;
color: #17B0B3;
font-family: "Anek Latin", sans-serif;
margin-top:3rem;
}

.platform-title p {
    font-size: 1.2rem;
    color: #000000;
    font-weight: 600;
    margin-top: 1rem;
}

.platform-banner {
text-align: center;
margin-top: 1.2rem;
flex-direction: row;
justify-content: center;
text-align: center;
}


.platform-box {
 /* width: 10%; */
margin: 0px 10px 0px 10px;
background-color: white;
text-align: center;
display: inline-table;
vertical-align: middle;
position:relative;
}

.platform-box-img {
position:relative;
width: 100%;
display: flex;
text-align: center;
}


.platform-box-text{
position:absolute;
width: 100%;
bottom : 0%;
color: white;
font-size: 0.8rem;

}

/* 주요기능 */

.menu-title h1 {
    font-family: "noto-sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 5rem;
}

.menu > ul {

display: flex;
list-style-type: none;
flex-wrap: wrap;
margin-top: 20px;
padding: 0;
justify-content: center;
/*background-color: #F9F9F9;
border-radius: 3rem;
box-shadow: 1px -0.3px 5px rgb(214, 214, 214); */
text-align: center;
cursor: pointer;
}


.menu ul li {
/*
 display: flex;
 align-items: center;
 justify-content: center;
 height:100%;
 margin:0px 10px 0px 10px ;
 width: 30%;
 text-align: center;   
*/
margin: 0px 15px 0px 10px;
padding: 15px;
}

.menu ul li a {
 text-decoration: none;
 color:#868686;
 font-weight: 600;
}


.menu ul li:hover {
  background-color: #33B9BC;
  border-radius: 10rem;
  color: white;
  font-weight: 600;
}

ul li:hover a {
text-decoration: none;
color: white;
/* font-weight:700; */
}

.menu-click {
 background-color: #33B9BC;
 border-radius: 10rem; 
}

.font-white {
color: white !important;
font-weight: 600;
}

/*
.featuretext-title h3 {
    font-size: 1.9rem;
    color: #333333;
    margin-bottom: 2rem;
    margin-top: 5rem;
    text-align: left;
    font-weight: 800;
}

.featuretext-title p {
    font-size: 1rem;
    color: #17B0B3;
    margin-bottom: 2rem;
    margin-top: 3rem;
    text-align: left;
    font-weight: 400;
} */


.divFunc-top{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    position: relative;
}

.divFunc-left{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.divFunc-left h1 {
    font-size: 25px;
    color: #000000;
    margin-bottom: 28px;
    margin-top: 100px;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin-top: 132px;
    margin-left: 38px;
}

.divFunc-left p{
    font-size: 17px;
    color: #17B0B3;
    line-height: 33px;
    margin-top: -15px;
    font-weight: 500;
    letter-spacing: -0.05em;
    border: lightgray;
    margin-left: 36px;
}
.divFunc-left a{
    color: #000000;
    padding: 4px 22px;
    font-weight: 400;
    border: 1px solid #535353;
    border-radius: 5px;
    letter-spacing: -0.05em;
    cursor: pointer;
}

.divFunc {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 16px 20px;
}

.divFunc-sub .slick-slide {
    width:300px !important;
    margin: 0 10px;
 
}

.slick-slider > .slick-list {
    padding : 10px;
    overflow: hidden;
}



.btn-group button{
    width: 56px;
    height: 56px;
    border-radius: 30px;
    border: 1px solid #b8b8b8;
    background-color: #ffffff;
    position: relative;
    display: block !important;
    cursor: pointer;
}

.btn-group{
    position: relative;
    vertical-align: middle;
    display: flex;
    margin-top: 20px;
    margin-left: 30px;

}

button + button {
margin-left:30px
}

.item-container{
    width: 100% !important;
    margin-top: 40px;
    height: 350px;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 70px 64px;
    display: flex;
  
    cursor: pointer;
    user-select: none;
    box-shadow:  0px 0px 9px 0.4px rgb(23, 176, 179, 0.5);
    display: inline-table;
     vertical-align: middle;
    position:relative;
   
}

.item-box-img img {
    width: 31%;
    margin-left: -25px;
    /* margin-top: -10px;*/
}

.item-box-text h6{
 font-family: "noto-sans", sans-serif;
 font-size: 16px;
line-height: 30px;
margin-top: 20px;
margin-left: -20px;
font-weight:700;
}

.item-box-text p{
    font-family: "noto-sans", sans-serif;
    font-size: 13px;
   line-height: 23px;
   margin-top: 5px;
   margin-left: -20px;
   font-weight: 300;
   color: #000000;
   }

   .btn-share button {
    width: 56px;
    height: 56px;
    border-radius: 30px;
    border: 1px solid #b8b8b8;
    background-color: #ffffff;
    position: relative;
    vertical-align: middle;
    /* margin: -11px 52px 0px 140px; */
    cursor: pointer;
    margin-left: 157px;
   }

   .btn-share img{
    width:65%;
    align-items: center;
    text-align: center;
    margin: 5px;
    
   }

   
  
/* BLOG */
.blog-title h1 {
font-weight: 800;
margin: 0;
font-size: 2.8rem;
color: #17B0B3;
font-family: "Anek Latin", sans-serif;
margin-top:3rem;
}

.blog-title p {
font-size: 1.2rem;
color: #000000;
font-weight:700;
margin-top: 1rem;
}
/*
.blog-box-text h4{
    font-size: 1rem;
    font-weight: 800;
    line-height: 26px;
    font-family: "noto-sans", sans-serif;
}*/

.blog-box-text p {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
}

.blog-banner {
text-align: center;

margin-bottom: 8rem;
}


.blog-box {
width: 10%;
margin: 0px 10px 0px 10px;
background-color: white;
text-align: center;
display: inline-table;
vertical-align: middle;
position:relative;
}
.blog-banner {
text-align: center;

margin-bottom: 6rem;
}

.blog-box:nth-child(even){
top:80px;
}

.blog-box a{
    color: black;
    background-color: transparent;
    text-decoration: none;
}

.blog-box-sub {
width : 245px;
height :376px ;
background-color : #F3F9FF;
box-shadow: 1px -0.3px 5px rgb(214, 214, 214);
border-radius: 25px;
display: flex;
flex-direction: column;
/* margin: 10px 0px 20px 0px; */
}

/*
.blog-box-sub1{
width : 245px;
height :376px ;
background-color : #9ECDFB;
box-shadow: 1px -0.3px 5px rgb(214, 214, 214);
border-radius: 25px;
display: flex;
flex-direction: column;
margin: 10px 0px 20px 0px;
}
.blog-box-sub2{
    width : 245px;
    height :376px ;
    background-color : #aeaeae;
    box-shadow: 1px -0.3px 5px rgb(214, 214, 214);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    margin: 10px 0px 20px 0px;
    }
.blog-box-text1 p{
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
} */

.blog-box-img {
height: 60%;

}

.blog-box-img img{
margin-top: 35%;
text-align: center;

}

/* 고객사 */

.refer {

}

.refer img {
width: 8.7rem;
margin: auto;
padding: 2rem;
align-items: center

}

.refer .refer-text1 h2 {
    margin-top: 12%;
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
}

.refer .refer-text1 p {
margin-top: 1rem;
text-align: center;
color: #17B0B3;
}

/* 제품 section */
.product-box {
height:400px;
padding: 7% 5%;
background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 35px -2px;
}

.product-box h2 {
margin-top: 20px;
margin-bottom: 18px;
font-weight: 400;
font-size: 1.9rem;
color: #2b356d;
}

.product-box p {
margin-bottom: 0;
font-weight: 300;
font-size: 1.5rem;
color: #888;
line-height: 1.85rem;
}

.card-center {
margin: -24px -1.8%;
height:450px;
}

.ic-service {
display: inline-block;
padding: 41px;
background: url(../images/ic_service.png) no-repeat center;
background-size: 100%;
}

.ic-build {
display: inline-block;
padding: 55px;
background: url(../images/ic_build.png) no-repeat center;
background-size: 100%;
}

.ic-install {
display: inline-block;
padding: 41px;
background: url(../images/ic_install.png) no-repeat center;
background-size: 100%;
}

.product-content a {
margin: 80px 0 60px 0;
}

/* 기능 section */
.function-section {
padding: 65px 0;
background: url(../images/bg_function.png) no-repeat top;
background-size: cover;
color: #fff;
}

.function-section h2 {
font-weight: 300;
font-size: 1.6rem;
}

.function-section p {
font-weight: 300;
font-size: 1rem;
}

/* 장점 section */
.advantage-section {
padding: 65px 10%;
}

.advantage-section h1 {
font-weight: 300;
color: #2b356d;
margin-bottom: 40px;
}

.advantage-box h2 {
color: #2b356d;
font-size: 1.2rem;
margin: 8% 0% 6% 0;
font-weight: 400;
}

.advantage-box p {
color: #888;
font-weight: 300;
font-size: 0.9rem;
letter-spacing: -0.05rem;
margin-bottom: 0;
}

.advantage-box a {
padding: 79.5px;
display: inline-block;
}

.advantage-box .ic-1 {
background: url(../images/ic_1.png) no-repeat center;
background-size: 100%;
}

.advantage-box .ic-1:hover {
background: url(../images/ic_1_on.png) no-repeat center;
background-size: 100%;
}

.advantage-box .ic-2 {
background: url(../images/ic_2.png) no-repeat center;
background-size: 100%;
}

.advantage-box .ic-2:hover {
background: url(../images/ic_2_on.png) no-repeat center;
background-size: 100%;
}

.advantage-box .ic-3 {
background: url(../images/ic_3.png) no-repeat center;
background-size: 100%;
}

.advantage-box .ic-3:hover {
background: url(../images/ic_3_on.png) no-repeat center;
background-size: 100%;
}

.advantage-box .ic-4 {
background: url(../images/ic_4.png) no-repeat center;
background-size: 100%;
}

.advantage-box .ic-4:hover {
background: url(../images/ic_4_on.png) no-repeat center;
background-size: 100%;
}

.bg-bar {
background: url(../images/bar.png) no-repeat center 72.5px;
background-size: 80%;
}

/* 고객사 section */

.customer-section .title-cntent {
padding: 85px 0  75px 0;
background: url(../images/bg_customer.png) no-repeat top;
background-size: cover;
color: #fff;
}

.customer-section .title-cntent h1 {
font-weight: 300;
}

.customer-section .title-cntent p {
margin-bottom: 0;
}

.w-85 {
width: 60%;
}
/* 상담하기 section */
.consult-section {
padding: 85px 20px;
color: #fff;
}

.consult-section h1 {
font-weight: 300;
}

/* news */
.news-section {
color: #fff;
padding: 85px 20px;
}

.news-section a {
font-weight: 300;
font-size: 1.15rem;
color: #fff;
text-decoration: none;
}

.news-section a:hover {
color: rgba(255, 255, 255, 0.6);
}

.more a {
font-weight: 300;
font-size: 1.3rem;
color: #628fff;
}

.more a:hover {
color: rgba(98, 143, 255, 0.6);
}

.clear-both {
clear: both;
}
@media (max-width: 1280px) {
.w-85 {
    width: 85%;
}
.blog-box {
    margin: 19px !important;
}

.basic-function-text-detail p {
    font-size: 13px;
    margin-top: 25px;
}

}
@media (max-width:1200px) {

    .platform-banner {
        width: 70%;
        margin: 0 auto;
        
    }
    .platform-box {
        margin-top: 10px;
        
    }


    .item-container{
        width: 100% !important;
        margin-top: 63px;
        height: 350px;
        background-color: #ffffff;
        border-radius: 20px;
        padding: 60px 46px;
        display: flex;
        cursor: pointer;
        user-select: none;
        box-shadow: 0px 0px 9px 0.4px rgb(23, 176, 179, 0.5);
        display: inline-table;
         vertical-align: middle;
        position:relative;
       
    }
    /**
        .btn-share button {
            width: 56px;
            height: 56px;
            border-radius: 30px;
            border: 1px solid #b8b8b8;
            background-color: #ffffff;
            position: relative;
            vertical-align: middle;
            margin: -11px 20px 0px 140px;
            margin-top: -9px;
            cursor: pointer;
    */
    .blog-box {
        margin: 33px !important;

    }

    .blog-banner div:nth-of-type(n+3) {
        margin-top: 40px;
    }
    }
    @media (max-width: 1176px) {
    .customer-section .logo1 {
        padding: 63px 66px;
    }
    .product-box {
        height:330px;
    }
    .card-center {
        height:380px;
    }
    .main-top h1 {
        margin-left: 1rem;
    }
    .top h1{
        margin-left: 2rem;
    }
    .top h2{
        margin-left: 2rem;
    }
    .reference hr {
        margin-left: 1rem;
    }
    .reference .refer-text {
        margin-left: 1rem;
    }

    .info-title {
        margin-left: 20px;
    }
    .main-sidebar {
        display: none;
    }
    .slick-prev {
        display:none;
    }
    .slick-next, .slick-arrow {
        display: none;
    }
}

@media (max-width: 1024px) {
    .cnts {
        font-family: "noto-sans", sans-serif;
        font-weight: 700;
        font-size: 8vw;
        color: aliceblue;
        text-align: right;
    }

    .cnts1 {
        font-size: 15px;
        font-family: "noto-sans", sans-serif;
        color: aliceblue;
        font-weight: 400;
        margin-bottom: 9px;
        margin-left: 1.5px;
    }
.cnts2 {
    text-align: left;
    color: white;
  
    font-size: 0.7rem;
    margin-top: -6px;
    width: 418%;
}

.cnts10 {
    text-align: left;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 2px;
    width: 448%;
}
.bf-col2 {
    width: auto;
    float: none;
    margin: 20px;
    margin-bottom: 30px;
}
.box {
    right: 4%;
}




@media (max-width: 992px){

    .info-title h1 {
        font-family: "Anek Latin", sans-serif;
        font-style: normal;
        color: #14afb2;
        font-weight: 700;
        font-size: 5rem;
        margin-top: -16rem;
    }

    .list-groupware {
        display: flex;
     
    }

    .top div {
        height: 94%;
    }f
    .info {
        margin-top: -182px;
        padding: 74px 0px;
        background: white;
        position: relative;
    }
    
    .item-box-text h6 {
        font-family: "noto-sans", sans-serif;
        font-size: 16px;
        line-height: 30px;
        margin-top: 13px;
        margin-left: -20px;
        font-weight: 600;
    }

    .platform-box-text h4 {
    /*   margin-left: -27px; */
    }
    .divFunc-top {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .btn-group button {
        width: 40px;
        height: 40px;
        border-radius: 30px;
        border: 1px solid #b8b8b8;
        background-color: #ffffff;
        position: relative;
        display: block !important;
        cursor: pointer;
    }
    .divFunc-left h1 {
        font-size: 17px;
        color: #000000;
        margin-bottom: 28px;
        margin-top: 100px;
        font-weight: 600;
        letter-spacing: -0.05em;
        margin-top: 132px;
        margin-left: 38px;
    }

    .basic-function-text h1{
        font-family: "Anek Latin", sans-serif;
        font-weight: 700;
        margin-top: -113px;
        letter-spacing: 2px;
        font-size: 29px;
    }
.divFunc-left a {
        color: #000000;
        padding: 4px 22px;
        font-weight: 400;
        border: 1px solid #535353;
        border-radius: 5px;
        letter-spacing: -0.05em;
        cursor: pointer;
        margin-left: 10px;
}
.item-box-img img {
    width: 17%;
    margin-left: -25px;
    margin-top: -10px;
}

 .list-groupware div {
    padding: 10px;
    width: 105px;
    color: white;
  /*  margin-left: 20px; */
    opacity: 0.5;
    text-align: center;
    font-size: 15px;
}
.divFunc-left p {
    font-size: 13.5px;
    color: #17B0B3;
    line-height: 33px;
    margin-top: -15px;
    font-weight: 500;
    letter-spacing: -0.05em;
    border: lightgray;
    margin-left: 36px;
}
.item-container {
    width: 95% !important;
    margin-top: 0px;
    height: 284px;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 60px 46px;
    display: flex;
    cursor: pointer;
    user-select: none;
    box-shadow: 0.5px 0.5px 16px 0.5px rgb(23, 176, 179, 0.5);
    display: inline-table;
    vertical-align: middle;
    position: relative;
}
    .divFunc-sub .slick-slide {
        width:250px !important;
        margin: 0 10px;
     
    }

    .btn-share button {
        width: 46px;
        height: 46px;
        border-radius: 30px;
        border: 1px solid #b8b8b8;
        background-color: #ffffff;
        position: relative;
        vertical-align: middle;
        margin: -9px 17px 0px 116px;
        cursor: pointer;
    }

    /* what is officecore groupware? */


         .basic-function-text-detail p {
            font-size: 13px;
            margin-top: 25px;
            margin-left: 11px;
               }


    .groupware-bg-img img {
        width: 100%;
        background-size: cover;
        object-fit: cover;
        height: 487px;
    }

    .basic-function-text h1 {
        font-family: "Anek Latin", sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 19px;
        margin-left: 7px;
        margin-top: -49px;

    }
        .basic-function-text p{
        margin-left: 3px;
        font-size: 14px;
        font-weight: 600;
    }
    

    /* what is officecore groupware? end */
    .btn-group button {
        width: 40px;
        height: 40px;
        border-radius: 30px;
        border: 1px solid #b8b8b8;
        background-color: #ffffff;
        position: relative;
        cursor: pointer;
        display: block !important;
    }
    .divFunc-left h1 {
        font-size: 20px;
        color: #000000;
        margin-bottom: 28px;
        margin-top: 103px;

        font-weight: 600;
        letter-spacing: -0.05em;
        margin-left: 10px;
    }
    .divFunc-left p {
        font-size: 14px;
        margin-left: 10px;
        font-weight:500;
    }
    .btn-group {
        position: relative;
        vertical-align: middle;
        display: flex;
        margin-top: 20px;
        margin-left: 7px;
    }
    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
        margin-left: 10px;
    }
    .refer img{
        
        margin: auto;
        padding:0.8rem;
        align-items: center
    }
    .top h1 {
        font-weight: 700;
        font-size: 24px;
        margin-top: -22px;
        }

    .refer .refer-text1 h2 {
            text-align: center;
            font-weight: 600;
            font-size: 15px;
        }

    .refer .refer-text1 p {
            margin-top: 1rem;
            text-align: center;
            color: #17B0B3;
            font-size: 10px;
        }
    .top h2 {
        font-weight: 500;
        font-size: 16px;
        margin-top: 11px;
        line-height: 24px;
       /* margin-left: 20px;*/
    }
        

    .top-title {
    margin: 0 auto;
    padding-top: 21rem;
        
    }

    .cnts3 {
    font-family: "Anek Latin", sans-serif;
    font-weight: 830;
    font-size: 7rem;
    color: #17B0B3;
    line-height: 1;
    }
    
    .cnts4 {
     font-family: "noto-sans", sans-serif;
     text-align: left;
     color: rgb(0, 0, 0);
     font-weight: 900;
     font-size: 0.6rem;
    }
    
    .cnts5 { 
      font-size:2.4rem; 
      font-family: "Anek Latin", sans-serif;
      color: #7DD3D4; 
      font-weight:700;
      margin-bottom: 3%;
      line-height: 1; /* 글자 높이*/
    }

   /*  .info-table-box-1, .info-table-box-2, .info-table-box-3, .info-table-box-4{
        height: 130px;
    } */

    .featuretext-title h3{
        margin-left: -20rem;
        font-size: 1.7rem;
        margin-top: 2rem;
        font-weight: 800;
    }
    .main-rolling .carousel-caption {
        bottom: 30%;
    }

    .ic-service, .ic-install {
        padding: 31px;
    }

    .ic-build {
        padding: 40px;
    }

    .md-size {
        text-align: center;
        padding: 1rem !important;
    }

    .md-size img {
        width: 200px;
    }

    .ht-size {
        height: 25px;
    }

    .advantage-box a {
        padding: 59px;
    }

    .bg-bar {
        background: url(../images/bar.png) no-repeat center 59px;
        background-size: 80%;
    }

    .pop-section .sale {
        width: 60px;
    }
    .product-box {
        height:300px;
    }
    .card-center {
        margin:-15px -1.8%;
        height:330px;
    }
    .introduce {
        padding: 9rem 1rem 14rem;
    }
    .introduce .introwrap .intro-img {
    width: 0;
    margin: 0;
    margin-left: 0;
    display: none;
    padding: 0;
    }
    .introduce .intro-text {
        display: block;
        margin: 0rem auto;
        float: none;
    }
    .about-card-content{
        margin-top: 65rem;
    }
    .fourgrid {
        width: 100%;
        height: 478px;
        display: block;
    }
    .fourgrid-img {
        width: 100%;
        display: block;
        top: 903px;
    }

    .top {
        position: relative;
        /*background-image: url(../images/banners.jpg);*/
        background-size: cover;
        height: 706px;
    }
    .box {
        max-width: 456px;
        max-height: 310px;
        width: auto;
        height: auto;
    }

}
}
    @media (max-width:800px) {
    .news-section-1 .slidelist .slide-text {
        top: 47%;
    }

    .news-section-1 .slidelist .slide-text .second {
        top: 45%;
    }

    .news-section-1 .slide-text .slide01-1 button {
        bottom: 12%;
    }
    .box {
        right: 11%;
    }
    }

    @media (max-width: 767px) {

   
    .carousel {
        max-height: 450px;
    }

    .main-rolling .carousel-control-next-icon, .main-rolling .carousel-control-prev-icon {
        width: 26px;
        height: 55px;
    }

    .main-rolling .carousel-caption h1 {
        font-size: 3rem;
    }

    .main-rolling .carousel-caption {
        bottom: 45%;
    }

    .card-center {
        margin: 0;
    }

    .section-title {
        font-size: 2.05rem !important;
    }

    .product-content a {
        margin: 60px 0 60px 0;
    }

    .customer-section .logo1 {
        padding: 45px 50px;
    }

    .news-section {
        padding: 50px 20px;
    }

    .cont h1, .cont p, .cont .sale, .cont .btn-click {
        font-size: 1.5rem;
    }

    .close-btn {
        margin-top: -80px;
    }

    .close-img {
        width: 15px;
    }

    .pop-section .sale {
        width: 50px;
    }
    .product-box{
        height:260px;
    }
    .reference hr {
        margin-left: 1rem;
    }
    .reference .refer-text {
        margin-left: 1rem;
        width: 100%;
        display: block;
        margin-left: 1rem;
    }
    .reference img {
        width: 85%;
        float: none;
        margin: 0 auto;
        display: block;
        margin-top: 3rem;
    }

    .blog-box:nth-child(even) {
            top: 0px;
    }


    .blog-banner div:nth-of-type(n+2) {
        /* margin-top: 20px; */
    }
    /*.new-text{
        margin-left: 32px;
    }
    .whats-new button{
        top: 8rem;
    } */
    .box {
        right: 15%;
    }

    .blog-banner {
        text-align: center;
       margin-bottom: -1rem;
        }

    }

@media (max-width:600px) {
.news-section-1 .slidelist .slide-text {
    top: 44%;
}

.news-section-1 .slidelist .slide-text .second {
    top: 42%;
}

.news-section-1 .slide-text .slide01-1 button {
    bottom: 8%;
}
.box{
    right: 15%;
}
}

@media (max-width:510px) {

    /*
    .btn-share button {
        width: 56px;
        height: 56px;
        border-radius: 30px;
        border: 1px solid #b8b8b8;
        background-color: #ffffff;
        position: relative;
        vertical-align: middle;
        margin: -11px 20px 0px 140px;
        margin-top: -17px;
        margin-left: 105px;
        cursor: pointer;
    } 
    */

    
.news-section-1 .slidelist .slide-text {
    top: 47%;
}

.news-section-1 .slidelist .slide-text .second {
    top: 45%;
}

.news-section-1 .slide-text .slide01-1 button {
    bottom: 12%;
}
.box {
    right: 25%;
    top: 8%;
    transform: translate(-25%, 50%);
}
.info .box:nth-of-type(2) {
    transform: translate(-19%, 50%);
}
#beyond {
    transform: translate(-25%, 33%);
}
#basic {
    top: 20%
}


.divFunc-sub .slick-slide {
    width:200px !important;
    margin: 0 10px;
}

.divFunc-sub .slick-slide {
    width:200px !important;
    margin: 0 10px;
}


.btn-share button {
    width: 44px;
    height: 44px;
    border-radius: 30px;
    border: 1px solid #b8b8b8;
    background-color: #ffffff;
    position: relative;
    vertical-align: middle;
    margin: 16px -16px 0px 140px;
    cursor: pointer;
    margin-left: 77px;
}
.item-box-text p {
    font-family: "noto-sans", sans-serif;
    font-size: 11.7px;
    line-height: 20px;
    margin-top: 5px;
    margin-left: -20px;
    font-weight: 300;
    color: #000000;
}
}
@media (max-width: 480px) {

    .item-box-img img {
        width: 34%;
        margin-left: -25px;
        margin-top: -10px;
    }
    
    .menu-title h1 {
        font-family: "noto-sans", sans-serif;
        font-size: 17px;
        font-weight: 600;
        margin-top: 5rem;
    }
    
.customer-section .logo1 {
    padding: 45px 45px;
}

.main-rolling .carousel-caption h1 {
    font-size: 2.5rem;
    line-height: 3rem;
}
}

/* s:웹폰트 */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/* e:웹폰트 */