@charset "UTF-8";

/*---YJSHIN----*/
#krs_back_window {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 11;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

#krs_main_window {
  display: none;
  position: absolute;
  top: 15%;
  left: 35%;
  height: 490px;
  width: 400px;
  background: rgb(240, 239, 239);
  z-index: 10;
}

#krs_content_window {
  padding: 20px;
}

#krs_banner>img {
  width: 100%;
}

.krs_section {
  margin-top: 10px;
}

.krs_section>label {
  font-weight: bold;
  font-size: 14px;
}

.krs_section > div {
  margin-top: 5px;
}

.krs_media {
  display: inline-block;
  text-align: center;
  border: 1px solid rgb(204, 197, 197);
  margin-right: 50px;
  padding: 5px;
  background-color: #fff;
 
}

.krs_media_label {
  font-size: 13px;
}

#krs_authcode_section>div>input {
  width: 65px;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
}

#krs_drive_table > tr {
  background-color: #ddd;
}

#krs_drive_table th {
  text-align: center;
  border: solid 1px;
  background-color: #ddd;
}

#krs_drive_table td {
  background-color: #fff;
}

#krs_drive_title {
  text-align: center;
  border: solid 1px;
  background-color: #ddd;
}

#krs_drive_list {
  border: solid 1px;
  height: 75px;
  background-color: #fff;
}

#krs_button_section {
  text-align: center;
}

#krs_button_section>button {
  width: 32%;
}

.krs_button {
  cursor: pointer;
  width: 100px;
}

.krs_drive_list_content{
  height: 20px;
  text-align: center;
  font-size: 13px;
  width: 100%;
  border-bottom: #fff 1px solid;
}

.krs_drive_selected{
  background-color: rgba(121, 187, 224, 0.596);
}

#krs_usb_button {
  margin-left: 10px;
}
