@charset "UTF-8";
/* 2024.07.26 wow-wrap, sub-wrap, ground220-wrap 추가 */
.labs-wrap .sub-wrap .only-tb {
  display: none !important;
}
.labs-wrap .sub-wrap .only-mo {
  display: none !important;
}
.labs-wrap .popup .only-pc {
  display: inline-block;
}
.labs-wrap .popup .only-mo {
  display: none;
}
/* 2024.11.26 wow-wrap .tit-box, visual-box 삭제 */
@keyframes makeLabsOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.labs-wrap .wow-wrap {
  max-width: 1920x;
  width: 100%;
  margin: 0 auto;
}
.labs-wrap .wow-wrap img {
  width: 100%;
}
.labs-wrap .indicator-button {
  width: 100%;
  display: flex;
}
.labs-wrap .indicator-button li {
  width: 50%;
  height: 104px;
}
.labs-wrap .indicator-button li button {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #666666;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.32px;
  background-color: #C3C3C3;
}
.labs-wrap .indicator-button li button.active {
  color: #FFFFFF;
  background-color: #FD312E;
}
.labs-wrap .indicator-button li button span {
  font-size: 20px;
  line-height: 28px;
}
.labs-wrap .sub-wrap {
  background: url("../images/campaign-tab-pc-bg.jpg") 50% 0/auto repeat;
}
.labs-wrap .sub-wrap .title-box {
  padding-top: 80px;
}
.labs-wrap .sub-wrap .title-box p {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: -0.32px;
  text-align: center;
}
.labs-wrap .sub-wrap .title-box h3 {
  position: relative;
  margin-top: 4px;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: -0.32px;
  text-align: center;
  z-index: 2;
}
.labs-wrap .sub-wrap .title-box h3::before {
  content: "";
  width: 414px;
  height: 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: url("../images/title_deco01.png") 50% 50%/100% 100% no-repeat;
}
.labs-wrap .sub-wrap .title-box span {
  display: block;
  padding-top: 20px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.32px;
  text-align: center;
}
.labs-wrap .sub-wrap .experiment_wrap {
  width: 1920px;
  max-width: 100%;
  position: relative;
  padding: 207px 47px 236px 44px;
  margin: 0 auto;
  overflow: hidden;
}
.labs-wrap .sub-wrap .experiment_wrap::before {
  content: "";
  width: 398px;
  height: 781px;
  position: absolute;
  top: 50%;
  left: 84px;
  transform: translateY(-45%);
  background: url("../images/labs-info-deco01.png") 50% 50%/100% 100% no-repeat;
}
.labs-wrap .sub-wrap .experiment_wrap::after {
  content: "";
  width: 490px;
  height: 750px;
  position: absolute;
  top: 50%;
  right: 90px;
  transform: translateY(-43%);
  background: url("../images/labs-info-deco02.png") 50% 50%/100% 100% no-repeat;
}
.labs-wrap .sub-wrap .experiment_wrap > img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.labs-wrap .sub-wrap .product-v2024 {
  width: 1478px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
.labs-wrap .sub-wrap .product-v2024 .state-wrap {
  width: 1078px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  gap: 36px;
  margin: 0 auto;
  padding: 16px 14px 0;
}
.labs-wrap .sub-wrap .product-v2024 .state-wrap button {
  width: calc(50% - 18px);
  position: relative;
  padding: 20px 0 28px;
  color: #333;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.32px;
  text-align: center;
}
.labs-wrap .sub-wrap .product-v2024 .state-wrap button.active {
  font-weight: 700;
}
.labs-wrap .sub-wrap .product-v2024 .state-wrap button.active::after {
  background-color: #FB312E;
}
.labs-wrap .sub-wrap .product-v2024 .state-wrap button::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background-color: #C3C3C3;
  transition: background-color 0.25s;
}
.labs-wrap .sub-wrap .product-v2024 .v2024-box > li {
  display: none;
}
.labs-wrap .sub-wrap .product-v2024 .v2024-box > li.active {
  display: block;
}
.labs-wrap .sub-wrap .product-v2024 .product-item {
  display: none;
}
.labs-wrap .sub-wrap .product-v2024 .product-item.active {
  display: block;
}
.labs-wrap .sub-wrap .product-v2024 .product-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  padding-top: 34px;
}
.labs-wrap .sub-wrap .product-v2024 .product-image {
  width: 794px;
  position: relative;
  margin-right: 48px;
}
.labs-wrap .sub-wrap .product-v2024 .product-image > img {
  width: 100%;
}
.labs-wrap .sub-wrap .product-v2024 .product-image .reaction_view {
  width: 75%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none; /*background-color: beige;*/
}
.labs-wrap .sub-wrap .product-v2024 .product-image .reaction_view .reaction {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.labs-wrap .sub-wrap .product-v2024 .product-cont {
  width: 516px;
  max-width: 100%;
  position: relative;
}
.labs-wrap .sub-wrap .product-v2024 .product-cont > img {
  position: absolute;
}
.labs-wrap .sub-wrap .product-v2024 .product-cont h4 {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -0.32px;
}
.labs-wrap .sub-wrap .product-v2024 .product-cont .more-button {
  padding-top: 30px;
}
.labs-wrap .sub-wrap .product-v2024 .product-cont .more-button .btn, .labs-wrap .sub-wrap .product-v2024 .product-cont .more-button .btn:active, .labs-wrap .sub-wrap .product-v2024 .product-cont .more-button .btn:focus, .labs-wrap .sub-wrap .product-v2024 .product-cont .more-button .btn:hover {
  background-color: #FD312E;
}
.labs-wrap .sub-wrap .product-v2024 .product-cont .more-button .btn.size-m {
  padding: 7px 24px;
  border-radius: 70px;
}
.labs-wrap .sub-wrap .product-v2024 .product-cont .more-button .btn:nth-child(n+2) {
  margin-left: 12px;
}
.labs-wrap .sub-wrap .product-v2024 .product-item[data-product=duobo] .product-cont > img {
  width: 404px;
  top: -79px;
}
.labs-wrap .sub-wrap .product-v2024 .product-item[data-product=bon1] .product-cont > img {
  width: 431px;
  top: -128px;
}
.labs-wrap .sub-wrap .product-v2024 .product-item[data-product=dukebox] .product-cont > img {
  width: 500px;
  top: -79px;
}
.labs-wrap .sub-wrap .product-v2024 .product-item[data-product=bon2] .product-cont > img {
  width: 426px;
  top: -127px;
}
.labs-wrap .sub-wrap .product-v2024 .product-item[data-product=brid] .product-cont > img {
  width: 441px;
  top: -77px;
}
.labs-wrap .sub-wrap .product-v2024 .product-item[data-product=pluspot] .product-cont > img {
  width: 483px;
  top: -91px;
}
.labs-wrap .sub-wrap .product-v2024 .product-item[data-product=monshoecl] .product-cont > img {
  width: 489px;
  top: -95px;
}
.labs-wrap .sub-wrap .product-v2024 .done-info {
  width: 120px;
  height: 199px;
  position: relative;
  margin-top: -134px;
  cursor: pointer;
  z-index: 10;
}
.labs-wrap .sub-wrap .product-v2024 .done-info .label-tag {
  width: 100%;
  height: 100%;
  background: url("../images/product-done-bg-pc.png") 50% 50%/100% 100% no-repeat;
}
.labs-wrap .sub-wrap .product-v2024 .done-info .more-message {
  min-width: 404px;
  position: absolute;
  top: 100%;
  right: -80px;
  padding: 45px 24px 20px 32px;
  line-height: 26px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
  background: url("../images/product-done-info-pc.png") 50% 50%/100% 100% no-repeat;
}
.labs-wrap .sub-wrap .product-v2024 .done-info .more-message .close-button {
  width: 11px;
  height: 10px;
  position: absolute;
  top: 3px;
  right: 3px;
  display: none;
  padding:10px;
  box-sizing: content-box;
  background: url("../images/more-message-close-button.png") 50% 50%/11px 10px no-repeat;
}
.labs-wrap .sub-wrap .product-v2024 .done-info .more-message p {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.labs-wrap .sub-wrap .product-v2024 .done-info .more-message b {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.labs-wrap .sub-wrap .product-v2024 .done-info .more-message .icon {
  vertical-align: top;
}
.labs-wrap .sub-wrap .product-v2024 .done-info .more-message .icon.margin-center {
  margin-top: -6px;
}
.labs-wrap .sub-wrap .product-v2024 .done-info.active_pc .more-message {
  opacity: 1;
  visibility: inherit;
}
.labs-wrap .sub-wrap .product-v2024 .done-info.active_mo .more-message {
  opacity: 1;
  visibility: inherit;
}
.labs-wrap .sub-wrap .product-v2024 .done-info.active_mo .label-tag {
  background-image: url("../images/product-done-bg-dim-mo.png");
}
.labs-wrap .sub-wrap .product-v2024 .mo-bg-dim {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #000;
  z-index: 3;
}
.labs-wrap .sub-wrap .product-v2024 .mo-bg-dim.active_mo {
  opacity: 0.6;
  visibility: inherit;
}
.labs-wrap .sub-wrap .product-v2024 .reaction_wrap {
  padding-top: 10px;
  text-align: center;
}
.labs-wrap .sub-wrap .product-v2024 .reaction_wrap button {
  position: relative;
  padding: 10px 24px 10px 60px;
  color: #000;
  border-radius: 70px;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -0.32px;
  background-color: #F0ECE4;
}
.labs-wrap .sub-wrap .product-v2024 .reaction_wrap button:nth-of-type(n+2) {
  margin-left: 9px;
}
.labs-wrap .sub-wrap .product-v2024 .reaction_wrap button.max_btn::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  background: url("../images/reaction-max.png") 50% 50%/100% 100% no-repeat;
}
.labs-wrap .sub-wrap .product-v2024 .reaction_wrap button.style_btn::before {
  content: "";
  width: 26px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
  background: url("../images/reaction-style.png") 50% 50%/100% 100% no-repeat;
}
.labs-wrap .sub-wrap .product-v2024 .reaction_wrap button.worry_btn::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
  background: url("../images/reaction-worry.png") 50% 50%/100% 100% no-repeat;
}
.labs-wrap .sub-wrap .product-v2024 .reaction_wrap button.certainly_btn::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  background: url("../images/reaction-certainly.png") 50% 50%/100% 100% no-repeat;
}
.labs-wrap .sub-wrap .product-v2024 .product-button {
  display: flex;
  justify-content: center;
  padding: 80px 0;
}
.labs-wrap .sub-wrap .product-v2024 .product-button .items {
  width: 152px;
  height: 152px;
  border-radius: 10px;
  box-sizing: content-box;
  overflow: hidden;
  border: 4px solid transparent;
  transition: border-color 0.25s;
}
.labs-wrap .sub-wrap .product-v2024 .product-button .items.active {
  border-color: #FD312E;
}
.labs-wrap .sub-wrap .product-v2024 .product-button .items:nth-of-type(n+2) {
  margin-left: 16px;
}
.labs-wrap .sub-wrap .product-v2024 .product-button .items button {
  width: 100%;
  height: 100%;
}
.labs-wrap .sub-wrap .product-v2024 .product-button .items button > img {
  max-width: 100%;
}
.labs-wrap .sub-wrap .make-lab-wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.labs-wrap .sub-wrap .make-lab-banner {
  height: 1040px;
  position: relative;
  margin-top: -112px;
  overflow: hidden;
}
.labs-wrap .sub-wrap .make-lab-banner .swiper-wrapper {
  height: 100% !important;
}
.labs-wrap .sub-wrap .make-lab-banner .swiper-slide {
  height: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.125s;
}
.labs-wrap .sub-wrap .make-lab-banner .swiper-slide.active {
  opacity: 1;
  visibility: inherit;
}
.labs-wrap .sub-wrap .make-lab-banner .swiper-slide.active .center {
  animation: makeLabsOpacity 0.25s 0.125s 1 ease normal both;
}
.labs-wrap .sub-wrap .make-lab-banner .swiper-slide.active .item:nth-of-type(3) {
  animation: makeLabsOpacity 0.5s 0.25s 1 ease normal both;
}
.labs-wrap .sub-wrap .make-lab-banner .swiper-slide.active .item:nth-of-type(1) {
  animation: makeLabsOpacity 0.5s 0.375s 1 ease normal both;
}
.labs-wrap .sub-wrap .make-lab-banner .swiper-slide.active .item:nth-of-type(4) {
  animation: makeLabsOpacity 0.5s 0.5s 1 ease normal both;
}
.labs-wrap .sub-wrap .make-lab-banner .swiper-slide.active .item:nth-of-type(2) {
  animation: makeLabsOpacity 0.5s 0.625s 1 ease normal both;
}
.labs-wrap .sub-wrap .make-lab-banner .swiper-slide.active .item:nth-of-type(7) {
  animation: makeLabsOpacity 0.5s 0.75s 1 ease normal both;
}
.labs-wrap .sub-wrap .make-lab-banner .swiper-slide.active .item:nth-of-type(5) {
  animation: makeLabsOpacity 0.5s 0.875s 1 ease normal both;
}
.labs-wrap .sub-wrap .make-lab-banner .swiper-slide.active .item:nth-of-type(6) {
  animation: makeLabsOpacity 0.5s 1s 1 ease normal both;
}
.labs-wrap .sub-wrap .make-lab-banner .item, .labs-wrap .sub-wrap .make-lab-banner .center {
  position: absolute;
  left: 50%;
}
.labs-wrap .sub-wrap .make-lab-banner .item img, .labs-wrap .sub-wrap .make-lab-banner .center img {
  width: 100%;
}
.labs-wrap .sub-wrap .make-lab-banner .duobo .center {
  top: 230px;
  margin-left: -302px;
  z-index: 2;
}
.labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(1) {
  top: 50%;
  left: 50%;
  margin: -400px 0 0 -850px;
}
.labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(1)::before {
  content: "";
  width: 81px;
  height: 98px;
  position: absolute;
  top: -30px;
  left: 150px;
  background: url("../images/make-lab-duobo-01-deco-pc.png") 50% 50%/100% 100% no-repeat;
}
.labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(2) {
  top: 50%;
  margin: -124px 0 0 -650px;
}
.labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(4) {
  top: 50%;
  margin: 130px 0 0 -890px;
}
.labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(5) {
  top: 50%;
  margin: -372px 0 0 270px;
}
.labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(6) {
  top: 50%;
  margin: -32px 0 0 290px;
}
.labs-wrap .sub-wrap .make-lab-banner .dukebox .center {
  top: 230px;
  left: 50%;
  margin-left: -302px;
  z-index: 2;
}
.labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(1) {
  top: 50%;
  margin: -304px 0 0 -840px;
}
.labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(2) {
  top: 50%;
  margin: 39px 0 0 -790px;
}
.labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(4) {
  top: 50%;
  margin: -438px 0 0 420px;
}
.labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(5) {
  top: 50%;
  margin: -142px 0 0 180px;
}
.labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(6) {
  top: 50%;
  margin: 76px 0 0 290px;
}
.labs-wrap .sub-wrap .make-lab-banner .bon .center {
  top: 230px;
  left: 50%;
  margin-left: -380px;
  z-index: 2;
}
.labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(1) {
  top: 50%;
  margin: -485px 0 0 -874px;
}
.labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(2) {
  top: 50%;
  margin: -166px 0 0 -880px;
}
.labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(4) {
  top: 50%;
  margin: 114px 0 0 -940px;
}
.labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(5) {
  top: 50%;
  margin: -334px 0 0 320px;
}
.labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(6) {
  top: 50%;
  margin: 62px 0 0 320px;
}
.labs-wrap .sub-wrap .make-lab-banner .labs .center {
  top: 270px;
  left: 50%;
  margin-left: -208px;
  z-index: 2;
}
.labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(1) {
  top: 50%;
  margin: -458px 0 0 -640px;
}
.labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(2) {
  top: 50%;
  margin: -177px 0 0 -750px;
}
.labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(3) {
  top: 50%;
  margin: -4px 0 0 -724px;
}
.labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(5) {
  top: 50%;
  margin: -438px 0 0 190px;
}
.labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(6) {
  top: 50%;
  margin: -160px 0 0 280px;
}
.labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(7) {
  top: 50%;
  margin: 108px 0 0 40px;
}
.labs-wrap .sub-wrap .make-lab-banner .swiper-controller {
  position: absolute;
  left: 50%;
  bottom:24px;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
}
.labs-wrap .sub-wrap .make-lab-banner .swiper-button-control{
  width: 24px;
  height: 24px;
  background:url(../images/swiper_control_play.svg) no-repeat center center / contain;
}
.labs-wrap .sub-wrap .make-lab-banner .swiper-button-control[aria-pressed="true"] {
  background:url(../images/swiper_control_pause.svg) no-repeat center center / contain;
}

.labs-wrap .sub-wrap .make-lab-banner .swiper-pagination {
  /* width: 100%;
  bottom: 24px; */
  width: auto;
  position: static;
  display: flex;
  gap: 6px;
  /* margin:0 -6px; */
}
.labs-wrap .sub-wrap .make-lab-banner .swiper-pagination .swiper-pagination-bullet {
  /* width: 12px;
  height: 12px;
  margin: 0 6px;
  box-sizing: content-box;
  border-radius: 66px;
  background-color: #767676;
  transition: width 0.25s;
  opacity: 1; */
  width:auto;
  height:auto;
  background:none;
  opacity:1;
  padding:3px;
  margin:0;
  border-radius:0;
}
.labs-wrap .sub-wrap .make-lab-banner .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 .sub-wrap .make-lab-banner .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 29px;
  background-color: #0F0F0F;
}

.labs-wrap .sub-wrap .make-lab-banner .swiper-button-prev,
.labs-wrap .sub-wrap .make-lab-banner .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 .sub-wrap .make-lab-banner .swiper-button-prev img,
.labs-wrap .sub-wrap .make-lab-banner .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 .sub-wrap .make-lab-banner .swiper-button-prev {
  left: 234px;
}
.labs-wrap .sub-wrap .make-lab-banner .swiper-button-next {
  right: 234px;
}

/* 2024.10.17 추가 */
/* 2024.09.19 campaign-product, challenge-box 삭제 */
/* 2024.09.19 ground220-wrap 삭제 */
@media screen and (max-width: 1780px) {
  /* make-lab-banner 으로 인해 1780px 생성 */
  .labs-wrap .sub-wrap .product-v2024 .done-info {
    width:90px;
    height:170px;
  }
  .labs-wrap .sub-wrap .make-lab-banner {
    height: 940px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .center {
    width: 465px;
    margin-left: -272px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(1) {
    width: 426px;
    margin: -365px 0 0 -650px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(2) {
    width: 280px;
    margin-left: -480px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(4) {
    width: 408px;
    margin: 71px 0 0 -690px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(5) {
    width: 378px;
    margin: -342px 0 0 200px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(6) {
    width: 476px;
    margin: -62px 0 0 240px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .center {
    width: 450px;
    margin-left: -222px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(1) {
    width: 440px;
    margin: -274px 0 0 -650px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(2) {
    width: 360px;
    margin: 9px 0 0 -550px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(4) {
    width: 298px;
    margin: -338px 0 0 330px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(5) {
    width: 350px;
    margin: -152px 0 0 150px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(6) {
    width: 490px;
    margin: 16px 0 0 220px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .center {
    width: 644px;
    margin-left: -330px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(1) {
    width: 380px;
    margin: -405px 0 0 -650px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(2) {
    width: 396px;
    margin: -145px 0 0 -630px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(4) {
    width: 390px;
    margin: 74px 0 0 -690px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(5) {
    width: 366px;
    margin: -283px 0 0 250px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(6) {
    width: 496px;
    margin: 12px 0 0 270px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .center {
    width: 338px;
    margin-left: -169px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(1) {
    width: 362px;
    margin: -358px 0 0 -510px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(2) {
    width: 424px;
    margin: -154px 0 0 -610px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(3) {
    width: 578px;
    margin-left: -624px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(5) {
    width: 412px;
    margin: -348px 0 0 100px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(6) {
    width: 466px;
    margin: -140px 0 0 180px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(7) {
    width: 364px;
    margin: 88px 0 0 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .swiper-button-prev {left:10px;}
  .labs-wrap .sub-wrap .make-lab-banner .swiper-button-next {right:10px;}
}
@media screen and (max-width: 1460px) {
  .labs-wrap .sub-wrap .experiment_wrap::before {
    left: -100px;
  }
  .labs-wrap .sub-wrap .experiment_wrap::after {
    right: -100px;
  }
  .labs-wrap .sub-wrap .product-v2024 .state-wrap {
    width: 768px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-box {
    justify-content: center;
    padding-top: 55px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-image {
    max-width: 45%;
    margin-right: 20px;
  }
  .labs-wrap .sub-wrap .product-v2024 .done-info {
    width: 80px;
    height: 149px;
  }
  .labs-wrap .sub-wrap .make-lab-banner {
    height: 860px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .center {
    width: 365px;
    margin-left: -202px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(1) {
    width: 376px;
    margin: -325px 0 0 -550px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(2) {
    width: 228px;
    margin: -104px 0 0 -380px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(4) {
    width: 358px;
    margin-left: -590px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(5) {
    width: 328px;
    margin: -312px 0 0 160px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(6) {
    width: 428px;
    margin-left: 180px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .center {
    width: 400px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(1) {
    width: 390px;
    margin-left: -540px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(2) {
    width: 312px;
    margin-left: -500px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(4) {
    width: 248px;
    margin: -308px 0 0 240px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(5) {
    width: 298px;
    margin: -122px 0 0 120px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(6) {
    width: 440px;
    margin-left: 160px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .center {
    width: 563px;
    margin-left: -300px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(1) {
    width: 329px;
    margin: -345px 0 0 -550px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(2) {
    width: 346px;
    margin: -115px 0 0 -550px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(4) {
    width: 338px;
    margin-left: -590px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(5) {
    width: 316px;
    margin: -263px 0 0 170px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(6) {
    width: 426px;
    margin: -18px 0 0 226px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .center {
    width: 288px;
    margin-left: -144px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(1) {
    width: 312px;
    margin: -308px 0 0 -410px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(2) {
    width: 324px;
    margin: -127px 0 0 -550px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(3) {
    width: 528px;
    margin: -11px 0 0 -534px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(5) {
    width: 362px;
    margin: -298px 0 0 50px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(6) {
    width: 416px;
    margin-left: 100px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(7) {
    width: 314px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .labs-wrap .sub-wrap .experiment_wrap::before {
    left: -230px;
  }
  .labs-wrap .sub-wrap .experiment_wrap::after {
    right: -230px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-cont {
    width: 416px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=duobo] .product-cont > img {
    width: 340px;
    top: -73px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=bon1] .product-cont > img {
    width: 331px;
    top: -92px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=dukebox] .product-cont > img {
    width: 400px;
    top: -58px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=bon2] .product-cont > img {
    width: 356px;
    top: -98px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=brid] .product-cont > img {
    width: 381px;
    top: -69px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=pluspot] .product-cont > img {
    width: 393px;
    top: -69px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=monshoecl] .product-cont > img {
    width: 409px;
    top: -74px;
  }
  .labs-wrap .sub-wrap .product-v2024 .done-info {
    width: 70px;
    height: 129px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(1) {
    margin-left: -490px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(2) {
    margin-left: -330px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(4) {
    margin-left: -500px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(5) {
    margin-left: 92px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(6) {
    margin-left: 120px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(1) {
    margin-left: -520px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(2) {
    margin-left: -480px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(4) {
    width: 260px;
    margin-left: 190px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(5) {
    margin: -106px 0 0 100px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(6) {
    margin: 36px 0 0 136px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .center {
    width: 544px;
    margin-left: -290px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(1) {
    margin-left: -540px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(2) {
    margin-left: -490px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(4) {
    margin-left: -540px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(5) {
    margin: -240px 0 0 110px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(6) {
    width: 426px;
    margin-left: 150px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .center {
    width: 288px;
    margin-left: -144px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(1) {
    margin-left: -380px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(2) {
    margin-left: -504px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(6) {
    margin-left: 130px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(7) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .labs-wrap .sub-wrap .only-pc {
    display: none !important;
  }
  .labs-wrap .sub-wrap .only-tb {
    display: block !important;
  }
  .labs-wrap .sub-wrap .only-mo {
    display: block !important;
  }
  /* 2024.09.19 campaign-concert, challenge-box 삭제 */
  .labs-wrap .sub-wrap .experiment_wrap::before {
    left: -300px;
  }
  .labs-wrap .sub-wrap .experiment_wrap::after {
    right: -300px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-cont {
    width: 266px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-cont h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=duobo] .product-cont > img {
    width: 214px;
    top: -46px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=bon1] .product-cont > img {
    width: 231px;
    top: -69px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=dukebox] .product-cont > img {
    width: 260px;
    top: -42px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=bon2] .product-cont > img {
    width: 230px;
    top: -68px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=brid] .product-cont > img {
    width: 240px;
    top: -45px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=pluspot] .product-cont > img {
    width: 243px;
    top: -45px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=monshoecl] .product-cont > img {
    width: 255px;
    top: -48px;
  }
  .labs-wrap .sub-wrap .make-lab-banner {
    height: 630px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .center {
    width: 316px;
    top: 220px;
    margin-left: -132px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(1) {
    width: 330px;
    margin: -180px 0 0 -380px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(1)::before {
    content: none;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(2) {
    width: 330px;
    margin: -40px 0 0 -450px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(4) {
    width: 330px;
    margin: 80px 0 0 -360px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(5) {
    width: 330px;
    margin: -178px 0 0 56px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(6) {
    width: 330px;
    margin: -30px 0 0 40px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .center {
    width: 340px;
    margin-left: -174px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(1) {
    width: 330px;
    margin: -150px 0 0 -370px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(2) {
    width: 330px;
    margin: 9px 0 0 -416px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(4) {
    width: 330px;
    margin: -230px 0 0 50px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(5) {
    width: 330px;
    margin-top: -95px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(6) {
    width: 330px;
    margin: 19px 0 0 36px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .center {
    width: 380px;
    margin-left: -194px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(1) {
    width: 330px;
    margin: -209px 0 0 -350px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(2) {
    width: 330px;
    margin: -76px 0 0 -384px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(4) {
    width: 330px;
    margin: 150px 0 0 -414px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(5) {
    width: 330px;
    margin: -206px 0 0 50px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(6) {
    width: 330px;
    margin: 30px 0 0 74px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(1) {
    width: 330px;
    margin: -190px 0 0 -330px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(2) {
    width: 330px;
    margin: -60px 0 0 -404px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(3) {
    width: 330px;
    margin: 41px 0 0 -320px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(5) {
    width: 330px;
    margin: -160px 0 0 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(6) {
    width: 330px;
    margin: -20px 0 0 90px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(7) {
    width: 330px;
    margin: 90px 0 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .labs-wrap .sub-wrap .only-pc2 {
    display: none;
  }
  .labs-wrap .sub-wrap .only-mo2 {
    display: block;
  }
  .labs-wrap .popup .only-pc {
    display: none;
  }
  .labs-wrap .popup .only-mo {
    display: inline-block;
  }
  /* 2024.09.19 ground220-wrap 삭제 */
  /* 2024.11.26 wow-wrap .tit-box 삭제 */
  .labs-wrap .indicator-button li {
    height: 52px;
  }
  .labs-wrap .indicator-button li button {
    font-size: 14px;
    line-height: 18px;
  }
  .labs-wrap .indicator-button li button span {
    font-size: 10px;
    line-height: 14px;
  }
  .labs-wrap .sub-wrap {
    background-size: contain;
    background-image: url("../images/campaign-tab-mo-bg.jpg");
  }
  .labs-wrap .sub-wrap .title-box {
    padding-top: 20px;
  }
  .labs-wrap .sub-wrap .title-box p {
    line-height: 22px;
  }
  .labs-wrap .sub-wrap .title-box h3 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .labs-wrap .sub-wrap .title-box h3::before {
    width: 196px;
    height: 31px;
  }
  .labs-wrap .sub-wrap .title-box span {
    padding-top: 16px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
  }
  .labs-wrap .sub-wrap .experiment_wrap {
    padding: 0;
  }
  .labs-wrap .sub-wrap .experiment_wrap::before, .labs-wrap .sub-wrap .experiment_wrap::after {
    content: none;
  }
  .labs-wrap .sub-wrap .product-v2024 .state-wrap {
    max-width: 100%;
    gap: 20px;
    padding: 10px 55px 0;
  }
  .labs-wrap .sub-wrap .product-v2024 .state-wrap button {
    width: calc(50% - 10px);
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .labs-wrap .sub-wrap .product-v2024 .state-wrap button::after {
    height: 3px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-box {
    position: relative;
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 23px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-image {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 31px;
    overflow: hidden;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-image .reaction_view {
    width: 120%;
    height: 110%;
    top: -40px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=duobo] .product-cont > img {
    width: 174px;
    top: auto;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=bon1] .product-cont > img {
    width: 188px;
    top: auto;
    bottom: 49px;
    left: 50%;
    transform: translateX(-50%);
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=dukebox] .product-cont > img {
    width: 218px;
    top: auto;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=bon2] .product-cont > img {
    width: 184px;
    top: auto;
    bottom: 53px;
    left: 50%;
    transform: translateX(-50%);
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=brid] .product-cont > img {
    width: 194px;
    top: auto;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=pluspot] .product-cont > img {
    width: 208px;
    top: auto;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
  .labs-wrap .sub-wrap .product-v2024 .product-item[data-product=monshoecl] .product-cont > img {
    width: 207px;
    top: auto;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
  .labs-wrap .sub-wrap .product-v2024 .product-cont h4 {
    padding-top: 77px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-cont .more-button {
    width: 100%;
    position: absolute;
    padding-top: 60.6vw;
    text-align: center;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-cont .more-button .btn.size-m {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 13px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-cont .more-button .btn:nth-child(n+2) {
    margin-left: 7px;
  }
  .labs-wrap .sub-wrap .product-v2024 .done-info {
    width: 35px;
    height: 58px;
    position: absolute;
    top: 35px;
    left: 50%;
    margin: 0 0 0 118px;
  }
  .labs-wrap .sub-wrap .product-v2024 .done-info .more-message {
    min-width: 296px;
    position: fixed;
    top: 50%;
    right: auto;
    left: 50%;
    margin-right: -41px;
    padding: 16px 40px 16px 20px;
    border: 1px solid #000;
    border-radius: 12px;
    line-height: 20px;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    background-image: none;
  }
  .labs-wrap .sub-wrap .product-v2024 .done-info .more-message .close-button {
    display: block;
  }
  .labs-wrap .sub-wrap .product-v2024 .done-info .more-message p {
    font-size: 14px;
  }
  .labs-wrap .sub-wrap .product-v2024 .done-info .more-message b {
    font-size: 14px;
  }
  .labs-wrap .sub-wrap .product-v2024 .done-info .more-message .icon {
    vertical-align: middle;
  }
  .labs-wrap .sub-wrap .product-v2024 .done-info .more-message .icon.margin-center {
    margin-top: 0;
  }
  .labs-wrap .sub-wrap .product-item[data-product=brid] .more-message p .icon {
    width: 22px;
  }
  .labs-wrap .sub-wrap .product-item[data-product=brid] .more-message b .icon {
    width: 36px;
  }
  .labs-wrap .sub-wrap .product-item[data-product=pluspot] .more-message p .icon {
    width: 37px;
  }
  .labs-wrap .sub-wrap .product-item[data-product=pluspot] .more-message b .icon {
    width: 19px;
  }
  .labs-wrap .sub-wrap .product-item[data-product=monshoecl] .more-message b:nth-of-type(1) .icon:nth-of-type(2) {
    width: 15px;
  }
  .labs-wrap .sub-wrap .product-item[data-product=monshoecl] .more-message b:nth-of-type(3) .icon {
    width: 16px;
  }
  .labs-wrap .sub-wrap .product-item[data-product=monshoecl] .more-message p .icon:nth-of-type(1) {
    width: 13px;
  }
  .labs-wrap .sub-wrap .product-item[data-product=monshoecl] .more-message p .icon:nth-of-type(2) {
    width: 14px;
  }
  .labs-wrap .sub-wrap .product-v2024 .reaction_wrap {
    padding-top: 30px;
  }
  .labs-wrap .sub-wrap .product-v2024 .reaction_wrap button {
    padding: 9px 10px 9px 31px;
    font-size: 12px;
    line-height: 11px;
  }
  .labs-wrap .sub-wrap .product-v2024 .reaction_wrap button:nth-of-type(n+2) {
    margin-left: 5px;
  }
  .labs-wrap .sub-wrap .product-v2024 .reaction_wrap button.max_btn::before {
    width: 15px;
    height: 14px;
    left: 10px;
  }
  .labs-wrap .sub-wrap .product-v2024 .reaction_wrap button.style_btn::before {
    width: 13px;
    height: 13px;
    left: 10px;
  }
  .labs-wrap .sub-wrap .product-v2024 .reaction_wrap button.worry_btn::before {
    width: 15px;
    height: 14px;
    left: 10px;
  }
  .labs-wrap .sub-wrap .product-v2024 .reaction_wrap button.certainly_btn::before {
    width: 15px;
    height: 15px;
    left: 10px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-button {
    padding-top: 25px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-button .items {
    width: 70px;
    height: 70px;
  }
  .labs-wrap .sub-wrap .product-v2024 .product-button .items:nth-of-type(n+2) {
    margin-left: 8px;
  }
  .labs-wrap .sub-wrap .make-lab-banner {
    height: auto;
    margin-top: 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .swiper-controller {
    bottom: 0;
    gap: 16px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .swiper-pagination {
    /* bottom: 19px; */
    /* margin:0 -4px; */
  }
  .labs-wrap .sub-wrap .make-lab-banner .swiper-pagination > li {
    padding: 0 4px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .swiper-pagination .swiper-pagination-bullet {
    /* width: 7px;
    height: 7px;
    margin: 0 4px; */
  }
  .labs-wrap .sub-wrap .make-lab-banner .swiper-pagination .swiper-pagination-bullet-active {
    /* width: 20px; */
  }
  .labs-wrap .sub-wrap .make-lab-banner .swiper-button-prev,
  .labs-wrap .sub-wrap .make-lab-banner .swiper-button-next {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .swiper-button-prev {
    left: 12px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .swiper-button-next {
    right: 12px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo {
    display: flex;
    flex-direction: column;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(1) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 0;
    padding: 7px 55px 0 54px;
    margin: 0 auto;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(2) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 3;
    padding: 0 29px 0 54px;
    margin: -16px auto 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(4) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 4;
    padding: 0 55px 0 39px;
    margin: -20px auto 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(5) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 1;
    padding: 0 47px 0 32px;
    margin: -16px auto 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .item:nth-of-type(6) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 5;
    padding: 0 55px 52px 54px;
    margin: -46px auto 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .duobo .center {
    width: auto;
    max-width: 100%;
    position: static;
    order: 2;
    padding: 26px 41px 0 31px;
    margin: 0 auto;
    z-index: auto;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox {
    display: flex;
    flex-direction: column;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(1) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 3;
    padding: 0 38px 0 55px;
    margin: -39px auto 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(2) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 5;
    padding: 0 55px 0 22px;
    margin: -26px auto 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(4) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 0;
    padding: 9px 55px 0 54px;
    margin: 0 auto;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(5) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 1;
    padding: 0 55px 0 18px;
    margin: -30px auto 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .item:nth-of-type(6) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 4;
    padding: 0 36px 0 54px;
    margin: -26px auto 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .dukebox .center {
    width: auto;
    max-width: 100%;
    position: static;
    order: 2;
    padding: 22px 43px 0 34px;
    margin: 0 auto;
    z-index: auto;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon {
    display: flex;
    flex-direction: column;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(1) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 0;
    padding: 7px 55px 0 54px;
    margin: 0 auto;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(2) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 3;
    padding: 0 55px 0 54px;
    margin: -22px auto 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(4) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 5;
    padding: 0 30px 0 54px;
    margin: -29px auto 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(5) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 1;
    padding: 0 55px 0 54px;
    margin: -19px auto 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .item:nth-of-type(6) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 4;
    padding: 0 55px 0 41px;
    margin: -31px auto 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .bon .center {
    width: auto;
    max-width: 100%;
    position: static;
    order: 2;
    padding: 26px 43px 0 22px;
    margin: 0 auto;
    z-index: auto;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs {
    display: flex;
    flex-direction: column;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(1) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 0;
    padding: 15px 55px 0 54px;
    margin: 0 auto;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(2) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 6;
    padding: 0 54px 0 55px;
    margin: -14px auto 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(3) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 2;
    padding: 0 39px 0 55px;
    margin: -28px auto 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(5) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 1;
    padding: 0 54px 0 30px;
    margin: -29px auto 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(6) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 4;
    padding: 0 54px 0 55px;
    margin: -2px auto 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .item:nth-of-type(7) {
    width: auto;
    max-width: 100%;
    position: static;
    order: 5;
    padding: 0 24px 0 55px;
    margin: -20px auto 0;
  }
  .labs-wrap .sub-wrap .make-lab-banner .labs .center {
    width: auto;
    max-width: 100%;
    position: static;
    order: 3;
    padding: 0 20px 0 23px;
    margin: 0 auto;
    z-index: auto;
  }
  /* 2024.09.19 campaign-product, campaign-concert, challenge-box 삭제 */
  /* 2024.09.19 ground220-wrap 삭제 */
}
@media screen and (max-width: 610px) {
  .labs-wrap .sub-wrap .product-v2024 .product-cont .more-button {
    padding-top: 58vw;
  }
}
@media screen and (max-width: 510px) {
  .labs-wrap .sub-wrap .product-v2024 .product-cont .more-button {
    padding-top: 55vw;
  }
  .labs-wrap .sub-wrap .make-lab-banner .item .margin-center {
    width: 18px;
    margin-top: -3px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .item .icon-group {
    width: 38px;
  }
}
@media screen and (max-width: 414px) {
  .labs-wrap .sub-wrap .make-lab-banner .item .margin-center {
    width: 14px;
    margin-top: -3px;
  }
  .labs-wrap .sub-wrap .make-lab-banner .item .icon-group {
    width: 30px;
  }
}
/* 2024.07.26 wow-wrap, sub-wrap, ground220-wrap 추가 */
/*# sourceMappingURL=../../map/LAB0003.css.map */
