@charset "UTF-8";
@import "/sites/main_eng/style/css/style.css";

* {font-family: Microsoft YaHei,'Noto Light', sans-serif !important;}
#menuUItop .top_k2wiz_GNB .li_1_15725 {
	display: none;
}

 /* ==========================================================================
    share  CSS
========================================================================== */

#share {
position: absolute;
right: 50px;
top: 0;
}

#share .btnShare {
width: 50px;
height: 49px;
background: #f8f9fa url(../../images/common/share.jpg) no-repeat center center;
border: 1px solid #e1e4e7;
text-indent: -9999px;
}

#share .box-share {
opacity:0; 
overflow:hidden; 
max-height:0px; 
position:absolute; 
top:50px; 
width:50px; 
border:1px solid #c7c7c7; 
background:#fff; 
transition:all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

#share .box-share.on{
opacity:1; 
max-height:1000px; 
transition:all 0.5s cubic-bezier(0.7, 0, 0.3, 1); 
transition:all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
padding-top:5px;
}
#share .box-share .box-copy button{
text-indent: -9999px;
display: inline-block;
width: 38px;
height: 38px;
margin: 6px 6px 6px 6px;
}

#share .box-share .copy{
background: url(../../images/common/ic-copy.png) no-repeat center;
}

#share .box-share .close{
width:100%;
height:55px;
text-indent:-9999px;
background: url(../../images/common/btn-gnb-close.png) no-repeat center center;
}
