.healthy .page-header .container-fluid {
  background-color: #F8CFDC;
}
.healthy .page-header .container-fluid .item-img .backdrop {
  background-image: url("../images/wram/healthy_bg_page_header.png");
}
.healthy section .container h3 {
  color: #f99d1a;
}
.healthy section .container h3.sub_title::before {
  background-image: url("../images/sub/sub_title_icon.svg");
  filter: invert(78%) sepia(26%) saturate(6399%) hue-rotate(348deg) brightness(101%) contrast(95%);
}
.healthy section.interview {
  background-color: #f7af2b;
}
.healthy section.interview .recipe {
  border: 2px solid #ee7700;
}
.healthy section.interview .recipe h3 {
  background-color: #ee7700;
  border: 2px solid #f7af2b;
}
.healthy section.interview .recipe small {
  background-color: #ee7700;
}
.healthy section.interview .recipe .num_list li span {
  background-color: #ee7700;
}
.healthy section.interview .recipe strong {
  color: #ee7700;
  border-bottom: 2px solid #ee7700;
}
.healthy section.interview .recipe hr {
  border-bottom: 4px dotted #ee7700;
}
.healthy section.interview .title-box {
  background-color: #ee7700;
  border: 2px solid #f7af2b;
}
.healthy section.interview .people {
  border: 5px double #f7af2b;
  height: fit-content;
}
.healthy section.interview .people div.row {
  border-bottom: 4px dotted #ee7700;
}
.healthy section.interview .people div.row p {
  color: #ee7700;
}
.healthy section.interview article ul.row {
  flex-direction: column;
}
.healthy section.interview article ul.row li {
  width: 100%;
}
.healthy section.interview article ul.row li small {
  display: inline-block;
}
.healthy section.interview article ul.row li span {
  padding-left: 30px;
  color: #ee7700;
  font-weight: 500;
}
.healthy section.interview article ul.row li p {
  color: #f7af2b;
  font-weight: 500;
}
.healthy section.interview article ul.row li.first .details {
  display: flex;
  justify-content: space-between;
}

.damage {
  background: url("../images/wram/damage_bg_page_header.png") no-repeat center/cover;
}
.damage figure img {
  border-radius: 0;
}
.damage .page-header {
  background-color: transparent;
}
.damage section.front {
  padding-top: 0;
}
.damage section ~ section {
  background: rgba(107, 215, 241, 0.7);
}
@media (max-width: 1024px) {
  .damage section.front {
    padding: 40px 0;
  }
}

.global .page-header .container-fluid .item-img .backdrop {
  background: url("../images/wram/global_bg_page_header.png") no-repeat center/cover;
}
.global section .container .sub_title {
  color: #00b2eb;
}
.global section .container .sub_title::before {
  background: url("../images/wram/sub_title_icon.svg") no-repeat center/contain;
  filter: invert(56%) sepia(81%) saturate(1426%) hue-rotate(154deg) brightness(89%) contrast(107%);
}
.global section .container sup {
  color: #00b2eb;
  vertical-align: super;
  line-height: normal;
  font-weight: bold;
}
.global section .container .row {
  align-items: center;
}
.global section .container .sup-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 30px;
  border-top: 1px solid #121212;
}
.global section .container .sup-box > li > dl {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
}
.global section .container .sup-box > li > dl dt {
  display: inline;
  color: #00b2eb;
  font-weight: bold;
}
.global section .container .sup-box > li > dl dd {
  display: inline;
  margin: 0;
  line-height: 1.2;
}

.tip .page-header .container-fluid .details {
  background-color: #FAE5E4;
}
.tip .page-header .container-fluid .item-img .backdrop {
  background: url("../images/wram/tip_bg_page_header.png") no-repeat center/cover;
}
.tip section {
  background-color: #fff;
}
.tip section .container .section-title {
  display: block;
  margin-bottom: 30px;
}
.tip section .container .section-title h3 {
  display: inline-block;
  font-size: 26px;
  color: #fff;
  padding: 10px 20px;
  background-color: #00b2eb;
  margin-bottom: 20px;
  border-radius: 30px;
}
.tip section .container .section-title small {
  display: block;
  font-size: 18px;
}
.tip section .container .section-content table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  margin: 0;
  font-size: 18px;
  text-align: center;
}
.tip section .container .section-content table tr td, .tip section .container .section-content table tr th {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #00b2eb;
}
.tip section .container .section-content table.table-one caption {
  caption-side: bottom;
  text-align: right;
  font-size: 16px;
  margin-top: 10px;
}
.tip section .container .section-content table.table-one thead tr th {
  background-color: #00b2eb;
  color: #555;
  border-right: 1px solid #fff;
}
.tip section .container .section-content table.table-one thead tr th:nth-last-of-type(1) {
  border: none;
}
.tip section .container .section-content table.table-one tbody tr th {
  background-color: #d1ebfb;
}
.tip section .container .section-content table.table-one tbody tr td:nth-of-type(1) {
  text-align: left;
}
.tip section .container .section-content table.table-one tfoot tr td {
  background-color: #fffcd6;
  text-align: left;
  font-weight: bold;
}
.tip section .container .section-content table.table-two caption {
  caption-side: top;
  text-align: left;
  margin-bottom: 10px;
}
.tip section:nth-of-type(2) ~ section {
  background-color: #fce2ed;
}
.tip section:nth-of-type(2) ~ section .section-title h3 {
  background-color: #f06d9c;
  margin: 0;
}
.tip section:nth-of-type(2) ~ section .section-content table tr th, .tip section:nth-of-type(2) ~ section .section-content table tr td {
  border: none;
}
.tip section:nth-of-type(2) ~ section .section-content table thead {
  background-color: #f5a3c7;
  border-top: 2px solid #f06d9c;
}
.tip section:nth-of-type(2) ~ section .section-content table thead tr th {
  border-right: 2px solid #fff;
}
.tip section:nth-of-type(2) ~ section .section-content table thead tr th:nth-last-child(1) {
  border: none;
}
.tip section:nth-of-type(2) ~ section .section-content table tbody tr {
  border-bottom: 2px solid #f8bed7;
}
.tip section:nth-of-type(2) ~ section .section-content table tbody tr:nth-last-child(1) {
  border-bottom: 2px solid #f06d9c;
}
.tip section:nth-of-type(2) ~ section .section-content table tbody tr th {
  background-color: #fdecf3;
}
.tip section:nth-of-type(2) ~ section .section-content table tbody tr td {
  background-color: #fff;
  border: 2px solid #f5a3c7;
  border-bottom: none;
  font-weight: 500;
}
.tip section:nth-of-type(2) ~ section .section-content table tbody tr td:nth-of-type(1) {
  text-align: left;
}
.tip section:nth-of-type(2) ~ section .section-content table tbody tr td:nth-last-child(1) {
  border-right: none;
}
.tip section:nth-of-type(2) ~ section .section-content .item-img {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.tip section:nth-of-type(2) ~ section .section-content .item-img figure img {
  border: 2px solid #f5a3c7;
}
.tip section:nth-of-type(2) ~ section .section-content ol.tip-list1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.tip section:nth-of-type(2) ~ section .section-content ol.tip-list1 li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: bold;
}
.tip section:nth-of-type(2) ~ section .section-content ol.tip-list1 li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  width: 25px;
  height: 25px;
  background-color: #f06d9c;
  border-radius: 100%;
  color: #fff;
}
.tip section:nth-of-type(2) ~ section .section-content ol.tip-list2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tip section:nth-of-type(2) ~ section .section-content ol.tip-list2 li dl {
  display: flex;
  gap: 10px;
  align-items: center;
  vertical-align: middle;
}
.tip section:nth-of-type(2) ~ section .section-content ol.tip-list2 li dl dt {
  padding: 5px 15px;
  background-color: #f06d9c;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .tip section {
    background-color: #fff;
  }
  .tip section:nth-of-type(2) {
    padding-top: 0;
  }
  .tip section .container .section-title h3 {
    font-size: 22px;
  }
  .tip section .container .section-title small {
    display: block;
    font-size: 16px;
  }
  .tip section .container .section-content .table-container {
    padding-bottom: 10px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .tip section .container .section-content .table-container {
    overflow: scroll;
  }
  .tip section .container .section-content .table-container::-webkit-scrollbar {
    width: 0px;
    height: 8px;
  }
  .tip section .container .section-content .table-container::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
  }
  .tip section .container .section-content .table-container::-webkit-scrollbar-thumb {
    background: rgb(238, 174, 202);
    background: linear-gradient(90deg, rgb(238, 174, 202) 0%, rgb(148, 187, 233) 100%);
    border-radius: 100px;
  }
}
@media (max-width: 1024px) {
  .tip section .container .section-content table {
    white-space: nowrap;
    font-size: 16px;
  }
  .tip section .container .section-content table tr td, .tip section .container .section-content table tr th {
    padding: 10px 15px;
  }
  .tip section:nth-of-type(2) ~ section .section-content ol.tip-list1 li span {
    font-size: 14px;
  }
  .tip section:nth-of-type(2) ~ section .section-content ol.tip-list2 {
    gap: 20px;
  }
  .tip section:nth-of-type(2) ~ section .section-content ol.tip-list2 li dl {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
  .tip section:nth-of-type(2) ~ section .section-content ol.tip-list2 li dl dt {
    font-size: 14px;
    padding: 5px 15px;
  }
}

.news {
  background-color: #eeefef;
}
.news .page-header .container-fluid {
  background-color: #329BB7;
}
.news .page-header .container-fluid .details strong {
  color: #fff !important;
  transition-delay: 0.7s !important;
}
.news .page-header .container-fluid .details p {
  color: #fff !important;
  transition-delay: 0.9s !important;
}
.news .page-header .container-fluid .item-img .backdrop {
  background: url("../images/wram/news_bg_page_header.png") no-repeat center/cover;
}
.news .news-wrap {
  background-color: #EEEFEF;
  padding: 80px 0;
}
.news .news-wrap article {
  display: block;
  margin: 0 auto;
  max-width: 1230px;
  padding: 80px 50px;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.news .news-wrap article .article-title {
  display: flex;
  justify-content: space-between;
  font-size: 30px;
  border-top: 4px solid #121212;
  border-bottom: 4px double #121212;
  padding: 20px 0;
}
.news .news-wrap article section {
  padding: 0;
  margin: 60px 0 !important;
  background-color: transparent;
}
.news .news-wrap article section:nth-last-child(1) {
  margin-bottom: 0 !important;
}
.news .news-wrap article section .section-title {
  margin-bottom: 30px;
  padding: 20px;
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
  background-color: #EEEFEF;
}
.news .news-wrap article section .section-title h5 {
  font-size: 26px;
}
.news .news-wrap article section .section-content {
  font-size: 18px;
  line-height: 28px;
}
.news .news-wrap article section .section-content .row {
  align-items: center;
}
.news .news-wrap article section .section-content dl {
  margin-top: 20px;
}
.news figure img {
  border-radius: 0;
}
.news a {
  text-decoration: underline;
  text-underline-position: under;
}
@media (max-width: 1024px) {
  .news .news-wrap {
    padding: 60px 15px;
    word-break: break-all;
  }
  .news .news-wrap article {
    padding: 20px 15px;
  }
  .news .news-wrap article .article-title {
    align-items: center;
    font-size: 20px;
    padding: 20px 0;
  }
  .news .news-wrap article section {
    padding: 0;
    margin: 60px 0 !important;
    background-color: transparent;
  }
  .news .news-wrap article section:nth-last-child(1) {
    margin-bottom: 0 !important;
  }
  .news .news-wrap article section .section-title {
    margin-bottom: 30px;
    padding: 15px;
  }
  .news .news-wrap article section .section-title h5 {
    font-size: 20px;
    line-height: 1.2;
  }
  .news .news-wrap article section .section-content {
    font-size: 18px;
    line-height: 28px;
  }
  .news .news-wrap article section .section-content .row {
    align-items: center;
  }
  .news .news-wrap article section .reverse > div:nth-of-type(1) {
    order: 1;
  }
}

.event section.winner ul.add-winner > li {
  width: 33.3333333333%;
}/*# sourceMappingURL=wram.css.map */