@charset "UTF-8";

@import url(font.css);
@import url(reset.css);

body {
  font-family: "Noto Sans KR", Helvetica, "Helvetica Neue", Arial, "sans-serif";
  font-size: 14px;
}

a {
  text-decoration: none;
}

#wrap { 
  position: relative; 
  color: #333; 
  font-weight: 800; 
  font-size: 15px;
}

#contentsWrap { 
  position: relative;
  background-color: #fff;
}
#contentsWrap .cont_inner { 
  max-width: 1180px;
  margin: 0 auto;
  z-index: 1;
}

.top {
  background-color: #333; 
}
.top .inner { 
  position: relative; 
  left: 0;
  top: 0; 
  width: 100%; 
  height: 260px; 
  background:url(../img/header_bg2.png) ; 
  background-color: #333 ; 
  background-position: center;
  background-repeat: no-repeat; 
  z-index: 500; 
  margin: 0px auto;
}

.top .inner h1 { 
  position: relative;
  display: block;
  line-height: 65px;
  z-index: 12;   
  text-align:center; 
  font-size: 45px;
  font-weight: 600; 
  color: #fff;
}
.top .inner h3 { 
  position: relative;
  display: block;
  line-height: 35px;
  z-index: 12; 
  text-align:center; 
  font-size: 20px;
  font-weight: 500; 
  color: #fff;
  padding-top: 56px;
  margin-block-start: 0;
  margin-block-end: 0;
}

.form_box {
  display: flex; 
  align-items: center; 
  justify-content: space-around;
}
.form_search { 
  display: block; 
  position: relative; 
  width: 320px; 
  height: 42px; 
  padding: 12px 48px 12px 28px; 
  box-sizing: border-box; 
  border-radius: 4px; 
  border: 1px solid rgb(158, 149, 149); 
  background: rgb(255, 255, 255);
  font-weight: 600; 
  font-size: 15px; 
  line-height: 19px; 
  letter-spacing: -0.5px;
  margin-top: 16px;
}

.et-hero-tabs {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 30vh;
  position: relative;
  background: #fff;
  text-align: center;
}

.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  position: relative;
  background: #fff;
  text-align: center;
  padding: 0em 0em;
}

.et-slide .tit01 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 45px;
  color: #666; 
  font-weight: 800; 
  text-align:center; 
}

.et-hero-tabs h2 {
  margin-top: 60px;
  font-size: 36px;
  line-height: 45px;
  color: #EF151E; 
  font-weight: 500; 
  text-align:center; 
  font-family: "MaruBuri", Helvetica, "Helvetica Neue", Arial, "sans-serif";
}

.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: #fff;
  z-index: 99;
  max-width: 800px;
  margin: 40px 0px 40px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  border-top: 1px solid #EF151E;
  border-left: 1px solid #EF151E;
  box-shadow: 0 0 40px 20px rgb(255 255 255);
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #444444;
  transition: all 0.5s ease;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 12px 8px;
  background: rgb(255, 255, 255);
  display: flex;   
  white-space: nowrap;
  border-right: 1px solid #EF151E;
  border-bottom: 1px solid #EF151E;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.5px;
}
.et-hero-tab:hover {
  color: white;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 12px 8px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;
  border-right: 1px solid  #EF151E;
  border-bottom: 1px solid #EF151E;
  cursor: pointer;
  font-weight: 800;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: -0.5px;
  background: #EF151E;
  transition: all 0.5s ease;
}

.et-hero-tab_on {
  color: white !important;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 12px 8px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;
  border-right: 1px solid  #EF151E;
  border-bottom: 1px solid #EF151E;
  cursor: pointer;
  font-weight: 800;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: -0.5px;
  background: #EF151E;
  transition: all 0.5s ease;
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #66B1F1;
  transition: left 0.3s ease;
}

.line {
  width: 100%; 
  margin-bottom: 40px; 
  padding: 0; 
  text-align: center; 
  font-size:24px; 
  font-family: "MaruBuri", Helvetica, "Helvetica Neue", Arial, "sans-serif"; 
  font-weight: 500;
}

.line:after {display: inline-block; 
  margin: 0 0 3px 30px; 
  height: 1px; 
  content: " "; 
  text-shadow: none; 
  background-color: rgb(223, 223, 223); 
  width: 10%; 
}

.line:before {display: inline-block; 
  margin: 0 30px 3px 0; 
  height: 1px; 
  content: " "; 
  text-shadow: none; 
  background-color: rgb(223, 223, 223); 
  width: 10%; 
}

.scroll { 
  margin-top: 40px; 
  padding: 0; 
  text-align: center; 
  font-size: 12px; 
  font-weight: 500;
  line-height: 20px;
  align-items: center;
}

.m_bttm {
  margin-bottom: -100px;
}

/* recipe */
.recipe {
  width: 100%;
  position: static;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 0px;
  margin-top: 120px;
}


.recipe .cardwrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1060px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 20px;
  overflow-x: initial;
  flex-wrap: wrap;
}

.recipe .card {
  margin: 0px; 
  border: 0px; 
  font: inherit; 
  vertical-align: baseline; 
  text-decoration: none; 
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.recipe .card .menuimg {
  /*width: 162px; 
  height: 124px;*/ 
  width: 100%;
  border: 1px solid rgba(230, 230, 230, 0.8);
  transition: transform 0.7s ease;
  overflow: hidden;
}

.recipe .card .menuimg:hover {
  transform: scale(1.1);  
}



.recipe .card .txt1 {
  /*margin-top: 14px;*/
  padding-top: 14px ;
  text-align: center; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  display: -webkit-box; 
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
  color: #929292;   
  font-size: 14px; 
  line-height: 14px; 
  letter-spacing: -0.7px; 
  font-weight: 600;
  margin-block-start: 0;
  margin-block-end: 0;
}
.recipe .card .txt2 {
  padding: 10px 0 5px; 
  justify-content: center; 
  text-align: center; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  display: -webkit-box; 
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  color: #333; 
  font-size: 16px; 
  line-height: 20px; 
  letter-spacing: -0.5px; 
  font-weight: 800;
  margin-block-start: 0;
  margin-block-end: 0;
}
.recipe .card .iconwrap {
  display: flex; 
  flex-direction: row; 
  justify-content: center; 
  align-items: center; 
  padding: 0px; 
  gap: 4px;
}
.recipe .card .txticon {
  display: flex; 
  flex-direction: row; 
  align-items: center; 
  margin: 12px 0px; 
  padding: 4px 8px; 
  background: #FFFFFF; 
  border: 1px solid #CACACA; 
  border-radius: 4px; 
  color: #929292; 
  font-size: 13px; 
  line-height: 100%; 
  letter-spacing: -0.5px;
  font-weight: 600;
}


@media all and (max-width:700px) {
  
 
  .recipe {
    width: 100%;
    position: static;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 0px;
    margin-top: 180px;
  }

  .recipe .cardwrap {
    max-width: 375px;
    width: 95%;
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 0px 0px;
    margin-top: 0px;
    gap: 20px 10px;
  }

  
  .top .inner { 
    height: 170px; 
    background:url(../img/header_bg.png);
    background-position: center;
    background-repeat: no-repeat; 
    z-index: 500; 
    margin: 0px auto;
  }

  .top .inner h3 { 
    font-size: 16px;
    font-weight: 500; 
    padding-top: 20px;
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .top .inner h1{
    font-size:25px;
    line-height: 30px;
  }

  .et-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    position: relative;
    background: #fff;
    text-align: center;
    padding: 0em 0em;
  }


  .et-hero-tabs h2 {
    margin-top: 50px;
    font-size: 30px;
  }

  .et-hero-tabs {
    height: 55vh;
    font-size: 13px;
  }

  .et-hero-tabs-container {
    height: 204px;
    max-width: 360px;
    margin: 14px 0px 30px;
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #444444;
    transition: all 0.5s ease;
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    padding: 8px 8px;
    background: rgb(255, 255, 255);
    display: flex;   
    white-space: nowrap;
    border-right: 1px solid #EF151E;
    border-bottom: 1px solid #EF151E;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
  }

  .et-hero-tab:hover {
    color: white;
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    padding: 8px 8px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    border-right: 1px solid  #EF151E;
    border-bottom: 1px solid #EF151E;
    cursor: pointer;
    font-weight: 800;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
    background: #EF151E;
    transition: all 0.5s ease;
  }

  .et-hero-tab_on {
    color: white !important;
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    padding: 8px 8px;
    font-size: 12px !important;
    line-height: 19px;
    letter-spacing: -0.5px;
    background: #EF151E;
    transition: all 0.5s ease;
  }

}

@media all and (min-width:800px) {
  
  .scroll { 
    display: none;
    margin-top: 40px; 
    padding: 0; 
    text-align: center; 
    font-size:14px; 
  }

}