/* BASIC css start */
.gnb_menu_bx .sub-menu{
    position : absolute;
    display : flex;
    z-index : 5;
    background-color : #fff;
    justify-content: space-around;
    box-sizing : border-box;
    padding : 15px 0;    
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s ease-in;
    margin-top: 3px;
}
.gnb_menu_bx .sub-menu a{font-size : 13px}

.gnb_menu_bx #review-sub{
    width:200px;
}
.gnb_menu_bx #beauty-studio-sub{
    width:200px;
    left : -40.5px;
}

.gnb_menu_bx #cs-center-sub{
    width: 550px;
    left: -235px;
}

.gnb_menu_bx #about-coznskin-sub{
    width: 400px;
    right: 0px;
}




.gnb_menu0 li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.gnb_menu_bx .sub-menu a:hover{
    color : #000;
    transition : 0.5s;
}

/*회원가입 말풍선*/
.balloon {  
 position:relative; 
 width:45px; 
 height:15px;
  background: #055a0d; 
  border-radius: 5px;
  display : flex;
  justify-content : center;
  align-items : center;
  font-size : 10px;
  color : #fff;
  left: 55px;
  top: 10px;
 cursor : default;
}
.balloon:after { 
 border-top:0px solid transparent; 
 border-left: 5px solid transparent; 
 border-right: 5px solid transparent; 
 border-bottom: 7px solid #055a0d; 
 content:""; 
 position:absolute;
 top:-5px;  
}

/* BASIC css end */

