/* BASIC css start */
#w2aDesign_search a {
    width: 50px;
    height: 50px;
    position: absolute;
    outline: none;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 0 12px;
    background: #1a9f58 url(/design/namhae1234/img/icon_search.png) no-repeat 50% 50%;
    color: #000;
    border: none;
}

form .fa-search::before {
    content: '';
}

#categoryList .position > button span {
    visibility:visible;
}


#wrap {width: 100% !important;}

.xans-layout-statelogoff a { font-weight:400 !important; }

.topMenu  {width:100%; display:flex; justify-content:space-between}
.Tsns {width:20%;display:flex;  align-items:center}
.Tsns li {font-size:12px;}
.Tsns li a {display:block; padding:0 0.333em}
.Tsns li span {display:none}
.xans-layout-statelogoff {width:80%; display:flex; justify-content:flex-end;}


.eventCP {position:absolute; top:35px; left:15px; z-index:9900; display:block; background:#5fba4e; padding:0 1em; line-height:20px; color:#fff; font-size:11px; border-radius:30px;-webkit-animation: ani_UpDown  1.0s ease infinite; /* Chrome, Opera 15+, Safari 5+ */
 animation: ani_UpDown 1.0s ease infinite; }

/* slide - ΑΒ > Ώμ */
@-webkit-keyframes ani_UpDown {
   0%, 100% {
    -webkit-transform: translate(-3px,0);
    -ms-transform: translate(-3px,0);
    transform: translate(-3px,0);
   }


50% {
    -webkit-transform: translate(3px,0);
    -ms-transform: translate(3px,0);
    transform: translate(3px,0);
    }
}



.home_img {max-height:90px}
.namhaeTV {max-height:80px}
/* BASIC css end */

