/* BASIC css start */
.test-link-btn{
    display:inline-block;
    position:absolute;
    top:0;
    left:0;
    width:10px;
    height:10px;
    background:transparent;
    z-index:555;
}
/*메인 헤더 고정 방식 변경*/
#header.main_header{
    position:absolute;
}
#header.main_header.active .header__top{
    background:rgba(255,255,255,0.5);
}
#header.main_header .header__top{
    height:50px;
    line-height:50px;
    border-bottom:0px;
    background:transparent;
    text-align:center;
}
#header.main_header .header__top .logo{
    background:none;
}
#header.main_header .header__top .logo a{
    position:relative;
    top:auto;
    left:auto;
    width:auto;
    line-height:50px;
    height:21px;
}
#header.main_header .header__top .logo a > img{
    width:auto;
    height:100%;
}



/* BASIC css end */

