@charset "UTF-8";
/* 공통 */
.banner_wrap .banner_img {
    width: 100%;
    height: 400px;
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_text {
    margin: 50px auto;
    text-align: center;
}

.banner_text .banner_title {
    font-size: 2.5rem;
}

.banner_text .banner_sub {
    margin-top: 15px;
    font-size: 1.1rem;
    color: #aaa;
    word-break: keep-all;
}

/* banner_media */
@media all and (max-width:720px) and (min-width:650px) {
    .banner_wrap .banner_img {
        height: 300px;
    }
      } 
    
    @media all and (max-width:549px) {
    .banner_wrap .banner_img {
        height: 150px;
    }
      } 

      .company_inner,
      .history_inner,
      .map_inner {
    padding: 0 15px;
    box-sizing: border-box;
}

.menu_list {
  border: 1px solid #aaa;
  padding: 0;
  margin: 0;
  border-spacing: 0px;

  margin-bottom: 15px;
}

.menu_list, .menu_list tr {
  width: 100%;
}

.menu_list tr td {
  width: 25%;
  padding: 15px 25px;

  border-left: 1px solid #aaa;
  box-sizing: border-box;
  border-spacing: 0px;

  line-height: 135%;
  font-size: 1.08rem;
  text-align: center;
  word-break: keep-all;
}

.button_wrap {
    width: 100%;
    margin-bottom: 50px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;

    border: 1px solid #aaa;
    box-sizing: border-box;
}

.button_wrap li {
    width: 33.333%;
    height: 100%;
    box-sizing: border-box;
    word-break: keep-all;

    border-left: 1px solid #aaa;
}

.button_wrap li a {
    display: block;
    text-align: center;
    
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 1.1rem;

    padding: 12px 0;
}

.party_menu .button_wrap li {
    width: 50%;
    box-sizing: border-box;
}

.party_menu .food_btn li {
    width: 25%;
    cursor: pointer;
    padding: 12px 0;
    font-size: 1.2rem;
    word-break: keep-all;
    text-align: center;
}

.menu_list tr td:first-of-type,
.button_wrap li:first-of-type {
  border: none;
}

.party_menu .food_btn li.on,
.button_wrap li.on a {
    background-color: rgb(199, 22, 22);
    color: #fff;
}

.title_wrap {
    margin-bottom: 50px;
}

.title_wrap :nth-last-child(2) {
    margin-bottom: 25px;
}

.title_wrap .main_title {
    font-size: 2rem;
    word-break: keep-all;
}

.title_wrap .sub_text {
    margin-top: 10px;
    font-size: 1.28rem;
    word-break: keep-all;
}

.title_wrap .sub_text br {
    display: none;
}

.title_wrap .title_underline {
    width: 80px;
    height: 2px;
    background-color: #111;
}

.contents_wrap {
    width: 70%;
}

.fresh_wrap .contents_wrap,
.service_wrap .contents_wrap {
    width: 96%;
}

.contents_wrap .contents_title {
    color: rgb(199, 22, 22);
    font-size: 2rem;
    margin-bottom: 25px;
    font-weight: 400;
}

.contents_text {
    font-size: 1.1rem;
    line-height: 145%;
    color: #aaa;
    word-break: keep-all;
}

@media all and (max-width:450px) {
    .party_menu .food_btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .party_menu .food_btn li {
        width: 50%;
        box-sizing: border-box;
        border-bottom: 1px solid #aaa;
    }
    
    .party_menu .food_btn li:nth-of-type(2n-1) {
        border-left: none;
    }
    .party_menu .food_btn li:nth-of-type(3),
    .party_menu .food_btn li:nth-of-type(4) {
        border-bottom: none;
    }
}

@media all and (max-width:370px) {
    .title_wrap .sub_text {
        line-height: 160%;
    }

    .title_wrap .sub_text .sub_text_mobile {
        display: none;
    }

    .title_wrap .sub_text br {
        display: inline;
    }
}

/* company */
    .story_wrap,
    .fresh_service_wrap,
    .fresh_wrap,
    .service_wrap,
    .img_wrap {
        display: flex;
        justify-content: space-between;
    }
    
    .wrap_img_section img,
    .img_wrap li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .wrap_img_section {
        max-width: 25%;
    }

    .fresh_service_wrap .wrap_img_section {
        display: none;
    }

    .fresh_wrap, .service_wrap {
        width: 100%;
    }

    .fresh_service_wrap {
        margin: 50px 0;
    }

    .fresh_wrap {
        border-right: 1px solid #aaa;
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .img_wrap li {
        width: 24%;
        aspect-ratio: 1/0.6;
    }

/* company media */
@media all and (max-width:1024px) {
    .fresh_service_wrap {
        display: block;
    }

    .fresh_service_wrap .wrap_img_section {
        display: block;
    }

    .fresh_wrap {
        border: none;
        margin: 0;
        margin-bottom: 50px;

        text-align: right;
    }

    .fresh_wrap .contents_wrap,
    .service_wrap .contents_wrap {
    width: 70%;
    }

    .img_wrap {
        flex-wrap: wrap;
    }

    .img_wrap li {
        width: 48%;
    }

    .img_wrap li:nth-child(3),
    .img_wrap li:nth-child(4) {
        margin-top: 15px;
    }
} 

    
/* history */
.history_list {
    margin: 0 auto;
    max-width: 1024px;
    padding: 0 30px;
    box-sizing: border-box;
    list-style: square;

    background: 99% 50% no-repeat url("/img/history_img.png");
}

.history_list li {
    font-size: 1.25rem;
    line-height: 160%;
    word-break: keep-all;
}

.event_etc {
    font-size: 1.75rem;
    text-align: center;
    margin: 30px 0 50px;
    word-break: keep-all;
}

span.orange {
    background-color: #f96f08;
    color: #fff;
}

.history_inner hr {
    display: block;
    position: relative;
    width: 100vw;
    height: 2px;
    margin: 3rem 0 2rem -50vw;
    left: 50%;
    border: none;
    border-bottom: 2px dashed #f9700859;
    float: left;
  }

  hr ~ * {
    clear: both;
  }

.form_btn {
    text-align: center;
}

.form_btn a {
    display: inline-block;
    font-size: 1.2rem;
    width: 22%;
    padding: 8px 10px;
    box-sizing: border-box;
    word-break: keep-all;

    border-radius: 18px;
    border: 1px solid #f96f08;
    color: #f96f08;

    transition: all 0.3s;
}

.form_btn a:hover {
    background-color: #f96f08;
    color: #fff;
    
    transition: all 0.3s;
}

/* history_media */
@media all and (max-width:916px) {
    .history_list {
        background-image: none;
    }

    .form_btn a {
        width: 45%;
    }
} 


/* map */
.map_wrap {
    display: flex;
    justify-content: space-between;
}

.map_wrap>div {
    width: 49% !important;
}

.map_wrap .map_title {
    font-size: 2rem;
    margin-bottom: 15px;
}

.map_wrap .map_contents {
    font-size: 1.23rem;
}

.map_wrap .map_contents:first-of-type {
    margin-bottom: 30px;
}

/* map_media */
@media all and (max-width:1024px) {
    .map_wrap {
        display: block;
    }
    
    .map_wrap>div {
        width: 100% !important;
    }

    .map_wrap .map_text {
        margin-top: 15px;
        text-align: center;
        word-break: keep-all;
    }
}