@charset "utf-8";

/* ======================================================= */
/*                     default/reset                       */
/* ======================================================= */
section, article, aside, footer, header, nav, hgroup { display:block; }
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form { margin-bottom:0; word-break: keep-all; }
h1 { margin-bottom:30px; }
h2 { margin-bottom:20px; }
h3 { margin-bottom:15px; }
h4 { margin-bottom:10px; }
h5 { margin-bottom:5px; font-weight:500; }
a { transition: all ease 0.25s; }
a, a:link, a:visited, a:hover, a:active ,a:focus { text-decoration:none; color:#222; }
/* a:hover, a:active { background-color: rgba(0, 0, 0, 0.08) !important; } */
::-webkit-input-placeholder { color: #777; font-size: 15px; }
:-moz-placeholder { color: #777; font-size: 15px; }
::-moz-placeholder { color: #777; font-size: 15px; }
:-ms-input-placeholder { color: #777; font-size: 15px;}
html { height:100%; }
body { width: 100%; height:100%; font-family: 'Montserrat', 'Nanum Gothic', sans-serif; position:relative; }
iframe { max-width: 100% !important; }



/* ======================================================= */
/*                     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; }



/* ========================================================= */
/*                       Font Icon                           */
/* https://developers.google.com/fonts/docs/material_symbols */
/* https://fonts.google.com/icons?icon.set=Material+Icons    */
/* ========================================================= */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url('/assets/fonts/MaterialIcons/MaterialIcons-Regular.woff2') format('woff2'),
    url('/assets/fonts/MaterialIcons/MaterialIcons-Regular.woff') format('woff'),
    url('/assets/fonts/MaterialIcons/MaterialIcons-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/MaterialIcons/MaterialSymbolsOutlined.woff2') format('woff2');
}
.material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px;  display: inline-block; line-height: 1; text-transform: none;
  letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;  -moz-osx-font-smoothing: grayscale; }
.material-symbols-outlined { font-family: 'Material Symbols Outlined'; font-weight: normal; font-style: normal; font-size: 24px; display: inline-block;
  line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; }



/* =============================================== */
/*                   grid custom                   */
/* =============================================== */
.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                 */
/* ====================================================== */
button { border: 1px solid rgba(0 0 0 / 5%); padding: 6px 6px; transition: all ease 0.25s; }
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:focus, a.btn:focus, .btn-close:focus { box-shadow: none; }


/* button { background: none; border:none; color:#222;  } */
button.btn-xl { height:48px; font-size:20px; }
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 4px; 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 5px; 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 8px; }
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 8px; }
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[type="text"], input[type="password"], textarea { width:100%; padding: 3px 8px; color:#555;	font-size:12.5px;	height:30px;border: 1px solid #ccc;
	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box; -o-box-sizing: border-box;	box-sizing: border-box; appearance:none;-webkit-appearance: none; }
input[type="text"]:focus, input[type="password"]:focus{ border: 1px solid #1ab394; }
input:read-only { background: #efefef; }
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: 16px; 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; }


/* 토글스위치 버튼 - 커스텀스타일 */
.switch-rect { position: relative; width: 56px; height: 26px; overflow: hidden; border-radius: 3px; }
.switch-rect>input { opacity: 0; width: 0; height: 0; }
.switch-rect>.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; border: 2px solid rgb(0 0 0 / 8%); overflow: hidden; border-radius: 15px;
  transition: .4s; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; }
.switch-rect>.slider:before { position: absolute; content: ""; height: 22px; width: 22px; left: -2px; bottom: 0px; z-index: 2; background-color: #fff;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 80%); transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; border-radius: 100%; }
.switch-rect>input:checked+.slider:before { transform: translateX(32px); -webkit-transform: translateX(32px); -moz-transform: translateX(32px);
  -ms-transform: translateX(32px); -o-transform: translateX(32px); }
.switch-rect>input+.slider>em { font-style: normal; font-size: 12px; font-weight: 600; color: #fff; position: absolute; top: 2px; z-index: 1;
  transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; }
.switch-rect>input+.slider>em.on-txt { opacity: 0; left: 7px; }
.switch-rect>input+.slider>em.off-txt { opacity: 1; right: 6px; }
.switch-rect>input:checked+.slider>em.on-txt { opacity: 1; }
.switch-rect>input:checked+.slider>em.off-txt { opacity: 0; }
.switch-rect>.slider.default { background-color: #e3d3d3; }
.switch-rect>input:checked+.slider.default { background-color: #747474; }
.switch-rect>input+.slider.default>em { color: #fff; }
.switch-rect>input+.slider.default>em.off-txt { color: #222; }
.switch-rect>.slider.primary { background-color: #dbdbdb; }
.switch-rect>input+.slider.primary>em.off-txt { color: #777; }
.switch-rect>input:checked+.slider.primary { background-color: #0077fe; }
.switch-rect>.slider.info { background-color: #e5e5e5; }
.switch-rect>input:checked+.slider.info { background-color: #5bc0de; }
.switch-rect>input+.slider.info>em.off-txt { color: #7d6d6d; }
.switch-rect>.slider.success { background-color: #d9534f; }
.switch-rect>input:checked+.slider.success { background-color: #5cb85c; }

/* bs5 custom */
select.form-select { height: 38px; font-size: 16px; border-radius: 3px; cursor: pointer; border-color: #ced4da; }
select.form-select.form-select-lg { height: 48px; }
.form-floating>.form-control { height: calc(3.5rem - 2px); border-radius: 5px; }
.form-floating>label { font-size: 16px; }
.form-control { border-radius: 3px; }
.form-control-sm { min-height: initial; }

.bootstrap-select .dropdown-menu li a { font-size: 15px; }
.bootstrap-select .dropdown-toggle .filter-option-inner-inner { font-size: 15px; color: #5f5f5f; letter-spacing: -0.5px; }
.bootstrap-select button.btn-default { border-color: #ced4da; }
.note-btn-group .dropdown-toggle::after { display: none !important; }
.input-group>button { border-radius: 3px; }
.input-group-text { border-radius: 3px; color:#222; }
.input-group-lg>.btn, .input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text { border-radius: 3px; }
.bootstrap-select>button.btn.dropdown-toggle { padding: 0 12px; border-radius: 3px; }
.bootstrap-select .dropdown-menu li.selected { background: #f3f3f3; }




/* =============================================== */
/*                  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; }

/* 리스트 style - 안내문 */
.infom-txt { font-size: 11px; text-align: left; margin-top: 5px; }
.infom-txt>span.emp-1 { color: #46b8da; font-weight: 600; text-decoration: underline; }
div.inf-txt-0 { padding: 2px 0 5px; margin: 2px 0px 0px; }
div.inf-txt-0>p { text-align: left; color: #7b7b7b; font-size: 11px; padding-left: 14px; position: relative; }
div.inf-txt-0>p:before { content: '※'; position: absolute; left: 0; top: 0px; }
div.inf-txt-1 { padding: 5px 0; margin: 10px 0px 0px; border-top: 1px dotted #dcdcdc; }
div.inf-txt-1>p { text-align: left; color: #7b7b7b; font-size: 12px; padding-left: 14px; position: relative; }
div.inf-txt-1>p:before { content: '※'; position: absolute; left: 0; top: 0px; }




/* =============================================== */
/*                   table style                   */
/* =============================================== */
.table>:not(:last-child)>:last-child>* { border-bottom-color: inherit; }
.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: 18px; word-break: keep-all; }
table.table { border-collapse: collapse; margin:0; }
table.table > thead > tr > th { padding:15px 10px; font-weight:500; border-bottom: inherit; }
table.table > thead > tr > td { padding:15px 10px; }
table.table > tbody > tr > th { padding:15px 10px; font-weight:500; }
table.table > tbody > tr > td { padding:15px 10px; border-top:inherit; }

table.table.table-s1 > thead > tr > th { padding:15px 5px; }
table.table.table-s1 > thead > tr > td { padding:15px 5px; }
table.table.table-s1 > tbody > tr > th { padding:15px 5px; }
table.table.table-s1 > tbody > tr > td { padding:15px 5px; }

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:2px solid #888; }
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.strip > thead > tr > th { border-left:1px solid #ccc; text-align:center; }
table.table.strip > thead > tr > th:first-child { border-left:0; }
table.table.strip > tbody > tr > td { border-left:1px solid #ccc; text-align:center; }
table.table.strip > tbody > tr > td:first-child { border-left:0; }

table.table.hover { border-top:1px solid #888; }
table.table.hover > thead > tr { border-bottom: 1px solid #cecece; background-color:#e4e4e4; }
table.table.hover > tbody > tr { border-bottom: 1px solid #cecece; }
table.table.hover > tbody > tr:hover { border-bottom: 1px solid #cecece; background-color:#f5f5f5; }
table.table.hover > tbody > tr > th { background:#f5f5f5; }
table.table.hover > thead > tr > th { border-left:1px solid #ccc; text-align:center; }
table.table.hover > thead > tr > th:first-child { border-left:0; }
table.table.hover > tbody > tr > td { border-left:1px solid #ccc; text-align:center; }
table.table.hover > tbody > tr > td:first-child { border-left:0; }

table.table.border { border-top:2px solid #888; }
table.table.border > thead > tr > th { border: 1px solid #cecece; background:#e4e4e4; text-align: center; }
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; }

table.table.table-bordered { border-top:2px solid #555; }
table.table.table-bordered > thead > tr > th { border: 1px solid #666; background:#ccc; }
table.table.table-bordered > thead > tr > td { border: 1px solid #666; }
table.table.table-bordered > tbody > tr > th { border: 1px solid #666; background:#ccc; }
table.table.table-bordered > tbody > tr > td { border: 1px solid #666; }


table.table.ps-table { background-color: #fff; font-size: 12px; border-bottom: 2px solid #eee; }
table.table.ps-table a { color: #000; }
table.table.ps-table>thead>tr>th { background: #6f6f6f; color: #ffffff; border-bottom: 1px solid #ffffff; border-left: 1px solid #fff7f3; text-shadow: 1px 1px 1px #000;
  padding: 8px 5px; font-weight: 500; font-size: 15px; }
table.table.ps-table>tbody>tr { border-bottom: 2px solid #dcecec; }
table.table.ps-table>tbody>tr td { background: #f7f7f7; border: 1px solid #fff; color: #555; padding: 12px 4px; font-size: 17px; letter-spacing: -0.5px; }
table.table.ps-table>tbody>tr:hover td { background: #def7ff; }
table.table.ps-table>tbody>tr td:first-child { border-left: none; }
/* table.ps-table tbody tr td:nth-child(2) { width: auto; }
table.ps-table tbody tr td:nth-child(3) { width: 4.5%; }
table.ps-table tbody tr td:nth-child(4) { width: 16%; }
table.ps-table tbody tr td:nth-child(5) { width: 8.5%;  padding: 6px 8px 6px 2px; }
table.ps-table tbody tr td:nth-child(6) { width: 6.5%; }
table.ps-table tbody tr td:nth-child(7) { width: 13%; padding: 6px 8px; }
table.ps-table tbody tr td:nth-child(8) { width: 7%; } */
table.table.ps-table>tbody tr td:last-child { border-right: none; }



/* =============================================== */
/*                  paging style                   */
/* =============================================== */
.paging-wrap { display: flex; justify-content: center; align-items: center; overflow: hidden; }
.paging-wrap>ul.paginate { display: flex; align-items: center; gap:10px; }
.paging-wrap>ul.paginate>li>a { font-size: 18px; padding: 5px 14px; color: #7b7b7b;  display: block; border: 1px solid #ddd; border-radius: 3px; }
.paging-wrap>ul.paginate>li>a:hover { color: #0077fe; }
.paging-wrap>ul.paginate>li>a.current { font-weight: 800; color: #0077fe; border-color: #0077fe; }
.paging-wrap>ul.paginate>li.prev>a, .paging-wrap>ul.paginate>li.next>a { display: block; text-align: center; }
.paging-wrap>ul.paginate>li.prev>a::after, .paging-wrap>ul.paginate>li.next>a::after { font-size: 18px; color: #333; }
.paging-wrap>ul.paginate>li.prev>a:hover::after, .paging-wrap>ul.paginate>li.next>a:hover::after { text-decoration: none; color: #0077fe; }



/* =============================================== */
/*                   modal style                   */
/* =============================================== */
.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%; }




/* ======================================================= */
/*                   BS INITIALS & CUSTOM                  */
/* ======================================================= */
/*
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { --bs-gutter-x: 0; --bs-gutter-y: 0; }
.form-select { background-position: right 0.25rem center; }
.form-control:focus, .form-check-input:focus, .form-select:focus, .btn:focus { box-shadow: none !important; }
.form-check { padding-left: 1.25em; }
.form-check .form-check-input { margin-left: -1.25em; }
*/



/* ======================================================= */
/*                        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); }


/* ====================================================== */
/*                  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); }
.modal.show.left .modal-dialog { transform: translateX(0px); }
.modal.fade.right .modal-dialog { transform: translateX(50px); }
.modal.show.right .modal-dialog { 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; }


/* ================================================ */
/*                   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; }


/* ====================================================== */
/*                       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; }


/* ====================================================== */
/*                       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; }
}


/* ================================================== */
/*                 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; }

.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; }

.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%; }
.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%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w33 { width: 33.3%; }
.w34 { width: 34%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w65 { width: 65%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w95 { width: 95%; }
.w100 { width: 100%; }

.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; }

.gap-5 { gap:5px; }
.gap-10 { gap:10px; }
.gap-15 { gap:15px; }
.gap-20 { gap:20px; }