@charset "utf-8";
@font-face {
    font-family: NGothic;
    src: local('NanumGothic'), url('../js/font/NanumGothic.eot');
    src: local('NanumGothic'), url('../js/font/NanumGothic.ttf') format('truetype');
}
#rollBox{
    padding-top: 20px;
    padding-left: 10px;   
}
#wrap_roll *{
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #666;
    font-family:'나눔고딕', 'NanumGothic', NGothic;
}
#wrap_roll li{
    list-style-type: none;
}
#wrap_roll img{
    border: 0;  
}
#wrap_roll h1{
    background: #efefef;
    padding:10px 0px 0px 10px;
    border-bottom: 1px #dfdfdf solid;
}
#wrap_roll {
    width:736px;
    margin: 0 auto;
    padding: 1px;
    background: #fff;
    border:1px #cecece solid;
}
.rollBanner {
    background: #efefef;
    width: 100%;
    position: relative;
    clear: both;
    height: 198px;
    margin-bottom: 8px;
}
.rollBanner:after {
    content: "";
    display: block;
    clear: both;
}
.rollBanner li {
    float: left;
}
.rollBanner .btn1 {
    position: absolute;
    left: 3px;
    top: 60px;
}
.rollBanner .btn2 {
    position: absolute;
    right: 3px;
    top: 60px;
}
.rollImg {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 680px;
}
#listSub {
    width: 100%;
}
#listSub li a{
    display: block;
    border: 1px solid #ccc;
    margin: 0 9px;
    position: relative;
}
#listSub li a:hover{
    border: 1px solid #ab69f1;
}
#listSub li a .buy{
    display: none;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    width: 68px;
    padding: 6px 0;
    position: absolute;
    top: 45%;
    left: 26px;  
    background: #966ec2;
    background: -moz-linear-gradient(top,  #966ec2 0%, #966ec2 50%, #6c4ea1 51%, #6c4ea1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#966ec2), color-stop(50%,#966ec2), color-stop(51%,#6c4ea1), color-stop(100%,#6c4ea1));
    background: -webkit-linear-gradient(top,  #966ec2 0%,#966ec2 50%,#6c4ea1 51%,#6c4ea1 100%);
    background: -o-linear-gradient(top,  #966ec2 0%,#966ec2 50%,#6c4ea1 51%,#6c4ea1 100%);
    background: -ms-linear-gradient(top,  #966ec2 0%,#966ec2 50%,#6c4ea1 51%,#6c4ea1 100%);
    background: linear-gradient(to bottom,  #966ec2 0%,#966ec2 50%,#6c4ea1 51%,#6c4ea1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#966ec2', endColorstr='#6c4ea1',GradientType=0 );
    border: 1px solid #7554a8;
}
#listSub li a:hover .buy{
    display: inline-block;   
}
#listSub li a:hover img{
    opacity: 0.4;   
}
#listSub li {
    text-align: center;
    overflow: hidden;
}
#listSub li h2{
    color: #232323;
    font-size: 1.2em;
    padding-top: 4px;
}
#listSub li span{
    width: 130px;
    display: inline-block;
    padding-top: 4px;
}
#listSub li img {
    vertical-align: middle;
}
#listSub li span:after{
    clear: both;    
}
#rollBox {display: none;}

