.box-content .search-table table tr td div.league-apply-select select {opacity: 1;}
.box-content .list-table-wrap table tr td i.fa-trophy {color: #F3B00A;}
.box-content .list-table-wrap table tr td.top-league-name {text-align: left;  margin-left:30px; }
.box-content .list-table-wrap table tr td.bottom-league-name {text-align: left;  margin-left:50px; }

.main-contents .layer-content .box-header {border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 20px;}
.main-contents .layer-content .layer-notice {color: #d70003; margin-top:5px;}
.checkbox label .imp {color: #d70003; font-weight: bold;}


/* 체크박스 */
#apply_league_layer_popup input[type=checkbox] { display: none; }
#apply_league_layer_popup input[type=checkbox] + label {padding-left: 20px;position: relative;padding-right: 5px;cursor: pointer;font-size: 12px;color: #d70003; margin:0 3px; font-weight: bold;}
#apply_league_layer_popup input[type=checkbox] + label:before { width: 15px; height: 15px; background: url("../../../img/common/check.png"); background-size: 15px 30px; background-position: 0 0; position: absolute; content: ''; left: 0; top: 2px; }
#apply_league_layer_popup input[type=checkbox]:checked + label:before { background: url("../../../img/common/check.png"); background-size: 15px 30px; background-position: 0 -15px; }

/* 타 협회 신청 내역 상태 */
.box-content .list-table-wrap .status-apply {color: #28bb15; font-weight: bold; font-size: 12px;}
.box-content .list-table-wrap .status-confirm {color: #0082d7; font-weight: bold; font-size: 12px;}
.box-content .list-table-wrap .status-cancel {color: #d70003; font-weight: bold; font-size: 12px;}
.box-content .list-table-wrap .status-reject {color: #d70003; font-weight: bold; font-size: 12px;}

