/* BASIC css start */
.topBannerWrap,
header{
    display:none;
}

#contents{
    padding-top:50px;
}

.pageTit {
    padding: 0 0 15px;
    font-size: 20px;
    font-weight: bold;
}

.pageTit.t_center{
    text-align:center;
}

/*상단 fixed 해더*/
.listPageHeader{
    position:fixed;
    width:100%;
    top:0;
    left:0;
    background:#fff;
    z-index:998;
}

.listPageHeader .topBox{
    position:relative;
    border-bottom:1px solid #eee;
}

.listPageHeader .goToBackBtn{
    position:absolute;
    height:17px;
    top:50%;
    left:15px;
    transform:translateY(-50%);
}

.listPageHeader .goToBackBtn img{
    display:block;
    height:100%;
}

.listPageHeader .cateName{
    width:100%;
    text-align:center;
    padding:15px 0;
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}

.listPageHeader .rightBox{
    position:absolute;
    top:50%;
    right:15px;
    transform:translateY(-50%);
}

.listPageHeader .rightBox ul li{
    position:relative;
    height:19px;
    margin-left:15px;
}

.listPageHeader .rightBox ul li a img{
    display:block;
    height:100%;
}

#payment-list .payment-list {margin-top:10px;}
#payment-list table {width:100%;}
#payment-list table thead {background-color: #eaeaea; border-top:2px solid #454545; border-bottom:1px solid #454545;}
#payment-list table thead th {padding:15px 0;}
#payment-list table tbody tr {border-bottom:1px solid #454545;}
#payment-list table tbody td {color:#707070; padding:15px 0; text-align:center;}

/* BASIC css end */

