/* exchange.css */


/* 출금 */

.wrap_exchange {
    font-size:13px;
}

.wrap_exchange h4{
    background:#8e0000;
    color:#fff;
    width:100%;
    height:48px;
    text-align: center;
    line-height: 48px;
    margin:0;
    padding:0;
    font-size:14px;
}

.ic_arrow_back{
    cursor: pointer;
    position:absolute;
    top:12px;
    left:10px;
}

.exchange_tit{
    text-align: center;
    font-weight: bold;
    color:#808080;
    width: 100%;
    height: 50px;
    line-height: 50px;

}

.exchange_tit b:nth-child(odd){
    color:#8e0000;
}

.exchange_tit b:nth-child(even){
    color:#1D85DD;
}

.exchange_content{
    background:#EDF2F6;
    width:100%;
   /* height: 170px;*/
    padding:10px;
    position: relative;
}

.exchange_content div{
    margin:10px;
}

.exchange_content label{
    font-weight: bold;    
}

.cock{        
    position: absolute;
    top:19px;
    right:20px;        
    font-weight: bold;
}

.cock b{
    color:#8e0000;
}

.sym{        
    position:absolute;
    top:52px;
    right:30px;
    font-weight: bold;        
}

.sym b{
    color:#1D85DD;
}



/* 환전수량 */

.wrap_sym_amount{

}
.sym_amount {


}
.sym_amount input{
    box-sizing: border-box;
    border: 1px solid #808080;
    width:100%;
    height: 30px;        

    padding-left:10px;
    padding-right:70px;
}

.sym_amount b{

}

.sym_amount img{
    width:18px;
    height:18px;        
}


#btn_sym_amount{
    box-sizing: border-box;

    bottom:0;
    right:0;
    width:100%;
    height:30px;
    margin:0;
    padding:0 0 0 0;

    
}


#btn_sym_amount ul{    
    width: 100%;
    height: 30px;
    margin:0;
    padding:0;
}

.btn_sym_amount_rate{       
    cursor: pointer;
    display: inline-block;
    box-sizing:border-box;
    border: 1px solid #808080;
    background: #fff;
    color: #808080;
    width: 100%;
    height:30px;
    line-height: 30px;
    text-align: center;
    margin:0;
    padding:0;
    font-size:11px;
}



/* 총 출금 */
.exchange_total{
    font-weight: bold;
    width: 100%;
    height:50px;
    line-height:50px;
    padding-left:20px;
    border-bottom:1px solid #E8E8E8;
}

.exchange_total span{
    color:#1D85DD;
    position: absolute;
    right:20px;        
}

.exchange_total span span{

    
}

.exchange_total b{
    color:#000;
}

#EthAddress1 {

    margin: 0px;
    width: 243px;
    height: 51px;

}


/* 환전 유의사항 */
.exchange_warn img{
    width: 16px;
    height: 16px;
    margin:0;
    padding:0;
}

.exchange_warn label{
    color:#1D85DD;
    margin:20px auto 5px 20px;
    font-weight: bold;
}

.exchange_warn p{
    margin:0 auto 20px 20px;
    font-size:11px;
    color:#808080;        
}

#btnExchange{
    display: block;
    border:none;
    border-radius:5px;
    background:#8e0000;
    color: #fff;
    width:90%;
    height:40px;
    margin:0 auto;
}




/* sym 출금내역 */
.exchange_list{
    font-size:12px;      
    margin-bottom: 80px;
    position:relative;
}

.exchange_list h5{        
    font-size:14px;
    font-weight: bold;        
    width:100%;
    height: 50px;
    line-height: 50px;        
    border-bottom:1px solid #E8E8E8;
    border-top:1px solid #E8E8E8;
    padding-left:20px;
    margin-bottom: 0;

}

.select_history{
    position:absolute;
    top:15px;
    right:15px;
    height: 20px;
}

.exchange_list ul, li{
    list-style: none;        
    margin:0;
    padding:0;
}

.exchange_list li{
    border-bottom:1px solid #E8E8E8;
    padding-top:13px;
    padding-left: 20px;
    width: 100%;
    height:60px;
    line-height:15px !important;
}

.exchange_list li div:first-child{
    display: inline-block;
}

.exchange_list li div:nth-child(2){        
    display: inline-block;
    text-align: right;        
    position:absolute;
    right:20px;
}

.exchange_list label{
    color:#1D85DD;
    font-weight: bold;        
}

.exchange_list li div:first-child p{
    color:#808080;
    font-size:11px;
}

.exchange_list li span{
    font-size:13px;
    font-weight:bold;
    color:#808080;
}

.exchange_list li b{
    color:#000;
    font-weight:bold;
    font-size:13px;
}

.txt_exchange_result{
    color:#E82C2C;
    font-weight: bold;
    font-size:10px;
    margin-top: 3px;
}




/* 알림 */
.exchange_notice{    
    width:100%;
    height: 60px;
    margin-bottom:80px;
    padding:20px;
    font-size:12px;
}

.exchange_notice b{
    color:#E82C2C;                
}

.exchange_notice span{
    color:#1D85DD;
}

.exchange_notice label{
    margin-bottom:0;
}

.exchange_notice p{
    font-size:10px;
    color:#808080;
}



/* 입출금 내역 */
.select_exchange_history{
    border:1px solid #808080;
    height:20px;
} 

.exchange_list_tit{
    background:#EDF2F6;
    border:0 !important;
    margin:0;
    padding:0;
}

.wrap_btnConfirm{
    position:fixed;
    bottom:0;
    width:100%;
    background:#fff;
}

#btnConfirm{
    display: block;
    border:none;
    border-radius:5px;
    background:#8e0000;
    color: #fff;
    width:90%;
    height:40px;
    margin:15px auto;
}




