*{padding: 0; margin: 0;   font-family: "Inter", "Noto Sans KR", serif;} 
img{display: block;}
ul,li{list-style: none;}
a{text-decoration: none; color: #000;}
.mo_480{
    display: none;
}
.pc_1280{
    width: 100%;
    height: 80px;
    position: fixed;
    display: flex;
    top: 0;
    flex-direction: column;
    background-color: #08080862;
    color: #fff;
    align-items: center;
    z-index: 999;
    transition: 0.3s;
    overflow: hidden;
   
}
.header_inner_1{
    width: 1280px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_logo{
    width: 20%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: 900;

}
.header_btn_wrap{
    width: 70%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_btn{
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}
.header_btn::after{
    content: '';
    border-bottom: 2px solid #882222;
    position: absolute;
    width: 100%;
    bottom: 1px;
    transform-origin: center;
    transform: scaleX(0);
    transition: 0.3s;
}

.header_sub_btn_inner{
    width: 800px;
    display: flex;
    justify-content: space-between;
}
.header_sub_btn_box{
    width: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.header_sub_btn{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.header_language{
    width: 10%;
    display: flex;
    align-items: center;
}
.language_icon{
    width: 18px;
    height: 18px;
    background-image: url(./img/Language.svg);
    background-size: 18px;
    display: block;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.header_inner_2{
    width: 1280px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_sub_btn_wrap{
    width: 70%;
    height: 100%;
    margin-left: 10%;
    display: flex;
}
.sub_btn_box{
    width: 25%;
    display: flex;
    flex-direction: column;

}
.sub_btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
}


.sub_btn:hover{
    color: #882222;
    cursor: pointer;
    transition: 0.3s;
}


.pc_1280:hover .header_logo{
    color: #882222;
}
.pc_1280:hover{
    height: 400px;
    background-color: #fff;
    color: #1a1a1a;
    border-bottom: 1px solid #f6f6f6;
}
.header_btn:hover{
    color: #882222;
}
.header_btn:hover::after{
    transform: scaleX(1);
}

.pc_1280:hover .language_icon{
    background-image: url(./img/Language_g.svg);
}


/* footer */

.footer{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #1a1a1a;
    color: #fff;
    align-items: center;
}
.footer_inner{
    width: 1280px;
    padding: 30px 0; 
    font-size: 12px;
    line-height: 1.8;
    height: auto;
    text-align: center;
}


/* index */

.main_banner {
    width: 100vw;
    height: 840px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(./img/city_banner.jpg);
    background-size: cover;
}
.main_banner_text_box{
    width: 1280px;
    box-sizing: border-box;
    padding-bottom: 80px;
    text-align: center;
    text-shadow: 1px 1px 20px #000;
    animation: fade-in 0.5s ease-in-out;
}

@keyframes fade-in {
    from { transform: scaleY(0) }
    to {  transform: scaleY(1)  }
  }

.main_banner_text_title{font-size: 50px; font-weight: 900; margin-bottom: 30px; color:#fff;}
.main_banner_text_sub_title{font-size: 30px; color: #FFF;}
.main_wrap{
    width: 1280px;
    margin: 30px auto;
}
.banner_sec{
    width: 100%;
    min-height: 600px;
}
.banner_sec_1{
    margin-top: 80px;
}
.logo_story{
    width: 300px;
    height: 150px;
    background-image: url(./img/ymk_logo_icon.svg);
    background-position: center;
    background-size: cover;
    margin-top: 30px;
}

.banner_sec_title_box{
    margin: 0px auto;
    text-align: center;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.banner_sec_title_box h1{
    font-size: 42px;
    font-weight: 900;
    font-family: 'Gill Sans';
}
.banner_sec_title_box p{
    display: block;
    width: fit-content;
    padding: 5px 25px;
    text-align: center;
    background-color: #882222;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 5px;
}
.banner_sec_2{
    min-height: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 100px auto;
}
.contact_point_title{
    width: 1280px;
    height: 70px;
    margin: 0 auto;
    color: #882222;
    font-size: 32px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_brnads_box{
    display: flex;
    width: 1280px;
    margin: 0 auto;
    border-bottom: 1px solid #1a1a1a;
    gap: 50px;
    justify-content: center;
}
.contact_brnads{
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
}
.contact_brnads.default_brnads{
    height: 80px;
    border-bottom: 1px solid #882222;
    color: #882222;
    font-weight: 900;
}
.contact_brnads_point_wrap{
    width: 1280px;
    height: 120px;
    margin-top: 30px;
    display: none;
}
.contact_brnads_point_wrap.default_point{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.contact_brnads_point{
    height: 50px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    color: #696969;
    cursor: pointer;
    transition: 0.3s;
}
.contact_brnads_point:hover{
    color: #882222;
}
.banner_brands{
    width: 1280px;
    height: auto;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.banner_brands_logo{
    width: 26%;
    height: 200px;
    background-size: 200px;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-size: cover;
}

.banner_brands_logo_1{background-image: url(./img/YOUME_KOREA_g.svg);}
.banner_brands_logo_2{background-image: url(./img/PAVE_H_g.svg);}
.banner_brands_logo_3{background-image: url(./img/PAVE_S_g.svg);}
.banner_brands_logo_4{background-image: url(./img/LONDON_CUPPA_g.svg);}
.banner_brands_logo_5{background-image: url(./img/SOSIN_g.svg);}
.banner_brands_logo_6{background-image: url(./img/KELLY_g.svg);}

.banner_brands_logo_1:hover{background-image: url(./img/YOUME_KOREA.svg);}
.banner_brands_logo_2:hover{background-image: url(./img/PAVE_H.svg);}
.banner_brands_logo_3:hover{background-image: url(./img/PAVE_S.svg);}
.banner_brands_logo_4:hover{background-image: url(./img/LONDON_CUPPA.svg);}
.banner_brands_logo_5:hover{background-image: url(./img/SOSIN.svg);}
.banner_brands_logo_6:hover{background-image: url(./img/KELLY.svg);}

.banner_sec_text_box{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.8;
    font-family: "Noto Sans KR", sans-serif;
}



/* common_banner */

.common_banner{
    width: 100%;
    height: 500px;
    /* background-color: #882222; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    letter-spacing: 3px;
    color: #882222;
    position: relative;
    overflow: hidden;
    
}

.common_banner_flow{
    width: 1280px;
    display: flex;
    gap: 10px;
    margin: 0 auto;
}
.flow_point{
    color: #882222;
    transition: 0.3s;
    cursor: pointer;
}
.flow_point.live{
    color: #882222;
}

.flow_point:hover{color: #df3b3b;}
.common_banner_title{
    width: 1280px;
    font-size: 80px;
    margin: 0 auto;
    font-weight: 900;
    color: #882222;
    letter-spacing: 10px;
    transform-origin: bottom;
    animation: fade-in 0.5s ease-in-out;
}

@keyframes fade-in {
    from { transform: scaleY(0) }
    to {  transform: scaleY(1)  }
  }

/* 0 */

.brnads_swiper{
    width: 1280px;
    height: 600px;
    margin: 30px auto;
    overflow: hidden;
}
.swiper-slide.brnads_swiper_box{
    display: flex;
    flex-direction: column;
   
}
.brnads_swiper_box .brand_img{
    width: 100%;
    height: 300px;
    background-color: #882222;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
    border-radius: 5px;
}
.brnads_swiper_box .brand_img img{width: 130%;}
.brand_slide_text{
    width: 100%;
    height: 300px;
    background-color: #fff;
    display: flex;
    color: #000;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.brand_slide_title{
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
}
.brand_slide_contnet{
    font-size: 16px;
    line-height:2;
}
.brnads_main_title{
    width: 1280px;
    margin: 60px auto;
    text-align: center;
    line-height: 1.8;
}
.brnads_main_title h1{font-size: 33px;}
.brnads_main_title p{color: #882222;}
.brnads_main_sec{
    width: 1280px;
    margin: 60px auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.brnads_main_sec_title{
    width: auto;
    height: 50px;
    padding-bottom: 20px;
    box-sizing: border-box;
    font-size: 22px;
    color: #882222;
    font-weight: 900;
    position: relative;
}
.brnads_main_sec_title::after{
    content: '';
    width: 150px;
    height: 2px;
    background-color: #882222;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}
.brnads_main_sec_text{
    padding: 30px;
    line-height: 3;
}
.brnads_main_sec.brnads_main_sec_1{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.brnads_main_sec_img{
    width: 50%;
    height: 500px;
    background-image: url(./img/banner_img.jpg);
    background-size: cover;
    border-radius: 5px;
    box-sizing: border-box;

}
.brnads_main_sec_text_list{
    width: 45%;
    height: 500px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.main_sec_line{
    width: 100%;
    display: flex;
    margin-bottom: 20px;

}
.main_sec_line_title{
    width: 20%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #882222;
    border-right: 1px solid #882222;
}
.main_sec_line_content{
    width: 70%;
    height: 60px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
    box-sizing: border-box;
}



.brnads_main_sec_card_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 80px;
}
.brnads_card{
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
}
.brnads_card_title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.brnads_card_icon{
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}
.brnads_card_icon img{
    width: 100%;
}
.brnads_card_text{
    display: flex;
    flex-direction: column;
}
.end_text_box{
    width: 1280px;
    margin: 60px auto;
    text-align: center;
    line-height: 1.8;
}
/* 1 */

.history_wrap{
    width: 100%;
    height: fit-content;
    position: relative;
    margin: 60px auto;
}
.history_wrap_title{
    width: 100%;
    text-align: center;
    font-size: 33px;
    color: #882222;
    font-weight: 900;
    margin-bottom: 80px;
}

.history_line_wrap{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.right_line{
    width: 50%;
    height: 270px;
    border-right: 2px solid #882222; 
    position: relative;
    left: 0%;
    display: flex;
    padding-right: 50px;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
    box-sizing: border-box;
    margin-right: -2px;
}
.left_line{
    width: 50%;
    height: 270px;
    border-left: 2px solid #882222; 
    position: relative;
    left: 50%;
    margin-left: 1px;
    display: flex;
    padding-left: 50px;
    align-items: center;
    text-align: left;
    box-sizing: border-box;
    margin-left: -2px;
}
.year_circle{
    width: 30px;
    height: 30px;
    border: 1px solid #882222;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.right_line .year_circle{right: -17px;}
.left_line .year_circle{left: -17px;}
.year_in_circle{
    width: 22px;
    height: 22px;
    background-color: #882222;
    border-radius: 50%;

}
.year{
    font-size: 30px;
    color: #882222;
    font-weight: 900;
}
.year_list{
    margin-top: 10px;
}

.history_box:hover .year_circle{
    transform: scale(1.6);
    transition: 0.3s;
}
.history_box:hover .year_text{
    transform: scale(1.2);
    transition: 0.3s;
    margin: 30px;

}

/* 2 */

.ceo_comment_wrap{
    width: 1280px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    position: relative;
    top: -60px;
    border-radius: 5px;
    padding: 60px;
    box-sizing: border-box;
}
.ceo_comment_sec{
    width: 40%;
    height: 600px;
    background-color: #882222;
    background-image: url(./img/building.jpg);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center;
}
.ceo_comment_box{
    display: flex;
    flex-direction: column;
}
.ceo_comment_title{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}
.ceo_comment_title span{
    font-weight: 900;
    color: #882222;
}
.ceo_comment{
    color: #333;
}
.ceo_comment span{
    color: #882222;
}

/* 3 */

.map_wrap{
    width: 1280px;
    margin: 30px auto;
}
.map_wrap_title{
    text-align: center;
    font-size: 33px;
    margin-bottom: 60px;
    font-weight: 900;
    display: flex;
    flex-direction: column;
}
.map_wrap_title span{
    color: #882222;
    font-weight: 300;
    margin-top: 20px;
    letter-spacing: 12px;
}
.map_content{
    width: 1280px;
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
}
.map_info_box_wrap{
    width: 1280px;
    display: flex;
    margin:  30px auto;
}

.map_info_box{
    width: 100%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.map_info{
    width: 100%;
    height: 120px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 4px #1a1a1a;
}
.map_info_title{
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #882222;
}
.map_info_content{ font-size: 16px;}

/* 4 */

.brand_wrap{
    width: 1280px;
    height: auto;
    padding: 30px 0;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.brand_info_box{
    width: 32%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    /* border-bottom: 1px solid #1a1a1a; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.brand_info_box:last-child{border-bottom: 1px solid #d8d8d8;}
.brand_info_img{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.brand_info_img img{width: 80%;}
.brand_title{
    font-size: 20px;
    font-weight: 600;
    
}
.brand_info_text_box{
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    line-height: 1.8;
    text-align: center;
    
}
.brand_info_text_1{
    margin: 20px 0;
}
.brand_info_text{
    line-height: 1.8;
    text-align: center;
}
/* BRANDS_COMMON */
.brand_banner{
    width: 100%;
    height: 975px;
    background-color: #882222;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.brand_banner_title_box{
    width: auto;
    height: auto;
    color: #fff;
    text-align: center; 
    animation: ani-title1 0.3s ease-in-out;

}
.brand_banner_title{
    font-size: 80px;
    font-weight: 900;
    letter-spacing: 8px;

}
.brand_banner_text{
    font-size: 40px;
    
}
.brand_banner_content_box{
    text-align: center;
    margin-top: 20px;
    color: #f5f5f5;
    font-size: 24px;
    animation: ani-title2 0.8s ease-in-out;
}

.brand_banner::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #0000003d;
    position: absolute;
    z-index: 0.5;
    top: 0;
}
.brand_banner_title_box ,.brand_banner_content_box{
    position: relative;
    z-index: 1;
}
@keyframes ani-title1 {
    from {
        transform: scaleY(4);
        opacity:0;
    }
   to {  
       transform: scaleY(1) ; 
       opacity:1;
   }
  }
  
@keyframes ani-title2 {
    0% {
         opacity:0;
     }
     50%{
        opacity:0;
     }
    100% {  
        opacity:1;
    }
  }
/* YOUME */
  .brand_infomation_list{
    width: 1280px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    border: 1px solid #f7f7f7;
  }
  .brand_infomation_list_title{
    width: 1280px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    font-size: 26px;
    color: #882222;
    font-weight: 900;
  }
.brand_infomation_line{
    display: flex;
    height: 50px;
    border-bottom: 1px solid #f7f7f7;
}
.brand_infomation_line .content_title{
    width: 18%;
    height: 50px;
    background-color: #882222;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;

}
.brand_infomation_line .content_con{
    width: 82%;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
}



  .brand_spot_wrap{
    width: 1280px;
    height: auto;
    margin: 80px auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .spot_teb_menu_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;

  }

  .spot_teb_menu{
    width: 33.333%;
    height: 80px;
    text-align: center;
    background-color: #f7f7f7;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }
  .spot_teb_menu:hover{
    background-color: #882222;
    color: #fff;
  }
  .spot_teb_menu.pick_spot{
    background-color: #882222;
    color: #fff;

  }
  .spot_content_box{
    width: 300%;
    height: auto;
    display: flex;
    margin-top: 30px;
    position: relative;
    left: 0;
  }
  .spot_content{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: flex;
    
  }

  .facility_img_box{
    width: 100%;
    overflow: hidden;
  }
.facility_pick_up_box{
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.facility_pick_up_wrap{
    width: 100%;
    height: 100px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.facility{
    width: 10%;height: 90px;cursor: pointer;
}
.facility img{
    width: 100%;
    height: 100%;
}

  .brand_slide_content{
    width: 1280px;
    height: 500px;
    margin: 80px auto;
    overflow: hidden;
  }
  .brand_slide_content_title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 900;
    color: #882222;
  }
  .brnads_content_swiper .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;

  }
  .brnads_content_swiper .swiper-slide{
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    height: auto;
    background-color: #fff;
    text-align: center;
  }
  .slide_since_title{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}
.slide_since_title span{
    color: #882222;
}
  .slide_since_text_box{
    width: 100%;
    height: auto;
    display: flex;
    line-height: 2;
    justify-content: center;
    align-items: flex-start;
    font-size: 13px;    
  }
  .swiper_one{
    width: 50px;
    height: 50px;
    border: 1px solid #882222;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper_one::before{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    content: '';
    background-color: #882222;
    position: relative;
    display: block;
  }
  /* .brnads_content_swiper .swiper-slide.swiper-slide-active{
    transform: scale(1.2);
    z-index: 2;
    transition: 0.3s;
  }
  .brnads_content_swiper .swiper-slide.swiper-slide-prev{
    opacity: 0.5;
  }
  .brnads_content_swiper .swiper-slide.swiper-slide-next{
    opacity: 0.5;
  } */

  .brand_card_content_wrap{
    width: 1280px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .brand_card_content{
    width: 28%;
    height: 450px;
    box-shadow: 1px 1px 4px #1a1a1a;
    margin-bottom: 30px;
  }

  .end_comennt{
    width: 1280px;
    height: auto;
    margin: 120px auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 1px 1px 4px #1a1a1a;
    padding: 30px 0;
    border-radius: 10px;
    color: #696969;
  }
  .end_comennt span{
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #882222;
}
.end_btn{
    width: 220px;
    height: 60px;
    background-color: #882222;
    color:#fff;
    border-radius: 5px;
    box-shadow: 1px 1px 4px #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}

.brand_content_sec{
    max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #fff;
}
.brand_content_sec_title{
    font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.highlight {
    background: #f3f3f3;
    padding: 1rem;
    border-left: 4px solid #c0392b;
    margin-bottom: 2rem;
    }

    .brnads_main_sec_card_box{
        width: 100%;
        margin:  0 auto;
      }
      .brnads_card_text{
        width: 100%;
      }
      .brnads_card_content{
        width: 100%;
      }



      .brand_ment_content_title_box{
        height: auto;
        margin-bottom: 70px;
    }
    .brand_ment_content_wrap{
        width: 1280px;
        height: auto;
        margin: 80px auto;
    }
    .brand_ment_content_title{
        font-size: 24px;
        font-weight: 600;
        color: #882222;
    }
    .brand_ment_content_title span{

        font-weight: 900;
        margin-right: 10px;
    }
    .brand_ment_content_sub_title{
        height: 40px;
        margin-top: 20px;
    }
    .brand_ment_content{
        width: 100%;
        height: 300px;
        margin-bottom: 50px;
        display: flex;
    }
    .brand_ment_content_img{
        width: 50%;
        height: 100%;
        overflow: hidden;
        border-radius: 5px;
 
    }
    .brand_ment_content_img img{
        width: 100%;
    }
    .brand_ment_content_text{
        width: 50%;
        height: 250px;  
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .brand_ment_content_text_1{align-items: flex-end;text-align: end;}
    .brand_ment_content_text_2{align-items: flex-start}

    .brand_ment_content_text h1{margin-bottom: 30px;     color: #882222;}
    .brand_ment_content_text p{  color:#888;}

    .brnads_card_text{
        text-align: center;
    }

    .brnads_card_content{
        text-align: center;
        line-height: 1.6em;
        color:#888;
    }
    .ment_line{
        width: 120px;
        margin-bottom:20px ;
        border-bottom: 1px solid #882222;
    }
    .end_comennt_text h1{ display: block;  font-size: 24px; color: #882222;}
    .end_comennt_text p{  display: block;   font-size: 20px;}


    .mo_br{
        display: none;
    }



    @media (max-width: 780px) {


        .pc_1280{
            display: none;
        }
        .mo_480{
            width: 100vw;
            height: 8vh;
            display: flex;
            flex-direction: column;
            box-sizing: border-box;
            position: fixed;
            top: 0;
            left: 0;
            background-color: #fff;
            z-index: 9999;
            border-bottom: 1px solid #f7f7f7;
        }
        .mobile_main_menu{
            width: 100%;
            height: 8vh;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            padding: 0 10px;
            box-sizing: border-box;

        }
        .mo_logo{
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 20px;
            font-weight: 900;
            color: #882222;
        }
        .ham_btn {
            width: 30px;
            height: 24px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 6px; /* 간격 조절 */
            cursor: pointer;
            z-index: 999;
            position: relative;
          }
          
          .ham_line {
            width: 24px;
            height: 1px;
            background: #000;
            border-radius: 1px;
            transition: all 0.3s ease;
            position: absolute;
          }
          
          .ham_line_1 {
            top: 0;
          }
          
          .ham_line_2 {
            top: 11px;
          }
          
          .ham_line_3 {
            bottom: 0;
          }
          
          /* 활성화 상태일 때 정중앙에서 회전 + 교차 */
          .ham_btn.active .ham_line_1 {
            transform: rotate(45deg);
            top: 11px;
          }
          
          .ham_btn.active .ham_line_2 {
            opacity: 0;
          }
          
          .ham_btn.active .ham_line_3 {
            transform: rotate(-45deg);
            bottom: auto;
            top: 11px;
          }

          .mobile_sub_menu{
            display: none;
            flex-direction: column;
            align-items: flex-start;
            box-sizing: border-box;
            height: 92vh;
            border-top: 1px solid #d6d6d6;
          }

          .mo_header_btn{
            width: 100%;
            font-size: 18px;
            height: 50px;
            display: flex;
            align-items: center;
            font-weight: 900;
            justify-content: space-between;
            padding: 0 10px;
            box-sizing: border-box;
          }
          .mo_sub_btn_box{
            width: 100%;
            height: 0px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            transition: 0.3s;
            padding: 0 10px;
            box-sizing: border-box;
          }
          .mo_sub_btn_box_1{
            height: auto;
          }
          .mo_sub_btn{
            width: 100%;
            font-size: 14px;
            height: 50px;
            display: flex;
            justify-content: space-between;
            color: #696969;        
            align-items: center;
        }
        .menu_scroll{
            width: 25px;
            height: 25px;
            background-image: url(../img/sosin/arrow_b.svg);
            background-size: cover;
            transform: rotate(-90deg)scale(0.5);
        }
        .menu_scroll.scroll_active{
            transform: rotate(90deg)scale(0.5);;
        }


        .flow_point{font-size: 13px;}
        .mo_br{
            display: block;
        }
        .main_wrap,
          .banner_brands,
          .footer_inner,
          .main_banner_text_box,
          .contact_point_title,
          .contact_brnads_box,
          .contact_brnads_point_wrap,
          .common_banner_flow,
          .common_banner_title,
          .brnads_swiper,
          .brnads_main_title,
          .brnads_main_sec,
          .end_text_box,
          .history_line_wrap,
          .ceo_comment_wrap,
          .map_wrap,
          .map_content,
          .map_info_box_wrap,
          .brand_wrap,
          .brand_infomation_list,
          .brand_infomation_list_title,
          .brand_spot_wrap,
          .brand_slide_content,
          .brand_card_content_wrap,
          .end_comennt,
          .brand_content_sec,
          .brand_content_wrap,
          .count_wrap{
            width: 95%;
            margin: 30px auto;
        }
        .contact_brnads{
            display: none;
        }
        .contact_brnads_1{
            display: flex;
        }
        .contact_brnads_box{
            border-bottom: none;
        }
        .contact_brnads_point{
            width: 40%;
            padding: 0px;
        }
        .main_banner_text_title {
            font-size: 25px;
        }

        .main_banner_text_sub_title {
            font-size: 14px;
        }
        .scroll_down{
            width: 34px;
            height: 34px;
            margin-left: -17px;
        }

        .logo_story {
            width: 120px;
            height: 60px;
        }
        .banner_sec {
            min-height: 300px;
        }
        .banner_sec_text_box {
            text-align: center;
            font-size: 14px;
        }        
        .banner_sec_title_box p {
            padding: 5px 12px;
            background-color: #882222;
            font-size: 12px;
        }    
        .banner_sec_text_box{
            width: 90%;
            margin: 0 auto;
            font-size: 14px;
        }

        .banner_sec_title_box h1 {
            font-size: 24px;
        }
    
    .contact_brnads_point_wrap {
        height: auto;
    }
    .banner_brands_logo {
        width: 30%;
        height: 100px;}

        .common_banner{padding-left: 20px;}

    
    .map_info_box {
        flex-direction: column;
        padding: 10px;
        box-sizing: border-box;
    }
    .common_banner_title,.brand_banner_title {font-size: 30px; margin-bottom: 20px;}
    .brand_banner_text{font-size: 20px;}
    .brand_banner_content_box{font-size: 14px;}
    .ceo_comment_sec{display: none;}

    .count_wrap{
        width: 100%;
    }
    .brand_infomation_line .content_title{
        font-size: 16px;
        padding: 10px;
        height: auto;
        word-break: keep-all;
        text-align: center;
        box-sizing: border-box;
    }


    
    .facility_pick_up_box{
        height: 350px;
        margin-bottom: 4px;
    }
    .facility,.facility_pick_up_wrap{height: 50px; gap: 2px;}
    .brand_slide_content{height: 500px;}

    .brnads_content_swiper .swiper-slide{
        width: 100%;
        height: 300px;
        margin: 0 auto;
    }
    .brand_slide_content{width: 100%;}
    .spot_teb_menu {
        height: 40px;
        font-size: 14px;
    }
    .end_comennt{
        width: 100%;
        margin: 30px auto;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .end_comennt_text h1{ display: block;  font-size: 16px; margin-bottom: 20px;}
    .end_comennt_text p{  display: block;   font-size: 14px;}

    .brnads_content_swiper .swiper-slide.swiper-slide-active{ transform: scale(1);}
    .brand_infomation_line .content_title{width: 25%;     font-size: 13px;}
    .brand_infomation_line .content_con{width: 75%;    font-size: 13px;}

    .brand_slide_content_title{margin: 30px auto;}


.brnads_card{
    width: 100%;
}
.brand_banner{
    width: 100%;
    height: 80vh;
}
.mo_br{
    display: block;
}


}

    
      