@charset "UTF-8";
div.simple_content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "맑은 고딕", "Apple SD Gothic Neo", "나눔고딕", NanumGothic, 'Nanum Gothic', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #2c3e50;
  padding: 0;
}
section.simple_content {
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.07);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
section.simple_content:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
.simple_content ul.simple_content_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.simple_content .simple_content_list li {
  position: relative;
  border-bottom: 1px solid #ecf0f1;
  overflow: hidden;
  padding: 0;
  transition: background-color 0.15s ease;
}
.simple_content .simple_content_list li:last-child {
  border-bottom: none;
}
.simple_content .simple_content_list li:hover {
  background-color: #f8f9fa;
}
.simple_content .simple_content_list .cont_a {
  color: #2c3e50;
  display: block;
  padding: 16px 20px;
  text-decoration: none;
  transition: all 0.15s ease;
}
.simple_content .simple_content_list .cont_a:hover {
  color: #f44336;
  padding-left: 24px;
}
.simple_content .cont_a {
  color: #2c3e50;
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: color 0.15s ease;
}
.simple_content .content_image {
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}
.simple_content .content_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.simple_content .content_image:hover img {
  transform: scale(1.05);
}
.simple_gallery_item .fake_img,
.simple_content_list .content_image {
  display: inline-block;
  box-sizing: border-box;
  background: linear-gradient(135deg,#f8f9fa 0%,#eff1f4 100%);
  border: 1px solid #ecf0f1;
  color: #95a5a6;
  width: 100px;
  height: 75px;
  vertical-align: middle;
  text-align: center;
  line-height: 75px;
  overflow: hidden;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
}
.simple_content .content_basic {
  position: relative;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.simple_content .content_basic.content_with_thumbnail {
  line-height: 75px;
  vertical-align: middle;
  padding-left: 125px;
}
.simple_content .content_title {
  font-size: 15px;
  font-weight: 500;
  color: #2c3e50;
  letter-spacing: -0.3px;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.simple_content .content_category {
  display: inline-block;
  padding: 2px 10px;
  margin: 0 8px 0 0;
  background-color: #fff8f7;
  color: #f44336;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  transition: all 0.15s ease;
}
.simple_content .content_category:hover {
  background-color: #f44336;
  color: #2c3e50;
}
.simple_content .simple_gallery_item .content_category {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  margin: 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}
.simple_content .content_nickname {
  color: #7f8c8d;
  font-size: 13px;
  margin: 0 8px;
  font-weight: 400;
}
.simple_content .content_recnt {
  position: absolute;
  height: 24px;
  min-width: 28px;
  padding: 0 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: #fff8f7;
  color: #f44336;
  border-radius: 6px;
  transition: all 0.15s ease;
}
.simple_content .content_recnt:hover {
  background-color: #f44336;
  color: #2c3e50;
}
.simple_content .content_recnt.content_with_thumbnail {
  height: 75px;
  line-height: 75px;
  vertical-align: middle;
}
.simple_content .simple_content_list li.content_reext .cont_a {
  padding-right: 70px;
}
.simple_content h1.misolTop {
  border-bottom: 2px solid #ecf0f1;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  position: relative;
  background: linear-gradient(to right,#ffffff,#f8f9fa);
}
.simple_content h1.misolTop .misol_top_a {
  display: block;
  margin: 0;
  padding: 18px 20px;
  color: #2c3e50;
  text-decoration: none;
  transition: all 0.15s ease;
}
.simple_content h1.misolTop .misol_top_a:hover {
  color: #f44336;
  padding-left: 24px;
}
.simple_content div.simple_gallery {
  overflow: hidden;
  width: 100%;
  height: 165px;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 16px 0;
}
div.simple_gallery ul.simple_gallery {
  display: block;
  list-style: none;
  padding: 0 16px 100px;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
div.simple_gallery ul.simple_gallery::-webkit-scrollbar {
  height: 8px;
}
div.simple_gallery ul.simple_gallery::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 6px;
}
div.simple_gallery ul.simple_gallery::-webkit-scrollbar-thumb {
  background: #fff8f7;
  border-radius: 6px;
}
div.simple_gallery ul.simple_gallery::-webkit-scrollbar-thumb:hover {
  background: #f44336;
}
div.simple_gallery ul.simple_gallery > li {
  position: relative;
  display: inline-block;
  width: 100px;
  padding: 0 8px;
  vertical-align: top;
}
div.simple_gallery ul.simple_gallery > li .cont_a {
  position: relative;
  display: block;
  padding: 0;
  width: 100px;
  text-decoration: none;
}
div.simple_gallery ul.simple_gallery > li .cont_a .up_m {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  display: block;
  width: 100px;
  height: 75px;
  object-fit: cover;
}
div.simple_gallery ul.simple_gallery > li .cont_a:hover .up_m {
  box-shadow: 0 8px 16px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}
div.simple_gallery ul.simple_gallery > li .cont_a .fake_img {
  border-radius: 10px;
  margin-bottom: 8px;
}
div.simple_gallery ul.simple_gallery > li .gallery_text {
  display: block;
  margin-top: 10px;
}
div.simple_gallery ul.simple_gallery > li .gallery_text > span {
  display: block;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
}
div.simple_gallery ul.simple_gallery > li .gallery_text .content_title {
  font-size: 14px;
  font-weight: 500;
  color: #2c3e50;
  margin-bottom: 4px;
}
div.simple_gallery ul.simple_gallery > li .gallery_text .content_nickname {
  font-size: 12px;
  color: #7f8c8d;
  margin: 0;
  text-align: right;
}
div.simple_gallery ul.simple_gallery > li .up_tw {
  position: absolute;
  bottom: 0;
  left: 8px;
  right: 8px;
  padding: 12px;
  background: linear-gradient(to top,rgba(0,0,0,0.7) 0%,transparent 100%);
  border-radius: 0 0 10px 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
div.simple_gallery ul.simple_gallery > li .up_tw .gallery_text {
  margin: 0;
}
div.simple_gallery ul.simple_gallery > li .up_tw .gallery_text span {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div.simple_gallery ul.simple_gallery > li .cont_a:hover .up_tw {
  opacity: 1;
}
.simple_content div.misolTab {
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 56px;
  white-space: nowrap;
  border-bottom: 2px solid #ecf0f1;
  box-sizing: border-box;
  background-color: #ffffff;
}
.simple_content ul.simple_contentTabA {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}
.simple_content ul.simple_contentTabA::-webkit-scrollbar {
  height: 4px;
}
.simple_content ul.simple_contentTabA::-webkit-scrollbar-track {
  background: transparent;
}
.simple_content ul.simple_contentTabA::-webkit-scrollbar-thumb {
  background: #fff8f7;
  border-radius: 6px;
}
.simple_content ul.simple_contentTabA > li {
  display: inline-block;
  flex-shrink: 0;
  height: 56px;
  line-height: 56px;
  position: relative;
}
.simple_content ul.simple_contentTabA > li a {
  display: block;
  color: #7f8c8d;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.3px;
  text-decoration: none;
  padding: 0 20px;
  position: relative;
  transition: all 0.15s ease;
}
.simple_content ul.simple_contentTabA > li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 20px;
  right: 20px;
  height: 3px;
  background-color: #f44336;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
  border-radius: 6px 6px 0 0;
}
.simple_content ul.simple_contentTabA > li a:hover {
  color: #f44336;
  background-color: #f8f9fa;
}
.simple_content ul.simple_contentTabA > li.active a {
  color: #f44336;
  font-weight: 600;
}
.simple_content ul.simple_contentTabA > li.active a::after {
  transform: scaleX(1);
}
.simple_content ul.simple_contentTabA > li:first-child a {
  border-left: none;
}
.simple_content dl.simple_columns {
  margin: 0;
  padding: 0;
}
.simple_content dl.simple_columns dt {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.simple_content dl.simple_columns dd {
  display: none;
  margin: 0;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.widgetContainer .simple_content .open {
  display: block !important;
}
.simple_content .simple_content_nav {
  text-align: center;
  margin: 0;
  padding: 20px;
  border-top: 1px solid #ecf0f1;
  background-color: #f8f9fa;
}
.simple_content .simple_content_nav button {
  background: linear-gradient(135deg,#f44336 0%,#ea1c0d 100%);
  color: #2c3e50;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  line-height: 20px;
  height: 44px;
  min-width: 140px;
  padding: 0 24px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  letter-spacing: -0.3px;
}
.simple_content .simple_content_nav button .page_info {
  margin-right: 8px;
  opacity: 0.9;
}
.simple_content .simple_content_nav button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0,0,0,0.07);
  background: linear-gradient(135deg,#ea1c0d 0%,#d2190b 100%);
}
.simple_content .simple_content_nav button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}
.simple_content_list.simple_content_webzine {
  padding: 16px;
}
.simple_content_list.simple_content_webzine > li {
  border-bottom: 1px solid #ecf0f1;
  padding: 20px 0;
  transition: all 0.15s ease;
}
.simple_content_list.simple_content_webzine > li:hover {
  background-color: transparent;
}
.simple_content_list.simple_content_webzine > li:hover .simple_gallery_image img {
  transform: scale(1.05);
}
.simple_content_list.simple_content_webzine > li:last-child {
  border-bottom: none;
}
.simple_content_list.simple_content_webzine .simple_gallery_image {
  position: relative;
  width: 100px;
  float: left;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}
.simple_content_list.simple_content_webzine .simple_gallery_image img {
  transition: transform 0.3s ease;
}
.simple_content_list.simple_content_webzine .simple_gallery_image .fake_img {
  width: 100px;
  height: 75px;
  margin: 0;
}
.simple_content_list.simple_content_webzine .content_basic {
  display: block;
  padding: 0;
  margin: 0;
}
.simple_content_list.simple_content_webzine .content_basic .content_title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
  white-space: normal;
  overflow: visible;
}
.simple_content_list.simple_content_webzine .content_basic .content_title .content_category {
  margin-right: 8px;
}
.simple_content_list.simple_content_webzine .content_basic .content_nickname {
  display: inline-block;
  margin: 0 0 8px 0;
  font-size: 13px;
}
.simple_content_list.simple_content_webzine .content_basic .simple_content_longtext {
  display: block;
  margin: 12px 0 0 0;
  max-width: 100%;
  line-height: 1.6;
  color: #7f8c8d;
  font-size: 14px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.simple_content_list.simple_content_webzine .content_basic.content_reext {
  padding-right: 60px;
}
@media (max-width: 768px) {
  div.simple_content {
    font-size: 14px;
  }
  section.simple_content {
    border-radius: 10px;
  }
  .simple_content .simple_content_list .cont_a {
    padding: 14px 16px;
  }
  .simple_content h1.misolTop .misol_top_a {
    padding: 16px;
    font-size: 16px;
  }
  .simple_content ul.simple_contentTabA > li a {
    padding: 0 16px;
    font-size: 13px;
  }
  .simple_content .content_image {
    left: 16px;
  }
  .simple_content .content_recnt {
    right: 16px;
    font-size: 11px;
    padding: 0 6px;
    min-width: 24px;
    height: 20px;
    line-height: 20px;
  }
  .simple_content_list.simple_content_webzine {
    padding: 12px;
  }
  .simple_content_list.simple_content_webzine > li {
    padding: 16px 0;
  }
  .simple_content_list.simple_content_webzine .simple_gallery_image {
    float: none;
    width: 100%;
    max-width: 100px;
    margin: 0 0 12px 0;
  }
  .simple_content_list.simple_content_webzine .content_basic .content_title {
    font-size: 15px;
  }
  .simple_content_list.simple_content_webzine .content_basic .simple_content_longtext {
    font-size: 13px;
  }
  div.simple_gallery {
    height: 155px;
  }
  div.simple_gallery ul.simple_gallery {
    padding: 0 12px 80px;
  }
}
@media (max-width: 480px) {
  .simple_content .content_basic.content_with_thumbnail {
    display: block;
    padding-left: 0;
    padding-top: 91px;
    line-height: 1.5;
  }
  .simple_content .content_image {
    position: absolute;
    left: 16px;
    top: 16px;
    transform: none;
  }
  .simple_content .content_recnt.content_with_thumbnail {
    top: 16px;
    transform: none;
    height: 20px;
    line-height: 20px;
  }
}
.simple_content .inner {
  padding: 0;
}
ul.simple_contentTabA {
  list-style: none;
}
.simple_content a:focus {
  outline: 2px solid #f44336;
  outline-offset: 2px;
}
.simple_content button:focus {
  outline: 2px solid #f44336;
  outline-offset: 2px;
}
@media print {
  .simple_content .simple_content_nav,
  .simple_content div.misolTab {
    display: none;
  }
  section.simple_content {
    box-shadow: none;
    border: 1px solid #000;
  }
}

