/* Inner Header */
/*header {
  height: 5.2rem;
  padding: 0 2rem;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
  max-width: 1024px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Pretendard', 'AppleSDGothicNeo', 'AppleSDGothicNeo-Regular',
      'Apple Gothic', 'Malgun Gothic', Arial, Helvetica, serif, sans-serif;
}

header.inner_header {
  position: fixed;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
}

span.header_section_title {
  font-size: 1.3rem;
  letter-spacing: -0.03rem;
  font-weight: 600;
}

header.fn_header i.icon {
  height: auto;
  top: 0;
}

header.fn_header {
  position: fixed;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.2rem;
  z-index: 9999;
}

header.fn_header span.header_section_title {
  font-size: 1.5rem;
  letter-spacing: -0.03rem;
  font-weight: 600;
  line-height: 1;
}

.highlight {
  outline: 3px solid #3b97e3 !important;
  outline-offset: -3px;
}

.header_left_section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header_left_section i {
  top: -.22rem;
}

.header_center_section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 4rem;
}

.header_right_section {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    width: 50%;
    justify-content: flex-end;
}

.header_center_section img {
  width: 1.8rem;
}*/

/* footer */
/*.footer {
  border-top: 1px solid #222;
  padding: 2rem;
  padding-bottom: 7rem;
  background-color: #fff;
}

.footer_menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer_menu_item {
  font-size: 1rem;
  color: #5388f6;
  font-weight: 600;
  letter-spacing: -0.02rem;
}

.footer_info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.footer_logo {
  
}

.footer_name {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.03rem;
  color: #222;
}

.footer_desc {
  margin: 0 0 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.footer_desc p {
  margin-bottom: 0;
  font-size: 1rem;
  letter-spacing: -0.02rem;
  font-weight: 500;
  color: #666;
}

.footer_copyright {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -0.03rem;
  color: #6e5bed;
}*/

/* Quick Bar */
/*.quick_bar {
  display: flex;
  height: 4.5rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 1024px;
  z-index: 100;
}

.bar_item_wrap {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.bar_visible_control {
    position: absolute;
    right: 3rem;
    top: -2rem;
    width: 4rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    background-color: #5936b1;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;    
}

.bar_visible_control i {
  color: #fff;
}

.bar_item {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.25rem;
    cursor: pointer;
}

.bar_item i {
  font-size: 1.3rem !important;
}

.bar_item .item_text {
  font-size: 0.8rem;
  letter-spacing: -0.02rem;
  margin-top: 0;
}

.bar_item i {
    margin: 0 !important;!i;!;
}

.center_bar_circle {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5e2bb8;
  border-radius: 4rem;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

.bar_circle_inner {
  color: #5e2bb8;
  background-color: #fff;
  padding: 0.1rem 0.4rem;
  font-weight: 600;
  letter-spacing: -0.02rem;
  border-radius: 0.6rem;
  font-size: 1.3rem;
}

.center_bar_item {
  cursor: pointer;
  position: relative;
  top: -1rem;
}*/

/* ETC */
.icon {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  position: relative;
  color: #111;
}

select {
  outline: none !important; 
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='3 5 6 8 9 5'/></svg>") no-repeat right .5em center !important;
  background-color: transparent !important;
}

.air-datepicker {
  user-select: none;
}

.excel-download-button {
    background-color: #00731b;
    width: 2.3em;
    height: 2.3em;
    border-radius: 50%;
    padding: 0.5em;
}