/* 추가 스타일 정의 */
.align-self-center {text-align: center;width: 100%;}
.txt-center {text-align: center;}
.txt-big {font-size: 1.25rem;}
.txt-small {font-size: .75rem;}
.txt-bold {font-weight: 700;}
.warning_txt {color: #C91748;}


/*스타일 수정 - 퍼블리싱 코드와 충돌 피하기위해 따로 뺍니다.*/

.main .user_info .user_account{font-size:1.125rem; color:#8B95A1;}
.main .user_info .user_account span{font-size:1.313rem; font-weight: 500; color:#000;}

/* main.html - 잔액 심볼 선택*/
.select_coin .coin_fmy, .select_coin .FORMONEY {background: url(../images/coin_fmy.svg) no-repeat 20px center;}
.select_coin .coin_krw, .select_coin .KRW {background: url(../images/coin_krw.svg) no-repeat 20px center;}
.select_coin .coin_bit, .select_coin .BTC {background: url(../images/coin_bitcoin.svg) no-repeat 20px center;}
.select_coin .coin_ether, .select_coin .ETH {background: url(../images/coin_ethereum.svg) no-repeat 20px center;}
.select_coin .coin_ripple, .select_coin .XRP {background: url(../images/coin_ripple.svg) no-repeat 20px center;}
.select_coin .coin_tron, .select_coin .TRX {background: url(../images/coin_tron.svg) no-repeat 20px center;}
.select_coin .coin_tether, .select_coin .USDT {background: url(../images/coin_thether.svg) no-repeat 20px center;}
.select_coin .coin_usd, .select_coin .USD {background: url(../images/coin_usd.png) no-repeat 20px center;}
/* 숨겨져도 메뉴가 클릭되는거 막기 */
.page_main .main .coin_dropdown .option_list{display: none;}
.page_main .main .coin_dropdown .select_coin.show .option_list{display: block;}
/* 숨겨져도 메뉴가 클릭되는거 막기 */
.page_main .main .coin_dropdown .select_coin.show .option_list{width: auto;height: auto;}
.page_main .main .coin_dropdown .option p {white-space: nowrap;}
.page_main .main .total .balance{justify-content:end;}
.page_main .main .total .balance span{margin-right:.5rem;}
.page_main .trade_wrap .trade_list .price span.amount {font-size: 0.875rem;}
.page_main .trade_wrap .trade_list {max-height: calc(100vh - 542px);overflow: auto;}
.page_main .quick_menu {padding-bottom: 0;}
.page_main .modal .modal_bg {width: 90%;max-width: 500px;}

/* history.html */
.history_body td span.date, .history td span.date {color:#000;}

/* coin.html */
.coin_body ul.coin_box button, .coin_body ul.coin_box a{width:auto;flex-grow:1; display: block; text-align: center; background: #F2F4F6; border-radius: 5px; padding:7px 14px; margin:0 2px; font-size:0.75rem; color:#4e5968; font-weight: 600;}

/* coin_history.html */
.page_coin_history .popup .btn_group > label {flex-grow:1;}
.page_coin_history .filter_wrap>*{display: flex;max-width: 100%;}
.page_coin_history .select_coin .select_list a span{text-indent:0}
.page_coin_history .select_coin.show .select_list{height:auto;}

/* coin_receive.html */
.page_coin_receive .select_coin.show .select_list {height:auto;}


/* notice.html */
.page_notice .notice_body ul > li{padding: 15px 20px;}
.page_notice .notice_body ul > li a{padding:o;}

/* notice_view.html */
.page_notice_view .notice_body {height: calc(100vh - 60px);overflow: hidden;}
.page_notice_view .notice_body .conts {height: calc(100vh - 210px);overflow: auto;}
.page_notice_view .notice_body .conts h3{border-top:0}

/* limit.html */
.page_limit .card_list p {font-size:inherit}

/* remit.html */
@media (min-aspect-ratio: 1/1) { /* 가로 모드 */
	.page_remit #popupSelectBank .popup_body {max-height: calc(100vh - 150px);overflow: auto;}
}
@media (max-aspect-ratio: 1/1) { /* 세로 모드 */
	.page_remit #popupSelectBank .popup_body {max-height: calc(100vh - 300px);overflow: auto;}
}
.page_remit .insert_form .has_btn input.price {text-align: right;padding-right: 50px;}
.page_remit .insert_form .has_btn .btn_error,
.page_remit .insert_form .has_btn .btn_check
{right: 5px;}
.page_remit .tab_content{max-height: calc(100vh - 290px);min-height: calc(100vh - 290px);overflow: auto;}
.page_remit .trade_wrap .trade_list li[name="empty"]{justify-content: center;}
.page_remit .trade_wrap .trade_list li[name="search"]{justify-content: center;}
.page_remit .trade_wrap .trade_list .price{width:100px}
.page_remit .trade_wrap .trade_list .desc{width: calc(100% - 45px - 100px - 1rem);margin-left: 1rem;}