/**/
#subscription-search {padding:0;}
#subscription-search .search-head {}
#subscription-search .search-head .box-gray {background:#fafafa; padding:35px; border-radius:10px;}
#subscription-search .search-head .box-gray ul {}
#subscription-search .search-head .box-gray ul li {margin-bottom:10px; padding-left:12px; position:relative;}
#subscription-search .search-head .box-gray ul li:before {
    content:''; width:4px; height:4px; border-radius:100%; background:#000; position:absolute; margin:auto;
    top:0; right:auto; bottom:0; left:0;
}
#subscription-search .search-head .box-gray p {color:#00419c;}
#subscription-search .search-body {}
#subscription-search .search-foot {}

@media(max-width:500px){
    #subscription-search .search-head .box-gray ul li{font-size: 15px;}
    #subscription-search .search-head .box-gray p{font-size: 13px;}
}
/**/
.btn-search {display:block; background:#093259; color:#fff; font-size:20px; border:0; border-radius:6px; padding:10px 30px; width:100%;}

/* 테이블 스타일  */
table.gdcr-search {
    width:100%; border-top:2px solid #666; table-layout: fixed;
}
table.gdcr-search th,
table.gdcr-search td {padding:15px 15px; text-align:center;}
table.gdcr-search thead {}
table.gdcr-search thead th,
table.gdcr-search thead td {border-bottom:1px solid #ddd;}
table.gdcr-search thead th {}
table.gdcr-search thead td {}
table.gdcr-search tbody {}
table.gdcr-search tbody th,
table.gdcr-search tbody td {border-bottom:1px solid #ddd;}
table.gdcr-search tbody th {}
table.gdcr-search tbody td {}

/* 결제내역 조회 목록 테이블 */
.sub-search-list {}
.sub-search-list thead th:nth-child(1) {width:100px;}
.sub-search-list thead th:nth-child(2) {}
.sub-search-list thead th:nth-child(3) {width:200px;}
.sub-search-list thead th:nth-child(4) {width:160px;}
.sub-search-list thead th:nth-child(5) {width:140px;}

@media(max-width:767px){
    .sub-search-list {}
    .sub-search-list thead th {display:none;}
    .sub-search-list tbody tr {display:flex; flex-wrap:wrap;}
    .sub-search-list tbody tr td {width:50%;}
    .sub-search-list tbody tr td:nth-child(1) {display:none;}
    .sub-search-list tbody tr td:nth-child(2),
    .sub-search-list tbody tr td:nth-child(3) {border-bottom:0;}
}

/**/
.btn-subscription.btn-secondary {cursor:default;}

