:root {
  --6-base:calc(100 * (6 / 1440) * 1vw);
  --12-base:calc(100 * (12 / 1440) * 1vw);
  --16-base:calc(100 * (16 / 1440) * 1vw);
  --18-base:calc(100 * (18 / 1440) * 1vw);
  --20-base:calc(100 * (20 / 1440) * 1vw);
  --24-base:calc(100 * (24 / 1440) * 1vw);
  --32-base:calc(100 * (32 / 1440) * 1vw);
  --36-base:calc(100 * (36 / 1440) * 1vw);
  --48-base:calc(100 * (48 / 1440) * 1vw); 
  --54-base:calc(100 * (54 / 1440) * 1vw); 
  --72-base:calc(100 * (72 / 1440) * 1vw);  
  --140-base:calc(100 * (140 / 1440) * 1vw);
  --382-base:calc(100 * (382 / 1440) * 1vw);
  --1200-base:calc(100 * (1200 / 1440) * 1vw);
}
@keyframes loading {
  0% { opacity: 0.5; }
  100% { opacity: 1; }
}
img{
  vertical-align: middle;
}
#masz_main .masz08_nav .swiper-button-next, .swiper-button-prev{
  margin-top: 0!important;
}
.sz_review_link,.sz_link_btn{
  cursor: pointer;
}
@media screen and (min-width: 785px)  {
  .sz_mob{
    display: none !important;
  }
  .sz_discount_2 .swiper-wrapper{
    justify-content: flex-end;
  }
  .sz_discount_2{
    padding-top: var(--72-base) !important;
  }
  .sz_benefits_card .text_box .mar_b{
    margin-bottom: calc(100 * (10 / 1440) * 1vw);
  }
  .sz_benefits_body .font_title_s{
    font-size: var(--20-base);
  }
  .sz_media_list .item .mar_b,
  .sz_zqBanner .mar_b{
    margin-bottom: var(--16-base);
  }
  .sz_media.sz_section{
    padding-top: calc(100 * (96 / 1440) * 1vw);
  }
}
.auto_img{
  width: 100%;
  height: auto;
}
.text-center{
  text-align: center;
}
.weight_500{
  font-weight: 600;
}
/* 48px */
.font_title_big{
  font-size: var(--48-base);
}
/* 36px */
.font_title{
  font-size: var(--36-base);
}
/* 20px */
.font_title_s{
  font-size: var(--20-base);
}
/* var(--32-base) */
.font_text_big{
  font-size: var(--32-base);
}
/* 16px */
.font_text_s{
  font-size: var(--16-base);
}
/* 24px */
.mar_b_big{
  margin-bottom: var(--24-base); 
}
/* 16px */
.mar_b{
  margin-bottom: var(--16-base); 
}
/* 48px */
.sect_mar-b{
  margin-bottom: var(--48-base);
}
.sz_section{
  position: relative;
  font-family: 'Noto Sans KR';
  line-height: 1.4;
  padding-top: var(--140-base);
}
.sz_section *{
  line-height: 1.4;
}
.sz_banner{
  padding-top: 0;
}
.sz_banner_box{
  position: absolute;
  bottom: var(--32-base);
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
  text-align: center;
}
.sz_banner_title{
  background: linear-gradient(95deg, var(--font-primary, #0A0A0A) 7.37%, #637AB3 88.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-weight: 700;
}
.sz_banner_text span{
  font-weight: 900;
}
.sz_limitations_box{
  width: 100%;
  margin: 0 auto;
}
.sz_limitations_card{
  box-sizing: border-box;
  width: calc(100 * (587 / 1440) * 1vw);
  margin: 0 var(--12-base);
  position: relative;
}
.sz_limitations_card .text_box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  z-index: 3;
}
.sz_limitations_card:not(.swiper-slide-active)::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100%);
  background: lightgray;
  opacity: 0.5;
  z-index: 2;
}
.swiper_control{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--32-base);
}
.sz_swiper .swiper-pagination{
  position: relative;
  flex-shrink: 0;
}
.swiper-pagination-bullet{
  margin-right: calc(100 * (10 / 1440) * 1vw);
  width: var(--6-base);
  height: var(--6-base);
}
.swiper-pagination-bullet-active{
  background: #050505;
  width: var(--32-base);
  border-radius: var(--6-base);
}
.swiper-button-list{
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.swiper-button-prev,
.swiper-button-next{
  width: var(--32-base);
  height: var(--32-base);
  border-radius: 50%;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  transform: none;
  margin-top: 0;
  background: none;
}
.swiper-button-next{
  margin-left: var(--12-base);
}
.sz_limitations_box .swiper_control{
  width: calc(100 * (587 / 1440) * 1vw);
  margin-left: auto;
  margin-right: auto;
}
.sz_section_body{
  width: var(--1200-base);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.sz_benefits img{
  object-fit: cover;
}
.sz_benefits_body{
  display: flex;
  justify-content: space-between;
  width: var(--1200-base); 
}
.sz_benefits_card.sz_benefits_left{
  height: calc(100 * (416 / 1440) * 1vw);
  color: #0A0A0A;
}
.sz_benefits_card.sz_benefits_left .text_box{
  top: var(--20-base);
  bottom: auto;
}
.sz_benefits_card img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sz_benefits_card{
  width: calc(100 * (384 / 1440) * 1vw);
  height: calc(100 * (196 / 1440) * 1vw);
  flex-shrink: 0;
  color: #ffffff;
  position: relative;
  border-radius: var(--6-base);
  overflow: hidden;
}
.sz_benefits_card .text_box{
  position: absolute;
  left: var(--20-base);
  bottom: var(--20-base);
}
.sz_benefits_right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  width: calc(100 * (792 / 1440) * 1vw);
}
.sz_benefits_right > div{
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
}
.sz_btn_list{
  display: flex;
  justify-content: center;
}
.sz_btn_list .sz_button{
  padding:var(--12-base) var(--32-base);
  font-size: var(--24-base);
  border-radius: var(--54-base);
  border: 1px solid  #A3A3A3;
  margin: 0 var(--12-base);
  cursor: pointer;
  font-weight: 600;
}
.sz_discount_title{
  color: #404040;
  text-align: center;
  margin-bottom: var(--32-base)
}
.sz_discount_content {
  position: relative;
}
.sz_discount .sz_discount_body{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: var(--54-base);
}
.sz_discount_card{
  width: calc(100 * (361 / 1440) * 1vw);
  margin-right: var(--24-base);
  position: relative;
}
.sz_discount_card:last-child{
  margin-right: 0;
}
.sz_discount_card a{
  display: inline-block;
  height: calc(100 * (40 / 1440) * 1vw);
  width: calc(100 * (329 / 1440) * 1vw);
  position: absolute;
  left: var(--16-base);
  bottom: var(--16-base);
  opacity: 0;
}
.sz_discount_card a.img{
  height: calc(100 * (165 / 1440) * 1vw);
  width: calc(100 * (329 / 1440) * 1vw);
  left: var(--16-base);
  top: var(--54-base);
}
.sz_discount .swiper-pagination-bullet{
  background: #A3A3A3;
  opacity: 1;
}
.sz_discount .swiper-pagination-bullet-active{
  background: #ffffff;
}
.sz_link{
  height: calc(100 * (88 / 1440) * 1vw);
  width: 100%;
  position: relative;
}
.sz_link_box.nav{
  position: fixed;
  left: 0;
  top: 0;
}
.sz_link_box{
  padding: var(--24-base) 0;
  background: #E5E7EB;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.sz_link_btn{
  text-decoration: none;
  font-size: var(--18-base);
  color: #ffffff !important;
  padding: calc(100 * (10 / 1440) * 1vw) var(--20-base);
  display: inline-block;
  background-color: #000000;
  border-radius: 4px;
}
.sz_why{
  padding-top: var(--54-base);
  text-align: center; 
}
.sz_why_title{
  margin-bottom: var(--32-base);
}
.sz_why_text{
  color: #737373;
}
.sz_why_good{
  display: grid;
  margin: calc(100 * (64 / 1440) * 1vw) 0;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--24-base); 
}
.sz_why_good .label{
  color: #FF4D0A;
  font-weight: 600;
  font-size: calc(100 * (30 / 1440) * 1vw);
  margin-bottom: var(--16-base);
}
.sz_why_good .value{
  color: #737373;
  font-size: var(--16-base);
}
.sz_why_list{
  overflow: hidden;
  border-radius: var(--6-base);
  display: flex;
  justify-content: space-between;
}
.sz_why_list .sz_why_item{
  flex-shrink: 0;
  width:calc((100% - 3px) / 5);
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sz_why_item .text_box{
  position: absolute;
  left: var(--32-base);
  bottom: var(--32-base);
  color: #ffffff;
  text-align: left;
}
.sz_why_item .auto_img{
  width: 100%;
  height: calc(100 * (243 / 1440) * 1vw);
  object-fit: cover;
}
.sz_why_item .text_box .value{
  display: none;
  font-size: var(--16-base);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.sz_why_item .text_box .label{
  font-size: var(--20-base);
  line-height: var(--32-base);
  font-weight: 600;
}
.sz_why_list .sz_why_item.active{
  width:calc((100% - 3px) / 5 * 2);
}
.sz_why_list .sz_why_item.active .text_box .value{
  display: block;
  opacity: 1;
  animation: loading 0.5s ease-in-out;
}
.sz_why_list .sz_why_item.active .add_icon{
  display: none;
}
.sz_why_item .add_icon{
  position: absolute;
  right: var(--32-base);
  bottom: var(--32-base);
  width: var(--32-base);
  height: var(--32-base);
  cursor: pointer;
}
.sz_why_card{
  position: relative;
  border-radius: var(--6-base);
  overflow: hidden;
}
.sz_why_card .text_box{
  position: absolute;
  left: var(--24-base);
  bottom: var(--24-base);
  color: #ffffff;
  text-align: left;
}
.sz_review_card{
  width: calc(100 * (792 / 1440) * 1vw);
  margin: 0 var(--12-base);
  display: flex;
  justify-content: flex-start;
}
.sz_review_card .auto_img{
  width: var(--382-base);
  height: calc(100 * (170 / 1440) * 1vw);
  margin-right: var(--24-base);
  flex-shrink: 0;
}
.sz_review_card .text_box{
  flex: 1;
  flex-shrink: 0;
}
.sz_review_card .user_box{
  margin-top: 4px;
  display: flex;
  align-items: center;
}
.sz_review_card .user_box img{
  height: var(--12-base);
  width: auto;
  margin-right: calc(100 * (8 / 1440) * 1vw);
}
.sz_review_card .user_box span{
  font-size: var(--16-base);
  color: #737373;
}
.sz_review_card .text_box_content{
  font-size: calc(100 * (14 / 1440) * 1vw);
}
.sz_review_box .swiper_control{
  width: calc(100 * (792 / 1440) * 1vw);
  margin-left: auto;
  margin-right: auto;
}

.sz_review_card:not(.swiper-slide-active)::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100%);
  background: #ffffff;
  opacity: 0.7;
  z-index: 2;
}
.sz_review{
  padding: calc(100 * (96 / 1440) * 1vw) 0
}
.sz_media_title{
  margin-bottom: var(--32-base);
}
.sz_media .sz_section_body{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.sz_media_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--24-base);
}
.sz_media_list .item{
  background: rgba(255, 255, 255, 0.40);
  backdrop-filter: blur(30px);
  border-radius: var(--6-base);
  padding: var(--24-base);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sz_media_list .top .title{
  height: calc(100 * (12 / 1440) * 1vw);
  width: auto;
}
.sz_media_list .top .text{
  font-size: calc(100 * (14 / 1440) * 1vw);
  color: #404040;
  margin-bottom:var(--16-base)
}
.sz_media_list .bottom{
  text-align: right;
  color: #737373;
  font-size: var(--16-base);
}
.sz_review_card .text_box_content,.sz_media_list .top .text{
  text-align: justify;
}
@media screen and (max-width: 786px)  {
  .sz_pc{
    display: none !important;
  }
  .font_title_big{
    font-size: 8.142vw;
  }
  .font_text_big{
    font-size: 5.597vw;
  }
  .mar_b_big{
    margin-bottom: 4.077vw;
  }
  .sz_banner_box{
    width: 90vw;
    bottom: 4.177vw;
  }
  .sz_banner_title{
    margin-bottom: 4.077vw;
  }
  .sz_section{
    padding-top: 24.427vw;
  }
  .sz_banner{
    padding: 0;
  }
  .font_title{
    font-size: 5.806vw;
  }
  .sect_mar-b{
    margin-bottom: 8.142vw;
  }
  .sz_limitations_box{
    width: 100%;
  }
  .sz_limitations_card,.sz_limitations_box .swiper_control,.sz_section_body,.sz_review_card,.sz_review_box .swiper_control,.sz_discount .swiper_control{
    width: 91.603vw;
    margin-left: calc((100% - 91.603vw) / 2);
    margin-right: calc((100% - 91.603vw) / 2);
  }
  .swiper_control{
    margin-top: 8.142vw;
  }
  .sz_limitations_card .text_box{
    transform: none;
    left: 2.544vw;
    bottom: 2.544vw;
    top: auto;
    text-align: left;
  }
  .font_title_s{
    font-size: 4.58vw;
  }
  .font_text_s{
    font-size: 3.562vw;
  }
  .mar_b{
    margin-bottom: 4.071vw;
  }
  .sz_zqBanner_title{
    font-size: 4.580vw;
  }
  .sz_zqBanner_box{
    left: 4.071vw;
  }
  .sz_btn_list{
    flex-wrap: wrap;
  }
  .sz_btn_list .sz_button{
    padding:3.053vw 9.160vw;
    font-size: 4.58vw;
    border-radius: 25.19vw;
    border: 1px solid  #A3A3A3;
    margin: auto 0;
    display: inline;
    flex-shrink: 0; 
  }
  .sz_btn_list .sz_button:nth-child(1){
    margin-bottom: 4.071vw;
  }
  .sz_btn .sect_mar-b{
    margin-bottom:12.213vw
  }
  .sz_benefits_card.sz_benefits_left{
    color: #ffffff;
  }
  .sz_benefits_card .text_box{
    top: auto !important;
    left: 2.544vw;
    bottom: 2.544vw !important;
  }
  .sz_benefits_body{
    flex-direction: column;
  }
  .sz_benefits_card.sz_benefits_left,.sz_benefits_right{
    width: 100%;
    height: auto;
  }
  .sz_benefits_card img{
    height: auto;
  }
  .sz_benefits_card{
    width: 44.529vw;
    height: auto;
  }
  .sz_benefits_right .sz_benefits_card{
    margin-top: 4.071vw;
  }
  .sz_discount_title{
    margin-bottom: 12.213vw;
  }
  .sz_discount_card{
    width: 81.424vw;
    margin-left: 4.071vw;
  }
  .sz_discount_card:last-child{
    margin-right: 4.071vw;
  }
  .sz_discount{
    overflow: hidden;
  }
  .sz_discount .bg_img{
    position: absolute;
    width: 100%;
    top:0;
  }
  .sz_discount .sz_discount_body{
    position: relative;
    left: auto;
    transform: none;
    bottom: auto;
    padding-top: 80vw;
    padding-bottom: 2.9vw;
    width: 100%;
    margin: 0;
  }
  .sz_discount_card a{
    height: 10.2vw;
    width: 73.2vw;
    left: 4vw;
    bottom: 5.3vw;
  }
  .sz_discount_card a.img{
    height: 34vw;
    width: 44.5vw;
    left: 18.5vw;
    top: 16vw;
  }
  .sz_discount{
    padding-top: 16.284vw;
  }
  .sz_link{
    height: 17.811vw;
  }
  .sz_link_box{
    padding: 3.053vw 0;
  }
  .sz_link_btn{
    width: 71.246vw;
    padding: 2.544vw 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 4.58vw;
  }
  .sz_why{
    padding-top: 7.6335vw;
  }
  .sz_why_title{
    margin-bottom: 8.142vw;
    font-size: 6.106vw;
  }
  .sz_why_text{
    font-size: 4.58vw;
  }
  .sz_why_good{
    margin: 12.213vw 0;
    grid-template-columns: repeat(2, 2fr);
    grid-gap: 4.071vw;
  }
  .sz_why_good .label{
    font-size: 4.58vw;
    margin-bottom: 2.035vw;
  }
  .sz_why_good .value{
    font-size: 3.8vw;
  }
  .sz_review{
    padding: 24.427vw 0
  }
  .sz_review_card{
    flex-direction: column;
  }
  .sz_review_card .auto_img{
    width: 100%;
    height: auto;
    margin-bottom: 4.071vw;
  }
  .sz_review_card .user_box img{
    height: 4.58vw;
  }
  .sz_review_card .user_box span{
    font-size: 4.071vw;
  }
  .sz_review_card .text_box_content{
    font-size: 3.562vw;
  }
  .sz_media_title{
    margin-bottom: 12.213vw;
  }
  .sz_media .sz_section_body{
    margin: 0;
  }
  .sz_media_list{
    grid-template-columns: repeat(1, 3fr);
    grid-gap: 6.106vw;
  }
  .sz_media_list .item{
    padding: 6.106vw;
  }
  .sz_media_list .top .title{
    height: 3.053vw;
  }
  .sz_media_list .top .text{
    font-size: 3.562vw;
    margin-bottom: 4.071vw;
  }
  .sz_media_list .bottom{
    font-size: 4.071vw;
  }
  .swiper-button-prev, .swiper-button-next{
    width: 32px;
    height: 32px;
  }
  .swiper-button-next{
    margin-left: 12px;
  }
  .swiper-pagination-bullet{
    margin-right: 10px;
    width: 6px;
    height: 6px;
  }
  .swiper-pagination-bullet-active{
    width: 32px;
    border-radius: 6px;
  }
}