@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
  /* 원하는 최대 너비를 설정하세요 */
  display: inline-block;
}

input[type="text"] {
  border-radius: 5px;
}

/* layout */
* {
  box-sizing: border-box;
}

p {
  margin: 0;
}

body,
#wrap {
  width: 100%;
  height: 100%;
}

#wrap_header,
#wrap_bodyer,
#wrap_footer {
  width: 100%;
  margin: auto;
}

#header,
#bodyer,
#footer {
  width: 100%;
}

#wrap_header {
  height: 100%;
}

#wrap_footer {
  height: 50px;
}

#lefter,
#pager {
  min-height: calc(100vh - 68px);
}

#bodyer {
  display: flex;
}

#lefter {
  min-width: 220px;
}

#pager {
  flex-grow: 1;
  padding: 1rem 1rem 0 2rem;
  background-color: #00000008;
}

/* layer */
.layer,
.popup {
  display: none;
}

.layer_backdrop {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 25%);
}

.layer_backdrop:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.layer_front {
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 280px;
  top: 96px;
  background-color: #ffffff;
  padding: 2rem 2rem 1rem 2rem;
  min-width: 1000px;
  min-height: 500px;
  max-width: 100%;
  max-height: auto;
}

#layer_1_backdrop {
  z-index: 510;
}

#layer_1 {
  z-index: 515;
}

#layer_2_backdrop {
  z-index: 520;
}

#layer_2 {
  z-index: 525;
}

#layer_3_backdrop {
  z-index: 530;
}

#layer_3 {
  z-index: 535;
}

.layer_close {
  display: flex;
  justify-content: flex-end;
  -ms-flex-align: right;
}

.layer_close img {
  width: 18px;
  cursor: pointer;
}

.layer_img_back {
  display: none;
}

.layer_close_link {
  cursor: pointer;
  text-align: right;
  z-index: 1000;
}

/* lider */
#slider_backdrop {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.64);
}

#slider {
  z-index: 615;
  display: none;
  position: fixed;
  bottom: -50%;
  background-color: #faf5f0;
  /*업체별 배경색상 변경   1125마보경수정*/
  width: 100%;
  min-height: 50%;
  padding: 1.5rem 1.5rem 2.7rem 1.5rem;
  border-radius: 16px 16px 0px 0px;
}

#slider_section .mt1 {
  margin-top: -24px;
}

/* popup */
#popup_1_backdrop {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  text-align: center;
}

#popup_1_backdrop:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

#popup_2_backdrop {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  text-align: center;
}

#popup_2_backdrop:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.pop-layer {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 90%;
  height: auto;
  text-align: left;
  background-color: #fff;
  z-index: 10;
  border-radius: 10px;
}

/* loader */
.loader {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.125);
  width: 100%;
  height: calc(100%);
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2000;
}

.loader .spinner-border {
  width: 3rem;
  height: 3rem;
}

/* etc */
ol,
ul,
dl,
li {
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

/* header */
#header_flex {
  display: flex;
  align-items: center;
  height: 68px;
  background-color: #0B0F0F;
  color: #d2fadf
}

#header_flex>div {
  flex: 1;

  padding: 0.87rem 1.25rem;
}

#header_flex>div:last-child {
  text-align: right;
  line-height: 1.5rem;
}

#header_flex a {
  cursor: pointer;
  color: #ffffff;
}

/* flex */
.flex_both {
  display: flex;
}

.flex_both>div {
  flex: 1;
}

.flex_both>div:last-child {
  text-align: right;
}

/* align */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/* font */
.fs12 {
  font-size: 12px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.bold {
  font-weight: bold;
}

.hover_underline:hover {
  text-decoration: underline;
}

/* my 에서 로그아웃할때 css 사라지는 현상때문에 이곳에 둠.*/
#set_page {
  padding: 1.5rem 1rem 1rem 1rem;
  color: #000000;
}

#set_title {
  font-size: 20px;
  margin-bottom: 1em;
  font-weight: 700;
  color: #090b0d;
}

#info_user {
  text-align: right;
}

#info_user>div {
  font-size: 16px;
  font-weight: 700;
  color: #272559;
  margin-bottom: 1em;
}

/*1128 마보경 수정*/
#set_page ul,
#ul_alarm .alarmLi {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  /* 진한 배경 시 */
  /* color:#000000;   연한 배경 시 */
  /* padding:16px;
    margin-bottom: 10px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    background-color: #FDFDFD; */
}

#set_page li {
  margin-bottom: 12px;
}

/* #set_page li:last-child {
    margin-bottom: 0;
  } */

/* #set_page li.title {padding:0;font-size:12px;font-weight:400; line-height: 16px;color:#04c4d9;} 
  #set_page ul:not(:first-child) li.link { background : url('../images/next.png') no-repeat center right #FDFDFD;} 
  #set_page ul:first-child{ background : url('../images/next_pp.png') no-repeat center right 16px #00324628;}  업체별 배경색상 변경   1125마보경수정 */

/*1128 마보경 수정*/
#set_page li.title {
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #04c4d9;
}

#set_page ul:not(:first-child) li.link {
  background-image: url("../images/next.png");
  background-position: center right 16px;
  background-repeat: no-repeat;
}

/*#set_page ul:first-child li{ background-image : url('../images/next_pp.png') ; background-position: center right 16px; background-repeat: no-repeat;}  /*업체별 배경색상 변경   1125마보경수정*/
#set_page li span.right {
  float: right;
}

#set_page li {
  margin-bottom: 10px;
  padding: 16px;
  /* background-color: #00000005;   연한 배경 시 */
  background-color: #ffffff24;
  /* 진한 배경 시 */
  border-radius: 16px;
}

.txhref {
  text-decoration: underline;
}

/* alarm 용 */
#ul_alarm {
  margin: 8px 16px 80px 16px;
  min-height: 320px;
}

#ul_alarm>li {
  border-bottom: 1px solid #dfdfdf;
}

#ul_alarm>li.normal {
  margin-bottom: 0;
  padding: 8px 24px;
}

#ul_alarm>li.dateTitle {
  font-size: 12px;
  font-weight: 500;
  color: #4b4b4d;
  background-color: #f5f5f5;
  padding: 3px 24px;
  margin-bottom: 0;
}

#ul_alarm>li div.info_cont {
  display: block;
  letter-spacing: -0.1px;
  margin: 1em 0;
}

/*#ul_alarm > li div.info_cont .upper { font-size: 16px; color: #090b0d; font-weight: 700; }*/
/*#ul_alarm > li div.info_cont .lower { font-size: 12px; color: #8b8a8d; margin-top:0.5em;} */
#ul_alarm>li div.info_cont .mst {
  font-weight: 400;
}

#ul_alarm>li.bottom_btn {
  padding: 2em;
}

/*페이지  서브 타이틀*/
.title_header {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  /* 1128 마보경 수정 */
  height: 56px;
}

.title_header .title_header_text {
  font-size: 16px;
  font-weight: 400;
  line-height: auto;
  color: #666666;
  /*title gray-3 */
  flex: auto;
  text-align: center;
}

.title_header .title_header_back {
  cursor: pointer;
  position: absolute;
}

/*기본 입력 및 버튼 설정*/
.common_input {
  padding: 0 16px;
  margin-top: 24px;
}

.common_input input.full.base {
  border: 0;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
  background-color: unset;
  height: 44px;
  color: #000000;
}

.common_input input[type="text"].base,
input[type="password"].base {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.common_input button.full.base {
  border: unset;
  border-radius: 5px;
  background-color: #5391c4;
  height: 44px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}

.common_input input::placeholder {
  color: #999999;
}

.common_sub_info {
  padding: 0 16px;
  margin-top: 8px;
}

.common_sub_info .flex_both_3 {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}

div.fix_btn {
  position: absolute;
  bottom: 0;
  width: 100%;
}

div.fix_btn.mt-auto {
  position: unset !important;
}

div.fix_btn button.full {
  height: 53px;
  background-color: #5391c4;
  /* 업체별 수정 1125마보경수정*/
  border-radius: 28px;
  /*  1125마보경수정*/
  margin-bottom: 40px;
  /*  1125마보경수정*/
  margin-right: 40px;
  /*  1125마보경수정*/
  margin-left: 40px;
  /*  1125마보경수정*/
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #ffffff;
  /* box-shadow: inset 0 -4px 4px 0 rgba(0,0,0,0.25);  팔레타 요청사항 1125마보경수정*/
  border: 0;
  max-width: 280px;
  /*  1125마보경수정*/
}

.common_input input.base {
  border: 2px solid #f2f2f2;
  border-radius: 8px;
  background-color: unset;
  color: #03051a;
}

.common_input input.base.gray {
  border: 2px solid #f2f2f2;
  color: gray;
  background-color: #f8f8f8;
}

.common_input input.bold {
  font-weight: 700;
}

.common_input div.guide {
  font-size: 18px;
  line-height: 24px;
  color: #090b0d;
  font-weight: 700;
}

.common_input div.label {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}

.common_input div.desc {
  font-size: 12px;
  color: #717073;
}

button.delete,
button.edit {
  /*width: 100%; border: 0px; background-color: #246c72; border-radius: 4px; height: 40px; font-size: 16px; color: #f2f2f2;*/
  height: 50px;
  width: 47%;
  border-radius: 10px;
  background-color: #fdfdfd;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  border: 2px solid #c4c4c4;
}

button.edit {
  margin-left: 8px;
}

button.delete {
  margin-right: 8px;
}

/*
  .step .title_header{
    background-image: url("../images/bottom_line.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    display : flex;
    align-items: center;
    padding: 0 16px;
    height: 56px;
  }
  
  .step .title_header .title_header_text{
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #000000;    
    flex: auto;
    text-align: center;
    margin-right: 24px;
  }
  */

.guide.strong {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 4px;
  color: #000000;
}

.guide.semi-strong {
  font-size: 16px;
  line-height: 24px;
}

.guide.gray {
  font-size: 14px;
  line-height: 21px;
  color: #999999;
  padding: 0 24px;
}

.form-control:focus {
  /* color: #F4EEFD; */
  background-color: #fff;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

.pincode-input-container input {
  color: #5391c4;
  background-color: unset;
}

/* 1128 마보경 수정 */

.done_sub_text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #999999;
}

#slider_section .content {
  padding: 8px 0;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

#slider_section .content:first-child {
  margin-top: 4px;
}

#slider_section .content div:first-child {
  color: #999999;
}

.infoMemo textarea::placeholder {
  color: #999999;
}

.infoMemo textarea.form-control:focus {
  color: #999999;
}

textarea.form-control {
  margin-top: 4px;
}

#layer_1_section #step_1 {
  position: relative;
}

/*padding-bottom: 72px;*/

#step_4 .sub_title {
  padding: 0;
}

.sub_title .point {
  font-weight: 600;
}

#list_header,
#info_seek_wrap {
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#list_header div,
#slider_section .list_header_title,
#info_seek_wrap div,
#info_seek_wrap .info_seek_section {
  flex: 1;
  border-bottom: 1px solid #e0e0e0;
  /*색상 변경    1125마보경수정*/
  height: 50px;
}

#list_header .list_header_padding,
#slider_section .list_header_padding {
  padding: 11px 0px;
}

#info_seek_wrap .infoHistory {
  padding: 14px 0px 9px;
}

#list_header .list_header_title,
#slider_section .list_header_title,
#info_seek_wrap {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #808080;
  /*색상 변경    1125마보경수정*/
}

.list_header_padding img {
  float: right;
}

#info_seek_wrap .info_seek_section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #999999;
}

#info_seek_wrap .info_seek_section li {
  width: 50px;
  height: 50px;
  padding: 13px 8px;
  text-align: center;
}

#info_seek_wrap .info_seek_section span.info_seek_line {
  border-bottom: 3px solid #ffffff00;
  padding-bottom: 12px;
}

.typePoint span.info_seek_line {
  border-bottom: 3px solid #000000 !important;
}

.typePoint {
  color: #000000;
}

.suffix_input {
  padding: 0 16px;
}

.common_input .suffix_input {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.common_input span {
  padding-left: 1em;
  background-color: #ffffff;
  font-size: 16px;
  border-radius: 0px;
  border: 0px;
  color: #090b0d;
  font-weight: 500;
}

/*.suffix_input input { background-color: #E8E8E8;border-radius: 8px;border:none;width:calc( 100% - 50px );}*/
.suffix_input .comma {
  width: -webkit-fill-available;
}

/*.suffix_input input { width:calc( 100% - 50px );}*/

.flex_both_3 {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  align-items: center;
}

.flex_both_3>div:first-child {
  flex: 1;
}

.flex_both_3>div:last-child {
  flex: 2;
  text-align: right;
}

#feediv .flex_both {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #000000;
}

/*
  #popup_1_section .content div:last-child, #ul_alarm .info_cont .upper{
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }*/

#kcplay button.base {
  background-color: #5391c4;
  color: #ffffff;
  border-radius: 5px;
  height: 44px;
  width: 100%;
  border: 0;
}

.kc_base_done {
  background-color: #ffffff;
  color: #5391c4;
  border-radius: 5px;
  height: 44px;
  width: 100%;
  border: 1px solid #5391c4;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  padding-top: 10px;
}

.sub_title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #808080;
  /* 1128 마보경수정 */
  text-align: center;
  padding: 24px 16px;
}

.pincode-input-container .form-control {
  padding: 0;
}

#memoDiv .infoMemo .col-12 {
  white-space: normal !important;
  color: #000000 !important;
  margin-top: 8px;
}

#layer_1_section::-webkit-scrollbar {
  display: none;
}

#layer_2_section::-webkit-scrollbar {
  display: none;
}

#layer_3_section::-webkit-scrollbar {
  display: none;
}

#layer_4_section::-webkit-scrollbar {
  display: none;
}

#kcpClose {
  display: none;
  z-index: 10000;
  margin: 0px 0 5px 0;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.subtitle {
  display: flex;
  line-height: 56px;
}

.subtitle .subtitle_left,
.subtitle .subtitle_right {
  width: 30px;
}

.subtitle .subtitle_left .subtitle_left_link {
  text-align: left;
  cursor: pointer;
  justify-content: center;
}

.subtitle .subtitle_right .subtitle_right_link {
  text-align: right;
  cursor: pointer;
  justify-content: center;
}

.subtitle .subtitle_cetner {
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  color: #000;
}

.dashboard_card_header_item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.dashboard_card_body_item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}

.dashboard_card_header_title {
  color: #4a8360;
  font-weight: bold;
  font-size: 18px;
}

.dashboard_card_header_value {
  color: #00c473;
  font-weight: bold;
  font-size: 18px;
}