/* BASIC css start */
/*--- reset ---*/
button:focus {
    outline: none;
}   
img:focus {
    outline: none;
}  


/*--- layout ---*/  
.stylelog {
    width:100%;
    overflow:hidden;
    margin:0 auto;
    text-align:center;
} 

.stylelog .section {
    clear:both;
    width:100%;
}

.stylelog .section > a{
    display:block;
    width:100%;
}

/*--- 상품 타이틀 ---*/
h2.tit {
    text-transform:uppercase;
    font-size:1.2em;
    font-weight:300;
    padding:10px 0 10px 12px;
    border-top:1px solid #737373;
    border-bottom:1px solid #737373;
    width:calc(100% - 4px);
    margin:0 auto 15px;
    box-sizing:border-box;
}

h2.tit .emp {
    font-weight: bold;
}

.loca {
    clear:both;
}
/*--- //상품 타이틀 끝 ---*/


/* BASIC css end */

