@charset "UTF-8";

@font-face {
  font-family: 'Noto Sans KR';
  src: url("../fonts/NotoSansKR-Thin.eot") format("embedded-opentype"), url("../fonts/NotoSansKR-Thin.woff") format("woff"), url("../fonts/NotoSansKR-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url("../fonts/NotoSansKR-Light.eot") format("embedded-opentype"), url("../fonts/NotoSansKR-Light.woff") format("woff"), url("../fonts/NotoSansKR-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url("../fonts/NotoSansKR-Regular.eot") format("embedded-opentype"), url("../fonts/NotoSansKR-Regular.woff") format("woff"), url("../fonts/NotoSansKR-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url("../fonts/NotoSansKR-Medium.eot") format("embedded-opentype"), url("../fonts/NotoSansKR-Medium.woff") format("woff"), url("../fonts/NotoSansKR-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url("../fonts/NotoSansKR-Bold.eot") format("embedded-opentype"), url("../fonts/NotoSansKR-Bold.woff") format("woff"), url("../fonts/NotoSansKR-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url("../fonts/NotoSansKR-Black.eot") format("embedded-opentype"), url("../fonts/NotoSansKR-Black.woff") format("woff"), url("../fonts/NotoSansKR-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Noto Sans KR';
  letter-spacing: -0.2px;
  line-height: normal;
  vertical-align: baseline;
  word-break: keep-all;
  word-wrap: break-word;
  -ms-overflow-style: scrollbar;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
  display: block;
}

body {
  font-family: 'Noto Sans KR';
  color: #2c3238;
  letter-spacing: -0.2px;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}

img {
  width: auto;
  border: 0px;
  display: block;
}

a.line {
  text-decoration: underline !important;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

input,
textarea,
select {
  font-family: 'Noto Sans KR';
  color: #2c3238;
  letter-spacing: -0.2px;
  border: 0;
  outline-style: none;
  border-radius: 0;
}

caption,
legend,
label.hidden,
.invisible {
  position: absolute;
  left: -9999px;
  font-size: 0;
  line-height: 0%;
  overflow: hidden;
}

.g_button {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 14px;
  color: #2c3238;
  font-style: normal;
  color: #2c3238;
  letter-spacing: -0.2px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline-style: none;
}

.g_button > span {
  position: relative;
  outline-style: none;
}

.g_button[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
}

/* input type=number 화살표 비노출 */

/* input x 버튼 제거 */

/**************** common ****************/

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

.relative {
  position: relative;
}

.elps {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.elps2 {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.elps3 {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.wb {
  word-break: break-all;
}

.border {
  border: 1px solid red;
}

.inline {
  display: inline;
}

.inblock {
  display: inline-block;
}

.block {
  display: block !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

.vam {
  vertical-align: middle !important;
}

.vat {
  vertical-align: top !important;
}

.cursor {
  cursor: pointer;
  color: inherit;
}

.posR {
  position: absolute;
  right: 0;
  top: 0;
}

.posL {
  position: absolute;
  left: 0;
  top: 0;
}

.ios_slide {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.ios_slide::-webkit-scrollbar {
  width: 3px;
}

.ios_slide::-webkit-scrollbar-thumb {
  background: #a9a9a9;
}

.vStnd:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  margin-right: -3px;
}

.vCenter {
  display: inline-block;
  width: 99%;
  vertical-align: middle;
}

.sr_only {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.dim_full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1001;
  display: none;
}

.noScroll {
  overflow: hidden;
}

body {
  width: 100%;
}

.goTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  cursor: pointer;
}

.goTop span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 13px;
  color: #fff;
  background: #333;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.goTop:hover span,
.goTop:visited span {
  color: #fff;
}

/*********** 에디터 출력 초기화 ***********/

.editor_reset * {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  line-height: inherit;
}

.editor_reset * em {
  font-style: italic;
}

.editor_reset strong {
  font-weight: 700;
}

.editor_reset em {
  font-style: italic;
}

.editor_reset em * {
  font-style: italic;
}

.editor_reset ul {
  list-style: inherit;
}

.editor_reset ol {
  list-style: decimal;
}

.editor_reset img {
  display: inline;
  max-width: 100% !important;
}

/******************** header ********************/

.header_wrapper {
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

.header_wrapper .top_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
}

.header_wrapper .top_area .logo_wrapper {
  padding-left: 10px;
}

.header_wrapper .top_area .logo_wrapper .img {
  width: 60px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header_wrapper .top_area .util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
}

.header_wrapper .top_area .util .menu {
  position: relative;
}

.header_wrapper .top_area .util .ic_text {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  vertical-align: middle;
}

.header_wrapper .top_area .util .lang {
  padding-left: 25px;
  padding-right: 22px;
  background: url("/assets/img/common/ic_global2.png"), url("/assets/img/common/arr6.png");
  background-repeat: no-repeat;
  background-position: 0 calc(50% + 1px), 100% calc(50% + 2px);
  background-size: 16px auto, auto;
  cursor: pointer;
}

.header_wrapper .top_area .util .member {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-image: url("../img/common/ic_member2.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
}

.header_wrapper .top_area .util .btn_logout {
  margin-bottom: 2px;
}

.header_wrapper .top_area .util .sub_layer {
  width: 105px;
  border: 1px solid #dae3ed;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 33px;
  z-index: 2;
}

.header_wrapper .top_area .util .sub_layer ul li {
  width: 100%;
  border-bottom: 1px solid #dae3ed;
}

.header_wrapper .top_area .util .sub_layer ul li:last-child {
  border-bottom: 0;
}

.header_wrapper .top_area .util .sub_layer ul li a,
.header_wrapper .top_area .util .sub_layer ul li button {
  display: block;
  width: 100%;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 13px;
  color: #222;
  font-style: normal;
  text-align: left;
  padding: 6px 10px 8px 10px;
  background: #fff;
}

.header_wrapper .top_area .util .sub_layer ul li a:hover,
.header_wrapper .top_area .util .sub_layer ul li button:hover {
  font-weight: 500;
  color: #336af6;
  background: #f4f7ff;
}

.header_wrapper .header_menu {
  height: 40px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px;
}

.header_wrapper .header_menu li button {
  height: 40px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans KR';
  font-weight: 600;
  font-size: 14px;
  color: #bbb;
  font-style: normal;
  position: relative;
}

.header_wrapper .header_menu li button.active {
  color: #000;
}

.header_wrapper .header_menu li button.active:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

/******************** slideBar ********************/

.brand-link {
  height: 55px !important;
  background-color: #2c3238 !important;
  padding: 0.8rem 0.5rem;
}

.brand-link .brand-text {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  font-style: normal;
}

.brand-link .brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  margin-left: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.sidebar .nav .nav-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
}

.sidebar .nav .nav-icon.admin {
  background-image: url("../img/common/sidebar_ic_admin.png");
}

.sidebar .nav .nav-icon.org {
  background-image: url("../img/common/sidebar_ic_org.png");
}

.sidebar .nav .nav-icon.cam {
  background-image: url("../img/common/sidebar_ic_cam.png");
}

.sidebar .nav .nav-icon.driver {
  background-image: url("../img/common/sidebar_ic_driver.png");
}

.sidebar .nav .nav-icon.setting {
  background-image: url("../img/common/sidebar_ic_setting.png");
}

.sidebar .nav .nav-icon.mgt {
  background-image: url("../img/common/sidebar_ic_mgt.png");
}

.sidebar .nav .nav-icon.overview {
  background-image: url("../img/common/sidebar_ic_overview.png");
}

.sidebar .nav .nav-icon.report {
  background-image: url("../img/common/sidebar_ic_report.png");
}

.sidebar .nav .nav-icon.support {
  background-image: url("../img/common/sidebar_ic_support.png");
}

.sidebar .nav .nav-icon.company {
  background-image: url("../img/common/sidebar_ic_company.png");
}

.sidebar .nav .nav-icon.etc {
  background-image: url("../img/common/sidebar_ic_etc.png");
}

.sidebar .nav .nav-link {
  cursor: pointer;
}

.sidebar .nav .nav-link p {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 15px;
  color: #2c3238;
  font-style: normal;
}

.sidebar .nav .menu-open nav-link {
  font-weight: 700 !important;
  background-color: #e8edff !important;
}

.sidebar .nav .nav-treeview .nav-link {
  padding-left: 44px;
}

.sidebar .nav .nav-treeview .nav-link p {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 14px;
  color: #2c3238;
  font-style: normal;
  position: relative;
}

.sidebar .nav .nav-treeview .nav-link p:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background: #ccc;
  position: absolute;
  left: -10px;
  top: 10px;
}

.sidebar .nav .nav-treeview .menu-open .nav-link p {
  color: #336af6;
  font-weight: 500;
}

.sidebar .nav .nav-treeview .menu-open .nav-link p:before {
  background: #336af6;
}

.nav-sidebar > .nav-item.menu-open > .nav-link {
  background-color: #e8edff !important;
}

.nav-sidebar > .nav-item.menu-open > .nav-link p {
  font-weight: 700 !important;
}

h1 span {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 26px;
  color: #222;
  font-style: normal;
}

/******************** slideBar(new) 2024.10.23 ********************/

.lnb_sidebar {
  width: 100px;
  height: 100vh;
  background-color: #f2f2f2;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1040;
}

.lnb_sidebar .logo_wrapper {
  display: block;
  height: 80px;
}

.lnb_sidebar .logo_wrapper .brand_logo {
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: 20px auto 0 auto;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.lnb_sidebar .side_menu .menu_list .menu {
  margin-top: 10px;
}

.lnb_sidebar .side_menu .menu_list .menu:first-child {
  margin-top: 8px;
}

.lnb_sidebar .side_menu .menu_list .menu .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 12px;
  margin: 0 auto;
}

.lnb_sidebar .side_menu .menu_list .menu .link span {
  font-family: 'Noto Sans KR';
  font-weight: 600;
  font-size: 14px;
  color: #bbb;
  font-style: normal;
  line-height: 1.1;
}

.lnb_sidebar .side_menu .menu_list .menu .link .nav_icon {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  margin: 0 auto 5px auto;
}

.lnb_sidebar .side_menu .menu_list .menu .link .nav_icon.setting {
  background-image: url("/assets/img/common/menu_ic_setting.png");
}

.lnb_sidebar .side_menu .menu_list .menu .link .nav_icon.mgt {
  background-image: url("/assets/img/common/menu_ic_mgt.png");
}

.lnb_sidebar .side_menu .menu_list .menu .link .nav_icon.overview {
  background-image: url("/assets/img/common/menu_ic_overview.png");
}

.lnb_sidebar .side_menu .menu_list .menu .link .nav_icon.report {
  background-image: url("/assets/img/common/menu_ic_report.png");
}

.lnb_sidebar .side_menu .menu_list .menu .link .nav_icon.video {
  background-image: url("/assets/img/common/menu_ic_video.png");
}

.lnb_sidebar .side_menu .menu_list .menu .link.active {
  background-color: #fff;
}

.lnb_sidebar .side_menu .menu_list .menu .link.active span {
  color: #000;
}

.lnb_sidebar .side_menu .menu_list .menu .link.active .nav_icon.setting {
  background-image: url("/assets/img/common/menu_ic_setting_on.png");
}

.lnb_sidebar .side_menu .menu_list .menu .link.active .nav_icon.mgt {
  background-image: url("/assets/img/common/menu_ic_mgt_on.png");
}

.lnb_sidebar .side_menu .menu_list .menu .link.active .nav_icon.overview {
  background-image: url("/assets/img/common/menu_ic_overview_on.png");
}

.lnb_sidebar .side_menu .menu_list .menu .link.active .nav_icon.report {
  background-image: url("/assets/img/common/menu_ic_report_on.png");
}

.lnb_sidebar .side_menu .menu_list .menu .link.active .nav_icon.video {
  background-image: url("/assets/img/common/menu_ic_video_on.png");
}

.lnb_sidebar .side_menu .sub_list {
  position: absolute;
  left: 100px;
  top: 0;
  width: 200px;
  height: 100vh;
  background-color: #f2f2f2;
  border-left: 1px solid #e4e4e4;
}

.lnb_sidebar .side_menu .sub_list > ul {
  padding-top: 65px;
}

.lnb_sidebar .side_menu .sub_list > ul > li {
  padding: 0 10px 0 15px;
  margin-top: 30px;
}

.lnb_sidebar .side_menu .sub_list > ul > li .sub_link {
  display: block;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 16px;
  color: #000;
  font-style: normal;
}

.lnb_sidebar .side_menu .sub_list .btn_close {
  width: 30px;
  height: 30px;
  background-image: url("../img/common/btn_close4.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

/******************** slideBar(end) ********************/

/******************** layout ********************/

.wrapper.wrapper-list {
  padding-top: 100px;
}

.container-fluid {
  padding: 0;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.content_container {
  padding: 20px 20px 50px 20px;
}

.content-wrapper {
  background-color: #fff;
}

.content-header {
  padding: 0;
  margin-bottom: 20px;
}

.content-header h1 span {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 20px;
  color: #000;
  font-style: normal;
  letter-spacing: -0.5px;
}

.g_search_option {
  border: 0;
  border-radius: 3px;
  padding: 0;
}

.card {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card-title {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 20px;
  color: #222;
  font-style: normal;
}

.card-header {
  border-bottom: 0;
}

.card-footer {
  background-color: #fff;
  padding: 0;
  margin-top: 25px;
}

.form-group label {
  margin-bottom: 3px;
}

.pagination {
  margin-top: 25px;
}

.pagination .page-item .page-link {
  font-size: 13px;
  color: #8996a3;
  border: 0;
}

.pagination .page-item:first-child,
.pagination .page-item:last-child {
  width: 32px;
  height: 32px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: center;
}

.pagination .page-item:first-child .page-link span,
.pagination .page-item:last-child .page-link span {
  color: transparent;
}

.pagination .page-item:first-child .page-link {
  background-image: url("../img/common/arr1.png");
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination .page-item:last-child .page-link {
  background-image: url("../img/common/arr1.png");
}

.pagination .page-item.active .page-link {
  font-weight: 700;
  color: #1c5af4;
  background-color: #e8edff;
}

.bottom_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.bottom_btn a,
.bottom_btn button,
.bottom_btn .g_button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.bottom_btn.col_2 {
  gap: 10px;
}

.bottom_btn.col_2 a,
.bottom_btn.col_2 button,
.bottom_btn.col_2 .g_button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 10px)/2);
  flex: 0 0 calc((100% - 10px)/2);
}

/******************** comment ********************/

.g_cmt1 {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 14px;
  color: #8996a3;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  padding-left: 14px;
  position: relative;
}

.g_cmt1:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #8996a3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 1;
}

.note_type1 {
  width: 100%;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 14px;
  color: #222;
  font-style: normal;
  background-image: url("../img/common/ic_alert.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 12px 16px;
  background-color: #f5f7fa;
  border-radius: 12px;
  padding: 15px 10px 15px 40px;
}

.g_nodata {
  font-size: 16px;
  text-align: center;
  padding: 50px 0;
  background: #f9f9f9;
}

.g_nodata span {
  display: block;
  background-image: url("../img/common/no_data.png");
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: center 0;
  padding-top: 70px;
}

/******************** icon ********************/

.g_ic_search1 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/common/ic_search2.png");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center;
  vertical-align: middle;
  margin: 0 6px 3px 0;
}

.g_ic_help1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-image: url("../img/common/ic_help.png");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center;
  vertical-align: middle;
}

/******************** button ********************/

.btn {
  font-size: 14px !important;
  font-weight: 500;
  padding: .375rem 1.4rem;
}

.btn.padding_s {
  padding: .375rem .7rem;
}

.btn-sm {
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px !important;
  line-height: 1.5;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px !important;
  line-height: 1.5;
}

.btn-default {
  color: #444f5b;
  border-color: #ddd;
  background-color: #fff;
  border-radius: 12px;
}

.btn-default.gray {
  background-color: #f9f9f9;
}

.btn-primary {
  height: 36px !important;
  background-color: #336af6;
  border-color: #336af6;
}

.btn-blue {
  color: #4879f6;
  border-color: #4879f6;
  background-color: #fff;
}

.btn-blue:hover {
  color: #4879f6;
}

.btn-lg {
  height: auto !important;
  padding: 10px 16px !important;
  font-size: 16px !important;
  line-height: 1.3333333 !important;
}

.btn_type_search1 {
  display: inline-block;
  width: 126px;
  height: 48px;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #fff !important;
  background-color: #2793F2 !important;
  border-radius: 12px;
  padding: 0 10px;
}

.btn_type_search1.auto {
  width: auto;
}

.btn_type_search1.w100 {
  width: 100%;
}

.btn_type_search1.red {
  background-color: #F21A1A !important;
}

.btn-default.padding_s,
.btn-primary.padding_s {
  padding: .375rem .8rem;
}

.btn_down {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-image: url("../img/common/btn_down.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.btn_more {
  width: 100%;
  padding: 0.6rem 1.4rem;
  margin-top: 20px;
  border: 0;
}

.btn_more i {
  margin-right: 5px;
}

.btn_more2 {
  font-size: 14px;
  color: #007bff !important;
  text-decoration: underline !important;
}

.btn_more2 i {
  font-size: 10px;
  margin-right: 5px;
}

.btn_more2:hover {
  color: #0056b3 !important;
}

.btn_logout {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.btn_logout i {
  display: inline-block;
  font-size: 19px;
  vertical-align: middle;
}

.btn_logout span {
  display: inline-block;
  text-indent: -9999px;
}

.btn_type1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 160px;
  height: 56px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  font-style: normal;
  border-radius: 12px;
  background-color: #2793F2 !important;
}

.btn_type1:hover {
  color: #fff !important;
}

.btn_type1.auto {
  width: auto;
  padding: 0 20px;
}

.btn_type1.w100 {
  width: 100%;
}

.btn_type1.h48 {
  height: 48px !important;
}

.btn_type2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 160px;
  height: 56px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 18px;
  color: #2793F2;
  font-style: normal;
  border: 1px solid #2793F2 !important;
  border-radius: 12px;
  background-color: #fff !important;
}

.btn_type2:hover {
  color: #2793F2 !important;
}

.btn_type2.auto {
  width: auto;
  padding: 0 20px;
}

.btn_type2.w120 {
  width: 120px;
  padding: 0 20px;
}

.btn_type2.h48 {
  height: 48px !important;
}

.btn_type3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: 42px;
  font-family: 'Noto Sans KR';
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  font-style: normal;
  border-radius: 12px;
  background-color: #333;
  padding: 0 20px;
}

.btn_type4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: 30px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  border-radius: 15px;
  background-color: #000;
  padding: 0 12px;
}

.btn_type5 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: 42px;
  border: 1px solid #333;
  border-radius: 12px;
  background-color: #fff;
  padding: 0 16px;
}

.btn_type5 span {
  font-family: 'Noto Sans KR';
  font-weight: 600;
  font-size: 16px;
  color: #333;
  font-style: normal;
}

.btn_type5.download {
  padding-left: 36px;
  background-image: url("../img/common/ic_download.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 12px center;
}

.btn_type5.upload {
  padding-left: 36px;
  background-image: url("../img/common/ic_upload.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 12px center;
}

.btn_type6 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: 24px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  font-style: normal;
  border-radius: 8px;
  border: 1px solid #000;
  background-color: #000;
  padding: 0 12px;
}

.btn_type6:hover {
  color: #fff !important;
}

.btn_type6.disabled,
.btn_type6:disabled {
  color: #bbb;
  border: 1px solid #bbb;
  background-color: #fff;
  opacity: 0.5;
}

.btn_type6.disabled:hover,
.btn_type6:disabled:hover {
  color: #bbb !important;
}

.g_videoControl {
  width: 210px;
  height: 55px;
  border: 1px solid #dae3ed;
  border-radius: 28px;
  padding: 9px 25px 0 25px;
  text-align: center;
}

.g_videoControl .g_button {
  width: 35px;
  height: 35px;
  text-indent: -9999px;
}

.g_videoControl .g_button.btn_play {
  background-image: url("../img/common/btn_play.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  margin: 0 25px;
}

.g_videoControl .g_button.btn_stop {
  background-image: url("../img/common/btn_stop.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  margin: 0 25px;
}

.g_videoControl .g_button.btn_prev {
  background-image: url("../img/common/ic_prev.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.g_videoControl .g_button.btn_next {
  background-image: url("../img/common/ic_next.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.btn_close1 {
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background-image: url("../img/common/ic_close1.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.btn_close2 {
  display: block;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  background-image: url("../img/common/ic_close2.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.btn-back1 {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 16px;
  color: #222;
  font-style: normal;
}

/******************** tab ********************/

.tab_type1 {
  width: 100%;
  position: relative;
}

.tab_type1:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #dae3ed;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
}

.tab_type1:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

.tab_type1 .tab {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 52px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 16px;
  color: #8996a3;
  font-style: normal;
  line-height: 1.1;
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 0 15px;
  margin-bottom: -2px;
}

.tab_type1 .tab.active {
  border-color: #dae3ed;
  color: #336af6;
}

/******************** table ********************/

.wrapper-list .card .card-body {
  margin-top: 20px;
}

.wrapper-list .card .card-body table thead {
  border-bottom: 2px solid #000;
}

.wrapper-list .card .card-body table thead th {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 14px;
  color: #2c3238;
  font-style: normal;
  text-align: center;
  background-color: #fff !important;
  border-bottom: 0;
  padding: 10px 5px !important;
  vertical-align: middle;
}

.wrapper-list .card .card-body table tbody {
  border-bottom: 1px solid #ddd;
}

.wrapper-list .card .card-body table tbody tr td {
  font-size: 14px;
  color: #2c3238;
  text-align: center;
  vertical-align: middle;
  padding: 10px 5px !important;
  border-top: 1px solid #ddd;
}

.wrapper-list .card .card-body table tbody tr td a {
  text-decoration: underline !important;
  cursor: pointer;
}

.wrapper-list .card .card-body table tbody tr:hover td {
  background-color: #f5f5f5;
}

.wrapper-list .card .card-body table .bg0 {
  background: #f5f5f5 !important;
}

.wrapper-list .card .card-body table .bg1 {
  background: #dfe7ef !important;
}

.wrapper-list .card .card-body table .bg2 {
  background: #d4dee8 !important;
}

.wrapper-list .card .card-body table .line_l {
  border-left: 1px solid #fff;
}

.wrapper-list .card .card-body table .line_r {
  border-right: 1px solid #fff;
}

.g_table_sort {
  width: 200px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 14px;
  color: #56606b;
  font-style: normal;
  margin-bottom: -10px;
}

.g_table_sort .g_select {
  width: 65px;
  margin-right: 10px;
}

.g_update {
  border: 1px solid #aebbc8;
  border-radius: 3px;
}

.g_update td .MuiInputBase-input {
  height: 48px !important;
  padding: 1px 4px 1px 5px !important;
}

.g_table {
  table-layout: fixed;
  border-collapse: collapse;
}

.table_type1 {
  width: 100%;
}

.table_type1 tbody tr th {
  background: #e8edff;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 14px;
  color: #222;
  font-style: normal;
  padding: 8px 10px;
  vertical-align: middle;
  border-right: 1px solid #aebbc8;
  border-bottom: 1px solid #aebbc8;
  word-break: break-all;
}

.table_type1 tbody tr td {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 14px;
  color: #222;
  font-style: normal;
  line-height: 1.3;
  padding: 8px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #aebbc8;
  word-break: break-all;
}

.table_type1 tbody tr td .inner {
  width: 500px;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table_type1 tbody tr:last-child th,
.table_type1 tbody tr:last-child td {
  border-bottom: 0;
}

.table_type1 tbody tr label {
  font-size: 14px !important;
}

.table_type1 tbody tr .bg1 {
  background-color: #f4f7ff;
}

.table_type1 tbody tr .bg1 label {
  font-weight: 400;
}

.table_type1 tbody tr .bb_0 {
  border-bottom: 0;
}

.update_wrapper .sub_tit h2 {
  font-size: 16px;
}

.update_wrapper .item_wrapper .item {
  margin-top: 12px;
}

.update_wrapper .item_wrapper .item:first-child {
  margin-top: 0;
}

.update_wrapper .item_wrapper .item .label {
  font-family: 'Noto Sans KR';
  font-weight: 600;
  font-size: 14px;
  color: #999;
  font-style: normal;
  margin-bottom: 5px;
}

/******************** checkbox ********************/

select::-ms-expand {
  display: none;
}

.custom-control {
  min-height: 1.2rem;
}

.custom-control.custom-checkbox {
  display: inline-block !important;
  padding-left: 30px;
}

.custom-control .custom-control-input {
  left: -9999px;
}

.custom-control .custom-control-label {
  font-size: 15px;
  word-break: break-all;
  margin-right: 20px;
  cursor: pointer;
}

.custom-control .custom-control-label:before {
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  left: -31px;
  top: 1px;
}

.custom-control .custom-control-label:after {
  background-image: none;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background-color: #ddd;
  left: -25px;
  top: 7px;
}

.custom-control .custom-control-input:checked ~ .custom-control-label:before {
  border: 1px solid #000;
  background-color: #fff;
}

.custom-control .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #000;
  background-image: none;
}

.custom-control label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 400;
}

.custom-control.type_default {
  padding-left: 0;
}

.custom-control.type_default .custom-control-label {
  width: 22px;
  height: 22px;
  margin-right: 0px;
  text-indent: -9999px;
}

.custom-control.type_default .custom-control-label:before {
  left: 0;
  top: 0;
}

.custom-control.type_default .custom-control-label:after {
  left: 6px;
  top: 6px;
}

/******************** MuiFormControl ********************/

.MuiOutlinedInput-notchedOutline {
  top: 0px !important;
  border-color: #ddd !important;
}

.MuiAutocomplete-root {
  width: 100% !important;
}

.MuiInputBase-root {
  height: 48px !important;
  padding: 0 9px !important;
  border-radius: 12px !important;
}

.MuiInputBase-input {
  font-family: 'Noto Sans KR' !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  padding: 8.5px 4px 8px 5px !important;
}

.MuiSvgIcon-root {
  font-size: 27px !important;
  color: #000;
  opacity: 0.8;
}

.MuiAutocomplete-root label {
  top: -3px !important;
  font-size: 15px !important;
  color: #A6A6A6;
  font-weight: 40 !important;
  padding-right: 15px !important;
}

.MuiInputLabel-shrink {
  display: none !important;
}

.g_search_option .optionItem.calendarBtn {
  width: 100%;
  float: left;
}

.g_search_option .optionItem .field {
  display: block;
  font-family: 'Noto Sans KR';
  font-weight: 600;
  font-size: 14px;
  color: #a6a6a6;
  font-style: normal;
  margin-bottom: 5px;
}

.selectOption {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 90px);
  flex: 0 0 calc(100% - 90px);
}

.selectOption .calendar {
  display: inline-block;
  width: 100%;
}

.selectOption .calendar .react-datepicker-wrapper {
  height: 100%;
  padding: 0 !important;
}

.selectOption .calendar input {
  width: 100%;
  font-size: 14px;
  background-image: url("../img/common/ic_calendar.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 14px center;
  padding-left: 33px;
  border-radius: 3px;
}

.selectOption .calendar .react-datepicker__close-icon {
  display: none;
}

.selectOption .btn_condition {
  width: 255px;
  text-align: right;
  position: absolute;
  right: 45px;
  top: 0px;
  z-index: 1;
}

.selectOption .btn_condition .flag_week {
  display: inline-block;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 14px;
  color: #222;
  font-style: normal;
  background: #f1f1f1;
  border-radius: 5px;
  vertical-align: middle;
  padding: 2px 8px 3px 8px;
}

.g_search_option .optionItem .target_area .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: auto;
  height: 48px;
  background: #fafafa;
  border-radius: 5px;
  padding: 0 15px;
}

.g_search_option .optionItem .target_area .inner .name {
  display: inline-block;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 14px;
  color: #222;
  font-style: normal;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
}

.g_search_option .optionItem .target_area .inner .name .del {
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-image: url("../img/common/btn_close2.png");
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: center;
  vertical-align: middle;
  margin: 0 0 2px 6px;
}

.g_search_option .optionItem .target_area .inner .name.complete {
  background: #f2f8fb;
}

.g_search_option .optionItem .target_area .inner .name.timeout,
.g_search_option .optionItem .target_area .inner .name.error {
  background: #fff2f2;
}

.g_search_option .optionBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.g_search_option.colgroup1 .btn_wrapper,
.g_search_option.colgroup2 .btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.g_search_option.colgroup3,
.g_search_option.colgroup5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.g_search_option.colgroup3 .form_wrapper,
.g_search_option.colgroup5 .form_wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 138px);
  flex: 0 0 calc(100% - 138px);
}

.g_search_option.colgroup3 .btn_wrapper,
.g_search_option.colgroup5 .btn_wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 138px;
  flex: 0 0 138px;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.g_search_option.colgroup3 .col_84 .col-8,
.g_search_option.colgroup5 .col_84 .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666%;
  flex: 0 0 66.66666%;
}

.g_search_option.colgroup3 .col_84 .col-4,
.g_search_option.colgroup5 .col_84 .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}

.g_search_option.colgroup4 .col_93 .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.g_search_option.colgroup4 .col_93 .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.g_search_option_m .option_area .optionItem {
  margin-top: 10px;
}

.g_search_option_m .option_area .optionItem .field {
  font-family: 'Noto Sans KR';
  font-weight: 600;
  font-size: 14px;
  color: #a6a6a6;
  font-style: normal;
  margin-bottom: 5px;
}

.g_search_option_m .btn_area {
  margin-top: 20px;
}

/******************** datepicker ********************/

.react-datepicker-wrapper {
  width: 100%;
  height: 48px;
  border: 1px solid #ddd !important;
  border-radius: 12px;
  padding: 0 9px !important;
}

.react-datepicker-wrapper .react-datepicker__input-container {
  height: 48px;
}

.react-datepicker-wrapper .react-datepicker__input-container input {
  width: 100%;
  height: 46px;
  font-size: 15px;
  background-image: url("../img/common/ic_calendar2.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: calc(100% - 15px) center;
  padding-right: 50px;
  border-radius: 12px;
}

.react-datepicker__triangle {
  left: 40px !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 1;
}

.react-datepicker__navigation-icon {
  top: 5px !important;
}

/******************** form ********************/

/* input type=number 화살표 비노출 */

.form-control {
  display: inline-block;
  width: 100%;
  height: 48px;
  vertical-align: middle;
  *background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.form-control.r24 {
  border-radius: 24px;
  padding-left: 20px;
}

.form-control::-ms-expand {
  display: none;
}

.form-control.input-sm {
  height: 48px;
}

div.form-control,
span.form-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g_select {
  display: inline-block;
  width: 100%;
  position: relative;
}

.g_select select.form-control {
  padding-right: 25px;
}

.g_select select.form-control::-ms-expand {
  display: none;
}

.g_select:after {
  content: "";
  width: 10px;
  height: 6px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -1px;
  background-image: url("../img/common/arr7.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 0;
  opacity: 0.8;
}

.g_select.black select.form-control {
  font-size: 14px;
  color: #fff;
  background: #2c3238;
  border-color: #2c3238;
}

.g_select.black:after {
  background-image: url("../img/common/arr4.png");
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: 0 0;
}

.g_select.sm .form-control {
  height: 32px;
  font-size: 13px;
  padding-right: 20px;
}

.g_search_wrapper {
  position: relative;
}

.g_search_wrapper input {
  padding-right: 32px;
}

.g_search_wrapper .btn_search {
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url("../img/common/ic_search.png");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 파일첨부 */

.fileInputHidden {
  position: relative;
}

.fileInputHidden input[type=text] {
  width: calc(100% - 65px) !important;
  font-size: 14px;
}

.fileInputHidden input[type="file"] {
  width: 100%;
  height: 48px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  cursor: pointer;
  padding: 0 !important;
  font-size: 16px;
  z-index: 2;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
}

.fileInputHidden .btn_file {
  height: 48px !important;
  border-radius: 12px;
  font-size: 14px !important;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.fileInputHidden .btn_upload {
  position: absolute;
  right: 84px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.fileInputHidden2 {
  position: relative;
}

.fileInputHidden2 input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  cursor: pointer;
  padding: 0 !important;
  font-size: 16px;
  z-index: 2;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
}

.fileInputHidden2 .btn_upload {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

/******************** modal ********************/

.modal .modal-content {
  border-radius: 12px;
}

.modal .modal-content .modal-header .modal-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.modal .modal-content .modal-header .btn-close {
  width: 30px;
  height: 30px;
  background-image: url("../img/common/btn_close3.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
  border: 0;
  background-color: #fff;
}

.modal .modal-content .modal-body .form-group {
  margin-bottom: 16px;
}

.modal .modal-content .modal-body .form-group label {
  font-family: 'Noto Sans KR';
  font-weight: 600;
  font-size: 14px;
  color: #999;
  font-style: normal;
  margin-bottom: 8px;
}

.modal .modal-content .modal-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 24px 24px 24px;
  border-top: 0;
}

.modal .modal-content .modal-footer .pop_btn_bottom a,
.modal .modal-content .modal-footer .pop_btn_bottom button {
  margin: 0 6px;
  font-size: 18px !important;
}

.modal .modal-content .modal-footer .btn_save,
.modal .modal-content .modal-footer .btn_cancel {
  width: 120px !important;
  height: 48px !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}

/******************** custom ********************/

.g_box {
  border-radius: 12px;
  background: #f2f2f2;
  padding: 10px;
}

.g_box .tit {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 16px;
  color: #222;
  font-style: normal;
  margin-bottom: 20px;
}

.g_box .mtit {
  font-size: 18px;
}

.mtit {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 20px;
  color: #222;
  font-style: normal;
}

.mtit.blue1 {
  color: #336af6;
}

.stit {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 16px;
  color: #222;
  font-style: normal;
}

.m0 {
  margin: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.mt_0 {
  margin-top: 0px !important;
}

.pt_0 {
  padding-top: 0px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.pb_0 {
  padding-bottom: 0px !important;
}

.ml_0 {
  margin-left: 0px !important;
}

.pl_0 {
  padding-left: 0px !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.pr_0 {
  padding-right: 0px !important;
}

.m1 {
  margin: 1px !important;
}

.p1 {
  padding: 1px !important;
}

.mt_1 {
  margin-top: 1px !important;
}

.pt_1 {
  padding-top: 1px !important;
}

.mb_1 {
  margin-bottom: 1px !important;
}

.pb_1 {
  padding-bottom: 1px !important;
}

.ml_1 {
  margin-left: 1px !important;
}

.pl_1 {
  padding-left: 1px !important;
}

.mr_1 {
  margin-right: 1px !important;
}

.pr_1 {
  padding-right: 1px !important;
}

.m2 {
  margin: 2px !important;
}

.p2 {
  padding: 2px !important;
}

.mt_2 {
  margin-top: 2px !important;
}

.pt_2 {
  padding-top: 2px !important;
}

.mb_2 {
  margin-bottom: 2px !important;
}

.pb_2 {
  padding-bottom: 2px !important;
}

.ml_2 {
  margin-left: 2px !important;
}

.pl_2 {
  padding-left: 2px !important;
}

.mr_2 {
  margin-right: 2px !important;
}

.pr_2 {
  padding-right: 2px !important;
}

.m3 {
  margin: 3px !important;
}

.p3 {
  padding: 3px !important;
}

.mt_3 {
  margin-top: 3px !important;
}

.pt_3 {
  padding-top: 3px !important;
}

.mb_3 {
  margin-bottom: 3px !important;
}

.pb_3 {
  padding-bottom: 3px !important;
}

.ml_3 {
  margin-left: 3px !important;
}

.pl_3 {
  padding-left: 3px !important;
}

.mr_3 {
  margin-right: 3px !important;
}

.pr_3 {
  padding-right: 3px !important;
}

.m4 {
  margin: 4px !important;
}

.p4 {
  padding: 4px !important;
}

.mt_4 {
  margin-top: 4px !important;
}

.pt_4 {
  padding-top: 4px !important;
}

.mb_4 {
  margin-bottom: 4px !important;
}

.pb_4 {
  padding-bottom: 4px !important;
}

.ml_4 {
  margin-left: 4px !important;
}

.pl_4 {
  padding-left: 4px !important;
}

.mr_4 {
  margin-right: 4px !important;
}

.pr_4 {
  padding-right: 4px !important;
}

.m5 {
  margin: 5px !important;
}

.p5 {
  padding: 5px !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.pt_5 {
  padding-top: 5px !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.pb_5 {
  padding-bottom: 5px !important;
}

.ml_5 {
  margin-left: 5px !important;
}

.pl_5 {
  padding-left: 5px !important;
}

.mr_5 {
  margin-right: 5px !important;
}

.pr_5 {
  padding-right: 5px !important;
}

.m6 {
  margin: 6px !important;
}

.p6 {
  padding: 6px !important;
}

.mt_6 {
  margin-top: 6px !important;
}

.pt_6 {
  padding-top: 6px !important;
}

.mb_6 {
  margin-bottom: 6px !important;
}

.pb_6 {
  padding-bottom: 6px !important;
}

.ml_6 {
  margin-left: 6px !important;
}

.pl_6 {
  padding-left: 6px !important;
}

.mr_6 {
  margin-right: 6px !important;
}

.pr_6 {
  padding-right: 6px !important;
}

.m7 {
  margin: 7px !important;
}

.p7 {
  padding: 7px !important;
}

.mt_7 {
  margin-top: 7px !important;
}

.pt_7 {
  padding-top: 7px !important;
}

.mb_7 {
  margin-bottom: 7px !important;
}

.pb_7 {
  padding-bottom: 7px !important;
}

.ml_7 {
  margin-left: 7px !important;
}

.pl_7 {
  padding-left: 7px !important;
}

.mr_7 {
  margin-right: 7px !important;
}

.pr_7 {
  padding-right: 7px !important;
}

.m8 {
  margin: 8px !important;
}

.p8 {
  padding: 8px !important;
}

.mt_8 {
  margin-top: 8px !important;
}

.pt_8 {
  padding-top: 8px !important;
}

.mb_8 {
  margin-bottom: 8px !important;
}

.pb_8 {
  padding-bottom: 8px !important;
}

.ml_8 {
  margin-left: 8px !important;
}

.pl_8 {
  padding-left: 8px !important;
}

.mr_8 {
  margin-right: 8px !important;
}

.pr_8 {
  padding-right: 8px !important;
}

.m9 {
  margin: 9px !important;
}

.p9 {
  padding: 9px !important;
}

.mt_9 {
  margin-top: 9px !important;
}

.pt_9 {
  padding-top: 9px !important;
}

.mb_9 {
  margin-bottom: 9px !important;
}

.pb_9 {
  padding-bottom: 9px !important;
}

.ml_9 {
  margin-left: 9px !important;
}

.pl_9 {
  padding-left: 9px !important;
}

.mr_9 {
  margin-right: 9px !important;
}

.pr_9 {
  padding-right: 9px !important;
}

.m10 {
  margin: 10px !important;
}

.p10 {
  padding: 10px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.pr_10 {
  padding-right: 10px !important;
}

.m11 {
  margin: 11px !important;
}

.p11 {
  padding: 11px !important;
}

.mt_11 {
  margin-top: 11px !important;
}

.pt_11 {
  padding-top: 11px !important;
}

.mb_11 {
  margin-bottom: 11px !important;
}

.pb_11 {
  padding-bottom: 11px !important;
}

.ml_11 {
  margin-left: 11px !important;
}

.pl_11 {
  padding-left: 11px !important;
}

.mr_11 {
  margin-right: 11px !important;
}

.pr_11 {
  padding-right: 11px !important;
}

.m12 {
  margin: 12px !important;
}

.p12 {
  padding: 12px !important;
}

.mt_12 {
  margin-top: 12px !important;
}

.pt_12 {
  padding-top: 12px !important;
}

.mb_12 {
  margin-bottom: 12px !important;
}

.pb_12 {
  padding-bottom: 12px !important;
}

.ml_12 {
  margin-left: 12px !important;
}

.pl_12 {
  padding-left: 12px !important;
}

.mr_12 {
  margin-right: 12px !important;
}

.pr_12 {
  padding-right: 12px !important;
}

.m13 {
  margin: 13px !important;
}

.p13 {
  padding: 13px !important;
}

.mt_13 {
  margin-top: 13px !important;
}

.pt_13 {
  padding-top: 13px !important;
}

.mb_13 {
  margin-bottom: 13px !important;
}

.pb_13 {
  padding-bottom: 13px !important;
}

.ml_13 {
  margin-left: 13px !important;
}

.pl_13 {
  padding-left: 13px !important;
}

.mr_13 {
  margin-right: 13px !important;
}

.pr_13 {
  padding-right: 13px !important;
}

.m14 {
  margin: 14px !important;
}

.p14 {
  padding: 14px !important;
}

.mt_14 {
  margin-top: 14px !important;
}

.pt_14 {
  padding-top: 14px !important;
}

.mb_14 {
  margin-bottom: 14px !important;
}

.pb_14 {
  padding-bottom: 14px !important;
}

.ml_14 {
  margin-left: 14px !important;
}

.pl_14 {
  padding-left: 14px !important;
}

.mr_14 {
  margin-right: 14px !important;
}

.pr_14 {
  padding-right: 14px !important;
}

.m15 {
  margin: 15px !important;
}

.p15 {
  padding: 15px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.pt_15 {
  padding-top: 15px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.pb_15 {
  padding-bottom: 15px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.pl_15 {
  padding-left: 15px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.pr_15 {
  padding-right: 15px !important;
}

.m16 {
  margin: 16px !important;
}

.p16 {
  padding: 16px !important;
}

.mt_16 {
  margin-top: 16px !important;
}

.pt_16 {
  padding-top: 16px !important;
}

.mb_16 {
  margin-bottom: 16px !important;
}

.pb_16 {
  padding-bottom: 16px !important;
}

.ml_16 {
  margin-left: 16px !important;
}

.pl_16 {
  padding-left: 16px !important;
}

.mr_16 {
  margin-right: 16px !important;
}

.pr_16 {
  padding-right: 16px !important;
}

.m17 {
  margin: 17px !important;
}

.p17 {
  padding: 17px !important;
}

.mt_17 {
  margin-top: 17px !important;
}

.pt_17 {
  padding-top: 17px !important;
}

.mb_17 {
  margin-bottom: 17px !important;
}

.pb_17 {
  padding-bottom: 17px !important;
}

.ml_17 {
  margin-left: 17px !important;
}

.pl_17 {
  padding-left: 17px !important;
}

.mr_17 {
  margin-right: 17px !important;
}

.pr_17 {
  padding-right: 17px !important;
}

.m18 {
  margin: 18px !important;
}

.p18 {
  padding: 18px !important;
}

.mt_18 {
  margin-top: 18px !important;
}

.pt_18 {
  padding-top: 18px !important;
}

.mb_18 {
  margin-bottom: 18px !important;
}

.pb_18 {
  padding-bottom: 18px !important;
}

.ml_18 {
  margin-left: 18px !important;
}

.pl_18 {
  padding-left: 18px !important;
}

.mr_18 {
  margin-right: 18px !important;
}

.pr_18 {
  padding-right: 18px !important;
}

.m19 {
  margin: 19px !important;
}

.p19 {
  padding: 19px !important;
}

.mt_19 {
  margin-top: 19px !important;
}

.pt_19 {
  padding-top: 19px !important;
}

.mb_19 {
  margin-bottom: 19px !important;
}

.pb_19 {
  padding-bottom: 19px !important;
}

.ml_19 {
  margin-left: 19px !important;
}

.pl_19 {
  padding-left: 19px !important;
}

.mr_19 {
  margin-right: 19px !important;
}

.pr_19 {
  padding-right: 19px !important;
}

.m20 {
  margin: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.pr_20 {
  padding-right: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.p25 {
  padding: 25px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.pt_25 {
  padding-top: 25px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.pb_25 {
  padding-bottom: 25px !important;
}

.ml_25 {
  margin-left: 25px !important;
}

.pl_25 {
  padding-left: 25px !important;
}

.mr_25 {
  margin-right: 25px !important;
}

.pr_25 {
  padding-right: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.p30 {
  padding: 30px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.pr_30 {
  padding-right: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.p35 {
  padding: 35px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.pt_35 {
  padding-top: 35px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.pb_35 {
  padding-bottom: 35px !important;
}

.ml_35 {
  margin-left: 35px !important;
}

.pl_35 {
  padding-left: 35px !important;
}

.mr_35 {
  margin-right: 35px !important;
}

.pr_35 {
  padding-right: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.pb_40 {
  padding-bottom: 40px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.pl_40 {
  padding-left: 40px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.pr_40 {
  padding-right: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.p45 {
  padding: 45px !important;
}

.mt_45 {
  margin-top: 45px !important;
}

.pt_45 {
  padding-top: 45px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.pb_45 {
  padding-bottom: 45px !important;
}

.ml_45 {
  margin-left: 45px !important;
}

.pl_45 {
  padding-left: 45px !important;
}

.mr_45 {
  margin-right: 45px !important;
}

.pr_45 {
  padding-right: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.p50 {
  padding: 50px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.pr_50 {
  padding-right: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.p55 {
  padding: 55px !important;
}

.mt_55 {
  margin-top: 55px !important;
}

.pt_55 {
  padding-top: 55px !important;
}

.mb_55 {
  margin-bottom: 55px !important;
}

.pb_55 {
  padding-bottom: 55px !important;
}

.ml_55 {
  margin-left: 55px !important;
}

.pl_55 {
  padding-left: 55px !important;
}

.mr_55 {
  margin-right: 55px !important;
}

.pr_55 {
  padding-right: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.p60 {
  padding: 60px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.pt_60 {
  padding-top: 60px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.pb_60 {
  padding-bottom: 60px !important;
}

.ml_60 {
  margin-left: 60px !important;
}

.pl_60 {
  padding-left: 60px !important;
}

.mr_60 {
  margin-right: 60px !important;
}

.pr_60 {
  padding-right: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.p65 {
  padding: 65px !important;
}

.mt_65 {
  margin-top: 65px !important;
}

.pt_65 {
  padding-top: 65px !important;
}

.mb_65 {
  margin-bottom: 65px !important;
}

.pb_65 {
  padding-bottom: 65px !important;
}

.ml_65 {
  margin-left: 65px !important;
}

.pl_65 {
  padding-left: 65px !important;
}

.mr_65 {
  margin-right: 65px !important;
}

.pr_65 {
  padding-right: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.p70 {
  padding: 70px !important;
}

.mt_70 {
  margin-top: 70px !important;
}

.pt_70 {
  padding-top: 70px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.pb_70 {
  padding-bottom: 70px !important;
}

.ml_70 {
  margin-left: 70px !important;
}

.pl_70 {
  padding-left: 70px !important;
}

.mr_70 {
  margin-right: 70px !important;
}

.pr_70 {
  padding-right: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.p75 {
  padding: 75px !important;
}

.mt_75 {
  margin-top: 75px !important;
}

.pt_75 {
  padding-top: 75px !important;
}

.mb_75 {
  margin-bottom: 75px !important;
}

.pb_75 {
  padding-bottom: 75px !important;
}

.ml_75 {
  margin-left: 75px !important;
}

.pl_75 {
  padding-left: 75px !important;
}

.mr_75 {
  margin-right: 75px !important;
}

.pr_75 {
  padding-right: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.p80 {
  padding: 80px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.pt_80 {
  padding-top: 80px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.pb_80 {
  padding-bottom: 80px !important;
}

.ml_80 {
  margin-left: 80px !important;
}

.pl_80 {
  padding-left: 80px !important;
}

.mr_80 {
  margin-right: 80px !important;
}

.pr_80 {
  padding-right: 80px !important;
}

.m85 {
  margin: 85px !important;
}

.p85 {
  padding: 85px !important;
}

.mt_85 {
  margin-top: 85px !important;
}

.pt_85 {
  padding-top: 85px !important;
}

.mb_85 {
  margin-bottom: 85px !important;
}

.pb_85 {
  padding-bottom: 85px !important;
}

.ml_85 {
  margin-left: 85px !important;
}

.pl_85 {
  padding-left: 85px !important;
}

.mr_85 {
  margin-right: 85px !important;
}

.pr_85 {
  padding-right: 85px !important;
}

.m90 {
  margin: 90px !important;
}

.p90 {
  padding: 90px !important;
}

.mt_90 {
  margin-top: 90px !important;
}

.pt_90 {
  padding-top: 90px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.pb_90 {
  padding-bottom: 90px !important;
}

.ml_90 {
  margin-left: 90px !important;
}

.pl_90 {
  padding-left: 90px !important;
}

.mr_90 {
  margin-right: 90px !important;
}

.pr_90 {
  padding-right: 90px !important;
}

.m95 {
  margin: 95px !important;
}

.p95 {
  padding: 95px !important;
}

.mt_95 {
  margin-top: 95px !important;
}

.pt_95 {
  padding-top: 95px !important;
}

.mb_95 {
  margin-bottom: 95px !important;
}

.pb_95 {
  padding-bottom: 95px !important;
}

.ml_95 {
  margin-left: 95px !important;
}

.pl_95 {
  padding-left: 95px !important;
}

.mr_95 {
  margin-right: 95px !important;
}

.pr_95 {
  padding-right: 95px !important;
}

.m100 {
  margin: 100px !important;
}

.p100 {
  padding: 100px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.pt_100 {
  padding-top: 100px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.pb_100 {
  padding-bottom: 100px !important;
}

.ml_100 {
  margin-left: 100px !important;
}

.pl_100 {
  padding-left: 100px !important;
}

.mr_100 {
  margin-right: 100px !important;
}

.pr_100 {
  padding-right: 100px !important;
}

.m110 {
  margin: 110px !important;
}

.p110 {
  padding: 110px !important;
}

.mt_110 {
  margin-top: 110px !important;
}

.pt_110 {
  padding-top: 110px !important;
}

.mb_110 {
  margin-bottom: 110px !important;
}

.pb_110 {
  padding-bottom: 110px !important;
}

.ml_110 {
  margin-left: 110px !important;
}

.pl_110 {
  padding-left: 110px !important;
}

.mr_110 {
  margin-right: 110px !important;
}

.pr_110 {
  padding-right: 110px !important;
}

.m120 {
  margin: 120px !important;
}

.p120 {
  padding: 120px !important;
}

.mt_120 {
  margin-top: 120px !important;
}

.pt_120 {
  padding-top: 120px !important;
}

.mb_120 {
  margin-bottom: 120px !important;
}

.pb_120 {
  padding-bottom: 120px !important;
}

.ml_120 {
  margin-left: 120px !important;
}

.pl_120 {
  padding-left: 120px !important;
}

.mr_120 {
  margin-right: 120px !important;
}

.pr_120 {
  padding-right: 120px !important;
}

.m135 {
  margin: 135px !important;
}

.p135 {
  padding: 135px !important;
}

.mt_135 {
  margin-top: 135px !important;
}

.pt_135 {
  padding-top: 135px !important;
}

.mb_135 {
  margin-bottom: 135px !important;
}

.pb_135 {
  padding-bottom: 135px !important;
}

.ml_135 {
  margin-left: 135px !important;
}

.pl_135 {
  padding-left: 135px !important;
}

.mr_135 {
  margin-right: 135px !important;
}

.pr_135 {
  padding-right: 135px !important;
}

.m140 {
  margin: 140px !important;
}

.p140 {
  padding: 140px !important;
}

.mt_140 {
  margin-top: 140px !important;
}

.pt_140 {
  padding-top: 140px !important;
}

.mb_140 {
  margin-bottom: 140px !important;
}

.pb_140 {
  padding-bottom: 140px !important;
}

.ml_140 {
  margin-left: 140px !important;
}

.pl_140 {
  padding-left: 140px !important;
}

.mr_140 {
  margin-right: 140px !important;
}

.pr_140 {
  padding-right: 140px !important;
}

.m150 {
  margin: 150px !important;
}

.p150 {
  padding: 150px !important;
}

.mt_150 {
  margin-top: 150px !important;
}

.pt_150 {
  padding-top: 150px !important;
}

.mb_150 {
  margin-bottom: 150px !important;
}

.pb_150 {
  padding-bottom: 150px !important;
}

.ml_150 {
  margin-left: 150px !important;
}

.pl_150 {
  padding-left: 150px !important;
}

.mr_150 {
  margin-right: 150px !important;
}

.pr_150 {
  padding-right: 150px !important;
}

.m160 {
  margin: 160px !important;
}

.p160 {
  padding: 160px !important;
}

.mt_160 {
  margin-top: 160px !important;
}

.pt_160 {
  padding-top: 160px !important;
}

.mb_160 {
  margin-bottom: 160px !important;
}

.pb_160 {
  padding-bottom: 160px !important;
}

.ml_160 {
  margin-left: 160px !important;
}

.pl_160 {
  padding-left: 160px !important;
}

.mr_160 {
  margin-right: 160px !important;
}

.pr_160 {
  padding-right: 160px !important;
}

.m165 {
  margin: 165px !important;
}

.p165 {
  padding: 165px !important;
}

.mt_165 {
  margin-top: 165px !important;
}

.pt_165 {
  padding-top: 165px !important;
}

.mb_165 {
  margin-bottom: 165px !important;
}

.pb_165 {
  padding-bottom: 165px !important;
}

.ml_165 {
  margin-left: 165px !important;
}

.pl_165 {
  padding-left: 165px !important;
}

.mr_165 {
  margin-right: 165px !important;
}

.pr_165 {
  padding-right: 165px !important;
}

.m170 {
  margin: 170px !important;
}

.p170 {
  padding: 170px !important;
}

.mt_170 {
  margin-top: 170px !important;
}

.pt_170 {
  padding-top: 170px !important;
}

.mb_170 {
  margin-bottom: 170px !important;
}

.pb_170 {
  padding-bottom: 170px !important;
}

.ml_170 {
  margin-left: 170px !important;
}

.pl_170 {
  padding-left: 170px !important;
}

.mr_170 {
  margin-right: 170px !important;
}

.pr_170 {
  padding-right: 170px !important;
}

/******************** graph ********************/

.graph_wrapper .tit {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 16px;
  color: #222;
  font-style: normal;
  margin: 20px 0 0 20px;
}

/******************** login ********************/

.login-page {
  display: block;
  background-color: #fff;
  padding: 100px 20px 50px 20px;
}

.login_wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.login_wrapper .input_area .login-box {
  width: 100%;
}

.login_wrapper .input_area .login-box .login-logo {
  text-align: center;
  margin: 20px 0 40px;
}

.login_wrapper .input_area .login-box .login-logo .t1 {
  font-family: 'Noto Sans KR';
  font-weight: 300;
  font-size: 22px;
  color: #000;
  font-style: normal;
  margin-top: 20px;
}

.login_wrapper .input_area .login-box .login-logo .logo {
  display: inline-block;
  width: 130px;
}

.login_wrapper .input_area .login-box .custom-checkbox label {
  font-weight: 400;
}

.login_wrapper .input_area .login-box .login-card-body .field {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 15px;
  color: #222;
  font-style: normal;
  margin-bottom: 3px;
}

.login_wrapper .input_area .login-box .login-card-body .form-control {
  font-size: 14px;
}

.login_wrapper .input_area .login-box .login-card-body .find_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #dde1e7;
  padding-top: 20px;
  margin-top: 50px;
}

.login_wrapper .input_area .login-box .login-card-body .find_wrapper a {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 16px;
  color: #222;
  font-style: normal;
  text-decoration: underline;
}

.login_wrapper .input_area .login-box .login-card-body .copyright {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 12px;
  color: #6e6e6e;
  font-style: normal;
  text-align: center;
  margin-top: 70px;
}

.login_wrapper .input_area .login-box .login-card-body .find_id_result {
  width: 100%;
  font-weight: 500;
  font-size: 17px;
  color: #222;
  text-align: center;
  padding: 40px 0;
  border: 1px solid #a5b3c2;
  border-radius: 3px;
}

.login_wrapper .input_area .login-box .login-card-body .find_id_result .user_id {
  font-weight: 700;
  font-size: 18px;
  color: #336af6;
}

/******************** dashboard ********************/

.dashBoard-wrapper .content-header .header_tit {
  margin-bottom: 10px;
}

.dashBoard-wrapper .content-header .header_tit h1 {
  display: inline-block;
  vertical-align: middle;
}

.dashBoard-wrapper .content-header .header_tit .selectOption {
  display: inline-block;
  width: 300px;
  margin: 10px 0 0 25px;
  vertical-align: middle;
}

.dashBoard-wrapper .full_search {
  margin: 20px 0 0 10px;
}

.dashBoard-wrapper .section_group {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.dashBoard-wrapper .section_group:first-child {
  margin-top: 0;
}

.dashBoard-wrapper .section_group:last-child {
  padding-bottom: 0px;
  border-bottom: 0;
}

.dashBoard-wrapper .sub_group {
  margin-bottom: 30px;
}

.dashBoard-wrapper .group_tit {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 22px;
  color: #2c3238;
  font-style: normal;
  margin-bottom: 10px;
}

.dashBoard-wrapper .sub_tit {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 16px;
  color: #8996a3;
  font-style: normal;
  padding-left: 5px;
  margin-bottom: 5px;
}

.dashBoard-wrapper .sub_tit i {
  font-size: 6px;
  margin-right: 5px;
  margin-bottom: 1px;
  vertical-align: middle;
}

.dashBoard-wrapper .no_data {
  width: 100%;
  font-family: 'Noto Sans KR';
  font-weight: 300;
  font-size: 16px;
  color: #2c3238;
  font-style: normal;
  text-align: center;
  padding: 120px 0 40px 0;
  border-radius: 5px;
  border: 1px solid #dde6ee;
  background-color: #f8fbff;
  background-image: url("../img/common/no_data.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center 30px;
}

.dashBoard-wrapper .item_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 20px;
  padding-bottom: 10px;
  overflow-x: auto;
}

.dashBoard-wrapper .item_group .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 256px;
  flex: 0 0 256px;
  height: 150px;
}

.dashBoard-wrapper .item_group .item .tit_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
  border-bottom: 1px solid #ddd;
}

.dashBoard-wrapper .item_group .item .tit_area .item_tit {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 15px;
  color: #2c3238;
  font-style: normal;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 60px);
  flex: 0 0 calc(100% - 60px);
  line-height: 1.2;
}

.dashBoard-wrapper .item_group .item .tit_area .btn_more2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  color: #8996a3 !important;
  text-align: right;
}

.dashBoard-wrapper .item_group .item .tit_area .btn_more2:hover {
  color: #2c3238 !important;
}

.dashBoard-wrapper .item_group .item .data {
  width: 100%;
  height: calc(100% - 50px);
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 24px;
  color: #336af6;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/******************** installation ********************/

.install_update .form_wrapper .item {
  margin-bottom: 15px;
}

.install_update .form_wrapper .item .tit {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 15px;
  color: #888;
  font-style: normal;
  margin-bottom: 5px;
}

.install_update .form_wrapper .item.serial .scan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.install_update .form_wrapper .item.serial .scan .input_area {
  width: calc(100% - 60px);
  padding-right: 10px;
}

.install_update .form_wrapper .item.serial .scan .btn_scan {
  width: 60px;
}

.install_update .form_wrapper .item.distance .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
}

.install_update .form_wrapper .item.distance .form .input_area {
  width: calc(100% - 50px);
  padding-right: 10px;
}

.install_update .form_wrapper .item.distance .form .unit {
  width: 50px;
}

/******************** installed device ********************/

.installed_device .note_type1 {
  margin-top: 20px;
}

.installed_device .count_wrapper {
  margin-top: 20px;
}

.installed_device .count_wrapper .count {
  font-weight: 700;
}

.installed_device .count_wrapper .unit {
  color: #666;
}

.installed_device .installed_list li {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 10px;
  margin-top: 10px;
}

.installed_device .installed_list li .data_wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
}

.installed_device .installed_list li .data_wrapper .item .field {
  font-family: 'Noto Sans KR';
  font-weight: 600;
  font-size: 13px;
  color: #999;
  font-style: normal;
  letter-spacing: -0.5px;
}

.installed_device .installed_list li .data_wrapper .item .data {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 14px;
  color: #2c3238;
  font-style: normal;
  letter-spacing: -0.5px;
  word-break: break-all;
}

.installed_device .installed_list li .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ddd;
  margin: 10px -10px -10px -10px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.installed_device .installed_list li .btn_area button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 35px;
}

.installed_device .installed_list li .btn_area .btn_edit {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 13px;
  color: #000;
  font-style: normal;
  border-right: 1px solid #ddd;
}

.installed_device .installed_list li .btn_area .btn_remove {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 13px;
  color: #000;
  font-style: normal;
}

/******************** settings assing weight ********************/

.assignWeight .slide_wrapper {
  height: 125px;
}

.assignWeight .slide_wrapper.aw_header {
  height: 140px;
  border-bottom: 2px solid #dde6ee;
  margin-bottom: 40px;
}

.assignWeight .slide_wrapper.aw_header .tit {
  font-weight: 700 !important;
}

.assignWeight .slide_wrapper .tit_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.assignWeight .slide_wrapper .tit_area .tit {
  font-weight: 500;
  margin-top: 5px;
}

.assignWeight .slide_wrapper .num {
  width: 80px;
  text-align: center;
  padding-right: 0;
}

.assignWeight .slide_wrapper .sub_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -15px;
}

.assignWeight .slide_wrapper .sub_slide input {
  height: 32px;
  margin-left: 10px;
}

.assignWeight .slide_wrapper .css-14pt78w-MuiSlider-rail {
  height: 32px;
  border-radius: 0;
  background-color: #d7dee4;
}

.assignWeight .slide_wrapper .css-1gv0vcd-MuiSlider-track {
  height: 32px;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#3268f4), to(#aba1ec));
  background-image: linear-gradient(to right, #3268f4, #aba1ec);
}

.assignWeight .slide_wrapper .css-eg0mwd-MuiSlider-thumb {
  background-color: #fff;
}

.assignWeight .slide_wrapper .css-eg0mwd-MuiSlider-thumb {
  background-color: #fff;
}

.assignWeight .slide_wrapper.aw_header .css-14pt78w-MuiSlider-rail {
  height: 24px;
  border-radius: 12px;
}

.assignWeight .slide_wrapper.aw_header .css-1gv0vcd-MuiSlider-track {
  height: 24px;
  border-radius: 12px;
  background-image: none;
  background-color: #1e66ff;
}

.assignWeight .donut {
  height: 460px;
  border-color: #4879f6;
  background: #f4f7ff;
}

.assignWeight .donut svg {
  margin-left: 20px;
}

/******************** settings FOTA ********************/

.fota_wrapper table .input_fw {
  width: 120px;
}

.fota_wrapper table .fileInputHidden {
  float: left;
  width: calc(100% - 30px);
}

.fota_wrapper table .fileInputHidden input[type=text] {
  width: calc(100% - 75px);
  font-size: 14px;
}

.fota_wrapper table .fileInputHidden .btn_file {
  margin-left: 10px;
}

.fota_wrapper table .btn_upload {
  float: left;
  margin-left: 10px;
}

/******************** settings biling ********************/

.billing {
  margin-top: 30px;
}

.billing .form-group {
  height: 295px;
}

.billing .form-group .g_box {
  height: 100%;
}

.billing .cost .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 190px;
  height: 190px;
  text-align: center;
  background: #336af6;
  border-radius: 50%;
  margin: 0 auto;
}

.billing .cost .circle .num {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: yellow;
}

.billing .cost .circle .num .unit {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-left: 3px;
}

.billing .cost .circle .device {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  margin-top: 10px;
}

/******************** overview ********************/

.ov_vehicle_graph {
  margin-bottom: 30px;
}

.ov_vehicle_graph .graph_wrapper {
  margin: 30px 0 0 0;
}

.ov_vehicle_graph .graph_wrapper .form-group {
  height: 100%;
  border: 1px solid #dae3ed;
  border-radius: 3px;
}

.ov_vehicle_graph .graph_wrapper .form-group:last-child {
  margin-right: 0;
}

.ov_vehicle_graph .graph_wrapper .graph_item {
  margin-left: 5%;
}

.ov_vehicle_graph .graph_wrapper .graph_item svg {
  overflow: visible;
}

.ov_vehicle_graph .graph_wrapper .map_item {
  margin: 20px 20px 0 20px;
}

.ov_vehicle_graph .graph_wrapper .map_item .kyqTMv {
  height: 260px !important;
  position: relative;
}

.ov_driver_graph {
  margin-bottom: 30px;
}

.ov_driver_graph .graph_wrapper {
  margin: 30px 0 0 0;
}

.ov_driver_graph .graph_wrapper .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 40px)/3);
  flex: 0 0 calc((100% - 40px)/3);
  margin-right: 20px;
  margin-bottom: 0;
  border: 1px solid #dae3ed;
  border-radius: 3px;
}

.ov_driver_graph .graph_wrapper .col-4:last-child {
  margin-right: 0;
}

.ov_driver_graph .graph_wrapper .tit_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ov_driver_graph .graph_wrapper .tit_wrapper .btn_more2 {
  margin: 20px 20px 0 0;
}

.ov_driver_graph .graph_wrapper .graph_item {
  margin-left: 5%;
}

.ov_driver_graph .graph_wrapper .graph_item svg {
  overflow: visible;
}

.ov_evt_map .loc_tit {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 16px;
  color: #2c3238;
  font-style: normal;
}

.ov_evt_map .evt_list {
  padding: 20px 10px 10px 10px;
}

.ov_evt_map .evt_list .item {
  margin-bottom: 10px;
}

.ov_evt_map .evt_list .item .custom-control .custom-control-label {
  text-indent: -20px;
  padding-left: 20px;
  margin-bottom: 0;
}

.ov_evt_map .evt_list .item .custom-control .custom-control-label .txt {
  font-weight: 500;
}

.ov_evt_map .evt_list .item .custom-control .custom-control-label .txt i {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

/******************** detail overview ********************/

.driverName {
  margin-top: 20px;
}

.driverName .name {
  display: inline-block;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 18px;
  color: #336af6;
  font-style: normal;
  vertical-align: middle;
  margin-left: 20px;
}

.detail_overview .summary .g_box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 20px * 2)/3);
  flex: 0 0 calc((100% - 20px * 2)/3);
  height: 255px;
  margin-right: 19px;
}

.detail_overview .summary .g_box:last-child {
  margin-right: 0;
}

.detail_overview .summary .g_box.short {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 20px * 2)/7);
  flex: 0 0 calc((100% - 20px * 2)/7);
}

.detail_overview .summary .g_box .tit {
  height: 80px;
  margin-bottom: 0;
}

.detail_overview .summary .history .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail_overview .summary .event {
  margin: 0 -20px 0 -20px;
}

.detail_overview .summary .event .graph_item {
  margin-left: 10%;
}

.detail_overview .summary .event .graph_item svg {
  overflow: visible;
}

.detail_overview .summary .history,
.detail_overview .summary .score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail_overview .summary .history .circle,
.detail_overview .summary .score .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #336af6;
  border-radius: 50%;
  margin: 0 auto;
}

.detail_overview .summary .history .circle .num,
.detail_overview .summary .score .circle .num {
  font-size: 30px;
  line-height: 1;
}

.detail_overview .summary .history .circle .num.time,
.detail_overview .summary .score .circle .num.time {
  font-size: 24px;
}

.detail_overview .driver_trip .period_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f7fa;
  padding: 10px 20px 10px 0;
}

.detail_overview .driver_trip .period_box .note_type1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
}

.detail_overview .driver_trip .period_box .selectOption {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 230px);
  flex: 0 0 calc(100% - 230px);
}

.detail_overview .driver_trip .period_box .selectOption .calendar {
  width: 670px;
}

.detail_overview .driver_trip .table-responsive {
  overflow-x: initial;
}

.driver_performance .g_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.driver_performance .chart_wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.driver_performance .chart_wrapper .donut {
  width: 250px;
  height: 250px;
  position: relative;
}

.driver_performance .chart_wrapper .donut .score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.driver_performance .chart_wrapper .donut .score .t1,
.driver_performance .chart_wrapper .donut .score .t2 {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 48px;
  color: #222;
  font-style: normal;
  line-height: 1;
}

.driver_performance .chart_wrapper .donut .score .t2 {
  font-size: 22px;
}

.driver_performance .chart_detail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.driver_performance .chart_detail .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eaf0f5;
}

.driver_performance .chart_detail .items:first-child {
  border-top: 0;
}

.driver_performance .chart_detail .items .label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.driver_performance .chart_detail .items .label .ic {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.driver_performance .chart_detail .items.collision .label .ic {
  background: #10cacd;
}

.driver_performance .chart_detail .items.distracted .label .ic {
  background: #ffb61c;
}

.driver_performance .chart_detail .items.harsh .label .ic {
  background: #2064ff;
}

.driver_performance .chart_detail .items.policy .label .ic {
  background: #a507fa;
}

.driver_performance .chart_detail .items.traffic .label .ic {
  background: #fa0771;
}

.driver_performance .chart_detail .items .division {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  font-size: 14px;
}

.driver_performance .chart_detail .items .con_list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 240px);
  flex: 0 0 calc(100% - 240px);
  font-size: 14px;
}

.driver_performance .chart_detail .items .con_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #eaf0f5;
}

.driver_performance .chart_detail .items .con_list li:last-child {
  border-bottom: 0;
}

.driver_performance .chart_detail .items .con_list li .field {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.driver_performance .chart_detail .items .con_list li .data {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.driver_performance .chart_detail .items .con_list li .field,
.driver_performance .chart_detail .items .con_list li .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/******************** dashcam ********************/

.dashcam_conf .conf_wrapper {
  margin-top: 40px;
}

.dashcam_conf .conf_wrapper .conf_tit .date {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 16px;
  color: #8996a3;
  font-style: normal;
  margin-left: 5px;
}

.dashcam_conf .conf_wrapper .result_wrapper {
  margin-top: 20px;
}

.dashcam_conf .conf_wrapper .result_wrapper .devices_wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.dashcam_conf .conf_wrapper .result_wrapper .video_stream_wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.dashcam_conf .conf_wrapper .result_wrapper .devices {
  padding: 0;
  padding-top: 113px;
  margin-right: 0%;
  position: relative;
}

.dashcam_conf .conf_wrapper .result_wrapper .devices .top_field {
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.dashcam_conf .conf_wrapper .result_wrapper .devices .top_field .tit_area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 20px;
}

.dashcam_conf .conf_wrapper .result_wrapper .devices .top_field .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e9eff5;
}

.dashcam_conf .conf_wrapper .result_wrapper .devices .top_field .field .item {
  float: left;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 14px;
  color: #2c3238;
  font-style: normal;
}

.dashcam_conf .conf_wrapper .result_wrapper .devices .scroll_area {
  height: 534px;
  overflow-y: auto;
}

.dashcam_conf .conf_wrapper .result_wrapper .devices .scroll_area .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dde6ee;
}

.dashcam_conf .conf_wrapper .result_wrapper .devices .scroll_area .data .item {
  float: left;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 14px;
  color: #2c3238;
  font-style: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dashcam_conf .conf_wrapper .result_wrapper .devices .scroll_area .data .item:first-child {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-left: 1rem;
  font-weight: 500;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .tit_area {
  margin-bottom: 20px;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .tit_area .mtit {
  float: left;
  padding-left: 10px;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .tit_area .icons {
  float: right;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 20px)/2);
  flex: 0 0 calc((100% - 20px)/2);
  height: 600px;
  overflow-y: auto;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row {
  padding-bottom: 0;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 20px)/2);
  flex: 0 0 calc((100% - 20px)/2);
  border: 1px solid #ccd8e6;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #e9e9e9;
  position: relative;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget:nth-child(odd) {
  margin-right: 10px;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget:nth-child(even) {
  margin-left: 10px;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget .tit {
  min-height: 40px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 15px;
  color: #8996a3;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 5px;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget .selectbox_wrapper {
  min-height: 40px;
  margin-bottom: 10px;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget .selectbox_wrapper .string {
  font-size: 14px;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget .desc {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 14px;
  color: #222;
  font-style: normal;
  line-height: 1.2;
  padding-top: 10px;
  border-top: 1px solid #a5b3c2;
  word-break: break-all;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget .close_widget {
  display: none;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  background-image: url("../img/common/btn_close1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget.same {
  background-color: #e9fcf2;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget.notSame {
  background-color: #ffe4e4;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget.online {
  background-color: #ffffe0;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget.updated {
  background-color: #e9f5fb;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget.modified {
  background-color: #fbf1e9;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget.notSet {
  background-color: #e9e9e9;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget:hover {
  border: 1px solid #feb61e;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget:hover .close_widget {
  display: block;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget .icon_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-bottom: 10px;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget .icon_wrapper .ic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  text-align: center;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget .icon_wrapper .ic button span {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 32px auto;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget .icon_wrapper .ic button.setting span {
  background-image: url("../img/common/legend_setting.png");
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget .icon_wrapper .ic button.audio span {
  background-image: url("../img/common/legend_audio.png");
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget .icon_wrapper .ic button.priority span {
  background-image: url("../img/common/legend_priority.png");
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget .icon_wrapper .ic button.webhook span {
  background-image: url("../img/common/legend_webhook.png");
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget .icon_wrapper .ic button.on span {
  background-position: 0px 0px;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget .icon_wrapper .ic button.off span {
  background-position: 0px -32px;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget .icon_wrapper .ic button.disabled span {
  background-position: 0px -64px;
}

.dashcam_conf .conf_wrapper .result_wrapper .widget_wrapper .scroll_area .row .widget .icon_wrapper .ic button.always span {
  background-position: 0px -96px;
}

.dashcam_conf .conf_wrapper .result_wrapper .card-footer {
  text-align: center;
}

.dashcam_conf .conf_wrapper .result_wrapper .card-footer button {
  margin: 0 2px;
}

/******************** dashcam update ********************/

.mgt_device_update .react-datepicker-wrapper {
  width: 190px;
}

/******************** notification ********************/

.notification_list {
  margin-top: 20px;
}

.notification_list ul li {
  width: 100%;
  padding: 12px;
  border-bottom: 1px solid #dae3ed;
  position: relative;
}

.notification_list ul li.new {
  background: #f4f7ff;
}

.notification_list ul li .list_tit .t1 {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 14px;
  color: #336af6;
  font-style: normal;
}

.notification_list ul li .list_tit .t1:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #222;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 5px;
}

.notification_list ul li .list_tit .t2 {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 14px;
  color: #222;
  font-style: normal;
}

.notification_list ul li .list_tit .content {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 13px;
  color: #222;
  font-style: normal;
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}

.notification_list ul li .list_tit .content:before {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background: #dae3ed;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.notification_list ul li .date {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 13px;
  color: #8996a3;
  font-style: normal;
  margin-top: 5px;
}

.notification_list ul li .btn_close1 {
  position: absolute;
  right: 12px;
  top: 16px;
  z-index: 1;
}

/******************** notification settings ********************/

.noti_settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.noti_settings .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 60px)/4);
  flex: 0 0 calc((100% - 60px)/4);
  margin-bottom: 0;
}

.noti_settings .g_box {
  height: 100%;
}

.noti_settings .g_box .tit {
  margin: 0 0 20px 0;
}

.noti_settings .g_box label {
  cursor: pointer;
}

.noti_settings .g_box .txt {
  font-size: 14px;
  font-weight: 500;
}

/******************** report ********************/

.report_op_graph {
  padding: 0 7.5px;
  margin-top: 30px;
}

.report_op_graph .graph_wrapper {
  margin: 0 -17.5px;
}

.report_op_graph .item {
  float: left;
  width: 25%;
  padding: 0 10px;
}

.report_op_graph .g_box .tit {
  margin: 0;
}

.report_op_graph .g_box .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 125px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 34px;
  color: #336af6;
  font-style: normal;
  text-align: center;
  letter-spacing: -1.5px;
  margin-top: 20px;
  border-bottom: 2px solid #e2e9f1;
}

.report_op_graph .g_box .multi_legend {
  padding-top: 10px;
  height: 125px;
  margin-top: 20px;
  border-bottom: 2px solid #e2e9f1;
}

.report_op_graph .g_box .multi_legend .value_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
}

.report_op_graph .g_box .multi_legend .value_wrapper .field {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 16px;
  color: #222;
  font-style: normal;
  position: relative;
  padding-left: 20px;
}

.report_op_graph .g_box .multi_legend .value_wrapper .field:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 1;
}

.report_op_graph .g_box .multi_legend .value_wrapper .field.dt:before {
  background: #10cacd;
}

.report_op_graph .g_box .multi_legend .value_wrapper .field.it:before {
  background: #ffb61c;
}

.report_op_graph .g_box .multi_legend .value_wrapper .field.st:before {
  background: #2064ff;
}

.report_op_graph .g_box .multi_legend .value_wrapper .value {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 16px;
  color: #336af6;
  font-style: normal;
}

.report_op_graph .g_box .graph {
  width: 100%;
  height: 200px;
  padding-top: 30px;
}

.report_evt_graph {
  height: 450px;
}

.report_evt_graph .tit {
  margin: 0;
}

.report_evt_graph .label_box {
  margin-top: 20px;
}

.report_evt_graph .label_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  border: 1px solid #dae3ed;
  border-radius: 3px;
  background: #f5f7fa;
}

.report_evt_graph .label_box ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/3);
  flex: 0 0 calc(100%/3);
  text-align: center;
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.report_evt_graph .label_box ul li span {
  display: block;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 13px;
  color: #5f6061;
  font-style: normal;
}

.report_evt_graph .label_box ul li span.total {
  font-weight: 700;
  color: #2c3238;
}

.report_evt_graph .label_box ul li .data {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 16px;
  color: #222;
  font-style: normal;
  margin-top: 2px;
}

.report_evt_graph .label_box ul li:after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: #dae3ed;
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.report_evt_graph .label_box ul li:nth-child(3n):after {
  display: none;
}

.report_evt_graph .donut svg {
  overflow: visible;
}

.report_safety_score .tit {
  margin: 0;
}

.report_safety_score .data {
  display: inline-block;
  width: 100%;
  height: 1px;
  text-align: center;
  position: relative;
}

.report_safety_score .data span {
  display: inline-block;
  position: absolute;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.report_safety_score .data .t1 {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 40px;
  color: #222;
  font-style: normal;
  top: 77px;
}

.report_safety_score .data .t2 {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 16px;
  color: #222;
  font-style: normal;
  top: 110px;
}

.report_safety_v .graph_wrapper {
  margin: 0 -17.5px;
}

.report_safety_v .item {
  float: left;
  width: 25%;
  padding: 0 10px;
}

.report_safety_v .g_box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 15px * 3)/4);
  flex: 0 0 calc((100% - 15px * 3)/4);
  height: 270px;
  margin-right: 15px;
}

.report_safety_v .g_box:last-child {
  margin-right: 0;
}

.report_safety_v .g_box .tit {
  margin: 0 0 20px 0;
}

.report_safety_v .g_box svg text {
  font-weight: 400 !important;
  font-size: 13px !important;
}

/******************** video ********************/

.video_wrapper .result {
  margin-top: 30px;
}

.video_wrapper .result .video_list {
  padding: 20px;
  border-bottom: 1px solid #ebf0f6;
}

.video_wrapper .result .video_list:first-child {
  border-top: 1px solid #ebf0f6;
}

.video_wrapper .result .video_list .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video_wrapper .result .video_list .row .col_1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
}

.video_wrapper .result .video_list .row .col_1 img {
  width: 160px;
  height: 100px;
  cursor: pointer;
}

.video_wrapper .result .video_list .row .col_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 190px - 350px);
  flex: 0 0 calc(100% - 190px - 350px);
}

.video_wrapper .result .video_list .row .col_2 .event {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 16px;
  color: #222;
  font-style: normal;
  margin-bottom: 20px;
}

.video_wrapper .result .video_list .row .col_2 .number {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 14px;
  color: #222;
  font-style: normal;
}

.video_wrapper .result .video_list .row .col_2 .date {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 14px;
  color: #8996a3;
  font-style: normal;
}

.video_wrapper .result .video_list .row .col_3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  text-align: right;
}

.video_wrapper .result .video_list .row .col_3 button {
  margin: 0 4px;
}

.video_wrapper .result .video_list .row.still_cut .col_1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
}

.video_wrapper .result .video_list .row.still_cut .col_1 img {
  width: 320px;
  height: 100px;
  cursor: pointer;
}

.video_wrapper .result .video_list .row.still_cut .col_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 380px - 350px);
  flex: 0 0 calc(100% - 380px - 350px);
}

.video_wrapper .result .video_list .row.still_cut .col_3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
}

.video_stream {
  padding-left: 20px;
}

.video_stream .stream_controls {
  margin-top: 10px;
}

.video_stream .stream_controls .col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 60px * 2)/4);
  flex: 0 0 calc((100% - 60px * 2)/4);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.video_stream .stream_controls .col-3:last-child {
  margin-right: 0;
}

.video_stream .stream_controls .col-3 .field {
  width: 110px;
  font-weight: 700;
  font-size: 15px;
}

.video_stream .stream_controls .col-3 .control {
  width: calc(100% - 110px);
}

.video_stream .stream_controls .col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 60px * 2)/3);
  flex: 0 0 calc((100% - 60px * 2)/3);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 60px;
}

.video_stream .stream_controls .col-4:last-child {
  margin-right: 0;
}

.video_stream .stream_controls .col-4 .field {
  width: 110px;
  font-weight: 700;
  font-size: 15px;
}

.video_stream .stream_controls .col-4 .control {
  width: calc(100% - 110px);
}

.video_stream .stream_controls .col-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 60px * 2)/2);
  flex: 0 0 calc((100% - 60px * 2)/2);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.video_stream .stream_controls .col-6:last-child {
  margin-right: 0;
}

.video_stream .stream_controls .col-6 .field {
  width: 110px;
  font-weight: 700;
  font-size: 15px;
}

.video_stream .stream_controls .col-6 .control {
  width: calc(100% - 110px);
}

.video_stream .video_wrapper {
  height: 440px;
}

.video_stream .video_wrapper > div {
  width: 590px !important;
  height: auto !important;
}

.video_stream .video_wrapper .vjs-big-play-button {
  display: none;
}

/******************** privacy policy ********************/

.privacy_container .privacyPolicy article {
  margin-top: 25px;
}

.privacy_container .privacyPolicy article ol li,
.privacy_container .privacyPolicy article ul li {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 14px;
  color: #2c3238;
  font-style: normal;
}

.privacy_container .privacyPolicy article .mtit {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-size: 14px;
  color: #2c3238;
  font-style: normal;
  margin-bottom: -5px;
}

.privacy_container .privacyPolicy article .desc {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 14px;
  color: #2c3238;
  font-style: normal;
  line-height: 1.5;
  margin-top: 12px;
}

.privacy_container .privacyPolicy article .c1 {
  margin-top: 12px;
}

.privacy_container .privacyPolicy article .c1 > li {
  padding-left: 18px;
  text-indent: -16px;
  margin-top: 5px;
}

/******************** modal ********************/

.modal_car_state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_car_state li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
}

.modal_car_state li:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 11px;
  z-index: 1;
}

.modal_car_state li .num {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 15px;
  color: #222;
  font-style: normal;
}

.modal_car_state li .state {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 14px;
  color: #888;
  font-style: normal;
  padding: 1px 8px 2px 8px;
  border-radius: 3px;
  background: #f9f9f9;
  margin-left: 10px;
}

.modal_car_state li .state.complete {
  color: #336af6;
  font-weight: 500;
  background: #f2f8fb;
}

.modal_car_state li .state.timeout,
.modal_car_state li .state.error {
  color: #f53e3e;
  font-weight: 500;
  background: #fff2f2;
}

.modal_calendar_wrapper .time_range .label {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 14px;
  color: #2c3238;
  font-style: normal;
}

.modal_event_list .list_wrapper {
  float: left;
  width: 33%;
  padding-right: 20px;
}

.modal_event_list .list_wrapper .item .field {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 14px;
  color: #222;
  font-style: normal;
  padding-left: 10px;
  margin-right: 20px;
  position: relative;
}

.modal_event_list .list_wrapper .item .field:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #222;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

.modal_event_list .list_wrapper .item .con {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 14px;
  color: #222;
  font-style: normal;
}

.modal_event_list .list_wrapper .item.date .con {
  padding-left: 20px;
  background-image: url("../img/common/ic_calendar.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 center;
}

.modal_event_list .list_wrapper .evt_btns {
  height: 300px;
  overflow-y: auto;
  border: 1px solid #adbac8;
  border-radius: 3px;
}

.modal_event_list .list_wrapper .evt_btns button {
  width: 100%;
  text-align: left;
  padding: 12px 15px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ebf0f6;
}

.modal_event_list .list_wrapper .speed .tit {
  font-size: 13px;
  color: #222;
  margin-right: 10px;
}

.modal_event_list .list_wrapper .speed .g_select {
  width: 60px;
}

.modal_event_list .map_wrapper {
  float: left;
  width: 67%;
  height: 500px;
  position: relative;
}

.gm-style .gm-style-iw-c div {
  font-weight: 500 !important;
  font-size: 13px !important;
  color: #222 !important;
}

.gm-style .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}

.modal_ov_evt {
  height: 100%;
  padding: 20px;
  position: relative;
}

.modal_video_player .raw_graph {
  width: 100%;
  height: 300px;
}

.modal_video_player .filtered_graph {
  width: 100%;
  height: 300px;
}

.modal_video_player .map_item {
  position: relative;
  width: 100%;
  height: 384px;
}

.modal_video_player .speed_graph {
  width: 100%;
  height: 300px;
}

.modal_device_legend .legend_wrapper .legend_item {
  border-top: 1px solid #c6d0d9;
}

.modal_device_legend .legend_wrapper .legend_item .tit {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #222;
  text-align: left;
  padding: 10px 0;
  position: relative;
}

.modal_device_legend .legend_wrapper .legend_item .tit:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../img/common/arr5.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.modal_device_legend .legend_wrapper .legend_item .tit.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal_device_legend .legend_wrapper .legend_item .content {
  display: none;
  padding: 15px 0;
}

.modal_device_legend .legend_wrapper .legend_item .tit.active + .content {
  display: block;
}

.modal_device_legend .legend_wrapper .legend_item .bg_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.modal_device_legend .legend_wrapper .legend_item .bg_list li:first-child {
  margin-top: 0;
}

.modal_device_legend .legend_wrapper .legend_item .bg_list .bg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 74px;
  flex: 0 0 74px;
  height: 44px;
  margin-right: 20px;
}

.modal_device_legend .legend_wrapper .legend_item .bg_list .bg.color1 {
  background: #ffe4e4;
  border: 1px solid #DAE3ED;
}

.modal_device_legend .legend_wrapper .legend_item .bg_list .bg.color2 {
  background: #ffffe0;
  border: 1px solid #DAE3ED;
}

.modal_device_legend .legend_wrapper .legend_item .bg_list .bg.color3 {
  background: #e9e9e9;
  border: 1px solid #DAE3ED;
}

.modal_device_legend .legend_wrapper .legend_item .bg_list .desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 94px);
  flex: 0 0 calc(100% - 94px);
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper {
  display: none;
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group {
  float: left;
  width: 33.3333%;
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_tit {
  width: 100%;
  height: 50px;
  font-size: 14px;
  background: #e9eff5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_list {
  width: 160px;
  margin: 0 auto;
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_list li .ic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_list li .desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 32px);
  flex: 0 0 calc(100% - 32px);
  font-size: 14px;
  text-align: center;
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_list.setting li .ic {
  background-image: url("/assets/img/common/legend_setting.png");
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_list.setting li .ic.on {
  background-position: 0 0;
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_list.setting li .ic.off {
  background-position: 0 -32px;
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_list.setting li .ic.a_off {
  background-position: 0 -64px;
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_list.setting li .ic.a_on {
  background-position: 0 -96px;
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_list.audio li .ic {
  background-image: url("/assets/img/common/legend_audio.png");
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_list.audio li .ic.on {
  background-position: 0 0;
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_list.audio li .ic.off {
  background-position: 0 -32px;
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_list.audio li .ic.a_off {
  background-position: 0 -64px;
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_list.audio li .ic.a_on {
  background-position: 0 -96px;
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_list.priority li .ic {
  background-image: url("/assets/img/common/legend_priority.png");
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_list.priority li .ic.on {
  background-position: 0 0;
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_list.priority li .ic.off {
  background-position: 0 -32px;
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_list.priority li .ic.a_off {
  background-position: 0 -64px;
}

.modal_device_legend .legend_wrapper .legend_item .icon_wrapper .icon_group .icon_list.priority li .ic.a_on {
  background-position: 0 -96px;
}

@media (max-width: 1800px) {
  .report_op_graph .item {
    width: 50%;
  }
}

@media (max-width: 1620px) {
  .detail_overview .summary .history {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -20px;
  }

  .detail_overview .summary .history .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 5px;
  }

  .detail_overview .summary .history .circle {
    width: 100%;
    height: 45px;
    text-align: left;
    border-radius: 3px;
    font-size: 16px;
  }

  .detail_overview .summary .history .circle .num {
    font-size: 26px;
    margin-right: 10px;
  }

  .detail_overview .summary .history .circle br {
    display: none;
  }
}

@media (max-width: 1500px) {
  .dashcam_conf .conf_wrapper .result_wrapper .devices_wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .dashcam_conf .conf_wrapper .result_wrapper .video_stream_wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .noti_settings .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px)/2);
    flex: 0 0 calc((100% - 20px)/2);
  }

  .report_safety_v .item {
    width: 50%;
  }

  .video_stream .stream_controls .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 15px * 2)/3);
    flex: 0 0 calc((100% - 15px * 2)/3);
    margin-right: 15px;
  }

  .video_stream .stream_controls .col-4 .field {
    width: 95px;
    font-size: 14px;
  }

  .video_stream .stream_controls .col-4 .control {
    width: calc(100% - 95px);
  }

  .video_stream .stream_controls .col-4 .control .form-control {
    padding-left: 8px;
    padding-right: 22px;
  }
}

@media (max-width: 1400px) {
  .dashcam_conf .conf_wrapper .result_wrapper .pagination {
    margin-top: 30px;
  }

  .dashcam_conf .conf_wrapper .result_wrapper .pagination .page-item .page-link {
    font-size: 12px;
    padding: .3rem .65rem;
  }

  .dashcam_conf .conf_wrapper .result_wrapper .pagination .page-item:first-child,
  .dashcam_conf .conf_wrapper .result_wrapper .pagination .page-item:last-child {
    width: 25px;
    height: 25px;
  }

  .dashcam_conf .conf_wrapper .result_wrapper .pagination .page-item:first-child .page-link,
  .dashcam_conf .conf_wrapper .result_wrapper .pagination .page-item:last-child .page-link {
    width: 25px;
    height: 25px;
  }

  .dashcam_conf .conf_wrapper .result_wrapper .card-footer.dashcam_footer_btn button {
    padding: .375rem 1.2rem;
  }
}
/*# sourceMappingURL=../../sourcemaps/assets/css/screen.ui.css.map */
