/* common.css */

/* ======================================================= */
/*                     default/reset                       */
/* ======================================================= */
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: #a3a3a3; }
::-moz-placeholder { color: #999; }
:-ms-input-placeholder { color: #999;}
.input-group-lg>.btn, .input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text, .input-group-text, 
.form-control, .form-select, button.btn { border-radius: 3px; }


/* =============================================== */
/*                   grid custom                   */
/* =============================================== */
.row { margin:0 }
.row > *[class^="col-"] { padding:0 }
.row::before,
.row::after { display: none !important; }
.row.cell-1x { margin: -2px; }
.row.cell-1x>div { padding: 2px; }
.row.cell-1x>div>div.panel { margin-bottom: 0; }
.row.cell-2x { margin: -5px; }
.row.cell-2x>div { padding: 5px; }
.row.cell-2x>div>div.panel { margin-bottom: 0; }
.row.cell-3x { margin: -10px; }
.row.cell-3x>div { padding: 10px; }
.row.cell-3x>div>div.panel { margin-bottom: 0; }
.row.cell-4x { margin: -15px; }
.row.cell-4x>div { padding: 15px; }
.row.cell-4x>div>div.panel { margin-bottom: 0; }
.row.cell-5x { margin: -20px; }
.row.cell-5x>div { padding: 20px; }
.row.cell-5x>div>div.panel { margin-bottom: 0; }



/* ====================================================== */
/*                    custom button style                 */
/* ====================================================== */
button { border: 1px solid rgba(0 0 0 / 5%); padding: 5px 5px; }
button:active { background-color: rgba(0 0 0 / 5%); }
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%); }

.btn-default { color: #333 !important; background-color: #fff !important; border-color: #ccc !important; }
.btn-default:hover, .btn-default:active, .btn-default:focus { background-color: #eee !important; border-color: rgb(0 0 0 / 15%) !important; }
.btn-primary { color: #fff !important; background-color: #337ab7 !important; border-color: #2e6da4 !important; }
.btn-primary:hover, .btn-primary:active, .btn-primary:focus { background-color: #2266a1 !important; border-color: rgb(0 0 0 / 15%) !important; }
.btn-success { color: #fff !important; background-color: #5cb85c !important; border-color: #4cae4c !important; }
.btn-success:hover, .btn-success:active, .btn-success:focus { background-color: #469e46 !important; border-color: rgb(0 0 0 / 15%) !important; }
.btn-info { color: #fff !important; background-color: #5bc0de !important; border-color: #46b8da !important; }
.btn-info:hover, .btn-info:active, .btn-info:focus { background-color: #4eb1cf !important; color: #fff !important; border-color: rgb(0 0 0 / 15%) !important; }
.btn-warning { color: #fff !important; background-color: #f0ad4e !important; border-color: #eea236 !important; }
.btn-warning:hover, .btn-warning:active, .btn-warning:focus { background-color: #db993d !important; border-color: rgb(0 0 0 / 15%) !important; }
.btn-danger { color: #fff !important; background-color: #d9534f !important; border-color: #d43f3a !important; }
.btn-danger:hover, .btn-danger:active, .btn-danger:focus { background-color: #ca443f !important; border-color: rgb(0 0 0 / 15%) !important; }
.btn-grey { color: #000 !important; background-color: #e3e3e3 !important; border-color: #d1d1d1 !important; }
.btn-grey:hover, .btn-grey:active, .btn-grey:focus { background-color: #c7c7c7 !important; border-color: rgb(0 0 0 / 15%) !important; }
.btn-purple { color: #fff !important; background-color: #7b5980 !important; border-color: #6f4281 !important; }
.btn-purple:hover, .btn-purple:active, .btn-purple:focus { color: #fff !important; background-color: #6a3f70 !important; border-color: rgb(0 0 0 / 15%) !important; }
.btn-dnavy { color: #fff !important; background-color: #010647 !important; border-color: #000 !important; }
.btn-dnavy:hover, .btn-dnavy:active, .btn-dnavy:focus { color: #fff !important; background-color: #26424c !important; border-color: rgb(0 0 0 / 15%) !important; }
.btn-dark { color: #fff !important; background-color: #222 !important; border-color: #000 !important; }
.btn-dark:hover, .btn-dark:active, .btn-dark:focus { color: #fff !important; background-color: #3c3c3c !important; border-color: rgb(0 0 0 / 15%) !important; }

/* button.btn-xxs { margin:0; height:14px; font-size:10px; padding:1px 8px; }
button.btn-ic { margin:0; height:22px; font-size:11px; padding:2px 5px; }
button.btn-xs { height:25px; }
button.btn-sm { height:30px; }
button.btn-md { height:35px; }
button.btn-lg { height:40px; padding: 7px 16px; font-size:18px; }
button.btn-xl { height:45px; font-size:20px; } 
.btn-secondary { background: #eb9c4d; color:#fff; }*/





/* =============================================== */
/*                  UL style                       */
/* =============================================== */
ul { padding:0; list-style:none; }
ul.ul-table { display: table; }
ul.ul-table > li { display: table-cell; }
.grid-equal { display: table; table-layout: fixed; width: 100%; }
.grid-equal>* { display: table-cell; }




/* =============================================== */
/*                  List style                     */
/* =============================================== */
/* 리스트 style - 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:0; left:1px; bottom:0; margin: auto; width: 3px; height: 3px; background: #333; display: block; } */
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 - 안내문 */
.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; }





/* ================================================ */
/*                   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; }

.padding-1x { padding:5px; }
.padding-2x { padding:10px; }
.padding-3x { padding:20px; }
.padding-top-1x { padding-top:20px; }
.padding-top-2x { padding-top:40px; }
.padding-top-3x { padding-top:60px; }
.padding-bottom-1x { padding-bottom:20px; }
.padding-bottom-2x { padding-bottom:40px; }
.padding-bottom-3x { padding-bottom:60px; }

.margin-1x { margin:5px; }
.margin-2x { margin:10px; }
.margin-3x { margin:20px; }
.margin-top-1x { margin-top:20px; }
.margin-top-2x { margin-top:40px; }
.margin-top-3x { margin-top:60px; }
.margin-bottom-1x { margin-bottom:20px; }
.margin-bottom-2x { margin-bottom:40px; }
.margin-bottom-3x { margin-bottom:60px; }

hr.margin-1x { margin:5px 0; }
hr.margin-2x { margin:10px 0; }
hr.margin-3x { margin:15px 0; }
hr.margin-4x { margin:20px 0; }
hr.margin-5x { margin:25px 0; }
hr.margin { border-color: #999; border-style: dashed; margin: 40px 10px; }



/* =============================================== */
/*           토글스위치 버튼 - 커스텀스타일        */
/* =============================================== */
.switch-rect { position: relative; width: auto; height: 38px; }
.switch-rect>input { opacity: 0; width: 0; height: 0; }
.switch-rect>.slider { position: absolute; width: 55px; height: 32px; margin: auto 0; top: 0; left: 0; right: 0; bottom: 0; border: 2px solid rgb(0 0 0 / 11%);
  transition: .4s; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; cursor: pointer; border-radius: 3px; overflow: hidden; }
.switch-rect>.slider:before { position: absolute; content: ""; height: 28px; width: 22px; left: -10px; 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: 3px; }
.switch-rect>input:checked+.slider:before { transform: translateX(50px); -webkit-transform: translateX(50px); -moz-transform: translateX(50px);
  -ms-transform: translateX(50px); -o-transform: translateX(50px); }
.switch-rect>input+.slider>em { font-style: normal; font-size: 13px; color: #fff; position: absolute; top: 5px; 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: 8px; }
.switch-rect>input+.slider>em.off-txt { opacity: 1; right: 8px; }
.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: #d9534f; }
.switch-rect>input:checked+.slider.primary { background-color: #337ab7; }
.switch-rect>.slider.info { background-color: #d9534f; }
.switch-rect>input:checked+.slider.info { background-color: #5bc0de; }
.switch-rect>.slider.success { background-color: #d9534f; }
.switch-rect>input:checked+.slider.success { background-color: #5cb85c; }
.switch-rect>span.label-txt { padding-left: 60px; font-size: 16px; line-height: 38px; }



/* ===================================================================== */
/*                            Table Style Set                            */
/* ===================================================================== */

tbody, td, tfoot, th, thead, tr { border-style: inherit; }

table.table { border-collapse: collapse; margin:0; }
table.table > thead > tr > th { padding:5px; font-weight:500; border-bottom: inherit; }
table.table > thead > tr > td { padding:5px; }
table.table > tbody > tr > th { padding:5px; font-weight:500; }
table.table > tbody > tr > td { padding:5px; border-top:inherit; }
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; }
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; }

/* color - sandy */
table.table.sandy>tbody>tr>th,
table.table.sandy>tbody>tr>td { border: 2px solid #fff; padding: 4px 6px; }
table.table.sandy>tbody>tr>th { background: #e1e0d8; }
table.table.sandy>tbody>tr>td { background: #fbfaf1; }

/* color - sky */
table.table.sky>tbody>tr>th,
table.table.sky>tbody>tr>td { border: 2px solid #fff; padding: 4px 6px; }
table.table.sky>tbody>tr>th { background: #d1ecec; }
table.table.sky>tbody>tr>td { background: #e7f5f5; }

/* 테이블 스타일 - h-scroll table */
.hscroll-wrap { border-top: 1px solid #868686; }
.hscroll-wrap>div { float: left; }
.hscroll-wrap table.table { border-top: none; }
.hscroll-wrap .head-fix { width: 140px; border-bottom: 4px solid #929292; }
.hscroll-wrap .body-flow table.table thead>tr { background: none; }
.hscroll-wrap .head-fix table.table tr td:last-child { border-right: 1px solid #efefef; }
.hscroll-wrap .body-flow { width: calc(100% - 140px); overflow-x: auto; box-shadow: inset -1px 1px 5px #c3c3c3; }
.hscroll-wrap .body-flow table.table tr th { padding:5px 6px; font-weight:600; word-break:keep-all; border-right:1px solid #dedede; background:rgb(206 206 206 / 35%);}
.hscroll-wrap .body-flow table.table tr td { padding:5px 6px; word-break: keep-all; border-right: 1px solid #efefef; }
.hscroll-wrap ::-webkit-scrollbar{ height: 4px; width: 4px; background: rgb(146, 146, 146); }
.hscroll-wrap ::-webkit-scrollbar-thumb:horizontal{ background: #363434; border-radius: 10px; }



/*********************************************
** forms & input elements
**********************************************/
/* 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; } */

select::-ms-expand { display: none; }
select option{ font-size: 12px; padding:3px 5px; }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
  font-size:12px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.select2-container--default .select2-selection--single {
	background-color: inherit;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.select2-dropdown {
	font-size:12px;
	border: 1px solid #ccc;
	border-top:0px;
	border-radius: 3px;
}

.bootstrap-select > .dropdown-menu { box-shadow: 0 1px 3px rgba(0,0,0,.175); z-index: 900;}
.bootstrap-select > .dropdown-menu > ul.dropdown-menu > li > a { font-size:12px; }
.datepicker.dropdown-menu { z-index: 900; }
/* .bootstrap-select > .dropdown-menu > ul.dropdown-menu > li > a:hover { background:#f2f2f2; } */



/* ====================================================== */
/*                custom input/select style               */
/* ====================================================== */
/* input custom */
.checkBox, .radioBtn { position: relative; cursor: pointer; }
.checkBox>.chkbox { border-radius: 2px; }
.checkBox>span.ip:before, 
.radioBtn>span.ip:before { content: ''; position: absolute; top: 6.5px; left: 0px; background-color: #fff; border: 1px solid #bbb; width: 22px; height: 22px; }
.radioBtn>span.ip:before { border-radius: 100%; }
.checkBox>input, .radioBtn>input { display: none; }
.checkBox>span.ip, .radioBtn>span.ip { display: block; height: 38px; padding-left: 26px; line-height: 34px; font-size: 16px; }
.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: 12px; 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; }
.checkBox>input:checked+span.ip:after,
.radioBtn>input:checked+span.ip:after { -webkit-animation: check_box .5s; -moz-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: #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; }

/* input - radio Button type */
label.radio-btn { width: 100%; cursor: pointer; }
label.radio-btn>input[type="radio"] { display: none; }
label.radio-btn>input[type="radio"]+span.ip { display: inline-block; text-align: center; width: 100%; height: 38px; background: #fff; border: 1px solid #ced4da; 
  border-radius: 30px; padding: 6px 5px; transition: all ease 0.2s; position: relative; font-size: 15px; line-height: 24px; }
label.radio-btn>input[type="radio"]+span.ip::before { content:''; border-right: 2px solid #fff; border-top: 2px solid #fff; display: block; position: absolute;
  top: 18px; left: 8px; width: 7px; height: 12px; transform: scaleX(-1) rotate(135deg); -moz-transform: scaleX(-1) rotate(135deg); -webkit-transform: scaleX(-1) rotate(135deg);
  transform-origin: left top; -moz-transform-origin: left top; -webkit-transform-origin: left top; transition: all ease 0.2s; }
label.radio-btn>input[type="radio"]:checked+span.ip::before { animation: check_box .5s; border-color: #fff; }
label.radio-btn>input[type="radio"]:checked+span.ip { color:#fff; background-color:#222; border-color:rgb(0 0 0 / 20%); box-shadow:inset 0 3px 5px rgba(0,0,0,.12); }
label.radio-btn.success>input[type="radio"]:checked+span.ip { color: #fff; background-color: #5cb85c; }
label.radio-btn.primary>input[type="radio"]:checked+span.ip { color: #fff; background-color: #428bca; }
label.radio-btn.info>input[type="radio"]:checked+span.ip { color: #fff; background-color: #5bc0de; }
label.radio-btn.warning>input[type="radio"]:checked+span.ip { color: #fff; background-color: #f0ad4e; }
label.radio-btn.danger>input[type="radio"]:checked+span.ip { color: #fff; background-color: #d9534f; }
label.radio-btn.grey>input[type="radio"]:checked + span.ip { color: #000; background-color: #d9d9d9; }
label.radio-btn.dblue>input[type="radio"]:checked + span.ip { color: #234946; background-color: #b9d9d7; }
label.radio-btn.pigai>input[type="radio"]:checked + span.ip { color: #ffffff; background-color: #cd831b; }
label.radio-btn.pblue>input[type="radio"]:checked + span.ip { color: #ffffff; background-color: #005b9b; }
label.radio-btn.pgreen>input[type="radio"]:checked + span.ip { color: #ffffff; background-color: #86b64e; }
label.radio-btn.pred>input[type="radio"]:checked + span.ip { color: #ffffff; background-color: #d8181f; }




/* ====================================================== */
/*                    custom etc style                    */
/* ====================================================== */
.hide { display: none !important; }
.hidden { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; }
.tar { text-align: right; }
.tal { text-align: left; }
.tac { text-align: center; }

/* essential custom */
.btn.btn-reveal i { line-height: 40px; }  /* color 3d 버튼의 아이콘의 높이 틀어짐 조정 */
.badge { padding: 3px 6px; } /* label badge 의 padding 을 normal 하게 조정 */


/* PAGE LIMITER */
.paginate { padding:10px 0; text-align:center; font-family:verdana; }
.paginate .first:before { content:'처음'; }
.paginate .last:before  { content:'마지막'; }
.paginate a.prev,
.paginate a.first,
.paginate a.last,
.paginate a.next { color:#565656; }
.paginate a.first:before { content:'처음'; }
.paginate a.last:before  { content:'마지막'; }


/* 프린트 인쇄 */
@media screen{ #printSection{ display: none; } }
@media print
{
  html, body * { visibility:hidden; }
  #printSection * { visibility:visible; }
  #printSection { position:absolute; left:0; top:0; width:210mm; height:297mm; }
	.modal-close{display:none;}
}
@page { size: A4; margin:0; }





/* ================================================== */
/*                 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-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-200 { width: 200px !important; }
.w-250 { width: 250px !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; }



/* ================================================ */
/*                     animation                    */
/* ================================================ */
@keyframes check_box {
  0% {   height: 0; width: 0; }
  25% {  height: 0; width: 10px; }
  50% {  height: 20px; width: 10px; }
}
@keyframes graph-ani-hbar {
  0% { opacity: 1; transform: translateX(-200%); -webkit-transform: translateX(-200%); -moz-transform: translateX(-200%); -ms-transform: translateX(-200%); }
  100% { transform: translateX(0); opacity: 1; }
}
@keyframes rubberBand_custom {
  from { -webkit-transform: scale3d(1, 1, 1);       transform: scale3d(1, 1, 1); }
  30%  { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); }
  40%  { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); }
  50%  { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); }
  65%  { -webkit-transform: scale3d(0.95, 1.05, 1); transform: scale3d(0.95, 1.05, 1); }
  75%  { -webkit-transform: scale3d(1.05, 0.95, 1); transform: scale3d(1.05, 0.95, 1); }
  to   { -webkit-transform: scale3d(1, 1, 1);       transform: scale3d(1, 1, 1); }
}

