/* X-Large devices (large desktops, 1200px and up) */

@media only screen and (min-width: 1200px) and (max-width: 1999.98px) {
  /* .text-color-dark {
    color: #ffffff;
  } */
}

/* Small devices (landscape phones, less than 768px) */

/* Small devices (landscape phones, between 576px to 768px) */

@media only screen and (min-width: 200px) and (max-width: 767.98px) {
  .text-color-dark {
    color: #111;
  }
}

@media (min-width: 767.99px) and (max-width: 13099.98px) {
  /* .text-color-dark {
    color: #ffffff;
  } */
}

@media only screen and (max-width: 575.98px) {
  /* .text-color-dark {
    color: #111;
  } */
}


/* .background-body{
    background: url(https://emo.krx.co.kr/main/img/pc/visual-main.png) no-repeat bottom center;
    background-color: #d1dfec;
  }
  
  .background-body-boder{
    /* background: url(../assets/images/background-body-border.png) no-repeat bottom center; */
/* background: url(../images/background-body-border.png) top center no-repeat; */
/* } */

/*# sourceMappingURL=responsive.css.map */

/* .background-foot{ */
/* background: url(https://global.krx.co.kr/main/img/pc/quick-eng.png) top center no-repeat; */
/* } */
