
.pro_infoArea{
display:none;
}

.flexisel_li{margin:5px;box-shadow: 1px 1px 4px #450f51;}
.pro_infoArea .sec03_txt{padding:10px; color:#666; background:#fff;	/*border-radius:0px 0 8px 8px;*/}
.pro_infoArea .sec03_txt .pro_list_tit{font-size:18px;}
.pro_infoArea .sec03_txt p{font-size: 14px;}



.nbs-flexisel2-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel2-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel2-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
}

.nbs-flexisel2-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;

}
.nbs-flexisel2-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
	/*border-radius:8px 8px 0 0;*/
}

/*** Navigation ***/

.nbs-flexisel2-nav-left,
.nbs-flexisel2-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel2-nav-left {
    left: 10px;
}

.nbs-flexisel2-nav-left:before {
    content: "<"
}

.nbs-flexisel2-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel2-nav-right {
    right: 5px;    
}

.nbs-flexisel2-nav-right:before {
    content: ">"
}

.nbs-flexisel2-nav-right.disabled {
    opacity: 0.4;
}








/*고객사*/

.nbs-flexisel3-item .flexisel_li{box-shadow:none;}

.nbs-flexisel3-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel3-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel3-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
}

.nbs-flexisel3-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;

}
.nbs-flexisel3-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
	/*border-radius:8px 8px 0 0;*/
}

/*** Navigation ***/

.nbs-flexisel3-nav-left,
.nbs-flexisel3-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel3-nav-left {
    left: 10px;
}

.nbs-flexisel3-nav-left:before {
    content: "<"
}

.nbs-flexisel3-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel3-nav-right {
    right: 5px;    
}

.nbs-flexisel3-nav-right:before {
    content: ">"
}

.nbs-flexisel3-nav-right.disabled {
    opacity: 0.4;
}


    #hexagon {
      width: 150px;
      height: 90px;
      background:#eee;
      position: relative;
	  margin: 34px auto;
    }
    #hexagon:before {
      content: "";
      position: absolute;
      top: -25px;
      left: 0;
      width: 0;
      height: 0;
      border-left: 75px solid transparent;
      border-right: 75px solid transparent;
      border-bottom: 25px solid #eee;
    }
    #hexagon:after {
      content: "";
      position: absolute;
      bottom: -25px;
      left: 0;
      width: 0;
      height: 0;
      border-left: 75px solid transparent;
      border-right: 75px solid transparent;
      border-top: 25px solid #eee;
    }











