.recipe_wrap{
    width: 100%;
  background: #FFF;
}
.recipe_sec{
    width: 1000px;
    margin: 0 auto 0;
    padding: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
    .recipe_wrap{
        padding: 0 3% 40px 3%;
    }
    .recipe_sec{
        width: 100%;
        padding: 0 0 0 0;
    }
}
.recipe_sec .elem_h1 {
    line-height: 1.5;
}
.recipe_sec .elem_h1 span{
    font-size: 22px;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .recipe_sec .elem_h1 span{
    font-size: 18px;
  }
}
.elem_h2_rec {
    font-size: 28px;
    position: relative;
    padding: 0 0 20px;
    line-height: 1;
    margin: 0 0 40px 0;
    border-bottom: 2px solid #d9d7ce;
}
.elem_h2_rec::after {
    content: " ";
    background: #e6002d;
    width: 64px;
    height: 2px;
    display: block;
    position: absolute;
    margin: 20px auto 0;
}
.elem_h2_rec_detail {
    font-size: 28px;
    position: relative;
    padding: 0 0 20px;
    line-height: 1;
    margin: 35px 0 40px 0;
    border-bottom: 2px solid #d9d7ce;
}
.elem_h2_rec_detail::after {
    content: " ";
    background: #e6002d;
    width: 64px;
    height: 2px;
    display: block;
    position: absolute;
    margin: 20px auto 0;
}
.recipe_area {
  width: 100%;
  margin: 0 0 40px 0;  
    display: flex;
  flex-wrap: wrap;
}
.recipe_area a{
  display: flex;
  flex-wrap: wrap;
}
.col_block{
  width: 49%;
  margin: 0 1% 40px 0;
}
.col_block:nth-child(even){
  margin: 0 0 40px 1%;
}
.col_block .siz_pic{
  width: 45%;
  margin: 0 5% 0 0 ;  
}
.col_block .recipe_name{
  width: 50%;
}
@media screen and (max-width: 767px) {

  .recipe_area a{
    display: block;
  }
  .col_block{
    width: 100%;
    margin: 0 0 20px 0;
  }
  .col_block:nth-child(even){
    margin: 0 0 40px 0;
  }
  .col_block .siz_pic{
    width: 100%;
    margin: 0 0 10px 0 ;  
  }
  .col_block .recipe_name{
    width: 100%;
  }
}
.recipe_pic{
  width: 80%;
  margin: 0 auto 50px ;
}
.read_txt{
  margin: 0 0 40px 0;
}
.recipe_art{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 55px 0;
  background: #f9f9f9;
  padding: 25px 35px;
}

.material{
  width: 49%;
  padding: 0px 2% 0 0;
  border-right: 1px solid #cecece;
  margin: 0 2% 0 0;
}
@media screen and (max-width: 767px) {
  .material{
    width: 100%;
    padding: 0px 0 0 0;
      border-right:none;
    border-bottom: 1px solid #cecece;
    margin: 0 0 0 0;
  }
}
.material table{
  margin: 0 0 35px 0;
  width: 100%;
}
.material tr{
  border-bottom: 1px dotted #ccc;
}
.material td,.material th{
  padding: 20px;
}

.cook{
  width: 49%;
}
@media screen and (max-width: 767px) {
  .cook{
    width: 100%;
  }
}
.cook_txt{
  margin: 0 0 40px 30px;
  text-indent: -30px;
}
.cook_txt span{
  font-size: 24px;
  color: #e6002d;
  padding: 0 10px 0 0;
}
.cook_txt span.c_num_intro{
  font-size: 1em;
  color: #e6002d;
  padding: 0 0 0 0;
}
.h3_elem_rec{
  font-size: 24px;
  border-bottom: 2px solid #e6002d;
  margin:0 0  15px;
}

.back_to_btn a{
    color: #e6002d;
    font-weight: bold;
    display: block;
    padding: 10px 0;
    width:400px;
    border: 1px solid #e6002d;
    border-radius: 50px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.back_to_btn a::after{
    position: absolute;
    display: inline-block;
    content: "";
    background: url(/gift/res/image/icon_arw03.svg) no-repeat;
    width: 9px;
    height: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}
.back_to_btn a:hover{
     opacity: 0.7;
    text-decoration: none!important;    
}

@media screen and (max-width: 767px) {
  .back_to_btn a{
        width:80%;
    }
    .back_to_btn a::after{
        position: absolute;
        display: inline-block;
        content: "";
        background: url(/gift/res/image/icon_arw03.svg) no-repeat;
        width: 9px;
        height: 14px;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 20px;
    }
    .back_to_btn a:hover{
         opacity: 0.7;
        text-decoration: none!important;    
    }  
}