* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
}

ul {
  list-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "Big John";
  src: url("../fonts/Big John.otf");
}

.wrap {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .wrap {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .wrap {
    max-width: 720px;
  }
}
@media (max-width: 640px) {
  .wrap {
    max-width: 600px;
  }
}
@media (max-width: 420px) {
  .wrap {
    max-width: 90%;
  }
}

body {
  font-family: "Noto Sans TC", sans-serif;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.page {
  position: relative;
}
.page-header {
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 640px) {
  .page-header {
    max-width: 100%;
    overflow: hidden;
    padding-top: 100px;
  }
}
.page-header::before {
  background-image: url("../img/dot.png");
  background-repeat: repeat-x;
  content: "";
  height: 10px;
  left: 0;
  top: 30px;
  width: 380px;
  position: absolute;
}
.page-header .wrap {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .page-header .wrap {
    align-items: center;
    flex-direction: column;
  }
}
.page-header-breadcrumb {
  align-items: center;
  display: flex;
}
@media (max-width: 640px) {
  .page-header-breadcrumb {
    margin-top: 20px;
  }
}
.page-header-breadcrumb a {
  align-items: center;
  display: flex;
}
.page-header-breadcrumb a:hover object {
  fill: #b01f24;
}
.page-header-breadcrumb a object {
  height: 20px;
  margin-right: 5px;
  pointer-events: none;
  width: 20px;
  transition: all 0.3s ease-in-out;
}
.page-header-breadcrumb span {
  color: #aeaeae;
}
.page-header-breadcrumb span.divide {
  margin: 0 5px;
}
.page-decorate {
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .page-decorate {
    padding-top: 60px;
  }
}
@media (max-width: 640px) {
  .page-decorate {
    display: none;
  }
}
.page-decorate-top {
  left: 0;
  top: 0;
}
.page-decorate-chicken {
  left: 100px;
  top: 120px;
  position: absolute;
  z-index: 9990;
}
@media (max-width: 1440px) {
  .page-decorate-chicken {
    left: 60px;
    top: 100px;
  }
}
.page-decorate-chickens {
  right: 100px;
  top: 180px;
  position: absolute;
  z-index: 9990;
}
@media (max-width: 1440px) {
  .page-decorate-chickens {
    right: 50px;
    top: 130px;
  }
}
.page-title {
  border-radius: 50px;
  background-color: #e5d6bc;
  color: #b01f24;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  margin: auto;
  padding: 10px 60px;
}
.page-title-block {
  text-align: center;
}
.page-title2 {
  color: #766040;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  margin: auto;
  padding: 40px 120px;
  position: relative;
}
@media (max-width: 640px) {
  .page-title2 {
    padding: 30px 80px;
  }
}
.page-title2::after {
  content: "";
  background-image: url("../img/page-title2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.page-title3 {
  color: #766040;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  margin: auto;
  padding: 40px;
  position: relative;
}
.page-title3 span {
  color: #9b9158;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-align: center;
  margin-top: 10px;
  width: 200px;
}
.page-title3::after {
  content: "";
  background-image: url("../img/page-title3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.page-content {
  padding-bottom: 60px;
}
.page-content.center {
  text-align: center;
}
.page-aside {
  width: 30%;
}
@media (max-width: 1024px) {
  .page-aside {
    display: none;
    width: 100%;
  }
}
.page-aside ul li {
  border: 1px solid #7d7d7d;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  margin: 24px 0;
  padding: 5px 0;
  width: 200px;
  color: #7d7d7d;
  position: relative;
}
.page-aside ul li.active,
.page-aside ul li:hover {
  color: #b01f24;
  border-color: #b01f24;
  box-shadow: 0 0 10px 0 #e97f83;
}
.page-aside ul li.active::after,
.page-aside ul li:hover::after {
  opacity: 1;
}
.page-aside ul li::after {
  position: absolute;
  content: "";
  background-image: url("../img/chick2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: -15px;
  bottom: -10px;
  height: 40px;
  width: 40px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.page-aside ul li a {
  display: block;
}
@media (max-width: 640px) {
  .page-aside ul li {
    margin: 24px auto;
  }
}
.page-main {
  width: 70%;
}
@media (max-width: 1024px) {
  .page-main {
    margin-top: 40px;
    width: 100%;
  }
}
.page-pages {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.page-pages li a {
  color: #b01f24;
  font-family: "Big John", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 10px;
  transition: all 0.3s ease-in-out;
}
.page-pages li a.num {
  opacity: 0.5;
}
.page-pages li a.next img,
.page-pages li a.prev img {
  height: 20px;
}
.page-pages li a.prev img {
  transform: scale(-1);
}
.page-pages li.active .num,
.page-pages li:hover .num {
  opacity: 1;
}

[data-fancybox="gallery"] {
  display: block;
  position: relative;
}
[data-fancybox="gallery"]::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 4;
}
[data-fancybox="gallery"]::before {
  border: 1px solid #fff;
  border-radius: 10px;
  content: "";
  height: 90%;
  left: 5%;
  top: 5%;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 90%;
  z-index: 5;
}

.btn1 {
  background-color: #fff;
  border: 2px solid #b01f24;
  border-radius: 50px;
  color: #b01f24;
  font-family: "Big John", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1.2px;
  padding: 10px 65px 10px 45px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.btn1:hover {
  box-shadow: 0 0 20px 0 #b01f24;
}
.btn1:after {
  content: url(../img/btn-arrow.png);
  height: 20px;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 20px;
}
.btn1.back:after {
  transform: scale(-1) translateY(45%);
  right: 20px;
}

.btn2 {
  background-color: #fff;
  border: 2px solid #b01f24;
  border-radius: 50px;
  color: #b01f24;
  font-family: "Big John", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1.2px;
  margin: 0 10px;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.btn2:hover {
  box-shadow: 0 0 20px 0 #b01f24;
}

body .blocker{
  z-index: 9999;
}

#searchModal{
  padding: 40px 20px;
}

#searchModal input{
  border: none;
  border-bottom: 1px solid #7d7d7d;
  padding: 3px 8px;
}

.qa-content {
  padding-bottom: 100px;
}

.qa-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin: 40px 0;
}
@media (max-width: 640px) {
  .qa-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.qa-item.show .qa-question {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.qa-item.show .qa-question::after {
  transform: rotate(0deg);
}

.qa-item:hover .qa-question {
  background-color: #e7d6b8;
}

.qa-question {
  background-color: #f4ecde;
  cursor: pointer;
  border-radius: 20px;
  padding: 10px 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.qa-question em {
  color: #f6afaf;
  font-family: "Big John", sans-serif;
  font-size: 24px;
  font-style: normal;
}
.qa-question::after {
  background-image: url("../img/icon-up.png");
  background-size: contain;
  bottom: 10px;
  content: "";
  height: 30px;
  right: 5%;
  position: absolute;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
  width: 30px;
}

.qa-title {
  font-size: 18px;
  color: #766040;
  letter-spacing: 1.25px;
}

.qa-answer {
  background-color: #fcd866;
  display: none;
  padding: 10px 30px 40px 30px;
}
.qa-answer em {
  color: #f6afaf;
  font-family: "Big John", sans-serif;
  font-size: 24px;
  font-style: normal;
}

.wrap .box {
  display: flex;
}
@media (max-width: 1024px) {
  .wrap .box {
    flex-direction: column;
  }
}

.wrap .left {
  padding-right: 20px;
}

.wrap .left,
.wrap .right {
  width: 50%;
}
@media (max-width: 640px) {
  .wrap .left,
  .wrap .right {
    width: 100%;
  }
}
.wrap .left-box,
.wrap .right-box {
  padding: 0 20px;
}
.wrap .left-box-content,
.wrap .right-box-content {
  margin-bottom: 30px;
}
.wrap .left-box .box-title,
.wrap .right-box .box-title {
  background-color: #ffeded;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: #b01f24;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 5px;
  margin-bottom: 30px;
  padding: 16px 60px;
  position: relative;
}
.wrap .left-box .box-title::after,
.wrap .right-box .box-title::after {
  bottom: 0;
  background-image: url(../img/dot.png);
  background-repeat: repeat-x;
  content: "";
  background-size: cover;
  left: 50%;
  height: 5px;
  margin: auto;
  position: absolute;
  transform: translateX(-50%);
  width: 125%;
}
.wrap .left-box .box-text,
.wrap .left-box .box-subText,
.wrap .right-box .box-text,
.wrap .right-box .box-subText {
  color: #7d7d7d;
  font-size: 16px;
  letter-spacing: 1.2px;
}

.input-block {
  margin-bottom: 60px;
}
.input-block.order-fill {
  margin-top: 60px;
}
.input-block.order-fill .block-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .input-block.order-fill .block-top {
    align-items: flex-start;
    flex-direction: column;
  }
}
.input-block.order-fill .block-top label {
  color: #b01f24;
  font-size: 18px;
  letter-spacing: 1.2px;
}
.input-block.order-fill .block-top input {
  accent-color: #b01f24;
  font-size: 18px;
}

.input-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.input-item label {
  font-size: 18px;
  color: #7d7d7d;
  line-height: 2.8;
  letter-spacing: 5px;
  padding: 0 8px;
}
.input-item label span {
  color: #f6afaf;
  font-family: "Big John", sans-serif;
  font-size: 14px;
  margin-left: 10px;
}
.input-item input {
  border: none;
  border-bottom: 1px solid #7d7d7d;
  padding: 3px 8px;
}
.input-item input ::placeholder {
  color: #7d7d7d;
}
.input-item input ::-webkit-input-placeholder {
  color: #7d7d7d;
}
.input-item2 {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 16px 0;
}
.input-item2 label {
  flex-basis: 10%;
  color: #7d7d7d;
  line-height: 2.8;
  letter-spacing: 1.5px;
  padding: 0 8px;
}
@media (max-width: 640px) {
  .input-item2 label {
    flex-basis: 25%;
  }
}
.input-item2 input,
.input-item2 textarea {
  flex-grow: 1;
  border: none;
  border-bottom: 1px solid #7d7d7d;
  padding: 3px 8px;
}
.input-item2 select {
  flex-grow: 1;
  border: none;
  border-bottom: 1px solid #7d7d7d;
  background-color: transparent;
  padding: 3px 8px;
}
.input-item2 .radio {
  align-items: center;
  display: flex;
}
.input-item2 .radio span {
  border: 1px solid #7d7d7d;
  color: #7d7d7d;
  cursor: pointer;
  margin-right: 16px;
  padding: 0 30px;
  transition: all 0.3s ease-in-out;
}
.input-item2 .radio span.selected,
.input-item2 .radio span:hover {
  background-color: #fcd866;
  border-color: #fcd866;
  color: #b01f24;
}
.input-item3 {
  display: flex;
}
.input-item3 .empty {
  flex-basis: 10%;
}
.input-item3 .text {
  color: #b01f24;
  font-weight: 600;
}

.login-btn-block {
  text-align: center;
  margin-top: 36px;
}

.btn-social {
  align-items: center;
  border-radius: 5px;
  color: #fff;
  display: flex;
  height: 45px;
  justify-content: center;
  margin: 16px 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.btn-social .icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.btn-social.btn-fb {
  background-color: #4267b2;
}
.btn-social.btn-fb:hover {
  background-color: #34518d;
}
.btn-social.btn-line {
  background-color: #00c43e;
}
.btn-social.btn-line:hover {
  background-color: #00912e;
}
.btn-social.btn-google {
  color: #000;
  border: 1px solid #000;
}

.mobile-aside-btn {
  width: 150px;
  padding: 10px 30px 10px 15px;
}

@media (min-width: 1281px) {
  .mobile-aside-btn {
    display: none;
  }
}

header {
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 9999;
  overflow: hidden;
}
header .pc-header {
  position: relative;
}
header .pc-header::after {
  content: "";
  background-color: #b01f24;
  height: 100px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: -1;
}
header .pc-header.showBg::after {
  opacity: 1;
}
header .pc-header.showBg .header-nav-link .en {
  color: #fff;
}
@media (max-width: 768px) {
  header .pc-header {
    display: none;
  }
}
header .mobile-header {
  background-color: #b01f24;
  display: none;
  position: relative;
}
@media (max-width: 1024px) {
  header .mobile-header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100vw;
    z-index: 9999;
  }
}
header .mobile-header-logo {
  width: 200px;
}
header .mobile-header-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
header .mobile-header-btn {
  display: block;
}
header .mobile-header-menu {
  background-color: #f6afaf;
  height: 100vh;
  right: calc(-100vw - 20px);
  padding: 80px 10px;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 0;
  width: 100vw;
  z-index: -1;
}
header .mobile-header-menu.show {
  right: 0;
}
header .mobile-header-nav {
  display: flex;
  flex-direction: column;
}
header .mobile-header-nav a {
  align-items: center;
  color: #4c4c4c;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  margin: 14px 0;
}
header .mobile-header-nav a .en {
  color: #b01f24;
  font-family: "Big John", sans-serif;
  font-size: 14px;
}
header .mobile-header-tool {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
header .mobile-header-tool-item {
  margin: 0 16px;
}
header .header-content {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
header .header-logo {
  flex-basis: 11%;
  transition: all 0.3s ease-in-out;
  position: relative;
}
header .header-logo img {
  position: relative;
  z-index: 2;
}
header .header-logo::after {
  background-color: rgba(255, 255, 255, 0.45);
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
header .header-logo:hover {
  transform: translateY(-10px);
  transform-origin: top;
}
header .header-nav {
  align-items: center;
  display: flex;
  flex-basis: 75%;
  padding-top: 40px;
}
header .header-nav-link {
  flex: 1;
  color: #fff;
  overflow: hidden;
  padding: 0 22.5px;
  position: relative;
}
header .header-nav-link .en,
header .header-nav-link .ch {
  display: block;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
header .header-nav-link .en {
  color: #b01f24;
  font-family: "Big John", sans-serif;
  font-size: 18px;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  /* @include before {
            border-bottom: 3px solid $secondaryColor;
            content: "";
            color: $secondaryColor;
            font-family: $font-bj;
            height: 50%;
            left: -5px;
            position: absolute;
            top: 0;
            width: 20px;
          }
          @include after {
            border-bottom: 3px solid $secondaryColor;
            content: "";
            color: $secondaryColor;
            font-family: $font-bj;
            height: 50%;
            right: -5px;
            position: absolute;
            top: 0;
            width: 20px;
          } */
}
header .header-nav-link:hover .ch {
  opacity: 0;
}
header .header-nav-link:hover .en {
  opacity: 1;
}
header .header-tool {
  align-items: center;
  display: flex;
  flex-basis: 10%;
  padding-top: 40px;
}
header .header-tool-item {
  height: 24px;
  padding: 0 5px;
  width: 24px;
}
header .header-bgImg {
  pointer-events: none;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

footer {
  position: relative;
}
footer .footer-logo {
  margin: auto;
  margin-bottom: 40px;
  max-width: 200px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
footer .footer-logo:hover {
  transform: scale(1.1);
}
@media (max-width: 640px) {
  footer .footer-logo {
    max-width: 150px;
    margin-bottom: 0;
  }
}
footer .footer-sitemaps {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  footer .footer-sitemaps {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
footer .footer-sitemap {
  color: #6a6a6a;
  font-size: 18px;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}
footer .footer-sitemap:hover {
  color: #b01f24;
}
@media (max-width: 640px) {
  footer .footer-sitemap {
    margin: 10px 0;
  }
}
footer .footer-copyRight {
  background-color: #b01f24;
  color: #fff;
  text-align: center;
  margin-top: 55px;
  padding: 10px 0;
}
@media (max-width: 640px) {
  footer .footer-copyRight {
    margin-top: 20px;
  }
}
footer .footer-bgImg {
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
footer .footer-bgImg.bg-left,
footer .footer-bgImg.grass-left {
  left: 0;
  bottom: 0;
}
footer .footer-bgImg.bg-right,
footer .footer-bgImg.grass-right {
  right: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  footer .footer-bgImg.grass-left,
  footer .footer-bgImg.grass-right {
    opacity: 0.5;
  }
}
footer .footer-bgImg.chicken {
  left: 20%;
  top: 45%;
}
@media (max-width: 640px) {
  footer .footer-bgImg.chicken {
    display: none;
  }
}
footer .footer-bgImg.chick {
  right: 10%;
  top: 30%;
}
@media (max-width: 640px) {
  footer .footer-bgImg.chick {
    display: none;
  }
}

.home .header-bgImg {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.home .header-bgImg.show {
  opacity: 1;
}

.home .banner {
  width: 100%;
  height: 100%;
}
.home .banner-content {
  position: relative;
}
.home .banner-nav-content {
  bottom: 15%;
  right: 0;
  position: absolute;
  z-index: 2;
}
.home .banner-nav {
  border-left: 5px solid #ffeded;
  padding-left: 15px;
  width: 100px;
}
.home .banner-nav span {
  color: #4c4c4c;
  font-family: "Big John", sans-serif;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}
.home .banner-nav span.slick-current {
  color: #b01f24;
}
.home .banner-item img {
  height: 100vh;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.home .chicken-breast {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home .chicken-breast {
    padding: 50px 0;
  }
}
.home .chicken-breast-word {
  color: #f6afaf;
  font-family: "Kirang Haerang", cursive;
  font-size: 68px;
  line-height: 65px;
  letter-spacing: 1px;
  top: 150px;
  right: 10px;
  pointer-events: none;
  position: absolute;
  writing-mode: vertical-lr;
  z-index: 5;
}
@media (max-width: 1024px) {
  .home .chicken-breast-word {
    display: none;
  }
}
.home .chicken-breast-bgImg {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.home .chicken-breast-bgImg.top {
  left: 0;
  top: 0;
}
.home .chicken-breast-bgImg.right {
  top: 50px;
  right: 0;
}
@media (max-width: 1024px) {
  .home .chicken-breast-bgImg.right {
    top: 50%;
    right: 15%;
  }
}
@media (max-width: 640px) {
  .home .chicken-breast-bgImg.right {
    top: 60%;
  }
}
.home .chicken-breast-bgImg.chicken {
  right: 25%;
  top: 50px;
}
@media (max-width: 640px) {
  .home .chicken-breast-bgImg.chicken {
    display: none;
  }
}
.home .chicken-breast-bgImg.breast {
  right: 23%;
  top: 170px;
}
@media (max-width: 1024px) {
  .home .chicken-breast-bgImg.breast {
    right: 0%;
    top: 15%;
  }
}
@media (max-width: 640px) {
  .home .chicken-breast-bgImg.breast {
    top: 3%;
  }
}
.home .chicken-breast-content {
  padding: 150px 0 40px;
}
@media (max-width: 640px) {
  .home .chicken-breast-content {
    padding-top: 50px;
  }
}
.home .chicken-breast-title {
  margin-bottom: 35px;
  padding-bottom: 48px;
  padding-left: 80px;
  position: relative;
}
.home .chicken-breast-title:after {
  bottom: 0;
  background-image: url("../img/dot.png");
  background-repeat: repeat-x;
  content: "";
  left: 50%;
  height: 10px;
  margin: auto;
  position: absolute;
  transform: translateX(-50%);
  width: 50%;
}
.home .chicken-breast-title img{
  scale: .8;
}
@media (max-width: 640px) {
  .home .chicken-breast-title:after {
    bottom: -20px;
  }
}
@media (max-width: 1024px) {
  .home .chicken-breast-title {
    padding-left: 0;
  }
  .home .chicken-breast-title img {
    width: 50%;
  }
}
.home .chicken-breast-title h2,
.home .chicken-breast-title h3 {
  position: absolute;
}
.home .chicken-breast-title h2 {
  color: #b01f24;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 1.25px;
  left: 570px;
  top: 100px;
}
.home .chicken-breast-title h2:after {
  background-color: #fcd866;
  bottom: 0;
  content: "";
  pointer-events: none;
  height: 5px;
  left: 85px;
  opacity: 0.9;
  position: absolute;
  transform: skewY(-40deg);
  width: 80%;
  z-index: -1;
}
@media (max-width: 640px) {
  .home .chicken-breast-title h2:after {
    left: 50px;
  }
}
@media (max-width: 1024px) {
  .home .chicken-breast-title h2 {
    font-size: 28px;
    left: 55%;
    top: 42%;
  }
}
@media (max-width: 640px) {
  .home .chicken-breast-title h2 {
    font-size: 24px;
    top: 36%;
  }
}
.home .chicken-breast-title h3 {
  color: #4c4c4c;
  font-size: 48px;
  font-weight: 400;
  line-height: 63px;
  right: 160px;
  top: 120px;
}
@media (max-width: 1024px) {
  .home .chicken-breast-title h3 {
    font-size: 42px;
    right: 5%;
    top: 50%;
  }
}
@media (max-width: 640px) {
  .home .chicken-breast-title h3 {
    font-size: 36px;
  }
}
.home .chicken-breast-product {
  align-items: center;
  display: flex;
}
@media (max-width: 1024px) {
  .home .chicken-breast-product {
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .home .chicken-breast-product {
    flex-direction: column;
  }
}
.home .chicken-breast-product-left,
.home .chicken-breast-product-right {
  width: 50%;
}
@media (max-width: 640px) {
  .home .chicken-breast-product-left,
  .home .chicken-breast-product-right {
    width: 100%;
  }
}
.home .chicken-breast-product-left {
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .home .chicken-breast-product-left {
    margin-bottom: 20px;
  }
}
.home .chicken-breast-product-left img {
  aspect-ratio: 1/1;
  border-radius: 50px;
  height: 520px;
  object-fit: cover;
  object-position: left center;
}
.home .chicken-breast-product-left img {
  transition: all 0.3s ease-in-out;
}
.home .chicken-breast-product-left img:hover {
  filter: brightness(0.85);
  border-radius: 0;
}
@media (max-width: 1024px) {
  .home .chicken-breast-product-left img {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .home .chicken-breast-product-left img {
    width: 100%;
    height: auto;
  }
}
.home .chicken-breast-product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 20px;
}
.home .chicken-breast-product-item {
  text-align: center;
}
.home .chicken-breast-product-item-img img {
  max-height: 180px;
  margin: auto;
}
.home .chicken-breast-product-item-img img {
  transition: all 0.3s ease-in-out;
}
.home .chicken-breast-product-item-img img:hover {
  filter: brightness(0.85);
  border-radius: 30px;
}
.home .chicken-breast-product-item-name {
  color: #505050;
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 33px;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home .chicken-breast-product-item-price {
  background-color: #fcd866;
  margin: auto;
  text-align: center;
  width: 60%;
}
.home .chicken-breast-product-item-price span {
  color: #b01f24;
  font-size: 18px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 1px;
}
.home .chicken-breast-product-btn {
  margin-top: 50px;
  text-align: right;
}

.home .drumstick {
  position: relative;
}
@media (max-width: 1024px) {
  .home .drumstick {
    overflow: hidden;
  }
}
.home .drumstick-word {
  color: #fff;
  font-family: "Kirang Haerang", cursive;
  font-size: 38px;
  line-height: 0.8;
  letter-spacing: 1px;
  bottom: 40px;
  right: 320px;
  pointer-events: none;
  position: absolute;
  writing-mode: vertical-lr;
  z-index: 5;
}
@media (max-width: 1440px) {
  .home .drumstick-word {
    bottom: 8%;
    right: 3%;
  }
}
@media (max-width: 640px) {
  .home .drumstick-word {
    display: none;
  }
}
.home .drumstick-bgImg {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.home .drumstick-bgImg.top {
  left: 0;
  top: 10px;
}
@media (max-width: 1024px) {
  .home .drumstick-bgImg.top {
    display: none;
  }
}
.home .drumstick-bgImg.bottom {
  right: 0;
  bottom: 0;
}
.home .drumstick-bgImg.chick {
  left: 60px;
  top: -20px;
}
@media (max-width: 1024px) {
  .home .drumstick-bgImg.chick {
    top: 0;
  }
}
.home .drumstick-bgImg.chicken {
  left: 200px;
  top: -20px;
}
@media (max-width: 1024px) {
  .home .drumstick-bgImg.chicken {
    top: 0;
  }
}
.home .drumstick-bgImg.chickens {
  right: 80px;
  bottom: 0;
}
@media (max-width: 640px) {
  .home .drumstick-bgImg.chickens {
    right: 30px;
  }
}
.home .drumstick-bgImg.drumstick {
  right: 250px;
  top: 90px;
}
@media (max-width: 1366px) {
  .home .drumstick-bgImg.drumstick {
    right: 3%;
  }
}
.home .drumstick-content {
  padding-top: 160px;
}
@media (max-width: 640px) {
  .home .drumstick-content {
    padding-bottom: 60px;
  }
}
.home .drumstick-title {
  margin-bottom: 35px;
  padding-bottom: 48px;
  position: relative;
}
.home .drumstick-title:after {
  bottom: 0;
  background-image: url("../img/dot.png");
  background-repeat: repeat-x;
  content: "";
  left: -10%;
  height: 10px;
  margin: auto;
  position: absolute;
  transform: translateX(-50%);
  width: 50%;
}
.home .drumstick-title img{
  scale: .8;
}
@media (max-width: 1024px) {
  .home .drumstick-title:after {
    left: 25%;
  }
}
@media (max-width: 1024px) {
  .home .drumstick-title img {
    width: 50%;
  }
}
.home .drumstick-title h2,
.home .drumstick-title h3 {
  position: absolute;
}
.home .drumstick-title h2 {
  color: #b01f24;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 1.25px;
  left: 780px;
  top: -10px;
}
.home .drumstick-title h2:after {
  background-color: #fcd866;
  bottom: 0;
  content: "";
  pointer-events: none;
  height: 5px;
  left: 65px;
  opacity: 0.9;
  position: absolute;
  transform: skewY(-40deg);
  width: 80%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .home .drumstick-title h2 {
    font-size: 32px;
    left: 55%;
  }
}
@media (max-width: 640px) {
  .home .drumstick-title h2 {
    font-size: 24px;
  }
}
.home .drumstick-title h3 {
  color: #4c4c4c;
  font-size: 48px;
  font-weight: 400;
  line-height: 63px;
  right: 10px;
  top: 10px;
}
@media (max-width: 1024px) {
  .home .drumstick-title h3 {
    font-size: 42px;
    right: 5%;
  }
}
@media (max-width: 640px) {
  .home .drumstick-title h3 {
    font-size: 36px;
  }
}
.home .drumstick-product {
  align-items: center;
  display: flex;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .home .drumstick-product {
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .home .drumstick-product {
    flex-direction: column-reverse;
  }
}
.home .drumstick-product-left,
.home .drumstick-product-right {
  width: 50%;
}
@media (max-width: 640px) {
  .home .drumstick-product-left,
  .home .drumstick-product-right {
    width: 100%;
  }
}
.home .drumstick-product-right {
  text-align: right;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .home .drumstick-product-right {
    padding-left: 50px;
  }
}
@media (max-width: 640px) {
  .home .drumstick-product-right {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.home .drumstick-product-right img {
  aspect-ratio: 1/1;
  border-radius: 50px;
  height: 520px;
  object-fit: cover;
  object-position: left center;
}
.home .drumstick-product-right img {
  transition: all 0.3s ease-in-out;
}
.home .drumstick-product-right img:hover {
  filter: brightness(0.85);
  border-radius: 0;
}
@media (max-width: 1024px) {
  .home .drumstick-product-right img {
    height: 350px;
  }
}
@media (max-width: 640px) {
  .home .drumstick-product-right img {
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
}
.home .drumstick-product-list {
  align-items: end;
  column-gap: 25px;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: repeat(2, 1fr);
  row-gap: 20px;
  position: relative;
}
@media (max-width: 640px) {
  .home .drumstick-product-list {
    align-items: center;
    column-gap: initial;
    display: flex;
    flex-direction: column;
  }
}
.home .drumstick-product-item {
  text-align: center;
}
.home .drumstick-product-item-img {
  height: initial;
}
.home .drumstick-product-item-img img {
  max-height: 180px;
  margin: auto;
}
.home .drumstick-product-item-img img {
  transition: all 0.3s ease-in-out;
}
.home .drumstick-product-item-img img:hover {
  filter: brightness(0.85);
  border-radius: 30px;
}

@media (max-width: 640px) {
  .home .drumstick-product-item-img img {
    max-height: fit-content;
  }
}

.home .drumstick-product-item-name {
  color: #505050;
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 33px;
  text-align: center;
  height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.home .drumstick-product-item-price {
  background-color: #fcd866;
  margin: auto;
  text-align: center;
  width: 40%;
}
.home .drumstick-product-item-price span {
  color: #b01f24;
  font-size: 18px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 1px;
}
.home .drumstick-product-item.item3 {
  display: flex;
  grid-area: 1 / 2 / 3 / 3;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.home .drumstick-product-item.item3 .drumstick-product-item-img {
  height: 100%;
}
.home .drumstick-product-item.item3 .drumstick-product-item-img img {
  height: 100%;
  max-height: initial;
  object-fit: cover;
}
@media (max-width: 640px) {
  .home .drumstick-product-item.item3 {
    max-width: 100%;
  }
}
.home .drumstick-product-btn {
  margin-top: 60px;
}

.home .chicken-broth {
  position: relative;
}
@media (max-width: 1024px) {
  .home .chicken-broth {
    overflow: hidden;
  }
}
.home .chicken-broth-word {
  color: #fcd866;
  font-family: "Kirang Haerang", cursive;
  font-size: 64px;
  line-height: 60px;
  letter-spacing: 1px;
  bottom: 150px;
  left: 15%;
  pointer-events: none;
  position: absolute;
  writing-mode: vertical-lr;
  z-index: 5;
}
@media (max-width: 1440px) {
  .home .chicken-broth-word {
    left: 4%;
  }
}
@media (max-width: 1360px) {
  .home .chicken-broth-word {
    left: 2%;
  }
}
@media (max-width: 640px) {
  .home .chicken-broth-word {
    display: none;
  }
}
.home .chicken-broth-bgImg {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.home .chicken-broth-bgImg.broth {
  left: 15%;
  bottom: -20px;
  z-index: 6;
}
@media (max-width: 1440px) {
  .home .chicken-broth-bgImg.broth {
    left: 5%;
  }
}
@media (max-width: 1360px) {
  .home .chicken-broth-bgImg.broth {
    left: 2%;
  }
}
@media (max-width: 640px) {
  .home .chicken-broth-bgImg.broth {
    display: none;
  }
}
@media (max-width: 640px) {
  .home .chicken-broth-content {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.home .chicken-broth-title {
  margin-bottom: 35px;
  padding-bottom: 48px;
  padding-left: 80px;
  position: relative;
  text-align: right;
}
.home .chicken-broth-title img {
  scale: .8;
}
@media (max-width: 640px) {
  .home .chicken-broth-title {
    padding-bottom: 20px;
  }
  .home .chicken-broth-title img {
    width: 60%;
  }
}
.home .chicken-broth-title:after {
  bottom: 0;
  background-image: url("../img/dot.png");
  background-repeat: repeat-x;
  content: "";
  left: 50%;
  height: 10px;
  margin: auto;
  position: absolute;
  transform: translateX(-50%);
  width: 50%;
}
.home .chicken-broth-title h2,
.home .chicken-broth-title h3 {
  position: absolute;
}
.home .chicken-broth-title h2 {
  color: #b01f24;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 1.25px;
  right: 680px;
  top: 100px;
}
@media (max-width: 640px) {
  .home .chicken-broth-title h2 {
    font-size: 24px;
    top: -20px;
    right: 55%;
  }
}
.home .chicken-broth-title h2:after {
  background-color: #fcd866;
  bottom: 0;
  content: "";
  pointer-events: none;
  height: 5px;
  left: 110px;
  opacity: 0.9;
  position: absolute;
  transform: skewY(-40deg);
  width: 80%;
  z-index: -1;
}
@media (max-width: 640px) {
  .home .chicken-broth-title h2:after {
    left: 50px;
  }
}
.home .chicken-broth-title h3 {
  color: #4c4c4c;
  font-size: 48px;
  font-weight: 400;
  line-height: 63px;
  right: 510px;
  top: 120px;
}
@media (max-width: 640px) {
  .home .chicken-broth-title h3 {
    font-size: 36px;
    top: 0;
    right: 50%;
  }
}

.home .about {
  position: relative;
  overflow: hidden;
}
.home .about-chicken {
  position: absolute;
  left: 25%;
  top: 18%;
}
@media (max-width: 640px) {
  .home .about-chicken {
    left: 5%;
  }
}
.home .about-bg {
  position: absolute;
  right: 0%;
  bottom: 3%;
  width: 90%;
  z-index: -1;
  opacity: 0.7;
}
@media (max-width: 640px) {
  .home .about-bg {
    display: none;
  }
}
.home .about-title-block {
  text-align: center;
  margin-top: 60px;
}
.home .about-title-block h2 {
  color: #fcd866;
  font-family: "Big John", sans-serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 0.75;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.home .about-title-block img{
  scale: .8;
}
@media (max-width: 640px) {
  .home .about-title-block h2 {
    font-size: 60px;
  }
}
.home .about-title-block h3 {
  color: #4c4c4c;
  font-size: 36px;
  line-height: 63px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 640px) {
  .home .about-title-block h3 {
    font-size: 28px;
  }
}
.home .about-content {
  overflow: hidden;
  position: relative;
  padding: 350px 0 390px;
  z-index: 2;
}
@media (max-width: 1440px) {
  .home .about-content {
    padding: 240px 0;
  }
}
@media (max-width: 1360px) {
  .home .about-content {
    padding: 220px 0;
  }
}
@media (max-width: 1366px) {
  .home .about-content {
    padding: 210px 0 230px;
  }
}
@media (max-width: 640px) {
  .home .about-content {
    padding: 60px 0;
  }
}
.home .about-content-border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
  z-index: 4;
}
@media (max-width: 1440px) {
  .home .about-content-border {
    top: 1%;
  }
}
@media (max-width: 1366px) {
  .home .about-content-border {
    top: 2%;
  }
}
@media (max-width: 640px) {
  .home .about-content-border {
    display: none;
  }
}
.home .about-content-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  mask-image: url("../img/home-about-mask.png");
  mask-size: 100%;
  mask-position: left center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../img/home-about-mask.png");
  -webkit-mask-size: 100%;
  -webkit-mask-position: left center;
  -webkit-mask-repeat: no-repeat;
}
@media (max-width: 640px) {
  .home .about-content-bg {
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position: center;
    -webkit-mask-position: center;
  }
}
.home .about-content-bg::after {
  background-image: url("../img/home-about.webp");
  background-size: 100%;
  background-position: 80% 30%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
@media (max-width: 640px) {
  .home .about-content-bg::after {
    background-image: cover;
  }
}
.home .about-content-bg::before {
  background-color: rgba(255, 255, 255, 0.75);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
}
.home .about-content .wrap {
  position: relative;
  z-index: 4;
}
.home .about-content-title {
  color: #4c4c4c;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .home .about-content-title {
    font-size: 24px;
  }
}
.home .about-content-text {
  color: #b01f24;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 1.25px;
  padding: 0 20px;
}
@media (max-width: 640px) {
  .home .about-content-text {
    font-size: 16px;
  }
}
.home .about-content-subtitle {
  color: #b01f24;
  font-size: 24px;
  line-height: 1.3;
  margin: 60px 0;
}
@media (max-width: 640px) {
  .home .about-content-subtitle {
    font-size: 20px;
  }
}

.about-content {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 1440px) {
  .about-content {
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .about-content {
    padding-bottom: 20px;
  }
}

.about-subtitle {
  font-size: 24px;
  margin: 24px 0;
}

.about-text {
  color: #7d7d7d;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 20px;
}
.about-text-red {
  color: #d07b7b;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 1px;
}

.about-certified-content {
  padding: 80px 0;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 640px) {
  .about-certified-content {
    padding: 30px 0;
  }
}
.about-certified-content::after {
  background-image: url("../img/certified-bg.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: -2;
}
@media (max-width: 640px) {
  .about-certified-content::after {
    background-size: 250%;
  }
}
.about-certified-content .chicken {
  position: absolute;
  top: -40px;
  left: 25%;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 1440px) {
  .about-certified-content .chicken {
    top: 90px;
  }
}
@media (max-width: 640px) {
  .about-certified-content .chicken {
    display: none;
  }
}
.about-certified-content .line {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1440px) {
  .about-certified-content .line {
    top: 95px;
  }
}
.about-certified-content .fence {
  position: absolute;
}
@media (max-width: 640px) {
  .about-certified-content .fence {
    display: none;
  }
}
.about-certified-content .fence-left {
  bottom: 350px;
  left: 0;
}
.about-certified-content .fence-right {
  bottom: 200px;
  right: 0;
}
@media (max-width: 1440px) {
  .about-certified-content .fence-right {
    bottom: 250px;
  }
}
.about-certified-content .page-title2 {
  transform: translateY(-60px);
  z-index: 10;
}
@media (max-width: 1440px) {
  .about-certified-content .page-title2 {
    transform: translateY(-10px);
  }
}

.about-certified-list {
  padding: 20px 0;
  text-align: center;
}

.about-certified-item {
  margin: 10px;
  max-width: 240px;
  position: relative;
}
.about-certified-item img:not(.icon-zoom) {
  width: 100%;
}
.about-certified-item:hover .icon-zoom {
  animation-name: fadeIn;
  animation-timing-function: ease-in-out;
  animation-duration: 0.25s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.about-certified-item:hover [data-fancybox="gallery"]::before,
.about-certified-item:hover [data-fancybox="gallery"]::after {
  opacity: 1;
}
.about-certified-item .icon-zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  transform: translate(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media (max-width: 1440px) {
  .about-certified-item {
    max-width: 210px;
  }
}
@media (max-width: 640px) {
  .about-certified-item {
    max-width: 300px;
    margin: auto;
  }
}

.breast-content .page-content {
  text-align: center;
}

.relation-product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .relation-product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .relation-product-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .relation-product-list .btn1 {
    padding: 10px 45px 10px 20px;
  }
  .relation-product-list .btn1::after {
    right: 15px;
  }
}

.relation-product-item {
  margin-top: 20px;
}

.relation-product-img {
  height: 300px;
}
.relation-product-img img {
  height: 100%;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
@media (max-width: 640px) {
  .relation-product-img {
    height: 200px;
  }
}

.relation-product-title {
  color: #b01f24;
  font-size: 18px;
  margin: 10px 0;
}
@media (max-width: 640px) {
  .relation-product-title {
    font-size: 16px;
  }
}

.relation-product-desc {
  color: #7d7d7d;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 640px) {
  .relation-product-desc {
    font-size: 14px;
  }
}

a.forget {
  background-color: #fcd866;
  border-radius: 15px;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  padding: 2px 15px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
a.forget:hover {
  background-color: #deaa04;
}

a.login {
  margin-top: 16px;
}

.box-title {
  background-color: #ffeded;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: #b01f24;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 5px;
  margin-bottom: 30px;
  padding: 16px 60px;
  position: relative;
}
.box-title::after {
  bottom: 0;
  background-image: url(../img/dot.png);
  background-repeat: repeat-x;
  content: "";
  background-size: cover;
  left: 50%;
  height: 5px;
  margin: auto;
  position: absolute;
  transform: translateX(-50%);
  width: 125%;
}

.box-text {
  color: #7d7d7d;
  line-height: 1.6;
  font-size: 18px;
}

.checkbox {
  accent-color: #b01f24;
  background-color: #fcd866;
  color: #b01f24;
  font-weight: 600;
  margin-top: 16px;
  padding: 5px 20px;
  width: fit-content;
}

.member-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.member-top .box-title {
  margin-bottom: 0;
  padding: 16px 30px;
}
.member-top-link {
  color: #b01f24;
}
.member-top-link a {
  letter-spacing: 1.5px;
  margin: 0 12px;
}

.member-box {
  margin-top: 16px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}

.member-info {
  padding: 20px 36px 48px 36px;
}
.member-info-item {
  margin-bottom: 20px;
}
.member-info-item-title {
  font-size: 18px;
  color: #7d7d7d;
  letter-spacing: 1.2px;
  padding: 5px 10px;
}
.member-info-item-content {
  background-color: #f8f8f8;
  padding: 5px 10px;
  color: #7d7d7d;
  letter-spacing: 1.2px;
}
.member-info-item-content input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cacaca;
  padding: 5px;
  width: 100%;
}

.shop-type-block {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 20px 0 60px 0;
}
@media (max-width: 640px) {
  .shop-type-block {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.shop-type-block a {
  border-radius: 20px;
  color: #b01f24;
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 1.25px;
  margin: 0 10px;
  padding: 5px 20px;
  transition: all 0.3s ease-in-out;
}
.shop-type-block a.active,
.shop-type-block a:hover {
  background-color: #fcd866;
}

.shop-content {
  margin: 20px 0 60px;
  text-align: center;
}
@media (max-width: 1440px) {
  .shop-content {
    margin-bottom: 0px;
  }
}

.shop-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  justify-content: center;
  margin-top: 60px;
}
.shop-list-block {
  max-width: 100%;
  padding: 20px 0;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
}
@media (max-width: 640px) {
  .shop-list {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }
}
.shop-list2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  justify-content: center;
  margin-top: 60px;
  transform: translateX(15%);
}
@media (max-width: 640px) {
  .shop-list2 {
    grid-template-columns: 1fr;
    transform: none;
    margin-top: 25px;
  }
}

.shop-item {
  text-align: center;
  position: relative;
}
@media (max-width: 640px) {
  .shop-item {
    display: flex;
  }
}
@media (max-width: 640px) {
  .shop-item-img {
    flex-basis: 40%;
  }
}
.shop-item-img img {
  transition: all 0.3s ease-in-out;
}
.shop-item-text {
  padding: 20px;
}
.shop-item-title {
  color: #7d7d7d;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
@media (max-width: 1024px) {
  .shop-item-title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .shop-item-title {
    letter-spacing: 0.5px;
  }
}
.shop-item-price {
  color: #b01f24;
  font-size: 18px;
  font-weight: 700;
}
.shop-item-price-block {
  background-color: #fcd866;
  width: 100px;
  margin: 10px auto 20px auto;
  padding: 3px 15px;
}
@media (max-width: 1024px) {
  .shop-item-btn-block .collect-btn {
    display: none;
  }
}
@media (max-width: 640px) {
  .shop-item-btn-block .cart-btn {
    padding: 10px 40px 10px 10px;
  }
  .shop-item-btn-block .cart-btn::after {
    right: 10px;
  }
}
.shop-item::after {
  content: "";
  height: 60px;
  left: -30px;
  position: absolute;
  top: -30px;
  width: 60px;
  background-image: url("../img/icon-shop-item.png");
  background-size: contain;
  opacity: 0;
}
.shop-item:hover::after {
  animation: iconShow 0.5s forwards;
}
.shop-item:hover .shop-item-img img {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.shop-detail-block {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}
@media (max-width: 640px) {
  .shop-detail-block {
    display: block;
  }
}

.shop-detail-img {
  padding-right: 40px;
}
@media (max-width: 640px) {
  .shop-detail-img {
    padding-right: 0;
  }
}
.shop-detail-img img {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.shop-detail-text {
  padding: 20px;
}

.shop-detail-title {
  color: #b01f24;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.shop-detail-desc {
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.45;
}

.shop-detail-num-block,
.shop-detail-price-block {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.shop-detail-num-block span,
.shop-detail-price-block span {
  color: #b01f24;
  font-size: 18px;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
}

.shop-detail-num {
  align-items: center;
  display: flex;
}
.shop-detail-num input {
  color: #7d7d7d;
  background-color: #f0f0f0;
  border: none;
  padding: 0 10px;
  font-size: 18px;
  height: 40px;
  letter-spacing: 1.2px;
  text-align: center;
  width: 100px;
}
.shop-detail-num a {
  background-color: #f0f0f0;
  color: #7d7d7d;
  font-size: 22px;
  font-weight: 700;
  display: block;
  line-height: 40px;
  height: 40px;
  text-align: center;
  width: 40px;
}

.shop-detail-price {
  background-color: #fcd866;
  color: #b01f24;
  font-size: 18px;
  font-weight: 700;
  padding: 3px 15px;
  text-align: center;
  width: 100px;
}
.shop-detail-price-block {
  margin-bottom: 60px;
}

.shop-detail-content {
  margin-top: 60px;
  text-align: center;
}

.shop-detail-btn-block {
  margin-top: 60px;
}

.cart-table {
  border-collapse: collapse;
  border-spacing: 10px;
}
.cart-table-block {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .cart-table-block {
    overflow-x: scroll;
  }
}
.cart-table thead {
  color: #7d7d7d;
  letter-spacing: 1.5px;
  text-align: center;
  position: relative;
}
.cart-table thead td {
  padding: 0 30px;
  padding-bottom: 40px;
}
.cart-table thead::after {
  background-image: url("../img/dot2.png");
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.cart-table tbody {
  position: relative;
  width: 95%;
  margin: auto;
}
.cart-table tbody::after {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  content: "";
  pointer-events: none;
  height: 105%;
  left: -2.5%;
  top: -2.5%;
  position: absolute;
  width: 105%;
}
.cart-table tbody tr:nth-child(even) td {
  background-color: #f0f0f0;
}
.cart-table tbody td:not(:last-child) {
  padding: 20px;
}
.cart-table.order thead td {
  padding-bottom: 20px;
}
.cart-table.order tbody::after {
  opacity: 0;
}
.cart-table.order tbody .action-btn {
  display: block;
  background-color: #b01f24;
  color: #fff;
  font-size: 14px;
  padding: 3px 10px;
}
.cart-table td {
  text-align: center;
}
.cart-table td input {
  color: #7d7d7d;
  background-color: #f0f0f0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  border: none;
  padding: 0 10px;
  font-size: 18px;
  height: 30px;
  letter-spacing: 1.2px;
  text-align: center;
  width: 80px;
}
.cart-table-amount td {
  background-color: #ffeded !important;
  text-align: right;
  padding-top: 40px;
}
.cart-table-amount td span {
  margin: 0 10px;
  letter-spacing: 1.2px;
}
.cart-table-amount td .num {
  color: #b01f24;
  font-family: "Big John", sans-serif;
  font-size: 24px;
}

.cart-td-name {
  width: 15%;
}

.cart-td-img,
.cart-td-price,
.cart-td-num,
.cart-td-amount {
  width: 10%;
}

.cart-item-price {
  font-family: "Big John", sans-serif;
}

.cart-item-amount {
  display: flex;
  justify-content: center;
}
.cart-item-amount a {
  margin-left: 10px;
}

.cart-other-block {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 640px) {
  .cart-other-block {
    grid-template-columns: 1fr;
  }
}
.cart-other-block .box-title {
  letter-spacing: 1.2px;
  padding: 16px 40px;
}
.cart-other-block .left,
.cart-other-block .right {
  width: 90%;
}
@media (max-width: 640px) {
  .cart-other-block .left,
  .cart-other-block .right {
    text-align: center;
    width: 100%;
  }
}
.cart-other-block .left-box,
.cart-other-block .right-box {
  margin-left: -20px;
}
@media (max-width: 640px) {
  .cart-other-block .left-box,
  .cart-other-block .right-box {
    margin-left: 0;
  }
}
.cart-other-block .left-box {
  display: flex;
  flex-direction: column;
}
.cart-other-block .right-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart-other-block .right-box .top {
  margin-bottom: 60px;
}

.cart-btn-block {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
@media (max-width: 640px) {
  .cart-btn-block {
    flex-direction: column;
  }
}
.cart-btn-block a {
  margin: 0 10px;
}
@media (max-width: 640px) {
  .cart-btn-block a {
    margin: 15px 0;
  }
}

.payment-select {
  background-color: #ffeded;
  border: none;
  margin-top: 10px;
  padding: 5px 10px;
  accent-color: #b01f24;
}

.payment-desc {
  color: #7d7d7d;
  font-size: 14px;
  line-height: 1.65;
  margin-top: 10px;
}

.payment-info-item {
  display: flex;
  justify-content: space-between;
  letter-spacing: 1.2px;
}
.payment-info-item .num,
.payment-info-item .total {
  font-family: "Big John", sans-serif;
}
.payment-info-item .total {
  color: #b01f24;
  font-size: 20px;
}

@keyframes iconShow {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
