@charset "utf-8";


/* gnb custom */

.pcs_top_logo {
  width: 98px;
  height: 25px;
  background: url('//image.chosun.com/gnb2020/assets/images/chosunB.png') no-repeat 0 0;
  background-size: cover;
}

.fp-viewing-firstSection .pcs_top_logo {
  width: 98px;
  height: 25px;
  background: url('//image.chosun.com/gnb2020/assets/images/chosunF.png') no-repeat 0 0;
  background-size: cover;
}


@media all and (max-width: 768px) {
  .fp-responsive.fp-viewing-firstSection .pcs_top_logo {
    display: block !important;
    left: 15px;
    top: 15px;
    width: 98px;
    height: 25px;
    background: url('//image.chosun.com/gnb2020/assets/images/chosunF.png') no-repeat 0 0;
    background-size: cover;
  }
}