*, ::before, ::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.font-source {
  font-family: "Source Sans 3", sans-serif;
}

.color-red {
  color: #BD1616;
}

.bg-white {
  background-color: #fff;
}

.bg-cream {
  background-color: #F8F2ED;
}

.fw100-thin {
  font-weight: 100 !important;
}

.fw400-extra-light {
  font-weight: 200 !important;
}

.fw400-light {
  font-weight: 300 !important;
}

.fw400-regular {
  font-weight: 400 !important;
}

.fw500-medium {
  font-weight: 500 !important;
}

.fw600-semi-bold {
  font-weight: 600 !important;
}

.fw700-bold {
  font-weight: 700 !important;
}

.fw900-black {
  font-weight: 900 !important;
}

.show-tb {
  display: none !important;
}
@media only screen and (max-width: 1180px) {
  .show-tb {
    display: table !important;
  }
}

.show-tb-ver {
  display: none !important;
}
@media only screen and (max-width: 850px) {
  .show-tb-ver {
    display: table !important;
  }
}

.show-sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show-sp {
    display: table !important;
  }
}

@media only screen and (max-width: 1180px) {
  .hide-tb {
    display: none !important;
  }
}

@media only screen and (max-width: 850px) {
  .hide-tb-ver {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide-sp {
    display: none !important;
  }
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background-color: #FFFBF6;
}
body:lang(th) {
  font-family: "Noto Sans Thai", sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  outline: none;
}

strong {
  font-weight: 700;
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.text-center {
  text-align: center;
}

/* Link */
.transition, #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item, #wtb .wtb .box-content .row .store-list ul li a img, .recipes-list .item a .topic, #pro .pro .box-content .pro-slick-wrapper .pro-slick .slick-list .slick-track .slick-slide > div .item a .topic, #news .news .news-slick .item a .brief .topic, .menu-dropdown, #menu-responsive, header .header--r .btm, header .header--r .top, header .header, .btn .arrow-circle .circle, .btn .arrow-circle .arrow, .btn .line-circle .circle, .btn .line-circle .line, a .cover img, a::before, a::after, a, button {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}

button:hover {
  opacity: 0.75;
}

a {
  color: currentColor;
  text-decoration: none;
  outline: none;
}
a:hover {
  opacity: 0.75;
}
a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a:hover .hover-underline {
  background-size: 100% 1px;
}
a .cover {
  overflow: hidden;
}
.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}
@media only screen and (max-width: 1180px) {
  .anchor {
    top: -150px;
  }
}

.hover-underline {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: background-size 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.hover-underline:hover {
  background-size: 100% 1px;
}

.underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

/* Content */
#wrapper {
  position: relative;
  padding-top: 110px;
}
@media only screen and (max-width: 1180px) {
  #wrapper {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 750px) {
  #wrapper {
    padding-top: 130px;
  }
}

main {
  position: relative;
}

.content-1440 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.content-1180 {
  width: 90%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .content-1180 {
    width: 92%;
  }
}

.content-1160 {
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .content-1160 {
    width: 92%;
  }
}

.content-1024 {
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .content-1024 {
    width: 92%;
  }
}

.content-880 {
  width: 90%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .content-880 {
    width: 92%;
  }
}

.content-flex {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-columns: 280px 1fr;
  grid-template-columns: 280px 1fr;
  gap: 25px;
  position: relative;
}
.content-flex.reverse {
  direction: rtl;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-grid-columns: 280px 1fr;
  grid-template-columns: 280px 1fr;
}
@media only screen and (max-width: 750px) {
  .content-flex.reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.content-flex.reverse .col-l {
  top: inherit;
  bottom: 0;
}
@media only screen and (max-width: 750px) {
  .content-flex.reverse .col-l {
    margin-top: 40px;
  }
}
.content-flex.reverse .col-r {
  min-height: 100%;
}
@media only screen and (max-width: 750px) {
  .content-flex.reverse .col-r {
    margin-top: 0;
  }
}
.content-flex.reverse > * {
  direction: ltr;
}
@media only screen and (max-width: 850px) {
  .content-flex {
    -ms-grid-columns: 200px 1fr;
    grid-template-columns: 200px 1fr;
  }
}
@media only screen and (max-width: 750px) {
  .content-flex {
    display: block;
  }
}
.content-flex .col-l {
  position: sticky;
  top: 111px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1180px) {
  .content-flex .col-l {
    top: 150px;
  }
}
@media only screen and (max-width: 750px) {
  .content-flex .col-l {
    position: static;
  }
}
.content-flex .col-l .box-submn {
  padding: 5px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
}
@media only screen and (max-width: 850px) {
  .content-flex .col-l .box-submn {
    padding: 5px 20px;
  }
}
.content-flex .col-l .box-submn .topic {
  padding: 15px 0;
  font-weight: 700;
  border-bottom: 1px solid #BD1616;
}
.content-flex .col-l .box-submn ul li + li {
  border-top: 1px solid #DADADA;
}
.content-flex .col-l .box-submn ul li a {
  display: block;
  font-weight: 700;
  padding: 15px 10px;
}
.content-flex .col-l .box-submn ul li a:hover {
  opacity: 1;
}
.content-flex .col-l .box-bnr {
  margin-top: 20px;
}
.content-flex .col-l .box-bnr ul li + li {
  margin-top: 10px;
}
.content-flex .col-l .box-bnr ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  overflow: hidden;
}
.content-flex .col-l .box-bnr ul li a:hover {
  opacity: 1;
}
.content-flex .col-l .box-bnr ul li a .cover {
  width: 37.5%;
}
.content-flex .col-l .box-bnr ul li a .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-flex .col-l .box-bnr ul li a .brief {
  width: 62.5%;
  padding: 0 15px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  .content-flex .col-r {
    margin-top: 40px;
  }
}
.content-flex .col-r .box-white {
  padding: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 850px) {
  .content-flex .col-r .box-white {
    padding: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .content-flex .col-r .box-white {
    padding: 25px;
  }
}

.w100 {
  width: 100%;
}

@media only screen and (max-width: 750px) {
  .w100sp {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  .w92sp {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.mar80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .mar80 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.mar60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .mar60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.pt60 {
  padding-top: 60px;
}
@media only screen and (max-width: 750px) {
  .pt60 {
    padding-top: 40px;
  }
}

.pad80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pad80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad2080 {
  padding-top: 20px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pad2080 {
    padding-bottom: 40px;
  }
}

.sns-fixed {
  position: sticky;
  right: 0;
  bottom: 50px;
  z-index: 13;
  width: 58px;
  margin-left: auto;
  margin-top: -200px;
  padding: 24px 12px;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 0;
}
.sns-fixed p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.sns-fixed ul {
  display: -ms-grid;
  display: grid;
  gap: 7px;
}
.sns-fixed ul li a {
  display: block;
}

/* Txthead */
.box-txthead.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1180px) {
  .box-txthead.mb60 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead.mb60 {
    margin-bottom: 30px;
  }
}
.box-txthead.mb35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1180px) {
  .box-txthead.mb35 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead.mb35 {
    margin-bottom: 20px;
  }
}
.box-txthead.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  .box-txthead.mb30 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead.mb30 {
    margin-bottom: 20px;
  }
}
.box-txthead.mb20 {
  margin-bottom: 20px;
}
.box-txthead.mb10 {
  margin-bottom: 10px;
}
.box-txthead.with-box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-txthead .fz95 {
  font-size: 9.5rem;
  line-height: 7.5rem;
}
@media only screen and (max-width: 1180px) {
  .box-txthead .fz95 {
    font-size: 7.5rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead .fz95 {
    font-size: 5.5rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead .fz95 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}
.box-txthead .fz95 + p {
  margin-top: 40px;
}
@media only screen and (max-width: 1180px) {
  .box-txthead .fz95 + p {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 850px) {
  .box-txthead .fz95 + p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead .fz95 + p {
    margin-top: 10px;
  }
}
.box-txthead .fz60 {
  font-size: 6rem;
  line-height: 6rem;
}
@media only screen and (max-width: 1180px) {
  .box-txthead .fz60 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead .fz60 {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}
.box-txthead .fz46 {
  font-size: 4.6rem;
  line-height: 5rem;
}
@media only screen and (max-width: 1180px) {
  .box-txthead .fz46 {
    font-size: 3.8rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 850px) {
  .box-txthead .fz46 {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead .fz46 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.box-txthead .fz46 + p {
  margin-top: 15px;
}
.box-txthead .fz46 .fz24 {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .box-txthead .fz46 .fz24 {
    margin-bottom: 10px;
  }
}
.box-txthead .fz32 {
  font-size: 3.2rem;
  line-height: 4.2rem;
}
@media only screen and (max-width: 1180px) {
  .box-txthead .fz32 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead .fz32 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.box-txthead .fz26 {
  font-size: 2.6rem;
  line-height: 3rem;
}
@media only screen and (max-width: 1180px) {
  .box-txthead .fz26 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead .fz26 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.box-txthead .fz24 {
  font-size: 2.4rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 1180px) {
  .box-txthead .fz24 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead .fz24 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.box-txthead .dot-red-12 {
  position: relative;
  padding-left: 20px;
}
.box-txthead .dot-red-12::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #BD1616;
}
@media only screen and (max-width: 1180px) {
  .box-txthead .dot-red-12::before {
    top: 6px;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead .dot-red-12::before {
    top: 5px;
  }
}

/* Btn */
.box-btn {
  display: table;
}
.box-btn.center {
  margin-left: auto;
  margin-right: auto;
}
.box-btn.mt35 {
  margin-top: 35px;
}
.box-btn.mt30 {
  margin-top: 30px;
}
.box-btn.mt20 {
  margin-top: 20px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.btn .txt {
  position: relative;
  z-index: 9;
}
.btn .txt.fz14 {
  font-size: 1.4rem;
  line-height: 2rem;
}
.btn .line-circle {
  position: absolute;
  right: 22px;
  width: 35px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .btn .line-circle {
    width: 21px;
    right: 12px;
  }
}
.btn .line-circle .line {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 28px;
  height: 1px;
  background-color: #000;
}
@media only screen and (max-width: 750px) {
  .btn .line-circle .line {
    width: 18px;
  }
}
.btn .line-circle .circle {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 14px;
  height: 14px;
  background-color: #BD1616;
  border-radius: 100%;
}
@media only screen and (max-width: 750px) {
  .btn .line-circle .circle {
    width: 10px;
    height: 10px;
  }
}
.btn.with-arrow-circle:hover {
  opacity: 1;
}
.btn.with-arrow-circle:hover .arrow-circle .arrow {
  left: 23px;
}
.btn.with-arrow-circle:hover .arrow-circle .circle {
  right: 24px;
}
.btn .arrow-circle {
  width: 76px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.btn .arrow-circle .arrow {
  position: absolute;
  left: 0;
  z-index: 2;
  padding-bottom: 5px;
}
.btn .arrow-circle .circle {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
}
.btn.gap12 {
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.btn.gap10 {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.btn.gap6 {
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}
.btn.square-radius {
  height: 52px;
  border-radius: 26px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .btn.square-radius {
    height: 40px;
  }
}
.btn.square-radius.red-border.reverse .line-circle .line {
  background-color: #fff;
}
.btn.square-radius.red-border.reverse .line-circle .circle {
  position: absolute;
  background-color: #fff;
}
.btn.square-radius.red-border.reverse:hover {
  color: #BD1616;
  background-color: #FFFBF6;
}
.btn.square-radius.red-border.reverse:hover .line-circle .line {
  background-color: #BD1616;
}
.btn.square-radius.red-border:hover {
  opacity: 1;
  color: #fff;
}
.btn.square-radius.red-border:hover .line-circle .line {
  width: 0;
  right: 0;
  left: inherit;
  background-color: #fff;
}
.btn.square-radius.red-border:hover .line-circle .circle {
  -webkit-transform: scale(40);
  transform: scale(40);
}
.btn.square-radius.red {
  color: #fff;
  background-color: #BD1616;
}
.btn.square-radius.red-border {
  border: 1px solid #BD1616;
  background-color: #FFFBF6;
}
.btn.square-radius.red-border.reverse {
  color: #fff;
  background-color: #BD1616;
}
.btn.square-radius.red-border-static {
  border: 1px solid #BD1616;
  background-color: #FFFBF6;
}
.btn.square-radius.red-border-static:hover {
  opacity: 1;
}
.btn.square-radius.pad-lr-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.btn.square-radius.minw-280 {
  min-width: 280px;
}
@media only screen and (max-width: 750px) {
  .btn.square-radius.minw-280 {
    min-width: auto;
    padding-left: 15px;
    padding-right: 40px;
  }
}
.btn.square-radius.minw-230 {
  min-width: 230px;
}
@media only screen and (max-width: 750px) {
  .btn.square-radius.minw-230 {
    min-width: auto;
    padding-left: 15px;
    padding-right: 40px;
  }
}
.btn.square-radius.minw-200 {
  min-width: 200px;
}
@media only screen and (max-width: 750px) {
  .btn.square-radius.minw-200 {
    min-width: auto;
    padding-left: 15px;
    padding-right: 40px;
  }
}
.btn.white {
  color: #fff;
}

.btn-cat {
  margin-bottom: 75px;
}
@media only screen and (max-width: 1180px) {
  .btn-cat {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-cat {
    margin-bottom: 40px;
  }
}
.btn-cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
@media only screen and (max-width: 750px) {
  .btn-cat ul {
    gap: 10px;
  }
}
.btn-cat ul li {
  font-weight: 700;
  text-align: center;
}
.btn-cat ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 180px;
  height: 45px;
  padding: 0 10px;
  border: 1px solid #BD1616;
  border-radius: 5px;
}
.btn-cat ul li a.current {
  color: #fff;
  background-color: #BD1616;
  pointer-events: none;
}

.wp-pagenavi {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}
.wp-pagenavi > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 6px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #F6F3EF;
  font-weight: 700;
  color: #A6A6A6;
}
.wp-pagenavi > *:hover {
  cursor: pointer;
}
.wp-pagenavi > *.page:hover {
  opacity: 1;
  color: #BD1616;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi > *.page {
    display: none;
  }
}
.wp-pagenavi > *.current {
  color: #fff;
  background-color: #BD1616;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi > *.current {
    display: none;
  }
}
.wp-pagenavi > *.previouspostslink {
  width: 48px;
  height: 48px;
  margin-right: 25px;
  border: 1px solid #BD1616;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-image: url("/assets/images/commons/icn-slick-prev.svg");
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi > *.previouspostslink {
    margin-right: 10px;
  }
}
.wp-pagenavi > *.previouspostslink:hover {
  opacity: 1;
  background-color: #BD1616;
  background-image: url("/assets/images/commons/icn-slick-prev-white.svg");
}
.wp-pagenavi > *.nextpostslink {
  width: 48px;
  height: 48px;
  margin-left: 25px;
  border: 1px solid #BD1616;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-image: url("/assets/images/commons/icn-slick-next.svg");
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi > *.nextpostslink {
    margin-left: 10px;
  }
}
.wp-pagenavi > *.nextpostslink:hover {
  opacity: 1;
  background-color: #BD1616;
  background-image: url("/assets/images/commons/icn-slick-next-white.svg");
}

/* Breadcrumb */
#breadcrumb {
  margin: 15px 0;
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#breadcrumb .breadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  color: #4A4A4A;
}
#breadcrumb .breadcrumb ul li + li {
  margin-left: 10px;
}
#breadcrumb .breadcrumb ul li + li::before {
  content: "";
  width: 6px;
  min-width: 6px;
  height: 9px;
  background-image: url("/assets/images/commons/breadcrumb-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#breadcrumb .breadcrumb ul li a {
  color: #BD1616;
}

/* MV Inner */
#mv-inner .mv-inner .img img {
  width: 100%;
  max-height: 430px;
  -o-object-fit: cover;
  object-fit: cover;
}
#mv-inner + .box-txthead {
  margin-top: -35px;
}
@media only screen and (max-width: 750px) {
  #mv-inner + .box-txthead {
    margin-top: -25px;
  }
}

/* Animate */
.wow {
  visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s cubic-bezier(0.1, 0.9, 0.55, 0.95);
  animation-duration: 1s cubic-bezier(0.1, 0.9, 0.55, 0.95);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 1s cubic-bezier(0.1, 0.9, 0.55, 0.95);
  animation-duration: 1s cubic-bezier(0.1, 0.9, 0.55, 0.95);
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
}
header.sticky .header {
  height: 86px;
}
@media only screen and (max-width: 1180px) {
  header.sticky .header {
    height: 90px;
  }
}
@media only screen and (max-width: 750px) {
  header.sticky .header {
    height: 80px;
  }
}
header.sticky .header--r .top {
  margin-top: -24px;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
}
header.sticky .header--r .btm {
  padding-top: 0;
}
header .header {
  position: relative;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px;
}
@media only screen and (max-width: 1180px) {
  header .header {
    height: 90px;
  }
}
@media only screen and (max-width: 750px) {
  header .header {
    height: 80px;
  }
}
@media only screen and (max-width: 750px) {
  header .header--l {
    width: 200px;
  }
}
header .header--l a {
  display: table;
}
header .header--r .top {
  position: absolute;
  top: 12px;
  right: 0;
  margin-bottom: 15px;
  height: 24px;
}
@media only screen and (max-width: 1180px) {
  header .header--r .top {
    display: none;
  }
}
header .header--r .top > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header--r .top > ul > li {
  position: relative;
}
header .header--r .top > ul > li + li {
  margin-left: 25px;
  padding-left: 26px;
}
header .header--r .top > ul > li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 20px;
  background-color: #F6F3EF;
}
header .header--r .top > ul > li .catalog {
  width: 330px;
}
header .header--r .top > ul > li .catalog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D0D0D0;
  border-radius: 16px;
}
header .header--r .top > ul > li .catalog ul li {
  width: 50%;
  position: relative;
}
header .header--r .top > ul > li .catalog ul li + li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: #D0D0D0;
}
header .header--r .top > ul > li .catalog ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 30px;
}
header .header--r .top > ul > li .catalog ul li a .txt {
  font-size: 1.3rem;
}
header .header--r .top > ul > li .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header--r .top > ul > li .lang a {
  display: block;
  position: relative;
}
header .header--r .top > ul > li .lang a + a {
  margin-left: 20px;
}
header .header--r .top > ul > li .lang a + a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -11px;
  z-index: 1;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 12px;
  background-color: #0E0E0E;
}
header .header--r .top > ul > li .lang a.current {
  color: #BD1616;
  font-weight: 700;
  pointer-events: none;
}
header .header--r .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding-top: 39px;
}
@media only screen and (max-width: 1180px) {
  header .header--r .btm {
    display: none;
  }
}
header .header--r .btm nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header--r .btm nav ul li {
  position: relative;
}
header .header--r .btm nav ul li + li {
  margin-left: 25px;
  padding-left: 26px;
}
@media only screen and (max-width: 1280px) {
  header .header--r .btm nav ul li + li {
    margin-left: 20px;
    padding-left: 21px;
  }
}
header .header--r .btm nav ul li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 20px;
  background-color: #F6F3EF;
}
header .header--r .btm nav ul li a {
  display: table;
  position: relative;
  font-weight: 700;
}
header .header--r .btm nav ul li a:hover {
  opacity: 1;
}
header .header--r .btm .box-btn .btn {
  height: 48px;
}
header .header--r .btn-burger {
  display: none;
}
@media only screen and (max-width: 1180px) {
  header .header--r .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header--r .btn-burger .bar-icon {
  position: relative;
  display: inline-block;
}
header .header--r .btn-burger .bar-icon:hover {
  opacity: 1;
}
header .header--r .btn-burger .bar-icon .bar1,
header .header--r .btn-burger .bar-icon .bar2,
header .header--r .btn-burger .bar-icon .bar3 {
  width: 44px;
  height: 2px;
  background-color: #000;
  margin: 10px 0;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header--r .btn-burger .open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 8px);
  transform: rotate(-45deg) translate(-9px, 8px);
}
header .header--r .btn-burger .open .bar2 {
  opacity: 0;
}
header .header--r .btn-burger .open .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

#menu-responsive {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 7.5%;
  background-color: #fff;
  display: none;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1180px) {
  #menu-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 375px) {
  #menu-responsive {
    padding-top: 80px;
  }
}
#menu-responsive.active {
  opacity: 1;
  visibility: visible;
}
#menu-responsive .menu-responsive {
  width: 100%;
}
#menu-responsive .menu-responsive .content nav a {
  display: block;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  padding: 0 10px;
}
@media only screen and (max-width: 375px) {
  #menu-responsive .menu-responsive .content nav a {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#menu-responsive .menu-responsive .content nav a + a {
  margin-top: 15px;
  padding-top: 16px;
  border-top: 1px solid #EBEBEB;
}
@media only screen and (max-width: 375px) {
  #menu-responsive .menu-responsive .content nav a + a {
    margin-top: 10px;
    padding-top: 11px;
  }
}
#menu-responsive .menu-responsive .content .box-btn {
  margin-top: 30px;
  width: 100%;
}
@media only screen and (max-width: 375px) {
  #menu-responsive .menu-responsive .content .box-btn {
    margin-top: 20px;
  }
}
#menu-responsive .menu-responsive .content .box-btn a {
  height: 60px;
  border-radius: 30px;
}
@media only screen and (max-width: 375px) {
  #menu-responsive .menu-responsive .content .box-btn a {
    height: 50px;
    border-radius: 25px;
  }
}
#menu-responsive .menu-responsive .content .box-btn a .txt {
  font-size: 2rem;
}
@media only screen and (max-width: 375px) {
  #menu-responsive .menu-responsive .content .box-btn a .txt {
    font-size: 1.6rem;
  }
}
#menu-responsive .menu-responsive .content .link {
  margin-top: 30px;
}
@media only screen and (max-width: 375px) {
  #menu-responsive .menu-responsive .content .link {
    margin-top: 20px;
  }
}
#menu-responsive .menu-responsive .content .link ul li {
  display: table;
}
#menu-responsive .menu-responsive .content .link ul li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 375px) {
  #menu-responsive .menu-responsive .content .link ul li + li {
    margin-top: 5px;
  }
}
#menu-responsive .menu-responsive .content .catalog {
  margin-top: 30px;
}
@media only screen and (max-width: 375px) {
  #menu-responsive .menu-responsive .content .catalog {
    margin-top: 25px;
  }
}
#menu-responsive .menu-responsive .content .catalog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D0D0D0;
  border-radius: 16px;
}
#menu-responsive .menu-responsive .content .catalog ul li {
  width: 50%;
  position: relative;
}
#menu-responsive .menu-responsive .content .catalog ul li + li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: #D0D0D0;
}
#menu-responsive .menu-responsive .content .catalog ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 30px;
}
#menu-responsive .menu-responsive .content .catalog ul li a .txt {
  font-size: 1.3rem;
}
#menu-responsive .menu-responsive .content .lang {
  margin-top: 40px;
}
@media only screen and (max-width: 375px) {
  #menu-responsive .menu-responsive .content .lang {
    margin-top: 30px;
  }
}
#menu-responsive .menu-responsive .content .lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  position: relative;
}
#menu-responsive .menu-responsive .content .lang ul::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  margin: auto;
  width: 1px;
  height: 20px;
  background-color: #EBEBEB;
}
#menu-responsive .menu-responsive .content .lang ul li {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 375px) {
  #menu-responsive .menu-responsive .content .lang ul li {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#menu-responsive .menu-responsive .content .lang ul li a {
  display: block;
}
#menu-responsive .menu-responsive .content .lang ul li a.current {
  color: #BD1616;
}

#menu-bar {
  position: fixed;
  top: 89px;
  left: 0;
  z-index: 13;
  width: 100%;
  background-color: #FFFBF6;
  display: none;
}
@media only screen and (max-width: 1180px) {
  #menu-bar {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #menu-bar {
    top: 79px;
  }
}
#menu-bar .menu-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 5%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#menu-bar .menu-bar::-webkit-scrollbar {
  display: none;
}
#menu-bar .menu-bar a {
  display: table;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
}
#menu-bar .menu-bar a + a {
  margin-left: 20px;
  padding-left: 21px;
}
#menu-bar .menu-bar a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 1px;
  height: 20px;
  background-color: #F6F3EF;
}

.active-mn-01 .mn-01 span,
.active-mn-02 .mn-02 span,
.active-mn-03 .mn-03 span,
.active-mn-04 .mn-04 span,
.active-mn-05 .mn-05 span,
.active-mn-06 .mn-06 span {
  background-size: 100% 1px;
}

/* Dropdown */
.scrolldown .menu-dropdown.show {
  top: 86px;
}

.menu-dropdown {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.menu-dropdown.show {
  top: 110px;
  opacity: 1;
  visibility: visible;
}
.menu-dropdown::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1180px) {
  .menu-dropdown {
    display: none !important;
  }
}
.menu-dropdown #dropdown-content {
  position: relative;
  z-index: 2;
  background-color: #FFFBF6;
}
.menu-dropdown #dropdown-content .dropdown-content {
  position: relative;
  z-index: 3;
  width: 90%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}
.menu-dropdown #dropdown-content .dropdown-content .box-flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 31% 40px auto;
  grid-template-columns: 31% auto;
  gap: 40px;
}
.menu-dropdown #dropdown-content .dropdown-content .box-flex .col-l .box-txthead {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.menu-dropdown #dropdown-content .dropdown-content .box-flex .col-l .box-btn {
  margin-top: 40px;
}
.menu-dropdown #dropdown-content .dropdown-content .box-flex .col-r {
  padding-left: 60px;
  border-left: 1px dashed #D0D0D0;
}
.menu-dropdown #dropdown-content .dropdown-content .box-flex .col-r .cat-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.menu-dropdown #dropdown-content .dropdown-content .box-flex .col-r .cat-list .item a {
  display: block;
  background-color: #fff;
  border-radius: 13px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  padding: 8px 0 13px 0;
  height: 100%;
}
.menu-dropdown #dropdown-content .dropdown-content .box-flex .col-r .cat-list .item a .cover img {
  width: auto;
  height: 90px;
  margin: 0 auto;
}
.menu-dropdown #dropdown-content .dropdown-content .box-flex .col-r .cat-list .item a .brief {
  min-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-dropdown #dropdown-content .dropdown-content .box-flex .col-r .cat-list .item a .brief .txt {
  display: table;
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-align: center;
}
.menu-dropdown #dropdown-content .dropdown-content > .box-btn {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.menu-dropdown #dropdown-content .dropdown-content > .box-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-dropdown #dropdown-content .dropdown-content > .box-btn a .txt {
  font-size: 1.3rem;
}

/* Footer */
footer {
  padding: 50px 0;
  background-color: #fff;
}
@media only screen and (max-width: 1180px) {
  footer {
    padding: 30px 0;
  }
}
footer .footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1180px) {
  footer .footer {
    display: block;
  }
}
footer .footer--l a {
  display: table;
}
@media only screen and (max-width: 1180px) {
  footer .footer--l a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer--l a {
    width: 200px;
  }
}
footer .footer--r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 1180px) {
  footer .footer--r {
    display: none;
  }
}
footer .footer--r > ul > li {
  font-weight: 700;
}
footer .footer--r > ul > li + li {
  margin-top: 15px;
}
footer .footer--r > ul > li ul {
  margin-top: 5px;
}
footer .footer--r > ul > li ul li {
  position: relative;
  font-size: 1.3rem;
  font-weight: 400;
  padding-left: 15px;
}
footer .footer--r > ul > li ul li + li {
  margin-top: 2px;
}
footer .footer--r > ul > li ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 1;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #BD1616;
}
footer .footer--copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-size: 1.2rem;
}
@media only screen and (max-width: 1180px) {
  footer .footer--copyright {
    position: static;
    margin-top: 25px;
    text-align: center;
  }
}

/* MV */
#mv .mv {
  position: relative;
}
#mv .mv .mv-txt {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  row-gap: 30px;
  inline-size: 38.25%;
  padding: 7.5% 6%;
  color: #fff;
  background-color: color-mix(in srgb, #000 34%, transparent);
  backdrop-filter: blur(3px);
  border-start-end-radius: 150px;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-txt {
    inline-size: 46%;
    border-start-end-radius: 100px;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-txt {
    inline-size: 100%;
    padding: 8% 5%;
    border-start-end-radius: 0;
    row-gap: 20px;
  }
}
#mv .mv .mv-txt h1 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 6rem;
  line-height: 6.4rem;
  font-weight: 700;
  text-shadow: 1px 1px 1px color-mix(in srgb, #000 16%, transparent);
}
#mv .mv .mv-txt h1:lang(th) {
  font-family: "Noto Sans Thai", sans-serif;
}
@media only screen and (max-width: 1440px) {
  #mv .mv .mv-txt h1 {
    font-size: 5.2rem;
    line-height: 5.8rem;
  }
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-txt h1 {
    font-size: 5rem;
    line-height: 5.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-txt h1 {
    font-size: 3.8rem;
    line-height: 4.6rem;
  }
}
#mv .mv .mv-txt p {
  line-height: 2.8rem;
  font-weight: 500;
  text-shadow: 1px 1px 0.6px color-mix(in srgb, #000 25%, transparent);
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-txt p {
    line-height: 2.6rem;
  }
}
#mv .mv .mv-mascot {
  position: absolute;
  left: 50px;
  bottom: 15px;
  z-index: 1;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-mascot {
    left: 5%;
    width: 98px;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-mascot {
    width: 78px;
  }
}
#mv .mv .mv-slick {
  position: relative;
}
#mv .mv .mv-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mv .mv .mv-slick .item img {
  width: 100%;
  min-height: 650px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-slick .item img {
    min-height: auto;
  }
}

.dots-circle {
  position: absolute;
  bottom: 8%;
  left: 6%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.dots-circle li {
  display: block;
}
.dots-circle li.slick-active button {
  background-color: rgb(255, 255, 255);
}
.dots-circle li button {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 0;
  line-height: 0;
  color: transparent;
}

/* News */
#news {
  background-image: url("/assets/images/top/news-obj.svg");
  background-repeat: no-repeat;
  background-position: top -85px right;
  background-size: 495px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #news {
    background-position: top -50px right -60px;
    background-size: 280px;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .box-txthead {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .news-slick {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
#news .news .news-slick .slick-list {
  margin: 0 -11px;
  overflow: visible;
}
@media only screen and (max-width: 750px) {
  #news .news .news-slick .slick-list {
    margin: 0 -8px;
  }
}
#news .news .news-slick .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0;
}
#news .news .news-slick .slick-list .slick-track .slick-slide {
  height: auto;
  margin: 0 11px;
}
@media only screen and (max-width: 750px) {
  #news .news .news-slick .slick-list .slick-track .slick-slide {
    margin: 0 8px;
  }
}
#news .news .news-slick .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
#news .news .news-slick .item {
  height: 100%;
}
#news .news .news-slick .item a {
  display: block;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  border-radius: 13px;
}
#news .news .news-slick .item a:hover {
  opacity: 1;
}
#news .news .news-slick .item a .cover {
  border-radius: 13px;
  overflow: hidden;
}
#news .news .news-slick .item a .brief {
  padding: 15px 25px 30px 25px;
}
@media only screen and (max-width: 750px) {
  #news .news .news-slick .item a .brief {
    padding: 15px;
  }
}
#news .news .news-slick .item a .brief .tag-date {
  margin-bottom: 10px;
}
#news .news .news-slick .item a .brief .topic {
  line-height: 2.2rem;
  font-weight: 700;
}

.tag-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
.tag-date .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 78px;
  min-height: 20px;
  padding: 0 8px;
  border: 1px solid #BD1616;
  border-radius: 7px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 500;
  color: #000;
}
@media only screen and (max-width: 750px) {
  .tag-date .tag {
    min-width: auto;
  }
}
.tag-date .date {
  font-size: 1.2rem;
  color: #6F6F6F;
}

/* Brand Story */
#bs {
  position: relative;
  z-index: 2;
  margin-left: 20px;
  margin-right: 20px;
}

.bs {
  position: relative;
  aspect-ratio: 1397/570;
  overflow: hidden;
  border-radius: 13px;
  background-image: url("/assets/images/top/bs-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .bs {
    aspect-ratio: unset;
    min-height: 480px;
  }
}
.bs .bs-panel {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  row-gap: 24px;
  inline-size: 38%;
  padding-inline: 8% 6%;
  background-color: color-mix(in srgb, #000 34%, transparent);
  backdrop-filter: blur(3px);
  border-start-start-radius: 13px;
  border-end-start-radius: 13px;
  border-start-end-radius: 150px;
}
@media only screen and (max-width: 1180px) {
  .bs .bs-panel {
    inline-size: 46%;
    border-start-end-radius: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .bs .bs-panel {
    inline-size: 100%;
    row-gap: 16px;
    padding: 40px 24px;
    border-radius: 13px;
  }
}
.bs .bs-panel .box-txthead h3 {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .bs .bs-panel .box-txthead h3 {
    margin-top: 10px;
  }
}
.bs .bs-panel .box-content p {
  line-height: 2.6rem;
}
@media only screen and (max-width: 750px) {
  .bs .bs-panel .box-content p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.bs .bs-panel .box-btn a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* Products */
#pro {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#pro .pro {
  position: relative;
  z-index: 1;
}
#pro .pro .pro-obj.top {
  position: absolute;
  top: -260px;
  left: -260px;
  z-index: -1;
  width: 580px;
}
@media only screen and (max-width: 750px) {
  #pro .pro .pro-obj.top {
    top: -200px;
    left: -200px;
    width: 400px;
  }
}
#pro .pro .pro-obj.btm {
  position: absolute;
  bottom: 135px;
  right: -80px;
  z-index: -1;
  width: 317px;
}
@media only screen and (max-width: 750px) {
  #pro .pro .box-txthead {
    margin-bottom: 10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
#pro .pro .box-content {
  position: relative;
}
#pro .pro .box-content .pro-slick-wrapper {
  position: relative;
}
#pro .pro .box-content .pro-slick-wrapper .pro-slick {
  position: relative;
}
#pro .pro .box-content .pro-slick-wrapper .pro-slick .slick-list {
  margin: 0 -11px;
}
@media only screen and (max-width: 750px) {
  #pro .pro .box-content .pro-slick-wrapper .pro-slick .slick-list {
    margin: 0 -8px;
  }
}
#pro .pro .box-content .pro-slick-wrapper .pro-slick .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0 13px 0;
}
#pro .pro .box-content .pro-slick-wrapper .pro-slick .slick-list .slick-track .slick-slide {
  margin: 0 11px;
}
@media only screen and (max-width: 750px) {
  #pro .pro .box-content .pro-slick-wrapper .pro-slick .slick-list .slick-track .slick-slide {
    margin: 0 8px;
  }
}
#pro .pro .box-content .pro-slick-wrapper .pro-slick .slick-list .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pro .pro .box-content .pro-slick-wrapper .pro-slick .slick-list .slick-track .slick-slide > div .item a {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  border-radius: 13px;
  overflow: hidden;
}
#pro .pro .box-content .pro-slick-wrapper .pro-slick .slick-list .slick-track .slick-slide > div .item a:hover {
  opacity: 1;
}
#pro .pro .box-content .pro-slick-wrapper .pro-slick .slick-list .slick-track .slick-slide > div .item a .cover {
  overflow: hidden;
  background-color: #FBFBFB;
}
#pro .pro .box-content .pro-slick-wrapper .pro-slick .slick-list .slick-track .slick-slide > div .item a .topic {
  padding: 15px 25px;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #pro .pro .box-content .pro-slick-wrapper .pro-slick .slick-list .slick-track .slick-slide > div .item a .topic {
    padding: 15px 20px;
  }
}
#pro .pro .box-content .pro-slick-wrapper .pro-slick-controls {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 850px) {
  #pro .pro .box-content .pro-slick-wrapper .pro-slick-controls {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #pro .pro .box-content .pro-slick-wrapper .pro-slick-controls {
    gap: 20px;
    margin-top: 10px;
  }
}
#pro .pro .box-content .pro-slick-wrapper .pro-slick-controls .slick-arrow {
  display: block;
  width: 16px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
#pro .pro .box-content .pro-slick-wrapper .pro-slick-controls .slick-arrow.slick-prev {
  position: static;
  -webkit-transform: none;
  transform: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  background-image: url("/assets/images/commons/icn-slick-prev.svg");
}
#pro .pro .box-content .pro-slick-wrapper .pro-slick-controls .slick-arrow.slick-next {
  position: static;
  -webkit-transform: none;
  transform: none;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  background-image: url("/assets/images/commons/icn-slick-next.svg");
}
#pro .pro .box-content .pro-slick-wrapper .pro-slick-controls .slick-dots {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media only screen and (max-width: 750px) {
  #pro .pro .box-content .pro-slick-wrapper .pro-slick-controls .slick-dots {
    gap: 8px;
  }
}
#pro .pro .box-content .pro-slick-wrapper .pro-slick-controls .slick-dots li.slick-active button {
  background-color: #BD1616;
}
#pro .pro .box-content .pro-slick-wrapper .pro-slick-controls .slick-dots li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #BD1616;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
@media only screen and (max-width: 750px) {
  #pro .pro .box-content .pro-slick-wrapper .pro-slick-controls .slick-dots li button {
    width: 14px;
    height: 14px;
  }
}
#pro .pro .box-content .pro-cat {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #pro .pro .box-content .pro-cat {
    margin-top: 40px;
  }
}
#pro .pro .box-content .pro-cat h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #pro .pro .box-content .pro-cat h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #pro .pro .box-content .pro-cat h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#pro .pro .box-content .pro-cat ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1180px) {
  #pro .pro .box-content .pro-cat ul {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #pro .pro .box-content .pro-cat ul {
    gap: 16px;
  }
}
#pro .pro .box-content .pro-cat ul li {
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  border-radius: 13px;
  background-color: #fff;
}
#pro .pro .box-content .pro-cat ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #pro .pro .box-content .pro-cat ul li a {
    padding: 5px 0;
  }
}
#pro .pro .box-content .pro-cat ul li a:hover {
  opacity: 1;
}
#pro .pro .box-content .pro-cat ul li a .cover {
  width: 130px;
  min-width: 130px;
}
@media only screen and (max-width: 750px) {
  #pro .pro .box-content .pro-cat ul li a .cover {
    width: 70px;
    min-width: 70px;
  }
}
#pro .pro .box-content .pro-cat ul li a .brief {
  width: 100%;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 55px;
  background-image: url("/assets/images/commons/icn-link-arrow-right-red.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 24px;
}
@media only screen and (max-width: 750px) {
  #pro .pro .box-content .pro-cat ul li a .brief {
    background-size: 18px;
    background-position: center right 10px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding-left: 0;
    padding-right: 30px;
  }
}

/* Recipes */
#recipes {
  overflow: hidden;
  background-color: #F5ECDC;
  border-radius: 80px 80px 0 0;
  background-image: url("/assets/images/top/recipes-obj-01.svg"), url("/assets/images/top/recipes-obj-02.svg"), url("/assets/images/top/recipes-obj-txt.svg"), url("/assets/images/top/recipes-obj-03.svg");
  background-repeat: no-repeat;
  background-position: top 80px left, top 440px right 2%, bottom 36% right 10%, bottom 50px left 14%;
  background-size: 167px, 110px, 407px, 150px;
}
@media only screen and (max-width: 1180px) {
  #recipes {
    border-radius: 60px 60px 0 0;
  }
}
@media only screen and (max-width: 750px) {
  #recipes {
    border-radius: 40px 40px 0 0;
    background-image: url("/assets/images/top/recipes-obj-01.svg"), url("/assets/images/top/recipes-obj-02.svg"), url("/assets/images/top/recipes-obj-txt-sp.svg"), url("/assets/images/top/recipes-obj-03.svg");
    background-position: top 2.5% left, top 440px right 2%, bottom 26.5% center, bottom 20.5% right 22%;
    background-size: 25%, 30%, 90%, 20%;
  }
}
#recipes .recipes .recipes-video {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  #recipes .recipes .recipes-video {
    display: block;
  }
}
#recipes .recipes .recipes-video .box-txthead {
  position: relative;
  width: 23.73%;
  min-width: 280px;
}
@media only screen and (max-width: 850px) {
  #recipes .recipes .recipes-video .box-txthead {
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #recipes .recipes .recipes-video .box-txthead {
    margin-bottom: 20px;
  }
}
#recipes .recipes .recipes-video .box-txthead p {
  margin-top: 25px;
}
@media only screen and (max-width: 1180px) {
  #recipes .recipes .recipes-video .box-txthead p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 850px) {
  #recipes .recipes .recipes-video .box-txthead p {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #recipes .recipes .recipes-video .box-txthead p {
    margin-top: 10px;
  }
}
#recipes .recipes .recipes-video .box-content {
  width: 76.27%;
  max-width: 900px;
}
@media only screen and (max-width: 1180px) {
  #recipes .recipes .recipes-video .box-content {
    width: 69.27%;
  }
}
@media only screen and (max-width: 850px) {
  #recipes .recipes .recipes-video .box-content {
    width: 100%;
  }
}
#recipes .recipes .recipes-video .box-content .recipes-video-slick .slick-list {
  margin: 0 -10px;
}
@media only screen and (max-width: 750px) {
  #recipes .recipes .recipes-video .box-content .recipes-video-slick .slick-list {
    margin: 0 -8px;
  }
}
#recipes .recipes .recipes-video .box-content .recipes-video-slick .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0 13px 0;
}
#recipes .recipes .recipes-video .box-content .recipes-video-slick .slick-list .slick-track .slick-slide {
  margin: 0 10px;
}
@media only screen and (max-width: 750px) {
  #recipes .recipes .recipes-video .box-content .recipes-video-slick .slick-list .slick-track .slick-slide {
    margin: 0 8px;
  }
}
#recipes .recipes .recipes-video .box-content .recipes-video-slick .slick-list .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#recipes .recipes .recipes-video .box-content .recipes-video-slick .slick-list .slick-track .slick-slide > div .item a {
  display: block;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  border-radius: 13px;
  overflow: hidden;
}
#recipes .recipes .recipes-video .box-content .recipes-video-slick .slick-list .slick-track .slick-slide > div .item a:hover {
  opacity: 1;
}
#recipes .recipes .recipes-video .box-content .recipes-video-slick .slick-list .slick-track .slick-slide > div .item a .cover {
  overflow: hidden;
  background-color: #FBFBFB;
}
@media only screen and (max-width: 750px) {
  #recipes .recipes .recipes-video .show-tb-ver {
    margin-left: auto;
    margin-right: auto;
  }
}
#recipes .recipes .recipes-video .recipes-slick-controls {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
  position: relative;
}
@media only screen and (max-width: 850px) {
  #recipes .recipes .recipes-video .recipes-slick-controls {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #recipes .recipes .recipes-video .recipes-slick-controls {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#recipes .recipes .recipes-video .recipes-slick-controls::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  z-index: 1;
  width: 2px;
  height: 25px;
  background-color: #F6F3EF;
  display: block;
}
#recipes .recipes .recipes-video .recipes-slick-controls .slick-arrow {
  display: block;
  width: 16px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
#recipes .recipes .recipes-video .recipes-slick-controls .slick-arrow.slick-prev {
  position: static;
  -webkit-transform: none;
  transform: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  background-image: url("/assets/images/commons/icn-slick-prev.svg");
}
#recipes .recipes .recipes-video .recipes-slick-controls .slick-arrow.slick-next {
  position: static;
  -webkit-transform: none;
  transform: none;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  background-image: url("/assets/images/commons/icn-slick-next.svg");
}

.recipes-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media only screen and (max-width: 850px) {
  .recipes-list {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .recipes-list {
    gap: 16px;
  }
}
.recipes-list.col3 {
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 850px) {
  .recipes-list.col3 {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .recipes-list.col3 {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.recipes-list .item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  border-radius: 13px;
  overflow: hidden;
}
.recipes-list .item a {
  display: block;
}
.recipes-list .item a:hover {
  opacity: 1;
}
.recipes-list .item a .cover {
  border-radius: 13px;
}
.recipes-list .item a .cover img {
  width: 100%;
  height: auto;
}
.recipes-list .item a .topic {
  padding: 15px 15px 0 15px;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1180px) {
  .recipes-list .item a .topic {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .recipes-list .item a .topic {
    line-height: 2rem;
  }
}
.recipes-list .item a .related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .recipes-list .item a .related {
    margin-top: 10px;
  }
}
.recipes-list .item a .related p {
  width: 100%;
  color: #616161;
}
@media only screen and (max-width: 750px) {
  .recipes-list .item a .related p {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.recipes-list .item a .related .img {
  width: 68px;
  min-width: 68px;
}
@media only screen and (max-width: 1180px) {
  .recipes-list .item a .related .img {
    width: 58px;
    min-width: 58px;
  }
}
@media only screen and (max-width: 750px) {
  .recipes-list .item a .related .img {
    width: 48px;
    min-width: 48px;
  }
}
.recipes-list .item .brief {
  margin-bottom: 15px;
  padding: 0 15px;
}
.recipes-list .item .brief p {
  font-size: 1.3rem;
  line-height: 1.6rem;
}
@media only screen and (max-width: 750px) {
  .recipes-list .item .brief p {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

.recipes-list-featured .item + .item {
  margin-top: 12px;
}
.recipes-list-featured .item a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 1fr;
  grid-template-columns: 140px 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 18px;
  padding: 20px;
  background-color: #fff;
  background-image: url("/assets/images/commons/icn-link-arrow-right-red-small.svg");
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 20px;
  border-radius: 13px;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  .recipes-list-featured .item a {
    padding: 15px;
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
    background-position: center right 20px;
  }
}
@media only screen and (max-width: 750px) {
  .recipes-list-featured .item a {
    gap: 16px;
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
  }
}
.recipes-list-featured .item a:hover {
  opacity: 1;
}
.recipes-list-featured .item a .cover {
  border-radius: 13px;
}
.recipes-list-featured .item a .brief {
  padding-right: 80px;
}
@media only screen and (max-width: 850px) {
  .recipes-list-featured .item a .brief {
    padding-right: 40px;
  }
}
.recipes-list-featured .item a .brief .topic {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
@media only screen and (max-width: 750px) {
  .recipes-list-featured .item a .brief .topic {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.recipes-list-featured .item a .brief p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #6F6F6F;
}
@media only screen and (max-width: 750px) {
  .recipes-list-featured .item a .brief p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

.recipes-list-related-article {
  padding-bottom: 19px;
  border-bottom: 1px solid #EAEAEA;
}
.recipes-list-related-article .item {
  border-top: 1px solid #EAEAEA;
  padding-top: 19px;
}
.recipes-list-related-article .item + .item {
  margin-top: 18px;
}
.recipes-list-related-article .item a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 1fr;
  grid-template-columns: 140px 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 18px;
  padding: 0 20px;
  background-image: url("/assets/images/commons/icn-link-arrow-right-red-small.svg");
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  .recipes-list-related-article .item a {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
    background-position: center right 20px;
  }
}
@media only screen and (max-width: 750px) {
  .recipes-list-related-article .item a {
    gap: 16px;
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
  }
}
.recipes-list-related-article .item a:hover {
  opacity: 1;
}
.recipes-list-related-article .item a .cover {
  border-radius: 13px;
}
.recipes-list-related-article .item a .brief {
  padding-right: 80px;
}
@media only screen and (max-width: 850px) {
  .recipes-list-related-article .item a .brief {
    padding-right: 40px;
  }
}
.recipes-list-related-article .item a .brief .topic {
  margin-top: 8px;
}

/* Column */
#column {
  position: relative;
  background-image: url("/assets/images/top/column-obj-circle.svg");
  background-repeat: no-repeat;
  background-position: top 25px right 47px;
  background-size: 454px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #column {
    background-position: top 25px right -104px;
    background-size: 254px;
  }
}
#column .column .box-content > p {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1180px) {
  #column .column .box-content > p {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 850px) {
  #column .column .box-content > p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #column .column .box-content > p {
    margin-bottom: 25px;
  }
}

.column-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 850px) {
  .column-list {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .column-list {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.column-list.col3 {
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 850px) {
  .column-list.col3 {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .column-list.col3 {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.column-list .item {
  background-color: #fff;
  border-radius: 13px;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  overflow: hidden;
}
.column-list .item a {
  display: block;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .column-list .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
}
.column-list .item a:hover {
  opacity: 1;
}
.column-list .item a .cover {
  border-radius: 13px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .column-list .item a .cover {
    width: 120px;
    min-width: 120px;
  }
}
.column-list .item a .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.column-list .item a .brief {
  padding: 12px 16px;
}
.column-list .item a .brief .tag-date {
  margin-bottom: 5px;
}
.column-list .item a .brief .topic {
  font-weight: 700;
  line-height: 2.2rem;
}

/* Where to Buy */
#wtb {
  overflow: hidden;
}
#wtb .wtb .box-content .row {
  margin-top: 35px;
}
#wtb .wtb .box-content .row + .row {
  margin-top: 70px;
}
@media only screen and (max-width: 850px) {
  #wtb .wtb .box-content .row + .row {
    margin-top: 35px;
  }
}
#wtb .wtb .box-content .row h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 11px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1180px) {
  #wtb .wtb .box-content .row h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  #wtb .wtb .box-content .row h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #wtb .wtb .box-content .row h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 20px;
  }
}
#wtb .wtb .box-content .row .store-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}
@media only screen and (max-width: 750px) {
  #wtb .wtb .box-content .row .store-list ul {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
#wtb .wtb .box-content .row .store-list ul.col2 {
  max-width: 674px;
  margin-left: auto;
  margin-right: auto;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 750px) {
  #wtb .wtb .box-content .row .store-list ul.col2 {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#wtb .wtb .box-content .row .store-list ul li {
  max-width: 326px;
}
@media only screen and (max-width: 750px) {
  #wtb .wtb .box-content .row .store-list ul li {
    width: 100%;
    max-width: 100%;
  }
}
#wtb .wtb .box-content .row .store-list ul li a {
  display: block;
  border: 1px solid #EAEAEA;
  border-radius: 13px;
  overflow: hidden;
}
#wtb .wtb .box-content .row .store-list ul li a:hover {
  border-color: #000;
}
#wtb .wtb .box-content .row .store-list ul li a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* About Us */
#aboutus .aboutus {
  position: relative;
  z-index: 1;
}
#aboutus .aboutus .aboutus-obj {
  position: absolute;
  top: -188px;
  left: -82px;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  #aboutus .aboutus .aboutus-obj {
    width: 120px;
    top: -120px;
    left: -1.5%;
  }
}
#aboutus .aboutus .box-content .aboutus-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media only screen and (max-width: 750px) {
  #aboutus .aboutus .box-content .aboutus-list {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
#aboutus .aboutus .box-content .aboutus-list .item {
  background-color: #fff;
  border-radius: 13px;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  overflow: hidden;
}
#aboutus .aboutus .box-content .aboutus-list .item a {
  display: block;
}
#aboutus .aboutus .box-content .aboutus-list .item a:hover {
  opacity: 1;
}
#aboutus .aboutus .box-content .aboutus-list .item a .cover {
  border-radius: 13px;
}
#aboutus .aboutus .box-content .aboutus-list .item a .brief {
  padding: 12px 55px 12px 25px;
  background-image: url("/assets/images/commons/icn-link-arrow-right-red.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 24px;
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1180px) {
  #aboutus .aboutus .box-content .aboutus-list .item a .brief {
    min-height: 96px;
  }
}
@media only screen and (max-width: 850px) {
  #aboutus .aboutus .box-content .aboutus-list .item a .brief {
    min-height: 120px;
  }
}
@media only screen and (max-width: 750px) {
  #aboutus .aboutus .box-content .aboutus-list .item a .brief {
    min-height: auto;
  }
}
#aboutus .aboutus .box-content .aboutus-list .item a .brief .topic {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  #aboutus .aboutus .box-content .aboutus-list .item a .brief .topic {
    font-size: 1.6rem;
  }
}

/* Lasted News */
#lasted-news .lasted-news {
  max-width: 960px;
}
#lasted-news .lasted-news .box-content {
  position: relative;
  padding: 35px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  border-radius: 13px;
}
@media only screen and (max-width: 750px) {
  #lasted-news .lasted-news .box-content {
    padding: 20px 0;
  }
}
#lasted-news .lasted-news .box-content ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
}
#lasted-news .lasted-news .box-content ul li {
  position: relative;
}
#lasted-news .lasted-news .box-content ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 108px;
  background-color: #F6F3EF;
}
@media only screen and (max-width: 750px) {
  #lasted-news .lasted-news .box-content ul li::before {
    height: 95%;
  }
}
#lasted-news .lasted-news .box-content ul li a {
  display: block;
}
#lasted-news .lasted-news .box-content ul li a:hover {
  opacity: 1;
}
#lasted-news .lasted-news .box-content ul li a .icn {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  #lasted-news .lasted-news .box-content ul li a .icn {
    width: 35px;
    height: 35px;
  }
}
#lasted-news .lasted-news .box-content ul li a .txt {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #lasted-news .lasted-news .box-content ul li a .txt {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

/* Products */
.with-pro-sticky .anchor {
  top: -230px;
}

#pro-inner .pro-inner .pro-search .search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #pro-inner .pro-inner .pro-search .search-btn {
    margin-bottom: 20px;
  }
}
#pro-inner .pro-inner .pro-search .search-btn a {
  display: block;
  padding: 13px 0;
  text-align: center;
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 700;
  border-bottom: 4px solid #D0D0D0;
}
@media only screen and (max-width: 1180px) {
  #pro-inner .pro-inner .pro-search .search-btn a {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #pro-inner .pro-inner .pro-search .search-btn a {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 8px 0;
    border-width: 3px;
  }
}
#pro-inner .pro-inner .pro-search .search-btn a span {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1180px) {
  #pro-inner .pro-inner .pro-search .search-btn a span {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #pro-inner .pro-inner .pro-search .search-btn a span {
    font-size: 2rem;
  }
}
#pro-inner .pro-inner .pro-search .search-btn a.current {
  color: #BD1616;
  border-color: #BD1616;
}
#pro-inner .pro-inner .pro-search .search-cnt-item .search-by-category {
  margin-bottom: 60px;
  position: sticky;
  top: 100px;
  left: 0;
  z-index: 13;
}
@media only screen and (max-width: 750px) {
  #pro-inner .pro-inner .pro-search .search-cnt-item .search-by-category {
    position: static;
    margin-bottom: 40px;
  }
}
#pro-inner .pro-inner .pro-search .search-cnt-item .search-by-category ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #D0D0D0;
  padding: 1px;
}
@media only screen and (max-width: 850px) {
  #pro-inner .pro-inner .pro-search .search-cnt-item .search-by-category ul {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#pro-inner .pro-inner .pro-search .search-cnt-item .search-by-category ul li {
  background-color: #fff;
}
#pro-inner .pro-inner .pro-search .search-cnt-item .search-by-category ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  min-height: 56px;
  height: 100%;
  padding: 10px 45px;
  background-image: url("/assets/images/commons/search-by-cat-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 25px;
  background-size: 12px;
}
@media only screen and (max-width: 850px) {
  #pro-inner .pro-inner .pro-search .search-cnt-item .search-by-category ul li a {
    min-height: 58px;
    padding: 5px 25px;
    line-height: 2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  #pro-inner .pro-inner .pro-search .search-cnt-item .search-by-category ul li a {
    min-height: 48px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    background-position: center right 15px;
    background-size: 8px;
  }
}
#pro-inner .pro-inner .pro-search .search-cnt-item .search-by-category ul li a:hover {
  opacity: 1;
}
#pro-inner .pro-inner .pro-search .search-cnt-item .search-by-brand ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 750px) {
  #pro-inner .pro-inner .pro-search .search-cnt-item .search-by-brand ul {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#pro-inner .pro-inner .pro-search .search-cnt-item .search-by-brand ul li a {
  display: block;
}
#pro-inner .pro-inner .pro-search .search-cnt-item .search-by-brand ul li a:hover {
  opacity: 1;
}
#pro-inner .pro-inner .pro-search .search-cnt-item .search-by-brand ul li a p {
  margin-top: 10px;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #pro-inner .pro-inner .pro-search .search-cnt-item .search-by-brand ul li a p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
#pro-inner .pro-inner .pro-list-cat .row + .row {
  margin-top: 40px;
}
#pro-inner .pro-inner .pro-list-cat .row .box-white {
  padding: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white {
    padding: 20px;
  }
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-txthead {
  margin-bottom: 40px;
}
@media only screen and (max-width: 850px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-txthead {
    margin-bottom: 30px;
  }
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-txthead .cat-name {
  font-size: 4.4rem;
  line-height: 4.8rem;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1180px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-txthead .cat-name {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
}
@media only screen and (max-width: 850px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-txthead .cat-name {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-txthead .cat-name {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 10px;
  }
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn {
  margin-bottom: 30px;
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1px;
  -moz-column-gap: 1px;
  column-gap: 1px;
  padding: 0 1px;
  background-color: #E4E4E4;
}
@media only screen and (max-width: 1180px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media only screen and (max-width: 1180px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul::-webkit-scrollbar {
    display: none;
  }
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul.col3 {
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1180px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul.col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul.col3 li {
    min-width: 280px;
  }
}
@media only screen and (max-width: 1180px) and (max-width: 750px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul.col3 li {
    min-width: 160px;
  }
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul.col5 {
  -ms-grid-columns: 1fr [5];
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1180px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul.col5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul.col5 li {
    min-width: 280px;
  }
}
@media only screen and (max-width: 1180px) and (max-width: 750px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul.col5 li {
    min-width: 160px;
  }
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul li {
  background-color: #F9F9F9;
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 58px;
  gap: 15px;
  color: #6F6F6F;
  border-top: 5px solid #F9F9F9;
  padding-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul li a {
    gap: 10px;
    height: 48px;
    border-top-width: 3px;
    padding-bottom: 3px;
  }
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul li a:hover {
  opacity: 1;
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul li a.current {
  color: #000;
  border-top-color: #BD1616;
  background-color: #fff;
  pointer-events: none;
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul li a .icn img {
  width: auto;
  height: 36px;
}
@media only screen and (max-width: 750px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul li a .icn img {
    height: 26px;
  }
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul li a .txt {
  font-weight: 700;
  line-height: 1.8rem;
}
@media only screen and (max-width: 750px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-btn ul li a .txt {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item {
  display: block;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid {
    display: block;
  }
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-l {
  width: 30%;
  min-width: 330px;
  padding-top: 13px;
}
@media only screen and (max-width: 850px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-l {
    width: 100%;
    min-width: auto;
  }
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-l .subcat-name {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-l .subcat-name {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-l .box-btn {
  margin-top: 50px;
}
@media only screen and (max-width: 1180px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-l .box-btn {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 850px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-l .box-btn {
    margin-top: 25px;
  }
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-r {
  width: 70%;
  margin-left: 40px;
  padding-left: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-r {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-r {
    margin-top: 20px;
  }
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-r .pro-list-cat-slick {
  width: 80%;
  position: relative;
  padding-top: 13px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1180px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-r .pro-list-cat-slick {
    width: 100%;
  }
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-r .pro-list-cat-slick .slick-list {
  overflow: visible;
  margin: 0 -10px;
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-r .pro-list-cat-slick .slick-list .slick-track .slick-slide {
  margin: 0 10px;
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-r .pro-list-cat-slick .slick-list .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-r .pro-list-cat-slick .item a {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  border-radius: 13px;
  overflow: hidden;
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-r .pro-list-cat-slick .item a:hover {
  opacity: 1;
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-r .pro-list-cat-slick .item a .cover {
  background-color: #FBFBFB;
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-r .pro-list-cat-slick .item a .pro-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 64px;
  padding: 10px 25px;
  font-weight: 700;
  line-height: 2.2rem;
}
@media only screen and (max-width: 750px) {
  #pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-r .pro-list-cat-slick .item a .pro-name {
    min-height: auto;
    padding: 15px 20px;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-r .pro-list-cat-slick .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 16px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-r .pro-list-cat-slick .slick-arrow.slick-prev {
  background-image: url("/assets/images/commons/icn-slick-prev.svg");
}
#pro-inner .pro-inner .pro-list-cat .row .box-white .box-content .subcat-cnt-item .grid .col-r .pro-list-cat-slick .slick-arrow.slick-next {
  left: 40px;
  background-image: url("/assets/images/commons/icn-slick-next.svg");
}
#pro-inner .pro-inner .pro-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  #pro-inner .pro-inner .pro-filter {
    display: block;
    margin-bottom: 40px;
  }
}
#pro-inner .pro-inner .pro-filter p {
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 1180px) {
  #pro-inner .pro-inner .pro-filter p {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #pro-inner .pro-inner .pro-filter p {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 15px;
  }
}
#pro-inner .pro-inner .pro-filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
}
#pro-inner .pro-inner .pro-filter ul li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700;
  padding: 5px 12px;
  border: 1px solid #BD1616;
  border-radius: 6px;
}
#pro-inner .pro-inner .pro-filter ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #BD1616;
}
#pro-inner .pro-inner .pro-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media only screen and (max-width: 1180px) {
  #pro-inner .pro-inner .pro-list {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #pro-inner .pro-inner .pro-list {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#pro-inner .pro-inner .pro-list .item a {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  border-radius: 13px;
  overflow: hidden;
}
#pro-inner .pro-inner .pro-list .item a:hover {
  opacity: 1;
}
#pro-inner .pro-inner .pro-list .item a .cover {
  background-color: #FBFBFB;
}
#pro-inner .pro-inner .pro-list .item a .pro-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 64px;
  padding: 10px 25px;
  font-weight: 700;
  line-height: 2.2rem;
}
@media only screen and (max-width: 750px) {
  #pro-inner .pro-inner .pro-list .item a .pro-name {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 15px 20px;
    min-height: auto;
  }
}

/* About */
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row + .row {
  margin-top: 80px;
}
@media only screen and (max-width: 1180px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row + .row {
    margin-top: 40px;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.about .box-content .about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 850px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.about .box-content .about-row {
    display: block;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.about .box-content .about-row + .about-row {
  margin-top: 45px;
}
@media only screen and (max-width: 850px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.about .box-content .about-row + .about-row {
    margin-top: 30px;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.about .box-content .about-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.about .box-content .about-row.reverse .col-text {
  padding-right: 0;
  padding-left: 40px;
}
@media only screen and (max-width: 850px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.about .box-content .about-row.reverse .col-text {
    padding-left: 0;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.about .box-content .about-row .col-text {
  width: 58.11%;
  padding-right: 40px;
}
@media only screen and (max-width: 850px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.about .box-content .about-row .col-text {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.about .box-content .about-row .col-text p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 850px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.about .box-content .about-row .col-text p + p {
    margin-top: 15px;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.about .box-content .about-row .col-img {
  width: 41.89%;
  max-width: 333px;
}
@media only screen and (max-width: 850px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.about .box-content .about-row .col-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.history .box-content .history-list {
  padding: 25px 0;
  position: relative;
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.history .box-content .history-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 99px;
  top: -11px;
  z-index: 2;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: #D0D0D0;
}
@media only screen and (max-width: 750px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.history .box-content .history-list::before {
    left: 79px;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.history .box-content .history-list::after {
  content: "";
  position: absolute;
  left: 110px;
  top: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: #D0D0D0;
}
@media only screen and (max-width: 750px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.history .box-content .history-list::after {
    left: 90px;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.history .box-content .history-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.history .box-content .history-list .item + .item {
  margin-top: 30px;
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.history .box-content .history-list .item .year {
  width: 110px;
  min-width: 110px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.history .box-content .history-list .item .year {
    width: 90px;
    min-width: 90px;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.history .box-content .history-list .item .year::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 100%;
  background-color: #D0D0D0;
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.history .box-content .history-list .item .desc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 850px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.history .box-content .history-list .item .desc {
    display: block;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.history .box-content .history-list .item .desc .txt {
  width: 65.64%;
  padding-right: 15px;
  padding-left: 30px;
}
@media only screen and (max-width: 850px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.history .box-content .history-list .item .desc .txt {
    width: 100%;
    padding-right: 0;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.history .box-content .history-list .item .desc .img {
  width: 34.36%;
  max-width: 225px;
}
@media only screen and (max-width: 850px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.history .box-content .history-list .item .desc .img {
    padding-left: 30px;
    width: 100%;
    margin-top: 15px;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.quality .box-content p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 850px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.quality .box-content p + p {
    margin-top: 15px;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.quality .box-content .img {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 850px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.quality .box-content .img {
    margin-top: 25px;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.tech .box-content .tech-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.tech .box-content .tech-row {
    display: block;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.tech .box-content .tech-row + .tech-row {
  margin-top: 45px;
}
@media only screen and (max-width: 850px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.tech .box-content .tech-row + .tech-row {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.tech .box-content .tech-row + .tech-row {
    margin-top: 25px;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.tech .box-content .tech-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.tech .box-content .tech-row.reverse .col-text {
  padding-right: 0;
  padding-left: 30px;
}
@media only screen and (max-width: 850px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.tech .box-content .tech-row.reverse .col-text {
    padding-left: 0;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.tech .box-content .tech-row .col-text {
  width: 50.69%;
  padding-right: 30px;
}
@media only screen and (max-width: 850px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.tech .box-content .tech-row .col-text {
    width: 100%;
    padding-right: 0;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.tech .box-content .tech-row .col-text p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 850px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.tech .box-content .tech-row .col-text p + p {
    margin-top: 15px;
  }
}
#aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.tech .box-content .tech-row .col-img {
  width: 49.31%;
  max-width: 392px;
}
@media only screen and (max-width: 850px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.tech .box-content .tech-row .col-img {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #aboutus-inner .aboutus-inner .content-flex .col-r .box-white .row.tech .box-content .tech-row .col-img {
    margin-top: 25px;
  }
}

/* Recipes */
#mv-recipes {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("/assets/images/recipes/mv.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px;
}
@media only screen and (max-width: 1180px) {
  #mv-recipes {
    display: none;
  }
}
#mv-recipes .mv-recipes .box-content {
  max-width: 280px;
}

#mv-recipes-sp {
  width: 100%;
  padding-top: 85px;
  padding-bottom: 15px;
  margin-top: 0 !important;
  background-image: url("/assets/images/recipes/mv-sp-bg-top.png"), url("/assets/images/recipes/mv-sp-bg.jpg");
  background-repeat: no-repeat;
  background-position: top right, center;
  background-size: 95%, cover;
  position: relative;
}
#mv-recipes-sp > * {
  padding: 0 5%;
}
#mv-recipes-sp .mv-sp-img {
  display: none;
  margin-top: -20px;
  padding: 0;
}
@media only screen and (max-width: 750px) {
  #mv-recipes-sp .mv-sp-img {
    display: block;
  }
}

#recipes-inner .recipes-inner .content-flex .col-l .recipes-row + .recipes-row {
  margin-top: 20px;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box {
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box .topic {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid #BD1616;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.find {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  background-color: #FFF8E5;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.find::before {
  content: "";
  position: absolute;
  top: -7%;
  left: 5%;
  z-index: -1;
  width: 90%;
  height: 100%;
  background-image: url("/assets/images/commons/find-header.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.find .find-form .form-row + .form-row {
  margin-top: 7px;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.find .find-form .form-row.with-btn-search {
  position: relative;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.find .find-form .form-row.with-btn-search .textbox {
  padding-right: 60px;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.find .find-form .form-row.with-btn-search button {
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 46px;
  height: 26px;
  border-radius: 26px;
  background-color: #BD1616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.find .find-form .form-row select.textbox {
  background-image: url("/assets/images/commons/icn-selectbox2.svg");
  background-size: 12px;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.tags ul li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700;
  padding: 5px 12px;
  border: 1px solid #BD1616;
  border-radius: 6px;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.tags ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #BD1616;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.article-category ul li {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 700;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.article-category ul li + li {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #DADADA;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.article-category ul li a {
  display: block;
  padding: 0 15px;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.ranking ul li + li {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #DADADA;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.ranking ul li:nth-child(1) a .no {
  background-image: url("/assets/images/commons/ranking-no-01.svg");
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.ranking ul li:nth-child(2) a .no {
  background-image: url("/assets/images/commons/ranking-no-02.svg");
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.ranking ul li:nth-child(3) a .no {
  background-image: url("/assets/images/commons/ranking-no-03.svg");
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.ranking ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.ranking ul li a:hover {
  opacity: 1;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.ranking ul li a .cover {
  width: 73px;
  min-width: 73px;
  border-radius: 6px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.ranking ul li a .cover {
    width: 120px;
    min-width: 120px;
  }
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.ranking ul li a .cover .no {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.ranking ul li a .brief {
  width: 100%;
  padding-left: 10px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .content-flex .col-l .recipes-row.box.ranking ul li a .brief {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .content-flex .col-l .recipes-row.category ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.category ul li + li {
  margin-top: 7px;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .content-flex .col-l .recipes-row.category ul li + li {
    margin-top: 0;
  }
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.category ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px 20px;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .content-flex .col-l .recipes-row.category ul li a {
    padding: 5px 0;
    border-radius: 13px;
  }
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.category ul li a:hover {
  opacity: 1;
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.category ul li a .cover {
  width: 73px;
  min-width: 73px;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .content-flex .col-l .recipes-row.category ul li a .cover {
    width: 70px;
    min-width: 70px;
  }
}
#recipes-inner .recipes-inner .content-flex .col-l .recipes-row.category ul li a .brief {
  width: 100%;
  padding-left: 10px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700;
  background-image: url("/assets/images/commons/icn-link-arrow-right-red-small.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 18px;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .content-flex .col-l .recipes-row.category ul li a .brief {
    padding-left: 0;
    padding-right: 30px;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
#recipes-inner .recipes-inner .content-flex .col-r .recipes-row + .recipes-row {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .content-flex .col-r .recipes-row + .recipes-row {
    margin-top: 40px;
  }
}
#recipes-inner .recipes-inner .content-flex .col-r .recipes-row .recipes-new {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 850px) {
  #recipes-inner .recipes-inner .content-flex .col-r .recipes-row .recipes-new {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#recipes-inner .recipes-inner .content-flex .col-r .recipes-row .recipes-new .recipes-list {
  -ms-grid-columns: 1fr [1];
  grid-template-columns: repeat(1, 1fr);
}
#recipes-inner .recipes-inner .content-flex .col-r .recipes-row .recipes-new .recipes-thumb4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .content-flex .col-r .recipes-row .recipes-new .recipes-thumb4 {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
#recipes-inner .recipes-inner .content-flex .col-r .recipes-row .recipes-new .recipes-thumb4 img {
  border-radius: 13px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#recipes-inner .recipes-inner .recipes-inner-row + .recipes-inner-row {
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  #recipes-inner .recipes-inner .recipes-inner-row + .recipes-inner-row {
    margin-top: 40px;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail {
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  border-radius: 13px;
}
@media only screen and (max-width: 850px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail {
    padding: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail {
    padding: 5% 5% 45px 5%;
    border-radius: 0;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail.pro .row + .row {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail.pro .row + .row {
    margin-top: 30px;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail.pro .row.facts .box-content .table {
  margin-top: 15px;
  width: 100%;
  max-width: 512px;
  border-bottom: 1px solid #D0D0D0;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail.pro .row.facts .box-content .table .tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 1fr;
  grid-template-columns: 40% 1fr;
  gap: 1px;
  padding: 1px 1px 0 1px;
  background-color: #D0D0D0;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail.pro .row.facts .box-content .table .tr {
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail.pro .row.facts .box-content .table .tr .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 20px 0;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail.pro .row.facts .box-content .table .tr .td {
    padding: 10px 0;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail.pro .row.facts .box-content .table .tr .td:first-child {
  font-weight: 700;
  background-color: #F7F7F7;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail.pro .row.facts .box-content .note {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #6F6F6F;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail.pro .row.facts .box-content .note {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail.pro .row.faq {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail.pro .row.faq {
    margin-top: 40px;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail.pro .row.faq .box-txthead {
  border-bottom: 0;
  padding-bottom: 0;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail.pro .row.faq .box-content .faq-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail.pro .row .box-txthead {
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #BD1616;
}
@media only screen and (max-width: 850px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail.pro .row .box-txthead {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail.pro .row .box-txthead {
    margin-bottom: 10px;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail.pro .row .box-content {
  margin-left: 60px;
  margin-right: 40px;
}
@media only screen and (max-width: 850px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail.pro .row .box-content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row + .row {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row + .row {
    margin-top: 40px;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row .box-txthead {
  padding: 0 40px;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row .box-txthead {
    padding: 0 20px;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 850px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title {
    display: block;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .cover {
  width: 46.55%;
  max-width: 512px;
}
@media only screen and (max-width: 850px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .cover {
    width: 100%;
    max-width: 100%;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .cover .img {
  border: 1px solid #D0D0D0;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .cover .badge {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  padding: 0 40px;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .cover .badge {
    padding: 0;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .cover .badge img {
  width: 54px;
  height: auto;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .cover .badge img {
    width: 44px;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief {
  width: 53.45%;
  padding-left: 30px;
}
@media only screen and (max-width: 850px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief {
    margin-top: 20px;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief h1 {
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief h1 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief h1 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .sns {
  margin-top: 30px;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .time {
  display: table;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #FFE4A1;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .time ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .time ul li {
  position: relative;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .time ul li + li {
  margin-left: 10px;
  padding-left: 11px;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .time ul li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 1px;
  height: 26px;
  background-color: #6F6F6F;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .time ul li.with-icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .time ul li .large {
  font-size: 2.2rem;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .by {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .by {
    margin-top: 20px;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .by + .by {
  margin-top: 20px;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .by > p {
  font-weight: 700;
  margin-bottom: 10px;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .by ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .by ul.col3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .by ul.col3 li a {
  min-width: auto;
  padding: 8px 0;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .by ul.col3 li a > img {
    width: auto;
    height: 24px;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .by ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #D0D0D0;
  min-width: 178px;
  padding: 8px 20px;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .by ul li a > img {
  width: auto;
  height: 34px;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .by ul li a .icn img {
    width: auto;
    height: 24px;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .by ul li a .txt {
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.title .brief .by ul li a .txt {
    font-size: 1.4rem;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.ingre .box-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}
@media only screen and (max-width: 1180px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.ingre .box-content {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.ingre .box-content {
    gap: 20px;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.ingre .box-content .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed #DADADA;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.ingre .box-content .table .tr:first-child {
  border-bottom: 1px solid #BD1616;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.ingre .box-content .table .tr:first-child .td {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.ingre .box-content .table .tr .td {
  padding: 25px 15px;
}
@media only screen and (max-width: 850px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.ingre .box-content .table .tr .td {
    padding: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.ingre .box-content .table .tr .td {
    padding: 10px 15px;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.ingre .box-content .table .tr .td.topic {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.ingre .box-content .table .tr .td.topic {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.howto {
  padding: 20px 40px;
  background-color: #FFFBF6;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.howto {
    padding: 20px;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.howto .box-txthead {
  padding: 0;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.howto .box-content {
  padding: 40px 20px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.howto .box-content {
    padding: 20px;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.howto .box-content ul li {
  padding: 0 20px;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.howto .box-content ul li {
    padding: 0;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.howto .box-content ul li + li {
  margin-top: 20px;
  padding-top: 21px;
  border-top: 1px dashed #DADADA;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.howto .box-content ul li .rea {
  position: relative;
  padding-left: 38px;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.howto .box-content ul li .rea .no {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #ED9A00;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.product .box-content .item {
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 13px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px 1fr;
  grid-template-columns: 220px 1fr;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.product .box-content .item {
    display: block;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.product .box-content .item + .item {
  margin-top: 20px;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.product .box-content .item .cover {
  background-color: #FBFBFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.product .box-content .item .brief {
  padding: 25px;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.product .box-content .item .brief {
    padding: 20px;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.product .box-content .item .brief .button {
  margin-top: 15px;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.product .box-content .item .brief .button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.product .box-content .item .brief .button ul li {
  width: 200px;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.product .box-content .item .brief .button ul li {
    width: 100%;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.product .box-content .item .brief .button ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  border: 1px solid #BD1616;
  border-radius: 23px;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.product .box-content .item .brief .button ul li a img {
  width: auto;
  height: 26px;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.video .box-content {
  padding: 30px;
  background-color: #F7F7F7;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.video .box-content .video-box {
  width: 100%;
  max-width: 578px;
  margin-left: auto;
  margin-right: auto;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.video .box-content .video-box .video-iframe {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.video .box-content .video-box .video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.tags .box-txthead {
  padding-right: 0;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.tags .box-txthead h2 {
  white-space: nowrap;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.tags .box-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 2px;
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.tags .box-content a {
  display: block;
  border: 1px solid #BD1616;
  border-radius: 5px;
  line-height: 1.6rem;
  padding: 6px 15px;
}
@media only screen and (max-width: 750px) {
  #recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.tags .box-content a {
    font-size: 1.3rem;
  }
}
#recipes-inner .recipes-inner .recipes-inner-row .box-detail .row.tags .box-content a:hover {
  opacity: 1;
  color: #fff;
  background-color: #BD1616;
}

/* News Inner */
#news-inner .news-inner .news-list ul {
  border-top: 1px solid #EAEAEA;
}
#news-inner .news-inner .news-list ul li {
  padding: 30px 45px;
  border-bottom: 1px solid #EAEAEA;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-list ul li {
    padding: 25px 0;
  }
}
#news-inner .news-inner .news-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news-inner .news-inner .news-list ul li a:hover {
  opacity: 1;
}
#news-inner .news-inner .news-list ul li a .cover {
  width: 200px;
  min-width: 200px;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-list ul li a .cover {
    width: 120px;
    min-width: 120px;
  }
}
#news-inner .news-inner .news-list ul li a .brief {
  width: 100%;
  padding-left: 30px;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-list ul li a .brief {
    padding-left: 20px;
  }
}
#news-inner .news-inner .news-list ul li a .brief .topic {
  margin: 10px 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-list ul li a .brief .topic {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
#news-inner .news-inner .news-list ul li a .brief p {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.news-detail .box-white {
  padding: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  .news-detail .box-white {
    padding: 20px;
  }
}
.news-detail .box-white h1 {
  font-size: 4.8rem;
  line-height: 5.4rem;
  font-weight: 700;
  border-bottom: 4px solid #BD1616;
  padding-bottom: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1180px) {
  .news-detail .box-white h1 {
    font-size: 3.8rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .news-detail .box-white h1 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    border-bottom-width: 2px;
  }
}
.news-detail .box-white > .cover {
  margin-bottom: 20px;
}
.news-detail .box-white * + h2 {
  margin-top: 80px;
}
@media only screen and (max-width: 1180px) {
  .news-detail .box-white * + h2 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .news-detail .box-white * + h2 {
    margin-top: 40px;
  }
}
.news-detail .box-white * + h3 {
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  .news-detail .box-white * + h3 {
    margin-top: 40px;
  }
}
.news-detail .box-white * + .img {
  margin-top: 40px;
}
.news-detail .box-white > h2 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #BD1616;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  .news-detail .box-white > h2 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .news-detail .box-white > h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.news-detail .box-white > h2::after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 1px;
  background-color: #BD1616;
}
.news-detail .box-white p {
  line-height: 2.6rem;
}
.news-detail .box-white p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 1180px) {
  .news-detail .box-white p + p {
    margin-top: 20px;
  }
}
.news-detail .box-white .img {
  display: table;
  max-width: 395px;
  margin-left: auto;
  margin-right: auto;
}
.news-detail .box-white .img p {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.news-detail .box-white .img.col2 {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.news-detail .box-white .relared-article {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .news-detail .box-white .relared-article {
    margin-top: 40px;
  }
}
.news-detail .box-white .relared-article .relared-article-topic {
  display: table;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #fff;
  font-weight: 700;
  padding: 5px 20px;
  background-color: #BD1616;
  border-radius: 6px 6px 0 0;
}
.news-detail .box-white .relared-article .relared-article-list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
}
.news-detail .box-white .relared-article .relared-article-list .item a .cover {
  width: 156px;
  min-width: 156px;
}
@media only screen and (max-width: 1180px) {
  .news-detail .box-white .relared-article .relared-article-list .item a .cover {
    width: 140px;
    min-width: 140px;
  }
}
@media only screen and (max-width: 850px) {
  .news-detail .box-white .relared-article .relared-article-list .item a .cover {
    width: 100px;
    min-width: 100px;
  }
}
.news-detail .box-white .relared-article .relared-article-list .item a .brief {
  width: 100%;
  padding-left: 18px;
}
@media only screen and (max-width: 750px) {
  .news-detail .box-white .relared-article .relared-article-list .item a .brief {
    padding-left: 14px;
  }
}
.news-detail .box-white .relared-article .relared-article-list .item a .brief h4 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1180px) {
  .news-detail .box-white .relared-article .relared-article-list .item a .brief h4 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .news-detail .box-white .relared-article .relared-article-list .item a .brief h4 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.news-detail .box-white .relared-article .relared-article-list .item a .brief p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #6F6F6F;
}
@media only screen and (max-width: 750px) {
  .news-detail .box-white .relared-article .relared-article-list .item a .brief p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.news-detail .box-white > h3 {
  position: relative;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  .news-detail .box-white > h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.news-detail .box-white > h3::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #BD1616;
}
@media only screen and (max-width: 1180px) {
  .news-detail .box-white > h3::before {
    width: 10px;
    height: 10px;
  }
}

/* Recipes */
#mv-column {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("/assets/images/column/mv.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px;
}
@media only screen and (max-width: 1180px) {
  #mv-column {
    display: none;
  }
}
#mv-column .mv-column {
  max-width: 1160px;
}
#mv-column .mv-column .box-content {
  max-width: 280px;
}

#mv-column-sp {
  width: 100%;
  padding-top: 85px;
  margin-top: 0 !important;
  background-image: url("/assets/images/column/mv-sp-bg-top.png"), url("/assets/images/column/mv-sp-bg.jpg");
  background-repeat: no-repeat;
  background-position: top right, center;
  background-size: 95%, cover;
  position: relative;
}
#mv-column-sp > * {
  padding: 0 5%;
}
#mv-column-sp .mv-sp-img {
  display: none;
  margin-top: 20px;
  padding: 0 2.5%;
}
@media only screen and (max-width: 750px) {
  #mv-column-sp .mv-sp-img {
    display: block;
  }
}

#column-inner .column-inner-row .column-inner .box-content .search {
  position: relative;
  width: 100%;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
#column-inner .column-inner-row .column-inner .box-content .search .textbox {
  font-size: 2rem;
  line-height: 3rem;
  padding: 16px 114px 16px 25px;
  border-radius: 32px;
}
#column-inner .column-inner-row .column-inner .box-content .search button {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 94px;
  height: 50px;
  border-radius: 25px;
  background-color: #BD1616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}
#column-inner .column-inner-row .column-inner .box-content .category {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  #column-inner .column-inner-row .column-inner .box-content .category {
    margin-top: 30px;
    display: block;
  }
}
#column-inner .column-inner-row .column-inner .box-content .category p {
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 1180px) {
  #column-inner .column-inner-row .column-inner .box-content .category p {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 850px) {
  #column-inner .column-inner-row .column-inner .box-content .category p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #column-inner .column-inner-row .column-inner .box-content .category p {
    margin-bottom: 15px;
  }
}
#column-inner .column-inner-row .column-inner .box-content .category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 3px;
}
@media only screen and (max-width: 850px) {
  #column-inner .column-inner-row .column-inner .box-content .category ul {
    margin-top: 0;
  }
}
#column-inner .column-inner-row .column-inner .box-content .category ul li {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700;
}
#column-inner .column-inner-row .column-inner .box-content .category ul li a {
  display: block;
  padding: 5px 12px;
  border: 1px solid #BD1616;
  border-radius: 6px;
}
#column-inner .column-inner-row .column-inner .box-content .category ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #BD1616;
}

/* Where to Buy */
#wtb-inner .wtb-inner .content-flex .col-r .box-white .row + .row {
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-white .row + .row {
    margin-top: 40px;
  }
}
#wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item {
  padding: 25px;
  border: 1px solid #D0D0D0;
}
#wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item + .item {
  margin-top: 20px;
}
#wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item .flex {
    display: block;
  }
}
#wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item .flex .cover {
  width: 48.73%;
  max-width: 362px;
}
@media only screen and (max-width: 750px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item .flex .cover {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item .flex .brief {
  width: 51.27%;
  padding-left: 40px;
}
@media only screen and (max-width: 1180px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item .flex .brief {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 750px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item .flex .brief {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}
#wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item .flex .brief h3 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item .flex .brief h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 850px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item .flex .brief h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item .flex .brief h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item .flex .brief p + p {
  margin-top: 15px;
}
@media only screen and (max-width: 1180px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item .flex .brief p + p {
    margin-top: 10px;
  }
}
#wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item h4 {
  margin-top: 25px;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1180px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item h4 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item .gmap {
  position: relative;
  padding-bottom: 260px;
  height: 0;
  border-radius: 13px;
  overflow: hidden;
}
#wtb-inner .wtb-inner .content-flex .col-r .box-white .row .antenna-shop-list .item .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wtb-inner .wtb-inner .content-flex .col-r .box-white .row .buy-online-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 40px;
  border: 1px solid #D0D0D0;
}
@media only screen and (max-width: 850px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-white .row .buy-online-list .item {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-white .row .buy-online-list .item {
    padding: 25px;
  }
}
#wtb-inner .wtb-inner .content-flex .col-r .box-white .row .buy-online-list .item .cover {
  width: 50%;
  max-width: 268px;
  padding-right: 40px;
}
@media only screen and (max-width: 750px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-white .row .buy-online-list .item .cover {
    display: table;
    max-width: 100%;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
#wtb-inner .wtb-inner .content-flex .col-r .box-white .row .buy-online-list .item .brief {
  width: 50%;
}
@media only screen and (max-width: 850px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-white .row .buy-online-list .item .brief {
    width: 100%;
    margin-top: 20px;
  }
}
#wtb-inner .wtb-inner .content-flex .col-r .box-white .row .buy-online-list .item .brief h3 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1180px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-white .row .buy-online-list .item .brief h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-white .row .buy-online-list .item .brief h3 {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-white .row .buy-online-list .item .brief .box-btn {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-white .row .buy-online-list .item .brief .box-btn .btn {
    padding-right: 15px;
  }
}
#wtb-inner .wtb-inner .content-flex .col-r .box-white .row .buy-online-list .item + .item {
  margin-top: 15px;
}
#wtb-inner .wtb-inner .content-flex .col-r .box-white .row .supermarkets-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
#wtb-inner .wtb-inner .content-flex .col-r .box-white .row .supermarkets-list img {
  border-radius: 13px;
}
#wtb-inner .wtb-inner .content-flex .col-r .box-pro {
  margin-top: 60px;
  padding: 30px;
  background-image: url("/assets/images/where-to-buy/box-pro-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 13px;
}
@media only screen and (max-width: 1180px) {
  #wtb-inner .wtb-inner .content-flex .col-r .box-pro {
    margin-top: 40px;
  }
}
#wtb-inner .wtb-inner .content-flex .col-r .box-pro .box-content {
  max-width: 535px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.faq-list .item {
  background-color: #F6F3EF;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  border-radius: 13px;
  overflow: hidden;
}
.faq-list .item + .item {
  margin-top: 20px;
}
@media only screen and (max-width: 1180px) {
  .faq-list .item + .item {
    margin-top: 15px;
  }
}
.faq-list .item .toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 10px 40px 10px 20px;
  background-image: url("/assets/images/commons/icn-toggle-close.png");
  background-repeat: no-repeat;
  background-position: center right 26px;
  background-size: 16px;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  border-radius: 13px;
  background-color: #fff;
  min-height: 70px;
  position: relative;
}
.faq-list .item .toggle-btn.active {
  background-image: url("/assets/images/commons/icn-toggle-open.png");
}
.faq-list .item .toggle-btn:hover {
  opacity: 1;
}
.faq-list .item .toggle-btn::before {
  content: "Q";
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #BD1616;
  border-radius: 100%;
}
.faq-list .item .toggle-btn::before:lang(th) {
  font-family: "Noto Sans Thai", sans-serif;
}
@media only screen and (max-width: 1180px) {
  .faq-list .item .toggle-btn::before {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .faq-list .item .toggle-btn::before {
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 2rem;
    line-height: 2rem;
  }
}
.faq-list .item .toggle-btn h3 {
  font-weight: 700;
}
.faq-list .item .toggle-content {
  display: none;
}
.faq-list .item .toggle-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 40px 20px 20px;
  position: relative;
}
.faq-list .item .toggle-content .flex::before {
  content: "A";
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #BD1616;
  background-color: #fff;
  border-radius: 100%;
}
.faq-list .item .toggle-content .flex::before:lang(th) {
  font-family: "Noto Sans Thai", sans-serif;
}
@media only screen and (max-width: 1180px) {
  .faq-list .item .toggle-content .flex::before {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .faq-list .item .toggle-content .flex::before {
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 2rem;
    line-height: 2rem;
  }
}
.faq-list .item .toggle-content .flex .des {
  padding: 10px 0;
}
@media only screen and (max-width: 750px) {
  .faq-list .item .toggle-content .flex .des {
    padding: 0;
  }
}

/* Contact */
#contact .contact .contact-btn {
  margin-bottom: 25px;
  padding: 0 35px;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .contact-btn {
    padding: 0;
  }
}
#contact .contact .contact-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .contact-btn ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .contact-btn ul {
    display: block;
  }
}
#contact .contact .contact-btn ul li {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #contact .contact .contact-btn ul li + li {
    margin-top: 10px;
  }
}
#contact .contact .contact-btn ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 56px;
  background-color: #fff;
  border: 1px solid #BD1616;
  border-radius: 26px;
  font-weight: 700;
}
#contact .contact .contact-btn ul li a.current {
  color: #fff;
  background-color: #BD1616;
  pointer-events: none;
}
#contact .contact .contact-btn ul li a.current .chk {
  border-color: #fff;
}
#contact .contact .contact-btn ul li a .chk {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid #BD1616;
}
#contact .contact .contact-form {
  display: none;
}
#contact .contact .contact-form.current {
  display: block;
}
#contact .contact .contact-form .box-white {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 80px;
  background-color: #fff;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .contact-form .box-white {
    padding: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .contact-form .box-white {
    padding: 20px;
  }
}
#contact .contact .contact-form .box-white .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #contact .contact .contact-form .box-white .form-row {
    display: block;
  }
}
#contact .contact .contact-form .box-white .form-row + .form-row {
  margin-top: 30px;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .contact-form .box-white .form-row + .form-row {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .contact-form .box-white .form-row + .form-row {
    margin-top: 15px;
  }
}
#contact .contact .contact-form .box-white .form-row .label {
  width: 185px;
  min-width: 185px;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #contact .contact .contact-form .box-white .form-row .label {
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
  }
}
#contact .contact .contact-form .box-white .form-row .label .imp {
  color: #BD1616;
}
#contact .contact .contact-form .box-white .form-row .field {
  width: 100%;
}
#contact .contact .contact-form .box-white .form-row-agree {
  margin-top: 30px;
  padding-top: 21px;
  border-top: 1px solid #D0D0D0;
}
#contact .contact .contact-form .box-white .form-row-agree .box-gray {
  width: 100%;
  max-width: 270px;
  margin: 30px auto 0 auto;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eee;
}
@media only screen and (max-width: 750px) {
  #contact .contact .contact-form .box-white .form-row-agree .box-gray {
    margin: 20px auto 0 auto;
    padding: 10px 0;
  }
}

.textbox {
  display: block;
  width: 100%;
  resize: none;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  line-height: 2.4rem;
  border: 1px solid #D0D0D0;
  border-radius: 0;
  padding: 17px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.textbox.small {
  font-size: 1.3rem;
  line-height: 2rem;
  padding: 7px 12px;
  background-position: center right 7px;
}
.textbox.small.radius {
  border-radius: 5px;
}
.textbox.small.radius-half {
  border-radius: 18px;
}
.textbox.gray {
  background-color: #F5F5F5;
}
.textbox.gray-light {
  background-color: #FAFAFA;
  border-color: #C9C9C9;
}
.textbox.white-shadow {
  border-color: #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
}
.textbox:lang(th) {
  font-family: "Noto Sans Thai", sans-serif;
}

textarea.textbox {
  min-height: 260px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  line-height: 2.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea.textbox:lang(th) {
  font-family: "Noto Sans Thai", sans-serif;
}

select.textbox {
  color: #C0C0C0;
  background-image: url("/assets/images/commons/icn-selectbox.svg");
  background-repeat: no-repeat;
  background-position: center right 17px;
  background-size: 12px;
}
select.textbox:valid {
  color: #000;
}

::-webkit-input-placeholder {
  color: #C0C0C0;
  opacity: 1;
}

::-moz-placeholder {
  color: #C0C0C0;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #C0C0C0;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #C0C0C0;
  opacity: 1;
}

::placeholder {
  color: #C0C0C0;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #C0C0C0;
}

::-moz-placeholder {
  color: #C0C0C0;
  opacity: 1;
}

/* Checkbox */
.chkbox-btn {
  display: table;
  position: relative;
  padding-left: 25px;
  margin-top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chkbox {
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid #B7B7B7;
  height: 16px;
  width: 16px;
  background-color: #fff;
}

.chkbox-btn:hover input ~ .chkbox {
  background-color: #FFF;
}

.chkbox-btn input:checked ~ .chkbox {
  background-color: #fff;
  border-color: #B7B7B7;
}

.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}

.chkbox-btn .chkbox:after {
  top: 0;
  left: 5px;
  width: 4px;
  height: 12px;
  border: solid #BD1616;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#policy .policy .box-white {
  padding: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #policy .policy .box-white {
    padding: 20px;
  }
}
#policy .policy .box-white p + p {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #policy .policy .box-white p + p {
    margin-top: 10px;
  }
}
#policy .policy .box-white p + h2 {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #policy .policy .box-white p + h2 {
    margin-top: 30px;
  }
}
#policy .policy .box-white h2 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #BD1616;
}
@media only screen and (max-width: 1180px) {
  #policy .policy .box-white h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #policy .policy .box-white h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#policy .policy .box-white ul {
  margin-top: 15px;
  margin-left: 40px;
}
@media only screen and (max-width: 750px) {
  #policy .policy .box-white ul {
    margin-top: 10px;
  }
}
#policy .policy .box-white ul li {
  list-style: disc;
}
#policy .policy .box-white ul + p {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #policy .policy .box-white ul + p {
    margin-top: 10px;
  }
}