@media screen and (min-width: 1080px) {
  #single {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF4D3;
  }
  #single .box_section_single {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 1024px;
    padding: 60px;
    background: #fff;
  }
  #single .box_section_single .ttl_news {
    padding-bottom: 8px;
    font-size: 30px;
    color: #333333;
    border-bottom: solid 2px #9D833E;
  }
  #single .box_section_single .main_news {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: dotted 1px #333333;
  }
  #single .box_section_single .main_news .head_news {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
  #single .box_section_single .main_news .head_news .head_news_left {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  #single .box_section_single .main_news .head_news .head_news_left .date_news {
    font-size: 18px;
    font-weight: 500;
  }
  #single .box_section_single .main_news .head_news .head_news_left .label_news {
    display: block;
    width: 120px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    background: #333333;
    border-radius: 14px;
  }
  #single .box_section_single .main_news .head_news .head_news_left .cat_service {
    background: #F16565;
  }
  #single .box_section_single .main_news .head_news .head_news_left .cat_tech {
    background: #5B6FBE;
  }
  #single .box_section_single .main_news .head_news .head_news_left .cat_sale {
    background: #729766;
  }
  #single .box_section_single .main_news .head_news .head_news_left .cat_other {
    background: #818181;
  }
  #single .box_section_single .main_news .head_news .head_news_right .author {
    font-size: 18px;
  }
  #single .box_section_single .main_news .area_thumbnail .thumbnail_news {
    width: 100%;
    height: auto;
    background: #E2E2E2;
  }
  #single .box_section_single .main_news .cont_news {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  #single .box_section_single .main_news .cont_news h3 {
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
    font-size: 24px;
    background: #FFF4AA;
    letter-spacing: 1px;
  }
  #single .box_section_single .main_news .cont_news h4 {
    height: 48px;
    line-height: 48px;
    padding: 0 12px;
    font-size: 21px;
    background: #fff;
    border-left: solid 4px #9D833E;
    letter-spacing: 1px;
  }
  #single .box_section_single .main_news .cont_news p {
    font-size: 16px;
    line-height: 1.7;
  }
  #single .box_section_single .main_news .cont_news p a {
    color: #9D833E;
  }
  #single .box_section_single .area_btn .btn_back {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 6px;
    width: 180px;
    height: 48px;
    padding: 0 12px;
    color: #333333;
    border-bottom: solid 3px #444;
    position: relative;
  }
  #single .box_section_single .area_btn .btn_back::before {
    content: "";
    display: block;
    width: 12px;
    height: 15px;
    position: relative;
    top: 1px;
    background: #333333;
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
  }
}
@media screen and (max-width: 1079px) {
  #single {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF4D3;
  }
  #single .box_section_single {
    display: flex;
    flex-direction: column;
    gap: 6.4vw;
    width: 93.6vw;
    padding: 8vw;
    background: #fff;
  }
  #single .box_section_single .ttl_news {
    padding-bottom: 1.0666666667vw;
    font-size: 4.8vw;
    color: #333333;
  }
  #single .box_section_single .main_news {
    display: flex;
    flex-direction: column;
    gap: 3.2vw;
    padding-bottom: 3.2vw;
    border-bottom: dotted 1px #333333;
  }
  #single .box_section_single .main_news .head_news {
    display: flex;
    flex-direction: column;
    gap: 1.6vw;
  }
  #single .box_section_single .main_news .head_news .head_news_left {
    display: flex;
    align-items: center;
    gap: 1.6vw;
  }
  #single .box_section_single .main_news .head_news .head_news_left .date_news {
    font-size: 3.6vw;
    font-weight: 500;
  }
  #single .box_section_single .main_news .head_news .head_news_left .label_news {
    display: block;
    width: 24vw;
    height: 5.3333333333vw;
    line-height: 5.3333333333vw;
    text-align: center;
    font-size: 2.4vw;
    color: #fff;
    font-weight: 500;
    background: #333333;
    border-radius: 12vw;
  }
  #single .box_section_single .main_news .head_news .head_news_left .cat_service {
    background: #F16565;
  }
  #single .box_section_single .main_news .head_news .head_news_left .cat_tech {
    background: #5B6FBE;
  }
  #single .box_section_single .main_news .head_news .head_news_left .cat_sale {
    background: #729766;
  }
  #single .box_section_single .main_news .head_news .head_news_left .cat_other {
    background: #818181;
  }
  #single .box_section_single .main_news .head_news .head_news_right .author {
    font-size: 3.2vw;
  }
  #single .box_section_single .main_news .area_thumbnail .thumbnail_news {
    width: 100%;
    height: auto;
    background: #E2E2E2;
  }
  #single .box_section_single .main_news .cont_news {
    display: flex;
    flex-direction: column;
    gap: 2.4vw;
  }
  #single .box_section_single .main_news .cont_news h3 {
    height: 9.6vw;
    line-height: 9.6vw;
    padding: 0 1.6vw;
    font-size: 4.8vw;
    background: #FFF4AA;
    letter-spacing: 0;
  }
  #single .box_section_single .main_news .cont_news h4 {
    height: 8vw;
    line-height: 8vw;
    padding: 0.8vw 2.4vw;
    font-size: 4.2666666667vw;
    background: #fff;
    border-left: solid 1.0666666667vw #9D833E;
    letter-spacing: 0;
  }
  #single .box_section_single .main_news .cont_news p {
    font-size: 3.6vw;
    line-height: 1.7;
  }
  #single .box_section_single .main_news .cont_news p a {
    color: #9D833E;
  }
  #single .box_section_single .area_btn {
    background-color: #fff;
  }
  #single .box_section_single .area_btn .btn_back {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 11.2vw;
    color: #333333;
    font-weight: 600;
    background: #E2E7F6;
    border-radius: 1.6vw;
    position: relative;
  }
  #single .box_section_single .area_btn .btn_back::before {
    content: "";
    display: block;
    width: 2.8vw;
    height: 3.6vw;
    position: absolute;
    top: 50%;
    left: 3.2vw;
    background: #333333;
    transform: translate(0, -50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
  }
}/*# sourceMappingURL=style_single.css.map */