@charset "utf-8";

/* ======================================================= */
/*                     default/reset                       */
/* ======================================================= */
html { height: 100%; margin: 0; }
body { position: relative; height: 100%; font-size: 13px; }
body>div.contents { min-height: 100%; display: flex; flex-direction: column; }
body>div.contents>div.body { flex: 1 0 auto; }
body>div.contents>footer { flex-shrink: 0; } 
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 { color:#333; text-decoration: none; }
a:hover { color:#111; }
a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.10) !important; transition: all ease 0.25s; }
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;}


/* ======================================================= */
/*                   BS INITIALS & CUSTOM                  */
/* ======================================================= */
.form-floating > .form-control { height: calc(3.5rem + 5px); line-height: 1.25; }
.form-select { cursor: pointer; }
/*
.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 custom                        */
/* ========================================================= */
input:focus, .form-control:focus, .form-select:focus { box-shadow:none !important; }
.form-control::placeholder { font-size: 13px; }
.form-control.form-control-sm::placeholder { font-size: 11px; }
.form-control.form-control-lg::placeholder { font-size: 15px; }
.bootstrap-select .dropdown-menu { border-radius: 0; padding: 2px 0; }
.bootstrap-select .dropdown-menu li a { font-size: 12px; }
.bs-searchbox { border-bottom: 1px solid #ededed; padding-bottom: 7px; }
.bs-searchbox .form-control { font-size: 13px; height: 30px; }
.bootstrap-select .no-results { font-size: 13px; margin: 0 8px 5px; padding: 3px 6px; }


/* =============================================== */
/*                   grid custom                   */
/* =============================================== */
.row { margin:0 }
.row > *[class^="col-"] { padding:0 }
.row::before,
.row::after { display: none !important; }
.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 0; }
.row.cell-5>div { padding: 20px; }
.row.cell-6 { margin: -25px 0; }
.row.cell-6>div { padding: 25px; }

.row.cell-1x { margin-right: -5px; margin-left: -5px; margin-bottom: -10px; }
.row.cell-1x > [class*="col-"] { padding-right: 5px; padding-left: 5px; padding-bottom: 10px; }
.row.cell-2x { margin-right: -10px; margin-left: -10px; margin-bottom: -20px; }
.row.cell-2x > [class*="col-"] { padding-right: 10px; padding-left: 10px; padding-bottom: 20px; }
.row.cell-3x { margin-right: -15px; margin-left: -15px; margin-bottom: -30px; }
.row.cell-3x > [class*="col-"] { padding-right: 15px; padding-left: 15px; padding-bottom: 30px; }
.row.cell-4x { margin-right: -20px; margin-left: -20px; margin-bottom: -40px; }
.row.cell-4x > [class*="col-"] { padding-right: 20px; padding-left: 20px; padding-bottom: 40px; }
.row.cell-5x { margin-right: -25px; margin-left: -25px; margin-bottom: 50px; }
.row.cell-5x > [class*="col-"] { padding-right: 25px; padding-left: 25px; padding-bottom: 50px; }

.row[class*="cell-"] { margin-right: -8px; margin-left: -8px; margin-bottom: 20px; }
.row[class*="cell-"] > [class*="col-"] { padding-right: 8px; padding-left: 8px; padding-bottom: 25px; }

/* @media (max-width: 768px) {
  .row[class*="cell-"] { margin-right: -10px; margin-left: -10px; margin-bottom: 20px; }
  .row[class*="cell-"] > [class*="col-"] { padding-right: 10px; padding-left: 10px; padding-bottom: 30px; }
} */
/* @media (max-width: 576px) {
  .row[class*="cell-"] { margin-right: -8px; margin-left: -8px; margin-bottom: 20px; }
  .row[class*="cell-"] > [class*="col-"] { padding-right: 8px; padding-left: 8px; padding-bottom: 25px; }
} */



/* ====================================================== */
/*                  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.fade.scale .modal-dialog { max-width : 650px; transform: scale(0.1); transition: all 0.3s ease; }
.modal.fade.scale.show .modal-dialog { transform: scale(1); }


/* ====================================================== */
/*                       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; }
}


/* =============================================== */
/*                  text style                     */
/* =============================================== */
h1, h2, h3, h4, p { word-break: keep-all; }
.text-right { text-align: right !important; }
.text-left { text-align: left !important; }
.thin-bold { font-weight: 500 !important; }
.semi-bold { font-weight:600 !important; }
.bolder { font-weight: 700 !important; }
.boldest { font-weight: 800 !important; }
.underline { text-decoration: underline !important; }
.txt-ellip { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.txt-ellip2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; line-clamp: 2; -webkit-box-orient: vertical; -webkit-line-clamp:2; }
.txt-ellip3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; line-clamp: 3; -webkit-box-orient: vertical; -webkit-line-clamp:3; }
.table-ellipsis { display: table; table-layout: fixed; width: 100%;	white-space: nowrap; }
.table-ellipsis>* { display: table-cell; overflow: hidden; text-overflow: ellipsis; }
.price:after { content:" 원"; font-size:12px; color:#666; }
.won::before { content:'\20A9'; padding-right: 2px; font-size: 85%; }
.kwon::after { content:"원"; color: #666; font-weight: 500; font-size: 14px; margin-left: 4px; }
.k-won::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; }
.pct::after { content:'%'; padding-left: 1px; font-size: 85%; }
.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; }
.a-pink { color: #f57faf !important; }


/* ====================================================== */
/*                custom input/select style               */
/* ====================================================== */
input.hidden { visibility: hidden; }

/* bar type */
.button-checkbox input[type="checkbox"] { display:none; }
.button-radiobox input[type="radio"] { display:none; }

.button-checkbox input[type="checkbox"] + label.bar { padding: 9px 15px; color:#fff; cursor:pointer; background:#c0bebc; display:inline-block;  vertical-align: middle; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.button-checkbox input[type="checkbox"] + label.bar span { display: inline-block; position: relative; top:1px; left:-5px; width: 13px; height: 11px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAANCAYAAAD12g16AAACE0lEQVR4Xu3WTUhUURyH4evohN7APhhqFhZBi4qQcWOBUqAygZpSUGgFQgsLMV0KEm7VENwIUW0ySAZCJBJ0YUVQIEJt2jiSixaNBQ4uvCVkzIzv4r/4c7jHgy5cVD94mMts9MVzLhYVCgVvD3YPU1jBXu4cFhF4sogK2I8H8KEXwyCKsZt1YQwLqIS5fUgiCj0fDYhgN6tGEzpxNCx4HH14CV/FzqEfQ9jpWiXWQwVqYO4KatGuon104IJE73Sn0CjP5TgWFjyAH0hK9HG8RhXSGIVtRTgMvSqk1MkYxmOYe4ufOCnRByQ2jizmHT+3DHpxXFNtH/AxLDiNOhW9hITxvW3d+ISz6q85rU7KK9xH2LIYV9E9iOvvHcf2Lo6ov+ZNdVKW8AZMBRvR1+W5FJtodsQmMIITeI+rmJFoDwu4gTyYNfqFPJcghwlHbByXcBC3cQa3JNrDN0yisF1wDGPGC+URfMcvm5bnQ5hSL6dltGAD281Hk4opxmVEYdsGsvJchjb1clpDCn/g2YJjxp2tw3d1p23RGVzELPRW0SifrtgO4xgH6k7botfxFF+g9wvP5ZPZg58ggUWJfYd6Fd0L2wK0qpfSJtqwDNdaJHZVYr/imYo+D9t+I6VeSjlMYg2h0/94VOAh7hh39jR6JDgH1/qQwQSYUzmaMW3c2ZjEziIP12oR4DOYI/hfEcHfvP/BW2aigjjoC4lAAAAAAElFTkSuQmCC') no-repeat; background-position: 0 0; border: none; }
.button-checkbox input[type="checkbox"]:checked + label.bar { background:#73716e; }
.button-checkbox input[type="checkbox"]:checked + label.bar span { background-position: -15px 0; }
.button-checkbox input[type="checkbox"]:hover + label.bar { background: #8b8986; }
.button-checkbox input[type="checkbox"][disabled] + label.bar { background:#d5d4d3; cursor: default; }

.button-radiobox input[type="radio"] + label.bar { padding:9px 15px; color:#fff; cursor:pointer; background:#c0bebc; display:inline-block;  vertical-align: middle; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.button-radiobox input[type="radio"] + label.bar span { display: inline-block; position: relative; top:1px; left:-5px; width: 13px; height: 11px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAANCAYAAAD12g16AAACE0lEQVR4Xu3WTUhUURyH4evohN7APhhqFhZBi4qQcWOBUqAygZpSUGgFQgsLMV0KEm7VENwIUW0ySAZCJBJ0YUVQIEJt2jiSixaNBQ4uvCVkzIzv4r/4c7jHgy5cVD94mMts9MVzLhYVCgVvD3YPU1jBXu4cFhF4sogK2I8H8KEXwyCKsZt1YQwLqIS5fUgiCj0fDYhgN6tGEzpxNCx4HH14CV/FzqEfQ9jpWiXWQwVqYO4KatGuon104IJE73Sn0CjP5TgWFjyAH0hK9HG8RhXSGIVtRTgMvSqk1MkYxmOYe4ufOCnRByQ2jizmHT+3DHpxXFNtH/AxLDiNOhW9hITxvW3d+ISz6q85rU7KK9xH2LIYV9E9iOvvHcf2Lo6ov+ZNdVKW8AZMBRvR1+W5FJtodsQmMIITeI+rmJFoDwu4gTyYNfqFPJcghwlHbByXcBC3cQa3JNrDN0yisF1wDGPGC+URfMcvm5bnQ5hSL6dltGAD281Hk4opxmVEYdsGsvJchjb1clpDCn/g2YJjxp2tw3d1p23RGVzELPRW0SifrtgO4xgH6k7botfxFF+g9wvP5ZPZg58ggUWJfYd6Fd0L2wK0qpfSJtqwDNdaJHZVYr/imYo+D9t+I6VeSjlMYg2h0/94VOAh7hh39jR6JDgH1/qQwQSYUzmaMW3c2ZjEziIP12oR4DOYI/hfEcHfvP/BW2aigjjoC4lAAAAAAElFTkSuQmCC') no-repeat; background-position: 0 0; border: none; }
.button-radiobox input[type="radio"]:checked + label.bar { background:#73716e; }
.button-radiobox input[type="radio"]:checked + label.bar span { background-position: -15px 0; }
.button-radiobox input[type="radio"]:hover + label.bar { background: #8b8986; }
.button-radiobox input[type="radio"][disabled] + label.bar { background:#d5d4d3; cursor: default; }

/* 토글스위치 버튼 - 커스텀스타일 */
.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; }



/*
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: 6px 0; cursor: pointer; }
.checkBox:before, .radioBtn:before { content: ''; position: absolute; left: 10px; background-color: #fff; width: 22px; height: 22px; transition: all ease 0.25s; }
.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: 22px; padding-left: 30px; line-height: 24px; font-size: 16px; background: none; }
.checkBox>span.ip:after,
.radioBtn>span.ip:after {
  content: '';
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  display: block;
  position: absolute;
  top: 22px;
  left: 14px;
  width: 7px;
  height: 13px;
  transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
} */



/* ========================================================= */
/*                          button                           */
/* ========================================================= */
button { border: 1px solid rgba(0 0 0 / 5%); padding: 5px 5px; transition: all ease 0.35s; }
button:active { border: 1px solid rgba(0 0 0 / 25%); }
button.current { color: #f57faf !important; font-weight: 600 !important; }
.a-btn { box-shadow: none !important; padding: 5px 14px; }
.btn { border-radius: 3px; }
.btn:hover { border-color: rgba(0 0 0 / 5%); }

button.btn:focus, a.btn:focus, .btn-close:focus { box-shadow: none; }
button.btn    { --bs-btn-padding-y: 5px; --bs-btn-padding-x: 14px; --bs-btn-font-size: 13px; --bs-btn-font-weight:400; height:32px; border-radius:.25rem; }
button.btn-xs { --bs-btn-padding-y: 3px; --bs-btn-padding-x: 10px; --bs-btn-font-size:  9px; --bs-btn-font-weight:400; height:20px; }
button.btn-sm { --bs-btn-padding-y: 4px; --bs-btn-padding-x: 12px; --bs-btn-font-size: 11px; --bs-btn-font-weight:400; height:28px; }
button.btn-md { --bs-btn-padding-y: 5px; --bs-btn-padding-x: 14px; --bs-btn-font-size: 13px; --bs-btn-font-weight:400; height:32px; }
button.btn-lg { --bs-btn-padding-y: 6px; --bs-btn-padding-x: 16px; --bs-btn-font-size: 15px; --bs-btn-font-weight:600; height:38px; }
button.btn-xl { --bs-btn-padding-y: 7px; --bs-btn-padding-x: 18px; --bs-btn-font-size: 17px; --bs-btn-font-weight:800; height:42px; }
button.btn-ll { --bs-btn-padding-y: 8px; --bs-btn-padding-x: 20px; --bs-btn-font-size: 19px; --bs-btn-font-weight:800; height:48px; }

/* button colors */
.btn-default { border: 1px solid #ddd; background: #fff; }
.btn-default:hover { border-color: #aaa; }
.btn-light { background-color: #f3f3f3; border-color: #e7e7e7; }
.btn-red { background-color: #ff4a4a; color: #fff; }
.btn-red:hover, .btn-red:active { background-color: #f04646 !important; color:#fff; }
.btn-teal   { background-color: #53777a; color: #fff; }
.btn-teal:hover, .btn-teal:active { background-color: #4c6d70 !important; color:#fff; }
.btn-yellow { background-color: #ecd078; color: #333; }
.btn-yellow:hover, .btn-yellow:active { background-color: #e0c670 !important; }
.btn-green { background-color: #59ba41; color: #fff; }
.btn-green:hover, .btn-green:active { background-color: #52ac3c !important; color:#fff; }
.btn-lgreen  { background-color: #10b981; color: #fff; }
.btn-lgreen:hover, .btn-lgreen:active { background-color: #10aa77 !important; color:#fff; }
.btn-brown  { background-color: #774f38; color: #fff; }
.btn-brown:hover, .btn-brown:active { background-color: #6b4732 !important; color:#fff; }
.btn-aqua { background-color: #40c0cb; color: #fff; }
.btn-aqua:hover, .btn-aqua:active { background-color: #3cb5c0 !important; color:#fff; }
.btn-lime   { background-color: #aee239; color: #333; }
.btn-lime:hover, .btn-lime:active { background-color: #a6d635 !important; }
.btn-purple { background-color: #5d4157; color: #fff; }
.btn-purple:hover, .btn-purple:active { background-color: #52394c !important; color:#fff; }
.btn-leaf   { background-color: #a8caba; color: #333; }
.btn-leaf:hover, .btn-leaf:active { background-color: #9bbbac !important; }
.btn-pink   { background-color: #f89fa1; color: #fff; }
.btn-pink:hover, .btn-pink:active { background-color: #e99395 !important; color:#fff; }
.btn-blue { background-color: #1265a8; color: #fff; }
.btn-blue:hover, .btn-blue:active { background-color: #125d9b !important; color:#fff; }
.btn-amber { background-color: #eb9c4d; color: #fff; }
.btn-amber:hover, .btn-amber:active { background-color: #df954b !important; color:#fff; }
.btn-black { background-color: #111111; color: #fff; }
.btn-black:hover, .btn-black:active { background-color: #252424 !important; color:#fff !important; }
.btn-white  { background-color: #fff; color: #333; border-color: #eee; }
.btn-white:hover, .btn-white:active { background-color: #ebe9e9 !important; }
.btn-info  { background-color: #0dcaf0; color: #333; color:#fff; }
.btn-info:hover, .btn-info:active { background-color: #0dc0e4 !important; color:#fff; }
.btn-init  { background-color: transparent; color: #333; border-color: transparent; }
.btn-init:hover, .btn-init:active { background-color: transparent !important; border-color: transparent; }

/* socail button */
.social-btn { height: 50px; border: 1px solid rgb(0 0 0 / 5%) }
.social-btn:hover, .social-btn:active { background: initial; }

.social-btn.btn-naver { background: #1ec800; }
.social-btn.btn-kakao { background: #ffeb00; }
.social-btn>.btn-logo { position: absolute; }
.social-btn>.btn-text { margin-left: 48px; text-align: center; padding: 6px 0 0; height: 100%; background: #fff; }
.social-btn>.btn-text>p { font-size: 18px; line-height: 18px; }
.social-btn>.btn-text>p:nth-child(2) { font-size: 13px; }
.social-btn.btn-naver>.btn-text>p:nth-child(1) { color: #1ec800; }
.social-btn.btn-kakao>.btn-text>p:nth-child(1) { color: #3c1e1e; }
.btn-sns { position: relative; display: block; height: 48px; background-size: contain; background-repeat: no-repeat; padding: 12px 5px 12px 40px; border-radius: 2px;
  font-size: 15px; }
.btn-sns.sns-apple { background-color: #000000; color:#fff; background-image: url('/images/icons/ico_apple.png'); background-size: 28px; background-position: 10px 8px; }
.btn-sns.sns-naver { background-color: #03c75a; background-image: url('/images/icons/ico_naver.png'); color: #fff; }
.btn-sns.sns-kakao { background-color: #ffeb00; background-image: url('/images/icons/ico_kakao.png'); color: #000; }
.btn-sns.sns-google { padding: 12px 5px 12px 50px; background-color: #4285F4; color: #fff; }
.btn-sns.sns-google::after { content: ''; background-image: url('/images/icons/ico_google.png'); background-color: #fff; background-size: 80%;
  background-repeat: no-repeat; background-position: center; width: 44px; height: 44px; display: block; position: absolute; top: 1px; left: 1px; }


.auth_naver { color:#fff; background-color:#19ce60 !important; }
.auth_kakao { color:#3c1e1e; background-color:#ffeb00 !important; }
.auth_email { color:#237db8; background-color:#e2eff7 !important; }

/* view more */
.item-wrap .vm-box { text-align: center; padding: 50px 0 0; }
.item-wrap .vm-box>button { min-width: 180px; }


/* ====================================================== */
/*                    custom button style                 */
/* ====================================================== */
.btn-register {
  --bs-btn-color: #fff;
  --bs-btn-bg: #333;
  --bs-btn-border-color: #333;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1a1a1a;
  --bs-btn-hover-border-color: #1a1a1a;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #333;
  --bs-btn-active-border-color: #333;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #666;
  --bs-btn-disabled-border-color: #666;
	border-radius: 3px !important;
}

.btn-search { 
  --bs-btn-color: #fff;
  --bs-btn-bg: #6b4732;
  --bs-btn-border-color: #6b4732;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #583c29;
  --bs-btn-hover-border-color: #583c29;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6b4732;
  --bs-btn-active-border-color: #6b4732;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #666;
  --bs-btn-disabled-border-color: #666;
	border-radius: 3px !important;
}

.btn-save { 
  --bs-btn-color: #fff;
  --bs-btn-bg: #52394c;
  --bs-btn-border-color: #52394c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #372633;
  --bs-btn-hover-border-color: #372633;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #52394c;
  --bs-btn-active-border-color: #52394c;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
	border-radius: 3px !important;
}

.btn-list {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #d7dce1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
	border-radius: 3px !important;
}

.btn-delete {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
	border-radius: 3px !important;
}

.btn-small-edit {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #d7dce1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
	border-radius: 3px !important;
}

.btn-down-csv, .btn-down-xls {
  --bs-btn-color: #fff;
  --bs-btn-bg: #666699;
  --bs-btn-border-color: #4f4f75;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #666699;
  --bs-btn-hover-border-color: #4f4f75;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #666699;
  --bs-btn-active-border-color: #4f4f75;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
	border-radius: 3px !important;
}

/* ========================================================= */
/*                          Forms                            */
/* ========================================================= */
select:focus {outline: none; box-shadow: none; }
input:focus { outline: none; box-shadow: none; }
input.input:focus {	outline: none; box-shadow: none; }
input[type='number']::-webkit-inner-spin-button, 
input[type='number']::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

.input-group-text { padding: 0 0.75rem; font-size: 15px; }
.input { height:32px; }
.input-sm { height:28px; }
.input-lg { height:38px; }
.form-label { margin-bottom: 2px; font-size: 14px; font-weight: 500; }
.form-floating>label { font-size: 15px; }
.form-control, .form-select { border-radius: 3px; height: 38px; font-size: 14px; }
.form-control.form-control-sm, .form-select.form-select-sm { height: 28px; font-size: 11px; }
.form-control.form-control-md, .form-select.form-select-md { height: 32px; font-size: 13px; }
.form-control.form-control-lg, .form-select.form-select-lg { height: 38px; font-size: 15px; }
.form-control.form-control-xl, .form-select.form-select-xl { height: 42px; font-size: 17px; }
.input-group.input-group-sm  { height: 28px; }
.input-group.input-group-sm .input-group-text, 
.input-group.input-group-sm .btn, 
.input-group.input-group-sm select, 
.input-group.input-group-sm input { height: 100%; font-size: 11px; border-radius: 3px; }
.input-group.input-group-md  { height: 32px; }
.input-group.input-group-md .input-group-text, 
.input-group.input-group-md .btn, 
.input-group.input-group-md select, 
.input-group.input-group-md input { height: 100%; font-size: 13px; border-radius: 3px; }
.input-group.input-group-lg  { height: 38px; }
.input-group.input-group-lg .input-group-text, 
.input-group.input-group-lg .btn, 
.input-group.input-group-lg select, 
.input-group.input-group-lg input { height: 100%; font-size: 15px; border-radius: 3px; }
.input-group.input-group-xl  { height: 42px; }
.input-group.input-group-xl .input-group-text, 
.input-group.input-group-xl .btn, 
.input-group.input-group-xl select, 
.input-group.input-group-xl input { height: 100%; font-size: 17px; border-radius: 3px; }
.input-group .input-group-text, .input-group button.btn { border-radius: 3px; }
.input-group .bootstrap-select button.dropdown-toggle { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.form-check-input.basic:checked { background-color: #777; border-color: #555; }
.form-check-input.primary:checked { background-color: #2196F3; border-color: rgb(0 0 0 / 15%); }
.form-check-input.success:checked { background-color: #8bc34a; border-color: rgb(0 0 0 / 15%); }
.form-check-input.info:checked { background-color: #3de0f5; border-color: rgb(0 0 0 / 15%); }
.form-check-input.warning:checked { background-color: #FFC107; border-color: rgb(0 0 0 / 15%); }
.form-check-input.danger:checked { background-color: #f44336; border-color: rgb(0 0 0 / 15%); }

.checkBox, .radioBtn { position: relative; cursor: pointer; }
.checkBox>.chkbox { border-radius: 2px; }
.checkBox>span.ip:before, 
.radioBtn>span.ip:before { content: ''; position: absolute; top: 4px; left: 0px; background-color: #fff; border: 1px solid #bfbfbf; width: 20px; height: 20px; }
.radioBtn>span.ip:before { border-radius: 100%; }
.checkBox>input, .radioBtn>input { display: none; }
.checkBox>span.ip, .radioBtn>span.ip { display: block; height: 28px; padding-left: 25px; line-height: 28px; }
.checkBox>span.ip:after,
.radioBtn>span.ip:after { content: ''; border-right: 2px solid #fff; border-top: 2px solid #fff; display: block; position: absolute; top: 14px; left: 4px; width: 7px;
  height: 10px; transform: scaleX(-1) rotate(135deg); transform-origin: left top; }
.checkBox>input:checked+span.ip:after,
.radioBtn>input:checked+span.ip:after { 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: #2196F3 !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>input:disabled+span.ip::before,
.radioBtn>input:disabled+span.ip::before { background: #e3e3e3; }
.checkBox>input:disabled+span.ip::after, 
.radioBtn>input:disabled+span.ip::after { border-color: #e3e3e3 !important; animation: unset; }
.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; }

table .checkBox, table .radioBtn { height: 20px; vertical-align: middle; }
table .checkBox>span.ip, table .radioBtn>span.ip { height: 100%; line-height: 20px; }
table .checkBox>span.ip:before, table .radioBtn>span.ip:before { top:0; }
table .checkBox>span.ip:after, table .radioBtn>span.ip:after { top: 10px; }
table .form-check-input { margin-top: -1px; vertical-align: middle; }
table .form-check { margin-bottom: 0; }
table .form-switch .form-check-input { margin-left: -2em; }


/* ========================================================= */
/*                         search                            */
/* ========================================================= */
.ul-search input.input[type="text"], input.input[type="password"]{ height: 32px; padding: 4px 8px; color: #555; font-size: 13px; border: 1px solid #ccc; appearance: none;	
  -webkit-appearance: none; }
.ul-search input, .ul-search .input-group-text, .ul-search .input-group button.btn { font-size:13px; border-radius:0px; }
@-moz-document url-prefix() {	.ul-search .btn {	position:relative; top:-1px; font-size:13px; border-radius:0px;	height:32px;} }
.ul-search select { padding: 0 20px 0px 5px; font-size: 12px; height: 32px; color: #555555; border: 1px solid #ccc; border-radius: 0; -webkit-appearance: none;
  -moz-appearance: none; appearance: none; -webkit-appearance: none;
  background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAYAAAC0VX7mAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAF1JREFUeNpi/P//PwM1ARMDlQHVDWTBJbF167b/m7dtxyrn4+XJ4OPtxUiSC72BGnyBGkkxjKCXQYY6OzrC+aEhQXgNw+tlJENABvwXEhZkABrOSEg948hLNgABBgBdohcNuY0h3gAAAABJRU5ErkJggg==') no-repeat right center; }

.modal.search-color-layer .modal-content { box-shadow: 0px 0px 5px rgb(0 0 0 / 45%); border: 2px solid #f57faf; background: rgb(0 0 0 / 75%); }
.modal.search-color-layer .modal-content .modal-header { border:none; padding: 15px 15px 15px; position: relative; }
.modal.search-color-layer .modal-content .modal-header h5 {  width: 100%; color:#fff; font-size: 22px; font-weight: 800; border-bottom: 2px solid #fff; }
.modal.search-color-layer .modal-content .modal-header button { position: absolute; top: 25px; right: 15px; opacity: 0.85; }


/* =============================================== */
/*                  List style                     */
/* =============================================== */
ul.ul-table { display: table; }
ul.ul-table > li { display: table-cell; }

/* 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; font-weight: 600; }
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>: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; vertical-align: middle; }
table.table>tbody>tr>td { padding: 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; }

table.table.board { width: 100%; border-top: 1px solid #cecece; margin-bottom: 10px; }
table.table.board>thead>tr { border-bottom: 1px solid #ddd; background-color: #eee; }
table.table.board>tbody>tr:nth-child(even) { background-color: #f9f9f9; }
table.table.board>tbody>tr.empty { border: none; }
table.table.board>tbody>tr.empty>td { padding: 20px; }


/* =============================================== */
/*                   modal style                   */
/* =============================================== */
.modal .modal-dialog { margin: 5% auto 0; }
.modal .modal-dialog.modal-dialog-centered { margin: 0 auto; }
.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%; }


/* ====================================================== */
/*                    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; }
.block { display: block !important; }
.inline-block { display: inline-block !important; }
.hide-scroll { scrollbar-width: none; -ms-overflow-style: none; }
.hide-scroll::-webkit-scrollbar { display: none; }

.square-box { position: relative; }
.square-box::after { content: ""; display: block; }
.square-box>img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.square-box.box-50::after { padding-bottom: 50%; }
.square-box.box-75::after { padding-bottom: 75%; }
.square-box.box-100::after { padding-bottom: 100%; }


/* ================================================== */
/*                 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; }

.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-5 { width: 5px !important; }
.w-10 { width: 10px !important; }
.w-15 { width: 15px !important; }
.w-20 { width: 20px !important; }
.w-25 { width: 25px !important; }
.w-30 { width: 30px !important; }
.w-35 { width: 35px !important; }
.w-40 { width: 40px !important; }
.w-45 { width: 45px !important; }
.w-50 { width: 50px !important; }
.w-55 { width: 55px !important; }
.w-60 { width: 60px !important; }
.w-65 { width: 65px !important; }
.w-70 { width: 70px !important; }
.w-75 { width: 75px !important; }
.w-80 { width: 80px !important; }
.w-85 { width: 85px !important; }
.w-90 { width: 90px !important; }
.w-95 { width: 95px !important; }
.w-100 { width: 100px !important; }
.w-105 { width: 105px !important; }
.w-110 { width: 110px !important; }
.w-115 { width: 115px !important; }
.w-120 { width: 120px !important; }
.w-125 { width: 125px !important; }
.w-130 { width: 130px !important; }
.w-135 { width: 135px !important; }
.w-140 { width: 140px !important; }
.w-145 { width: 145px !important; }
.w-150 { width: 150px !important; }
.w-155 { width: 155px !important; }
.w-160 { width: 160px !important; }
.w-165 { width: 165px !important; }
.w-170 { width: 170px !important; }
.w-175 { width: 175px !important; }
.w-180 { width: 180px !important; }
.w-185 { width: 185px !important; }
.w-190 { width: 190px !important; }
.w-195 { width: 195px !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; }

.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; }