@charset "utf-8";
/* CSS Document */

textarea {height: 90px;}
input.bd-bt-none {border-bottom: 0;}

/* 연혁 */
.text-area.history { position: relative; margin-top:15px; margin-left: 10px; }
.text-area .title p {position: relative; font-size: 13px; font-weight: 500; margin-bottom: 5px; }
.text-area .title > span { position: absolute; top:0; right:0; font-size:13px;}
.text-area .title span i {position: relative; top:5px; font-size: 12px}
.text-area .title span.del { color:#b50000; margin-right:10px;}
.text-area .title span.add { color:#000ca2; }


/* 온오프 토글 */
.on-off-toggle { display: inline-block; height: 28px; width: 100%; }
.on-off-toggle label { display: block; height: 100%; overflow: hidden; }
.on-off-toggle label span { display: inline-block; height: 100%; float: left; width: 50%; font-size: 12px; text-align: center; line-height: 26px; border: 1px solid #e5e5e5; }
.on-off-toggle label span.on { border-right: none; border-top-left-radius: 3px; border-bottom-left-radius: 3px; background: #f8f8f8; color: #999; }
.on-off-toggle label span.off { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-color: #D50003; color: #fff; background: #D50003; }
#on_off_toggle:checked + label span.on { background: #00B514; color: #fff; border-color: #00B514; }
#on_off_toggle:checked + label span.off { background: #f8f8f8; color: #999; border-color: #e5e5e5; }
