.thumbs > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.thumbs .divLeft,
.thumbs .divRight {
  width: 49.6%;
  height: 100%;
  display: flex;
}

.thumbs .divRight {
  flex-wrap: wrap;
  justify-content: space-between;
}

.thumbs .topNews,
.thumbs .subNews {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 210px;
  min-height: 210px;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 8px solid #ff794a;
  background: #ff794a;
  margin-bottom: 0.5rem;
}

.thumbs .subNews {
  width: 49.2%;
}

/* RESPONSIVE-HOME */
@media (max-width: 1365px) {
  .thumbs .divLeft,
  .thumbs .divRight {
    width: 100%;
  }

  .thumbs .topNews * > img {
    height: inherit !important;
  }

  .thumbs .subNews {
    width: 49.5%;
  }
}
@media (max-width: 1365px) and (min-width: 1200px) {
  .thumbs .topNews:not(:first-child) > * > img,
  .thumbs .subNews > * > img {
    height: 109% !important;
  }
}

@media (max-width: 600px) {
  .thumbs .divLeft,
  .thumbs .divRight {
    width: 100%;
  }

  .thumbs .subNews {
    width: 100%;
  }
}
/* RESPONSIVE-HOME-END */
/*---------------------*/
/* RESPONSIVE-NEWS */
.thumbs.news .topNews.big {
  height: 360px;
}

.thumbs.news .topNews.big > * > img {
  height: auto;
  width: 100%;
}

.thumbs.news .subNews {
  width: 23%;
  margin-bottom: 2.4rem;
}

@media (max-width: 1365px) {
  .thumbs.news .topNews.big > * > img {
    height: 100%;
    width: auto;
  }

  .thumbs.news .subNews {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .thumbs.news .subNews {
    width: 100%;
  }
}
/* RESPONSIVE-NEWS-END */

/*TOP-NEWS*/
.thumbs .topNews {
  width: 100%;
  height: 436px;
  min-height: 436px;
}

.thumbs .topNews h3 {
  font-size: 2rem;
}

.info.topNews p {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

@media (max-width: 1320px) {
  .thumbs .topNews.big > * > img {
    height: 100%;
    width: auto;
  }
}
/*TOP-NEWS-END*/

.thumbs .topNews .info > h3 {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.thumbs .subNews .info > h3 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.thumbs .topNews > * > img,
.thumbs .subNews > * > img {
  position: absolute;
  z-index: 3;
  display: block;

  height: 100%;
  width: auto;
  max-width: inherit;
  margin: 0 auto;
  transition: all 0.5s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  /* 레이아웃 시프트 방지: 이미지 로드 전에도 공간 확보 */
  object-fit: cover;
  background-color: rgba(255, 121, 74, 0.1);
}

/* 이미지가 로드되면 부드럽게 표시 */
.thumbs .topNews > * > img.loaded,
.thumbs .subNews > * > img.loaded {
  animation: fadeInImage 0.3s ease-in;
}

/* 이미지 로드 후 페이드인 애니메이션 */
@keyframes fadeInImage {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 560px) and (max-width: 767px) {
  #main-news .thumbs .topNews > * > img,
  #main-news .thumbs .subNews > * > img {
    height: auto;
    width: 100%;
  }
}

.thumbs .topNews > * > img:hover,
.thumbs .subNews > * > img:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.thumbs .box-video {
  position: relative;

  height: 252px;
  margin: 1.1rem 0;
  overflow: hidden;

  cursor: pointer;

  background: #000;
}

.info {
  width: auto;
  position: absolute;
  bottom: 0;
  z-index: 4;

  padding: 0 20px;

  text-align: left;
  word-wrap: break-word;

  color: #fff;
}

.info p {
  width: 98%;
  padding: 20px 0;
  clear: both;

  font-size: 1.5em;

  text-transform: uppercase;
}
.info span,
.info a:last-child {
  padding: 8px;

  background: #ff794a;
}
.info > a:last-child {
  display: none;
  width: 100%;
  margin-left: -10px;
}

.info h3 {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.destaque .info h3 {
  font-size: 2rem;
}
.featured ul {
  display: flex;
}
@media (max-width: 600px) {
  .featured ul {
    flex-direction: column;
  }
}
.featured ul li {
  position: relative;
  border: 5px solid #ff794a;
  overflow: hidden;
  flex: 1;
  transition: all 0.3s;
}
@media (max-width: 599px) {
  .home .featured ul li {
    height: 200px;
    margin-bottom: 20px;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .home .featured ul li {
    height: 200px;
    margin-bottom: 20px;

    flex: 0 1 48%;
  }
  .home .featured ul li img {
    width: 100% !important;
    height: auto;
  }
  .home .featured ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 901px) {
  .featured ul li {
    height: 300px;
    margin-right: 2%;
  }
}

.featured ul li:hover {
  background-color: #15d2e8;
}
.featured ul li:last-child {
  margin-right: 0;
}
.featured ul li img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: none;
  left: 50%;
  transform: translateX(-50%) scale(1);
  transition: 0.2s;
}
@media (min-width: 330px) and (max-width: 600px) {
  .featured ul li img {
    width: 100%;
    height: auto;
  }
}
.featured ul li:hover img {
  transform: translateX(-50%) scale(1.1);
}
.featured ul li h3 {
  position: absolute;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background-color: #ff794a;
}
.shop-products ul:not(.breadcrumbs) {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: space-evenly;
}
.shop-products ul:not(.breadcrumbs) li {
  position: relative;
  height: 240px;
  margin-bottom: 10px;

  text-align: center;

  background: #fff;
  border: 2px solid #15d2e8;
  border-bottom: 10px solid #15d2e8;
}
@media (max-width: 799px) {
  .shop-products ul:not(.breadcrumbs) li {
    flex: 0 1 100%;
  }
}
@media (min-width: 800px) and (max-width: 1024px) {
  .shop-products ul:not(.breadcrumbs) li {
    flex: 0 1 40%;
  }
}

/*@media(min-width: 1024px){
	.shop-products ul:not(.breadcrumbs) li {
		flex: 1 1 8%;
		margin: 7px;
	}
}

@media(min-width: 1350px){
	.shop-products ul:not(.breadcrumbs) li {
		flex: 1 1 9%;
		margin: 7px;
	}
}*/

@media (min-width: 1024px) {
  .shop-products ul:not(.breadcrumbs) li {
    flex: 1 1 8%;
    margin: 7px;
  }
}

@media (min-width: 1350px) {
  .shop-products ul:not(.breadcrumbs) li {
    flex: 1 1 9%;
    margin: 7px;
  }
}

.shop-products ul:not(.breadcrumbs) li:last-child {
  margin-right: 0px;
}
.shop-products ul:not(.breadcrumbs) li:hover .link-hover {
  transition: 0.2s;

  opacity: 1 !important;
}
.shop-products ul:not(.breadcrumbs) li:before {
  background: none;
}

.link-hover {
  opacity: 0;
}
.shop-products .item-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.shop-products .item-info span {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2px;
}
.shop-products .item-info .item-image {
  flex: 10;
}
.shop-products .item-info .item-image img {
  height: 90%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.shop-products .item-info .item-desc {
  width: 90%;
  flex: 1;

  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.shop-products .item-info .item-value {
  margin-bottom: 35px;
  color: #f00;
  flex: 1;
}

@media (min-width: 1024px) {
  .link-hover {
    opacity: 0;
  }
}

.products-list__wrapper {
  display: flex;
  align-items: center;
}

.products-list {
  flex: 1;
}

.products-list__more {
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(21, 210, 232, 0.6);
  color: #fff;
  margin: 10px;
  border: solid 3px #fff;
  transition: all 0.3s;
}

.products-list__more:hover {
  background-color: rgba(21, 210, 232, 1);
}

@media (max-width: 1100px) {
  .products-list__wrapper {
    flex-direction: column;
  }
}
