main#main {
    position: relative;
    padding: 0 0 170px 0;
        display: flow-root;
}
main#main::before {
content: '';
left: 0;
top: 0;
height: 400px;
width: 100%;
position: absolute;
background: #F9F3E6;
    mix-blend-mode: multiply;
}
.food_single_content a:link {
    word-wrap: break-word;
}
section.single_section {
max-width: 1140px;
padding: 50px 20px 0 20px;
margin: 90px auto 0 auto;

z-index: 1;
position: relative;
}.single_section_div{
background: #fff;
    border-top: 2px solid #CCAE66;
    border-bottom: 2px solid #CCAE66;
        padding: 50px;
}

.single_title_box h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 4px;
}
.share_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 24px;
}
.share_list {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.share_list p {
    font-size: 16px;
    line-height: 180%;
    color: #666;
}
.share_list a {
    line-height: 0;
}
.share_list a:hover {
  opacity: 0.8;
}
.share_list img {
    width: 32px;
}
img.title_bk_img {
    width: 100%;
}
.single_title_box {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccae6680;
}
/*single-font*/
.food_single_content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
}
.food_single_content h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    color: #895F39;
}
a.back_page svg{
fill:none!important;
width: 30px;
}
a.back_page {
    font-size: 20px;
    color: #9D7E63;
    gap: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.back_button {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin-top: 40px;
}

@media screen and (max-width: 992px) {
    main#main {
    padding: 0 0 80px 0;
}
section.single_section {
    padding: 0px 20px 0 20px;
    margin: 40px auto 0 auto;
}
main#main::before {
    height: 250px;
}
.single_section_div {
    
    padding: 20px 15px;
}
.single_title_box {
        margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccae6680;
}
.single_title_box h1 {
    font-size: 24px;
}
.share_list p {
    font-size: 12px;
}
.share_list img {
    width: 30px;
}
.share_box {
    margin-bottom: 20px;
}
.food_single_content p {
    font-size: 16px;
}
.back_button {
    padding:0;
    margin-top: 20px;
}
a.back_page {
    font-size: 16px;
}
a.back_page svg {
    width: 24px;
}
}