/* 메인배너, 상품리스트, 탑배너 css */
.top_banner{
  background-color: #f3b94e;
  position: relative;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  overflow: hidden;
}
.top_banner_disc{
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  white-space: nowrap;
}
.top_banner_close{
  float: right;
  padding: 0 10px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width : 425px) {
  .top_banner_disc{
      font-size: 0.8rem;
  }
}

.main_banner_container{
  width: 100%;
  position: relative;
  overflow: hidden;
  /* background-color: #c5c5c5; */
  height: 450px;
}
.main_banner_title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2vmax;
  font-family: 'Pretendard-SemiBold';
  font-size: 2vmax;
  text-shadow: 0 0 7px #26171c;
  color: #fff;
  word-break: keep-all;
}
.main_banner_link{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main_banner_container{
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.main_banner_swiper img{
  object-fit: cover; 
  width: 100%;
  height: 100%;
}
.main_banner_swiper{
  height: 100%;
}
.main_banner_pagination {
  display: none;
}
.main_banner_pagination span{
  margin: 0 5px;
}
  
  @media screen and (max-width : 768px) {.main_banner_container{height: 300px;}}
  @media screen and (max-width : 425px) {.main_banner_container{height: 170px;}}

.section_title_box{
    margin-bottom: 50px;
    font-family: 'MaruBuri-Regular';
    text-align: center;
}
.section_title{
    font-size: 25px;
    font-weight: 900;
    padding-bottom: 15px;
}
.section_subtitle{
    font-size: 16px;
    display: inline-block;
    border-top: 1px solid;
    padding-top: 15px;
}

.subject_txt_box{
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    padding-left: unset;
}

/* .subject_txt_box::before{
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0;
    left: 0;
    content: "";
    background-color: unset !important; 
} */

.subject_title{
    position: relative;
    font-size: 22px;
    font-weight: 900;
    color: #222;
}

.subject_subtitle{
    /* font-family: 'GmarketSansMedium'; */
    position: relative;
    /* padding-left: 10px; */
    font-size: 15px;
    color: #525252;
}

.product_section{
    overflow: hidden;
    margin-top: 50px;
}

.product_item_box{
    float: left;
    box-sizing: border-box;
    position: relative;
}
.product_item_img{
    position: relative;
    overflow: hidden;
    /* box-shadow: 1px 1px 7px 0px #00000063; */
}
.product_item_img>a{
    display: block;
    width: 100%;
    height: 100%;
}
.product_item_img img{
    /* position: absolute; */
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.product_item_disc_box{
    position: relative;
}
.product_item_disc_box>.title,
.product_item_disc_box>.disc{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}
.product_item_disc_box>.price{
    color: #F24726;
    /* text-align: right; */
    font-weight: 900;
}
.product_item_disc_box{
    position: relative;
}
.product_item_disc_box a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product_item_box:hover .product_item_img>a::after,
.product_item_box:hover .product_item_img>a::before{
    transform: translateX(0%);
    transform: translateY(0%);
}
/* .product_item_box:hover .product_item_img{
    background-color: transparent;
} */
/* 일괄적용(a태그 이미지/글 섹션 분리시키지 않고 한 아이템당 하나의 a태그를 갖도록 수정한것.)
> 이렇게 주니까 a태그에 건 hover액션이 묻히거나, img에 둔 hover액션이 a태그에 가려져 동작하지 않는 문제 발생함.. 일단 다시 돌려두었음.  */
/* .product_item_box a{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
} */
/* .product_item_img에 background로 이미지 넣을경우를 위한 클래스명. */
.bg_setting{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-image: url(/_img/Design/noimage.jpg);  */
    /* background-image: url(../../image/noimage.png); */

}

@media screen and (max-width : 768px) {
    .section_title_box{
        margin-bottom: 30px;
    }
    .section_title{
        font-size: 18px;
        padding-bottom: 5px;
    }
    .section_subtitle{
        padding-top: 5px;
        font-size: 14px;
    }
    .product_section{
        margin-bottom: 50px;
    }
    .subject_title{
        font-size: 17px;
    }
    .subject_subtitle{
        font-size: 14px;
    }

    .m_top {
        margin-top: 75px;
    }
    .partners_item_box {
        width: calc(100% / 3);
        padding: 10px;
    }
    .partners{
        padding: 75px 0 150px;
    }
}
@media screen and (max-width : 425px) {
    .subject_title {
        font-size: 17px;
    }
    .subject_subtitle {
        padding-left: unset;
        font-size: 14px;
    }
    .product_section{
        margin-bottom: 0px;
        margin-top: 0;
    }
    .m_top {
        margin-top: 30px;
    }
    .partners_item_box {
        width: calc(100% / 2);
    }
}




.product_section.banner_in_1_2{
    background-image: linear-gradient(45deg,#00cc99,#fffeb3);
    padding: 50px;
    box-sizing: border-box;
    
  }
  .banner_in_1_2 .banner_container{
    position: relative;
  }
  .banner_in_1_2 .product_item_box{
    float: unset;
    overflow: hidden;
  }
  .banner_in_1_2 .big_banner .product_item_img{
    position: relative;
    width: 50%;
    overflow: hidden;
    padding-bottom: 50%;
    float: left;
  }
  .banner_in_1_2 .big_banner img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
  }
  .banner_in_1_2 .big_banner .product_item_disc_box{
    width: 50%;
    float: right;
    padding-left: 3%;
    box-sizing: border-box;
  }
  .banner_in_1_2 .big_banner .title{
    font-size: 28px;
    line-height: 1.6;
    font-weight: 900;
    border-bottom: 1px solid;
    text-overflow: unset;
    white-space: unset;
  }
  .banner_in_1_2 .product_item_img>a{
    height: auto;
  }
  
  .banner_in_1_2 .banner_box{
    width: 50%;
    position: absolute;
    left: 50%;
    bottom: 0;
    box-sizing: border-box;
    padding-left: 3%;
  }
  .banner_in_1_2 .banner_box .product_item_box{
    margin-top: 2%;
  }
  
  .banner_in_1_2 .banner_box .product_item_disc_box{
    width: 75%;
    float: right;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .banner_in_1_2 .banner_box .product_item_img{
    width: 25%;
    padding-bottom: 25%;
    float: left;
  }
  .banner_in_1_2 img{
    position: absolute;
  }
  .banner_in_1_2 .banner_box .title{
    font-weight: 900;
    font-size: 18px;
  }
  .banner_in_1_2 .banner_box .disc{
    font-size: 14px;
  }
  
  @media screen and (max-width:1024px) {
    .product_section.banner_in_1_2{
        padding: 50px 30px;
    }
  }
  
  @media screen and (max-width:768px) {
    .banner_in_1_2 .big_banner .title{
        font-size: 20px;
    }
    .product_section.banner_in_1_2{
        padding: 50px 0px;
    }
    .banner_in_1_2 .banner_box .title{
        font-size: 16px;
    }
  }
  @media screen and (max-width:640px) {
    .product_section.banner_in_1_2{
        padding: 30px 0 50px;
    }
    .banner_in_1_2 .product_item_disc_box{
        margin-bottom: 20px;
    }
    .banner_in_1_2 .big_banner .product_item_img{
        padding-bottom: unset;
        height: 450px;
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .banner_in_1_2 .big_banner .product_item_disc_box{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .banner_in_1_2 .banner_box{
        position: unset;
        width: unset;
    }
    .banner_in_1_2 .banner_box{
        padding-left: 3%;
    }
  }
  
  @media screen and (max-width:480px){
    .banner_in_1_2 .big_banner .title{
        font-size: 16px;
    }
    .banner_in_1_2 .big_banner .product_item_img{
        height: 150px;
    }
  }
  
  .banner_in_1_4{
    padding: 80px 0 0px;
    background: url(../../image/background/bg_color_bar.png) #f3e04e repeat-x ;
    
  }
  .banner_in_1_4 .subject_txt_box{
    padding: 0;
    margin-bottom: 0;
    float: right;
    text-align: left;
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;
  }
  .banner_in_1_4 .banner_container{
    position: relative;
    font-size: 0;
  }
  
  .banner_in_1_4>.subject_txt_box::before{
    background-color: #f3e04e;
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0;
    left: 0;
    content: "";
    z-index: 99;
  }
  .banner_in_1_4 .banner_box_L{
    height: unset;
    position: relative;
    box-sizing: border-box;
    width: 38%;
    display: inline-block;
  }
  .banner_in_1_4 .banner_box_L .product_item_box{
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
  
    position: relative;
    padding-bottom: 100%;
  }
  .banner_in_1_4 .banner_box_L .product_item_disc_box>.title {
    font-weight: 900;
    font-size: 25px;
  }
  .banner_in_1_4 .banner_box_L .product_item_disc_box>.price {
    margin-top: 20px;
    font-size: 25px;
  }
  .banner_in_1_4 .banner_box_L .product_item_disc_box{
    position: unset;
    bottom: 0;
    color: rgb(0, 0, 0);
    width: 100%;
    box-sizing: border-box;
    padding-top: 5%;
  
  
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10% 5% 0;
  }
  .banner_in_1_4 .banner_box_L .title{
    font-size: 25px;
  }
  .banner_in_1_4 .banner_box_L .product_item_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  
  .banner_in_1_4 .banner_box_R_container{
    display: inline-block;
    width: 62%;
    padding-left: 3%;
    box-sizing: border-box;
    vertical-align: top;
  }
  .banner_in_1_4 .banner_box_R_box{
    width: 100%;
    display: inline-block;
    margin-top: 100px;
    overflow: hidden;
    margin-top: 70px;
  }
  
  .banner_in_1_4 .banner_box_R_box .product_item_box{
    width: calc(100% / 4);
    box-sizing: border-box;
    padding: 0 10px;
  }
  .banner_in_1_4 .banner_box_R_box .product_item_img{
    position: relative;    
    padding-bottom: 100%;
    box-shadow: unset;
    border: 1px solid #999;
    background-color: #fff;
  }
  .banner_in_1_4 .banner_box_R_box .product_item_img a{
    position: absolute;
  }
  
  .banner_in_1_4 .banner_box_R_box .product_item_img::before{
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: #525252;
    font-size: 18px;
  }
  .banner_in_1_4 .banner_box_R_box .product_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .banner_in_1_4 .banner_box_R_box .product_item_disc_box{
    margin-top: 5px;
    font-size: 14px;
    padding-bottom: 5px;
  }
  .banner_in_1_4 .banner_box_R_box .title{
    font-weight: 900;
  }
  .banner_in_1_4 .banner_box_R_box .price{
    text-align: left;
    font-weight: 100;
  }
  
  @media screen and (max-width : 768px) {
    .banner_in_1_4{
        /* padding: 50px 10px 0; */
        padding: 10px;
    }
    .banner_in_1_4 .banner_box_L{
        /* width: 30%; */
        display: none;
    }
    .banner_in_1_4 .banner_box_R_container{
        /* width: 70%; */
        width: 100%;
        /* padding-left: 2%; */
        padding: 0;
    }
    .banner_in_1_4 .subject_txt_box{
        padding-top: 10px;
    }
    .banner_in_1_4 .subject_title{
        font-size: 28px;
    }
    .banner_in_1_4 .banner_box_R_box{
        margin-top: 50px;
    }
    .banner_in_1_4 .banner_box_R_box .product_item_box{
        width: calc(100% / 3);
    }
  }
  
  @media screen and (max-width : 425px) {
    .banner_in_1_4{
        padding: 20px 5px 0;
        background: #f3e04e ;
    }
    .banner_in_1_4 .subject_title {
        font-size: 18px;
    }
    .banner_in_1_4 .banner_box_R_container{
        padding: 0;
        width: 100%;
    }
    .banner_in_1_4 .banner_box_L{
        display: none;
    }
    .banner_in_1_4 .subject_title{
        padding-bottom: 10px;
    }
    .banner_in_1_4 .subject_txt_box{
        padding-top: 0;
    }
    .banner_in_1_4 .banner_box_R_box .product_item_box {
        width: calc(100% / 2);
        padding: 0 5px;
    }
    .banner_in_1_4 .banner_box_R_box .product_item_img{
        padding-bottom: 50%;
    }
    .banner_in_1_4 .banner_box_L .product_item_img{
        box-shadow: unset;
    }
  }.banner_in_4{
    background: url(../../image/pattern/footer_bg.png)  fixed;
  }
  .banner_in_4 .banner_container{
    padding: 50px 0;
  }
  .banner_in_4 .banner_box{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
  }
  .banner_in_4 .subject_txt_box{
    text-align: center;
    box-sizing: border-box;
    padding: 0 5%;
  }
  .banner_in_4 .subject_title{
    font-size: 30px;
    line-height: 2;
    border-bottom: 1px solid;
    display: inline-block;
  }
  .banner_in_4 .subject_subtitle{
    margin-top: 10px;
  }
  .banner_in_4 .banner_box {
    font-size: 0;
  }
  .banner_in_4 .banner_box .product_item_box{
    width: calc(100% / 4);
    padding: 10px;
    box-sizing: border-box;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .banner_in_4 .subject_txt_box{
    position: relative;
  }
  .banner_in_4 .subject_subtitle{
    padding-left: 0px;
    font-weight: 900;
    line-height: 1.6;
  }
  .banner_in_4 .product_item_img{
    display: inline-block;
    box-shadow: none;
    width: 50px;
    height: 50px;
  }
  .banner_in_4 .product_item_img img{
    height: auto;
    position: unset;
    transform: unset;
    left: unset;
    top: unset;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .banner_in_4 .product_item_disc_box>.title,
  .banner_in_4 .product_item_disc_box>.disc{
    text-overflow: unset;
    white-space: unset;
    overflow: unset;
  }
  
  .banner_in_4 .product_item_disc_box>.title{
    font-size: 25px;
    line-height: 1.6;
    border-bottom: 1px solid;
    display: inline-block;
    font-family: 'SLEIGothicTTF';
  }
  .banner_in_4 .product_item_disc_box>.disc{
    font-size: 16px;
    color: #525252;
  }
  
  @media screen and (max-width:768px) {
    .banner_in_4 .banner_box .product_item_box {
        width: calc(100% / 2);
        text-align: center;
    }
    .banner_in_4 .banner_box{
        width: 90%;
    }
    .banner_in_4 .subject_title{
        font-size: 22px;
    }
    .banner_in_4 .subject_subtitle{
        font-size: 14px;
        margin-top: 5px;
    }
    .banner_in_4 .product_item_disc_box>.title{
        font-size: 20px;
    }
    .banner_in_4 .product_item_disc_box>.disc{
        font-size: 14px;
    }
  }
  @media screen and (max-width:480px) {
    .banner_in_4 .banner_container{
        padding: 30px 0 0;
    }
    .banner_in_4 .banner_box{
        width: 100%;
    }
    .banner_in_4 .subject_title{
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 5px;
    }
    .banner_in_4 .subject_subtitle{
        font-size: 14px;
        margin-top: 0;
        font-weight: 100;
    }
    .banner_in_4 .product_item_disc_box>.title{
        font-size: 16px;
    }
    .banner_in_4 .product_item_disc_box>.disc{
        font-size: 14px;
    }
    .banner_in_4 .product_item_img{
        width: 40px;
        height: 40px;
    }
    .banner_in_4 .subject_txt_box{
        margin-bottom: 30px;
    }
  
    .banner_in_4 .banner_box .product_item_box{
        padding: 0 5px 50px;
    }
  }.line_in_2>.subject_txt_box::before{
    background-color: #f3e04e;
  }
  .line_in_2 .product_item_box{
    padding: 0 10px;
    margin-bottom: 50px;
    flex: 0 0 50%;
    width: 50%;
}
  /* .line_in_2 .product_container{ */
  .product_container{
      display: flex;
      flex-wrap: wrap;
    }
  .line_in_2 .product_item_img{
    width: 100%;
    height: 300px;
  }
  .line_in_2 .product_item_disc_box{
    width: 100%;
    margin-top: 10px;
  }
  .line_in_2 .product_item_disc_box>.title{
    font-weight: 900;
    font-size: 18px;
  }
  .line_in_2 .product_item_disc_box>.price{
    font-size: 18px;
  }
  .line_in_2 .product_item_img>a::after{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 5px solid #f3e04e;
    border-bottom: 5px solid #f3e04e;
    box-sizing: border-box;
    transition: 0.5s;
    transform: translateX(-100%);
  }
  .line_in_2 .product_item_img>a::before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-left: 5px solid #f3e04e;
    border-right: 5px solid #f3e04e;
    box-sizing: border-box;
    transition: 0.5s;
    transform: translateY(100%);
    z-index: 99;
  }
  .product_item_box:hover .product_item_img>a::after,
  .product_item_box:hover .product_item_img>a::before{
    transform: translateX(0%);
    transform: translateY(0%);
  }
  .line_in_2 .product_item_box:hover .product_item_img img{
    transform: scale(1.1);
  }
  .line_in_2 .product_item_box:hover .product_item_img{
    background-color: transparent;
  }
  
  
  @media screen and (max-width : 768px){
    .line_in_2 .product_item_box{
        margin-bottom: 20px;
    }
    .subject_txt_box{
        margin-bottom: 30px;
    }
    .line_in_2 .product_item_img{
        height: 230px;
    }
    .line_in_2 .product_item_disc_box{
        margin-top: 10px;
        font-size: 14px;
    }
    .line_in_2 .product_item_disc_box>.price,.line_in_2 .product_item_disc_box>.title{
        font-size: 17px;
    }
  }
  @media screen and (max-width : 425px) {
    .line_in_2 .product_item_img{
        height: 150px;
    }
    .line_in_2 .product_item_box{
        width: 100%;
        flex: 1;
    }
    .line_in_2 .product_item_disc_box>.title {
        font-size: 16px;
    }
    .line_in_2 .product_item_disc_box>.price {
        font-size: 15px;
    }
  }
  .line_in_3 .product_item_box{
    width: calc(100% / 3);
    padding: 0 5px;
    margin-bottom: 50px;
  }  
  .line_in_3 .product_item_img{
    width: 100%;
    height: 250px;
    /* background-color: #525252; */
    transition: all 0.3s;
  }
  .line_in_3 .product_item_img img{
    z-index: 1;
    /* opacity: 0.8; */
  }
  .line_in_3 .product_item_disc_box{
    margin-top: 10px;
  }
  .line_in_3 .product_item_disc_box>.title{
    font-weight: 900;
    font-size: 18px;
  }
  .product_item_box:hover .product_item_img>a::after,
  .product_item_box:hover .product_item_img>a::before{
    transform: translateX(0%);
    transform: translateY(0%);
  }
  .line_in_3 .product_item_box:hover .product_item_img img{
    transform: scale(1.05);
  }
  /* .product_item_box:hover .product_item_img img{
    opacity: 1;
  } */
  
  @media screen and (max-width : 768px){
    .line_in_3 .product_item_box{
        margin-bottom: 50px;
        width: calc(100% / 2);
    }
    .subject_txt_box{
        margin-bottom: 30px;
    }
    .line_in_3 .product_item_img{
        height: 200px;
    }
    .line_in_3 .product_item_disc_box{
        font-size: 14px;
        margin-top: 10px;
    }
    .line_in_3 .product_item_disc_box>.price,.line_in_3 .product_item_disc_box>.title{
        font-size: 16px;
    }
  }
  @media screen and (max-width : 425px) {
    .line_in_3 .product_item_img{
        height: 140px;
    }
    .line_in_3 .product_item_disc_box>.title,
    .line_in_3 .product_item_disc_box>.price {
        font-size:15px;
    }
    .line_in_3 .product_item_box{
        margin-bottom: 30px;
        padding: 0 5px;
    }
    .line_in_3 .subject_title{
        font-size: 17px;
        padding-bottom: 5px;
    }
    .banner_in_3 .banner_box_R{
        width: 40%;
        margin-left: 5%;
    }
  }
  .line_in_4>.subject_txt_box::before{
    background-color: #f24726;
  }
  .line_in_4 .product_item_box{
    width: calc(100% / 4);
    flex: 0 0 25%;
    padding: 0 10px;
    margin-bottom: 50px;
    position: relative;
  }
  .line_in_4 .product_item_img{
    width: 100%;
    height: 360px;
    transition: all 0.25s;
    border: 2px solid transparent;
    box-shadow: unset;
  }
  .line_in_4 .product_item_box:nth-child(1)::before,
  .line_in_4 .product_item_box:nth-child(2)::before,
  .line_in_4 .product_item_box:nth-child(3)::before,
  .line_in_4 .product_item_box:nth-child(4)::before{
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 60px;
    height: 30px;
    background: #F24726;
    z-index: 9;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-weight: 900;
    border-radius: 0;
    font-size: 14px;
  }
  .line_in_4 .product_item_box:nth-child(1)::before{
    content: "1";
  }
  .line_in_4 .product_item_box:nth-child(2)::before{
    content: "2";
  }
  .line_in_4 .product_item_box:nth-child(3)::before{
    content: "3";
  }
  .line_in_4 .product_item_box:nth-child(4)::before{
    content: "4";
  }
  .line_in_4 .product_item_disc_box{
    margin-top: 10px;
  }
  .line_in_4 .product_item_disc_box>.title{
    font-weight: 900;
    font-size: 18px;
  }
  .product_item_box:hover .product_item_img>a::after,
  .product_item_box:hover .product_item_img>a::before{
    transform: translateX(0%);
    transform: translateY(0%);
  }
  
  .line_in_4 .product_item_img:hover{
    border: 2px solid #f24726;
  }
  
  .product_item_box:hover .product_item_img img{
    opacity: 1;
  }
  
  @media screen and (max-width : 768px){
    .line_in_4 .product_item_box{
        margin-bottom: 50px;
        /* width: calc(100% / 2); */
        flex: 0 0 50%;
    }
    .subject_txt_box{
        margin-bottom: 30px;
    }
    .line_in_4 .product_item_img{
        height: 200px;
    }
    .line_in_4 .product_item_disc_box{
        font-size: 14px;
        margin-top: 10px;
    }
    .line_in_4 .product_item_disc_box>.price,.line_in_4 .product_item_disc_box>.title{
        font-size: 16px;
    }
  }
  @media screen and (max-width : 425px) {
    .line_in_4 .product_item_box::before{
        top: 8px;
        width: 50px;
        height: 25px;
        line-height: 25px;
        font-weight: 100;
        font-size: 11px;
    }
    .line_in_4 .product_item_img{
        height: 140px;
    }
    .line_in_4 .product_item_disc_box>.title,
    .line_in_4 .product_item_disc_box>.price {
        font-size:15px;
    }
    .line_in_4 .product_item_box{
        margin-bottom: 30px;
        padding: 0 5px;
    }
    .line_in_4 .subject_title{
        padding-bottom: 5px;
    }
    .banner_in_3 .banner_box_R{
        width: 40%;
        margin-left: 5%;
    }
  }
  .slide_in_3{
    background-image: linear-gradient(135deg, #41b6f5, #41b);
    padding: 50px 0;
  }
  .slide_in_3 .subject_txt_box{
    text-align: left;
    width: 40%;
    position: absolute;
    padding: 0;
    margin-bottom: 0;
    z-index: 99;
  }
  .slide_in_3 .subject_title{
    font-size: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    color: #fff;
  }
  .slide_in_3 .subject_subtitle{
    font-size: 18px;
    color: #000;
    margin-top: 10px;
  }
  .slide_in_3>.subject_txt_box::before{
    background-color: #f3e04e;
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0;
    left: 0;
    content: "";
  }
  .slide_in_3 .slide_container{
    overflow: hidden;
    height: 440px;
    position: relative;
    box-sizing: border-box;
  }
  .slide_in_3 .slide_box{
    position: relative;
    width: 60%;
    height: 100%;
    overflow: hidden;
    float: right;
  }
  
  .slide_in_3 .product_item_box{
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0px 10px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    height: 100%;
  }
  .slide_in_3 .product_item_img{
    height: 100%;
  }
  .slide_in_3 .title {
    font-weight: 900;
    font-size: 25px;
  }
  .slide_in_3 .price {
    margin-top: 20px;
    font-size: 25px;
  }
  .slide_in_3 .product_item_box:hover .product_item_img img{
    transform:  scale(1.1);
  }
  .slide_in_3 .product_item_disc_box{
    position: absolute;
    bottom: 0;
    color: #ddd;
    width: 100%;
    box-sizing: border-box;
    padding: 30% 7% 2%;
    background-image: linear-gradient(0deg, #000000cf 50%, transparent);
  }
  .slide_in_3 .title{
    font-size: 25px;
    color: #FFF;
    margin-bottom: 5%;
  }
  .slide_in_3 .slide_btn{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: 2px solid ;
    box-sizing: border-box;
    position: absolute;
    border-radius: 10px;
    z-index: 99;
    cursor: pointer;
  }
  .slide_in_3 .btn_R{
    right: 60%;
    bottom: 0;
  }
  .slide_in_3 .indi_container{
    width: calc(40% - 50px);
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .slide_in_3 .indi_box{
    overflow: hidden;
    display: inline-block;
  }
  .slide_in_3 .indi{
    width: 15px;
    height: 15px;
    background-color: #ddd;
    border-radius: 50%;
    float: left;
    margin: 0 2px;
    cursor: pointer;
  }
  .slide_in_3 .indi_active{
    background-color: #3db5f5;
  }
  
  .slide_in_3 .product_item_img>a::after{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: translateX(-100%);
    z-index: 99;
  }
  .slide_in_3 .product_item_img>a::before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: translateY(100%);
    z-index: 99;
  }
  .product_item_box:hover .product_item_img>a::after,
  .product_item_box:hover .product_item_img>a::before{
    transform: translateX(0%);
    transform: translateY(0%);
  }
  .slide_in_3 .product_item_disc_box>.title,.slide_in_3 .product_item_disc_box>.disc{
    text-overflow: unset;
    white-space: unset;
    overflow: unset;
  }
  
  
  @media screen and (max-width: 1200px){
    .slide_in_3 .subject_subtitle{
        font-size: 16px;
    }
    .slide_in_3 .subject_txt_box{
        width: 30%;
        padding-left: 10px;
    }
    .slide_in_3 .slide_box{
        width: 70%;
    }
    .slide_in_3 .btn_R{
        right: 70%;
    }
    .slide_in_3 .subject_title {
        font-size: 30px;
        padding-bottom: 5px;
    }
    .slide_in_3 .product_item_box{
        padding: 0px 5px;
    }
  }
  
  @media screen and (max-width: 768px) {
  
    .slide_in_3{
        padding: 50px 0 80px;
    }
    .slide_in_3 .slide_box{
        width: 100%;
    }
    .slide_in_3 .btn_R{
        right: 20px;
        bottom: -45px;
    }
  
    .slide_in_3 .product_item_box {
        width: calc(100% / 2);
    }
  
    .slide_in_3 .subject_title{
        font-size: 22px;
        padding-bottom: 5px;
    }
    .slide_in_3 .subject_subtitle{
        font-size: 16px;
    }
    .slide_in_3 .product_item_disc_box{
        font-size: 14px;
    }
    .slide_in_3 .title{
        font-size: 18px;
        margin-bottom: 5%;
    }
    .slide_in_3 .slide_container {
        padding: 0;
        height: 400px;
        overflow: unset;
    }
    
    .slide_in_3 .subject_txt_box{
        width: 100%;
        position: unset;
        margin-bottom: 20px;
        text-align: center;
    }
  }
  @media screen and (max-width : 425px) {
    .slide_in_3 .slide_container{
        height: 300px;
    }
    .slide_in_3 .subject_title{
        font-size: 18px;
        padding-bottom: 5px;
    }
    .slide_in_3 .title{
        margin-bottom: 2%;
    }
    .slide_in_3 .subject_subtitle{
        font-size: 14px;
    }
    .slide_in_3 .product_item_box{
        width: calc(100% / 1);
    }
    .slide_in_3 .product_item_disc_box{
        padding: 30% 2% 5%;
    }
  }
  .slide_in_4>.subject_txt_box::before{
    background-color: #3db5f5;
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0;
    left: 0;
    content: "";
  }
  .slide_in_4 .slide_container{
    overflow: hidden;
    height: 440px;
    position: relative;
    padding: 0 30px 30px;
  }
  .slide_in_4 .slide_box{
    position: relative;
    widows: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .slide_in_4 .product_item_box{
    width: calc(100% / 4);
    box-sizing: border-box;
    padding: 0px 10px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    height: 100%;
  }
  .slide_in_4 .product_item_img{
    height: 65%;
  }
  .slide_in_4 .product_item_disc_box{
    margin-top: 20px;
  }
  .slide_in_4 .product_item_disc_box>.title {
    font-weight: 900;
    font-size: 20px;
  }
  .slide_in_4 .product_item_disc_box>.price {
    margin-top: 20px;
    font-size: 18px;
  }
  .slide_in_4 .slide_btn{
    background-color: #ffffff;
    color: #000;
    text-align: center;
    transform: translateY(-50%);
    position: absolute;
    top: calc(60% * 0.5);
    font-weight: 900;
    font-size: 14px;
    z-index: 99;
    box-shadow: 1px 1px 3px 0px #00000024;
    cursor: pointer;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
  }
  .slide_in_4 .btn_L{
    left: 10px;
  }
  .slide_in_4 .btn_R{
    right: 10px;
  }
  
  .slide_in_4 .indi_container{
    width: 100%;
    height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    
  }
  .indi_box{
    overflow: hidden;
    text-align: center;
  }
  .indi{
    width: 8px;
    height: 8px;
    background-color: #ddd;
    border-radius: 50%;
    margin: 0 0.7%;
    cursor: pointer;
    display: inline-block;
  }
  .indi_active{
    background-color: #f3e04e;
  }
  @media screen and (max-width: 1200px){
    .slide_in_4 .product_item_box{
        width: calc(100% / 3);
    }
  }
  
  @media screen and (max-width: 768px) {
    .slide_in_4 .product_item_disc_box>.price,
    .slide_in_4 .product_item_disc_box>.title{
        font-size: 14px;
    }
    .slide_in_4 .indi {
        width: 10px;
        height: 10px;
    }
    .slide_in_4 .slide_container {
        padding: 0 20px 30px;
        height: 280px;
    }
    .slide_in_4 .product_item_box{
        width: calc(100% / 2);
        padding: 0px 5px;
    }
    .slide_in_4 .btn_L{
        left: 5px;
    }
    .slide_in_4 .btn_R{
        right: 5px;
    }
    .slide_in_4 .product_item_disc_box>.price{
    margin-top: 10px;
    }
  }
  @media screen and (max-width : 425px) {
    .slide_in_4 .product_item_img{
        height: 60%;
        width: 100%;
        margin: 0 auto;
    }
    .slide_in_4 .slide_container{
        height: 340px;
    }
    .slide_in_4 .slide_btn{
        top: calc(60% * 0.5);
    }
    .slide_in_4 .slide_container {
        padding: 0 0 30px;
    }
    .slide_in_4 .product_item_box{
        width: calc(100% / 1);
        padding: 0px 5px;
    }
  }
  .swiper_banner_container .swiper-container {
    width: 100%;
    /* 상위요소 있으면 거기에 아래옵션 주기. 높이는 paddding 또는 미디어쿼리로 반응형에 대응할수있게..*/
    /* background-color: #313131; */
    /* height: 500px; */
    height: 400px;
    position: relative;
  }
  .swiper_banner_container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
  
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  
    position: relative;
  }
  
  .swiper_banner_container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper_banner_container .swiper-slide a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .swiper_banner_container .swiper_disc_container{
    background-color: #fff;
    min-height: 97px;
  }


  @media screen and (max-width : 768px) {
    .swiper_banner_container .swiper_disc_container{
      min-height: 91px;
    }
  }
  @media screen and (max-width : 425px) {
    .swiper_banner_container .swiper_disc_container{
      min-height: 83px;
    }
  }

  .swiper_banner_container .product_item_disc_box{
    text-align: center;
    box-sizing: border-box;
    padding: 20px 10px;
  }
  .swiper_banner_container .product_item_disc_box>.title{
    font-size: 18px;
    font-weight: 900;
  }
  /* 말줄임표 없애려면 이 속성 사용
  .swiper_banner_container .product_item_disc_box>.title, .swiper_banner_container .product_item_disc_box>.disc{
      text-overflow: unset;
      white-space: unset;
      overflow: unset;
  } */
  .swiper_banner_container .swiper_circle1{
    background-color: #3db5f5;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
  }
  .swiper_banner_container .swiper_circle2{
    background-color: #f3e04e;
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    transform: translateX(50%);
  }
  .wrap{
    /* overflow: hidden; */
    font-family: 'IBMPlexSansKR-Regular';
  }
  
  .swiper_banner_container .swiper-button-prev, .swiper_banner_container .swiper-button-next{
    color: #fff;
  }
  
  .swiper_banner_container .swiper-pagination-bullets{
    position: relative;
    text-align: center;
  }
  
  @media screen and (max-width : 768px) {
    .swiper_banner_container .swiper_banner.swiper-container{
      height: 350px;
    }
    .swiper_banner_container .product_item_disc_box>.title{
      font-size: 18px;
      font-weight: 900;
    }
  }
  
  
  @media screen and (max-width : 425px) {
    .swiper_banner_container .swiper-container{
      height: 300px;
    }
    .swiper_banner_container .swiper-button-prev, 
    .swiper_banner_container .swiper-button-next{
      display: none;
    }
    .swiper_banner_container .swiper-slide img{
      object-fit: contain;
    }
    .swiper_banner_container .swiper_disc_container{
      font-size: 14px;
    }
    .swiper_banner_container .product_item_disc_box>.title{
      font-size: 15px;
    }
    .swiper_banner_container .swiper_circle1,.swiper_circle2{
      display: none;
    }
    .swiper_banner_container .swiper_banner.swiper-container{
      height: auto;
    }
  }
  
  .swiper_in_4_container .swiper-container {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding: 0 5px;
  }
  
  .swiper_in_4_container .swiper-wrapper{
      height: 400px;
  }
  
  .swiper_in_4_container .swiper-slide {
    text-align: center;
    background: #fff;
  
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    
    position: relative;
  }
  
  .swiper_in_4_container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .swiper_in_4_container .product_item_box{
      position: absolute;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
  }
  
  .swiper_in_4_container .bg_setting{
      height: 70%;
  }
  .swiper_in_4_container .product_item_img img{
      position: unset;
  }
  
  .swiper_in_4_container .product_item_disc_box{
      margin-top: 10px;
      text-align: left;
  }
  .swiper_in_4_container .product_item_disc_box>.title {
      font-weight: 900;
      font-size: 18px;
  }
  .swiper_in_4_container .product_item_disc_box>.price {
      /* margin-top: 20px; */
      font-size: 18px;
  }
  .swiper_in_4_container .swiper-pagination-bullets{
      position: relative;
      margin-top: 10px;
      text-align: center;
  }
  .swiper_in_4_container .swiper-button-prev, .swiper_in_4_container .swiper-button-next{
        top: calc(60% /2);
        color: #fff;
  }
  .swiper_in_4_container .swiper-button-prev:after,.swiper_in_4_container .swiper-button-next:after{
    font-size: 14px;
    font-weight: 900;
  }
  
  /* .swiper_in_4_container .subject_txt_box::before {
    background-color: #f3e04e;
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0;
    left: 0;
    content: "";
  } */
  
  
  @media screen and (max-width: 768px) {
    .swiper_in_4_container .swiper-wrapper{
      height: 280px;
    }
    .swiper_in_4_container .product_item_disc_box{
      font-size: 14px;
      margin-top: 10px;
    }
    .swiper_in_4_container .product_item_disc_box>.title{
      font-size: 14px;
    }
    .swiper_in_4_container .product_item_disc_box>.price{
      font-size: 14px;
      margin-top: 10px;
    }
  }
  
  @media screen and (max-width: 425px){
    .swiper_in_4_container .product_item_box{
      padding: 0px;
    }
  }
  
  .swiper_media_in_3{
    font-family: 'IBMPlexSansKR-Regular';
    font-family: 'ELAND_Choice_M';
  }
  .swiper_media_in_3_container .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
  }
  .swiper_media_in_3 .product_item_box{
    width: 100%;
    padding: 1px 2px;
    position: relative;
  }
  .swiper_media_in_3 .product_item_box>a{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9;
  }
  .swiper_media_in_3 .product_item_img{
    font-size: 0;
    box-shadow: 0px 0px 1px 1px #b3b3b3;
    background-color: #fafafa;
    overflow: hidden;
  }
  .swiper_media_in_3 .product_item_img>img{
    width: 100%;
  }
  .swiper_media_in_3 .title{
    padding: 4% 5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.9rem;
    text-align: center;
    box-shadow: 0px 0px 1px 1px #b3b3b3;
    background-color: #fafafa;
  }
  .swiper_media_in_3_button-next, .swiper_media_in_3_button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width:unset;
    height:unset;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    background-color: unset;
    padding: 1%;
  }
  .swiper_media_in_3_button-next{
    transform: translateX(100%);
  }
  .swiper_media_in_3_button-prev{
    transform: translateX(-100%);
  }
  
  .media_in_1 .product_item_box{
    width: 100%;
    position: relative;
  }
  .product_section.media_in_1{
    overflow: unset;
  }
  .media_in_1{
    position: relative;
  }
  .media_in_1{
    width: 100%;
    background: url(../../image/background/fly.jpg) no-repeat center / cover;
    padding: 80px 0 50px;
  }
  .media_in_1 .text_box{
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin: 10px 0;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .media_in_1 .media_box{
    position: relative;
    height: auto;
    background-color: #fff;
    font-size: 0;
    margin: 0 10px;
    padding: 50px 30px;
  }
  .media_in_1 .media_disc{
    color: #252525;
    background-color: #ffffff;
    padding: 40px 0 40px 30px;
    box-sizing: border-box;
    width: 30%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
  }
  .media_in_1 .media_title{
    font-size: 18px;
    font-weight: 900;
  }
  .media_in_1 .media_subdisc{
    font-size: 16px;
    font-weight: 100;
    margin-top: 50px;
    color: #252525;
  }
  .media_in_1 .media_more{
    position: absolute;
    left: 40px;
    bottom: 40px;
    font-weight: 900;
    font-size: 14px;
    color: #3db5f5;
  }
  .media_in_1 iframe{
    width: 70%;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
  }
  @media screen and (max-width : 768px) {
    .media_in_1{
        padding: 50px 0 30px;
    }
    .media_in_1 .media_more{
        text-align: right;
        position: unset;
    }
    .media_in_1 .media_subdisc{
        display: none;
    }
    .media_in_1 .media_disc{
        width: 100%;
        padding: 20px 10px 0;
        height: auto;
    }
    .media_in_1 iframe{
        width: 100%;
        padding: 20px 10px;
        height: 400px;
    }
    .media_in_1 .media_title{
        font-size: 16px;
    }
    .media_in_1 .media_box{
        margin: 0;
    }
    .media_in_1 .media_box{
        padding: 30px 0;
    }
  }
  @media screen and (max-width : 425px) {
    .media_in_1 iframe{
        padding: 0;
        padding-top: 20px;
        height: 300px;
    }
    .media_in_1 .media_disc{
        padding: 0px 10px 0;
    }
    .media_in_1{
        padding: 30px 0 10px;
    }
    .media_in_1 .media_title{
        font-size: 14px;
    }
    .media_in_1 .media_box{
        padding: 30px 0 0;
    }
  }



  /* ---유튜브 섹션--- */



  .product_section.youtube_1{
    display: flex;
    font-size: 0;
  }
  .youtube_1 .iframe_wrap{
    width: 55%;
    position: relative;
    text-align: center;
  }
  .youtube_1 .iframe_wrap::after{
    content: "NO MEDIA";
    font-weight: 900;
    font-family: 'GmarketSansBold';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #707070;
    font-size: 20px;
    z-index: -1;
  }
  .youtube_1 .iframe_wrap>iframe{
    width: 100%;
    height: 315px;
    max-width: 560px;
  }
  .youtube_1 .iframe_disc{
    padding: 40px 20px 40px 40px; 
    box-sizing: border-box;
    line-height: 1.6;
    width: 45%;
    color: #4d4d4d;
    font-size: 15px;
    font-family: 'Pretendard-Regular';
  }
  .youtube_1 .iframe_disc>.subject::before{
    content: "Media";
    color: #084e99;
    font-family: 'GmarketSansBold';
    display: block;
    font-style: italic;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  .youtube_1 .iframe_disc>.subject{
    color: #000;
    font-size: 28px;
    line-height: 1;
    font-family: 'Pretendard-Medium';
  }
  .youtube_1 .iframe_disc>.subject::after{
    content: "";
    display: block;
    margin: 30px 0;
    width: 30px;
    height: 2px;
    background-color: #000;
  }

  .btn_to_detail>button{
    border: none;
    padding: 12px 26px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    background-color: #084e99;
    font-family: 'Pretendard-Medium';
    margin-top: 30px;
  }

.product_section.youtube_2{
  display: flex;
  justify-content: space-evenly;
}
.youtube_2>.items{
  font-size: 0;
  width: calc(50% - 10px );
  position: relative;
  display: flex;
  flex-direction: column;
}
.youtube_2 .iframe_wrap{
  height: 315px;
}
.youtube_2 .iframe_wrap>iframe{
  width: 100%;
}
.youtube_2 .iframe_disc{
  margin-top: 20px;
  line-height: 1.6;
  color: #4d4d4d;
  font-size: 16px;
  font-family: 'Pretendard-Regular';
}
.youtube_2 .subject{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Pretendard-Medium';
  font-size: 18px;
  color: #222;
  line-height: 1;
  margin-bottom: 5px;
}
/* .youtube_2 .subject::before{
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  background-color: #084e99;
  margin-bottom: 10px;
} */
.youtube_2 .disc{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.youtube_2 .iframe_wrap::after{
  content: "NO MEDIA";
  font-weight: 900;
  font-family: 'GmarketSansBold';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #707070;
  font-size: 20px;
  z-index: -1;
}

@media screen and (max-width : 768px) {
  .product_section.youtube_1{
    flex-direction: column;
  }
  .youtube_1 .iframe_wrap{
    width: 100%;
  }
  .youtube_1 .iframe_disc{
    width: 100%;
    padding: 7% 7% 0;
  }
  .youtube_1 .iframe_disc>.subject,
  .youtube_2 .iframe_disc>.subject
  {
    font-size: 15px;
  }
  .youtube_2 .iframe_disc{
    font-size: 14px;
  }
  .youtube_1 .iframe_disc>.subject::after{
    margin: 12px 0;
  }
  .product_section.youtube_2{
    justify-content: space-evenly;
  }
  .youtube_2>.items{
    width: calc(50% - 15px );
  }
  .youtube_2 .iframe_wrap{
    height: 160px;
  }
  .youtube_2 .iframe_wrap>iframe{
    height: 100%;
  }
}

/* ---reservation */
.reservation{
 
}
.r_form_top{
  width: 100%;
  height: 300px;
  background: #ddd url('https://images.unsplash.com/photo-1633542804128-9ae60b3d5249?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80') no-repeat fixed center / cover;

}
.r_form_title{
  line-height: 300px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #0000008c;
}
/* .r_form_wrap{
  padding: 70px 50px;
  font-weight: 900;
  color: #404040;
  font-family: 'IBMPlexSansKR-Regular';
  display: flex;
  flex-direction: column;
  align-items: center;
} */
.c_row{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  width: 100%;
  justify-content: center;
}
.c_name{
  width: 200px;
}

.c_input{
  /* width: calc(100% - 200px);
  max-width: 500px; */
  width: 100%;
}
/* .r_form_wrap input[type="text"],.r_form_wrap textarea{
  border: none;
  background-color: #f3f3f3;
  padding: 10px 15px;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  font-family: 'IBMPlexSansKR-Regular';
  font-weight: 900;
  width: 100%;
  max-width: 500px;
  resize: none;
} */
.r_form_wrap button{
  outline: none;
  border: none;
  padding: 10px 30px;
  background-color: #0a68cd;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  font-family: 'IBMPlexSansKR-Regular';
  font-weight: 900;
}

.c_row.right{
  justify-content: right;
}


.editor_contents p>img{
  max-width: 1200px;
  
}
.c50lb{
  width: calc(50% - 10px);
  display: inline-block;
}

.widebanner_txt{
  height: auto;
}
/* ============================== 배너디자인추가*/
.product_section{
  overflow: unset;
}
.threeBanner_container{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* background-color: #ddd; */
  font-family: 'Pretendard-Regular';
  line-height: 1.8;
  font-size: 14px;
  color: #333;
}

.threeBanner_container>.item{
  flex: 0 32%;
  /* height: 330px; */
  background-color: #fff;
  box-shadow: 0 0 5px #ddd;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.threeBanner_container>.item>a{
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
}
.threeBanner .img_wrap{
  overflow: hidden;
  height: 220px;
  flex-shrink: 0;
}
.threeBanner .img_wrap>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.threeBanner_container>.item>a:hover~.img_wrap>img{
  transform: scale(1.05);
}
.threeBanner .txt_wrap{
  box-sizing: border-box;
  /* padding: 30px; */
}
.threeBanner .txt_wrap>p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding: 20px;
}
@media screen and (max-width : 768px) {
  .threeBanner_container{
    font-size: 14px;
  }
  .threeBanner .img_wrap{
    height: 20vw;
  }
  .threeBanner_container>.item{
    flex: 0 33%;
  }
  .threeBanner .txt_wrap>p{
    padding: 10px;
  }
}


