@charset "utf-8";

@media (max-width: 767px){
  .l-content .m-container {
    padding: 0 10px;
  }

  .l-content .m-btn--down.edit {
    width: 100% !important;
    margin: 0.5rem 0;
  }
  
  .l-content .block_BtnLink .BtnList {
    width: 100%;
  }

}

@media (min-width: 768px){
  .l-content .m-container {
    max-width: 1680px;
    padding: 0 40px;
  }

  .l-content .m-btn--down.edit {
    width: 45% !important;
    margin: 0.5rem 0.5rem;
  }

  .l-content .block_BtnLink .BtnList {
    width: 50%;
  }

  .l-content .brand-info {
    text-align: center;
    border-radius: 20px 20px 0 0;
    padding: 10px 20px;
  }

}


@media (min-width: 1200px){
  .l-content .m-btn--down.edit {
    width: 25% !important;
    margin: 0.5rem 0.5rem;
  }

  .l-content .block_BtnLink .BtnList {
    width: 25%;
  }

}

.l-content .block_BtnLink {
  display: flex;
  flex-wrap: wrap;
  background: #000;
  max-width: 1920px;
  margin: auto;
}

.l-content .block_BtnLink .BtnList.active {
  cursor:default;
  opacity: 1 !important;
  background-color: #fc0;
  background-image: url('/en/pr/vona/recommend_brand/all_food/common/images/icons/arrow_tab.png');
  color: #333;
}

.l-content .block_BtnLink .BtnList:hover {
  opacity: 0.75;
}

.l-content .block_BtnLink .BtnList {
  background-color: #dedede;
  background-image: url('/en/pr/vona/recommend_brand/all_food/common/images/icons/arrow_tab.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 3% 50%;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  align-content: center;
  transition: opacity 0.2s;
  padding: 20px;
  border: 1px solid #c8c8c8;
}

.l-content .logo-btndown {
  max-width: 100%;
  width: auto !important;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.2rem 0.4rem 0.2rem 1.5rem;
  margin: 5px;
  border: 1px solid #bfbfbf;
  background-color: #fff !important;
  border-radius: 2px;
}

.l-content .gotop {
  position: fixed;
  bottom: 15%;
  right: 3%;
  background-color: #00387c;
  padding: 10px;
  border-radius: 50%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
}

.l-content .gotop.show {
  opacity: 0.5;
  visibility: visible;
}

.l-content .gotop:hover {
  opacity: 1;
  cursor: pointer;
}

.l-content .floating-ic {
  position: absolute;
  top: -15px;
  right: -10px;
  transform: rotate(10deg);
}

.l-content .floating-ic.edit {
  position: absolute;
  top: -20px;
  right: 0;
  transform: rotate(0deg);
}

/* Useful Class */
.l-content .w-mm { margin: 0 auto; }
.l-content .w-pm0 { margin: 0; padding: 0; }
.l-content .just-center { justify-content: center; }
.l-content .self-end { align-self: flex-end }
.l-content .self-center { align-self: center; }
.l-content .w-stock { color: #9f4f00; font-weight: bold; }
.l-content .u-pdis { color: #a0a0a0; }
.l-content .h-100 { height: 100%; }
.l-content .underline-none { text-decoration: none; }
.l-content .p-relative { position: relative; }
