/* blog-detail */
.blog-detail {
  padding: 30px 0;
}

.blog-detail .title {
  margin-bottom: 30px;
}

.blog-detail .lt {
  margin-bottom: 20px;
}

.blog-detail .sub-info {
  color: #CDCDCE;
}

.blog-detail .sub-info>*:first-child, .blog-detail .sub-info>*:first-child img {
  margin-top: 0;
}

.blog-detail .sub-info>*:last-child, .blog-detail .sub-info>*:last-child img {
  margin-bottom: 0;
}

.blog-detail .sub-info img {
  margin: 20px 0;
  display: block;
  width: 100%;
  border-radius: 10px;
}

.blog-detail .sub-info h2 {
  font-size: 26px;
  color: #FFFFFF;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-detail .sub-info h3 {
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.blog-detail .sub-info ul,
.blog-detail .sub-info ol {
  padding-left: 20px;
}

.blog-detail .rt {
  padding: 20px;
  border-radius: 10px;
  background: #232323;
}

.blog-detail .sub-title {
  margin-bottom: 15px;
}

.blog-detail .item-list li:not(:last-child) {
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
  padding-bottom: 9px;
}

.blog-detail .item-list li a {
  display: block;
}

@media (min-width: 992px) {
  .blog-detail .item-wrap {
    display: flex;
    align-items: flex-start;
  }

  .blog-detail .lt {
    flex: 1;
    padding-right: 30px;
    margin-bottom: 0;
  }

  .blog-detail .rt {
    width: 350px;
  }
}

@media (min-width: 1200px) {
  .blog-detail {
    padding: 44px 0 60px;
  }

  .blog-detail .title {
    margin-bottom: 60px;
  }

  .blog-detail .lt {
    padding-right: 60px;
  }

  .blog-detail .rt {
    width: 400px;
    padding: 37px 39px 38px;
  }

  .blog-detail .sub-info h2 {
    font-size: 36px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .blog-detail .sub-info h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .blog-detail .sub-info img {
    margin: 35px 0;
  }

  .blog-detail .sub-title {
    margin-bottom: 23px;
  }

  .blog-detail .item-list li a {
    transition: all .3s;
  }

  .blog-detail .item-list li:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 13px;
  }

  .blog-detail .item-list li a:hover {
    color: var(--style-color);
  }
}

@media (min-width: 1440px) {
  .blog-detail {
    padding-bottom: 93px;
  }

  .blog-detail .rt {
    width: 440px;
  }
}


/* pdt-swiper */
.pdt-swiper {
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 20;
  width: 80%;
  max-width: 380px;
  padding: 20px;
  border-radius: 10px;
  background: #232323;
}

.pdt-swiper .icon-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 11;
  font-size: 16px;
  font-weight: bold;
  color: #CDCDCE;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pdt-swiper .scale-img {
  border-radius: 10px;
}

.pdt-swiper .scale-img img {
  width: 100%;
  aspect-ratio: 340 / 340;
}

.pdt-swiper .tit {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Montserrat-Bold';
}

.pdt-swiper .btn {
  width: 180px;
  padding: 7px 15px;
  border-radius: 4px;
  background: var(--style-color);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 720px) {
  .pdt-swiper {
    right: calc((100vw - 5px - 720px) / 2 + 15px);
  }
}

@media (min-width: 992px) {
  .pdt-swiper {
    right: calc((100vw - 5px - 960px) / 2 + 15px);
  }
}

@media (min-width: 1200px) {
  .pdt-swiper {
    padding-bottom: 37px;
    right: calc((100vw - 5px - 1140px) / 2 + 15px);
  }

  .pdt-swiper .icon-close {
    font-size: 18px;
  }

  .pdt-swiper .tit {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .pdt-swiper .btn {
    width: 220px;
    padding-top: 10px;
    padding-bottom: 9px;
    transition: all .3s;
  }

  .pdt-swiper .btn:hover {
    color: var(--style-color);
    background: #fff;
  }
}

@media (min-width: 1440px) {
  .pdt-swiper {
    right: calc((100vw - 5px - 1400px) / 2 + 15px);
  }

  .pdt-swiper .tit {
    font-size: 23px;
  }

  .pdt-swiper .btn {
    font-size: 26px;
  }
}

@media (min-width: 1640px) {
  .pdt-swiper {
    right: calc((100vw - 5px - 1470px) / 2 + 15px);
  }
}