@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
body {
  font-size: 16px;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}
.h4,
h4 {
  font-size: 1.2rem;
}

img {
  width: 50%;
  transform: rotate(0deg);
  filter: FlipH;
  -ms-filter: "FlipH";
}
body,
button,
input,
select,
td,
textarea,
th,
div,
a {
  letter-spacing: -0.4px;
  font-family: Noto Sans KR;
  -webkit-font-smoothing: antialiased;
}
footer {
  border-top: 1px solid #f1f1f1;
  padding-top: 10px;
  margin-top: 50px;
  margin: 0 auto;
  font-size: 14px;
}
.sub2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
}
#main {
  background: #f1f1f1;
  padding-bottom: 15px;
}
.col-md-6 {
  padding-right: 25px;
  padding-left: 25px;
}
.container_box {
  background: #fff;
  margin-top: 68px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.index_thumb_box {
  text-align: center;
}
.media {
  background: #fff;
  padding: 5px;
  border-bottom: 1px solid #e1e1e1;
}
.footer_info {
  padding: 20px;
  text-align: left;
  width: 1000px;
  margin: auto;
  font-size: 12px;
}
.col-lg-8 {
  border-right: 1px solid rgb(220, 220, 220);
}
.gbanner2 {
  height: 60px;
  -webkit-animation: moveSlideshow 0.5s linear infinite;
  -moz-animation: moveSlideshow 0.5s linear infinite;
  -o-animation: moveSlideshow 0.5s linear infinite;
  border: 1px solid #4b4b4b;
}
.gbanner {
  -webkit-animation: moveSlideshow 0.5s linear infinite;
  -moz-animation: moveSlideshow 0.5s linear infinite;
  -o-animation: moveSlideshow 0.5s linear infinite;
  border: 1px solid #4b4b4b;
}
.Appear_slowly {
  animation: Appear_slowly 0.3s linear;
  -webkit-animation: Appear_slowly 0.3s linear;
  -moz-animation: Appear_slowly 0.3s linear;
  -o-animation: Appear_slowly 0.3s linear;
}
@keyframes Appear_slowly {
  from {
    /* transform: scale(0);  */
    margin-top: -50px;
    opacity: 0;
  }
  to {
    /* transform: scale(1);  */
    margin-top: 0;
  }
}
@keyframes moveSlideshow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}

@charset "utf-8";

.index_list_subject {
  margin: 40px 10px 20px;
  padding: 10px 5px 5px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 20px;
  font-weight: 600;
}
.index_list_subject h4 {
  margin-bottom: 0rem;
}
.index_list_subject span {
  color: #808080;
  margin-left: 0px;
  font-size: 13px;
  font-weight: 300;
}
.list_subject {
  margin: 40px 10px 20px;
  padding: 5px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 20px;
  font-weight: 600;
}
.list_page_count {
  font-size: 16px;
  font-weight: 300;
  color: #6666;
  margin-left: 5px;
}
.desc_box {
  padding: 10px;
  font-size: 14px;
  color: #646464;
}
.desc_box i {
  font-weight: 600;
  font-size: 12px;
  color: #9a9a9a;
}
.bt_box {
  text-align: center;
}
.nav_margin {
  margin-top: 60px;
}
.nav_shadow {
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.2);
}
.list_description {
  height: 45px;
  line-height: 140%;
  letter-spacing: -0.3px;
  font-size: 15px;
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}
.list_description a {
  font-size: 14px;
  word-break: break-all;
  color: rgb(146, 146, 146);
}
.Elapsed_time {
  font-size: 13px;
  font-weight: 600;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: #0062ff;
  color: #fff;
  padding: 1px 6px;
  position: absolute;
  margin-left: -11px;
  margin-top: -28px;
  display: block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 10;
  white-space: nowrap;
}

.index_Elapsed_time {
  margin-top: -16px;
  margin-left: 57px;
}
.el_desc {
  margin-left: 2px;
  font-size: 9px;
}
.el_desc2 {
  margin-left: 2px;
  font-size: 12px;
}
#edit_box {
  border: 1px solid #000;
}
#result > div {
  position: absolute;
  left: 0%;
  top: 0%;
  -webkit-transition: all 0.5s;
  display: inline;
  border-radius: 5px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(0) translate(300px, 300px);
}
#subject {
  font-size: 20px;
  border-radius: 3px;
  margin: 5px 0px;
  width: 100%;
  padding: 4px 10px;
  border: 0;
  background: transparent;
  outline: none !important;
  border-bottom: 1px solid #dcdcdc;
}
.sub3 {
  padding: 15px 10px 10px 15px;
  word-break: break-all;
  line-height: 120%;
}
.sub4 {
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
  word-break: break-all;
  line-height: 120%;
}
.sub5 {
  color: #0068c3;
  padding: 5px 2px 5px 0px;
  font-size: 14px;
  overflow: hidden;
  height: 40px;
  word-wrap: break-word;
  word-break: break-all;
}
.mag_back {
  background: no-repeat url("../img/magnifying_glass.svg");
  background-color: rgba(238, 238, 238, 0.95);
  background-blend-mode: lighten;
  background-size: 200px;
  background-position: right 30px;
}
.logo {
  background: no-repeat url("../img/logo.png");
  background-position: 0 5px;
  display: block !important;
  padding-left: 160px !important;
}
.logo_20190905 {
  background: no-repeat url("../img/logo.png?a=2");
  height: 50px;
  background-size: 90px;
  background-position: 0 8px;
  display: block !important;
  padding-left: 120px !important;
}
.bg-dark {
  background-color: #191a1b !important;
}
.example {
  font-size: 12px;
}

.img_resize {
  background: no-repeat url("../img/img_resize.png");
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background-size: 30px 30px;
  background-position: 0 0px;
  display: block !important;
  float: left;
  margin-top: 5px;
}

.pleft {
  float: left !important;
}

.list_sub_tag {
  font-size: 12px;
  border-radius: 10px;
  letter-spacing: -1px;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.04);
  margin-left: 5px;
}

.sub_tag {
  border-radius: 10px;
  padding: 3px 5px;
  background: rgba(0, 0, 0, 0.03);
  margin-left: 10px;
}

.tagbox {
  margin: 0 20px;
  padding-left: 20px;
  background: no-repeat url("../img/tag_color_navy.svg");
  background-size: 15px;
  background-position: 5px 7px;
  margin-top: 20px;
  padding-top: 0px;
  line-height: 218%;
  color: #808080;
  border-radius: 15px;
  overflow: hidden;
  max-height: 30px;
  font-size: 13px;
}

.tagbox_list {
  width: 65%;
  position: absolute;
  background-position: 10px 7px;
  padding-left: 30px !important;
  bottom: 12px;
  margin-left: -20px;
  white-space: nowrap;
}

.hfont {
  font: 14px/2.5 Noto Sans Light, nanumgothic, AppleGothic, Malgun Gothic, Dotum,
    Arial, Verdana, Sans-serif;
  font-weight: bold;
}

.hh4 {
  font: 16px/1.8 Noto Sans Light, nanumgothic, AppleGothic, Malgun Gothic, Dotum,
    Arial, Verdana, Sans-serif;
}

.content-area {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  padding: 5px !important;
  margin-bottom: 10px;
  text-align: center;
  line-height: 190%;
}

.content-area img {
  display: block;
  width: 60%;
  margin: 0px auto;
  filter: blur(10px) brightness(120%);
  -webkit-filter: blur(10px) brightness(120%);
}

.ori {
  filter: unset !important;
  -webkit-filter: unset !important;
  transform: unset;
}

.view_data {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  padding: 5px !important;
  margin-bottom: 10px;
}

.detail img {
  -webkit-transition: all 0.1s;
}

.detail {
  font-size: 15px !important;
  -webkit-transition: all 0.5s;
  padding: 20px 10px;
  overflow: hidden;
  margin-bottom: 5px;
  word-break: break-all;
  text-align: left;
}

.img-rounded {
  width: 120px;
  height: 120px;
  display: block;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin: 5px;
}

.media-left {
  width: 130px;
  text-align: center;
  padding: 5px 0px;
}

.index_thumbnail_cover {
  width: 100%;
  height: 150px;
  border: 0px solid #f1f1f1;
  border-radius: 5px;
  margin: 5px;
  object-fit: cover;
  background: #000;
  max-width: 150px;
  max-height: 150px;
}

.thumbnail_cover {
  width: 100%;
  height: 100px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin: 5px;
  object-fit: cover;
  background: #000;
  max-width: 120px;
  max-height: 120px;
}

.thumbnail_cover2 {
  width: 100%;
  height: 650px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin: 5px;
  object-fit: cover;
  background: #000;
}

.thumbnail_undefined {
  margin: auto;
}

.img-size {
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.foot_ad {
  margin: 5px 0px;
}

.view_content_top_ad {
  width: 728px;
  height: 90px;
}
.notfound_search_title {
  margin-top: 50px;
  width: 100%;
  text-align: center;
  display: block;
}

.notfound_search_title h3 {
  font-weight: 600;
}

.notfound_search_desc {
  width: 100%;
  text-align: left;
  margin-left: 10px;
  margin-top: 70px;
  border-radius: 20px;
  background: #f1f1f1;
  padding: 20px 30px;
}

.right_ad {
  position: absolute;
  margin-left: -930px;
  margin-top: 91px;
  width: 120px;
  height: 620px;
  background: #f1f1f1;
}

.img-size2 {
  width: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.bt-box {
  border-top: 1px solid #f1f1f1;
  padding: 15px;
  margin: 10px;
  margin-top: 70px;
}
.list_sub {
  font-size: 14px;
  padding: 5px !important;
  padding-left: 20px !important;
}

.list-obj {
  border-bottom: 1px solid #f1f1f1 !important;
  margin-bottom: 10px;
}

a {
  color: #000;
  cursor: pointer;
}
.empty {
  font-size: 19px;
  text-align: center;
  /* font-style: italic; */
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
}

#pg_status {
  display: inline-block;
  width: 100px;
  height: 20px;
  margin-left: 5px;
}

.split {
  color: #dcdcdc;
  display: inline;
  margin: 0 10px;
}

.other_list {
  display: grid;
  grid-template-columns: 190px auto;
  grid-column-gap: 10px;
  margin-bottom: 30px;
}

.other_list div:nth-child(1) {
  width: 180px;
  height: 120px;
  margin: 5px;
}

.other_list div:nth-child(1) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other_list div:nth-child(2) span:nth-child(1) {
  font-weight: bold;
  display: block;
  line-height: 200%;
}

.rfooter {
  display: block;
  /* bottom:0; */
  width: 100%;
  /* margin-top:100px; */
  border-top: 1px solid #dcdcdc;
  background: rgba(255, 255, 255, 0.5);
  color: #4b4b4b;
  height: 80px;
}

.jumbotron {
  padding: 1.4rem 1rem;
  letter-spacing: -1px;
  background-color: #f8f8f8 !important;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

.sdiv {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.stxt {
  margin: 20px auto 10px;
  width: 100%;
  text-align: center;
}

.slink {
  cursor: pointer;
  font-size: 1.1rem !important;
  color: #0000ff;
  border: 0;
  text-decoration: underline;
  margin-top: 30px;
  display: inline-block;
}

.simg {
  width: 100%;
  margin: 0 auto 20px;
}

.container_sale1 {
  width: 860px;
  margin: 0 auto;
}

/* 모바일 */
@media screen and (max-width: 768px) {
  h2 {
    margin-top: 10px;
  }
  #main {
    background: #fff;
  }
  .container {
    max-width: 100%;
  }
  .content-area {
    padding: 5px 15px !important;
  }

  .container_box {
    width: 100%;
    border: 0;
    min-width: unset !important;
    max-width: unset !important;
  }
  .content-area img {
    display: block;
    width: 100%;
    margin: 20px auto;
  }

  .footer_info {
    width: 100%;
  }
  .notfound_search_title h3 {
    font-size: 16px;
  }

  .notfound_search_desc {
    margin: 10px;
    padding: 5px 10px;
  }

  .notfound_search_desc li {
    font-size: 13px;
  }

  .notfound_search_desc ol {
    margin-left: -15px;
  }

  .search_box {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .nav-item {
    font-size: 1.3rem;
    padding-left: 50px;
    font-weight: 500;
  }

  .dropdown-item {
    font-size: 1.3rem;
  }

  .list-obj {
    display: grid;
    grid-template-columns: 130px auto;
  }

  .list-obj .index_thumbnail_cover {
    width: 130px;
    height: 130px;
    max-width: 130px;
    max-height: 130px;
  }

  .index_Elapsed_time {
    margin-top: 114px;
    margin-left: 50px;
  }

  .index_list_subject {
    margin: 0px;
    padding: 5px 0px 5px;
  }

  .index_list_subject span {
    margin-left: 0px;
  }
  .col-md-2 {
    padding: 1px;
  }
  .sub2 {
    font-size: 1.5rem;
    letter-spacing: -2px;
  }

  .img-rounded2 {
    width: 100%;
    display: block;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    margin-bottom: 15px;
    border-radius: 10px;
  }

  .img-rap2 {
    width: 100%;
    display: block;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    margin-bottom: 15px;
  }

  .tagbox {
    width: 50%;
  }
}
.adpick {
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  filter: unset !important;
  -webkit-filter: unset !important;
}
