/* 중요 문구 important txt */
.important_txt {margin-top: 0.3rem;font-size: 1.5rem !important;color: var(--ft_red) !important;font-weight: 500; padding-left: 0.4rem; position: relative;font-style: italic;}

/* +,- 버튼 */
.btn.btn_plus{font-size: 0; min-width: 0; padding:0; width: 2.4rem; height: 2.4rem; border: 0; border-radius: 0; background: url(../images/icon/ico_tbl_tgl_off.svg) no-repeat center;}
.btn.btn_minus{font-size: 0; min-width: 0; padding:0; width: 2.4rem; height: 2.4rem; border: 0; border-radius: 0; background: url(../images/icon/ico_tbl_tgl_on.svg) no-repeat center;}

.btn.sml-narrow {min-width: 6rem !important;}
.td-border-bottom {border-spacing: 1px; border-bottom: 1px solid var(--tbl-bdr) !important;}
.td-no-border-right {border-right: none !important;}
.td-no-border-left {border-right: none !important;}

.btn.sml3{height: 4rem;font-size: 1.5rem;min-width: 5rem;border-radius: 0.8rem;line-height: 3.8rem;}