@charset "UTF-8";
/* variables */
/*util*/
.blog .blog-head .head-tit-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.blog .blog-head h1 {
  margin-top: 80px;
}

.blog .blog-head .intro {
  margin-top: 24px;
  line-height: 26px;
}

.blog .blog-head .tab-button {
  margin: 80px auto 40px;
}

.blog .blog-form-item {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.blog .blog-form-item .form-cont .form-drop-box {
  min-width: 138px;
  width: auto;
}

.blog .blog-form-item .form-cont .form-drop-box ul.drop-list {
  width: auto;
  white-space: nowrap;
  right: 0;
}

.blog .gallery-wrap.blog-list li {
  border-radius: 10px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e0dc;
}

.blog .gallery-wrap.blog-list li a .gallery-content {
  box-sizing: border-box;
}

.blog .gallery-wrap.blog-list li a .gallery-content .gallery-title {
  font-weight: 700;
}

.blog .gallery-wrap.blog-list li a .gallery-content .gallery-info {
  font-size: 12px;
  line-height: 1.7;
}

.blog .board-page-navi {
  margin-top: 80px;
}

.blog .det-head {
  position: relative;
}

.blog .det-head .det-share-wrap {
  position: absolute;
  top: 24px;
  right: 0;
  transform: translateY(unset);
}

.blog .det-content > img {
  border-radius: 4px;
}

.blog .det-content img {
  border-radius: 4px;
  width: auto !important;
  height: auto !important;
}

.blog .det-content iframe[src*=youtube] {
  width: 100% !important;
  height: auto !important;
  max-width: 876px;
  margin: 24px auto;
  aspect-ratio: 16/9;
}

.blog .det-content .box_vid {
  margin: 24px auto;
}

.blog .det-content .box_vid iframe {
  margin: auto;
}

.blog .det-content .hash-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 36px;
}

.blog .det-content .hash-tags a {
  display: flex;
  align-items: center;
  margin: 12px 12px 0 0;
  color: #A1A1A1;
  font-size: 14px;
  line-height: 1.6;
}

.blog .det-content .hash-tags a::before {
  content: "#";
}

.blog .det-content .more-detail dl {
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.blog .det-content .more-detail dt {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.blog .det-content .more-detail dd {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.blog .det-content .more-detail a {
  padding: 10px 24px;
  border: 1px solid #f9690e;
  border-radius: 80px;
  color: #f9690e;
  font-size: 18px;
  line-height: 1.5;
}

.blog .ad_banner.area-top {
  margin: 40px auto 0 auto;
}

.blog :has(.ad_banner.area-top) .blog-head .tab-button {
  margin-top: 64px;
}

.blog .ad_banner01.google-ad-wrap {
  top: 473px;
  margin-left: 678px;
}

/* 반응형 */
@media (max-width: 768px) {
  .blog .blog-head h1 {
    margin-top: 40px;
  }
  .blog .blog-head .intro {
    margin-top: 16px;
  }
  .blog .blog-head .tab-button {
    margin: 44px 0 48px;
  }
  .blog .gallery-wrap.blog-list li a .gallery-content .gallery-title {
    font-size: 14px;
    line-height: 1.6;
  }
  .blog .gallery-wrap.blog-list li a .gallery-content .gallery-info {
    margin-top: 8px;
  }
  .blog .gallery-wrap.blog-list li a .gallery-content .gallery-date {
    display: none;
  }
  .blog .blog-form-item {
    margin-bottom: 20px;
  }
  .blog .board-page-navi {
    margin-top: 40px;
  }
  .blog .det-head .det-share-wrap {
    position: static;
    display: flex;
    justify-content: flex-end;
  }
  .blog .det-content .more-detail {
    width: 100%;
  }
  .blog .det-content .more-detail dl {
    display: flex;
  }
  .blog .det-content .more-detail dt {
    font-size: 16px;
    line-height: 1.6;
  }
  .blog .det-content .more-detail a {
    width: 100%;
    padding: 8px 16px;
    border-radius: 80px;
    font-size: 16px;
    line-height: 1.6;
  }
  .blog .google-ad-wrap {
    display: none;
  }
  .blog :has(.google-ad-wrap) .blog-head .tab-button {
    margin-top: 44px;
  }
}