@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html {
  font-size: 15px;
  height:100%;
}
@media (min-width: 768px) {
  html {
    font-size: 17px;
  }
}

body {
    font-family: "Noto Sans KR", "Noto Sans", sans-serif;
    width: 100%;
    height: 100%;
}

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

th {
  font-weight:bold;
  text-align:center;
  vertical-align: middle;
}

@media (max-width: 767.98px) { 
  table.salary {font-size:0.8rem; padding:4px 8px;}
}

.hidden {display:none;}
.click {cursor:pointer;}

.panel:before {
  content: '';
  display: block;
  background-color: rgba(0,0,0,0);
  transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 99;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #fbfbfd; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.pricing-header {
  max-width: 700px;
}

.card.menu {text-align:center; font-weight:bold;}

.card-deck .card {
  min-width: 220px;
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hiding {display:none;}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.dpSm {display:none;}  
.forMobile {display:none}
@media (max-width: 575.98px) {
  .forMobile {display:block}
  .dpLg {display:none;}
  .dpSm {display:table-cell;}  
}

.helper {position:absolute; border:1px solid #999; border-radius:3px; background:RGBA(255,255,255,.9); z-index:5;}
#helper2 {position:absolute; border:1px solid #999; border-radius:3px; background:RGBA(255,255,255,.9); z-index:5;}

/* blink effect */
@keyframes blink {
    0%   {opacity: 1;}
    25%  {opacity: 0;}
    50%  {opacity: 1;}
    75%  {opacity: 0;}
    100% {opacity: 1;}
}

.blink {
  position:static;
  animation: blink 1s linear 250ms;
  opacity: 1;
}

.input-header {
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: .5rem;
}

.input-header.checkbox::before {
    font-family: FontAwesome;
    content: "\f0c8";
    position: relative;
    top: 1px;
    margin-left: 2px;
    margin-right: 5px;
}

.input-header.checkbox.checked::before {
    content: "\f14a";
}

.input-header.plus::before {
    font-family: FontAwesome;
    content: "\f0fe";
    position: relative;
    font-size:1.5rem;
    top: 0px;
    margin-left: 2px;
    margin-right: 10px;
    color: #03b0d4;
    cursor: pointer;
}

.input-header.minus::before {
    font-family: FontAwesome;
    content: "\f146";
    position: relative;
    font-size:1.5rem;
    top: 0px;
    margin-left: 2px;
    margin-right: 10px;
    color: #03b0d4;
    cursor: pointer;
}

.input-header.checkbox.checked::before {
    content: "\f14a";
}

.input-header.checkbox {
    cursor: pointer;
}

.input-header::after {
    content: "";
    display: block;
    flex: 1 0 auto;
    height: 2px;
    background: #03b0d4;
    margin: 0 0 0 0.5rem;
}

/* bootstrap override */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-weight:700;}