/* BASIC css start */
/* ============================ */
/* 기본 이미지 및 레이아웃 관련 스타일 */
/* ============================ */

.main-image {
  width: 100%;
  display: block;
  height: auto;
}

.main_banner {
  font-size: 0;
  position: relative;
  width: 100%;
  margin: 5px auto 0;
}

.main_banner .main_banner_inner {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}

.main_banner .main_banner_inner img {
  width: 100%;
}

/* ============================ */
/* 상품 리스트 스타일 */
/* ============================ */

ul.grid2 {
  width: 100%;
  margin: 0;
  font-size: 0;
  line-height: 0;
}

ul.grid2 li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  color: #747474;
}

ul.grid2 li .box {
  margin: 5px;
  border: 1px solid #ededef;
  background: #fff;
}

ul.grid2 li .box .thumbnail {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

ul.grid2 li .box .thumbnail img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

ul.grid2 li .box .description {
  padding: 13px 10px;
  font-size: 12px;
  line-height: 1.2;
  background: #fff;
  text-align: center;
  border-top: 1px solid #ededef;
  letter-spacing: -0.25px;
}

ul.grid2 li .box .description .name a {
  color: #747474;
  font-size: 12px;
  line-height: 1.6;
  display: block;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
}

ul.grid2 li .box .description .price {
  font-size: 12px;
  color: #747474;
  margin-top: 5px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

ul.grid2 li .box .description .price span {
  color: #151515;
  font-weight: 700;
  font-size: 14px;
}

/* ============================ */
/* 버튼 및 유튜브 임베드 스타일 */
/* ============================ */

.btn_more {
  width: 95%;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  border: 1px solid #e1e1e4;
  color: #575555;
  letter-spacing: -0.25px;
  text-align: center;
  cursor: pointer;
}

.youtube {
  width: 100%;
  margin: 0 auto;
  padding-top: 55px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ============================ */
/* 반응형 대응 */
/* ============================ */

@media (max-width: 768px) {
  ul.grid2 li {
    width: 100%;
  }
}
/* BASIC css end */

