/* heerak's code */
/* common */
iframe {
  border: none !important;
}
/* main baaner componant */
.bannerSwiper__container {
  position: relative;
  height: 510px;
  width: 100%;
  margin-top: 65px;
}
@media screen and (max-width: 720px) {
  .bannerSwiper__container {
    margin-top: 55px;
  }
}
.nav__logo {
  margin-left: -147px;
  margin-right: 50px;
}


.bannerSwiper__container .swiper-slide {
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bannerSwiper__container .banner__swiper__pagination {
  text-align: center !important;
  position: absolute !important;
  z-index: 10 !important;
}

.bannerSwiper__container .swiper-pagination-bullet {
  width: 40px !important;
  height: 3px !important;

  border-radius: 0px !important;
}

.bannerSwiper__container .swiper__next {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: red;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 10;
  right: 10px;
  background: url(/assets/cm/images/base/ico-next.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.bannerSwiper__container .swiper__next:hover {
  background: url(/assets/cm/images/base/ico-next-white.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  opacity: 1;
}

.bannerSwiper__container .swiper__prev {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: blue;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 10;
  left: 10px;
  background: url(/assets/cm/images/base/ico-prev.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.bannerSwiper__container .swiper__prev:hover {
  background: url(/assets/cm/images/base/ico-prev-white.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  opacity: 1;
}

/* .items__container */
/* .items__container {
  border-bottom: solid 1px #efefef;
  border-top: none;
  box-sizing: border-box;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}

.items__container .title__box {
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 23px;
}

.items__container .title__box h1 {
  color: #ffffff;
  padding: 6px 15px 2px 15px;
  background: #81dcca;
  font-family: 'Gothic A1', sans-serif;
}

.items__container .item__box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
}

.items__container .item__box.left {
  justify-content: flex-start;
} */

/* product component */
/* .product__item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 25%;
  height: auto;
  align-items: flex-start;
  margin-top: 30px;
  max-width: 25%;
}

.product__item .image__box {
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  width: 240px;
  height: 240px;
}

.product__item .caption__box {
  cursor: pointer;

  font-family: 'Nanum Gothic Coding', monospace;
  flex: 1;
  margin-top: 10px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 240px;
}

.product__item .caption__box b {
  color: rgb(99, 99, 99);
  font-weight: 900;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  width: 100%;
  line-height: 20px;
  height: 20px;
  -webkit-line-clamp: 1;
}

.product__item .caption__box .name {
  margin-top: 5px;
  color: rgb(38, 38, 38);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  width: 100%;
  line-height: 20px;
  max-height: 40px;
  -webkit-line-clamp: 2;
}
.product__item .caption__box .price__box {
  display: flex;
}

.product__item .caption__box .price__box .salePercent::after {
  content: '%';
  margin-right: 5px;
}

.product__item .caption__box .price__box .price {
  color: #888;
  text-decoration: line-through;
}

.product__item .caption__box .price__box .price::after {
  content: '원';
}

.product__item .caption__box .salePrice {
  color: #ae0000;
  font-weight: bold;
  font-size: 20px;
}

.product__item .caption__box .salePrice::after {
  content: '원';
} */

/* celeb component */
/* .celeb__item {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  width: 25%;
  height: auto;
  align-items: flex-start;
  margin-top: 30px;
  justify-content: center;
  max-width: 25%;
}

.celeb__item .celebSwiper__container {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
}
.celeb__item .profile__box {
  cursor: pointer;
  width: 210px;
  display: flex;
  flex-direction: column;
}
.celeb__item .celeb__img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-size: 210px 210px;
}

.celeb__item .celeb__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.celeb__item .celeb__info .name {
  font-weight: bold;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  max-width: 100%;
  line-height: 20px;
  height: 20px;
  -webkit-line-clamp: 1;
}

.celeb__item .celeb__info .follower {
  color: #ccc;
  font-size: 14px;
  margin: 5px 0px;
}

.celeb__item .celeb__info .follower::before {
  content: '구독자';
  margin-right: 5px;
}
.celeb__item .celeb__info .follower::after {
  content: '명';
}
.celeb__item .celeb__info .like {
  color: #ccc;
  font-size: 14px;
  height: 26px;
  position: relative;
  display: flex;
  align-items: center;
}
.celeb__item .celeb__info .like::before {
  content: '';
  left: 0px;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background: url(/assets/cm/images/base/nav-like-active.png);
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.celeb__item .video__box {
  flex: 1;
  display: flex;
  flex-direction: row;
} */

/* common youtube*/

.thumbnail__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 210px;
}

.thumbnail__overlay .thumbnail__img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.thumbnail__overlay .info__box {
  height: 40px;
  width: 100%;
  display: flex;
  background: linear-gradient(to bottom, #949292, #00000000);
  align-items: center;
  padding-top: 10px;
  z-index: 100;
}
.thumbnail__overlay .info__box div {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1px transparent;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0px 5px;
}

.thumbnail__overlay .info__box div img {
  width: 100%;
  height: 100%;
}

.thumbnail__overlay .info__box span {
  flex: 1;
  display: inline-block;
  align-items: center;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}

.thumbnail__overlay .play__box {
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thumbnail__overlay .play__btn {
  text-indent: -999em;
  width: 45px;
  height: 31px;
  background-image: url(/assets/cm/images/base/youtube_social_icon_red.png);
  background-size: 45px 31px;
}

/* event__item */
/* .event__item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 25%;
  max-width: 25%;
  height: auto;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
  padding-right: 20px;
}

.event__item .image__box {
  width: 100%;
  height: 160px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.event__item .image__box .event__img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

.event__item .caption__box {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: -8px;
  border-radius: 8px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  box-sizing: border-box;
  padding: 5px 10px;
}

.event__item .caption__box h1 {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgb(38, 38, 38);
}
.event__item .caption__box .date__box {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
} */

@media (min-width: 320px) and (max-width: 480px) {
  /* main banner component */
  .bannerSwiper__container {
    height: 100vw;
  }

  .bannerSwiper__container .swiper-slide {
    background-position: center;
    background-size: 100% 100%;
  }
  .bannerSwiper__container .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    border-radius: 100% !important;
  }

  .bannerSwiper__container .swiper__next {
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
  }

  .bannerSwiper__container .swiper__prev {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
  }

  .bannerSwiper__container .swiper__next:hover {
    background-size: 26px 26px;
  }

  .bannerSwiper__container .swiper__prev:hover {
    background-size: 26px 26px;
    opacity: 1;
  }

  /* product component */
  /* .product__item {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 20px #f6f6f6;
    margin-top: 0px;
    max-width: 100%;
  }

  .product__item .productSwiper__container {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
  }

  .product__item .productSwiper__container .image__box {
    width: 210px;
    height: 210px;
  }

  .product__item .productSwiper__container .swiper-wrapper .swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product__item .pagination__box {
    display: flex;
    height: 25px;
    width: 100%;
  }
  .product__item .caption__box {
    width: 100%;
    padding: 0px 25px;
    font-size: 16px;
  }
  .product__item .product__swiper__pagination {
    text-align: center !important;
    position: absolute !important;
    z-index: 10 !important;
    bottom: -35px !important;
  }

  .product__item .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: url(/assets/cm/images/base/ico_swiper_img.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    opacity: 0.2 !important;
  }

  .product__item .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
  }

  .product__item .swiper-pagination-bullet.video {
    background: url(/assets/cm/images/base/ico_swiper_video.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
  }

  .product__item .swiper-pagination-bullet.video.swiper-pagination-bullet-active {
  } */

  /* celeb component */
  /* .celeb__item {
    width: 100%;
    margin-top: 0px;
    border-bottom: solid 20px #f6f6f6;
    padding: 20px 0px 40px 0px;
    max-width: 100%;
  }

  .celeb__item .celebSwiper__container .swiper-wrapper .swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .celeb__item .video__box {
    height: 210px;
    max-height: 210px;
  }

  .celeb__item .profile__box {
    width: 160px;
    display: flex;
    flex-direction: column;
  }
  .celeb__item .celeb__img {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    background-size: 160px 160px;
  }

  .celeb__item .celeb__info .name {
    font-weight: bold;
    font-size: 16px;
  }

  .celeb__item .celeb__info .follower {
    font-size: 14px;
  }

  .celeb__item .videoCaption__box {
    padding: 0px 12px;
    height: 60px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    align-items: center;
  }

  .celeb__item .videoCaption__box .celeb__img {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }

  .celeb__item .videoCaption__box .celeb__info {
    margin-top: 0px;
    align-items: flex-start;
    padding-left: 15px;
  }

  .celeb__item .videoCaption__box .celeb__info .name {
    font-weight: bold;
    font-size: 14px;
  }

  .celeb__item .videoCaption__box .celeb__info .follower {
    color: #ccc;
    font-size: 12px;
    margin: 0px;
  }

  .celeb__item .videoCaption__box .like__box {
    display: flex;
    height: 24px;
    width: 24px;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .celeb__item .videoCaption__box .like__box .like__img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(/assets/cm/images/base/nav-like.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }
  .celeb__item .celeb__swiper__pagination {
    text-align: center !important;
    position: absolute !important;
    z-index: 10 !important;
    bottom: -30px !important;
  }

  .celeb__item .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: url(/assets/cm/images/base/ico_swiper_img.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    opacity: 0.2 !important;
  }

  .celeb__item .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
  }

  .celeb__item .swiper-pagination-bullet.video {
    background: url(/assets/cm/images/base/ico_swiper_video.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
  }

  .celeb__item .swiper-pagination-bullet.video.swiper-pagination-bullet-active {
  } */

  /* event component */
  /* .event__item {
    width: 100%;
    margin-top: 0px;
    padding: 0px 15px;
    max-width: 100%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .event__item .image__box {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
  }

  .event__item .caption__box {
    margin-top: -8px;
    padding: 8px 12px;
    position: relative;
    background: #fff;
    height: 70px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    border-top: none;
  } */
}
