.bottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.imginfo {
  text-align: center;
}

.imginfo img {
  max-width: 100%;
}

@media screen and (min-width: 0\0) {
  .bottomBox {
    display: block;
  }
}

.bottomBox.reverse .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.bottomBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
}

@media (max-width: 767px) {
  .bottomBox .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.bottomBox .itemBox {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .bottomBox .itemBox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 767px) {
  .bottomBox .itemBox {
    width: 100%;
    margin-bottom: 30px;
  }
}

.bottomTxtBox {
  margin-top: 70px;
}

.bottomTxtBox .titleBox {
  margin-bottom: 70px;
}

@-webkit-keyframes itemOut {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}

@keyframes itemOut {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}

.itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
  margin-top: 30px;
}

.itemList li {
  width: 25%;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

@media (max-width: 960px) {
  .itemList li {
    width: 33.333%;
  }
}

@media (max-width: 640px) {
  .itemList li {
    width: 50%;
  }
}

@media (min-width: 1181px) {
  .itemList li.hide {
    width: 0;
    padding: 0;
    margin: 0;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
  }
  .itemList li.hide .item {
    opacity: 0;
    -webkit-transition: all .2s 0s;
    -o-transition: all .2s 0s;
    transition: all .2s 0s;
  }
}

@media (max-width: 1180px) {
  .itemList li.hide {
    display: none;
  }
}

.itemList .item {
  width: 100%;
  -webkit-transition: all .5s .5s;
  -o-transition: all .5s .5s;
  transition: all .5s .5s;
}

.itemList .Img {
  position: relative;
}

.itemList .Img a {
  display: block;
  overflow: hidden;
}

.itemList .Img img {
  display: block;
  width: 100%;
}

.itemList .Txt {
  border-top: 1px solid #e3e0de;
  margin-top: 20px;
}

.itemList h3 a {
  display: block;
  padding-top: 15px;
  font-size: 14px;
  letter-spacing: .1em;
  font-weight: 400;
  color: #2d2d2d;
  text-align: center;
}

.productIntro {
  width: 100%;
  margin-bottom: 50px;
}

.productIntro .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .productIntro .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.productIntro .mTitle {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  letter-spacing: .1em;
  color: #b71414;
  line-height: 1;
  margin-bottom: 8px;
}

.productIntro .mTitle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 1px;
  background-color: #b71414;
}

.productIntro.recipes .mTitle,
.productIntro.recipes .articleTitle {
  width: calc(100% - 60px);
}

.productIntro.recipes .introBox .Txt {
  padding-top: 0;
}

.albumBox {
  width: 35%;
}

@media (max-width: 767px) {
  .albumBox {
    width: 100%;
  }
}

.albumBox .Img {
  position: relative;
  background-color: #f9eee5;
  /*border: solid 10px #f9eee5;*/
}

.albumBox .Img img {
  display: block;
  width: 100%;
}

.albumBox .time {
  position: absolute;
  left: 30px;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 92px;
  height: 92px;
  background-repeat: 50%;
  background-color: #8d6748;
  border-radius: 50%;
  overflow: hidden;
  font-size: 12px;
  letter-spacing: .02em;
  color: #fff;
}

@media (max-width: 480px) {
  .albumBox .time {
    left: 15px;
    top: 15px;
  }
}

.albumBox .time .top {
  border-bottom: 1px solid #de3131;
}

.albumBox .time .top,
.albumBox .time .bottom {
  padding: 3px 0;
  width: 80%;
  text-align: center;
}

.albumBox .albumBtn {
  position: absolute;
  z-index: 1;
  right: 25px;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background-color: #8d6748;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
}

.introBox {
  position: relative;
  width: 65%;
  padding-left: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .introBox {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

.introBox .Txt {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  letter-spacing: .02em;
  color: #696969;
  line-height: 1.7;
  border-bottom: 1px dashed #c1c0bf;
}

.specList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.specList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding-top: 15px;
  padding-right: 12px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #c1c0bf;
  font-size: 14px;
  letter-spacing: .02em;
}

@media (max-width: 480px) {
  .specList li {
    width: 100%;
  }
}

.specList .title {
  position: relative;
  width: 100px;
  color: #333;
  letter-spacing: .5em;
}

.specList .title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background-color: #dfdeda;
}

.specList .text {
  width: calc(100% - 100px);
  color: #636363;
  padding-left: 15px;
}

.insContentBox .itemBox {
  width: 100%;
  margin-bottom: 50px;
}

.insContentBox .itemTitle {
  margin-bottom: 15px;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.share .title {
  position: relative;
  width: 70px;
  margin-right: 15px;
  font-size: 14px;
  letter-spacing: .02em;
  color: #333;
}

.share .title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background-color: #dfdeda;
}

.share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  margin-right: 12px;
}

.share a img {
  display: block;
  width: 100%;
}

.share .fb {
  background-color: #4e71a8;
}

.introList {
  padding-top: 25px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #c1c0bf;
}

.introList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: .02em;
  color: #333;
  line-height: 1;
}

.introList .left {
  width: 60px;
}

.introList .right {
  width: calc(100% - 60px);
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid #dddbd6;
}

.recipesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.recipesList li {
  width: 31.333%;
  margin: 1%;
  padding: 10px;
  background: #fffef9;
}

@media (max-width: 960px) {
  .recipesList li {
    width: 48%;
  }
}

@media (max-width: 375px) {
  .recipesList li {
    /*width: 100%;*/
  }
}

.recipesList .Img img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 300px;
}

@media (max-width: 640px) {
  .recipesList .Img img {
  height: 200px;
  }
}

@media (max-width: 480px) {
  .recipesList .Img img {
  height: 150px;
  }
}

.recipesList .Txt {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e0de;
}

.recipesList h3 a {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  color: #2d2d2d;
}

.recipesList p {
  max-height: 46px;
  line-height: 1.7;
  font-size: 14px;
  letter-spacing: .08em;
  color: #393836;
}

.recipesList .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3px;
  font-size: 13px;
  letter-spacing: .1em;
  color: #656565;
}

.recipesList .star .left {
  padding-right: 3px;
}

.starIcon {
  color: #c1c1c1;
  font-size: 14px;
}

.starIcon.current {
  color: #8d6748;
}

.videoArea {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 100px;
}

.videoArea .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media (min-width: 1180px) {
  .videoArea .Txt {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 1180px) {
  .videoArea .Txt {
    padding: 50px 20px;
  }
}

.videoArea .titleBox2 {
  max-width: 340px;
}

.videoArea .titan {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
}

.videoArea .titan a {
  display: block;
  width: 100%;
  height: 100%;
}

.videoArea .en {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: .2em;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
}

.videoArea .title {
  display: inline-block;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: .1em;
  border-bottom: 3px solid #fff;
}

.videoArea .text {
  margin-bottom: 25px;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .videoArea .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
}

.videoArea .bg img {
  display: block;
  width: 100%;
}

@media (max-width: 1180px) {
  .videoArea .bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.videoBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 18px;
  color: #fff;
}

.recipesBookBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
}

@media (max-width: 767px) {
  .recipesBookBox {
    padding-top: 15px;
  }
}

@media (max-width: 480px) {
  .recipesBookBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.recipesBookBox .Img {
  width: 130px;
}

.recipesBookBox .Img img {
  display: block;
  width: 100%;
}

.recipesBookBox .right {
  width: calc(100% - 130px);
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .recipesBookBox .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

.recipesBookBox .title {
  font-size: 16px;
  letter-spacing: .02em;
  color: #000;
  font-weight: 500;
  line-height: 1.8;
}

.recipesBookBox .Txt {
  font-size: 14px;
  letter-spacing: .02em;
  color: #696969;
  line-height: 1.7;
}

.prepareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .prepareList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.prepareList .title {
  width: 140px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .05em;
}

@media (max-width: 767px) {
  .prepareList .title {
    width: 100%;
    margin-bottom: 20px;
  }
}

.prepareList .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 120px);
  margin-right: -20px;
}

@media (max-width: 767px) {
  .prepareList .list {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.prepareList .list li {
  width: 33.333%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 640px) {
  .prepareList .list li {
    width: 50%;
  }
}

@media (max-width: 375px) {
  .prepareList .list li {
    width: 100%;
  }
}

.prepareList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.prepareList .left {
  font-size: 16px;
}

.prepareList .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
  font-size: 14px;
  letter-spacing: .02em;
  color: #444;
}

.prepareList .right::before {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-image: url("../images/dotLine_x.png");
  background-repeat: repeat-x;
  background-position: left center;
  margin-right: 10px;
  margin-left: 10px;
}

.print {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #8d6748;
  background-image: url("../images/icon_print.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.print:hover {
  background-color: #000;
}

.stepBox {
  padding: 50px 0;
}

@media (max-width: 640px) {
  .stepBox {
    padding: 20px 0;
  }
}

.stepBox .stepList {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 641px) {
  .stepBox .stepList {
    padding: 55px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, to(#d3d3d3));
    background-image: -webkit-linear-gradient(top, #d3d3d3 100%);
    background-image: -o-linear-gradient(top, #d3d3d3 100%);
    background-image: linear-gradient(to bottom, #d3d3d3 100%);
    background-repeat: no-repeat;
    background-size: 1px 100%;
    background-position: center top;
  }
  .stepBox .stepList:before, .stepBox .stepList:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d3d3d3;
  }
  .stepBox .stepList:before {
    top: 0;
  }
  .stepBox .stepList:after {
    bottom: 0;
  }
}

@media (min-width: 641px) {
  .stepBox .stepList.listNoImg li:not(:first-child) {
    margin-top: 80px;
  }
}

.stepBox li {
  position: relative;
  width: calc((100% - 130px)/2);
}

@media (min-width: 641px) {
  .stepBox li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5px;
    width: 65px;
    height: 1px;
    background-color: #d3d3d3;
  }
  .stepBox li:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #8d6748;
  }
  .stepBox li:not(:first-child) {
    margin-top: 80px;
  }
  .stepBox li:nth-child(2) {
    margin-top: 90px;
  }
  .stepBox li.noImg {
    margin-top: 370px;
  }
  .stepBox li.noImgBoth {
    margin-top: 80px;
  }
  .stepBox li:nth-child(odd) {
    margin-right: 65px;
  }
  .stepBox li:nth-child(odd):before {
    right: -65px;
  }
  .stepBox li:nth-child(odd):after {
    right: -70px;
  }
  .stepBox li:nth-child(even) {
    margin-left: 65px;
  }
  .stepBox li:nth-child(even):before {
    left: -65px;
  }
  .stepBox li:nth-child(even):after {
    left: -70px;
  }
}

@media (max-width: 640px) {
  .stepBox li {
    width: 100%;
  }
}

.stepBox .Img {
  width: 100%;
}

.stepBox .Img img {
  display: inline-block;
  vertical-align: top;
  /*width: 100%;*/
  max-width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.stepBox .Txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  background-image: url("../images/bg2.jpg");
}

.stepBox .Txt p {
  width: calc(100% - 45px);
  margin-left: 15px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #626262;
  letter-spacing: .05em;
  border-left: 1px solid #d3d3d3;
}

.stepBox .no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  font-weight: 500;
  background-color: #8d6748;
  border-radius: 50%;
  font-size: 14px;
  letter-spacing: .02em;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
}

.stepBox .arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  border: none;
  background: none;
}

.stepBox .arrows svg {
  width: 20px;
  height: 37px;
  fill: #d2d2d2;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.stepBox .arrows svg:hover {
  fill: #1b1b1b;
}

.stepBox .arrows.swiper-button-disabled {
  opacity: 0;
}

.stepBox .prevArrow {
  left: 0;
}

.stepBox .nextArrow {
  right: 0;
}

@media print {
  .bannerArea,
  .bread,
  .m_menu,
  .videoArea,
  .bottomBox,
  .copyright,
  .print,
  .share,
  footer {
    display: none;
  }
  .insContentBox .itemBox {
    margin-bottom: 15px;
  }
  .insContentBox .itemTitle {
    margin-bottom: 10px;
  }
  .mainArea {
    background-image: none;
    background-color: #fff;
  }
  header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header .menuBox,
  header .rightBox {
    display: none;
  }
  .stepBox {
    padding: 0;
  }
  .stepBox .Txt {
    background-image: none;
  }
  .stepList {
    position: static !important;
    height: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    background: none !important;
    margin-top: 5px;
  }
  .stepList::before, .stepList::after {
    display: none;
  }
  .stepList li {
    position: static !important;
    width: 50%;
    margin: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .stepList li:nth-child(2) {
    margin-top: 0 !important;
  }
  .stepList .Img img {
    display: block;
    width: 100%;
  }
  .albumBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .albumBox .Img {
    width: 100%;
    max-width: 380px;
  }
}
