@charset "utf-8";



.dialog-container p{
    margin-bottom:1em;
    text-align: center;
}
.alert-dialog {
    border-radius: 10px !important;
}

#diag-write .buttonsWrite .diagRemark {
    font-size: 14px;
    margin: 1rem 0;
    margin-bottom: 5px;
}
#diag-write .buttonsWrite .button {
    height: auto;
    line-height: normal;
    font-size: 16px;
    padding: 8px 0;
    margin: .5rem 0 2rem;
}
#diag-write .buttonsWrite .choose_market {
    border: 1px solid var(--button-border-color);
    border-radius: 30px;
    overflow: hidden;
    background-color: #444;
    margin: .5rem 0 2rem;
}
#diag-write .buttonsWrite .choose_market .button {
    border: 0;
    margin: 0;
}
#diag-write .buttonsWrite .marketArea {
    padding-bottom: 5px;
    /* display: none; */
}
#diag-write .buttonsWrite .marketArea .button {
    line-height: normal;
    margin: 0;
    font-size: 15px;
    padding-left: 20px;
    text-align: left;
    position: relative;
}
#diag-write .buttonsWrite .marketArea .button:after {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2px;
}

[id*="login"] .btn-group.sns_btn .button {
  	font-size: 15px;
    /* margin: .5rem 0; */
    height: 40px;
    padding: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
}
[id*="login"] .sns_btn .button.btnLoginKakaos {
	padding: 0;
	border-color: transparent;
	background-color: #ffe500;
	overflow: hidden;
}
[id*="login"] .sns_btn .button.btnLoginKakaos img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#diag-review .star_select_area .star_list {
    width: 100%;
    justify-content: center;
    margin-bottom: 1rem;
}
#diag-review .star_select_area .star_list .starR {
    color: #e6e6e6;
    transition: ease .3s;
    font-size: 22px;
    margin: 0 5px;
}
#diag-review .star_select_area .star_list .starR.on {
    color: #ffc000;
}
#diag-review .btn-group {
    justify-content: center;
}
#diag-review .btn-group .button {
    flex: 1;
}
#diag-order-qty .qtyCtrlArea {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    overflow: hidden;
}
#diag-order-qty .qtyCtrlArea .button {
    flex: 0 0 44px;
    border: 0;
    border-radius: 0;
    position: relative;
}
#diag-order-qty .qtyCtrlArea .button.btnMinusQty:after {
    display: block;
    content: '';
    width: 20px;
    height: 1px;
    background-color: #222;
    position: absolute;
    top: 50%;
}
#diag-order-qty .qtyCtrlArea .button.btnPlusQty:before,
#diag-order-qty .qtyCtrlArea .button.btnPlusQty:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #222;
}
#diag-order-qty .qtyCtrlArea .button.btnPlusQty:before {
    width: 20px;
    height: 1px;
}
#diag-order-qty .qtyCtrlArea .button.btnPlusQty:after {
    width: 1px;
    height: 20px;
}
#diag-order-qty .qtyCtrlArea ons-input {
    flex: 1;
}
#diag-order-qty .qtyCtrlArea ons-input input {
    height: 42px;
    border: 0;
    text-align: center;
    font-family: var(--theme-sub-font-family);
    color: #000;
}
#diag-order-complete ul li {
    font-size: 14px;
    margin: 3px 0;
}
#diag-order-complete ul li:not(.deli_time):not(.deli_addr) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#diag-order-complete ul li .lbl {
    color: #949494;
}
#diag-order-complete ul li .subj {
    font-weight: bold;
}
#diag-order-complete ul li.product_nm {
    margin:0 0 10px;
}
#diag-order-complete ul li.deli_time {
    font-size: 15px;
    margin: 15px 0 -10px;
    text-align: center;
}
#diag-order-complete ul li.deli_time .od_date {
    color: #00af57;
    font-weight: bold;
    font-family: var(--theme-sub-font-family);
}
#diag-order-complete ul li.total_sum {
    border-top: 1px dashed #222;
    padding-top: 10px;
    margin: 10px 0 15px;
}
#diag-order-complete ul li .od_addr {
    display: block;
    padding-top: 3px;
    text-align: right;
}
#modalComment .btn-group .button, #modalBandComment .btn-group .button {
    flex: 1;
}

#modalComment .btn-group .button, #modalBandComment .btn-group .button {
    padding: 10px 16px;
}

#my-dialog .dialog {
    width: 70%;
}

#modalFcm .fcmBody {
    display: block;
    /* display: -webkit-box; */
    width: 100%;
    min-height: 185px;
    /* max-height: 75px; */
    text-align: left;
    /* text-overflow: ellipsis; */
    /* word-wrap: break-word; */
    /* -webkit-line-clamp: 3; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    letter-spacing: 0px;
}

#modalFcm .list-header{
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    background-color: var(--action-sheet-button-active-background-color);
    margin: 0;
}