@charset "UTF-8";
.onW {
  max-height: -moz-max-content;
  max-height: max-content;
  visibility: visible;
}
.onM {
  max-height: 0;
  visibility: hidden;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}
.labs-wrap * {
  word-break: keep-all;
}
.labs-wrap .inner {
  margin: 0 auto;
  max-width: 1460px;
}
.labs-wrap .title {
  padding-top: 160px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.32px;
  text-align: center;
}
/* 2024.07.26 추가 */
.labs-wrap .title.small {
  padding-bottom: 24px;
}
/* 2024.07.26 추가 */
.labs-wrap .btn-go {
  margin-top: 30px;
  min-width: auto;
  width: 108px;
}
.labs-wrap .product-wrap .title {
  max-width: 1460px;
  margin: 0 auto;
  padding-top: 80px;
}
.labs-wrap .event-wrap {
  padding-top: 40px;
  /* 2023.09.11 modify */
  /* //2023.09.11 modify */
}
.labs-wrap .event-wrap .event-banner-wrap {
  position: relative;
  padding: 0 20px 0 40px;
}
.labs-wrap .event-wrap .event-banner-wrap .event-banner {
  padding-right: 20px;
}
.labs-wrap .event-wrap .event {
  margin-bottom: 20px;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25);
}
.labs-wrap .event-wrap .event::before {
  content: "";
  display: block;
  padding-top: 134%;
}
.labs-wrap .event-wrap .event > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.labs-wrap .event-wrap .event-bg img {
  width: 100%;
  max-width: 100%;
}
.labs-wrap .event-wrap .event-txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* 2023.11.10 modify */
  /* //2023.11.10 modify */
}
.labs-wrap .event-wrap .event-txt.dark-text .tit {
  color: #000;
}
.labs-wrap .event-wrap .event-txt.dark-text .index {
  color: #333;
}
.labs-wrap .event-wrap .event-txt.white-text .tit,
.labs-wrap .event-wrap .event-txt.white-text .index {
  color: #fff;
}
.labs-wrap .event-wrap .event-txt .tit {
  padding-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.32px;
  text-align: center;
}
.labs-wrap .event-wrap .event-txt .index {
  padding-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.32px;
  text-align: center;
}
.labs-wrap .event-wrap .event-txt .button-wrap {
  padding-top: 30px;
  text-align: center;
}
.labs-wrap .event-wrap .event-txt .button-wrap .btn.size-m {
  padding: 7px 24px;
  border-radius: 70px;
}
.labs-wrap .event-wrap .event-txt .button-wrap .btn.red {
  background-color: #FD312E;
}
/*.labs-wrap .event-wrap .event-txt .index + button,
.labs-wrap .event-wrap .event-txt .index + a {
  width: 108px;
}*/
.labs-wrap .event-wrap span.event-period {
  position: absolute;
  top: 20px;
  left: auto;
  right: 20px;
  width: 66px;
  min-width: auto;
  height: 44px;
  line-height: 42px;
  padding: 0;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
}
.labs-wrap .event-wrap .event-txt-img {
  margin-bottom: 10px;
}
.labs-wrap .event-wrap .event-txt-img img {
  width: 190px;
}
.labs-wrap .event-wrap .event-slider-controls-wrap {
  position: relative;
  padding-top: 48px;
  display: flex;
  justify-content: flex-end;
}
.labs-wrap .event-wrap .event-slider-controls-wrap .event-slider-controls {
  position: relative;
  width: 138px;
  height: 36px;
  border-radius: 26px;
  background: rgba(0, 0, 0, 0.35);
}
.labs-wrap .event-wrap .swiper-controller {
  display: flex;
  align-items: center;
  justify-content: center;
  margin:24px 0;
  gap: 24px;
}
.labs-wrap .event-wrap .swiper-controller .btn-slider-play {
  width: 24px;
  height: 24px;
  background:url(../images/swiper_control_play.svg) no-repeat center center / contain;
}
.labs-wrap .event-wrap .swiper-controller .btn-slider-play.pause {
  background:url(../images/swiper_control_pause.svg) no-repeat center center / contain;
}
.labs-wrap .event-wrap .swiper-pagination {
  position: inherit;
  /* padding-top: 20px; */
  font-size: 16px;
  color: #fff;
  width: auto;
  display: flex;
  align-items: center;
  gap: 6px;
}
.labs-wrap .event-wrap .swiper-pagination .swiper-pagination-bullet {
  /* width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 66px;
  opacity: 1;
  background-color: #767676;
  transition: width 0.25s; */
  width:auto;
  height:auto;
  background:none;
  opacity:1;
  padding:3px;
  margin:0;
  border-radius: 0;
}
.labs-wrap .event-wrap .swiper-pagination .swiper-pagination-bullet::before {
  content:"";
  width:12px;
  height:12px;
  border-radius:12px;
  opacity:1;
  background:#767676;
  transition:width 0.25s;
  display:block;
}
.labs-wrap .event-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 29px;
  background-color: #0F0F0F;
}
.labs-wrap .event-wrap .swiper-button-prev,
.labs-wrap .event-wrap .swiper-button-next {
  display: block;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  margin-top: 0;
}
.labs-wrap .event-wrap .swiper-button-prev img,
.labs-wrap .event-wrap .swiper-button-next img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
/*.labs-wrap .event-wrap .event-slider-controls-wrap .event-slider-controls .swiper-pagination-current {
  margin-right: 4px;
  font-weight: 700;
}
.labs-wrap .event-wrap .event-slider-controls-wrap .event-slider-controls .swiper-pagination-total {
  margin-left: 4px;
}*/
/*.labs-wrap .event-wrap .event-slider-controls-wrap .event-slider-play {
  margin-left: 10px;
}
.labs-wrap .event-wrap .event-slider-controls-wrap .btn-slider-play {
  width: 36px;
  height: 36px;
  border-radius: 26px;
  cursor: pointer;
}
.labs-wrap .event-wrap .event-slider-controls-wrap .btn-slider-play::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: no-repeat 0 0;
  background-size: 100% auto;
}
.labs-wrap .event-wrap .event-slider-controls-wrap .btn-slider-play.play::before {
  background-image: url("https://www.lge.co.kr/lg5-common/images/icons/btn-carousel-46-play.svg");
}
.labs-wrap .event-wrap .event-slider-controls-wrap .btn-slider-play.pause::before {
  background-image: url("https://www.lge.co.kr/lg5-common/images/icons/btn-carousel-46-pause.svg");
}*/
.labs-wrap .story-wrap {
  padding-bottom: 140px;
}
.labs-wrap .story-wrap .story-banner-wrap {
  position: relative;
  padding: 60px 18px 0 28px;
}
.labs-wrap .story-wrap .story-banner {
  padding-right: 10px;
}
.labs-wrap .story-wrap .story {
  display: block;
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  /*z-index: 100000;*/
  box-shadow: 0 6px 20px 0 rgba(51, 51, 51, 0.1), 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.labs-wrap .story-wrap .swiper-slide:nth-child(even) .story {
  margin-top: 60px;
}
.labs-wrap .story-wrap .story img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.labs-wrap .story-wrap .story .story-tit {
  min-height: 182px;
  display: block;
  padding: 50px 20px 0;
  color: #333;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.25s;
}
.labs-wrap .story-wrap .story .story-tit:hover {
  color: #ffffff;
  background-color: #FB312E;
}
.labs-wrap .story-wrap .story .story-tit strong {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.32px;
}
.labs-wrap .story-wrap .swiper-button-prev,
.labs-wrap .story-wrap .swiper-button-next {
  content: "";
  width: 56px;
  height: 56px;
  display: block;
  top: 50%;
  padding: 10px;
  margin-top: 0;
  box-sizing: content-box;
  transform: translateY(-50%);
}
.labs-wrap .story-wrap .swiper-button-prev img,
.labs-wrap .story-wrap .swiper-button-next img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.labs-wrap .story-wrap .swiper-button-prev {
  left: 0;
}
.labs-wrap .story-wrap .swiper-button-next {
  right: 0;
}
/*.labs-wrap .story-wrap .story-slider-controls-wrap {
  position: relative;
  padding-top: 48px;
  display: flex;
  justify-content: flex-end;
}
.labs-wrap .story-wrap .story-slider-controls-wrap .story-slider-controls {
  position: relative;
  width: 138px;
  height: 36px;
  border-radius: 26px;
  background: rgba(0, 0, 0, 0.35);
}
.labs-wrap .story-wrap .story-slider-controls-wrap .story-slider-controls .swiper-pagination {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
}
.labs-wrap .story-wrap .story-slider-controls-wrap .story-slider-controls .swiper-pagination-current {
  margin-right: 4px;
  font-weight: 700;
}
.labs-wrap .story-wrap .story-slider-controls-wrap .story-slider-controls .swiper-pagination-total {
  margin-left: 4px;
}*/
/*.labs-wrap .story-wrap .story-slider-controls-wrap .story-slider-play {
  margin-left: 10px;
}
.labs-wrap .story-wrap .story-slider-controls-wrap .btn-slider-play {
  width: 36px;
  height: 36px;
  border-radius: 26px;
  cursor: pointer;
}
.labs-wrap .story-wrap .story-slider-controls-wrap .btn-slider-play::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: no-repeat 0 0;
  background-size: 100% auto;
}
.labs-wrap .story-wrap .story-slider-controls-wrap .btn-slider-play.play::before {
  background-image: url("https://www.lge.co.kr/lg5-common/images/icons/btn-carousel-46-play.svg");
}
.labs-wrap .story-wrap .story-slider-controls-wrap .btn-slider-play.pause::before {
  background-image: url("https://www.lge.co.kr/lg5-common/images/icons/btn-carousel-46-pause.svg");
}*/
.labs-wrap .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  pointer-events: none;
  /* 2023.11.10 modify */
  /* //2023.11.10 modify */
}
.labs-wrap .popup::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.7;
}
.labs-wrap .popup video {
  width: 100%;
  max-width: 100%;
}
.labs-wrap .popup .inner {
  position: fixed;
  max-width: 1460px;
  width: 100%;
  max-height: 100vh;
  height: 100%;
  margin: 0 auto;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  background: #fff;
  padding: 0;
  z-index: 9999;
}
.labs-wrap .popup .btn-close-popup {
  position: fixed;
  top: 20px;
  right: 36px;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.4) url("../images/btn-popup-close.svg") no-repeat center center/32px;
  border-radius: 50%;
  z-index: 5;
}
.labs-wrap .popup .popup-area {
  overflow-y: auto;
  overflow-x: hidden;
  width: inherit;
  height: inherit;
}
.labs-wrap .popup .popup-bg {
  position: relative;
  text-align: center;
}
.labs-wrap .popup .popup-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.labs-wrap .popup .popup-bg > img {
  width: 100%;
}
.labs-wrap .popup .popup-bg-txt02 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 3;
  color: #fff;
}
.labs-wrap .popup .popup-bg-txt02 .sub_tit {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.32px;
}
.labs-wrap .popup .popup-bg-txt02 .tit {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.32px;
}
.labs-wrap .popup .popup-cnt .btn-vdo {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
}
.labs-wrap .popup .popup-cnt .btn-vdo.pause {
  background-image: url("https://www.lge.co.kr/lg5-common/images/btn-animation-pause.svg");
}
.labs-wrap .popup .popup-cnt .btn-vdo.play {
  background-image: url("https://www.lge.co.kr/lg5-common/images/btn-animation-play.svg");
}
.labs-wrap .popup.type01 .popup-bg-txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  /*transform: translateY(-50%);*/
  z-index: 3;
  color: #fff;
}
.labs-wrap .popup.type01 .popup-bg-txt .tit {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.756px;
  line-height: 36px;
}
.labs-wrap .popup.type01 .popup-bg-txt > .logo-wrap {
  width: 100%;
  position: absolute;
  top: -13px;
  left: 0;
}
.labs-wrap .popup.type01 .popup-bg-txt > .logo-wrap > img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.labs-wrap .popup.type01 .popup-bg-txt .link-wrap {
  width: 100%;
  display: block;
  position: absolute;
  bottom: -75px;
  left: 0;
  text-align: center;
}
.labs-wrap .popup.type01 .popup-bg-txt .link-wrap a {
  padding: 10px 24px;
  color: #333;
  border-radius: 70px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.756px;
  background-color: #fff;
}
/*.labs-wrap .popup .popup-bg-txt .txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.41667;
  letter-spacing: -0.096px;
}*/
/* popup 마다 다른 텍스트 색상과 배경색 */
.labs-wrap .popup.type01[data-popup=duobo] .popup-area {
  background-color: #1B1B1B;
}
.labs-wrap .popup.type01[data-popup=duobo] .popup-cnt .tit,
.labs-wrap .popup.type01[data-popup=duobo] .popup-cnt .txt {
  color: #fff;
}
.labs-wrap .popup.type01[data-popup=bon1] .popup-area {
  background-color: #E6E1D6;
}
.labs-wrap .popup.type01[data-popup=bon1] .popup-cnt .tit,
.labs-wrap .popup.type01[data-popup=bon1] .popup-cnt .txt {
  color: #262626;
}
.labs-wrap .popup.type01[data-popup=dukebox] .popup-area {
  background-color: #000000;
}
.labs-wrap .popup.type01[data-popup=dukebox] .popup-cnt .tit,
.labs-wrap .popup.type01[data-popup=dukebox] .popup-cnt .txt {
  color: #FFFFFF;
}
.labs-wrap .popup.type01[data-popup=bon2] .popup-area {
  background-color: #F6F3EB;
}
.labs-wrap .popup.type01[data-popup=bon2] .popup-cnt .tit,
.labs-wrap .popup.type01[data-popup=bon2] .popup-cnt .txt {
  color: #262626;
}
.labs-wrap .popup.type01[data-popup=pluspot] .popup-area {
  background-color: #fff;
}
.labs-wrap .popup.type01[data-popup=pluspot] .popup-cnt .tit,
.labs-wrap .popup.type01[data-popup=pluspot] .popup-cnt .txt {
  color: #262626;
}
.labs-wrap .popup.type01[data-popup=brid] .popup-area {
  background-color: #F6F3EB;
}
.labs-wrap .popup.type01[data-popup=brid] .popup-cnt .tit,
.labs-wrap .popup.type01[data-popup=brid] .popup-cnt .txt {
  color: #262626;
}
.labs-wrap .popup.type01 .popup-cnt {
  padding-top: 160px;
}
.labs-wrap .popup.type01 .popup-cnt.padding_s {
  padding: 55px 0;
}
.labs-wrap .popup.type01 .popup-cnt.padding_top0 {
  padding-top: 0;
}
.labs-wrap .popup.type01 .popup-cnt:last-child {
  padding-bottom: 160px;
}
.labs-wrap .popup.type01 ul.popup-cnt {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-left: 14px;
  padding-right: 14px;
}
.labs-wrap .popup.type01 .popup-cnt.visual .popup-media {
  max-width: 1146px;
  /*height:644px;*/
  margin: 0 auto;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
}
.labs-wrap .popup.type01 .popup-cnt.visual .popup-media > img {
  width: 100%;
}
.labs-wrap .popup.type01 .popup-cnt.visual h5 {
  padding-top: 80px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.32px;
  text-align: center;
}
.labs-wrap .popup.type01 .popup-cnt.visual p {
  padding-top: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.32px;
  text-align: center;
}
.labs-wrap .popup.type01 .popup-cnt.use {
  text-align: center;
}
.labs-wrap .popup.type01 .popup-cnt.use .label {
  display: inline-block;
  padding: 19px 24px;
  color: #fff;
  border-radius: 70px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.32px;
  line-height: 26px;
  background-color: #905DF6;
}
.labs-wrap .popup.type01 .popup-cnt.use p.item {
  padding-top: 33px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.32px;
  line-height: 26px;
}
.labs-wrap .popup.type01 .popup-cnt.use p.item b {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.32px;
  line-height: 28px;
}
.labs-wrap .popup.type01 .popup-cnt.cnt li {
  width: 444px;
}
.labs-wrap .popup.type01 .popup-cnt.cnt .popup-media {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
.labs-wrap .popup.type01 .popup-cnt.cnt img {
  width: 100%;
}
.labs-wrap .popup.type01 .popup-cnt.cnt h6 {
  padding-top: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.32px;
  text-align: left;
}
.labs-wrap .popup.type01 .popup-cnt.cnt p {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.32px;
  text-align: left;
}
.labs-wrap .popup.type02 .popup-contents {
  background: url("../images/campaign-tab-pc-bg.jpg") 50% 50%/contain repeat;
}
.labs-wrap .popup.type02 .popup-cnt {
  padding-top: 80px;
}
.labs-wrap .popup.type02 .popup-cnt > p {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.32px;
  text-align: center;
}
.labs-wrap .popup.type02 .popup-cnt > span {
  padding-top: 20px;
  display: block;
  color: #716F6A;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.32px;
  text-align: center;
}
.labs-wrap .popup.type02 .popup-cnt > strong {
  display: block;
  padding-bottom: 20px;
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.32px;
  text-align: center;
}
.labs-wrap .popup.type02 .popup-cnt > h5 {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.32px;
  text-align: center;
}
.labs-wrap .popup.type02 .popup-cnt .popup-media {
  width: 610px;
  margin: 40px auto 0;
}
.labs-wrap .popup.type02 .popup-cnt .popup-media .column-video {
  position: relative;
}
.labs-wrap .popup.type02 .popup-cnt .popup-media video {
  border-radius: 40px;
}
.labs-wrap .popup.type02 .popup-cnt .popup-media img {
  display: block;
  margin: 0 auto;
  border-radius: 40px;
}
.labs-wrap .popup.type02 .popup-cnt .popup-slide {
  position: relative;
  padding: 40px 76px 0;
  margin: 0 auto;
  box-sizing: content-box;
}
.labs-wrap .popup.type02[data-popup=popup-store] .popup-cnt .popup-slide {
  width: 864px;
}
.labs-wrap .popup.type02[data-popup=talk-concert] .popup-cnt .popup-slide {
  width: 610px;
}
.labs-wrap .popup.type02 .popup-cnt .popups-banner, .labs-wrap .popup.type02 .popup-cnt .talk-concert-banner {
  max-width: 100%;
  overflow: hidden;
}
.labs-wrap .popup.type02 .popup-cnt .popup-slide .items {
  position: relative;
  display: flex;
  align-items: center;
}
/*.labs-wrap .popup.type02 .popup-cnt .popup-slide .items > video {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}*/
.labs-wrap .popup.type02 .popup-cnt .popup-slide .items > video,
.labs-wrap .popup.type02 .popup-cnt .popup-slide .items > img {
  max-width: 100%;
  border-radius: 40px;
}
.labs-wrap .popup.type02 .popup-cnt .popup-slide .slide-arrow {
  width: 56px;
  height: 56px;
}
.labs-wrap .popup.type02 .popup-cnt .popup-slide .slide-arrow.swiper-button-disabled {
  opacity: 0;
}
.labs-wrap .popup.type02 .popup-cnt .popup-slide .slide-arrow > img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.labs-wrap .popup.type02 .popup-cnt .popup-slide .swiper-button-prev {
  left: 0;
}
.labs-wrap .popup.type02 .popup-cnt .popup-slide .swiper-button-next {
  right: 0;
}
.labs-wrap .popup.type02 .popup-cnt .popup-slide .swiper-pagination {
  position: static;
  margin-top: 40px;
}
.labs-wrap .popup.type02 .popup-cnt .popup-slide .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 7px;
  transition: width 0.25s;
}
.labs-wrap .popup.type02 .popup-cnt .popup-slide .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 99px;
  background: #0F0F0F;
}
.labs-wrap .popup.type02 .popup-cnt .review_wrap {
  padding-bottom: 134px;
  text-align: center;
}
.labs-wrap .popup.type02 .popup-cnt .review_wrap p {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.32px;
  text-align: center;
}
.labs-wrap .popup.type02 .popup-cnt .review_wrap img {
  width: 100%;
}
.labs-wrap .popup.type02 .popup-cnt .review_wrap .only-pc {
  width: 100%;
  max-width: 1009px;
  position: relative;
}
.labs-wrap .popup.type02[data-popup=popup-store] .popup-cnt .review_wrap {
  padding-top: 40px;
}
.labs-wrap .popup.type02[data-popup=popup-store] .popup-cnt .review_wrap .only-pc .text01 {
  position: absolute;
  top: 78px;
  left: 95px;
}
.labs-wrap .popup.type02[data-popup=popup-store] .popup-cnt .review_wrap .only-pc .text02 {
  position: absolute;
  top: 191px;
  right: 85px;
}
.labs-wrap .popup.type02[data-popup=popup-store] .popup-cnt .review_wrap .only-pc .text03 {
  position: absolute;
  bottom: 119px;
  left: 114px;
}
.labs-wrap .popup.type02[data-popup=talk-concert] .popup-cnt .review_wrap {
  padding-top: 19px;
}
.labs-wrap .popup.type02[data-popup=talk-concert] .popup-cnt .review_wrap .only-pc .text01 {
  position: absolute;
  top: 98px;
  left: 95px;
}
.labs-wrap .popup.type02[data-popup=talk-concert] .popup-cnt .review_wrap .only-pc .text02 {
  position: absolute;
  top: 208px;
  right: 156px;
}
.labs-wrap .popup.type02[data-popup=talk-concert] .popup-cnt .review_wrap .only-pc .text03 {
  position: absolute;
  bottom: 88px;
  left: 156px;
}
.labs-wrap .popup.type03 .popup-cnt {
  width: 1130px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center;
}
.labs-wrap .popup.type03 .popup-cnt h4 {
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.32px;
  text-align: center;
}
.labs-wrap .popup.type03 .popup-cnt .idea_search {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  padding: 16px 62px 16px 83px;
  color: #000000;
  border: 2px solid #FB312E;
  border-radius: 999px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.32px;
  text-align: center;
}
.labs-wrap .popup.type03 .popup-cnt .idea_search::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  background: url("../images/icon_idea_search.png") 50% 50%/100% no-repeat;
}
.labs-wrap .popup.type03 .popup-cnt .youtube_box {
  width: 100%;
  height: 484px;
  margin: 60px auto 0;
}
.labs-wrap .popup.type03 .popup-cnt .youtube_item {
  border-radius: 20px;
  border: 4px solid #FB312E;
  box-sizing: border-box;
  overflow: hidden;
}
.labs-wrap .popup.type03 .popup-cnt > strong {
  display: block;
  padding-top: 28px;
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.32px;
  text-align: left;
}
.labs-wrap .popup.type03 .popup-cnt > .union-box {
  padding-top: 34px;
}
.labs-wrap .popup.type03 .popup-cnt > .union-box .big {
  position: relative;
  padding: 32px 0 64px 40px;
  border-radius: 20px;
  background-color: #F0ECE4;
}
.labs-wrap .popup.type03 .popup-cnt > .union-box .big::before {
  content: "";
  width: 180px;
  height: 191px;
  position: absolute;
  top: 50%;
  right: 87px;
  transform: translateY(-50%);
  background: url("../images/popup-creator-deco01-pc.png") 50% 50%/100% no-repeat;
}
.labs-wrap .popup.type03 .popup-cnt > .union-box .big > p {
  color: #FD312E;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.32px;
  text-align: left;
}
.labs-wrap .popup.type03 .popup-cnt > .union-box .big > h5 {
  padding-top: 20px;
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.32px;
  text-align: left;
}
.labs-wrap .popup.type03 .popup-cnt > .union-box .small {
  width: 632px;
  position: relative;
  margin-top: -32px;
  padding: 64px 41px 33px 35px;
  z-index: 2;
  box-sizing: border-box;
  background: url("../images/popup-creator-message01.png") 50% 50%/100% 100% no-repeat;
}
.labs-wrap .popup.type03 .popup-cnt > .union-box .small > span {
  display: block;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.32px;
  text-align: left;
}
.labs-wrap .popup.type03 .popup-cnt > .union-box .small > p {
  padding-top: 7px;
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.32px;
  text-align: left;
}
.labs-wrap .popup.type03 .popup-cnt .list-box {
  padding-top: 60px;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li a {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li:nth-of-type(n+2) {
  padding-top: 51px;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li .img-box {
  max-width: 100%;
  position: relative;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li .img-box img {
  max-width: 100%;
  border-radius: 20px;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li .click-induce {
  position: absolute;
  top: 100%;
  left: 96px;
  margin-top: 15px;
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.32px;
  opacity: 0.7;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li .click-induce::before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 1px;
  left: -27px;
  background: url("../images/popup-creator-arrow.png") 50% 50%/100% 100% no-repeat;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li .tag {
  position: absolute;
  top: -26.5px;
  left: calc(100% + 40px + 22px);
  padding: 18px 30px;
  color: #ffffff;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.32px;
  text-align: left;
  z-index: 2;
  border-radius: 25px 25px 25px 2px;
  box-shadow: inset 3px 3px 12px 0 rgba(255, 255, 255, 0.15), inset 3px 3px 12px 0 rgba(255, 255, 255, 0.05), inset 3px 1px 12px 0 rgba(255, 255, 255, 0.15);
  background-color: #FB312E;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li.creator01 .tag {
  width: 369px;
  font-size: 16px;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li.creator02 .tag {
  width: 468px;
  font-size: 16px;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li.creator03 .tag {
  width: 476px;
  font-size: 18px;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li .big {
  width: 662px;
  position: relative;
  padding: 30px 0 23px 40px;
  border-radius: 20px;
  background-color: #F0ECE4;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li.creator01 .big::before {
  content: "";
  width: 111px;
  height: 103px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-37%);
  background: url("../images/popup-creator-deco02-pc.png") 50% 50%/100% 100% no-repeat;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li.creator02 .big::before {
  content: "";
  width: 96px;
  height: 128px;
  position: absolute;
  bottom: 24px;
  right: -40px;
  background: url("../images/popup-creator-deco03-pc.png") 50% 50%/100% 100% no-repeat;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li.creator03 .big::before {
  content: "";
  width: 100px;
  height: 69px;
  position: absolute;
  bottom: 14px;
  right: -19px;
  background: url("../images/popup-creator-deco04-pc.png") 50% 50%/100% 100% no-repeat;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li .big .txt {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.32px;
  text-align: left;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li .big h5 {
  padding-top: 10px;
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.32px;
  text-align: left;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li.creator03 .big h5 {
  padding-top: 19px;
  font-size: 28px;
  line-height: 36px;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li .small {
  position: relative;
  margin-top: -18px;
  padding: 57px 41px 41px 35px;
  z-index: 2;
  box-sizing: border-box;
  background: url("../images/popup-creator-message02.png") 50% 50%/100% 100% no-repeat;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li.creator01 .small {
  width: 549px;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li.creator02 .small {
  width: 586px;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li.creator03 .small {
  width: 483px;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li .small .icon-group {
  width: 40px;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li .small > span {
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.32px;
  text-align: left;
}
.labs-wrap .popup.type03 .popup-cnt .list-box li .small > p {
  padding-top: 2px;
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.32px;
  text-align: left;
}
/*.labs-wrap .popup .popup-contents {
  padding: 120px 114px 200px;
  !* 2023.11.10 modify *!
  !* //2023.11.10 modify *!
}
.labs-wrap .popup .popup-contents.grey {
  padding: 80px 114px 100px;
  margin-top: -140px;
  background: #f7f7f7;
}
.labs-wrap .popup .popup-cnt {
  padding-top: 160px;
  !* 2023.11.10 modify *!
  !* //2023.11.10 modify *!
  !* 2023.11.10 modify *!
  !* //2023.11.10 modify *!
}
.labs-wrap .popup .popup-cnt:first-of-type {
  padding-top: 0;
}
.labs-wrap .popup .popup-cnt .tit {
  padding-bottom: 0.3em;
  font-size: 50px;
  line-height: 1.28;
  letter-spacing: -0.3px;
  color: #222;
}
.labs-wrap .popup .popup-cnt .txt {
  padding-bottom: 1.5em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.41667;
  letter-spacing: -0.096px;
  word-break: break-word;
  color: #777;
}
.labs-wrap .popup .popup-cnt .popup-media {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.labs-wrap .popup .popup-cnt .popup-media img {
  max-width: 100%;
}
.labs-wrap .popup .popup-cnt .popup-media + .sub-txt {
  margin-top: 80px;
}
.labs-wrap .popup .popup-cnt .popup-media + .sub-tit {
  margin-top: 160px;
}
.labs-wrap .popup .popup-cnt .sub-tit {
  font-size: 30px;
  font-weight: 700;
  line-height: 146.667%;
}
.labs-wrap .popup .popup-cnt .sub-tit + .sub-txt {
  margin-top: 6px;
}
.labs-wrap .popup .popup-cnt .sub-txt {
  color: #777;
  font-size: 18px;
  font-weight: 500;
  line-height: 144.444%;
  letter-spacing: -0.1px;
  word-break: break-word;
}
.labs-wrap .popup .popup-cnt .sub-txt + .popup-media {
  margin-top: 30px;
}
.labs-wrap .popup .popup-cnt .btn-vdo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
}
.labs-wrap .popup .popup-cnt .btn-vdo.pause {
  background-image: url("https://www.lge.co.kr/lg5-common/images/btn-animation-pause.svg");
}
.labs-wrap .popup .popup-cnt .btn-vdo.play {
  background-image: url("https://www.lge.co.kr/lg5-common/images/btn-animation-play.svg");
}
.labs-wrap .popup .popup-cnt .popup-spec {
  margin-top: 20px;
  color: #aaa;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
}
.labs-wrap .popup .popup-cnt .popup-spec dt:not(:first-child) {
  margin-top: 25px;
}
.labs-wrap .popup .popup-cnt .popup-btn-wrap {
  display: flex;
  flex-direction: row;
  gap: 20px 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.labs-wrap .popup .popup-cnt .popup-btn-wrap button {
  display: flex;
  width: calc(50% - 12px);
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff url(/kr/brands/lglabs/images/icon-arrow.png) no-repeat calc(100% - 27px) 50%/7px auto;
}*/
/*.labs-wrap .popup.short .inner {
  max-height: 680px;
  text-align: center;
}
.labs-wrap .popup.short .btn-close-popup {
  top: 35px;
  right: 45px;
  width: 13px;
  height: 13px;
  background: url("../images/btn-popup-short-close.svg") no-repeat center center;
}
.labs-wrap .popup.short .btn-close-popup.white {
  background-image: url("../images/btn-popup-short-close-wt.svg");
}*/
.labs-wrap .popup .swiper {
  height: 100%;
  text-align: center;
  /* 231031 수정 */
  /* 2023.11.10 modify */
  /* //2023.11.10 modify */
  /* //231031 수정 */
}
.labs-wrap .popup .swiper .event-slide {
  padding: 50px 0 30px;
}
.labs-wrap .popup .swiper .tit {
  padding-bottom: 0.5em;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.192px;
  text-align: center;
  color: #222;
}
.labs-wrap .popup .swiper .txt {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.08px;
  text-align: center;
  color: #777;
}
.labs-wrap .popup .swiper .swiper-pagination {
  left: 0;
  width: 100%;
  bottom: 0;
}
.labs-wrap .popup .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 4px;
  background-color: #ccc;
  opacity: 1;
  transition: width 0.25s;
}
.labs-wrap .popup .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background-color: #000;
  border-radius: 99px;
}
.labs-wrap .popup .swiper .swiper-button-prev,
.labs-wrap .popup .swiper .swiper-button-next {
  width: 56px;
  height: 56px;
  top: 55%;
}
.labs-wrap .popup .swiper .swiper-button-prev img,
.labs-wrap .popup .swiper .swiper-button-next img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
.labs-wrap .popup .swiper .swiper-button-prev {
  left: 1px;
}
.labs-wrap .popup .swiper .swiper-button-next {
  right: 1px;
}
.labs-wrap .popup .swiper .swiper-button-next.swiper-button-disabled,
.labs-wrap .popup .swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.labs-wrap .popup .swiper .video-wrap {
  position: relative;
}
.labs-wrap .popup .swiper .btn-short-play {
  position: absolute;
  bottom: 30px;
  right: 74px;
  width: 32px;
  height: 32px;
  z-index: 1;
}
.labs-wrap .popup .swiper .btn-short-play::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("../images/icon-play.svg") no-repeat 50%/32px;
  border-radius: 50%;
}
.labs-wrap .popup .swiper .btn-short-play.on {
  background: transparent;
}
.labs-wrap .popup .swiper .btn-short-play.on::before {
  background-image: url("../images/icon-pause.svg");
}
.labs-wrap .popup .swiper .btn-short-play.stop {
  background: transparent;
}
.labs-wrap .popup .swiper .btn-short-play.stop::before {
  background-image: url("../images/icon-pause.svg");
}
.labs-wrap .popup .swiper .btn-sound {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/icon-sound-off.svg") no-repeat 0 0/32px;
  z-index: 2;
}
.labs-wrap .popup .swiper .btn-sound.on {
  background-image: url("../images/icon-sound-on.svg");
}
.labs-wrap .popup .countdown-container {
  padding: 80px 0;
}
.labs-wrap .popup .countdown-container .tit.red {
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.18px;
  text-align: center;
  color: #ea1917;
}
.labs-wrap .popup .countdown-container .count-down {
  padding-bottom: 75px;
  display: flex;
  justify-content: center;
  gap: 62px;
}
.labs-wrap .popup .countdown-container .count-down li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.labs-wrap .popup .countdown-container .count-down li strong {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 60px;
}
.labs-wrap .popup .countdown-container .count-down li strong::after {
  content: ":";
  position: absolute;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
  display: block;
  font-size: 48px;
  font-weight: 400;
}
.labs-wrap .popup .countdown-container .count-down li span {
  display: block;
  text-align: center;
  font-size: 24px;
  letter-spacing: -0.144px;
  color: #cbc8c2;
}
.labs-wrap .popup .countdown-container .count-down li:last-child strong::after {
  content: none;
}
.labs-wrap .popup .countdown-container .count-down + a {
  width: 100%;
  max-width: 712px;
  padding: 26px 0;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.096px;
}
.labs-wrap .popup .gif-wrap {
  max-width: 380px;
  width: 100%;
  max-height: 214px;
  margin: 40px auto;
  border-radius: 40px;
  overflow: hidden;
}
.labs-wrap .popup .gif-wrap img {
  width: 100%;
}
.labs-wrap .popup .gif-wrap + .btn.black {
  width: 712px;
  padding: 26px 49px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
}
.labs-wrap .popup .event-method {
  margin: 30px auto 0;
  max-width: 810px;
}
.labs-wrap .popup .event-method ol {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.labs-wrap .popup .event-method ol li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.labs-wrap .popup .event-method ol li img {
  max-width: 151px;
  margin: 0 auto;
}
.labs-wrap .popup .event-method ol li em {
  display: block;
  padding: 26px 0 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.096px;
}
.labs-wrap .popup .event-method ol li p {
  font-size: 14px;
  line-height: 1.57143;
  letter-spacing: -0.084px;
}
/*.labs-wrap .popup.layout-1 .inner {
  max-height: 786px;
  height: -moz-fit-content;
  height: fit-content;
}*/
.labs-wrap .popup.layout-1 .popup-contents {
  max-width: 1016px;
  margin: 0 auto;
  padding: 80px 0;
}
.labs-wrap .popup.layout-1 .popup-contents h4 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.32px;
  text-align: center;
}
.labs-wrap .popup.layout-1 .non-slide {
  max-width: 864px;
  margin: 0 auto;
}
.labs-wrap .popup.layout-1 .swiper-slide {
  display: flex;
  flex-direction: column;
  padding: 0 76px 56px;
  text-align: left;
}
.labs-wrap .popup.layout-1 .non-slide img,
.labs-wrap .popup.layout-1 .swiper-slide img,
.labs-wrap .popup.layout-1 .swiper-slide video {
  /*max-width: 942px;*/
  width: 100%;
  height: auto;
  margin-top: 80px;
  border-radius: 40px;
}
.labs-wrap .popup.layout-1 .popup-contents p {
  margin-top: 20px;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.32px;
  text-align: center;
}
.labs-wrap .popup[data-popup=whats-next] .inner {
  background: url("../images/whats-next-bg.jpg") no-repeat center/cover;
}
.labs-wrap .popup[data-popup=whats-next] .inner .tit {
  padding: 42px 50px;
  font-size: 80px;
  font-weight: 700;
  line-height: 94px;
  letter-spacing: -0.48px;
  color: #fff;
  text-align: left;
}
#shortsPopup .inner {
  max-width: 610px;
  max-height: none;
  padding: 0;
  background-color: #000;
}
#shortsPopup .inner.wide {
  max-width: 1280px;
  max-height: 720px;
}
#shortsPopup .inner.wide .video-wrap {
  height: 720px;
}
#shortsPopup .shorts-cnt {
  position: relative;
}
#shortsPopup .shorts .video-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
}
#shortsPopup .shorts .video-wrap .shorts-video {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #000;
}
#shortsPopup .shorts .video-wrap .shorts-video video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
#shortsPopup .shorts .video-wrap .shorts-video .btn-short-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#shortsPopup .shorts .video-wrap .shorts-video .btn-short-play::before {
  content: "";
  position: absolute;
  bottom: 180px;
  left: 32px;
  width: 32px;
  height: 32px;
  background: url("../images/icon-play.svg") no-repeat 50%/32px;
  border-radius: 50%;
  transition: bottom 0.5s;
  transition-delay: 0.5s;
}
#shortsPopup .shorts .video-wrap .shorts-video .btn-short-play.on {
  background: transparent;
  /* 2023.11.10 modify */
  /* //2023.11.10 modify */
}
#shortsPopup .shorts .video-wrap .shorts-video .btn-short-play.on::before {
  background-image: url("../images/icon-pause.svg");
}
#shortsPopup .shorts .video-wrap .shorts-video .btn-short-play.stop {
  background: transparent;
}
#shortsPopup .shorts .video-wrap .shorts-video .btn-short-play.stop::before {
  background-image: url("../images/icon-pause.svg");
}
#shortsPopup .shorts .video-wrap .shorts-video .btn-sound {
  position: absolute;
  bottom: 180px;
  right: 32px;
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/icon-sound-off.svg") no-repeat 0 0/32px;
  transition: bottom 0.5s;
  transition-delay: 0.5s;
  z-index: 2;
}
#shortsPopup .shorts .video-wrap .shorts-video .btn-sound.on {
  background-image: url("../images/icon-sound-on.svg");
}
#shortsPopup .shorts .video-wrap .shorts-conts {
  /* 2023.11.10 modify */
  position: relative;
  padding: 30px 37px 20px;
  width: 100%;
  min-height: 149px;
  color: #fff;
  font-size: 18px;
  line-height: 1.67;
  text-align: left;
  /* //2023.11.10 modify */
}
#shortsPopup .shorts .video-wrap .shorts-conts .shorts-tit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 700;
}
#shortsPopup .shorts .video-wrap .shorts-conts .shorts-txt {
  margin-top: 14px;
  font-weight: 400;
}
#shortsPopup .shorts-slider-controls {
  position: absolute;
  bottom: 83px;
  right: 37px;
  width: 119px;
  height: 36px;
  border-radius: 70px;
  background-color: rgba(0, 0, 0, 0.35);
  font-size: 16px;
  color: #fff;
  z-index: 1;
  transition: bottom 0.5s;
  transition-delay: 0.5s;
  /* 2023.11.10 modify */
  /* //2023.11.10 modify */
}
#shortsPopup .shorts-slider-controls .swiper-button-prev,
#shortsPopup .shorts-slider-controls .swiper-button-next {
  width: 16px;
  height: 16px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  box-shadow: none;
}
#shortsPopup .shorts-slider-controls .swiper-button-prev {
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L5 8L11 15' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#shortsPopup .shorts-slider-controls .swiper-button-next {
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 15L11 8L5 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#shortsPopup .shorts-slider-controls .swiper-pagination {
  pointer-events: none;
  bottom: 10px;
}
#shortsPopup .shorts-slider-controls .swiper-pagination .swiper-pagination-current {
  margin-right: 6px;
  font-weight: 700;
}
#shortsPopup .shorts-slider-controls .swiper-pagination .swiper-pagination-total {
  margin-left: 6px;
}
#shortsPopup .shorts-slider-controls2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}
#shortsPopup .shorts-slider-controls2 .btn-shorts-prev,
#shortsPopup .shorts-slider-controls2 .btn-shorts-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  background: no-repeat 100%;
}
#shortsPopup .shorts-slider-controls2 .btn-shorts-prev {
  left: 0;
  background-image: url("../images/icon-shorts-prev.svg");
}
#shortsPopup .shorts-slider-controls2 .btn-shorts-next {
  right: 0;
  background-image: url("../images/icon-shorts-next.svg");
}
#shortsPopup .btn-close-popup {
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3) url("../images/btn-popup-close.svg") no-repeat center center/24px;
  border-radius: 7px;
}
/* 2023.11.10 modify */
/* //2023.11.10 modify */
@media screen and (max-width: 1460px) {
  .labs-wrap .popup .inner {
    max-width: 100%;
    width: 100%;
  }
  /*.labs-wrap .popup.type01 .popup-cnt.visual .popup-media { max-height:644px; }*/
  .labs-wrap .popup.type01 .popup-cnt.visual p {
    font-size: 16px;
    line-height: 24px;
  }
  .labs-wrap .popup.type01 .popup-cnt.cnt li {
    max-width: 100%;
  }
  .labs-wrap .popup.type01 .popup-cnt.cnt p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .labs-wrap .event-wrap span.event-period {
    height: 40px;
    line-height: 38px;
  }
  .labs-wrap .event-wrap .event-txt {
    padding: 0 30px 26px;
  }
  .labs-wrap .event-wrap .event-txt .tit {
    font-size: 19px;
    line-height: 27px;
  }
  .labs-wrap .event-wrap .event-txt .index {
    font-size: 18px;
  }
  .labs-wrap .story-wrap .story strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .labs-wrap .event-wrap .event-txt {
    padding: 0 10px 26px;
  }
  .labs-wrap .event-wrap .event-txt .index {
    padding-top: 20px;
    font-size: 15px;
  }
  .labs-wrap .event-wrap .event-txt .tit {
    font-size: 18px;
  }
  .labs-wrap .event-wrap .event-txt .button-wrap {
    padding-top: 20px;
  }
  .labs-wrap .event-wrap span.event-period {
    width: 50px;
    height: 38px;
    line-height: 36px;
  }
  .labs-wrap .story-wrap .story .story-tit {
    padding-top: 35px;
  }
  .labs-wrap .story-wrap .story strong {
    font-size: 18px;
  }
  .labs-wrap .popup .popup-bg-txt02 .sub_tit {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 30px;
  }
  .labs-wrap .popup .popup-bg-txt02 .tit {
    font-size: 32px;
    line-height: 40px;
  }
  .labs-wrap .popup.type01 .popup-bg-txt > .logo-wrap > img {
    width: 250px;
  }
  .labs-wrap .popup.type01 .popup-bg-txt .tit {
    font-size: 20px;
    line-height: 28px;
  }
  .labs-wrap .popup.type01 .popup-bg-txt .link-wrap {
    bottom: -55px;
  }
  .labs-wrap .popup.type01 .popup-cnt.visual .popup-media {
    margin: 0 15px;
  }
  .labs-wrap .popup.type01 ul.popup-cnt {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .labs-wrap .popup.type02 .popup-cnt .popup-slide {
    padding: 20px 13px 0;
  }
  .labs-wrap .popup.type02[data-popup=popup-store] .popup-cnt .popup-slide {
    max-width: calc(100% - 27px);
  }
  .labs-wrap .popup.type02[data-popup=talk-concert] .popup-cnt .popup-slide {
    max-width: calc(100% - 27px);
  }
  .labs-wrap .popup.type02 .popup-cnt .popup-slide .slide-arrow {
    width: 25px;
    height: 25px;
    padding: 10px;
    box-sizing: content-box;
  }
  .labs-wrap .popup.type02 .popup-cnt .review_wrap p {
    font-size: 2vw;
  }
  .labs-wrap .popup.type02[data-popup=popup-store] .popup-cnt .review_wrap .only-pc .text01 {
    top: 7vw;
    left: 8vw;
  }
  .labs-wrap .popup.type02[data-popup=popup-store] .popup-cnt .review_wrap .only-pc .text02 {
    top: 19vw;
    right: 10vw;
  }
  .labs-wrap .popup.type02[data-popup=popup-store] .popup-cnt .review_wrap .only-pc .text03 {
    bottom: 11.5vw;
    left: 10vw;
  }
  .labs-wrap .popup.type02[data-popup=talk-concert] .popup-cnt .review_wrap .only-pc .text01 {
    top: 8vw;
    left: 10vw;
  }
  .labs-wrap .popup.type02[data-popup=talk-concert] .popup-cnt .review_wrap .only-pc .text02 {
    top: 20vw;
    right: 15vw;
  }
  .labs-wrap .popup.type02[data-popup=talk-concert] .popup-cnt .review_wrap .only-pc .text03 {
    bottom: 7.5vw;
    left: 16vw;
  }
  .labs-wrap .popup.type03 .popup-cnt .youtube_box {
    padding: 0 14px;
  }
  .labs-wrap .popup.type03 .popup-cnt > strong {
    padding: 28px 14px 0;
  }
  .labs-wrap .popup.type03 .popup-cnt > .union-box {
    padding: 34px 14px 0;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box {
    padding: 30px 27px 0;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li a {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li .img-box {
    padding: 10px 41px 0;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li .img-box img {
    border-radius: 10px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li .tag {
    top: -20px;
    left: 70px;
    box-shadow: inset 1.5px 1.5px 6px 0 rgba(255, 255, 255, 0.15), inset 1.5px 1.5px 6px 0 rgba(255, 255, 255, 0.05), inset 1.5px 0.5px 6px 0 rgba(255, 255, 255, 0.15);
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.creator01 .tag {
    width: 371px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.creator02 .tag {
    width: 471px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.creator03 .tag {
    width: 475px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li .union-box {
    margin-top: -10px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li .big {
    padding: 12px 0 12px 19px;
    border-radius: 10px;
  }
  .labs-wrap .popup.layout-1 .popup-contents {
    padding: 80px 0;
  }
  .labs-wrap .popup.layout-1 .swiper-slide {
    /*padding: 0 14px 56px;*/
    padding: 0 14px 56px;
  }
  .labs-wrap .popup.layout-1 .non-slide {
    padding: 0 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .labs-wrap .popup.layout-1 .inner {
    height: 100%;
  }
  .labs-wrap .popup.layout-1 .inner .swiper {
    overflow-y: auto;
  }
  .labs-wrap .popup.layout-1 .inner .swiper .swiper-pagination {
    position: sticky;
  }
}
@media screen and (max-width: 767px) {
  /*  .onW {
      max-height: 0;
      visibility: hidden;
    }
    .onM {
      max-height: -moz-max-content;
      max-height: max-content;
      visibility: visible;
    }*/
  .labs-wrap .hero-banner .custom-indi-wrap .slide-controls .btn-arrow:before,
  .labs-wrap .hero-wrap .custom-indi-wrap .slide-controls .btn-arrow:before {
    width: 12px;
    height: 12px;
  }
  .labs-wrap .hero-banner .custom-indi-wrap .slide-controls .btn-arrow.ico-prev:before,
  .labs-wrap .hero-wrap .custom-indi-wrap .slide-controls .btn-arrow.ico-prev:before {
    background-size: 12px 12px;
  }
  .labs-wrap .hero-banner .custom-indi-wrap .slide-controls .btn-arrow.ico-next:before,
  .labs-wrap .hero-wrap .custom-indi-wrap .slide-controls .btn-arrow.ico-next:before {
    background-size: 12px 12px;
  }
  .labs-wrap .hero-banner .custom-indi-wrap .slide-controls .btn-arrow,
  .labs-wrap .hero-wrap .custom-indi-wrap .slide-controls .btn-arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
  }
  .labs-wrap .title {
    padding-top: 40px;
    font-size: 20px;
    line-height: 28px;
  }
  .labs-wrap .btn-go {
    padding: 7px 0;
  }
  .labs-wrap .product-wrap .title {
    padding-top: 23px; /* 231031 수정, 240726 수정 */
  }
  .labs-wrap .event-wrap .swiper-controller {
    gap: 16px;
  }
  /* 미사용 주석 처리 */
  /*.labs-wrap .event-wrap .event-banner-wrap {
    overflow: hidden;
    padding: 0;
    margin-left: 16px;
  }
  .labs-wrap .event-wrap .event-banner {
    overflow: visible;
    padding: 0 16px 0 0;
  }
  .labs-wrap .event-wrap .event {
    border-radius: 20px;
  }
  .labs-wrap .event-wrap .event-txt {
    padding: 30px;
  }
  .labs-wrap .event-wrap .event-txt .tit {
    padding: 0;
    font-size: 27px;
  }
  .labs-wrap .event-wrap .event-txt .index {
    font-size: 17px;
  }
  .labs-wrap .event-wrap .event-txt .index + button,
  .labs-wrap .event-wrap .event-txt .index + a {
    width: 90px;
    padding: 7px 0;
    font-weight: 700;
  }
  .labs-wrap .event-wrap span.event-period {
    width: 50px;
    height: 35px;
    line-height: 33px;
    font-size: 12px;
  }
  .labs-wrap .event-wrap .event-txt-img {
    padding: 0;
    margin-bottom: 13px;
  }
  .labs-wrap .event-wrap .event-txt-img img {
    width: 160px;
  }
  .labs-wrap .event-wrap .event-slider-controls-wrap {
    padding-top: 16px;
  }
  .labs-wrap .event-wrap .event-slider-controls-wrap .event-slider-controls {
    width: 72px;
    height: 20px;
    border-radius: 13px;
  }
  .labs-wrap .event-wrap .event-slider-controls-wrap .event-slider-controls .swiper-pagination {
    font-size: 10px;
  }
  .labs-wrap .event-wrap .event-slider-controls-wrap .event-slider-controls .swiper-button-prev,
  .labs-wrap .event-wrap .event-slider-controls-wrap .event-slider-controls .swiper-button-next {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
  .labs-wrap .event-wrap .event-slider-controls-wrap .event-slider-controls .swiper-button-prev {
    left: 6px;
  }
  .labs-wrap .event-wrap .event-slider-controls-wrap .event-slider-controls .swiper-button-next {
    right: 6px;
  }
  .labs-wrap .event-wrap .event-slider-controls-wrap .event-slider-play {
    margin-left: 7px;
  }
  .labs-wrap .event-wrap .event-slider-controls-wrap .btn-slider-play {
    width: 20px;
    height: 20px;
  }
  .labs-wrap .event-wrap .event-slider-controls-wrap .btn-slider-play::before {
    width: 20px;
    height: 20px;
  }*/
  /* 미사용 주석 처리 */
  .labs-wrap .event-wrap {
    padding-top: 20px;
  }
  .labs-wrap .event-wrap .swiper-pagination {
    /* padding-top: 3px; */
    /* margin:0 -4px; */
  }
  .labs-wrap .event-wrap .swiper-pagination .swiper-pagination-bullet {
    /* width: 6px;
    height: 6px;
    margin: 0 4px; */
  }
  .labs-wrap .event-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    /* width: 20px; */
  }
  .labs-wrap .event-wrap .swiper-button-prev,
  .labs-wrap .event-wrap .swiper-button-next {
    width: 32px;
    height: 32px;
    padding: 6px;
    box-sizing: content-box;
  }
  .labs-wrap .event-wrap .event-banner-wrap {
    padding: 0 34px 0 54px;
    box-sizing: content-box;
  }
  .labs-wrap .event-wrap .event {
    border-radius: 20px;
  }
  .labs-wrap .event-wrap .event-txt .index {
    padding-top: 20px;
    font-size: 12px;
    line-height: 12px;
  }
  .labs-wrap .event-wrap .event-txt .tit {
    padding-top: 8px;
    font-size: 14px;
    line-height: 21px;
  }
  .labs-wrap .event-wrap .event-txt .button-wrap {
    padding-top: 18px;
  }
  .labs-wrap .event-wrap .event-txt .button-wrap .btn.size-m {
    padding: 9px 19px;
    font-size: 12px;
    line-height: 13px;
  }
  .labs-wrap .story-wrap {
    padding-bottom: 0;
  }
  .labs-wrap .story-wrap .story-banner-wrap {
    padding-top: 30px;
    overflow: hidden;
  }
  .labs-wrap .story-wrap .story-banner {
    overflow: visible;
  }
  .labs-wrap .story-wrap .story {
    border-radius: 24px;
  }
  .labs-wrap .story-wrap .swiper-slide:nth-child(even) .story {
    margin-top: 0;
  }
  .labs-wrap .story-wrap .story .story-tit {
    min-height: 152px;
  }
  .labs-wrap .story-wrap .story .story-tit strong {
    padding-top: 42px;
    font-size: 16px;
    line-height: 20px;
  }
  /*.labs-wrap .story-wrap .swiper-pagination {
    font-size: 10px;
  }*/
  .labs-wrap .story-wrap .swiper-button-prev,
  .labs-wrap .story-wrap .swiper-button-next {
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
  }
  .labs-wrap .story-wrap .swiper-button-prev {
    left: 10px;
  }
  .labs-wrap .story-wrap .swiper-button-next {
    right: 10px;
  }
  .labs-wrap .story-wrap .story-slider-controls-wrap .story-slider-play {
    margin-left: 7px;
  }
  .labs-wrap .story-wrap .story-slider-controls-wrap .btn-slider-play {
    width: 20px;
    height: 20px;
  }
  .labs-wrap .story-wrap .story-slider-controls-wrap .btn-slider-play::before {
    width: 20px;
    height: 20px;
  }
  /*  .labs-wrap .popup .inner {
      max-height: none;
      top: 0;
      transform: none;
    }*/
  .labs-wrap .popup .btn-close-popup {
    width: 24px;
    height: 24px;
    top: 10px;
    right: 14px;
    background-size: 14px;
  }
  /* 레이아웃변경으로 인한 주석 처리 start */
  /*  .labs-wrap .popup .popup-bg-txt .tit {
      font-size: 38px;
      letter-spacing: -0.532px;
    }
    .labs-wrap .popup .popup-bg-txt .txt {
      font-size: 19px;
      letter-spacing: -0.19px;
    }
    .labs-wrap .popup .popup-contents {
      padding: 58px 25px 117px;
      !* 2023.11.10 modify *!
      !* //2023.11.10 modify *!
    }
    .labs-wrap .popup .popup-contents.grey {
      margin-top: -50px;
      padding: 50px 25px 60px;
    }
    .labs-wrap .popup .popup-cnt {
      padding-top: 102px;
      !* 2023.11.10 modify *!
      !* //2023.11.10 modify *!
      !* 2023.11.10 modify *!
      !* //2023.11.10 modify *!
    }
    .labs-wrap .popup .popup-cnt .tit {
      font-size: 32px;
      letter-spacing: -0.32px;
    }
    .labs-wrap .popup .popup-cnt .txt {
      padding-bottom: 48px;
      font-size: 19px;
      letter-spacing: -0.19px;
    }
    .labs-wrap .popup .popup-cnt .popup-media {
      border-radius: 20px;
    }
    .labs-wrap .popup .popup-cnt .popup-media + .sub-txt {
      margin-top: 70px;
    }
    .labs-wrap .popup .popup-cnt .popup-media + .sub-tit {
      margin-top: 100px;
    }
    .labs-wrap .popup .popup-cnt .sub-tit {
      font-size: 24px;
      line-height: 33px;
    }
    .labs-wrap .popup .popup-cnt .sub-txt {
      font-size: 16px;
      line-height: 24px;
    }
    .labs-wrap .popup .popup-cnt .sub-txt + .popup-media {
      margin-top: 20px;
    }
    .labs-wrap .popup .popup-cnt .btn-vdo {
      bottom: 14px;
      right: 14px;
      width: 32px;
      height: 32px;
    }
    .labs-wrap .popup .popup-cnt .popup-btn-wrap {
      gap: 8px;
    }
    .labs-wrap .popup .popup-cnt .popup-btn-wrap button {
      width: 100%;
    }*/
  /* 레이아웃변경으로 인한 주석 처리 end */
  .labs-wrap .popup .popup-bg-txt02 .sub_tit {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .labs-wrap .popup .popup-bg-txt02 .tit {
    font-size: 20px;
    line-height: 28px;
  }
  .labs-wrap .popup .popup-cnt .btn-vdo {
    bottom: 20px;
    right: 20px;
  }
  /*  .labs-wrap .popup video {
      max-width:none;
      height:100%;
      position:absolute;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
    }*/
  .labs-wrap .popup.type01 .popup-bg-txt > .logo-wrap {
    top: -4px;
  }
  .labs-wrap .popup.type01 .popup-bg-txt > .logo-wrap > img {
    width: 201px;
  }
  .labs-wrap .popup.type01 .popup-bg-txt .tit {
    font-size: 12px;
    line-height: 20px;
  }
  .labs-wrap .popup.type01 .popup-bg-txt .link-wrap {
    bottom: -40px;
  }
  .labs-wrap .popup.type01 .popup-bg-txt .link-wrap a {
    padding: 4px 12px;
    font-size: 12px;
  }
  .labs-wrap .popup.type01 .popup-cnt {
    padding-top: 30px;
  }
  .labs-wrap .popup.type01 .popup-cnt:last-child {
    padding-bottom: 40px;
  }
  .labs-wrap .popup.type01 .popup-cnt.use {
    padding: 20px 0 40px;
  }
  .labs-wrap .popup.type01 .popup-cnt.visual .popup-media {
    max-width: 100%;
    /*height: 52.083vw;*/
    border-radius: 24px;
  }
  .labs-wrap .popup.type01 .popup-cnt.visual h5 {
    padding-top: 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .labs-wrap .popup.type01 .popup-cnt.visual p {
    padding-top: 7px;
    font-size: 14px;
    line-height: 20px;
  }
  .labs-wrap .popup.type01 .popup-cnt.use .label {
    padding: 10px 24px;
    font-size: 14px;
    line-height: 20px;
  }
  .labs-wrap .popup.type01 .popup-cnt.use p.item {
    padding-top: 20px;
    font-size: 12px;
    line-height: 13px;
  }
  .labs-wrap .popup.type01 .popup-cnt.use p.item b {
    font-size: 14px;
    line-height: 22px;
  }
  .labs-wrap .popup.type01 .popup-cnt.cnt li {
    width: 100%;
  }
  .labs-wrap .popup.type01 .popup-cnt.cnt .popup-media {
    border-radius: 24px;
  }
  .labs-wrap .popup.type01 .popup-cnt.cnt h6 {
    font-size: 20px;
    line-height: 24px;
  }
  .labs-wrap .popup.type01 .popup-cnt.cnt p {
    padding-top: 7px;
    font-size: 14px;
    line-height: 20px;
  }
  .labs-wrap .popup.type02 .popup-cnt {
    padding-top: 40px;
  }
  .labs-wrap .popup.type02 .popup-cnt > h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .labs-wrap .popup.type02 .popup-cnt > p {
    font-size: 14px;
    line-height: 20px;
  }
  .labs-wrap .popup.type02 .popup-cnt > strong {
    padding-bottom: 7px;
    font-size: 24px;
    line-height: 28px;
  }
  .labs-wrap .popup.type02 .popup-cnt > span {
    padding-top: 12px;
    font-size: 12px;
    line-height: 15px;
  }
  .labs-wrap .popup.type02 .popup-cnt .popup-media {
    max-width: 100%;
    /*min-height: 400px;*/
    padding: 0 14px;
    margin: 20px auto 0;
  }
  .labs-wrap .popup.type02 .popup-cnt .popup-media video,
  .labs-wrap .popup.type02 .popup-cnt .popup-media img {
    margin: 0 auto;
    border-radius: 24px;
  }
  .labs-wrap .popup.type02 .popup-cnt .popup-slide {
    padding-top: 20px;
  }
  .labs-wrap .popup.type02 .popup-cnt .popup-slide .items > img {
    max-width: 100%;
    border-radius: 20px;
  }
  .labs-wrap .popup.type02 .popup-cnt .popup-slide .swiper-pagination {
    margin-top: 12px;
  }
  .labs-wrap .popup.type02 .popup-cnt .popup-slide .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
  .labs-wrap .popup.type02 .popup-cnt .popup-slide .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
  .labs-wrap .popup.type02 .popup-cnt .popups-banner, .labs-wrap .popup.type02 .popup-cnt .talk-concert-banner {
    width: auto;
    max-width: 100%;
  }
  .labs-wrap .popup.type02 .popup-cnt .review_wrap {
    padding: 0 33px 67px;
  }
  .labs-wrap .popup.type02 .popup-cnt .review_wrap .text-box {
    position: relative;
  }
  .labs-wrap .popup.type02 .popup-cnt .review_wrap p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    line-height: 20px;
    transform: translate(-50%, -50%);
  }
  .labs-wrap .popup.type02[data-popup=popup-store] .popup-cnt .review_wrap {
    padding-top: 20px;
  }
  .labs-wrap .popup.type02[data-popup=popup-store] .popup-cnt .review_wrap {
    padding-top: 10px;
  }
  .labs-wrap .popup.type02 .popup-cnt .review_wrap > img {
    padding: 0 32px;
  }
  .labs-wrap .popup.type03 .popup-cnt h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .labs-wrap .popup.type03 .popup-cnt .idea_search {
    padding: 8px 31px 8px 41px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .labs-wrap .popup.type03 .popup-cnt .idea_search::before {
    width: 20px;
    height: 20px;
    left: 14px;
  }
  .labs-wrap .popup.type03 .popup-cnt .youtube_box {
    height: 350px;
    min-height: 175px;
    margin-top: 20px;
  }
  .labs-wrap .popup.type03 .popup-cnt > strong {
    padding-top: 10px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .labs-wrap .popup.type03 .popup-cnt > .union-box {
    padding: 0 14px;
  }
  .labs-wrap .popup.type03 .popup-cnt > .union-box .big {
    padding: 18px 0 18px 20px;
  }
  .labs-wrap .popup.type03 .popup-cnt > .union-box .big::before {
    width: 50px;
    height: 55px;
    right: 12px;
    transform: translateY(-34%);
  }
  .labs-wrap .popup.type03 .popup-cnt > .union-box .big > p {
    font-size: 10px;
    line-height: 16px;
  }
  .labs-wrap .popup.type03 .popup-cnt > .union-box .big > h5 {
    padding-top: 6px;
    font-size: 12px;
    line-height: 18px;
  }
  .labs-wrap .popup.type03 .popup-cnt > .union-box .small {
    max-width: 100%;
    padding: 36px 20px 13px 16px;
    margin-top: -12px;
  }
  .labs-wrap .popup.type03 .popup-cnt > .union-box .small > span {
    font-size: 10px;
    line-height: 16px;
  }
  .labs-wrap .popup.type03 .popup-cnt > .union-box .small > p {
    font-size: 12px;
    line-height: 18px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li .click-induce {
    top: -10px;
    left: 50%;
    margin-top: 0;
    font-size: 10px;
    line-height: 14px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.left-direction .click-induce {
    margin-left: -97.5px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.right-direction .click-induce {
    margin-left: -27.5px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.left-direction .click-induce::before {
    width: 9px;
    height: 8px;
    top: 4px;
    left: -11px;
    transform: rotateY(180deg) rotateZ(180deg);
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.right-direction .click-induce::before {
    width: 9px;
    height: 8px;
    top: 4px;
    left: calc(100% + 4px);
    transform: rotateY(0) rotateZ(180deg);
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li .tag {
    top: 0;
    line-height: 8px;
    padding: 8px 16px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.creator01 .tag {
    width: 98px;
    font-size: 8px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.creator02 .tag {
    width: 100px;
    font-size: 8px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.creator03 .tag {
    width: 94px;
    font-size: 10px;
    line-height:13px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.left-direction .tag {
    right: 0;
    left: inherit;
    border-radius: 12px 12px 12px 1px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.right-direction .tag {
    left: 0;
    border-radius: 12px 12px 1px 12px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.creator02 .big {
    margin-left: 114px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.creator01 .big, .labs-wrap .popup.type03 .popup-cnt .list-box li.creator02 .big {
    width: 194px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.creator03 .big {
    width: 218px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.creator01 .big::before {
    width: 40px;
    height: 37px;
    right: -90px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.creator02 .big::before {
    width: 61px;
    height: 86px;
    right: calc(100% + 40px);
    background-image: url("../images/popup-creator-deco03-mo.png");
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.creator03 .big::before {
    width: 64px;
    height: 42px;
    right: -96px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li .big .txt {
    font-size: 10px;
    line-height: 16px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li .big h5 {
    padding-top: 1px;
    font-size: 12px;
    line-height: 18px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.creator03 .big h5 {
    padding-top: 3px;
    font-size: 12px;
    line-height: 18px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li .small {
    margin-top: -9px;
    padding: 27px 13px 14px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.left-direction .small {
    margin-left: 84px;
    background-image: url("../images/popup-creator-message02-left-mo.png");
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.right-direction .small {
    background-image: url("../images/popup-creator-message02-right-mo.png");
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.creator01 .small {
    width: 210px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.creator02 .small {
    width: 224px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li.creator03 .small {
    width: 224px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li .small > span {
    font-size: 10px;
    line-height: 16px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li .small > p {
    padding-top: 3px;
    font-size: 12px;
    line-height: 18px;
  }
  .labs-wrap .popup.type03 .popup-cnt .list-box li .small .icon-group {
    width: 24px;
  }
  .labs-wrap .popup .swiper .swiper-slide {
    /*padding: 50px 31.5px 31.62px;*/
    overflow: hidden;
  }
  .labs-wrap .popup .swiper .tit {
    font-size: 28px;
    letter-spacing: -0.168px;
  }
  .labs-wrap .popup .swiper .txt {
    font-size: 16px;
    line-height: 1.43;
    letter-spacing: -0.064px;
  }
  .labs-wrap .popup .swiper .btn-short-play {
    right: 63px;
    bottom: 15px;
  }
  .labs-wrap .popup .swiper .btn-sound {
    right: 20px;
    bottom: 15px;
  }
  .labs-wrap .popup .swiper .swiper-pagination {
    position: static;
    padding-top: 20px;
  }
  .labs-wrap .popup .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .labs-wrap .popup .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
  .labs-wrap .popup .swiper .swiper-button-prev,
  .labs-wrap .popup .swiper .swiper-button-next {
    width: 25px;
    height: 25px;
  }
  .labs-wrap .popup .swiper .swiper-button-prev {
    left: 6px;
  }
  .labs-wrap .popup .swiper .swiper-button-next {
    right: 6px;
  }
  /*.labs-wrap .popup.short {
    !* 231031 수정 *!
    !* 2023.11.10 modify *!
    !* //2023.11.10 modify *!
    !* //231031 수정 *!
  }
  .labs-wrap .popup.short .inner {
    max-height: none;
  }
  .labs-wrap .popup.short .btn-close-popup {
    top: 27px;
    right: 19px;
    width: 14px;
    height: 14px;
  }
  .labs-wrap .popup.short .btn-short-play {
    position: absolute;
    right: 55px;
    bottom: 15px;
    width: 32px;
    height: 32px;
    background: none;
    z-index: 1;
  }
  .labs-wrap .popup.short .btn-short-play::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: url("../images/icon-play.svg") no-repeat 50%/32px;
    border-radius: 50%;
    transition: bottom 0.5s;
    transition-delay: 0.5s;
  }
  .labs-wrap .popup.short .btn-short-play.on {
    background: transparent;
  }
  .labs-wrap .popup.short .btn-short-play.on::before {
    bottom: 32px;
    background-image: url("../images/icon-pause.svg");
  }
  .labs-wrap .popup.short .btn-short-play.stop {
    background: transparent;
  }
  .labs-wrap .popup.short .btn-short-play.stop::before {
    background-image: url("../images/icon-pause.svg");
  }
  .labs-wrap .popup.short .btn-sound {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/icon-sound-off.svg") no-repeat 0 0/32px;
    transition: bottom 0.5s;
    transition-delay: 0.5s;
    z-index: 2;
  }
  .labs-wrap .popup.short .btn-sound.on {
    background-image: url("../images/icon-sound-on.svg");
  }*/
  .labs-wrap .popup .countdown-container {
    padding: 70px 0 0;
  }
  .labs-wrap .popup .countdown-container .tit.red {
    font-size: 21px;
    letter-spacing: -0.126px;
  }
  .labs-wrap .popup .countdown-container .count-down {
    padding-bottom: 33px;
    gap: 42px;
  }
  .labs-wrap .popup .countdown-container .count-down li strong {
    font-size: 35px;
  }
  .labs-wrap .popup .countdown-container .count-down li strong::after {
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    margin: 0;
    font-size: 30px;
  }
  .labs-wrap .popup .countdown-container .count-down li span {
    padding-right: 5px;
    font-size: 14px;
  }
  .labs-wrap .popup .countdown-container .count-down + a {
    padding: 17px 0;
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.072px;
  }
  .labs-wrap .popup .gif-wrap {
    width: 80%;
    margin: 25px auto 20px;
    border-radius: 20px;
  }
  .labs-wrap .popup .gif-wrap + .btn.black {
    width: 100%;
    padding: 17px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
  }
  .labs-wrap .popup .event-slide-cnt {
    padding-top: 26px;
  }
  .labs-wrap .popup .event-slide-cnt em {
    padding: 18px 0 10px;
    display: block;
    font-size: 16px;
    font-weight: 700;
  }
  .labs-wrap .popup .event-slide-cnt p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.084px;
  }
  .labs-wrap .popup.layout-1 .inner {
    max-height: none;
    height: inherit;
  }
  .labs-wrap .popup.layout-1 .popup-contents {
    padding: 40px 0;
  }
  .labs-wrap .popup.layout-1 .popup-contents h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .labs-wrap .popup.layout-1 .popup-contents p {
    margin-top: 7px;
    font-size: 14px;
    line-height: 20px;
  }
  .labs-wrap .popup.layout-1 .swiper-slide {
    justify-content: center;
    padding: 0 14px;
    gap: 0;
  }
  .labs-wrap .popup.layout-1 .swiper-slide h4 {
    padding: 0 20px;
    line-height: 28px;
    font-size: 24px;
  }
  .labs-wrap .popup.layout-1 .non-slide {
    padding: 0 14px;
  }
  .labs-wrap .popup.layout-1 .non-slide img,
  .labs-wrap .popup.layout-1 .swiper-slide img,
  .labs-wrap .popup.layout-1 .swiper-slide video {
    /*position:static;*/
    margin-top: 40px;
    border-radius: 24px;
    /*transform:inherit;*/
  }
  .labs-wrap .popup[data-popup=whats-next] .inner {
    background-image: url("../images/whats-next-bg-m.jpg");
  }
  .labs-wrap .popup[data-popup=whats-next] .inner .tit {
    padding: 65px 30px;
    font-size: 40px;
    line-height: 1.25;
  }
  #shortsPopup .inner.wide {
    max-height: none;
  }
  #shortsPopup .inner.wide .video-wrap {
    height: 100vh;
  }
  #shortsPopup .shorts {
    padding: 0;
    text-align: left;
  }
  #shortsPopup .shorts .video-wrap .shorts-video .btn-short-play::before {
    left: 16px;
    bottom: 136px;
  }
  #shortsPopup .shorts .video-wrap .shorts-video .btn-short-play.on::before {
    bottom: 16px;
  }
  #shortsPopup .shorts .video-wrap .shorts-video .btn-sound {
    bottom: 136px;
    right: 16px;
  }
  #shortsPopup .shorts .video-wrap .shorts-video .btn-sound.on {
    bottom: 16px;
  }
  #shortsPopup .shorts .video-wrap .shorts-conts {
    position: relative;
    min-height: 120px;
    padding: 15px 16px 37px;
    font-size: 13px;
    line-height: 1.5;
    background-color: #000;
  }
  #shortsPopup .shorts .video-wrap .shorts-conts::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  }
  #shortsPopup .shorts .video-wrap .shorts-conts .shorts-tit {
    width: 100%;
    height: 3em;
    line-height: 1.5;
  }
  #shortsPopup .shorts .video-wrap .shorts-conts .shorts-txt {
    margin-top: 9px;
  }
  #shortsPopup .shorts-slider-controls {
    width: 75px;
    height: 20px;
    font-size: 12px;
  }
  #shortsPopup .shorts-slider-controls .swiper-button-prev,
  #shortsPopup .shorts-slider-controls .swiper-button-next {
    width: 12px;
    height: 12px;
    background-size: 12px;
  }
  #shortsPopup .shorts-slider-controls .swiper-button-prev {
    left: 0;
  }
  #shortsPopup .shorts-slider-controls .swiper-button-next {
    right: 0;
  }
  #shortsPopup .shorts-slider-controls .swiper-pagination {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  #shortsPopup .shorts-slider-controls2 .btn-shorts-prev,
  #shortsPopup .shorts-slider-controls2 .btn-shorts-next {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
  #shortsPopup .btn-close-popup {
    top: 12.5px;
    right: 15px;
  }
}
/*# sourceMappingURL=../../map/LAB0002.css.map */
