@charset "utf-8";

/* Top Search */
.list-tsearch { border:1px solid #ddd; background:#fafafa; padding:20px 15px 3px; margin-bottom:15px; }

/* Category */
.list-category .tabs {  }
.list-category .dropdown { margin-bottom:20px; }
.list-category .active a, .list-category .selected a { color:crimson; font-weight:bold !important; }

/* List */
.list-wrap { width:100%; }
.list-admin { text-align:center; margin:15px 0px; }
.list-btn .sort-drop { min-width:120px !important; left:auto !important; right:0px !important; }
.list-btn .sort-drop .sort a { color:crimson !important; font-weight:bold !important; }
.is-pc .ko .list-btn .sort-drop { font-size: 12px; }

/* Page */
.list-wrap .pagination a, .view-wrap .pagination a { color:#333 !important; }
.list-wrap .pagination .active a, .view-wrap .pagination .active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* View */
.view-wrap { width:100%; overflow:hidden; }
.view-wrap.view-modal { padding:5px; margin:0px; }
.view-btn { margin:0px 0px 30px; }
.view-btn i { margin-right:2px; }

/* Write */
.write-wrap { width:100%; overflow:hidden; }

@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0px; }
}

/* custom css */
.list-wrap {
margin-left: 2px;
}
.board-list {
padding: 15px;
border: solid 1px #333;
background:#1a1a1a;
}
.view-wrap {
padding: 0px 15px;
border: solid 1px #333;
background:#1a1a1a;
}
.list-board .list-head {
	background-color: #262626 !important;
}
.div-head {
	border-top-style: none !important; 
    border-bottom: none !important;
}
.modal-content { background-color: #262626 !important; }
.modal-content .form-control {
    border: 1px solid #333;
    box-shadow: none;
    background-color: #262626 !important;
}
.btn.btn-black { 
	color: #d9d9d9 !important; border-image: none !important; background-image: none !important;
	border: 1px solid #333; 
	background-color: #262626; 
}
.btn.active.btn-black, .btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active { 
	background-color: #333; 
}

/* 색상 변경 시작 */


	/*검색*/
	.list-tsearch { border:1px solid #333; background:transparent; }
	.list-tsearch .form-control, .list-tsearch .well {
	  background-color: #000 !important;
	  border-color: #333 !important;
	  color: #fff !important;
	}
	.list-tsearch .input-group-addon {
	  background-color: #000 !important;
	  border-color: #333 !important;
	  color: #fff !important;
	}

.txt_co1 {
	color: #f1c40f;
}
.ptb_10 {
	padding: 10px 0;
}

/* 리스트 카테고리 */
	.list-category .active a, .list-category .selected a { color:#d9d9d9 !important; }

	.div-tab.tabs.trans-top ul.nav-tabs {
	  border-bottom: 1px solid #333;
	}
	.div-tab.tabs.trans-top ul.nav-tabs > li {
	  float: left;
	  margin-bottom: 1px;
	}
	.div-tab.tabs.trans-top ul.nav-tabs li.active { 
		border-top-color: #333 !important; 
	}
	.div-tab.tabs.trans-top ul.nav-tabs li.active a { 
		color: #faca08 !important;
		border-top-color: transparent !important; 
	}
	.div-tab.tabs ul.nav-tabs li { 
		background: #000 !important;
		color: #fff !important; 
		border-top: 1px solid #333 !important; 
		border-left: 1px solid #333 !important; 
	}
	.div-tab.tabs ul.nav-tabs li:hover, .div-tab.tabs ul.nav-tabs li:focus { 
		border-top: 1px solid #333 !important; 
		border-left: 1px solid #333 !important; 
	}
	.div-tab.tabs ul.nav-tabs li:first-child  {
		border-left:1px solid #333 !important; 
	}
	.div-tab.tabs ul.nav-tabs li:last-child, .div-tab.tabs ul.nav-tabs li:last-child:hover {
		border-right:1px solid #333 !important; 
	}
	.div-tab.tabs ul.nav-tabs li.active { 
		background: #fff; 
		border-top:1px solid #333; 
	}
	.div-tab.tabs ul.nav-tabs li a, .div-tab.tabs ul.nav-tabs li a:hover, .div-tab.tabs ul.nav-tabs li a:focus,
	.div-tab.tabs ul.nav-tabs li:first-child a, .div-tab.tabs ul.nav-tabs li:first-child a:hover, .div-tab.tabs ul.nav-tabs li:first-child a:focus,
	.div-tab.tabs ul.nav-tabs li:last-child a, .div-tab.tabs ul.nav-tabs li:last-child a:hover, .div-tab.tabs ul.nav-tabs li:last-child a:focus { 
		color:#fff;
		border:0;
		border-bottom:0px solid rgb(221, 221, 221);
	}
	.div-tab.tabs ul.nav-tabs li.active a, .div-tab.tabs ul.nav-tabs li.active a:hover, .div-tab.tabs ul.nav-tabs li.active a:focus,
	.div-tab.tabs ul.nav-tabs li.active:first-child a, .div-tab.tabs ul.nav-tabs li.active:first-child a:hover, .div-tab.tabs ul.nav-tabs li.active:first-child a:focus,
	.div-tab.tabs ul.nav-tabs li.active:last-child a, .div-tab.tabs ul.nav-tabs li.active:last-child a:hover, .div-tab.tabs ul.nav-tabs li.active:last-child a:focus { 
		color: #d9d9d9;
		border-top:0px solid #333; 
		border-bottom:0px solid transparent;
	}

	.list-category .dropdown-menu > li > a {
		color:#fff !important;
	}
	.list-category .dropdown-menu > li > a:hover,
	.list-category .dropdown-menu > li > a:focus {
		color:#d9d9d9 !important;
	}
	.list-category .dropdown-menu > .active > a,
	.list-category .dropdown-menu > .active > a:hover,
	.list-category .dropdown-menu > .active > a:focus {
		color:#d9d9d9 !important;
	}


	.list-wrap .btn-sm {
		padding:10px 20px;
	}
	.list-board .list-head { background-color:#262626; color:#fff !important; }
	.list-board .list-head a { color:#fff !important; }
	.list-board .list-head span { padding:8px 0; }
	.list-board .list-body li { padding:8px 0; }
	.list-board .list-body li { border-bottom:1px solid #333; }
	.list-board .list-body li:hover { background-color:#1a1a1a; color:#faca08 !important; }

	.list-page .pagination li a { color:#fff !important;background:#171717 !important; border-color:#333 !important; padding:10px 15px; }
	.list-page .pagination li.active a { color:#fff !important; background:#faca08 !important; border-color:#333 !important; }
	/* 색상 변경 끝 */



/* REWARD BOX */

.reward_info {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #2e2f30;
    padding: 25px;
}

.reward_info .reward_logo {
    width: 110px;
    height: 21.5px;
    position: relative;
    margin-bottom: 20px;
}

.reward_info .reward_logo > span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(/thema/royal-tv/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.reward_info .reward_infobox {
    width: 100%;
    height: auto;
    position: relative;
}

.reward_info .reward_infobox > p {
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    letter-spacing: 0.5px;
}

/* REWARD BOX END */

/* REWARD ASK */
.reward_ask {
    width: 100%;
    height: auto;
    position: relative;
    background: #1a1a1a;
    padding: 25px 10px;
    margin-top: 10px;
   /* margin-bottom: 30px; */
}

.reward_ask .reward_askbox {
    width: 100%;
    height: auto;
	padding: 0;
    position: relative;
}

.reward_ask .reward_askbox .rwp_item {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	border-top: 1px solid #5e5e5e;
}

.reward_ask .reward_askbox .rwp_item:nth-child(4){
	border-bottom: 1px solid #5e5e5e;
}

.reward_ask .reward_askbox .rwp_item .th_ask {
    width: 20%;
    background-color: #3e3f3f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 15px;
}

.reward_ask .reward_askbox .rwp_item:last-of-type .th_ask {
    border-bottom: 0;
}

.reward_ask .reward_askbox .rwp_item .th_ask > h2 {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.5px;
}

.reward_ask .reward_askbox .rwp_item .td_ask {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}

.reward_ask .reward_askbox .rwp_item:last-of-type .td_ask {
    border-bottom: 0;
}

.reward_ask .reward_askbox .rwp_item .td_ask .ask_listbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
	padding: 0;
}

.reward_ask .reward_askbox .rwp_item .td_ask > p {
    color: #f1c40f;
    font-size: 13px;
    font-weight: 400;
	padding: 0;
    margin: 0;
}

/* REWARD ASK END */

/* RADIOBOX */



.rwp_button {
    position: relative;
}

.rwp_button > input[type='radio'] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.rwp_button > input[type='radio'] + label {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 20px;
    border: 1px solid #f1c40f;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none !important;
    font-size: 13px;
    font-weight: 400;
    color: #f1c40f;
}

.rwp_button > input[type='radio'] + label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #c9ccd0;
    border-radius: 5rem;
    margin: -2px 4px 0 0;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
}

.rwp_button > input[type='radio'] + label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    background-color: #fff;
}

.rwp_button > input[type='radio']:checked + label {
    background-color: #f1c40f;
    color: #fff;
}

.rwp_button > input[type='radio']:checked + label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    background-color: #fff;
}
.rwp_button > input[type='radio']:checked + label::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #2253a2;
    border-radius: 4px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.rwp_select > select {
    width: 100%;
    height: 100%;
	min-width: 180px;
    padding: 5px 15px;
    font-weight: 400;
    background: url(/skin/board/n_black-money-board/img/select_arrows.png) no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #4D4D4D;
    border: 0;
    color: #fff;
}

.rwp_input > input {
    width: 100%;
    height: 100%;
	min-width: 200px;
    background-color: #4D4D4D;
    border: 0;
    padding: 5px 15px;
    color: #fff;
    font-weight: 500;
}

.rwp_submit > button {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 20%;
    height: 100%;
    position: relative;
    background-color: #f1c40f;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #000;
	cursor: pointer;
}

.rwp_submit > button:hover {
    color: #fff;	
    background-color: #4D4D4D;	
}

/* RADIOBOX END */

/*  n_list   */

.n_list_area {
	display: flex;
	justify-content: center;
	align-content: center;
	width: 100%;
	flex-wrap: wrap;
	padding: 10px;
	margin: 0 auto 10px auto;
   /* border: solid 1px #333; */
    background: #1a1a1a;	
}
.n_list_t {
	display: flex;
	justify-content: center;
	align-content: center;
	width: 100%;
	flex-wrap: wrap;
    background: #262626;	
}
.n_list_t ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    padding: 0;
    margin: 0 auto;
	line-height: 30px;
	background: #262626;
}
.n_list_t ul li{
	display: flex;
	justify-content: center;
	align-content: center;
	list-style:none;
	font-size: 13px;
	font-weight: 600;
	line-height: 42px;
	border: 1px solid #333;
	background: #262626;
}

.n_list_l {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
    background: #000;	
}
.n_list_l ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    padding: 0;
    margin: 0 auto;
	line-height: 30px;
	background: #262626;
}
.n_list_l ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	list-style:none;
	line-height: 40px;
	border: 1px solid #333;
	background: #1a1a1a;
}

.n_list_area ul li:nth-child(1) {
	width: 10%;
}
.n_list_area ul li:nth-child(2) {
	width: 15%;
	text-align: center;
}
.n_list_area ul li:nth-child(3) {
	width: 15%;
}
.n_list_area ul li:nth-child(4) {
	width: 20%;
}
.n_list_area ul li:nth-child(5) {
	width: 15%;
}
.n_list_area ul li:nth-child(6) {
	width: 15%;
}
.n_list_area ul li:nth-child(7) {
	width: 10%;
}
.l_button1 {
    position: relative;    
	display: flex;
    justify-content: center;
	align-items: center;
    margin: 0 auto;
    width: 70px;
    height: 24px;
    border: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    background: #f80000;
	cursor: pointer;
}
.l_button1:hover {
    background-color: #666;
    color: #000;

}
.l_button2 {
    position: relative;    
	display: flex;
    justify-content: center;
	align-items: center;
    margin: 0 auto;
    width: 70px;
    height: 24px;
    border: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
    background: #f1c40f;
	cursor: pointer;
}
.l_button2:hover {
    background-color: #666;
    color: #000;

}
.l_button3 {
    position: relative;    
	display: flex;
    justify-content: center;
	align-items: center;
    margin: 0 auto;
    width: 70px;
    height: 24px;
    border: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
    background: #a0a0a0;
	cursor: pointer;
}
.l_button3:hover {
    background-color: #666;
    color: #000;
}

.pc_view {
	display: flex;
}
.mo_view {
	display: none !important;
}
.hidden {
	display: none;
}
.padtb10 {
	padding: 20px 0 10px 0;
}


/* m_list   */

.m_list_area {
	display: flex;
	justify-content: center;
	align-content: center;
	width: 100%;
	flex-wrap: wrap;
	padding: 10px;
	margin: 0 auto 10px auto;
    border: solid 1px #333;
    background: #1a1a1a;	
}
.m_list_t {
	display: flex;
	justify-content: center;
	align-content: center;
	width: 100%;
	flex-wrap: wrap;
    background: #262626;	
}
.m_list_t ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    padding: 0;
    margin: 0 auto;
	line-height: 30px;
	background: #262626;
}
.m_list_t ul li{
	display: flex;
	justify-content: center;
	align-content: center;
	list-style:none;
    flex-wrap: wrap;
	font-size: 10px;
	font-weight: 600;
	border: 1px solid #333;
	background: #262626;
}

.m_list_l {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
    background: #1a1a1a;	
}
.m_list_l ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    padding: 0;
    margin: 0 auto;
	line-height: 30px;
	background: #262626;
}
.m_list_l ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	list-style:none;
	flex-wrap: wrap;
	font-size: 10px;
	padding: 3px 0;	
	border: 1px solid #333;
	background: #1a1a1a;
}

.m_list_area ul li:nth-child(1) {
	width: 10%;
}
.m_list_area ul li:nth-child(2) {
	width: 30%;
	text-align: center;
}
.m_list_area ul li:nth-child(3) {
	width: 30%;
}
.m_list_area ul li:nth-child(4) {
	width: 30%;
}

.m_list_l ul li p, .m_list_t ul li p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.marr5 {
	margin-right: 5px !important;
}
.nom_list {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	color: #f1c40f;
}

@media (max-width: 767px) {
	
	.wrapper {
		overflow-x: hidden;
	}
	.reward_info {
		padding: 15px;
	}
	.reward_ask {
		padding: 10px 10px;
	}
	.reward_info .reward_infobox > p {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0px;
	}
	.reward_ask .reward_askbox .rwp_item .th_ask {
		width: 36%;
	}
	.reward_ask .reward_askbox .rwp_item .td_ask {
        display: flex;
        flex-wrap: wrap;
        width: 64%;
	}
	.reward_ask .reward_askbox .rwp_item .td_ask .ask_listbox {
		padding: 0;
	}
	.div-tab.tabs.trans-top ul.nav-tabs > li {
		width: 49%;
		text-align: center;
	}
	.nav>li>a {
		padding: 10px 7px !important;
	}
	.list-category {
		width: 100%;
	}
	.nav nav-tabs ul.nav nav-tabs {
		width: 100%;
	}
	.rwp_submit > button {
        width: 70%;
        font-size: 13px;
        line-height: 32px;
	}
	.rwp_button li {
		width: 32%;
	}
	.hidden-xs {
       	display: block !important;
    }
	.td_ask label {
		width: 100%;
	}
	.radio-inline {
		margin-left: 0 !important;
	}
	.board-list {
		padding: 5px;
	}
	.list-board .wr-num, .list-board .wr-state, .list-board .wr-name {
		width: auto !important;
	}
	.visible-xs {
		display: none !important;
	}
	.list-wrap .btn-sm {
		padding: 10px 10px  !important;
		font-size: 10px;
	}
	.pc_view {
	display: none;
	}
	.mo_view {
		display: flex !important;
	}
	.l_button1 {
		width: 50px;
		height: 16px;
		border: 0;
		font-size: 9px;
		font-weight: 400;
		line-height: 16px;
		cursor: pointer;
	}
	.l_button2 {
		width: 50px;
		height: 16px;
		border: 0;
		font-size: 9px;
		font-weight: 400;
		line-height: 16px;
		cursor: pointer;
	}
	.l_button3 {
		width: 50px;
		height: 16px;
		border: 0;
		font-size: 9px;
		font-weight: 400;
		line-height: 16px;
		cursor: pointer;
	}
	.list-page .pagination li a {
		padding: 10px 11px !important;
	}
}
