/* Caution! Ensure accessibility in print and other media types... */
body {
  margin: 0px;
}
@media projection, screen {
  /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
  .tabs-hide {
    display: none;
  }
}

/* Hide useless elements in print layouts... */
@media print {
  .tabs-nav {
    display: none;
  }
}

/* Skin */

#tab_container .largeImg {
  display: block;
  width: 80%;
  float: left;
}

.tabs-nav {
  list-style: none;
  margin: 0px;
  padding: 0 0 0 0px;
}
.tabs-nav:after {
  /* clearing without presentational markup, IE gets extra treatment */
  display: block;
  clear: both;
  content: " ";
}

.tabs-nav li {
  margin: -4px 0 0 0px;
  min-width: 84px; /* be nice to Opera */
}
.tabs-nav li img {
  width: 20%; /* be nice to Opera */
}

.tabs-nav a {
  position: relative;
  top: 0px;
  z-index: 2;
  padding: 0px 0px;
  text-align: center;
  white-space: nowrap; /* required in IE 6 */
}
.tabs-nav .tabs-selected a {
  color: #000;
}
.tabs-nav .tabs-selected a,
.tabs-nav a:hover,
.tabs-nav a:focus,
.tabs-nav a:active {
  outline: 0px; /* prevent dotted border in Firefox */
}

.tabs-nav a span {
  padding-top: 0px;
  padding-right: 0;
}
.tabs-nav a span {
  /* hide from IE 6 */
  width: auto;
  height: auto;
}
.tabs-nav .tabs-selected a span {
  padding-top: 0px;
}
.tabs-nav .tabs-selected a:link,
.tabs-nav .tabs-selected a:visited,
.tabs-nav .tabs-disabled a:link,
.tabs-nav .tabs-disabled a:visited {
  /* @ Opera, use pseudo classes otherwise it confuses cursor... */
  cursor: text;
}
.tabs-nav a:hover,
.tabs-nav a:focus,
.tabs-nav a:active {
  /* @ Opera, we need to be explicit again here now... */
  cursor: pointer;
}
.tabs-nav .tabs-disabled {
  opacity: 0.4;
}
.tabs-container {
  padding: 0px 0px;
}

@media screen and (max-width: 700px) {
  #tab_container .largeImg {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .tabs-nav li {
    margin: -4px 0 0 0px;
    min-width: 84px; /* be nice to Opera */
  }
  .tabs-nav li img {
    width: 25%; /* be nice to Opera */
    float: left;
  }
}

.cptbox {
  position: fixed;
  bottom: 53px;
  width: 76%;
  background: rgba(0, 0, 0, 0.5);
  padding: 2%;
  font-family: "Noto Sans KR";
}
.cptbox h2 {
  color: #fff;
  font-size: 1.1em;
  line-height: 0em;
  font-family: "Noto Sans KR", serif;
}
.cptbox p {
  color: #fff;
  font-size: 0.8em;
  font-family: "Noto Sans KR", serif;
}
.cptbox p a {
  color: #fff;
}

@media screen and (max-width: 700px) {
  .cptbox {
    position: fixed;
    bottom: 0%;
    width: 94%;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 3%;
    font-family: "Noto Sans KR", serif;
  }
  .cptbox h2 {
    display: block;
    color: #fff;
    font-size: 1.1em;
    line-height: 0em;
    font-family: "Noto Sans KR", serif;
  }
  .cptbox p {
    color: #fff;
    font-size: 0.8em;
    line-height: 1.3em;
    font-family: "Noto Sans KR", serif;
  }
}
