@charset "utf-8";
/* @import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css); */

#sit_ov_wrap {
  padding: 45px 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

div#sit_title_k {
  text-align: center;
  font-weight: 800;
}

div#sit_title_k>span {
  text-align: center;
  font-weight: 600;
}

div#sit_title_e {
  text-align: center;
  font-weight: 800;
}

div#sit_title_e>span {
  text-align: center;
  font-weight: 600;
}

.sit_ov_tbl>tbody>tr>th,
.sit_ov_tbl>tbody>tr>td {
  text-align: center
}

div.thumb_img {
  width: 100px;
  overflow: hidden;
}

div.thumb_img .thumb_sub {
  width: 120px;
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media all and (max-width: 1100px) {

  #sit_ov_wrap {
    padding: 15px 0px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    flex-direction: column;
  }
}

@media all and (max-width: 644px) {
  #sit_ov_wrap {
    padding: 15px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    flex-direction: column;
  }

  #sit_ov {
    width: 100%;
    padding: 15px 0px;
    min-height: auto;

  }

  #sit_pvi_big img {
    width: auto;
  }

  .sit_info {
    padding: 0px;
    margin: 0px;
  }

  div.thumb_img {
    display: none !important;
    width: auto;
    min-width: 100px;
    min-height: 100px;
    overflow: hidden;
  }

  div.thumb_img>div {
    /* float: left; */
    width: auto;
    height: auto;
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 10px;
    padding-left: 0px;
    display: flex;
    justify-content: space-around;
  }

  div.thumb_img .thumb_sub {
    width: auto;
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  #sit_pvi_thumb li {
    float: left;
  }

  #sit_pvi_big .popup_item_image {
    display: none;
  }

}