#container{
    margin: 0;
}
#container_title{
    display: none;
}

.sub_banner{
    height: 200px;
    text-align: center;
    background-image: url("/img/sub1_tit_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.sub_banner .sub_tit{
    font-size: 2em;
    letter-spacing: -1px;
    position: absolute;
    color: #fff;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.sub_banner::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    z-index: 2;
}
.sub_content{
    max-width: 1280px;
    width: 92% !important;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 10%;
}

.ex_tit{
    margin-bottom: 1.6em;
}

.sub_logo img{
    height: 40px;
    width: auto;
}

.minimi{
    font-size: 1.2em;
    letter-spacing: -1px;padding: 10px 0;
}
.red{
    color: red;
}
/* 제로메이커스 다회용기를 사용했을 때~ */
.change{
    display: flex;
    margin-top: 8%;
}
.change .change_fir{
    width: 14%;
    position: relative;
}
.change .change_fir::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #00D874;
    top: 50%;
    transform: translate(0, -50%);
}
.change .change_sec{
    width: 72%;
    padding:0 20px;
    text-align: center;
}
.change .change_thir{
    width: 14%;
    position: relative;
}
.change .change_thir::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #00D874;
    top: 50%;
    transform: translate(0, -50%);
}

.illust{
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}
.illust img{
    width: 100%;
}
.illusttit{
    margin-top: 20px;

}
.illusttit .explan{
    text-align: center;
}
/* 슬릭 */
.slick-slider>div{
    height: 300px;
    overflow: hidden;
}
.slick-slider>div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-prev, .slick-next{
    z-index: 20;
}
.slick-next{
    right: 0 !important;
}
.slick-prev{
    left: 0 !important;    
}
.slick-dots{
    display: none !important;
}
.slick-slider.slick-slider2>div{
    height: auto;
    border-radius: 20px;
}

.slick-slider.slick-slider3>div{
    height: 335px;
    overflow: hidden;

}
/* 탭 */

  .tab-buttons {
    display: flex;
    flex-wrap: wrap;
    /* gap: 10px; */
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
  }

  .tab-buttons li {
    flex: 1 1 22%;
    min-width: 100px;
    text-align: center;
    padding: 20px 15px;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: 0.3s;
  }

  .tab-buttons li.active {
    background: #333;
    color: #fff;
  }

  .tab-content {
    display: none;
    padding: 20px;
    border-radius: 5px;
  }
  .tab-content svg{
    width: 13px;
    fill:#00D874;
  }
  .tab-content .tit{
    text-align: center;   
    margin-bottom: 40px;
  }

  .tab-content.active {
    display: block;
  }
  .tab-contents .servi{
    display: flex;
    align-items: center;    flex-wrap: wrap;
    justify-content: center;
  }
 .tab-contents .servi01,
 .tab-contents .servi02{
    width: 49%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 40px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 40px 0;
 }
 .tab-contents .servi01{
    margin-right: 2%;
 }
 .tab-contents .servi_left{
    width: 100%;
 }
 .tab-contents .servi_right{
    width: 100%;margin-top: 40px;
 }
 .tab-contents .bordering{
    background-color: #00D874;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    text-align: center;
    color: #fff;font-size: 1.3em;
    border-radius: 50px 50px 50px 50px;
    margin-bottom: 10px;
 }
 .tab-content .flobox{
    display: flex;
    flex-direction: column;
    min-height: 140px;
    align-items: flex-start;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;line-height: 1.7;
 }
 .tab-content .flobox .flex{
    width: 100%;
 }
 
.tab-contents span{
    font-size: 1.2em;
    letter-spacing: -1px;
}


.tab-contents span:first-child{
    width: 19%;
    margin-right: 1%;
    text-align: right;
}
.tab-contents span:last-child{
    width: 80%;
    text-align: left;
}



.tab-contents .servi02 span:first-child{
    width: 5%;
    margin-right: 1%;
    text-align: right;
}
.tab-contents .servi02 span:last-child{
    width: 91%;
    text-align: left;
}



.tab-content h2{
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 20px;
}

/* 탭2 */
.tab2_box{
    width: 100%;
    display: flex;
    text-align: center;
}
.tab2_box .tab2_box_left,
.tab2_box .tab2_box_right{
    width: 49%;
}
.tab2_box .tab2_box_left{
    margin-right: 2%;
}
.tab2_box .tab2_box_left .fir_box{
    width: 100%;
}
.tab2_box .fir_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* tab3 */
#tab3 .ex_tit{
    text-align: center;
}
/* tab4 */
#tab4 .ex_tit{
    text-align: center;
}
#tab4 .tabm{
    display: none;
}
#tab4 .teb4box{
    display:flex;flex-wrap: wrap;
}
#tab4 .teb4box>div{
    width: 49%;
}
#tab4 .teb4box>div:first-child{
    margin-right: 2%;    
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 비율 */
    height: 0;
    overflow: hidden;
  }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.forms label{
    font-size: 1.23em;
    margin-bottom: 10px;
    display: block;
}
.forms .tit{
    font-size: 1.25em;
    margin-bottom:7px;
}

.bowl_type{
    display: flex;   
    margin-bottom: 20px;
}
.bowl_type .preference{
    width: 25%;
}
.quantity {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.quantity .preference{
    width: 25%;
}

.bowl_type label,
.quantity label{
    display: inline-block;
    margin-bottom: 0;
}


  @media (max-width: 1180px) {

    .tab-contents .servi01, .tab-contents .servi02{
        padding: 30px;
      }
  }

/* -----반응형------- */
@media (max-width: 950px) {
    .tit{
        font-size: 1.9rem;
    }

    .tab-contents .servi01, .tab-contents .servi02{
        width: 100%;
        padding: 20px;
      }
      .tab-content{
        padding: 0;
      }
      .tab-content .flobox,
      .tab-content .flobox .flex{
        display: block;
        text-align: left;
      }
      .tab-content .flobox{
        min-height: auto;
        padding-bottom: 30px;
      }
      .tab-content h2{
        font-size: 1.5em;
      }
      .tab-contents .servi_right{
        margin-top: 30px;
      }


}
@media (max-width: 767px) {
    .sub_banner{
        height: 300px;
    }
    .sub_banner .sub_tit{
        font-size: 1.5em;
        line-height: 1.2em;
        width: 92%;
    }
    .tit{
        font-size: 1.5rem;
    }
    .change .change_sec{
        width: 95%;
    }
    .slick-slider>div{
        height: auto;
    }

    /* 탭 */
    .tab-buttons li {
        flex: 1 1 48%;
      }
      .tab2_box{
        flex-wrap: wrap;
      }
      .tab2_box .tab2_box_left,
      .tab2_box .tab2_box_right{
          width: 100%;
      }
      .tab-content .tit{
        font-size: 1.5em;
      }
   /* tab4 */
  
   #tab4 .tabm{
    display: block;
    margin-bottom: 20px;
    }
    #tab4 .tabpc{
        display: none;
    }

    #tab4 .teb4box>div{
        width: 100%;
    }
    .slick-slider.slick-slider3>div{
        height: auto;
    }

}
@media (max-width: 544px) {
    .tit{
        font-size: 1.2rem;
    }
    .illust{
        margin-top: 20px;
    }
    .explan{
        font-size: 1.23rem;
        line-height: 34px;
    }
    /* 탭 */
    /* .tab-buttons li {
        flex: 1 1 100%;
      } */

      .quantity .preference{
        width: 50%;
    }
    
}
@media (max-width:400px) {
    .change .change_fir,
    .change .change_thir{
        width: 3%;
    }
    .sub_logo img{
        height: auto;
        width: 100%;
    }
    .quantity .preference{
        width: 100%;
    }
}