@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  height: 100vh;
  overflow: hidden;
}

.video {
  width: 100%;
  height: 100%;
}
.video-wrap {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  height: 100vh;
}
.video-wrap .swiper-button-prev, .video-wrap .swiper-button-next {
  left: unset;
  transform: rotate(90deg);
  right: 18px;
  top: 100px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.video-wrap .swiper-button-prev .swiper-navigation-icon, .video-wrap .swiper-button-next .swiper-navigation-icon {
  width: 10px;
  transform: rotate(180deg);
}
.video-wrap .swiper-button-prev:after, .video-wrap .swiper-button-next:after {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.video-wrap .swiper-button-next {
  top: 150px;
}
.video-wrap .swiper-button-next .swiper-navigation-icon {
  transform: none;
}
.video-dim {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.video-btns {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80%;
}
.video-btns .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.video-btns .bottom .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.video-btns .bottom .btn-icon {
  width: auto;
  height: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 1px 1px 5px BLACK;
}
.video-btns .bottom .btn-text {
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px 5px BLACK;
}
.video-info {
  position: absolute;
  left: 0;
  bottom: 20px;
  color: #fff;
  z-index: 2;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
}
.video-info .title {
  padding-right: 50px;
  word-break: keep-all;
  line-height: 1.5;
  text-shadow: 1px 1px 5px BLACK;
}
.video-info .user {
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 16px;
  padding-right: 40px;
}
.video-info .user-photo {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 20px;
  background-color: #fff;
}
.video-info .user-name {
  font-size: 14px;
  margin-left: 8px;
  text-shadow: 1px 1px 5px BLACK;
}
.video-info .product {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  padding: 16px 60px 16px 24px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.video-info .product:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 35px;
  background: url(../images/icon_arrow.svg) no-repeat center;
}
.video-info .product .img {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  object-fit: cover;
  margin-right: 8px;
}
.video-info .product .brand {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #212121;
}
.video-info .product .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50vw;
  max-width: 360px;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  color: #212121;
}
.video-info .product .text.sm {
  font-size: 12px;
}
.video-info .product .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.btn {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.btn-mute {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 10px auto;
}
.btn-mute img {
  width: 100%;
  height: 100%;
}