@charset "utf-8";

/* ======================================================= */
/*                     default/reset                       */
/* ======================================================= */
html { height: 100%; margin: 0; }
body { position: relative; min-height: 100%; }
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, p, blockquote, th, td { margin:0; padding:0; font-weight:normal; }
section, article, aside, footer, header, nav, hgroup { display: block; }
p, pre,ul, ol, dl, dd, blockquote, address, table, fieldset, form { margin-bottom: 0; }
a, a:link, a:visited, a:hover, a:active, a:focus { text-decoration: none; }
a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.10) !important; }
img { max-width: 100%; height: auto; }
label { user-select: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; }
ul { padding: 0; list-style: none; }
canvas { position: relative; z-index: 2; }
fieldset legend { overflow: hidden; font-size: 0; line-height: 0; border: none; }
::-webkit-input-placeholder { color: #999; }
:-moz-placeholder { color: #999; }
::-moz-placeholder { color: #999; }
:-ms-input-placeholder { color: #999;}


/* ======================================================= */
/*                     Common style                        */
/* ======================================================= */
/* layout */
ul { padding:0; list-style:none; }
ul.ul-table { display: table; }
ul.ul-table > li { display: table-cell; }
div.manual { margin:0 0 10px 0; padding:10px; border:2px solid #ccc; }
div.manual > p.title { margin-bottom:10px; padding:5px; background:#f7f7f7; border:1px solid #ccc; }
div.manual > ul { list-style: decimal; padding:0 0 0 15px; }
div.manual > ul > li { margin-bottom:5px; }
div.manual > ul > li:last-child { margin-bottom:0; }
div.guide { background:#e7e7e7; border:1px solid #dddddd; padding:5px 10px; }
div.alert { border-left-color:rgba(0,0,0,0.1); border-width:1px; border-left-width:5px; border-radius: 5px; }
div.alert.alert-default { background: #fbfbfb; }
div.alert * { word-break: keep-all; }
.mw50 { min-width: 50px !important; }
.mw100 { min-width: 100px !important; }
.mw150 { min-width: 150px !important; }


/* =============================================== */
/*                 grid style                      */
/* =============================================== */
.row { margin:0 }
.row > *[class^="col-"] { padding:0 }
.row.cell-1x { margin:0 -2px; }
.row.cell-1x > div { padding:0 2px; }
.row.cell-1x > div > div.panel { margin-bottom:0; }
.row.cell-2x { margin:0 -5px; }
.row.cell-2x > div { padding:0 5px; }
.row.cell-2x > div > div.panel { margin-bottom:0; }
.row.cell-3x { margin:0 -10px; }
.row.cell-3x > div { padding:0 10px; }
.row.cell-3x > div > div.panel { margin-bottom:0; }
.row.cell-4x { margin:0 -15px; }
.row.cell-4x > div { padding:0 15px; }
.row.cell-5x { margin:0 -20px; }
.row.cell-5x > div { padding:0 20px; }
.row.cell-5x { margin:0 -25px; }
.row.cell-5x > div { padding:0 25px; }
.row.cell-1 { margin: -2px; }
.row.cell-1 > div { padding: 2px; }
.row.cell-2 { margin: -5px; }
.row.cell-2 > div { padding: 5px; }
.row.cell-3 { margin: -10px; }
.row.cell-3 > div { padding: 10px; }
.row.cell-4 { margin: -15px; }
.row.cell-4 > div { padding: 15px; }
.row.cell-5 { margin: -20px; }
.row.cell-5 > div { padding: 20px; }
.row.cell-5 { margin: -25px; }
.row.cell-5 > div { padding: 25px; }


/* ====================================================== */
/*                    custom button style                 */
/* ====================================================== */
.btn { border-radius: 3px; }
button { background: none; border:none; color:#222; transition: all ease 0.25s; }
button.btn-xl { height:48px; font-size:20px; }
button { border: 1px solid rgba(0 0 0 / 5%); padding: 6px 6px; }
button:active { border: 1px solid rgba(0 0 0 / 25%); background-color: rgba(0 0 0 / 10%); }
button.bt-black { background-color: #333; color:#fff; }
button.bt-black:active { background-color: rgba(0 0 0 / 70%); }
button.bt-white { background-color: #fff; border: 1px solid rgba(0 0 0 / 45%); }
button.bt-white:active { background-color: rgba(0 0 0 / 20%); }
button.btn.btn-ic, a.btn.btn-ic, select.form-select.form-select-ic, input.form-control.form-control-ic { height: 22px; line-height: 20px; padding:0px 3px; font-size: 11.5px; }
button.btn.btn-xs, a.btn.btn-xs, select.form-select.form-select-xs, input.form-control.form-control-xs { height: 28px; line-height: 26px; padding:0 4px; font-size: 13px; }
button.btn.btn-sm, a.btn.btn-sm, select.form-select.form-select-sm, input.form-control.form-control-sm { height: 32px; line-height: 30px; padding:0 4px; }
button.btn.btn-md, a.btn.btn-md, select.form-select.form-select-md, input.form-control.form-control-md { height: 38px; line-height: 36px; padding:0 5px; }
button.btn.btn-lg, a.btn.btn-lg { height: 48px; padding: 0.5rem 0.4rem; }
button.btn:focus, a.btn:focus, .btn-close:focus { box-shadow: none; }

.btn-default { color: #333; background-color: #fff; border-color: #E5E7E9; }
.btn-default:hover, .btn-default:active, .btn-default:focus { background-color: #eee; border-color: rgb(0 0 0 / 15%); }
/* .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } */
.btn-primary { color: #fff; background-color: #0077fe; border-color: #0077fe; }
.btn-primary:hover, .btn-primary:active, .btn-primary:focus { background-color: #006ae1; border-color: rgb(0 0 0 / 15%); }
.btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; }
.btn-success:hover, .btn-success:active, .btn-success:focus { background-color: #469e46; border-color: rgb(0 0 0 / 15%); }
.btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; }
.btn-info:hover, .btn-info:active, .btn-info:focus { background-color: #4eb1cf; color: #fff; border-color: rgb(0 0 0 / 15%); }
.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; }
.btn-warning:hover, .btn-warning:active, .btn-warning:focus { background-color: #db993d; border-color: rgb(0 0 0 / 15%); }
.btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; }
.btn-danger:hover, .btn-danger:active, .btn-danger:focus { background-color: #ca443f; border-color: rgb(0 0 0 / 15%); }
.btn-grey { color: #222; background-color: #e9ecef; border-color: #ced4da; }
.btn-grey:hover, .btn-grey:active, .btn-grey:focus { background-color: #c7c7c7; border-color: rgb(0 0 0 / 15%); }
.btn-purple { color: #fff; background-color: #7b5980; border-color: #6f4281; }
.btn-purple:hover, .btn-purple:active, .btn-purple:focus { color: #fff; background-color: #6a3f70; border-color: rgb(0 0 0 / 15%); }
.btn-dnavy { color: #fff; background-color: #001e29; border-color: #000; }
.btn-dnavy:hover, .btn-dnavy:active, .btn-dnavy:focus { color: #fff; background-color: #26424c; border-color: rgb(0 0 0 / 15%); }
.btn-dark { color: #fff; background-color: #222; border-color: #000; }
.btn-dark:hover, .btn-dark:active, .btn-dark:focus { color: #fff; background-color: #3c3c3c; border-color: rgb(0 0 0 / 15%); }


/* ====================================================== */
/*                custom input/select style               */
/* ====================================================== */
/* basic */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Chrome, Safari, Edge, Opera */
/* input[type=number] { -moz-appearance: textfield; } */
label { cursor: pointer; }
input, button, label { -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none; user-select: none; }

input[type="text"]:focus, input[type="password"]:focus{ border: 1px solid #1ab394; }
input:-moz-read-only { background: #efefef; }
input.xs[type="text"], input.xs[type="password"] { padding: 0 5px; height:25px; font-size: 11px; }
input.sm[type="text"], input.sm[type="password"] { padding: 3px 8px; height:30px; font-size: 12px; }
input.md[type="text"], input.md[type="password"] { padding: 3px 12px; height:35px; font-size: 12px; }
input.lg[type="text"], input.lg[type="password"] { padding: 3px 12px; height:40px; font-size: 14px; font-weight: 500; }
input.xl[type="text"], input.xl[type="password"] { padding: 3px 12px; height:45px; font-size: 16px; font-weight: 500; }


/* custom input - checkbox/radio */
.checkBox, .radioBtn { position: relative; padding: 8px 0; font-size: 14px; cursor: pointer; }
.checkBox:before, .radioBtn:before { content: ''; position: absolute; left: 0px; background-color: #fff; border: 1px solid #bbb; width:20px; height:20px; }
.radioBtn:before { border-radius: 100%; }
.checkBox>input, .radioBtn>input { display: none; }
.checkBox>.chkbox { border-radius: 2px; }
.checkBox>span.ip, .radioBtn>span.ip { display: block; height: 20px; padding-left: 25px; line-height: 20px; }
.checkBox>span.ip:after,
.radioBtn>span.ip:after {
  content: '';
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  display: block;
  position: absolute;
  top: 18px;
  left: 4px;
  width: 7px;
  height: 11px;
  transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
}
.checkBox>input:checked+span.ip:after,
.radioBtn>input:checked+span.ip:after {
  -webkit-animation: check_box .5s;
  -moz-animation: check_box .5s;
  -o-animation: check_box .5s;
  animation: check_box .5s;
  border-color: #333;
}
.checkBox.default>input:checked+span.ip:after, .radioBtn.default>input:checked+span.ip:after { border-color: #444 !important; }
.checkBox.primary>input:checked+span.ip:after, .radioBtn.primary>input:checked+span.ip:after { border-color: #0077fe !important; }
.checkBox.success>input:checked+span.ip:after, .radioBtn.success>input:checked+span.ip:after { border-color: #8bc34a !important; }
.checkBox.info>input:checked+span.ip:after, .radioBtn.info>input:checked+span.ip:after { border-color: #3de0f5 !important; }
.checkBox.warning>input:checked+span.ip:after, .radioBtn.warning>input:checked+span.ip:after { border-color: #FFC107 !important; }
.checkBox.danger>input:checked+span.ip:after, .radioBtn.danger>input:checked+span.ip:after { border-color: #f44336 !important; }
.checkBox.disabled>input:checked+span.ip:after, .radioBtn.disabled>input:checked+span.ip:after { border-color: #f7f7f7 !important; animation: unset; }
.checkBox.disabled:before, .radioBtn.disabled:before { background: #ddd; }

/* custom input - checkbox/radio - renew */
input:checked+.checkBox>span.ip:after,
input:checked+.radioBtn>span.ip:after { animation: check_box .5s; border-color: #333; }
input:checked+.checkBox.default>span.ip:after, input:checked+.radioBtn.default>span.ip:after { border-color: #444 !important; } 
input:checked+.checkBox.default>span.ip:after, input:checked+.radioBtn.default>span.ip:after { border-color: #444 !important; }
input:checked+.checkBox.primary>span.ip:after, input:checked+.radioBtn.primary>span.ip:after { border-color: #0077fe !important; }
input:checked+.checkBox.success>span.ip:after, input:checked+.radioBtn.success>span.ip:after { border-color: #8bc34a !important; }
input:checked+.checkBox.info>span.ip:after, input:checked+.radioBtn.info>span.ip:after { border-color: #3de0f5 !important; }
input:checked+.checkBox.warning>span.ip:after, input:checked+.radioBtn.warning>span.ip:after { border-color: #FFC107 !important; }
input:checked+.checkBox.danger>span.ip:after, input:checked+.radioBtn.danger>span.ip:after { border-color: #f44336 !important; }


/* =============================================== */
/*                  UL style                       */
/* =============================================== */
ul.ul-table { display: table; }
ul.ul-table > li { display: table-cell; }


/* =============================================== */
/*                  List style                     */
/* =============================================== */
/* init. */
ul.m-circle { list-style-type: disc; list-style-position: inside; }
ul.m-circle>li::marker { font-size: 16px; color:#777; }
ul.m-circle>li>p { display: inline-block; text-indent: -10px; font-size: 14px; }

/* 리스트 style - sqaure dot */
ul.list-st1>li { position: relative; padding-left: 10px; text-align: left; margin: 2px 0; }
ul.list-st1>li:before { content: ''; position: absolute; top:10px; left:1px; bottom:0; width: 3px; height: 3px; background: #333; display: block; }
ul.list-st1>li>a { color: #333; display: block; }
ul.list-st1>li>a:hover { text-decoration: underline; }

/* 리스트 style - ※ */
ul.list-st2>li { position: relative; padding-left: 15px; margin: 2px 0; text-align: left; }
ul.list-st2>li:before { content: '※'; position: absolute; left: 0px; display: block; color: #717171; }

/* 리스트 style - dash(-) */
ul.list-st3>li { position: relative; padding-left: 10px; }
ul.list-st3>li:before { content: ''; position: absolute; left: 0px; margin-top: 11px; width: 6px; height: 1px; background: #333; display: block; }
ul.list-st3>li.list-num:before { display: none; }

/* 리스트 style - small circle */
ul.list-st4>li { position: relative; padding-left: 10px; text-align: left; }
ul.list-st4>li:before { content: ''; position: absolute; top:12px; left:1px; bottom:0; width: 4px; height: 4px; background: #333; display: block; border-radius: 100%; }
ul.list-st4>li>a { color: #333; display: block; }
ul.list-st4>li>a:hover { text-decoration: underline; }


/* ================================================ */
/*                   Guide style                    */
/* ================================================ */
div.heading-title { position: relative; margin-bottom: 40px; }
div.heading-title.heading-dotted { background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEX///+QkJApn3LQAAAAAnRSTlMAgJsrThgAAAAOSURBVHheYwCCUAdcJAAnnALqo5TBzAAAAABJRU5ErkJggg==') repeat-x center; }
div.heading-title.text-center h1, div.heading-title.text-center h2, div.heading-title.text-center h3, div.heading-title.text-center h4, div.heading-title.text-center h5 { padding-left: 15px; padding-right: 15px; }
div.heading-title h1, div.heading-title h2, div.heading-title h3, div.heading-title h4, div.heading-title h5 { margin: 0; padding: 0; background-color: #fff;
  position: relative; display: inline-block;padding-right:15px; }
div.heading-title.heading-line-single::before { top: 54%; border-top: #EEE 1px solid; }
div.heading-title.heading-line-single::before,
div.heading-title.heading-line-double::before { content: ''; position: absolute; width: 100%; height: 0; left: auto; right: 0; }
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small { font-size: 75%; }
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small { font-weight: 400; line-height: 1; color: #777; }
.bg-guide { background:#eeeeee; }

/* =============================================== */
/*                   table style                   */
/* =============================================== */
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th { vertical-align: middle; font-size: 13px; word-break: keep-all; }
.table>:not(:last-child)>:last-child>* { border-bottom-color: inherit; }
table.table { border-collapse: collapse; margin: 0; }
table.table caption { overflow: hidden; width: 1px; height: 1px; font-size: 0; line-height: 0; }
table.table>thead>tr>th { padding: 4px 6px; font-weight: 500; border-bottom: inherit; text-align: center; vertical-align: middle; border-bottom-color: #ddd; }
table.table>thead>tr>td { padding: 4px 6px; }
table.table>tbody>tr>th { padding: 4px 6px; font-weight: 500; }
table.table>tbody>tr>td { padding: 4px 6px; border-top: inherit; vertical-align: middle; }
table.table.basic { width: 100%; border-top: 1px solid #888; }
table.table.basic>thead>tr { border-bottom: 1px solid #cecece; background: #e4e4e4; }
table.table.basic>tbody>tr { border-bottom: 1px solid #cecece; }
table.table.basic>tbody>tr>th { background: #f5f5f5; }
table.table.strip { border-top: 1px solid #888 !important; }
table.table.strip>thead>tr { border-bottom: 1px solid #cecece; background: #e4e4e4; }
table.table.strip>tbody>tr { border-bottom: 1px solid #cecece; }
table.table.strip>tbody>tr:nth-child(odd) { background: #fff; }
table.table.strip>tbody>tr:nth-child(even) { background: #f9f9f9; }
table.table.strip>tbody>tr>th { background: #f5f5f5; }
table.table.border { border-top: 2px solid #888 !important; }
table.table.border>thead>tr>th { border: 1px solid #cecece; background: #e4e4e4; }
table.table.border>thead>tr>td { border: 1px solid #cecece; }
table.table.border>tbody>tr>th { border: 1px solid #cecece; background: #f5f5f5; }
table.table.border>tbody>tr>td { border: 1px solid #cecece; }



/* ====================================================== */
/*                  custom modal style                    */
/* ====================================================== */
.fs-modal .modal-dialog { margin: 8px; }
.modal-fullscreen .modal-dialog { margin:0; height: 100%; }
.modal-content { background-color: none; border:none; }
.modal-body { padding: 10px 8px; }
.modal-backdrop { background-color: #000; }
.modal-footer { padding: 10px; }
.modal-footer>* { margin-left: 10px; }
.modal.fade.left .modal-dialog {
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
}
.modal.show.left .modal-dialog {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.modal.fade.right .modal-dialog {
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
}
.modal.show.right .modal-dialog {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.modal-content .modal-header { padding:14px 20px 10px; border-bottom: 3px solid #e5e5e5; }
.modal-content .modal-header .modal-title { font-size:20px; }
.modal-content .modal-header button.close { position: absolute; top: 10px; right: 10px; font-size: 30px; }
.modal-content .modal-body { font-size:15px; padding:20px; min-height:200px; }
.modal-content .modal-footer { padding:10px; }
.modal-content .modal-close { color:#000; }
.modal-backdrop { background-color: #000; }
#fs-popup-lg > .modal-lg { max-width:1100px; width:100%; border-radius: 0; }
#fs-popup-sm > .modal-sm { max-width:600px; width:100%; border-radius: 0; }
#fs-popup-full .modal-dialog { width:100%; margin: 0; }
#fs-popup-full .modal-content { background-color: #fff; border: 1px solid #ccc; border-radius: 0; outline: 0; -webkit-box-shadow: none; box-shadow: none; }
#fs-popup-full .modal-body { padding:5px 0; }
#fs-popup-items .modal-lg { width:100%; max-width:1600px; }
#fs-custom>.modal-custom-size { width: max-content; max-width: 1160px; }
#fs-analizer .modal-dialog { min-width: 768px; max-width: 1190px; width: 100%; }


/* ======================================================= */
/*                        bs5 modal                        */
/* ======================================================= */
.modal-fullscreen .modal-dialog { margin: 0; height: 100%; }
.modal-fullscreen.left .modal-dialog { width: 80%; max-width: 300px; }
.modal-fullscreen.left .modal-dialog { transform: translateX(-50px); -webkit-transform: translateX(-50px); -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px); -o-transform: translateX(-50px); }
.modal-fullscreen.left.show .modal-dialog { transform: translateX(0px); -webkit-transform: translateX(0px); -moz-transform: translateX(0px);
  -ms-transform: translateX(0px); -o-transform: translateX(0px); }




/* ====================================================== */
/*                    profiler style                      */
/* ====================================================== */
.fs-frame { display: none; }
.fs-frame #execute_frame { width: 0; height: 0; }
.profiler { margin: 20px auto; padding: 15px; word-break: break-all; word-wrap: break-word; }
.profiler .ibox { background: #fff; padding: 10px; border-radius: 2.5px; }
.profiler table { border: 2px solid #444; width: 100%; margin-bottom: 20px; }
.profiler table>thead>tr>th { padding: 3px; color: #fff; text-align: center; background: #444; }
.profiler table>tbody>tr { border-bottom: 1px solid #e4e4e4; }
.profiler table>tbody>tr>th { padding: 3px; }
.profiler table>tbody>tr>td { padding: 3px; font-size: 12px; }
.profiler table>tbody>tr:nth-child(odd) { background: #fff; }
.profiler table>tbody>tr:nth-child(even) { background: #f9f9f9; }
.profiler h4 { margin-bottom: 0; }


/* ====================================================== */
/*                       etc style                        */
/* ====================================================== */
.hide { display: none !important; }
.hidden { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; }
.relative { position: relative; }
.bt-close { position: relative; display: inline-block; width: 35px; height: 35px; overflow: hidden; border: none; }
.bt-close:before, .bt-close:after { content: ''; box-sizing: content-box; display: block; margin: auto; width: 12px; height: 12px; position: absolute;
  top: 0; bottom: 0; border: 2px solid #fff; transform: rotate(-45deg); }
.bt-close:before { border-right: none; border-bottom: none; right: 2px; }
.bt-close:after { border-left: none; border-top: none; right: 19px; }
.bt-back { position: absolute; width: 45px; height: 45px; border: none; }
.bt-back>span { position: absolute; top: 16px; left: 16px; width: 14px; height: 14px; border: 2px solid; border-color: inherit; border-right: 0; border-bottom: 0;
  -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.help { padding:5px 10px 5px 5px; border:1px dotted #2b8055; background:#e2f5ec; color:#333; }
.help:before { content:"※ "; }
.ex { margin-left:5px; padding:5px 10px 5px 5px; background:#eef9f3; color:#333; }
.ex:before { content:"예) "; }
.notice { padding:5px 10px 5px 0; color:#333; }
.notice:before { content:"※ "; }
.m-auto { margin: auto !important; }
.flex { display: flex; align-items: center; }
.flex-block { display: flex; flex-direction: column; }
.flex-center { justify-content: center; align-items: center; display: flex; }
.flex-right { justify-content: right; align-items: center; display: flex; gap: 5px; }
.flex-left { justify-content: left; align-items: center; display: flex; gap: 5px; }
.flex-wrap-1x { display: flex; flex-wrap:wrap; gap: 5px; }
.flex-wrap-2x { display: flex; flex-wrap:wrap; gap: 10px; }
.text-right { text-align: right !important; }
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.float-right { float: right !important; }
.float-left { float: left !important; }
.inline { display: inline !important; }
.block { display: block !important; }
.in-block { display: inline-block !important; }
.va-top { vertical-align: top !important; }
.va-mid { vertical-align: middle !important; }
.va-btm { vertical-align: bottom !important; }
.va-sub { vertical-align: sub !important; }
.va-txt-btm { vertical-align: text-bottom !important; }
.compulsory { color: #ff0235; }
.a-brown { color: #914848 !important; }
.a-red { color:#ff0235 !important; }
.a-grey { color:#777 !important; }
.a-lgrey { color:#aaa !important; }
.a-blue { color:#0077fe !important; }
.a-dblue { color:#1a42bb !important; }
.a-lblue { color:rgba(0, 119, 254, 0.1) !important; }
.a-purple { color: #7162c9 !important; }
.a-bg-grey1 { background-color: #fbfbfb !important; }
.a-bg-grey2 { background-color: #f5f5f5 !important; }
.a-bg-grey3 { background-color: #eeeeee !important; }
.a-bg-lblue { background-color: rgba(0, 119, 254, 0.1) !important; }
.line-color1 { border-color: #ddd !important; }
.line-color2 { border-color: #eee !important; }
.empty { padding: 25px; text-align: center; color: #a9a9a9; background: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 5px; }
.pointer { cursor: pointer; }

/* text */
.txt-ellip { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.txt-ellip2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.txt-ellip3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.table-ellipsis { display: table; table-layout: fixed; width: 100%;	white-space: nowrap; }
.table-ellipsis>* { display: table-cell; overflow: hidden; text-overflow: ellipsis; }
.semi-bold { font-weight:600 !important; }
.bolder { font-weight:800 !important; }
.underline { text-decoration: underline !important; }
.price:after { content:" 원"; font-size:12px; color:#666; }
.won::after { content:"원"; color: #666; font-weight: 500; font-size: 14px; margin-left: 4px; }
.kwon::after { content: '만원'; color: #666; font-weight: 500; font-size: 14px; margin-left: 4px; }
.bwon::after { content: '억원'; color: #666; font-weight: 500; font-size: 14px; margin-left: 4px; }
.u-year::after { content: '년'; color:#666; font-weight: 500; font-size: 14px; margin-left: 4px; }
.num-p::after { content: '명'; font-size: 14px; color:#666; margin-left: 4px; }
.percent::after { content: '%'; font-size: 14px; color:#666; }
.c-evt::after { content: '건'; font-size: 14px; color:#666; }
.c-hit::after { content: '회'; font-size: 14px; color:#666; }
.noti-danger { color:#d9534f; }
.noti-normal { color:#858585; font-size: 15px !important; }



/** 51. Summernote
*************************************************** **/
.note-editor {    position: relative;    border: rgba(0,0,0,0.1) 1px solid;}
.note-editor .row-fluid p {	display:none;}
.note-editor .note-dropzone {position: absolute;z-index: 1;display: none;color: #87cefa;background-color: white; border: 2px dashed #87cefa; opacity: .95;}
.note-editor .note-dropzone .note-dropzone-message { display: table-cell; font-size: 28px; font-weight: bold; text-align: center; vertical-align: middle;}
.note-editor .note-dropzone.hover {color: #098ddf; border: 2px dashed #098ddf;}
.note-editor.dragover .note-dropzone { display: table;}
.note-editor .note-toolbar { background-color: rgba(0,0,0,0.01); border-bottom: 1px solid #eee;}
.note-editor.fullscreen { position: fixed; top: 0; left: 0; z-index: 1050; width: 100%;background-color:#1F252D;}
.note-editor.fullscreen .note-editable {    background-color: white;}
.note-editor.fullscreen .note-resizebar {    display: none;}
.note-editor.codeview .note-editable {    display: none;}
.note-editor.codeview .note-codable {    display: block;}
.note-editor .note-statusbar {    background-color: #f5f5f5;}
.note-editor .note-statusbar .note-resizebar { width: 100%; height: 8px; cursor: ns-resize; border-top: 1px solid #a9a9a9;}
.note-editor .note-statusbar .note-resizebar .note-icon-bar { width: 20px; margin: 1px auto; border-top: 1px solid #a9a9a9;}
.note-editor .note-editable { padding: 10px; overflow: auto; outline: 0;}
.note-editor .note-editable[contenteditable="false"] { background-color: #e5e5e5; }
.note-editor .note-codable { display: none; width: 100%; padding: 10px; margin-bottom: 0; font-size: 14px; color: #ccc; background-color: #222;
  border: 0; border-radius: 0; box-shadow: none; box-sizing: border-box; resize: none; }
.note-air-editor { outline: 0; }
.note-popover .popover { max-width: none; }
.note-popover .popover .popover-content a { display: inline-block; max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle;}
.note-popover .popover .arrow { left: 20px;}
.note-popover .popover .popover-content,
.note-toolbar { padding: 0 5px 5px 5px; margin: 0;}
.note-popover .popover .popover-content>.btn-group,
.note-toolbar>.btn-group { margin: 5px 5px 0 0;}
.note-popover .popover .popover-content>.btn-group,
.note-toolbar>.btn-group>button {margin:0;	border: rgba(0,0,0,0.2) 1px solid;	background-color:#fff;}
.note-popover .popover .popover-content .note-table .dropdown-menu,
.note-toolbar .note-table .dropdown-menu { min-width: 0; padding: 5px;}
.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker,
.note-toolbar .note-table .dropdown-menu .note-dimension-picker {font-size: 18px;}
.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher { position: absolute!important; z-index: 3; width: 10em; height: 10em;cursor: pointer; }
.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted { position: relative!important; z-index: 1; width: 5em; height: 5em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat; }
.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted,
.note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted { position: absolute!important; z-index: 2; width: 1em; height: 1em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;}
.note-popover .popover .popover-content .note-style h1,.note-toolbar .note-style h1,.note-popover .popover .popover-content .note-style h2,.note-toolbar .note-style h2,.note-popover .popover .popover-content .note-style h3,.note-toolbar .note-style h3,.note-popover .popover .popover-content .note-style h4,.note-toolbar .note-style h4,.note-popover .popover .popover-content .note-style h5,.note-toolbar .note-style h5,.note-popover .popover .popover-content .note-style h6,.note-toolbar .note-style h6,.note-popover .popover .popover-content .note-style blockquote,.note-toolbar .note-style blockquote { margin: 0;}
.note-popover .popover .popover-content .note-color .dropdown-toggle,
.note-toolbar .note-color .dropdown-toggle { width: 20px; padding-left: 5px !important;text-align:center;	padding:0;}
.note-popover .popover .popover-content .note-color .dropdown-menu,.note-toolbar .note-color .dropdown-menu { min-width: 340px;}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group,.note-toolbar .note-color .dropdown-menu .btn-group { margin: 0;}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child,.note-toolbar .note-color .dropdown-menu .btn-group:first-child { margin: 0 5px;}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,
.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title { margin: 2px 7px; font-size: 12px; text-align: center; border-bottom: 1px solid #eee;}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset { padding: 0 3px; margin: 3px; font-size: 11px; cursor: pointer; border-radius: 5px;}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {height:20px;}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover { background: #eee;}
.note-popover .popover .popover-content .note-para .dropdown-menu,.note-toolbar .note-para .dropdown-menu { min-width: 216px; padding: 5px;}
.note-popover .popover .popover-content .note-para .dropdown-menu>div:first-child,.note-toolbar .note-para .dropdown-menu>div:first-child { margin-right: 5px;}
.note-popover .popover .popover-content .dropdown-menu,.note-toolbar .dropdown-menu { min-width: 90px;}
.note-popover .popover .popover-content .dropdown-menu.right,.note-toolbar .dropdown-menu.right { right: 0; left: auto;}
.note-popover .popover .popover-content .dropdown-menu.right::before,.note-toolbar .dropdown-menu.right::before { right: 9px; left: auto!important;}
.note-popover .popover .popover-content .dropdown-menu.right::after,.note-toolbar .dropdown-menu.right::after { right: 10px; left: auto!important;}
.note-popover .popover .popover-content .dropdown-menu li a i,.note-toolbar .dropdown-menu li a i { color: deepskyblue; visibility: hidden;}
.note-popover .popover .popover-content .dropdown-menu li a.checked i,.note-toolbar .dropdown-menu li a.checked i {  visibility: visible;}
.note-popover .popover .popover-content .note-fontsize-10,.note-toolbar .note-fontsize-10 { font-size: 10px;}
.note-popover .popover .popover-content .note-color-palette,.note-toolbar .note-color-palette { line-height: 1;}
.note-popover .popover .popover-content .note-color-palette div .note-color-btn,
.note-toolbar .note-color-palette div .note-color-btn { width: 20px; height: 20px; padding: 0; margin: 0; border: 1px solid #fff;}
.note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover,.note-toolbar .note-color-palette div .note-color-btn:hover { border: 1px solid #000;}
.note-dialog>div { display: none;}
.note-dialog .note-image-dialog .note-dropzone { min-height: 100px; margin-bottom: 10px; font-size: 30px; line-height: 4; color: lightgray; text-align: center; border: 4px dashed lightgray;}
.note-dialog .note-help-dialog { font-size: 12px; color: #ccc; background: transparent; background-color: #222!important; border: 0; -webkit-opacity: .9; -khtml-opacity: .9;
  -moz-opacity: .9;  opacity: .9; -ms-filter: alpha(opacity=90); filter: alpha(opacity=90);}
.note-dialog .note-help-dialog .modal-content { background: transparent; border: 1px solid white; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
  -webkit-box-shadow: none; -moz-box-shadow: none;    box-shadow: none;}
.note-dialog .note-help-dialog a { font-size: 12px; color: white;}
.note-dialog .note-help-dialog .title { padding-bottom: 5px; font-size: 14px;  font-weight: bold; color: white; border-bottom: white 1px solid;}
.note-dialog .note-help-dialog .modal-close { font-size: 14px; color: #dd0; cursor: pointer;}
.note-dialog .note-help-dialog .note-shortcut-layout {   width: 100%;}
.note-dialog .note-help-dialog .note-shortcut-layout td {vertical-align: top;}
.note-dialog .note-help-dialog .note-shortcut { margin-top: 8px;}
.note-dialog .note-help-dialog .note-shortcut th { font-size: 13px; color: #dd0; text-align: left;}
.note-dialog .note-help-dialog .note-shortcut th,
.note-dialog .note-help-dialog .note-shortcut tr {background:transparent !important;}
.note-dialog .note-help-dialog .note-shortcut td:first-child { min-width: 110px; padding-right: 10px; color: #dd0; text-align: right;}
.note-handle .note-control-selection { position: absolute; display: none; border: 1px solid black;}
.note-handle .note-control-selection>div { position: absolute;}
.note-handle .note-control-selection .note-control-selection-bg { width: 100%; height: 100%; background-color: black; -webkit-opacity: .3; -khtml-opacity: .3;
  -moz-opacity: .3;  opacity: .3; -ms-filter: alpha(opacity=30); filter: alpha(opacity=30);}
.note-handle .note-control-selection .note-control-handle { width: 7px; height: 7px; border: 1px solid black;}
.note-handle .note-control-selection .note-control-holder {width: 7px;height: 7px;border: 1px solid black;}
.note-handle .note-control-selection .note-control-sizing {width: 7px;height: 7px;background-color: white;border: 1px solid black;}
.note-handle .note-control-selection .note-control-nw {top: -5px;left: -5px;border-right: 0;border-bottom: 0;}
.note-handle .note-control-selection .note-control-ne {top: -5px;right: -5px;border-bottom: 0;border-left: none;}
.note-handle .note-control-selection .note-control-sw {bottom: -5px;left: -5px;border-top: 0;border-right: 0;}
.note-handle .note-control-selection .note-control-se {right: -5px;bottom: -5px;cursor: se-resize;}
.note-handle .note-control-selection .note-control-selection-info { right: 0; bottom: 0; padding: 5px; margin: 5px; font-size: 12px; color: white; background-color: #000;
  border-radius: 5px; opacity: .7; -ms-filter: alpha(opacity=70); filter: alpha(opacity=70); }
.note-toolbar button { height:30px; }
.note-modal input[type="button"] { cursor: pointer; }
.note-modal input.note-image-input { padding: 8px 8px; width: 100%; background: #f9f9f9; font-size: 14px; border: 1px solid #eee; cursor: pointer; }
.note-modal .modal-header { padding: 10px 10px 6px; }
.note-modal .modal-header button.close { position: absolute; top: -1px; right: 0; font-size: 30px; font-weight: 600; border: none; padding: 0 10px; }
.note-modal .modal-header .modal-title { color:#333; margin: 0; font-size: 18px; }
.note-modal .modal-body>.form-group { margin-bottom: 20px; }
.note-modal .modal-body>.form-group label { display: block; font-size: 15px; border-bottom: 1px solid #dbdbdb; margin-bottom: 8px; padding-bottom: 2px; }
.note-editable table > thead > tr > th { border: 1px solid #ccc; background:#e4e4e4; padding:3px; }
.note-editable table > thead > tr > td { border: 1px solid #ccc; }
.note-editable table > tbody > tr > th { border: 1px solid #ccc; background:#f5f5f5; padding:3px; }
.note-editable table > tbody > tr > td { border: 1px solid #ccc; padding:3px; }



/* ================================================== */
/*                 essentials st.                     */
/* ================================================== */
.fs-10 { font-size: 10px !important; }
.fs-11 { font-size: 11px !important; }
.fs-12 { font-size: 12px !important; }
.fs-13 { font-size: 13px !important; }
.fs-14 { font-size: 14px !important; }
.fs-15 { font-size: 15px !important; }
.fs-16 { font-size: 16px !important; }
.fs-17 { font-size: 17px !important; }
.fs-18 { font-size: 18px !important; }
.fs-19 { font-size: 19px !important; }
.fs-20 { font-size: 20px !important; }
.fs-21 { font-size: 21px !important; }
.fs-22 { font-size: 22px !important; }
.fs-23 { font-size: 23px !important; }
.fs-24 { font-size: 24px !important; }
.fs-25 { font-size: 25px !important; }
.fs-30 { font-size: 30px !important; }
.fs-35 { font-size: 35px !important; }
.fs-40 { font-size: 40px !important; }
.fs-45 { font-size: 45px !important; }
.fs-50 { font-size: 50px !important; }
.fs-55 { font-size: 55px !important; }
.fs-60 { font-size: 60px !important; }
.fs-65 { font-size: 65px !important; }
.fs-70 { font-size: 70px !important; }
.fs-75 { font-size: 75px !important; }
.fs-80 { font-size: 80px !important; }
.fs-90 { font-size: 90px !important; }
.fs-100 { font-size: 100px !important; }

.em-08 { font-size: 0.8em !important; }
.em-09 { font-size: 0.9em !important; }
.em-10 { font-size: 1.0em !important; }
.em-11 { font-size: 1.1em !important; }
.em-12 { font-size: 1.2em !important; }
.em-13 { font-size: 1.3em !important; }
.em-14 { font-size: 1.4em !important; }
.em-15 { font-size: 1.5em !important; }
.em-16 { font-size: 1.6em !important; }
.em-17 { font-size: 1.7em !important; }
.em-18 { font-size: 1.8em !important; }
.em-19 { font-size: 1.9em !important; }
.em-20 { font-size: 2.0em !important; }

.lh-10 { line-height: 10px !important; }
.lh-15 { line-height: 15px !important; }
.lh-20 { line-height: 20px !important; }
.lh-25 { line-height: 25px !important; }
.lh-30 { line-height: 30px !important; }
.lh-35 { line-height: 35px !important; }
.lh-40 { line-height: 40px !important; }
.lh-45 { line-height: 45px !important; }
.lh-50 { line-height: 50px !important; }

.fw-100 { font-weight: 100 !important; }
.fw-200 { font-weight: 200 !important; }
.fw-300 { font-weight: 300 !important; }
.fw-400 { font-weight: 400 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }
.fw-800 { font-weight: 800 !important; }

.mb-0 { margin-bottom: 0px !important; }
.mb-1 { margin-bottom: 1px !important; }
.mb-2 { margin-bottom: 2px !important; }
.mb-3 { margin-bottom: 3px !important; }
.mb-4 { margin-bottom: 4px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-6 { margin-bottom: 6px !important; }
.mb-7 { margin-bottom: 7px !important; }
.mb-8 { margin-bottom: 8px !important; }
.mb-9 { margin-bottom: 9px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-100 { margin-bottom: 100px !important; }

.mt-0 { margin-top: 0px !important; }
.mt-1 { margin-top: 1px !important; }
.mt-2 { margin-top: 2px !important; }
.mt-3 { margin-top: 3px !important; }
.mt-4 { margin-top: 4px !important; }
.mt-5 { margin-top: 5px !important; }
.mt-6 { margin-top: 6px !important; }
.mt-7 { margin-top: 7px !important; }
.mt-8 { margin-top: 8px !important; }
.mt-9 { margin-top: 9px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-45 { margin-top: 45px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-90 { margin-top: 90px !important; }
.mt-100 { margin-top: 100px !important; }

.ml-0 { margin-left: 0px !important; }
.ml-1 { margin-left: 1px !important; }
.ml-2 { margin-left: 2px !important; }
.ml-3 { margin-left: 3px !important; }
.ml-4 { margin-left: 4px !important; }
.ml-5 { margin-left: 5px !important; }
.ml-6 { margin-left: 6px !important; }
.ml-7 { margin-left: 7px !important; }
.ml-8 { margin-left: 8px !important; }
.ml-9 { margin-left: 9px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-25 { margin-left: 20px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-35 { margin-left: 35px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-45 { margin-left: 45px !important; }
.ml-50 { margin-left: 50px !important; }
.ml-60 { margin-left: 60px !important; }
.ml-70 { margin-left: 70px !important; }
.ml-80 { margin-left: 80px !important; }
.ml-90 { margin-left: 90px !important; }
.ml-100 { margin-left: 100px !important; }

.mr-0 { margin-right: 0px !important; }
.mr-1 { margin-right: 1px !important; }
.mr-2 { margin-right: 2px !important; }
.mr-3 { margin-right: 3px !important; }
.mr-4 { margin-right: 4px !important; }
.mr-5 { margin-right: 5px !important; }
.mr-6 { margin-right: 6px !important; }
.mr-7 { margin-right: 7px !important; }
.mr-8 { margin-right: 8px !important; }
.mr-9 { margin-right: 9px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-25 { margin-right: 20px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-35 { margin-right: 35px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-45 { margin-right: 45px !important; }
.mr-50 { margin-right: 50px !important; }
.mr-60 { margin-right: 60px !important; }
.mr-70 { margin-right: 70px !important; }
.mr-80 { margin-right: 80px !important; }
.mr-90 { margin-right: 90px !important; }
.mr-100 { margin-right: 100px !important; }

.m-0 { margin: 0px !important; }
.m-1 { margin: 1px !important; }
.m-2 { margin: 2px !important; }
.m-3 { margin: 3px !important; }
.m-4 { margin: 4px !important; }
.m-5 { margin: 5px !important; }
.m-6 { margin: 6px !important; }
.m-7 { margin: 7px !important; }
.m-8 { margin: 8px !important; }
.m-9 { margin: 9px !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }
.m-25 { margin: 20px !important; }
.m-30 { margin: 30px !important; }
.m-35 { margin: 35px !important; }
.m-40 { margin: 40px !important; }
.m-45 { margin: 45px !important; }
.m-50 { margin: 50px !important; }
.m-60 { margin: 60px !important; }
.m-70 { margin: 70px !important; }
.m-80 { margin: 80px !important; }
.m-90 { margin: 90px !important; }
.m-100 { margin: 100px !important; }

.mw-0 { margin: 0 0px !important; }
.mw-1 { margin: 0 1px !important; }
.mw-2 { margin: 0 2px !important; }
.mw-3 { margin: 0 3px !important; }
.mw-4 { margin: 0 4px !important; }
.mw-5 { margin: 0 5px !important; }
.mw-6 { margin: 0 6px !important; }
.mw-7 { margin: 0 7px !important; }
.mw-8 { margin: 0 8px !important; }
.mw-9 { margin: 0 9px !important; }
.mw-10 { margin: 0 10px !important; }
.mw-15 { margin: 0 15px !important; }
.mw-20 { margin: 0 20px !important; }
.mw-25 { margin: 0 20px !important; }
.mw-30 { margin: 0 30px !important; }
.mw-35 { margin: 0 35px !important; }
.mw-40 { margin: 0 40px !important; }
.mw-45 { margin: 0 45px !important; }

.mh-0 { margin: 0px 0 !important; }
.mh-1 { margin: 1px 0 !important; }
.mh-2 { margin: 2px 0 !important; }
.mh-3 { margin: 3px 0 !important; }
.mh-4 { margin: 4px 0 !important; }
.mh-5 { margin: 5px 0 !important; }
.mh-6 { margin: 6px 0 !important; }
.mh-7 { margin: 7px 0 !important; }
.mh-8 { margin: 8px 0 !important; }
.mh-9 { margin: 9px 0 !important; }
.mh-10 { margin: 10px 0 !important; }
.mh-15 { margin: 15px 0 !important; }
.mh-20 { margin: 20px 0 !important; }
.mh-25 { margin: 20px 0 !important; }
.mh-30 { margin: 30px 0 !important; }
.mh-35 { margin: 35px 0 !important; }
.mh-40 { margin: 40px 0 !important; }
.mh-45 { margin: 45px 0 !important; }

.pb-0 { padding-bottom: 0px !important; }
.pb-1 { padding-bottom: 1px !important; }
.pb-2 { padding-bottom: 2px !important; }
.pb-3 { padding-bottom: 3px !important; }
.pb-4 { padding-bottom: 4px !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-6 { padding-bottom: 6px !important; }
.pb-7 { padding-bottom: 7px !important; }
.pb-8 { padding-bottom: 8px !important; }
.pb-9 { padding-bottom: 9px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-12 { padding-bottom: 12px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-18 { padding-bottom: 18px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-25 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-35 { padding-bottom: 35px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-45 { padding-bottom: 45px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-100 { padding-bottom: 100px !important; }
.pb-110 { padding-bottom: 110px !important; }
.pb-120 { padding-bottom: 120px !important; }
.pb-130 { padding-bottom: 130px !important; }
.pb-140 { padding-bottom: 140px !important; }
.pb-150 { padding-bottom: 150px !important; }
.pb-200 { padding-bottom: 200px !important; }
.pt-0 { padding-top: 0px !important; }
.pt-1 { padding-top: 1px !important; }
.pt-2 { padding-top: 2px !important; }
.pt-3 { padding-top: 3px !important; }
.pt-4 { padding-top: 4px !important; }
.pt-5 { padding-top: 5px !important; }
.pt-6 { padding-top: 6px !important; }
.pt-7 { padding-top: 7px !important; }
.pt-8 { padding-top: 8px !important; }
.pt-9 { padding-top: 9px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-12 { padding-top: 12px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-18 { padding-top: 18px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-35 { padding-top: 35px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-45 { padding-top: 45px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-90 { padding-top: 90px !important; }
.pt-100 { padding-top: 100px !important; }
.pt-110 { padding-top: 110px !important; }
.pt-120 { padding-top: 120px !important; }
.pt-130 { padding-top: 130px !important; }
.pt-140 { padding-top: 140px !important; }
.pt-150 { padding-top: 150px !important; }
.pt-200 { padding-top: 200px !important; }
.pl-0 { padding-left: 0px !important; }
.pl-1 { padding-left: 1px !important; }
.pl-2 { padding-left: 2px !important; }
.pl-3 { padding-left: 3px !important; }
.pl-4 { padding-left: 4px !important; }
.pl-5 { padding-left: 5px !important; }
.pl-6 { padding-left: 6px !important; }
.pl-7 { padding-left: 7px !important; }
.pl-8 { padding-left: 8px !important; }
.pl-9 { padding-left: 9px !important; }
.pl-10 { padding-left: 10px !important; }
.pl-12 { padding-left: 12px !important; }
.pl-15 { padding-left: 15px !important; }
.pl-18 { padding-left: 18px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-25 { padding-left: 25px !important; }
.pl-30 { padding-left: 30px !important; }
.pl-35 { padding-left: 35px !important; }
.pl-40 { padding-left: 40px !important; }
.pl-45 { padding-left: 45px !important; }
.pl-50 { padding-left: 50px !important; }
.pl-60 { padding-left: 60px !important; }
.pl-70 { padding-left: 70px !important; }
.pl-80 { padding-left: 80px !important; }
.pl-90 { padding-left: 90px !important; }
.pl-100 { padding-left: 100px !important; }
.pl-110 { padding-left: 110px !important; }
.pl-120 { padding-left: 120px !important; }
.pl-130 { padding-left: 130px !important; }
.pl-140 { padding-left: 140px !important; }
.pl-150 { padding-left: 150px !important; }
.pl-200 { padding-left: 200px !important; }
.pr-0 { padding-right: 0px !important; }
.pr-1 { padding-right: 1px !important; }
.pr-2 { padding-right: 2px !important; }
.pr-3 { padding-right: 3px !important; }
.pr-4 { padding-right: 4px !important; }
.pr-5 { padding-right: 5px !important; }
.pr-6 { padding-right: 6px !important; }
.pr-7 { padding-right: 7px !important; }
.pr-8 { padding-right: 8px !important; }
.pr-9 { padding-right: 9px !important; }
.pr-10 { padding-right: 10px !important; }
.pr-12 { padding-right: 12px !important; }
.pr-15 { padding-right: 15px !important; }
.pr-18 { padding-right: 18px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-25 { padding-right: 25px !important; }
.pr-30 { padding-right: 30px !important; }
.pr-35 { padding-right: 35px !important; }
.pr-40 { padding-right: 40px !important; }
.pr-45 { padding-right: 45px !important; }
.pr-50 { padding-right: 50px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-70 { padding-right: 70px !important; }
.pr-80 { padding-right: 80px !important; }
.pr-90 { padding-right: 90px !important; }
.pr-100 { padding-right: 100px !important; }
.pr-110 { padding-right: 110px !important; }
.pr-120 { padding-right: 120px !important; }
.pr-130 { padding-right: 130px !important; }
.pr-140 { padding-right: 140px !important; }
.pr-150 { padding-right: 150px !important; }
.pr-200 { padding-right: 200px !important; }
.p-0 { padding: 0px !important; }
.p-1 { padding: 1px !important; }
.p-2 { padding: 2px !important; }
.p-3 { padding: 3px !important; }
.p-4 { padding: 4px !important; }
.p-5 { padding: 5px !important; }
.p-6 { padding: 6px !important; }
.p-7 { padding: 7px !important; }
.p-8 { padding: 8px !important; }
.p-9 { padding: 9px !important; }
.p-10 { padding: 10px !important; }
.p-12 { padding: 12px !important; }
.p-15 { padding: 15px !important; }
.p-18 { padding: 18px !important; }
.p-20 { padding: 20px !important; }
.p-25 { padding: 20px !important; }
.p-30 { padding: 30px !important; }
.p-35 { padding: 35px !important; }
.p-40 { padding: 40px !important; }
.p-45 { padding: 45px !important; }
.p-50 { padding: 50px !important; }
.p-60 { padding: 60px !important; }
.p-70 { padding: 70px !important; }
.p-80 { padding: 80px !important; }
.p-90 { padding: 90px !important; }
.p-100 { padding: 100px !important; }
.p-110 { padding: 110px !important; }
.p-120 { padding: 120px !important; }
.p-130 { padding: 130px !important; }
.p-140 { padding: 140px !important; }
.p-150 { padding: 150px !important; }
.p-200 { padding: 200px !important; }
.pw-0 { padding: 0 0px !important; }
.pw-1 { padding: 0 1px !important; }
.pw-2 { padding: 0 2px !important; }
.pw-3 { padding: 0 3px !important; }
.pw-4 { padding: 0 4px !important; }
.pw-5 { padding: 0 5px !important; }
.pw-6 { padding: 0 6px !important; }
.pw-7 { padding: 0 7px !important; }
.pw-8 { padding: 0 8px !important; }
.pw-9 { padding: 0 9px !important; }
.pw-10 { padding: 0 10px !important; }
.pw-12 { padding: 0 12px !important; }
.pw-15 { padding: 0 15px !important; }
.pw-18 { padding: 0 18px !important; }
.pw-20 { padding: 0 20px !important; }
.pw-25 { padding: 0 20px !important; }
.pw-30 { padding: 0 30px !important; }
.pw-35 { padding: 0 35px !important; }
.pw-40 { padding: 0 40px !important; }
.ph-0 { padding: 0px 0 !important; }
.ph-1 { padding: 1px 0 !important; }
.ph-2 { padding: 2px 0 !important; }
.ph-3 { padding: 3px 0 !important; }
.ph-4 { padding: 4px 0 !important; }
.ph-5 { padding: 5px 0 !important; }
.ph-6 { padding: 6px 0 !important; }
.ph-7 { padding: 7px 0 !important; }
.ph-8 { padding: 8px 0 !important; }
.ph-9 { padding: 9px 0 !important; }
.ph-10 { padding: 10px 0 !important; }
.ph-12 { padding: 12px 0 !important; }
.ph-15 { padding: 15px 0 !important; }
.ph-18 { padding: 18px 0 !important; }
.ph-20 { padding: 20px 0 !important; }
.ph-25 { padding: 20px 0 !important; }
.ph-30 { padding: 30px 0 !important; }
.ph-35 { padding: 35px 0 !important; }
.ph-40 { padding: 40px 0 !important; }


/* width */
.w-10         { width:10px !important; }
.w-20         { width:20px !important; }
.w-30         { width:30px !important; }
.w-40         { width:40px !important; }
.w-50         { width:50px !important; }
.w-60         { width:60px !important; }
.w-70         { width:70px !important; }
.w-80         { width:80px !important; }
.w-90         { width:90px !important; }
.w-100        { width:100px !important; }
.w-110        { width:110px !important; }
.w-120        { width:120px !important; }
.w-130        { width:130px !important; }
.w-140        { width:140px !important; }
.w-150        { width:150px !important; }
.w-160        { width:160px !important; }
.w-170        { width:170px !important; }
.w-180        { width:180px !important; }
.w-190        { width:190px !important; }
.w-200        { width:200px !important; }
.w-210        { width:210px !important; }
.w-220        { width:220px !important; }
.w-230        { width:230px !important; }
.w-240        { width:240px !important; }
.w-250        { width:250px !important; }
.w-260        { width:260px !important; }
.w-270        { width:270px !important; }
.w-280        { width:280px !important; }
.w-290        { width:290px !important; }
.w-300        { width:300px !important; }
.w-350        { width:350px !important; }
.w-400        { width:400px !important; }
.w-450        { width:450px !important; }
.w-500        { width:500px !important; }
.w-550        { width:550px !important; }
.w-600        { width:600px !important; }
.w-650        { width:650px !important; }
.w-700        { width:700px !important; }
.w-750        { width:750px !important; }
.w-800        { width:800px !important; }

.mw-10         { min-width:10px !important; }
.mw-20         { min-width:20px !important; }
.mw-30         { min-width:30px !important; }
.mw-40         { min-width:40px !important; }
.mw-50         { min-width:50px !important; }
.mw-60         { min-width:60px !important; }
.mw-70         { min-width:70px !important; }
.mw-80         { min-width:80px !important; }
.mw-90         { min-width:90px !important; }
.mw-100        { min-width:100px !important; }
.mw-110        { min-width:110px !important; }
.mw-120        { min-width:120px !important; }
.mw-130        { min-width:130px !important; }
.mw-140        { min-width:140px !important; }
.mw-150        { min-width:150px !important; }
.mw-160        { min-width:160px !important; }
.mw-170        { min-width:170px !important; }
.mw-180        { min-width:180px !important; }
.mw-190        { min-width:190px !important; }
.mw-200        { min-width:200px !important; }

/* width percent */
.w1 { width:1%; }
.w2 { width:2%; }
.w3 { width:3%; }
.w4 { width:4%; }
.w5 { width:5%; }
.w6 { width:6%; }
.w7 { width:7%; }
.w8 { width:8%; }
.w9 { width:9%; }
.w10 { width:10% !important; }
.w11 { width:11%; }
.w12 { width:12%; }
.w13 { width:13%; }
.w14 { width:14%; }
.w15 { width:15%; }
.w16 { width:16%; }
.w17 { width:17%; }
.w18 { width:18%; }
.w19 { width:19%; }
.w20 { width:20% !important; }
.w25 { width:25%; }
.w30 { width:30% !important; }
.w33 { width:33.3%; }
.w35 { width:35%; }
.w40 { width:40% !important; }
.w45 { width:45%; }
.w50 { width:50% !important; }
.w55 { width:55%; }
.w60 { width:60% !important; }
.w65 { width:65%; }
.w70 { width:70% !important; }
.w75 { width:75%; }
.w80 { width:80% !important; }
.w85 { width:85%; }
.w90 { width:90% !important; }
.w100 { width:100% !important; }
.w-100p       { width: 100% !important; }
.w-75p        { width: 75% !important;  }
.w-50p        { width: 50% !important;  }
.w-33p        { width: 33% !important;  }
.w-25p        { width: 25% !important;  }
.w-20p        { width: 20% !important;  }
.w-10p        { width: 10% !important;  }

/* height */
.h-1         { height:1px !important; }
.h-2         { height:2px !important; }
.h-3         { height:3px !important; }
.h-4         { height:4px !important; }
.h-5         { height:5px !important; }
.h-6         { height:6px !important; }
.h-7         { height:7px !important; }
.h-8         { height:8px !important; }
.h-9         { height:9px !important; }
.h-10         { height:10px !important; }
.h-15         { height:15px !important; }
.h-20         { height:20px !important; }
.h-25         { height:25px !important; }
.h-30         { height:30px !important; }
.h-35         { height:35px !important; }
.h-40         { height:40px !important; }
.h-45         { height:45px !important; }
.h-50         { height:50px !important; }
.h-60         { height:60px !important; }
.h-70         { height:70px !important; }
.h-80         { height:80px !important; }
.h-90         { height:90px !important; }
.h-100        { height:100px !important; }
.h-110        { height:110px !important; }
.h-120        { height:120px !important; }
.h-130        { height:130px !important; }
.h-140        { height:140px !important; }
.h-150        { height:150px !important; }
.h-200        { height:200px !important; }
.h-250        { height:250px !important; }
.h-300        { height:300px !important; }
.h-350        { height:350px !important; }
.h-400        { height:400px !important; }
.h-450        { height:450px !important; }
.h-500        { height:500px !important; }
.h-550        { height:550px !important; }
.h-600        { height:600px !important; }
.h-650        { height:650px !important; }
.h-700        { height:700px !important; }
.h-750        { height:750px !important; }
.h-800        { height:800px !important; }

/* height percent */
.h100         { height: 100% !important; }
.h-100p       { height: 100vh !important; }
.h-75p        { height: 75vh !important;  }
.h-50p        { height: 50vh !important;  }
.h-33p        { height: 33vh !important;  }
.h-25p        { height: 25vh !important;  }
.h-20p        { height: 20vh !important;  }
.h-10p        { height: 10vh !important;  }

.gap-5 { gap:5px; }
.gap-10 { gap:10px; }
.gap-15 { gap:15px; }
.gap-20 { gap:20px; }


/* ====================================================== */
/*                       keyframes                        */
/* ====================================================== */
@keyframes check_box {
  0%  { height: 0; width: 0; }
  25% { height: 0; width: 10px; }
  50% { height: 20px; width: 10px; }
}
@keyframes check_ani {
  0%  { height: 0; width: 0; }
  25% { height: 0; width: 16px; }
  50% { height: 30px; width: 16px; }
}
@keyframes graph-ani-hbar {
  0% { opacity: 1; transform: translateX(-100%); }
  100% { transform: translateX(0); opacity: 1; }
}
