/* video detail page */
.player__container {
  display: flex;
  width: 100%;
  margin-top: 40px;
}

.player__container .player__box {
  display: flex;
  flex-direction: column;
  width: 800px;
}

/* video detail player */
.player__container .player__box .player {
  width: 800px;
  height: 450px;
}

/* video detail youtube caption */
.player__box .video__caption {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
}

.player__box .video__caption .video__header {
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px #ccc;
  /* margin-bottom: 10px; */
  padding: 10px 0px 10px 0px;
}
.player__box .video__caption .video__header h1 {
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /* margin-right: 15px; */
}

.player__box .video__caption .video__header .meta__info {
  display: flex;
  font-size: 16px;
  color: rgb(96, 96, 96);
  align-items: center;
}
.player__box .video__caption .video__header .meta__info .views {
}
.player__box .video__caption .video__header .meta__info .views:before {
  content: '조회수';
  margin-right: 0px;
}
.player__box .video__caption .video__header .meta__info .date {
}

.player__box .video__caption .video__header .meta__info .date:before {
  content: '•';
  margin-left: 3px;
}

/* video detail celeb info */

.player__box .video__caption .video__channel {
  display: flex;
  flex-direction: column;
}

.player__box .video__caption .video__channel .channel__info {
  display: flex;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  align-items: center;
  position: relative;
}

.player__box .video__caption .video__channel .channel__info .image__box {
  cursor: pointer;
  min-width: 60px;
  width: 60px;
  height: 60px;
}

.player__box .video__caption .video__channel .channel__info .image__box .celeb__image {
  width: 100%;
  height: 100%;
  background-size: 60px 60px;
  border-radius: 50%;
}

.player__box .video__caption .video__channel .channel__info .celeb__info {
  cursor: pointer;

  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
}
.player__box .video__caption .video__channel .channel__info .celeb__info .name {
  font-size: 18px;
}

.player__box .video__caption .video__channel .channel__info .celeb__info .subscriber {
  color: rgb(96, 96, 96);
  font-size: 16px;
}

.player__box .video__caption .video__channel .channel__info .celeb__info .subscriber::before {
  content: '구독자';
  margin-right: 5px;
}

.player__box .video__caption .video__channel .channel__info .celeb__info .subscriber::after {
  content: '명';
  margin-left: 0px;
}

.player__box .video__caption .video__channel .channel__info .like__box {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: flex-start;
  justify-content: flex-end;
  margin-right: 0px;
  position: absolute;
  right: 0;
}

.player__box .video__caption .video__channel .channel__info .like__box .like__img {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url(/assets/cm/images/ico/icon_like_basic.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  text-indent: -999em;
  opacity: 0.7;
  margin-right: -7px;
}

.player__box .video__caption .video__channel .channel__info .like__box .like__img.active {
  background: url(/assets/cm/images/ico/icon_like_mint.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  opacity: 1;
}

.player__box .video__caption .video__channel .description__box {
  display: flex;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}

.player__box .video__caption .video__channel .description__box .text__box {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 20px;
  font-size: 14px;
  margin-right: 15px;
  max-width: 50%;
  overflow: hidden;
  max-width: 100%;
}

.player__box .video__caption .video__channel .description__box .text__box a {
  font-weight: bold;
  color: #1679c5;
}

.player__box .video__caption .video__channel .description__box .product__box {
  display: flex;
  flex-direction: column;
  flex: 1;
  /* margin-right: 15px; */
  box-sizing: border-box;
}
.player__box .video__caption .video__channel .description__box .product__box .product__item {
  cursor: pointer;
  display: flex;
  padding-bottom: 10px;
}
.player__box .video__caption .video__channel .description__box .product__box .image__box {
  width: 100px;
  height: 100px;
}

.player__box .video__caption .video__channel .description__box .product__box .image__box .product__img {
  width: 100%;
  height: 100%;
  background-size: 100px 100px;
}

.player__box .video__caption .video__channel .description__box .product__box .caption__box {
  font-family: 'Nanum Gothic Coding', monospace;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  flex: 1;
  justify-content: center;
}

.player__box .video__caption .video__channel .description__box .product__box .caption__box .name__box {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  overflow: hidden;
  /* flex: 1; */
}

.player__box .video__caption .video__channel .description__box .product__box .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;
}

.player__box .video__caption .video__channel .description__box .product__box .caption__box .name {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  width: 100%;
  line-height: 20px;
  max-height: 42px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.player__box .video__caption .video__channel .description__box .product__box .caption__box .price__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.player__box .video__caption .video__channel .description__box .product__box .caption__box .price__box .sale__box {
  flex: 1;
  font-size: 16px;
}

.player__box .video__caption .video__channel .description__box .product__box .caption__box .price__box .salePercent::after {
  content: '%';
  margin-right: 5px;
}

.player__box .video__caption .video__channel .description__box .product__box .caption__box .price__box .price {
  color: #888;
  text-decoration: line-through;
}

.player__box .video__caption .video__channel .description__box .product__box .caption__box .price__box .price::after {
  content: '원';
}

.player__box .video__caption .video__channel .description__box .product__box .caption__box .salePrice {
  color: #ae0000;
  font-weight: bold;
  font-size: 18px;
}

.player__box .video__caption .video__channel .description__box .product__box .caption__box .salePrice::after {
  content: '원';
}

/* video detail playList */
.player__container .playList__box {
  width: 440px;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.player__container .playList__box h1 {
  font-size: 16px;
  margin-bottom: 17px;
}

.playList__box .play__item {
  cursor: pointer;
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.playList__box .play__item .video__box {
  width: 168px;
  height: 94px;
}

.playList__box .play__item .caption__box {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 10px;
  min-width: 0;
}
.playList__box .play__item .caption__box .title {
  margin: 0 0 4px 0;
  display: -webkit-box;
  max-height: 3.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.playList__box .play__item .caption__box .name {
  color: rgb(96, 96, 96);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.playList__box .play__item .caption__box .views {
  color: rgb(96, 96, 96);
  font-size: 14px;
}

.playList__box .play__item .caption__box .views::before {
  content: '조회수';
  margin-right: 2px;
}
/* video component */
.video__item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 33%;
  height: auto;
  align-items: center;
  height: auto;
  margin-top: 30px;
  padding-right: 20px;
}

.video__item .media__box {
  width: 100%;
}

.video__item .media__box .celeb__box {
  cursor: pointer;
  height: 60px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.video__item .media__box .celeb__box .celeb__img {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-size: 50px 50px;
}

.video__item .media__box .celeb__box .celeb__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-left: 15px;
}

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

.video__item .media__box .celeb__box .celeb__info .subscriber {
  color: #ccc;
  font-size: 14px;
}
.video__item .media__box .celeb__box .celeb__info .subscriber::before {
  content: '구독자';
  margin-right: 5px;
}
.video__item .media__box .celeb__box .celeb__info .subscriber::after {
  content: '명';
  margin-left: -1px;
}

.video__item .media__box .celeb__box .time__info {
  display: flex;
  height: 40px;
  align-items: center;
}

.video__item .media__box .celeb__box .time__info.off {
  background: #d2d2d2;
}

.video__item .media__box .celeb__box .time__info .ico-bulb {
  width: 80px;
  height: 40px;
  background: url(/assets/cm/images/ico/icon_on.png);
  background-size: 100% 40px;
}

.video__item .media__box .celeb__box .time__info .ico-bulb.off {
  background: url(/assets/cm/images/ico/icon_off.png);
  width: 80px;
  height: 40px;
  background-size: 100% 40px;
}

.video__item .media__box .celeb__box .time__info span {
  color: #ffffff;
}

.video__item .media__box .celeb__box .time__info .status {
  margin-left: 5px;
}

.thumbnail__overlay .onAir__info {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thumbnail__overlay .onAir__info.off {
  background: rgba(0, 0, 0, 0.4);
}

.thumbnail__overlay .onAir__info .ico-bulb {
  width: 80px;
  height: 40px;
  background: url(/assets/cm/images/ico/icon_on.png);
  background-size: 100% 40px;
}

.thumbnail__overlay .onAir__info .ico-bulb.off {
  background: url(/assets/cm/images/ico/icon_off.png);
  width: 80px;
  height: 40px;
  background-size: 100% 40px;
}

.video__item .media__box .celeb__box .like__box {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: flex-start;
  justify-content: flex-end;
}

.video__item .media__box .celeb__box .like__box .like__img {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url(/assets/cm/images/ico/icon_like_basic.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  opacity: 0.7;
  margin-right: -7px;
}

.video__item .media__box .celeb__box .like__box .like__img.active {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url(/assets/cm/images/ico/icon_like_mint.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  opacity: 1;
}

.video__item .media__box .video__box {
  cursor: pointer;
  height: auto;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 210px;
  height: 210px;
}

.video__item .product__container {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
}

.appendProductSwiper__container {
  width: 100%;
  position: relative;
  display: flex;
  /* overflow: hidden; */
  height: 70px;
}

.appendProductSwiper__container .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.appendProductSwiper__container .appendProduct__swiper__pagination {
  text-align: center !important;
  position: absolute !important;
  z-index: 10 !important;
  bottom: -8px !important;
}

.appendProductSwiper__container .swiper-pagination-bullet {
  width: 10px !important;
  height: 2px !important;
  border-radius: 0px !important;
}

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

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

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

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

.appendWaitProductSwiper__container {
  width: 100%;
  position: relative;
  display: flex;
  /* overflow: hidden; */
  height: 70px;
}

.appendWaitProductSwiper__container .appendProduct__swiper__pagination {
  text-align: center !important;
  position: absolute !important;
  z-index: 10 !important;
  bottom: -8px !important;
}

.appendWaitProductSwiper__container .swiper-pagination-bullet {
  width: 10px !important;
  height: 2px !important;
  border-radius: 0px !important;
}

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

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

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

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

.video__item .product__box {
  cursor: pointer;
  height: 70px;
  width: 100%;
  /* background: blue; */
  display: flex;
  padding-top: 10px;
}

.video__item .product__box .productImg__box {
  width: 60px;
  height: inherit;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video__item .product__box .productImg__box .product__img {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  margin-bottom: 10px;
}

.video__item .caption__box {
  font-family: 'Nanum Gothic Coding', monospace;
  flex: 1;
  /* margin-top: 10px; */
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 20px;
}

.video__item .caption__box .name__box {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  flex: 1;
  overflow: hidden;
}

.video__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;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.video__item .caption__box .name {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  width: 100%;
  line-height: 20px;
  max-height: 42px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.video__item .caption__box .price__box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 125px;
  margin-left: 10px;
}

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

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

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

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

.video__item .caption__box .salePrice::after {
  content: '원';
}

.video__item .media__box .video__box .time__info {
  display: flex;
  justify-content: center;
  color: #ffffff;
  background: #81dccad6;
  padding: 5px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 15px;
  width: 100%;
}

/* serach */
.video__item .search__caption {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}
.video__item .search__caption .channel {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 50%;
  border: solid 1px transparent;
  overflow: hidden;
  box-sizing: border-box;
}
.video__item .search__caption .channel img {
  width: 100%;
  height: 100%;
}
.video__item .search__caption .title {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  width: 100%;
  line-height: 20px;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
}

.video__item .search__caption .celeb__info {
  /* margin-top: 5px; */
  display: flex;
  opacity: 0.6;
  font-size: 14px;
}

.video__item .search__caption .celeb__info .name {
  font-weight: bold;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 20px;
  height: 20px;
  max-width: 295px;
}
.video__item .search__caption .celeb__info .name::after {
  margin-left: 5px;
  content: '•';
}
.video__item .search__caption .celeb__info .views {
  margin-left: 5px;
}
.video__item .search__caption .celeb__info .views::before {
  content: '조회수';
  margin-right: 5px;
}

/* common youtube*/

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

.thumbnail__overlay.grayscale {
  background: #cbcbcb94;
}

.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;
}

/* sale Video page */

.salePlayer__container {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 40px;
}

.salePlayer__container .player__wrapper {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.salePlayer__container .player__wrapper .product__box {
  margin-left: 40px;
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.salePlayer__container .player__wrapper .product__box .product__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: solid 1px #ccc;
  padding: 20px;
}

.salePlayer__container .player__wrapper .product__box .product__item .image__box {
  flex: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}

.product__item .image__box .time-badge {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  background: #81dcca;
  color: #fff;
  padding: 5px 10px;
}

.product__item .image__box .time-badge.end {
  background: #0000005c;
}

.product__item .image__box .time-badge .day__box {
  margin-right: 5px;
  color: #fff;
  font-size: 14px;
  display: none;
}

.product__item .image__box .time-badge .day__box.active {
  display: block;
}

.product__item .image__box .time-badge .time__box {
  color: #fff;
  font-size: 14px;
}

.product__item .image__box .time-caption {
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}

.salePlayer__container .player__wrapper .product__box .product__item .image__box .product__img {
  height: 100%;
  width: auto;
  max-height: 260px;
}
.salePlayer__container .player__wrapper .product__box .product__item .caption__box {
  /* height: 60px; */
}

.salePlayer__container .player__wrapper .product__box .product__item .caption__box .name__box {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  border-bottom: solid 1px #ccc;
  padding: 10px 0px 10px 0px;
}

.salePlayer__container .player__wrapper .product__box .product__item .caption__box .name__box b {
  color: #555;
}

.salePlayer__container .player__wrapper .product__box .product__item .caption__box .price__box {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  margin-top: 10px;
}

.salePlayer__container .player__wrapper .product__box .product__item .caption__box .price__box .sale__box {
  font-size: 16px;
}

.salePlayer__container .player__wrapper .product__box .product__item .caption__box .price__box .salePercent {
  font-size: 18px;
}
.salePlayer__container .player__wrapper .product__box .product__item .caption__box .price__box .salePercent::after {
  content: '%';
  margin-right: 5px;
  font-size: 18px;
}

.salePlayer__container .player__wrapper .product__box .product__item .caption__box .price__box .sale__box .price {
  color: #888;
  text-decoration: line-through;
  margin-left: 5px;
  font-size: 18px;
}

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

.salePlayer__container .player__wrapper .product__box .product__item .action__box {
  display: flex;
  margin-top: 20px;
}

.salePlayer__container .player__wrapper .product__box .product__item .action__box.option {
  flex-direction: column;
}

.salePlayer__container .player__wrapper .product__box .product__item .action__box .end__btn {
  display: flex;
  height: 50px;
  background: #0000005c;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.salePlayer__container .player__wrapper .product__box .product__item .action__box .noti-talk__btn {
  display: flex;
  height: 50px;
  background: #81dcca;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.salePlayer__container .player__wrapper .product__box .product__item .action__box .ready__btn {
  display: flex;
  height: 50px;
  background: #81dcca;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* option */

.option__box {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  margin-bottom: 20px;
}

.option__box .option-list__btn {
  cursor: pointer;
  height: 50px;
  border: solid 1px #ccc;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  color: #666;
  position: relative;
}

.option__box .option-list__btn.active {
  background: #8d929e;
  color: #fff;
}

.option__box .option-list__btn .close__option-box {
  display: none;
}

.option__box .option-list__btn.active .close__option-box {
  display: block;
  position: absolute;
  right: 10px;
  color: #fff;
  width: 15px;
  height: 15px;
  background: url(/assets/cm/images/ico/icon_x_wh.png);
  background-size: 15px 15px;
  text-indent: -999em;
}

.option__box .option-list__box {
  display: none;
}

.option__box .option-list__box.active {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.option__box .option__list {
  display: none;
}

.option__box .option__list.active {
  display: flex;
  flex-direction: column;
  border: solid 1px #ccc;
  border-top: none;
}

.option__box .option__list .option__name {
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  color: #333;
  background: #f2f3f6;
  border-bottom: solid 1px #efefef;
}
.option__box .option__list .option__item {
  cursor: pointer;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  border-bottom: solid 1px #efefef;
  color: #555;
}

.option__box .option__list .option__item:hover {
  background: #f7f7f7;
}

.option__box .option__list .option__item:last-child {
  border-bottom: none;
}

.option__box .option__list .option__item .option__price {
  margin-left: 5px;
}

.option-product__box .option-product__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.option-product__box .option-product__list .option-product__item {
  display: flex;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 10px 20px;
  background: #f9f9f9;
  align-items: center;
  flex-wrap: wrap;
}

.option-product__box .option-product__list .option-product__item:not(:first-child) {
  border-top: none;
}

.option-product__box .option-product__list .option-product__item .name__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #666;
  margin-bottom: 10px;
}

.option-product__box .option-product__list .option-product__item .name__box ul {
  display: flex;
}

.option-product__box .option-product__list .option-product__item .name__box ul li {
  color: #666;
}

.option-product__box .option-product__list .option-product__item .name__box ul li::after {
  content: '•';
  margin: 0px 5px;
  color: #666;
}
.option-product__box .option-product__list .option-product__item .name__box ul li:last-child::after {
  display: none;
}

.option-product__box .option-product__list .option-product__item .amount__box {
  display: flex;
  height: 35px;
  margin-right: 20px;
}

.option-product__box .option-product__list .option-product__item .amount__box .decrease {
  cursor: pointer;
  background: url(/assets/cm/images/ico/icon_decrease.png);
  text-indent: -999em;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px #ccc;
  width: 35px !important;
  height: 35px !important;
}
.option-product__box .option-product__list .option-product__item .amount__box input {
  width: 65px !important;
  text-align: center;
  border: none;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  height: 35px !important;
}

.option-product__box .option-product__list .option-product__item .amount__box .increase {
  cursor: pointer;
  background: url(/assets/cm/images/ico/icon_increase.png);
  text-indent: -999em;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px #ccc;
  width: 35px !important;
  height: 35px !important;
}

.option-product__box .option-product__list .option-product__item .price__box {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  margin-left: 10px;
  min-width: 100px;
  text-align: right;
  flex: 1;
}

.option-product__box .option-product__list .option-product__item .remove__btn {
  display: block;
  right: 10px;
  color: #fff;
  width: 13px;
  height: 13px;
  background: url(/assets/cm/images/ico/icon_x_black.png);
  background-size: 13px 13px;
  text-indent: -999em;
  margin-left: 10px;
  opacity: 0.5;
}

.totoal-price__box {
  display: flex;
  width: 100%;
  height: 40px;
  justify-content: space-between;
}
.totoal-price__box h4 {
  font-size: 18px;
}

.totoal-price__box .total-price__value {
  font-size: 24px;
}

.salePlayer__container .player__wrapper .product__box .product__item .action__box .amount__box {
  display: flex;
  height: 50px;
  margin-right: 10px;
}

.salePlayer__container .player__wrapper .product__box .product__item .action__box .amount__box .decrease {
  cursor: pointer;
  background: url(/assets/cm/images/ico/icon_decrease.png);
  text-indent: -999em;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px #ccc;
  width: 40px;
  height: 50px;
}

.salePlayer__container .player__wrapper .product__box .product__item .action__box .amount__box input {
  width: 50px;
  text-align: center;
  border: none;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.salePlayer__container .player__wrapper .product__box .product__item .action__box .amount__box .increase {
  cursor: pointer;
  background: url(/assets/cm/images/ico/icon_increase.png);
  text-indent: -999em;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px #ccc;
  width: 40px;
  height: 50px;
}

.salePlayer__container .player__wrapper .product__box .product__item .action__box .btn__box {
  display: flex;
  flex: 1;
  font-size: 16px;
}
.salePlayer__container .player__wrapper .product__box .product__item .action__box .cart__btn {
  cursor: pointer;
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #81dcca;
  color: #81dcca;
  box-sizing: border-box;
  margin-right: 10px;
  position: relative;
  min-height: 50px;
}

.salePlayer__container .player__wrapper .product__box .product__item .action__box .purchase__btn {
  cursor: pointer;
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #81dcca;
  color: #ffffff;
  /* border-radius: 5px; */
  min-height: 50px;
}
.salePlayer__container .player__wrapper .product__box .product__item .action__box .reorder_bnt {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #aab2b1;
  color: #ffffff;
  /* border-radius: 5px; */
  min-height: 50px;
  font-size: 13px;

}

.salePlayer__container .player__wrapper .product__box .product__item .action__box .cart__btn .added__box.open {
  display: flex;
}
.salePlayer__container .player__wrapper .product__box .product__item .action__box .cart__btn .added__box {
  position: absolute;
  bottom: -130px;
  z-index: 10;
  background: #fff;
  left: 0px;
  width: 100%;
  height: auto;
  padding: 20px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  align-items: center;
  color: #777;
  font-size: 14px;
}

.salePlayer__container .player__wrapper .product__box .product__item .action__box .cart__btn .added__box::after {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/* recommand */
.salePlayer__container .recommand__container {
  width: 100%;
  margin: 40px 0px;
  border: solid 1px #ccc;
  border-left: none;
  border-right: none;
}

/* video sale page bottom detail */
/* tab */
.tab__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 50px;
}

.tab__container .tab__navigation {
  /* border-top: 2px solid #555; */
  width: 100%;
  display: flex;
  background: #ffffff;
}
.tab__container.scroll-down {
  padding-top: 50px;
}
.tab__container.scroll-down .tab__navigation {
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 1240px;
}
.tab__container.scroll-down .tab__navigation .tab__item.active span {
  /* border-bottom: 1px solid #81dcca; */
}

.tab__navigation li {
  cursor: pointer;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  height: 50px;
}

.tab__navigation li span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  border-right: solid 1px #ccc;
  border-top: solid 1px #ccc;
  border-bottom: 1px solid #81dcca;
  margin-right: -1px;
}

.tab__container .tab__navigation .tab__item.active span {
  border-bottom: none;
  border-top: none;
  background: #fff;
  color: #81dcca;
  border-top: 1px solid #81dcca;
  border-right: 1px solid #81dcca;
  border-left: 1px solid #81dcca;
  margin-right: -1px;
}

.tab__container .tab__navigation .tab__item.active:nth-child(1) span {
  margin-left: -1px;
}

.tab__container .tab__navigation .tab__item.active:nth-child(1) + li span {
  margin-left: -1px;
}
.tab__container .tab__navigation .tab__item.active:nth-child(2) span {
  margin-left: -2px;
}
.tab__container .tab__navigation .tab__item.active:nth-child(2) + li span {
  margin-left: -1px;
}
.tab__container .tab__navigation .tab__item.active:nth-child(3) span {
  margin-left: -3px;
}

.tab__navigation li:first-child span {
  border-left: none;
}
.tab__navigation li:last-child span {
  border-right: none;
  margin-right: 0px;
}

.tab__content {
  display: none;
  flex-direction: column;
}

.tab__content.active {
  display: flex;
}

.tab__content .detail__video {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 40px 0px;
}

.tab__content .detail__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 40px 0px;
}
.tab__content .detail__wrapper img {
 width: 100%;
}

.tab__content .etc__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  padding: 20px 0px;
  white-space: pre-line;
}

@media (min-width: 320px) and (max-width: 480px) {
  /* video detail page */
  .player__container {
    flex-direction: column;
    margin-top: 0px;
  }

  .player__container .player__box {
    width: 100%;
  }

  .player__container .videoList__box {
    width: 100%;
  }

  /* video detail product */
  .player__box .product__box .image__box {
    width: 60px;
    height: 60px;
  }

  .player__box .product__box .image__box .product__img {
    background-size: 60px 60px;
  }
  .player__box .product__box .caption__box {
    font-size: 14px;
    padding-left: 5px;
  }

  /* video sale detail  */

  .salePlayer__container {
    margin-top: 0px;
  }

  .player__container .player__box .player {
    width: 100%;
    height: 56vw;
  }

  .salePlayer__container .player__wrapper {
    flex-direction: column;
    border-bottom: solid 20px #f6f6f6;
  }

  .player__wrapper .player__box .player {
    width: 100%;
    height: 56vw;
  }

  .salePlayer__container .player__wrapper .product__box .product__item {
    border: none;
    padding: 10px;
  }
  .salePlayer__container .player__wrapper .product__box {
    margin-left: 0px;
  }

  .salePlayer__container .player__wrapper .product__box .product__item .image__box .product__img {
    max-height: 120px;
  }

  .salePlayer__container .tab__wrapper {
    margin-top: 0px;
  }

  .salePlayer__container .tab__wrapper img {
    width: 100%;
  }

  .salePlayer__container .tab__wrapper .tab__container .tab__content.etc {
    padding: 20px;
  }

  /* video detail player */
  .player__container .player__box .player {
    width: 100%;
    height: 56vw;
  }

  .player__box .video__caption .video__header {
    padding: 10px 12px;
    margin-bottom: 0px;
  }

  .player__box .video__caption .video__header h1 {
    font-size: 16px;
  }

  .player__box .video__caption .video__header .meta__info {
    font-size: 14px;
  }
  .player__box .video__caption .video__channel .channel__info {
    padding: 10px 12px 10px 12px;
    margin-bottom: 0px;
  }
  .player__box .video__caption .video__channel .channel__info .celeb__info .name {
    font-size: 16px;
  }

  .player__box .video__caption .video__channel .channel__info .celeb__info .subscriber {
    color: rgb(96, 96, 96);
    font-size: 14px;
  }

  .player__box .video__caption .video__channel .channel__info .like__btn {
    margin-right: 0px;
  }

  .player__box .video__caption .video__channel .description__box {
    padding-bottom: 0px;
  }

  .player__box .video__caption .video__channel .description__box .text__box {
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
    padding: 10px 12px 20px 12px;
  }
  .player__box .video__caption .video__channel .description__box {
    flex-direction: column;
  }
  .player__box .video__caption .video__channel .description__box .product__box .product__item {
    padding: 0px 12px 10px 12px;
  }

  .player__box .video__caption .video__channel .description__box .product__box {
    margin-right: 0px;
    padding: 10px 0px;
  }
  .player__box .video__caption .video__channel .description__box .product__box .image__box {
    width: 60px;
    height: 60px;
  }

  .player__box .video__caption .video__channel .description__box .product__box .image__box .product__img {
    background-size: 60px 60px;
  }

  .player__box .video__caption .video__channel .description__box .product__box .caption__box {
    font-size: 16px;
    flex-direction: row;
  }

  .player__box .video__caption .video__channel .description__box .product__box .caption__box .price__box {
    max-width: 130px;
    margin-left: 20px;
    flex-direction: column;
    align-items: flex-end;
  }

  /* video detail playlist */
  .player__container .playList__box {
    width: 100%;
    padding: 0px 12px;
    margin-top: 10px;
  }

  .player__container .playList__box h1 {
    margin-bottom: 10px;
  }

  .playList__box .play__item .video__box {
    width: 160px;
    height: 90px;
  }

  .player__box .video__caption .video__channel .channel__info .like__box {
    right: 12px;
  }

  .tab__navigation li {
    font-size: 14px;
  }

  .tab__container.scroll-down .tab__navigation {
    width: 100%;
  }

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

  .video__item:last-child {
    /* border-bottom: none; */
  }

  .video__item .media__box .celeb__box {
    padding: 12px 2px 12px 12px;
    height: 60px;
  }

  .video__item .media__box .celeb__box .celeb__img {
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: 40px 40px;
  }

  .video__item .media__box .celeb__box .like__box .like__img {
    margin-right: 0px;
  }

  .video__item .product__box {
    padding-right: 12px;
    padding-left: 12px;
  }

  .video__item .caption__box .price__box {
    margin-left: 20px;
  }
  .player__box .video__caption .video__channel .description__box .product__box .caption__box .name__box {
    flex: 1;
  }
  .player__box .video__caption .video__channel .description__box .product__box .caption__box .price__box .sale__box {
    font-size: 14px;
  }
  .player__box .video__caption .video__channel .description__box .product__box .caption__box .salePrice {
    font-size: 18px;
  }

  /* search */

  .video__item.search {
    flex-direction: row;
    padding: 10px 12px 10px 12px;
    border-bottom: solid 1px #efefef;
  }

  .video__item.search:last-child {
    border-bottom: none;
  }

  .video__item .search__caption {
    margin-top: 0px;
    height: 100%;
    padding: 0px;
    flex: 1;
    margin-left: 12px;
    overflow: hidden;
  }

  .video__item.search .media__box {
    width: 160px;
    height: 90px;
  }

  .video__item.search .media__box .video__box {
    width: 100%;
    height: 100%;
  }

  .video__item .search__caption .celeb__info {
    flex-direction: column;
    width: 100%;
  }
  .video__item .search__caption .celeb__info .name {
    max-width: 100%;
  }
  .video__item .search__caption .celeb__info .name::after {
    display: none;
  }
  .video__item .search__caption .celeb__info .views {
    margin-left: 0px;
  }

  .tab__container {
    margin-top: 0px;
  }
}
