@charset "UTF-8";


/*************************************************
*					LAYOUT						*
*************************************************/

/**nft_detail_bang.htm**/
.bang_info_table {
	width: 100%;
	margin-top: 10px;
}
.bang_info_table tr{
	background-color: #1c2a64;
	color:#fff;
	
}
.bang_info_table tr td{
	padding:10px;
	font-family: 'ScoreDream';
}
.bang_info_table tr td:nth-child(2){
	background-color: #7288e2;
}

.bang_info_table2{
	width: 100%;
}
.bang_info_table2 > thead {
	background: #7288e2;
	color:#fff;
}
.bang_info_table2 tr{
	border:1px solid #eee;
}
.bang_info_table2 tr td {
	padding:10px;
	font-family: 'ScoreDream';
}
.bang_info_table2 .bit_coin > img{
	width: 18px;
}



/* select option 스타일 */
.ndsp_options{
	display: flex;
	justify-content: flex-start;
	padding:0 20px;
}
.ndsp_options .ndsp_options_txt > p{
	font-size: 14px;
	padding:0;
}
.ndsp_options .ndsp_options_txt > p:last-child{
	margin-bottom: 10px;
}
.select-group{
	position: relative;
	margin-right: 10px;
}
  
.select-with-image{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding: 3px;
	border: 1px solid black;
	cursor: pointer;
	height: 30px;
	width: 50px;
}
  
.select-with-image #da{
	width: 9px;
	margin-right:0;
}
.select-with-image .sg_img{
	width: 18px;
	margin-right: 10px;
}
.select-options{
	position: absolute;
	top: 29px;
	z-index: 5;
	border:1px solid #000;
	width: 50px;
	background-color: #fff;
}
  
.select-option{
	display: flex;
	align-items: center;
	cursor: pointer;
	height: 30px;
	justify-content: center;
}
  
.select-option:hover{
	background-color: #ededed;
}
  
.select-option img{
	width: 20px;
	text-align: center;
}
  
.select-option span{
	font-size: 26px;
}
  
.hide{
	display: none;
}
  
.select-group span{
	pointer-events: none;
}

.nft_price_cont {
	padding:10px 0;
}
.nft_price_cont span{
	margin-bottom: 10px;
	display: block;
}
.nft_price_cont .npc_cont{
	display: flex;
}
.npc_cont >input{
	height: 30px;
	width: 70%;
	border:none;
	border-bottom:1px solid lightgray;
}
  
.nft_dsp_price{
	padding:10px 20px;
}
.nft_dsp_price > p {
	padding:10px 0 0 !important;
}
.nft_dsp_conts {
	padding:0 20px 50px;
}

.nft_dsp_conts > ul > li {
	margin-bottom: 20px;
}

.sm_txt{
	font-size: 12px;
	line-height: 15px;
	display: block;
	font-family: 'ScoreDream';
	color:#949494;
	font-weight: 400;
}