
.product_list_custion{display: flex;}
.thum_img{}


.product_list_custion ul{display: flex; gap:30px; flex-wrap: wrap; width: 100%}
.product_list_custion ul li{width: calc(33.33% - 20px);text-align: center }

.product_list_custion ul li .thum_img{overflow: hidden; background: #f9f9f9; border-radius: 20px; margin-bottom: 40px;}
.product_list_custion ul li span{display: block;}
.subject_p{font-size: 20px; color: #222222; font-weight: bold}
.text_p{color: #777777; font-size: 16px; font-weight: 600}


.product_all_custion{}
.product_all_custion ul{display: flex; gap:30px; flex-wrap: wrap; width: 100%}
.product_all_custion ul li{width: calc(33.33% - 20px);text-align: center ; overflow: hidden; border-radius: 20px; position: relative}
.product_all_custion ul li img{}
.product_all_custion ul li .bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; 
background: rgba(0,0,0,0.2); display: flex;flex-direction: column;
    align-items: center;
    justify-content: center; gap:10px; transition-duration: .5s}

.product_all_custion ul li h2{color: #fff; font-size: 30px; font-weight: 700; }
.product_all_custion ul li p{color: #fff; font-size: 18px; font-weight: 600; border-bottom: 2px solid #fff;display: none}

.product_all_custion ul li a:hover .bg{background: rgba(152,154,236,.8); transition-duration: .5s}
.product_all_custion ul li a:hover p{display: block}

.product {
  position: relative;
  overflow: hidden;
}
.product .main_item {
  position: relative;
  padding: 100px 0;
}
.product .main_item .title_list {
  margin-bottom: 50px; display: flex; gap:10px; flex-wrap: wrap;
}
.product .main_item .title_list span {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 50px;
  cursor: pointer;
  vertical-align: middle;
  padding: 0 35px;
  color: #666;
  border: 1px solid #f3f3f3; min-width: 170px
}
.product .main_item .title_list span:nth-of-type(2) {
 
}
.product .main_item .title_list span.on {
  background-color: #fff;
  color: #8e78cf;
  border-color:  #8e78cf;
}
/* 여기수정 */
.item_slider01 {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 295px;
  height: 350px;
  overflow: hidden;
  z-index: 10;
}
.item_slider01 .swiper-slide {
  /* position: relative; */
  /* height: 150px; */
  display: flex;
  align-items: center;
  position: relative;
  background-color: #b0adac;
  border-radius: 40px;
  padding-left: 95px;
  cursor: pointer;
}
.item_slider01 .swiper-slide .img_part {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 60px;
  height: 50px;
}
.item_slider01 .swiper-slide .img_part img {
  display: block;
  object-fit: contain;
  height: 100%;
}

/*20221229 투브플러스 추가*/
.item_slider01 .swiper-slide .text_part{
  width:90%;
}

.item_slider01 .swiper-slide .text_part p {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.item_slider01 .swiper-slide.swiper-slide-thumb-active,
.item_slider01 .swiper-slide.active  {
  background-color: #ff7044;
}
.item_slider01 .swiper-slide.swiper-slide-thumb-active .text_part p,
.item_slider01 .swiper-slide.active p {
  font-weight: 800;
}
.main_item .swiper-button-next,
.main_item .swiper-button-prev {
  color: #222;
} 
.main_item .swiper-button-next {
  background-image: url('../images/icons/arrow_r.png');
  background-size: 13px;
}
.main_item .swiper-button-prev {
  background-image: url('../images/icons/arrow_l.png');
  background-size: 13px;
}
.main_item .swiper-button-next::after,
.main_item .swiper-button-prev::after {
  font-size: 20px;
}
.main_item .swiper-button-next {
  right: 150px;
  transform: rotate(90deg);
  top: 610px;
}
.main_item .swiper-button-prev {
  right: 150px;
  transform:  rotate(90deg);
  top: 190px;
  left: auto;
}
.main_item .item_slider02 .swiper-slide {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.main_item .item_slider02 .img_part {
  width: 500px;
  height: 500px;
  border-radius: 15px;
  overflow: hidden;
}
.main_item .item_slider02 .img_part img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* 여기수정 */
.main_item .item_slider02 .text_part {
  max-width: 650px;
  padding-right: 60px;
  width: 55%;
}
.main_item .item_slider02 .text_part > span {
  display: block;
  font-size: 46px;
  font-weight: 700;
  color: var(--gray-3);
}
.main_item .item_slider02 .text_part ol {
  margin-top: 50px;
  margin-bottom: 70px;
}
.main_item .item_slider02 .text_part ol li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.main_item .item_slider02 .text_part ol li p {
  font-size: 18px;
  font-weight: 400;
  color: #666;
}
.main_item .item_slider02 .text_part ol li i {
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #b0adac;
  border-radius: 50%;
}
.main_item .item_slider02 .text_part .more_btn {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #ccc;
}
.main_item .item_slider02 .text_part .more_btn span {
  color: var(--gray-3);
  font-size: 18px;
  font-weight: 700;
}

section.data {
  padding: 120px 0;
  background-color: #fff7f4;
}
.data .wrap .section_title {
  font-size: 32px;
  font-weight: 400;
  color: var(--gray-3);
}
.data .wrap > ol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
}
.data .wrap > ol li .img_part {
  width: 250px;
  height: 250px;
  margin: auto;
}
.data .wrap > ol li .img_part img {
  object-fit: contain;
  height: 100%;
}
.data .wrap > ol li .data_btn {
  width: 270px;
  height: 70px;
  display: block;
  text-align: center;
  line-height: 70px;
  border-radius: 35px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-top: 60px;
}
.data .wrap > ol li:nth-child(1) .data_btn{
  background-color: #ff7044;
}
.data .wrap > ol li:nth-child(2) .data_btn{
  background-color: #ffb244;
}
.data .wrap > ol li:nth-child(3) .data_btn{
  background-color: #96d552;
}
.product .go_to_top {
  position: absolute;
  right: 50px;
  bottom: 55px;
}

/* sa animation part  */
.swiper-slide-active .ssa {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.swiper-slide-active .ssa-left{
  animation-name: sa-fade-left;
  animation-duration: 800ms;
  animation-delay: 50ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.swiper-slide-active .ssa-right {
  animation-name: sa-fade-right;
  animation-duration: 800ms;
  animation-delay: 50ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.swiper-slide-active .ssa-up {
  animation-name: sa-fade-up;
  animation-duration: 800ms;
  animation-delay: 50ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

/* product_detail : part  */
.product_detail {
  position: relative;
}
.product_detail .main_item {
  padding-top: 70px;
  padding-bottom: 120px;
}
.product_detail .main_item .wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_detail .main_item .img_part {
  width: 550px;
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
}
.product_detail .main_item .text_part {
  width: 580px;
}
.product_detail .main_item .text_part > span {
  font-size: 46px;
  font-weight: 800;
  color: var(--gray-3);
}
.product_detail .main_item .text_part .tag {
  margin-top: 30px;
  margin-bottom: 40px;
}
.product_detail .main_item .text_part .tag span {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 300;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.product_detail .main_item .text_part .tag span:first-child {
  border: 1px solid #ff7044;
  color: #ff7044;
  margin-right: 10px;
}
.product_detail .main_item .text_part > ol {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  padding-bottom: 25px;
}
.product_detail .main_item .text_part > ol li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 25px;
}
.product_detail .main_item .text_part > ol li p {
  font-size: 18px;
  font-weight: 400;
  color: #666;
}
.product_detail .main_item .text_part > ol li i {
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #b0adac;
  border-radius: 50%;
}
.product_detail .main_item .text_part .more_btn i {
  width: 35px;
  line-height: 0;
  font-size: 0;
}
.product_detail .banner_list {
  padding-bottom: 100px;
  overflow: hidden;
}
.product_detail .banner_list ol {}
.product_detail .banner_list ol li {
  position: relative; 
  border-radius: 30px;
  padding: 60px 55px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
}
.product_detail .banner_list ol li .img_part {
  position: relative;
  width: 50%;
}
.product_detail .banner_list ol li .img_part img {
  z-index: 10;
  position: relative;
}
.product_detail .banner_list ol li .text_part {
  position: relative;
  padding: 0 80px;
  width: 50%;
}
.product_detail .banner_list ol li .text_part h6 {
  font-family: 'Spoqa Han Sans';
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #eee;
  text-align: center;
  line-height: 70px;
}
.product_detail .banner_list ol li .text_part span {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin: 30px 0;
}
.product_detail .banner_list ol li .text_part p {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  scale: 1.03;
}
.product_detail .banner_list ol li:nth-of-type(1) {
  background-color: #ffc048;
}
.product_detail .banner_list ol li:nth-of-type(1)::after {
  content: '';
  position: absolute;
  display: block;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/images/product/list_item_03.png');
  right: 30px;
  bottom: -70px;
  z-index: 30;
}
.product_detail .banner_list ol li:nth-of-type(1) .img_part::before {
  content: '';
  position: absolute;
  display: block;
  width: 93px;
  height: 84px;
  background-image: url('/images/product/list_item_01.png');
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 65px;
  right: -65px;
}
.product_detail .banner_list ol li:nth-of-type(1) .text_part::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  background-image: url('/images/product/list_item_02.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.product_detail .banner_list ol li:nth-of-type(1) .text_part h6 {
  background-color: #ff7044;
}

.product_detail .banner_list ol li:nth-of-type(2) {
  background-color: #96d552;
}
.product_detail .banner_list ol li:nth-of-type(2) .text_part h6 {
  background-color: #3d7400;
}
.product_detail .banner_list ol li:nth-of-type(2)::after {
  content: '';
  position: absolute;
  display: block;
  width: 250px;
  height: 220px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/images/product/list_item_04.png');
  left: 30px;
  bottom: -90px;
  z-index: 30;
}
.product_detail .banner_list ol li:nth-of-type(2) .img_part::before {
  content: '';
  position: absolute;
  display: block;
  width: 150px;
  height: 150px;
  background-image: url('/images/product/list_item_05.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: -30px;
  left: -50px;
}
.product_detail .banner_list ol li:nth-of-type(2) .text_part::after {
  content: '';
  position: absolute;
  display: block;
  width: 400px;
  height: 130px;
  bottom: 0;
  left: 75px;
  background-image: url('/images/product/list_item_06.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.product_detail .banner_list ol li:nth-of-type(3) {
  background-color: #49c994;
}
.product_detail .banner_list ol li:nth-of-type(3)::after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/images/product/list_item_09.png');
  right: 30px;
  bottom: 30px;
  z-index: 30;
}
.product_detail .banner_list ol li:nth-of-type(3) .text_part {
  padding-right: 0;
}
.product_detail .banner_list ol li:nth-of-type(3) .text_part h6 {
  background-color: #0a6741;
  position: relative;
  z-index: 10;
}
.product_detail .banner_list ol li:nth-of-type(3) .text_part h6::before {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 40px;
  left: -35px;
  top: 10px;
  background-image: url('/images/product/list_item_07.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -10;
}
.product_detail .banner_list ol li:nth-of-type(3) .text_part h6::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0a6741;
  border-radius: 50%;
  z-index: -10;
}
.product_detail .banner_list ol li:nth-of-type(3) .text_part::after {
  content: '';
  position: absolute;
  display: block;
  width: 75px;
  height: 75px;
  top: 85px;
  right: 0;
  background-image: url('/images/product/list_item_08.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.product_detail .banner_list ol li:nth-of-type(4) {
  background-color: #68d1f8;
}
.product_detail .banner_list ol li:nth-of-type(4)::after {
  content: '';
  position: absolute;
  display: block;
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/images/product/list_item_13.png');
  left: 35px;
  bottom: -15px;
  z-index: 30;
}
.product_detail .banner_list ol li:nth-of-type(4) .text_part h6 {
  background-color: #035270;
}
.product_detail .banner_list ol li:nth-of-type(4) .img_part::before {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 70px;
  background-image: url('/images/product/list_item_10.png');
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 5px;
  left: -35px;
}
.product_detail .banner_list ol li:nth-of-type(4) .img_part::after {
  content: '';
  position: absolute;
  display: block;
  width: 65px;
  height: 65px;
  background-image: url('/images/product/list_item_11.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: -30px;
  right: -10px;
  z-index: 30;
}
.product_detail .banner_list ol li:nth-of-type(4) .text_part::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 85px;
  right: 60px;
  background-image: url('/images/product/list_item_12.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.product_detail .banner_list ol li:nth-of-type(5) {
  background-color: #b396f9;
}
.product_detail .banner_list ol li:nth-of-type(5)::after {
  content: '';
  position: absolute;
  display: block;
  width: 210px;
  height: 190px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/images/product/list_item_14.png');
  right: 35px;
  bottom: 15px;
  z-index: 30;
}
.product_detail .banner_list ol li:nth-of-type(5) .text_part h6 {
  background-color: #2c0c78;
}
.product_detail .banner_list ol li:nth-of-type(6) {
  background-color: #ff92ca;
}
.product_detail .banner_list ol li:nth-of-type(6) .img_part::before {
  content: '';
  position: absolute;
  display: block;
  width: 150px;
  height: 150px;
  background-image: url('/images/product/list_item_05.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: -30px;
  left: -50px;
}
.product_detail .banner_list ol li:nth-of-type(6) .img_part::after {
  content: '';
  position: absolute;
  display: block;
  width: 195px;
  height: 145px;
  background-image: url('/images/product/list_item_15.png');
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -20px;
  left: -140px;
  z-index: 30;
}
.product_detail .banner_list ol li:nth-of-type(6) .text_part h6 {
  background-color: #b22459;
}
.product_detail .banner_list ol li:nth-of-type(6) .text_part::after {
  content: '';
  position: absolute;
  display: block;
  width: 105px;
  height: 150px;
  bottom: -60px;
  left: 0;
  background-image: url('/images/product/list_item_16.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.product_detail .product_data {
  padding-bottom: 120px;
}
.product_detail .product_data .section_title {
  font-size: 32px;
  font-weight: 400;
  color: var(--gray-3);
  margin-bottom: 50px;
}
.product_detail .product_data ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_detail .product_data ul li {
  width: 48%;
  text-align: center;
}
.product_detail .product_data ul li a {
  font-family: 'Spoqa Han Sans';
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  border-radius: 10px;
  line-height: 100px;
}
.product_detail .product_data ul li:first-child a {
  background-color: #ff7044;
}
.product_detail .product_data ul li:first-child a::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 30px;
  background-image: url('/images/icons/download.png');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 15px;
}
.product_detail .product_data ul li:last-child  a{
  background-color: #b0adac;
}
.product_detail .item_list {
  padding-bottom: 180px;
}
.product_detail .item_list .section_title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_detail .item_list .section_title h2 {
  font-size: 32px;
  color: var(--gray-3);
  font-weight: 400;
}
.product_detail .item_list .section_title a {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  padding: 15px 25px;
  border: 1px solid #ccc;
  border-radius: 25px;
}
.product_detail .item_list ol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.product_detail .item_list ol li {
  width: 15%;
  margin-top: 40px;
}
.product_detail .item_list ol li img {
  border: 1px solid #eee;
  border-radius: 20px;
}
.product_detail .item_list ol li p {
  font-size: 18px;
  font-weight: 400;
  color: var(--gray-3);
  text-align: center;
  margin-top: 20px;
}
.product_slide {
  padding-bottom: 240px;
}
.product_slide .wrap {
  position: relative;
}
.product_slide .section_title {
  font-size: 32px;
  font-weight: 400;
  color: var(--gray-3);
  margin-bottom: 50px;
}
.product_slide .slide_items {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product_slide .slide_items .swiper-button-next, 
.product_slide .slide_items .swiper-button-prev {
  top: 65%;
  color: #ccc;
  background-size: 23px;
}
.product_slide .slide_items .swiper-button-prev {
  left: -50px;
  background-image: url('/images/icons/arrow_l_02.png');
}
.product_slide .slide_items .swiper-button-next {
  right: -50px;
  background-image: url('/images/icons/arrow_r_02.png');
}
.product_slide .slide_items .swiper-button-next::after, 
.product_slide .slide_items .swiper-button-prev::after {
  font-size: 35px;
}
.product_slide .slide_items .swiper-pagination {
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.product_slide .slide_items .swiper-pagination span:first-child {
  margin-right: 5px;
}
.product_slide .slide_items .swiper-pagination-bullet-active {
  background-color: #ff7044;
}
.product_slide .p_slide {
  overflow: hidden;
}
.product_slide .p_slide .swiper-slide img {
  border-radius: 10px;
}
.product_detail .go_to_top {    
  position: absolute;
  right: 50px;
  bottom: 55px;
}
@media screen and (max-width: 1800px ) {
  .main_item .item_slider02 .text_part {
    padding-right: 200px;
  }
}
@media screen and (max-width: 1451px ) {
  .main_item .item_slider02 .img_part {
    width: 370px;
    height: 370px;
    min-width: 370px;
    min-height: 370px;
    margin-right: 30px;
  }
  .main_item .item_slider02 .text_part {
    padding-right: 0;
    width: 100%;
    max-width: 780px;
  }
  .main_item .item_slider02 .text_part > span {
    font-size: 40px;
  }
  .main_item .item_slider02 .text_part ol {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .item_slider01 {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -40px;
    transform: translateX(-50%);
    width: 100%;
    height: 80px;
    padding-left: 30px;
  }
  .item_slider01 .swiper-slide {
    width: 270px !important;
  }
  .main_item .swiper-button-next {
  background-image: url('../images/icons/arrow_r_02.png');
  background-size: 30px;
}
.main_item .swiper-button-prev {
  background-image: url('../images/icons/arrow_l_02.png');
  background-size: 30px;
}
.main_item .swiper-button-next {
    top: 320px;
	    right: 20px;
  transform: rotate(0deg);
  }
  .main_item .swiper-button-prev {
    top: 320px;
	left: 20px;
  transform: rotate(0deg);
  }
  } 
  .data .wrap .section_title {
    font-size: 30px;
  }
  .product_detail .main_item .text_part {
    width: 48%;
  }
}
@media screen and (max-width: 1281px ){
  .product_detail .main_item {
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .product_detail .main_item .img_part {
    width: 45%;
    height: auto;
  }
  .product_detail .main_item .text_part > span {
    font-size: 30px;
  }
  .product_detail .main_item .text_part .tag {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .product_detail .main_item .text_part > ol {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .product_detail .main_item .text_part > ol li {
    margin-bottom: 15px;
  }
  .product_detail .main_item .text_part > ol li p {
    font-size: 16px;
    word-break: keep-all;
  }
  .product_detail .banner_list {
    padding-bottom: 65px;
  }
  .product_detail .banner_list ol li .img_part {
    width: 40%;
  }
  .product_detail .banner_list ol li .text_part {
    width: 60%;
    padding: 0 35px;
  }
  .product_detail .banner_list ol li .text_part h6 {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
  }
  .product_detail .banner_list ol li .text_part span {
    margin: 15px 0;
  }
  .product_detail .banner_list ol li .text_part p {
    font-size: 30px;
  }
  .product_detail .banner_list ol li:nth-of-type(1)::after {
    width: 150px;
    height: 150px;
  }
  .product_detail .banner_list ol li:nth-of-type(2)::after {
    width: 210px;
    height: 210px;
    bottom: -110px;
  }
  .product_detail .banner_list ol li:nth-of-type(2) .text_part::after {
    bottom: -15px;
  }
  .product_detail .banner_list ol li:nth-of-type(3) .text_part h6::before {
    width: 50px;
    height: 25px;
  }
  .product_detail .banner_list ol li:nth-of-type(4)::after {
    width: 110px;
    height: 110px;
    bottom: -30px;
  }
  .product_detail .banner_list ol li:nth-of-type(5)::after {
    width: 180px;
    height: 170px;
  }
  .product_detail .banner_list ol li:nth-of-type(6) .img_part::after {
    width: 165px;
    height: 120px;
  }
  .product_detail .banner_list ol li:nth-of-type(6) .text_part::after {
    width: 100px;
    height: 100px;
  }
  .product_detail .product_data {
    padding-bottom: 90px;
  }
  .product_detail .product_data .section_title {
    font-size: 30px;
  }
  .product_detail .item_list .section_title h2 {
    font-size: 30px;
  }
  .product_detail .item_list {
    padding-bottom: 120px;
  }
  .product_slide .slide_items .swiper-button-next, 
  .product_slide .slide_items .swiper-button-prev  {
    display: none;
  } 
}
@media screen and (max-width: 1081px ) {
  .main_item .item_slider02 .img_part {
    width: 340px;
    height: 340px;
    min-width: 340px;
    min-height: 340px;
    margin-right: 30px;
  }
  .main_item .item_slider02 .text_part > span {
    font-size: 30px;
  }
  .main_item .item_slider02 .text_part ol li p {
    font-size: 16px;
  }
  .data .wrap > ol li .img_part {
    width: 180px;
    height: 180px;
  }
  .data .wrap > ol li .data_btn {
    width: 190px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    margin-top: 35px;
  }

  .product_detail .banner_list ol li .text_part h6 {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .product_detail .banner_list ol li .text_part span {
    margin: 10px 0;
    font-size: 18px;
  }
  .product_detail .banner_list ol li .text_part p {
    font-size: 24px;
  }
  .product_detail .banner_list ol li:nth-of-type(1)::after {
    width: 130px;
    height: 130px;
  }
  .product_detail .banner_list ol li:nth-of-type(1) .img_part::before {
    width: 60px;
    height: 55px;
    bottom: 65px;
    right: -35px;
  }
  .product_detail .banner_list ol li:nth-of-type(2)::after {
    width: 155px;
    height: 170px;
  }
  .product_detail .banner_list ol li:nth-of-type(2) .text_part::after {
    bottom: -35px;
    left: 0;
    width: 230px;
    height: 75px;
  }
  .product_detail .banner_list ol li:nth-of-type(3) .text_part h6::before {
    width: 50px;
    height: 15px;
    left: -15px;
  }
  .product_detail .banner_list ol li:nth-of-type(3) .text_part::after {
    width: 50px;
    height: 50px;
    top: 30px;
  }
  .product_detail .banner_list ol li:nth-of-type(3)::after {
    width: 80px;
    height: 80px;
  }
  .product_detail .banner_list ol li:nth-of-type(4)::after {
    width: 85px;
    height: 85px;
    bottom: -15px;
  }
  .product_detail .banner_list ol li:nth-of-type(4) .text_part::after {
    width: 40px;
    height: 40px;
    top: 35px;
    right: 45px;
  }
  .product_detail .banner_list ol li:nth-of-type(4) .img_part::after {
    width: 40px;
    height: 40px;
  }
  .product_detail .banner_list ol li:nth-of-type(5)::after {
    width: 140px;
    height: 130px;
  }
  .product_detail .banner_list ol li:nth-of-type(6) .img_part::after {
    width: 126px;
    height: 90px;
    left: -100px;
  }
  .product_detail .banner_list ol li:nth-of-type(6) .text_part::after {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px ) {
  .container {
    padding-bottom: 0;
  }
  .product .main_item {
    padding: 60px 0;
  }
  .main_item .item_slider02 .swiper-slide {
    flex-direction: column;
  }
  
  
  .product_list_custion ul li .thum_img{margin-bottom: 20px}
  .subject_p, .product_all_custion ul li h2{font-size: 16px; word-break: keep-all}
  .text_p, .product_all_custion ul li p{font-size: 14px;}
  
  .product_list_custion ul, .product_all_custion ul{gap:10px;}
  .product_list_custion ul li, .product_all_custion ul li{width:calc(50% - 5px)}
  
  .product .main_item .title_list {
    margin-bottom: 35px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px
  }
  .product .main_item .title_list span  {
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 15px
  }
  .product .main_item .title_list span:nth-of-type(2) {
	margin: 0
  }
  .main_item .item_slider02 .img_part {
    width: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
    margin-right: 0;
  }
  .main_item .item_slider02 .text_part {
    margin-top: 30px;
  }
  .item_slider01 {
    display: none;
  }
  section.data {
    padding: 60px 0;
    padding-bottom: 130px;
  }
  .data .wrap .section_title {
    font-size: 26px;
  }
  .data .wrap > ol {
    flex-direction: column;
  }
  .product .go_to_top {
    position: absolute;
    right: 15px;
    bottom: 30px;
  }
  .product_detail .main_item .wrap {
    flex-direction: column;
  }
  .product_detail .main_item .img_part {
    width: 100%;
    margin-bottom: 30px;
  }
  .product_detail .main_item .text_part {
    width: 100%;
  }

  .product_detail .banner_list {
    padding-bottom: 35px;
  } 
  .product_detail .banner_list ol li {
    padding: 30px 25px;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .product_detail .banner_list ol li .img_part {
    width: 100%;
  }
  .product_detail .banner_list ol li .text_part{
    width: 100%;
    padding: 0;
  }
  .product_detail .banner_list ol li .text_part p {
    font-size: 20px;
  }
  .product_detail .banner_list ol li:nth-of-type(1) .img_part::before {
    right: -23px;
  }
  .product_detail .banner_list ol li:nth-of-type(1)::after {
    width: 100px;
    height: 100px;
    right: 5px;
    bottom: -45px;
  }
  .product_detail .banner_list ol li:nth-of-type(2)::after {
    width: 120px;
    height: 110px;
    bottom: -45px;
  }
  .product_detail .banner_list ol li:nth-of-type(2) .text_part::after {
    display: none;
  }
  .product_detail .banner_list ol li:nth-of-type(3)::after {
    width: 60px;
    height: 60px;
    bottom: 10px;
  }
  .product_detail .banner_list ol li:nth-of-type(4) .text_part::after {
    right: 5px;
  }
  .product_detail .banner_list ol li:nth-of-type(4) .img_part::before {
    left: -15px;
  }
  .product_detail .banner_list ol li:nth-of-type(4)::after {
    width: 65px;
    height: 65px;
  }
  .product_detail .banner_list ol li:nth-of-type(5)::after {
    width: 95px;
    height: 90px;
  }
  .product_detail .banner_list ol li:nth-of-type(6) .text_part::after {
    display: none;
  }
  .product_detail .banner_list ol li:nth-of-type(6) .img_part::after {
    width: 85px;
    height: 70px;
    left: -15px;
  }

  .product_detail .product_data .section_title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .product_detail .product_data ul li a {
    font-size: 16px;
    line-height: 60px;
  }
  .product_detail .product_data ul li:first-child a::after {
    display: none;
  }
  .product_detail .product_data {
    padding-bottom: 40px;
  }
  .product_detail .item_list {
    padding-bottom: 90px;
  }
  .product_detail .item_list .section_title h2 {
    font-size: 26px;
  }
  .product_detail .item_list .section_title a {
    padding: 10px ;
  }
  .product_detail .item_list ol li {
    width: 23%;
    margin-top: 25px;
  }
  .product_detail .item_list ol li p {
    font-size: 14px;
    word-break: keep-all;
  }
  .product_slide {
    padding-bottom: 140px;
  }
  .product_detail .item_list {
    padding-bottom: 40px;
  }
  .product_slide .section_title {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .product_detail .go_to_top {
    right: 15px;
    bottom: 30px;
  }
}