.cardList, .cardList:not(.vertical) .Img::before, .cardList:not(.vertical) .Img .itemLogo img, .introBox .restaurantLogo, .introBox .textEditor, .classicArea .rightBox, .classicList h3, .classicList h3::after, .classicList p, .dishesArea .carouselFunctionBox, .dishesList {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out; }

.cardList, .cardList:not(.vertical) .Img .itemLogo img, .introBox .restaurantLogo, .introBox .textEditor, .classicList h3, .classicList p, .dishesList, .classicArea .rightBox, .dishesArea .carouselFunctionBox {
  opacity: 0; }

.cardList, .cardList:not(.vertical) .Img .itemLogo img, .introBox .restaurantLogo, .introBox .textEditor, .classicList h3, .classicList p, .dishesList {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

.cardList.show, .introBox.show .restaurantLogo, .introBox.show .textEditor, .classicArea.show .rightBox, .classicList .current h3, .classicList .current p, .dishesArea.show .dishesList, .dishesArea.show .carouselFunctionBox {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1; }

/*
	Authors: Alvin, Randy, Rex
    Version: 2.0
	Latest Update: 2020/03/13
*/
.cardList:not(.vertical) {
  margin-top: 50px; }
  @media (min-width: 1181px) {
    .cardList:not(.vertical) .item:hover .Img::before {
      opacity: .8; }
    .cardList:not(.vertical) .item:hover .itemLogo img {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; } }
  .cardList:not(.vertical) .Img {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .cardList:not(.vertical) .Img::before, .cardList:not(.vertical) .Img .itemLogo {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .cardList:not(.vertical) .Img::before {
      content: '';
      background-color: #fff;
      opacity: 0; }
    .cardList:not(.vertical) .Img .itemLogo {
      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; }
      .cardList:not(.vertical) .Img .itemLogo img {
        max-width: 100px; }
  .cardList:not(.vertical) .Txt img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .cardList:not(.vertical) .restaurantTxtTopBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5; }
    .cardList:not(.vertical) .restaurantTxtTopBox .itemLogo {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 70px; }
      .cardList:not(.vertical) .restaurantTxtTopBox .itemLogo img {
        max-width: 60px;
        max-height: 50px;
        display: block;
        max-width: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
    .cardList:not(.vertical) .restaurantTxtTopBox strong {
      font-size: 14px;
      font-weight: 400;
      color: #b8b8b8; }
  .cardList:not(.vertical) h3 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .cardList:not(.vertical) h3 a {
      display: block;
      font-weight: 400;
      font-size: 18px;
      color: #000;
      letter-spacing: 1px; }
  .cardList:not(.vertical) p {
    height: 65px;
    line-height: 2;
    color: #6e6e6e; }

.introBox {
  padding-top: 60px;
  padding-bottom: 100px;
  text-align: center;
  background-color: #f5f5f5; }
  @media (max-width: 1180px) {
    .introBox {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .introBox.show .textEditor {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .introBox .restaurantLogo {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto; }
    .introBox .restaurantLogo img {
      display: block;
      max-width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .introBox .textEditor {
    max-width: 540px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    color: #6a6a6a;
    background: -webkit-gradient(linear, left top, right top, from(#e5e5e5), to(#e5e5e5)) 50% 0/calc(100% - 40px) 1px no-repeat;
    background: -webkit-linear-gradient(left, #e5e5e5, #e5e5e5) 50% 0/calc(100% - 40px) 1px no-repeat;
    background: -o-linear-gradient(left, #e5e5e5, #e5e5e5) 50% 0/calc(100% - 40px) 1px no-repeat;
    background: linear-gradient(to right, #e5e5e5, #e5e5e5) 50% 0/calc(100% - 40px) 1px no-repeat; }

.classicArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#e5e5e5), to(#e5e5e5)) 0 50%/1px 100% no-repeat;
  background: -webkit-linear-gradient(left, #e5e5e5, #e5e5e5) 0 50%/1px 100% no-repeat;
  background: -o-linear-gradient(left, #e5e5e5, #e5e5e5) 0 50%/1px 100% no-repeat;
  background: linear-gradient(to right, #e5e5e5, #e5e5e5) 0 50%/1px 100% no-repeat; }
  @media (max-width: 1240px) {
    .classicArea .wrap {
      background-position-x: calc(20px - 1px); } }
  @media (max-width: 1180px) {
    .classicArea .wrap {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 640px) {
    .classicArea .wrap {
      background-image: none; } }

.classicArea .leftBox {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 55px; }
  @media (max-width: 1180px) {
    .classicArea .leftBox {
      padding-right: 30px; } }
  @media (max-width: 640px) {
    .classicArea .leftBox {
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.classicArea .rightBox {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
  max-width: 600px; }
  @media (max-width: 640px) {
    .classicArea .rightBox {
      display: none; } }

@media (max-width: 640px) {
  .classicArea .bottomLineTitleBox {
    text-align: center; }
    .classicArea .bottomLineTitleBox::after {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; } }

.classicArea .arrowsBox {
  margin-top: auto; }
  @media (min-width: 641px) {
    .classicArea .arrowsBox {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.classicArea .slick-dots {
  position: absolute;
  top: 75px;
  left: -15px;
  z-index: 1; }
  .classicArea .slick-dots .slick-active button::before {
    background-color: #fcc800; }
  .classicArea .slick-dots li {
    display: block; }
  .classicArea .slick-dots button::before {
    background-color: #e5ded3; }

.classicList .Img, .classicImgList .Img {
  position: relative; }
  .classicList .Img img, .classicImgList .Img img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .classicList .Img strong, .classicImgList .Img strong {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    padding: 3px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .5px;
    background-color: #fcc800; }

.classicList {
  max-width: 510px; }
  .classicList .current h3::after {
    opacity: 1;
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s; }
  .classicList .current p {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  @media (min-width: 641px) {
    .classicList .Img {
      display: none; } }
  @media (max-width: 640px) {
    .classicList .Txt {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .classicList h3 {
    position: relative;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .5px;
    color: #5d5d5d; }
    .classicList h3::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 1px;
      background-color: #e5e5e5;
      opacity: 0; }
  .classicList p {
    line-height: 2;
    color: #7a7a7a; }

.dishesArea {
  background-color: #f5f5f5; }
  .dishesArea.show .carouselFunctionBox {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .dishesArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 55px;
    padding-bottom: 70px;
    border-right: 1px solid #e5e5e5; }
    @media (max-width: 1180px) {
      .dishesArea .wrap {
        padding-top: 50px;
        padding-bottom: 50px;
        border-right: none; } }
  .dishesArea .carouselFunctionBox {
    width: 150px;
    padding-right: 20px;
    margin-left: auto;
    text-align: right; }
    @media (max-width: 1240px) {
      .dishesArea .carouselFunctionBox {
        display: none; } }
  .dishesArea .guideList li::before {
    right: -24px; }
  .dishesArea .numDotList {
    right: 65px; }
  .dishesArea .arrowsBox {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.dishesList {
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }
  @media (min-width: 1241px) {
    .dishesList {
      max-width: calc(100% - 150px); } }
  @media (max-width: 1240px) {
    .dishesList {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
  .dishesList .item {
    padding-left: 25px;
    padding-right: 25px; }
  .dishesList .Img {
    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: 250px;
    padding-bottom: 20px; }
    @media (max-width: 768px) {
      .dishesList .Img {
        height: 180px; } }
    .dishesList .Img img {
      max-height: 230px;
      display: block;
      max-width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      @media (max-width: 768px) {
        .dishesList .Img img {
          max-height: 160px; } }
  .dishesList .Txt {
    text-align: center; }
  .dishesList h3 {
    font-weight: 400;
    font-size: 20px;
    color: #000; }
    @media (max-width: 768px) {
      .dishesList h3 {
        font-size: 16px; } }
  .dishesList strong {
    font-weight: 400;
    font-size: 14px;
    color: #7b7b7b; }
