:root{
  --size-2: clamp(1px, 0.26667vw, 2px);
  --size-4: clamp(1.49334px, 0.53334vw, 4px);
  --size-6: clamp(2.24px, 0.8vw, 6px);
  --size-8: clamp(2.98667px, 1.06667vw, 8px);
  --size-10: clamp(3.73334px, 1.33334vw, 10px);
  --size-12: clamp(4.48px, 1.6vw, 12px);
  --size-14: clamp(5.22667px, 1.86667vw, 14px);
  --size-15: clamp(5.6px, 2vw, 15px);
  --size-16: clamp(5.97334px, 2.13334vw, 16px);
  --size-20: clamp(7.46667px, 2.66667vw, 20px);
  --size-21: clamp(7.84px, 2.8vw, 21px);
  --size-22: clamp(8.21334px, 2.93334vw, 22px);
  --size-23: clamp(8.58667px, 3.06667vw, 23px);
  --size-24: clamp(8.96px, 3.2vw, 24px);
  --size-25: clamp(9.33334px, 3.33334vw, 25px);
  --size-27: clamp(10.08px, 3.6vw, 27px);
  --size-28: clamp(10.45334px, 3.73334vw, 28px);
  --size-30: clamp(11.2px, 4vw, 30px);
  --size-32: clamp(11.94667px, 4.26667vw, 32px);
  --size-33: clamp(12.32px, 4.4vw, 33px);
  --size-34: clamp(12.69334px, 4.53334vw, 34px);
  --size-36: clamp(13.44px, 4.8vw, 36px);
  --size-38: clamp(14.18667px, 5.06667vw, 38px);
  --size-40: clamp(14.93334px, 5.33334vw, 40px);
  --size-41: clamp(15.30667px, 5.46667vw, 41px);
  --size-42: clamp(15.68px, 5.6vw, 42px);
  --size-48: clamp(17.92px, 6.4vw, 48px);
  --size-49: clamp(18.29334px, 6.53334vw, 49px);
  --size-50: clamp(18.66667px, 6.66667vw, 50px);
  --size-52: clamp(19.41334px, 6.93334vw, 52px);
  --size-54: clamp(20.16px, 7.2vw, 54px);
  --size-56: clamp(20.90667px, 7.46667vw, 56px);
  --size-58: clamp(21.65334px, 7.73334vw, 58px);
  --size-60: clamp(22.4px, 8vw, 60px);
  --size-62: clamp(23.14667px, 8.26667vw, 62px);
  --size-64: clamp(23.89334px, 8.53334vw, 64px);
  --size-74: clamp(27.62667px, 9.86667vw, 74px);
  --size-100: clamp(37.33334px, 13.33334vw, 100px);
}

picture{
  width: fit-content;
  height: fit-content;
  display: inline-block;
}
strong{
  font-weight: 700;
}

.event-disposer{
  color: #011A1A;
}

.event-disposer > .content-wrap{
  max-width: 750px;
  min-width: 280px;
  margin: 0 auto;
}

.section-hero{
  height: clamp(479.36px, 171.2vw, 1284px);
  background: url(/resources/images/event/event-disposer/mo/hero-bg.png) no-repeat center center / cover;
}
.hero__content{
  padding: clamp(44.05334px, 15.73334vw, 118px) 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero__content *{
  font-family: "Paperlogy";
}
.hero__title1{
  font-size: var(--size-58);
  line-height: 1.03449;
  letter-spacing: -0.1em;
}
.hero__title1 span{
  position: relative;
}
.hero__title1 span::before{
  content: '';
  width: var(--size-8);
  height: var(--size-8);
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: clamp(-9px, -1.2vw, -3.36px);
  left: 50%;
  transform: translateX(-50%);
}
.hero__title2{
  font-size: var(--size-58);
  line-height: 1.03449;
}
.hero__title2 span{
  color: #20B161;
}
.hero__desc{
  margin: var(--size-15) 0 0;
  color: #0F763E;
  font-size: var(--size-30);
  font-weight: 500;
  letter-spacing: 0;
}

.section-best{
  background-color: #F6F7F9;
}
.best__content{
  padding: var(--size-100) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.best__content *{
  font-family: 'Pretendard', sans-serif;
}
.best__title{
  font-size: var(--size-54);
  line-height: var(--size-64);
  letter-spacing: -0.04em;
}
.best__title span{
  color: #0F8544;
}
.best__desc{
  margin: var(--size-6) 0 0;
  color: #000;
  opacity: 0.75;
  font-size: var(--size-32);
  font-weight: 500;
  line-height: var(--size-38);
  letter-spacing: -0.03em;
  text-align: center;
}
.best__badge{
  margin: var(--size-30) 0 var(--size-60);
  padding: var(--size-16) var(--size-32);
  border-radius: 999px;
  background-color: #fff;
  box-shadow: 0 0 var(--size-30) 0 #4D63DA4D;
  color: #3C50BF;
  font-size: var(--size-28);
  line-height: var(--size-34);
  letter-spacing: -0.03em;
}
.best__prod-list{
  width: 100%;
  padding: 0 var(--size-40);
  display: flex;
  flex-direction: column;
  row-gap: var(--size-42);
}
.best__prod-item{
  background-color: #fff;
  border-radius: var(--size-28);
}
.best__prod-link{
  width: 100%;
  padding: var(--size-30) var(--size-30) clamp(26.13334px, 9.33334vw, 70px);
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  row-gap: var(--size-30);
  position: relative;
  text-align: left;
}
.best__prod-video{
  height: clamp(141.86667px, 50.66667vw, 380px);
  border-radius: var(--size-28);
  overflow: hidden;
}
.best__prod-video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.best__prod-flag{
  width: clamp(38.08px, 13.6vw, 102px);
  height: clamp(38.08px, 13.6vw, 102px);
  padding: var(--size-20) 0 0;
  background: url(/resources/images/event/event-disposer/badge-flag-bg.png) no-repeat center center / 100% 100%;
  filter: drop-shadow(var(--size-2) var(--size-4) var(--size-12) #00000026);
  font-family: "Paperlogy";
  color: #fff;
  font-size: var(--size-28);
  line-height: 1;
  text-align: center;
  position: absolute;
  top: clamp(-12px, -1.6vw, -4.48px);
  right: var(--size-20);
}
.best__prod-flag span{
  color: inherit;
  font-size: var(--size-20);
}
.best__prod-badge{
  width: fit-content;
  margin: 0 0 var(--size-16);
  padding: var(--size-12) var(--size-16);
  border-radius: 999px;
  background-color: #D1F3CE;
  color: #0C5A2F;
  font-weight: 500;
  font-size: var(--size-22);
  line-height: var(--size-21);
}
.best__prod-desc{
  color: #5B5E67;
  font-weight: 500;
  font-size: var(--size-27);
  line-height: var(--size-32);
  letter-spacing: -0.02em;
}
.best__prod-name{
  margin: var(--size-6) 0 0;
  color: #19191A;
  font-size: var(--size-36);
  line-height: clamp(16.05334px, 5.73334vw, 43px);
  letter-spacing: -0.02em;
}
.best__prod-price-box{
  margin: var(--size-24) 0 0;
  padding: var(--size-21) var(--size-24);
  background-color: #F4F4F4;
  border-radius: var(--size-24);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.best__prod-price-before{
  color: #9D95A5;
  opacity: 0.8;
  font-weight: 700;
  font-size: var(--size-25);
  line-height: var(--size-30);
  letter-spacing: -0.02em;
  text-decoration: line-through;
}
.best__prod-price-after{
  color: #0E6435;
  font-size: var(--size-28);
  font-weight: 600;
  display: flex;
  align-items: center;
}
.best__prod-price-after-label{
  padding: 0 var(--size-16) 0 0;
  color: #5B5E67;
  opacity: 0.8;
}
.best__prod-price-after-price{
  padding: 0 var(--size-4);
  font-family: "Paperlogy";
  font-weight: 800;
  font-size: var(--size-42);
  line-height: var(--size-58);
}
.best__prod-price-after::after{
  content: '';
  display: inline-block;
  width: var(--size-50);
  height: var(--size-50);
  background: url(/resources/images/event/event-disposer/ic-arrow-right-gray.png) no-repeat center / cover;
}
.best__prod-price-noti{
  margin: var(--size-6) var(--size-4) var(--size-2) 0;
  text-align: right;
  color: #5B5E67;
  opacity: 0.8;
  font-size: var(--size-23);
  line-height: var(--size-30);
  letter-spacing: 0;
}
.best__prod-price-noti strong{
  color: #0E6435;
  opacity: inherit;
}
.best__btns-wrap{
  padding: 0 var(--size-30) var(--size-30);
  display: flex;
  column-gap: var(--size-12);
}
.best__btns-wrap [class*="best__btn-"]{
  flex: 1;
  height: clamp(32.85334px, 11.73334vw, 88px);
  border-radius: var(--size-24);
  color: #fff;
  font-weight: 700;
  font-size: var(--size-28);
}
.best__btn-consult{
  background-color: #031E40;
}
.best__btn-buy{
  background-color: #20B161;
}

.section-compare{
  height: clamp(582.4px, 208vw, 1560px);
  background: linear-gradient(179.78deg, #000000 -27.87%, #50DB8F 194.55%);
}
.section-compare *{
  font-family: 'Pretendard', sans-serif;
  text-align: center;
  white-space: nowrap;
}
.compare__content{
  padding: var(--size-100) 0 clamp(42.56px, 15.2vw, 114px);
}
.compare__title{
  color: #fff;
  font-size: var(--size-62);
  line-height: var(--size-74);
  letter-spacing: -0.04em;
}
.compare__title span{
  color: #10BB5D;
}
.compare__desc{
  color: #fff;
  font-weight: 600;
  font-size: var(--size-40);
  line-height: var(--size-48);
  letter-spacing: -0.03em;
  opacity: 0.75;
}
.compare__table-wrap{
  padding: clamp(64.96px, 23.2vw, 174px) 0 0;
  position: relative;
  background: url(/resources/images/event/event-disposer/mo/compare-products.png) no-repeat center top var(--size-74) / 100% var(--size-100);
}
.compare__table-wrap::before{
  content: '';
  display: block;
  width: 100%;
  height: 80%;
  background-color: #fff;
  position: absolute;
  top: clamp(64.96px, 23.2vw, 174px);
}
.compare__table-wrap .accent-card{
  width: 100%;
  height: clamp(116.48px, 41.6vw, 312px);
  background-color: #F3FFF8;
  border-radius: var(--size-12);
  border-top: var(--size-2) solid #20B161;
  border-bottom: var(--size-2) solid #20B161;
  box-shadow: 0 clamp(-6px, -0.8vw, -2.24px) var(--size-21) 0 #96B4E187;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.compare__table-wrap .accent-card div{
  width: clamp(58.24px, 20.8vw, 156px);
  height: 100%;
  background-color: #B8EDD0;
}
.compare__table-wrap .accent-card::before{
  content: '';
  width: 100%;
  height: var(--size-2);
  display: block;
  background-color: rgba(62, 51, 54, 0.1);
  position: absolute;
  top: clamp(54.50667px, 19.46667vw, 146px);
}
.compare__table{
  width: 100%;
  position: relative;
}
.compare__table tr{
  border-bottom: var(--size-2) solid rgba(62, 51, 54, 0.1);
}
.compare__table thead tr th{
  height: clamp(57.49334px, 20.53334vw, 154px);
  background-color: #fff;
}
.compare__table thead tr th.type{
  width: clamp(58.24px, 20.8vw, 156px);
  background-color: #3BAC6E;
  color: #fff;
  font-weight: 600;
  font-size: var(--size-24);
  letter-spacing: -0.06em;
  vertical-align: middle;
}
.compare__table thead tr th:nth-child(2){
  width: clamp(56px, 20vw, 150px);
}
.compare__table thead tr th:nth-child(2),
.compare__table tbody tr td:nth-child(2){
  padding-left: var(--size-6);
}
.compare__table thead tr th:nth-child(5),
.compare__table tbody tr td:nth-child(5){
  padding-right: clamp(17.17334px, 6.13334vw, 46px);
}
.compare__table thead tr th div{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: var(--size-4);
}
.compare__table thead tr th .brand{
  padding: var(--size-8) var(--size-12);
  border-radius: var(--size-10);
  background-color: #C1EAD4;
  color: #046932;
  font-size: var(--size-20);
  line-height: var(--size-21);
}
.compare__table thead tr th span{
  color: #000;
  font-weight: 600;
  font-size: var(--size-24);
  line-height: var(--size-34);
  letter-spacing: -0.06em;
}
.compare__table tbody tr th{
  vertical-align: middle;
  background-color: #ECFCF3;
}
.compare__table tbody tr th strong{
  color: #2B2B2B;
  font-weight: 600;
  font-size: var(--size-24);
  line-height: clamp(10.82667px, 3.86667vw, 29px);
  letter-spacing: -0.04em;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: var(--size-6);
  position: relative;
}
.compare__table tbody tr th strong::before{
  content: '';
  display: block;
  width: clamp(14.56px, 5.2vw, 39px);
  height: clamp(14.56px, 5.2vw, 39px);
}
.compare__table tbody tr.processing-method{
  height: clamp(47.78667px, 17.06667vw, 128px);
}
.compare__table tbody tr.processing-method th strong::before{
  background: url(/resources/images/event/event-disposer/ic-processing-method.png) no-repeat center center / cover;
}
.compare__table tbody tr.installation-method,
.compare__table tbody tr.processing-capacity{
  height: clamp(54.50667px, 19.46667vw, 146px);
}
.compare__table tbody tr.installation-method th strong::before{
  background: url(/resources/images/event/event-disposer/ic-installation-method.png) no-repeat center center / cover;
}
.compare__table tbody tr.processing-capacity th strong::before{
  background: url(/resources/images/event/event-disposer/ic-processing-capacity.png) no-repeat center center / cover;
}
.compare__table tbody tr.recommended{
  height: clamp(61.22667px, 21.86667vw, 164px);
}
.compare__table tbody tr.recommended th strong::before{
  background: url(/resources/images/event/event-disposer/ic-recommended.png) no-repeat center center / cover;
}
.compare__table tbody tr.merit{
  height: clamp(55.62667px, 19.86667vw, 149px);
}
.compare__table tbody tr.merit th strong::before{
  background: url(/resources/images/event/event-disposer/ic-merit.png) no-repeat center center / cover;
}
.compare__table tbody tr.keyword{
  height: clamp(60.48px, 21.6vw, 162px);
}
.compare__table tbody tr.keyword th strong::before{
  background: url(/resources/images/event/event-disposer/ic-keyword.png) no-repeat center center / cover;
}
.compare__table tbody tr.accent{
  position: relative;
}
.compare__table tbody tr td{
  font-weight: 500;
  font-size: var(--size-23);
  line-height: var(--size-32);
  letter-spacing: -0.06em;
  vertical-align: middle;
  background-color: #fff;
}
.compare__table tbody tr td strong{
  font-weight: 500;
}
.compare__table tbody tr.accent th,
.compare__table tbody tr.accent td{
  background-color: transparent;
}
.compare__table tbody tr.accent td{
  color: #256D43;
  font-weight: 600;
}







section[class^="section-products0"]{
  background-color: #F6F7F9;
}
.products__banner-area *{
  font-family: 'Pretendard', sans-serif;
  text-align: center;
}
.products__banner-area{
  height: clamp(89.6px, 32vw, 240px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products__bubble{
  margin: 0 0 var(--size-22);
  padding: var(--size-10) var(--size-28);
  border-radius: 999px;
  background-color: #fff;
  position: relative;
}
.products__bubble::after{
  content: '';
  width: var(--size-22);
  height: var(--size-14);
  display: inline-block;
  background: url(/resources/images/event/event-disposer/ic-bubble-tail.svg) no-repeat center center / var(--size-22) var(--size-14);
  position: absolute;
  bottom: var(--size-2);
  left: 50%;
  transform: translate(-50%, 100%);
}
.products__bubble-text{
  font-size: var(--size-24);
  line-height: var(--size-33);
  letter-spacing: -0.02em;
}
.products__title{
  height: var(--size-41);
  color: #fff;
  font-size: var(--size-34);
  line-height: var(--size-41);
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  column-gap: var(--size-2);
}
.products__title::before{
  content: '';
  display: inline-block;
}
.products__list-area{
  padding: clamp(46.29334px, 16.53334vw, 124px) var(--size-20) clamp(26.88px, 9.6vw, 72px);
}
.products__list-area .prod-list{
  gap: var(--size-20);
}
.products__list-area li a{
  height: 100%;
  background-color: #fff;
  display: block;
  padding: 0 var(--size-20) var(--size-24);
}

.section-products01 .products__banner-area{
  background: url(/resources/images/event/event-disposer/mo/products01-banner-bg.png) no-repeat center center / 100% 100%;
}
.section-products01 .products__bubble-text{
  color: #06381D;
}
.section-products01 .products__title::before{
  width: var(--size-30);
  height: var(--size-40);
  background: url(/resources/images/event/event-disposer/ic-lightning.png) no-repeat center center / var(--size-30) var(--size-40);
}

.section-products02 .products__banner-area{
  background: url(/resources/images/event/event-disposer/mo/products02-banner-bg.png) no-repeat center center / 100% 100%;
}
.section-products02 .products__bubble-text{
  color: #004789;
}
.section-products02 .products__title::before{
  width: var(--size-56);
  height: clamp(21.28px, 7.6vw, 57px);
  background: url(/resources/images/event/event-disposer/ic-ok.png) no-repeat center center / var(--size-56) clamp(21.28px, 7.6vw, 57px);
}

.section-products03 .products__banner-area{
  background: url(/resources/images/event/event-disposer/mo/products03-banner-bg.png) no-repeat center center / 100% 100%;
}
.section-products03 .products__bubble-text{
  color: #025971;
}
.section-products03 .products__title::before{
  width: var(--size-48);
  height: var(--size-49);
  background: url(/resources/images/event/event-disposer/ic-tools.png) no-repeat center center / var(--size-48) var(--size-49);
}

.section-products04 .products__banner-area{
  background: url(/resources/images/event/event-disposer/mo/products04-banner-bg.png) no-repeat center center / 100% 100%;
}
.section-products04 .products__bubble-text{
  color: #1D643D;
}
.section-products04 .products__title::before{
  width: clamp(19.04px, 6.8vw, 51px);
  height: var(--size-52);
  background: url(/resources/images/event/event-disposer/ic-trash-can.png) no-repeat center center / clamp(19.04px, 6.8vw, 51px) var(--size-52);
}

[class^="section-banner-event-"] a.link-cta{
  width: 100%;
  height: 100%;
  display: block;
}

.section-banner-event-summer{
  height: clamp(141.49334px, 50.53334vw, 379px);
  background: url(/resources/images/event/event-disposer/mo/banner-event-summer-bg.png) no-repeat center center / cover;
}
.banner-event-summer__content{
  padding: clamp(16.42667px, 5.86667vw, 44px) var(--size-42);
}
.banner-event-summer__sub-title{
  font-family: 'Pretendard', sans-serif;
  color: #000;
  opacity: 0.54;
  font-weight: 600;
  font-size: var(--size-28);
  line-height: var(--size-33);
  letter-spacing: -0.02em;
}
.banner-event-summer__title{
  margin: clamp(2.61334px, 0.93334vw, 7px) 0 0;
  font-family: "Paperlogy";
  color: #000;
  font-size: var(--size-42);
  line-height: var(--size-49);
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  column-gap: var(--size-12);
}
.banner-event-summer__title::after{
  content: '';
  width: var(--size-30);
  height: var(--size-30);
  background: url(/resources/images/event/event-disposer/ic-circle-arrow.png) no-repeat center center / var(--size-30) var(--size-30);
}

.section-review{
  background-color: #3BAC6E;
}
.section-review *{
  font-family: 'Pretendard', sans-serif;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.review__content{
  padding: var(--size-100) var(--size-40);
}
.review__sub-title{
  margin: 0 0 var(--size-2);
  opacity: 0.75;
  font-size: var(--size-40);
  line-height: var(--size-48);
  letter-spacing: -0.03em;
}
.review__title{
  font-size: var(--size-62);
  line-height: var(--size-74);
  letter-spacing: -0.04em;
}
.review__list{
  margin: var(--size-60) 0 0;
  display: flex;
  flex-direction: column;
  row-gap: var(--size-24);
}
.review__item img{
  width: 100%;
}

.section-banner-event-review{
  height: clamp(141.49334px, 50.53334vw, 379px);
  background: url(/resources/images/event/event-disposer/mo/banner-event-review-bg.png) no-repeat center center / cover;
}
.banner-event-review__content{
  padding: var(--size-54) var(--size-42);
}
.banner-event-review__title{
  font-family: "Paperlogy";
  background: linear-gradient(180deg, #FFFFFF 4.84%, #727AE2 95.66%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: var(--size-42);
  line-height: var(--size-49);
  letter-spacing: -0.04em;
}
.banner-event-review__title span{
  background: inherit;
  font-family: inherit;
  position: relative;
}
.banner-event-review__title span::before{
  content: '';
  width: var(--size-20);
  height: var(--size-20);
  background: url(/resources/images/event/event-disposer/ic-review-star.png) no-repeat center center / cover;
  position: absolute;
  top: clamp(-20px, -2.66667vw, -7.46667px);
  left: 50%;
  transform: translateX(-50%);
}
.banner-event-review__desc{
  margin: clamp(2.61334px, 0.93334vw, 7px) 0 0;
  font-family: 'Pretendard', sans-serif;
  color: #fff;
  opacity: 0.63;
  font-weight: 600;
  font-size: var(--size-28);
  line-height: var(--size-33);
  letter-spacing: -0.02em;
}

.section-benefit{
  background-color: #ECF9EB;
}
.section-benefit * {
  font-family: 'Pretendard', sans-serif;
}
.benefit__content{
  padding: var(--size-100) var(--size-40);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefit__icon-gift{
  width: clamp(24.64px, 8.8vw, 66px);
  height: clamp(24.64px, 8.8vw, 66px);
  margin: 0 0 var(--size-25);
}
.benefit__title{
  font-size: var(--size-62);
  line-height: var(--size-74);
  letter-spacing: -0.04em;
  text-align: center;
  white-space: nowrap;
}
.benefit__title span{
  color: #0F8544;
}
.benefit__list{
  width: 100%;
  margin: var(--size-60) 0 0;
  display: flex;
  flex-direction: column;
  row-gap: var(--size-16);
}
[class^="benefit__item0"]{
  height: clamp(89.6px, 32vw, 240px);
  padding: 0 var(--size-42);
  border-radius: var(--size-28);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.benefit__item01{
  background: #fff url(/resources/images/event/event-disposer/ic-benefit01.png) no-repeat right var(--size-33) bottom clamp(13.81334px, 4.93334vw, 37px) / clamp(63.09334px, 22.53334vw, 169px) clamp(41.44px, 14.8vw, 111px);
}
.benefit__item02{
  background: #fff url(/resources/images/event/event-disposer/ic-benefit02.png) no-repeat right clamp(13.81334px, 4.93334vw, 37px) bottom var(--size-23) / clamp(68.32px, 24.4vw, 183px) clamp(49.28px, 17.6vw, 132px);
}
.benefit__item03{
  background: #fff url(/resources/images/event/event-disposer/ic-benefit03.png) no-repeat right clamp(14.56px, 5.2vw, 39px) bottom clamp(11.57334px, 4.13334vw, 31px) / clamp(56.37334px, 20.13334vw, 151px) clamp(39.2px, 14vw, 105px);
}
.benefit__item04{
  background: #fff url(/resources/images/event/event-disposer/ic-benefit04.png) no-repeat right var(--size-41) bottom var(--size-48) / clamp(41.81334px, 14.93334vw, 112px) clamp(42.56px, 15.2vw, 114px);
}
.benefit__item-badge{
  width: fit-content;
  padding: var(--size-10) var(--size-16);
  border-radius: 999px;
  background-color: #D1F3CE;
  color: #0C5A2F;
  font-weight: 600;
  font-size: var(--size-28);
  line-height: clamp(11.57334px, 4.13334vw, 31px);
}
.benefit__item-desc{
  margin: var(--size-28) 0 0;
  color: #000;
  font-weight: 600;
  font-size: var(--size-34);
  line-height: var(--size-41);
  letter-spacing: -0.02em;
}
.benefit__item-desc strong{
  color: #0F8544;
}
.benefit__item-noti{
  margin: clamp(3.36px, 1.2vw, 9px) 0 0;
  color: #787C87;
  font-size: clamp(8px, 1.6vw, 12px);
  line-height: clamp(9.33334px, 1.86667vw, 14px);
}

.section-banner-collect{
  height: clamp(200.10667px, 71.46667vw, 536px);
  background: url(/resources/images/event/event-disposer/mo/banner-collect-bg.png) no-repeat center center / cover;
}
.banner-collect__content{
  padding: var(--size-50) var(--size-42);
}
.banner-collect__title{
  font-family: "Paperlogy";
  color: #322E2A;
  font-weight: 500;
  font-size: var(--size-40);
  line-height: var(--size-56);
  letter-spacing: -0.05em;
}
.banner-collect__title strong{
  font-family: inherit;
  color: #fff;
}


/* PC */ 
@media (min-width: 1160px){
  main .event-disposer{
    padding: 0;
  }
  .event-disposer{
    padding: 90px 0 0;
  }
  .event-disposer > .content-wrap{
    max-width: 1920px;
  }

  .section-hero{
    height: 979px;
    background: url(/resources/images/event/event-disposer/pc/hero-bg.jpg) no-repeat center center / cover;
  }
  .hero__content{
    padding: 84px 0 0;
  }
  .hero__title1{
    font-size: 91px;
    font-weight: 800;
    letter-spacing: -0.06em;
  }
  .hero__title1 span::before{
    width: 9px;
    height: 9px;
  }
  .hero__title2{
    font-size: 98px;
    font-weight: 800;
    letter-spacing: -0.02em;
  }
  .hero__desc{
    margin: 19px 0 0;
    opacity: 0.8;
    font-size: 27px;
    letter-spacing: -0.02em;
  }

  .section-best{
    background: url(/resources/images/event/event-disposer/pc/best-bg.png) no-repeat center top / 1920px auto;
  }
  .best__title{
    font-size: 55px;
    line-height: 66px;
  }
  .best__title span{
    color: #20B161;
  }
  .best__desc{
    margin: 12px 0 0;
    opacity: 1;
    font-size: 38px;
    line-height: 45px;
    letter-spacing: -0.02em;
  }
  .best__badge{
    margin-top: 40px;
    padding: 13px 27px;
    font-size: 28px;
    line-height: 33px;
    box-shadow: 0px 0px 46px 0px #4D63DA94;
  }
  .best__prod-list{
    width: 100%;
    max-width: 1160px;
    padding: 0;
    row-gap: 24px;
  }
  .best__prod-item{
    position: relative;
  }
  .best__prod-link{
    padding: 0;
    flex-direction: row;
  }
  .best__prod-flag{
    width: 80px;
    height: 82px;
    padding: 12px 0 0;
    font-size: 24px;
    top: -10px;
    right: 32px;
  }
  .best__prod-flag span{
    font-size: 18px;
  }
  .best__prod-video{
    width: 514px;
    height: auto;
    padding: 27px 10px 27px 24px;
  }
  .best__prod-video video{
    border-radius: 18px;
  }
  .best__prod-info{
    flex: 1;
    padding: 24px 24px 106px;
  }
  .best__prod-badge{
    margin: 0 0 12px;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
  }
  .best__prod-desc{
    font-size: 22px;
    line-height: 26px;
  }
  .best__prod-name{
    color: #000;
    font-size: 28px;
    line-height: 33px;
  }
  .best__prod-price-box{
    padding: 0;
    background-color: transparent;
    flex-direction: column;
    align-items: flex-end;
  }
  .best__prod-price-before{
    margin: 0 19px 0 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
  }
  .best__prod-price-after{
    width: 100%;
    margin: 10px 0 0;
    padding: 14px 10px 14px 16px;
    background-color: #F1F1F1CC;
    border-radius: 12px;
    font-size: 18px;
  }
  .best__prod-price-after-label{
    flex: 1;
    opacity: 1;
    font-size: 16px;
  }
  .best__prod-price-after-price{
    padding: 0 0 0 3px;
    font-size: 30px;
    line-height: 28px;
  }
  .best__prod-price-after::after{
    width: 24px;
    height: 24px;
  }
  .best__prod-price-noti{
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 20px;
  }
  .best__btns-wrap{
    padding: 0;
    column-gap: 8px;
    position: absolute;
    right: 24px;
    bottom: 24px;
  }
  .best__btns-wrap [class*="best__btn-"]{
    width: 295px;
    height: 52px;
    border-radius: 12px;
    font-size: 18px;
  }

  .section-compare{
    height: 1054px;
    background: linear-gradient(180.25deg, #000000 -5.56%, #50DB8F 185.57%);
  }
  .compare__content{
    padding: 84px 0 77px;
  }
  .compare__title{
    font-size: 55px;
    line-height: 66px;
  }
  .compare__desc{
    margin: 12px 0 0;
    font-weight: 500;
    font-size: 38px;
    line-height: 45px;
    letter-spacing: -0.02em;
  }
  .compare__table-wrap{
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 204px 0 0;
    background: url(/resources/images/event/event-disposer/pc/compare-products.png) no-repeat center top 64px / 100% 140px;
  }
  .compare__table-wrap::before{
    content: none;
  }
  .compare__table-wrap .accent-card{
    width: 1200px;
    height: 165px;
    border-radius: 28px;
    border: 2px solid #20B161;
    box-shadow: 0 4.12px 41.24px 0 #20B16159;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .compare__table-wrap .accent-card div{
    width: 250px;
  }
  .compare__table-wrap .accent-card::before{
    height: 1px;
    background-color: #CECED0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .compare__table{
    background-color: #fff;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 4px 70px 0 #0000001C;
    table-layout: fixed;
  }
  .compare__table tr{
    border-bottom: 1px solid #CECED0;
  }
  .compare__table thead tr th{
    height: 91px;
    background-color: transparent;
  }
  .compare__table thead tr th.type{
    width: 232px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.04em;
  }
  .compare__table thead tr th:not(.type){
    width: auto;
    padding: 0;
  }
  .compare__table thead tr th div{
    row-gap: 6px;
  }
  .compare__table thead tr th .brand{
    padding: 4px 7px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.02em;
  }
  .compare__table thead tr th span{
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.04em;
  }
  .compare__table tbody tr:not(.accent){
    height: 78px;
  }
  .compare__table tbody tr.accent{
    height: 80px;
  }
  .compare__table tbody tr th strong{
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    flex-direction: row;
    justify-content: center;
  }
  .compare__table tbody tr.processing-method th strong::before{
    width: 31px;
    height: 31px;
  }
  .compare__table tbody tr.installation-method th strong::before,
  .compare__table tbody tr.processing-capacity th strong::before{
    width: 37px;
    height: 37px;
  }
  .compare__table tbody tr.recommended th strong::before{
    width: 33px;
    height: 33px;
  }
  .compare__table tbody tr.merit th strong::before{
    width: 34px;
    height: 34px;
  }
  .compare__table tbody tr.keyword th strong::before{
    width: 25px;
    height: 25px;
  }
  .compare__table tbody tr td{
    padding: 0 !important;
    font-size: 18px;
    line-height: 21px;
    background-color: transparent;
  }
  .compare__table tbody tr td strong{
    font-weight: 700;
  }
  .compare__table tbody tr.accent{
    z-index: 2;
  }
  .compare__table tbody tr.accent td{
    font-weight: 700;
  }
  .compare__table thead tr th:nth-child(2) ~ th,
  .compare__table tbody tr td:not(:nth-child(2)){
    border-left: 1px solid #CECED0;
  }
  .compare__table tbody tr.accent td:not(:nth-child(2)){
    position: relative;
  }
  .compare__table tbody tr.accent td:not(:nth-child(2))::before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #CECED0;
    position: absolute;
    top: 0;
    left: -1px;
  }

  .section-reason{
    width: 100%;
    height: 995px;
    background: url(/resources/images/event/event-disposer/pc/reason.png) no-repeat top center / cover;
  }

  section[class^="section-products0"]{
    background-color: #fff;
  }
  section[class^="section-products0"] .products__banner-area{
    height: 300px;
    background-position: right 40% center;
    background-size: cover;
  }
  .products__bubble{
    margin: 0 0 18px;
    padding: 14px 26px;
  }
  .products__bubble-text{
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.05em;
  }
  .products__title{
    height: 66px;
    font-size: 55px;
    line-height: 66px;
    letter-spacing: -0.07em;
  }
  .section-products01 .products__banner-area{
    background-image: url(/resources/images/event/event-disposer/pc/products01-banner-bg.png);
  }
  .section-products01 .products__title::before{
    width: 39px;
    height: 51px;
    background-size: 39px 51px;
  }
  .section-products02 .products__banner-area{
    background-image: url(/resources/images/event/event-disposer/pc/products02-banner-bg.png);
  }
  .section-products02 .products__title::before{
    width: 76px;
    height: 78px;
    background-size: 76px 78px;
  }
  .section-products03 .products__banner-area{
    background-image: url(/resources/images/event/event-disposer/pc/products03-banner-bg.png);
  }
  .section-products03 .products__title::before{
    width: 64px;
    height: 66px;
    background-size: 64px 66px;
  }
  .section-products04 .products__banner-area{
    background-image: url(/resources/images/event/event-disposer/pc/products04-banner-bg.png);
  }
  .section-products04 .products__title::before{
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
  }

  .products__list-area{
    padding: 100px 0;
  }
  .products__list-area .prod-list{
    max-width: 1160px;
    margin: 0 auto;
    gap: 50px 28px;
  }
  .products__list-area li a{
    padding: 0;
  }

  [class^="section-banner-"]{
    height: 300px;
  }
  [class*="banner-event-"][class*="__content"]{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 8px;
  }
  .section-banner-event-summer{
    background-image: url(/resources/images/event/event-disposer/pc/banner-event-summer-bg.png);
  }
  .banner-event-summer__sub-title{
    opacity: 1;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
  .banner-event-summer__title{
    margin: 0;
    background: linear-gradient(183.52deg, #000000 20.84%, #165BB6 106.55%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 52px;
    line-height: 61px;
    justify-content: center;
  }
  .banner-event-summer__title::after{
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
  }

  .section-review{
    background: #3BAC6E url(/resources/images/event/event-disposer/pc/review-bg.png) no-repeat center bottom / 100% auto;
  }
  .review__content{
    padding: 102px 0;
  }
  .review__title-box{
    display: flex;
    flex-direction: column-reverse;
    row-gap: 12px;
  }
  .review__title{
    font-size: 55px;
    line-height: 66px;
  }
  .review__sub-title{
    margin: 0;
    font-size: 38px;
    line-height: 45px;
  }
  .review__list{
    flex-direction: row;
    justify-content: center;
    column-gap: 12px;
  }

  .section-banner-event-review{
    background-image: url(/resources/images/event/event-disposer/pc/banner-event-review-bg.png);
  }
  .banner-event-review__title,
  .banner-event-review__desc{
    width: 100%;
    max-width: 1160px;
  }
  .banner-event-review__title{
    font-size: 52px;
    line-height: 61px;
  }
  .banner-event-review__title span::before{
    top: -16px;
  }
  .banner-event-review__desc{
    margin: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .section-benefit{
  }
  .benefit__content{
    max-width: 1160px;
    margin: 0 auto;
    padding: 100px 0;
  }
  .benefit__icon-gift{
    width: 48px;
    height: 48px;
    margin: 0 0 10px;
  }
  .benefit__title{
    font-size: 55px;
    line-height: 66px;
  }
  .benefit__list{
    margin: 48px 0 0;
    flex-direction: row;
    column-gap: 12px;
  }
  [class^="benefit__item0"]{
    flex: 1;
    height: 356px;
    padding: 32px 24px;
    justify-content: flex-start;
  }
  .benefit__item01{
    background-size: 142px 93px;
    background-position: right 24px bottom 32px;
  }
  .benefit__item02{
    background-size: 175px 126px;
    background-position: right 24px bottom 14px;
  }
  .benefit__item03{
    background-size: 151px 105px;
    background-position: right 22px bottom 31px;
  }
  .benefit__item04{
    background-size: 93px 95px;
    background-position: right 23px bottom 31px;
  }
  .benefit__item-badge{
    padding: 5px 10px;
    font-size: 16px;
    line-height: 19px;
  }
  .benefit__item-desc{
    margin: 15px 0 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    white-space: nowrap;
  }

  .section-banner-collect{
    background-image: url(/resources/images/event/event-disposer/pc/banner-collect-bg.png);
  }
  .banner-collect__content{
    padding: 84px 0 0;
  }
  .banner-collect__title{
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    font-size: 48px;
    line-height: 58px;
  }
}

/* MO */
@media (max-width: 1159px) {
  .best__prod-info{
    width: 100%
  }
}