@charset "utf-8";

body {    
    /*기본 폰트 설정*/
    font-family: 'Nanum Gothic', sans-serif;
    font-size:12px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;           
    /*복사 금지*/
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:visited, a:link, a:active {
    text-decoration:none;
    color:gray;    
}

/* 상품 데코레이션 */
.ribbon_hit {
    /*히트 상품*/
    position:absolute;
    left:10px;
    top:55px;
    z-index:9;
    width:43px;
    height:43px;
    background:url('/img/icon/ribbon_hit_left_top.png');
}

.ribbon_sale {
    /*세일 상품*/
    position:absolute;
    left:6px;
    top:49px;
    z-index:9;
    width:60px;
    height:60px;
    background:url('/img/icon/ribbon_sale_left_top.png');    
    background-size:60px 60px;
    background-repeat:no-repeat;
}

#inbox, #view, #history {
    text-align:center;
}   

.banner_top{            
    position:relative;            
    text-align:center;            
    margin:0;
    margin-bottom:5px;
    padding-right:10px;            
}

.banner_top img{
    position:relative;
    float:right;
    display:block;            
    width:100%;
    max-width:600px;
    left:5px;                        
    border:none;
}