.more_btn{
	border-radius: 10px;
}
.order_ing_btn{
	background: #fff;
	font-size: 16px;
    font-weight: 600;
    line-height: 19.8px;
	color:#111111;
	padding:0 0;
}

.order_ok_btn{
	background:#111111;
}

.order_etc_btn{
	padding:0;
	background: #F6F6F6 !important;
	color:#999999 !important;
	height:57px !important;
	border-radius: 10px !important;
	line-height: 57px !important;
	font-size: 14px;
    font-weight: 400;
}

.tax_invoice_btn1{
	background: #111;
	border-radius: 4px;
    border: 1px solid #111;
}
.tax_invoice_btn{
	background: #111;
	border-radius: 4px;
    border: 1px solid #111;
}
.cash_btn1{
	background: #111;
	border-radius: 4px;
    border: 1px solid #111;
}
.cash_btn{
	background: #111;
	border-radius: 4px;
    border: 1px solid #111;
}
.board_search_btn{
    position: absolute;
    width: 36px;
    height: 44px;
	top: 10px;
    right: 10px;
    background: url(../img/icon_search_20.svg) no-repeat center center;
    font-size: 0;
    border: 0;
    padding: 0;
}

.my_page .modify_pw_btn{
	width: calc(50% - 4px);
	margin-right:8px;
	border:1px solid #999999;
	height: 48px;
    background: #fff;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    color: #111111;
	box-sizing:border-box;
	font-size: 16px;
	font-weight: 400;
	border-radius:5px;
}
.my_page .modify_help{
	width: calc(50% - 4px);
	border:1px solid #999999;
	height: 48px;
    background: #fff;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    color: #111111;
	box-sizing:border-box;
	font-size: 16px;
	font-weight: 400;
	border-radius:5px;
}
.my_page .disconnect_sns_btn{
	display: inline-block;
    height: 28px;
    padding: 0 10px;
    background: #111;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    border-radius: 4px;
    border: none;
}

