@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

/* ---------------------------------------------------------------- */
.container_main {
  width: 100%;
  height: auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.commu_review_con {
  width: 83.33%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 120px;
}

.commu_review_tit_tag_section {
  width: 448px;
  height: 212px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.commu_review_tit {
  width: 320px;
  height: 158px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.crv_main_tit {
  width: 200px;
  height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #E5D5AE;
}

.crv_main_tit>h2 {
  color: #333;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.44px;
}

.crv_main_tit>span {
  color: #919191;
  text-align: center;
  font-family: Bahnschrift;
  font-size: 25px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.275px;
  margin-top: 5px;
}

.crv_sub_tit>p {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.198px;
}

ul.crv_tag {
  width: 100%;
  height: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.crv_tag>li {
  width: 82px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.crv_tag>li>a>p {
  color: #868686;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

ul.crv_tag>li:hover a p {
  color: #333;
  transition: color 0.3s ease;
}

#crv_art {
  width: 100%;
  height: 4100px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.crv_sub_tag {
  width: 448px;
  height: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

ul.crv_sub_tag>li {
  width: 82px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.crv_sub_tag>li>a>p {
  color: #868686;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

ul.crv_sub_tag>li:hover a p {
  color: #333;
  transition: color 0.3s ease;
}

#crv_art_art {
  width: 100%;
  height: 920px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.crv_art_art_tit {
  width: 100%;
  height: 100px;
  background: #FBFBFB;
  display: flex;
  justify-content: center;
  align-items: center;
}

.crv_art_art_tit>h3 {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.22px;
}

.crv_art_art_slide_section {
  width: 1350px;
  height: 790px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff !important;
}

ul.crv_slide {
  width: 100%;
  height: 740px;
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: none;      
  scrollbar-width: none;        
  background: #fff !important;
}

ul.crv_slide::-webkit-scrollbar {
  display: none;                
}

ul.crv_slide {
  cursor: grab;
}

ul.crv_slide.is-dragging {
  cursor: grabbing;
}

ul.crv_slide,
ul.crv_slide * {
  -webkit-user-select: none; 
  -moz-user-select: none;    
  -ms-user-select: none;     
  user-select: none;
}

.crv_slide_bar {
  width: 100%;
  height: 4px;
  display: flex;
  align-items: center;
  position: relative;
}

.crv_slide_bar_bg {
  width: 100%;
  height: 2px;
  background: #E5D5AE;
}

.crv_slide_main_bar {
  width: 100px;
  height: 4px;
  background: #004225;
  position: absolute;
  left: 0;
}

ul.crv_slide>li {
  width: 450px;
  height: auto;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 20px; 
  margin-left: 50px;
}

.crv_card_main {
  width: 410px;
  height: 666px;
}

.crv_card_img {
  width: 100%;
  height: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.crv_card_main>h4 {
  width: 100%;
  height: 54px;
  margin-top: 15px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.crv_writer_star {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #E9E9E9;
  margin-top: 20px;
}

ul.crv_star {
  width: 88px;
  height: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.crv_star>li>i {
  font-size: 13px;
  color: #BFA76F;
}

.crv_writer_star>p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.154px;
  margin-top: 10px;
}

.crv_card_tit_txt {
  width: 100%;
  height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.crv_card_tit_txt>span {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.165px;
}

.crv_card_tit_txt>p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.154px;
}

#crv_art_print {
  width: 100%;
  height: 920px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

#crv_art_sculpture {
  width: 100%;
  height: 920px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

#crv_art_limited {
  width: 100%;
  height: 920px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

/* ---------------------------------------------------------------- */
#crv_crafts {
  width: 100%;
  height: 3140px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#crv_crafts_crafts {
  width: 100%;
  height: 920px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

#crv_crafts_traditional {
  width: 100%;
  height: 920px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

#crv_crafts_art {
  width: 100%;
  height: 920px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

/* ---------------------------------------------------------------- */
#crv_wood {
  width: 100%;
  height: 3140px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#crv_wood>ul.crv_sub_tag>li:nth-child(2) {
  width: 90px;
}

#crv_wood_wood {
  width: 100%;
  height: 920px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

#crv_wood_interior {
  width: 100%;
  height: 920px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

#crv_wood_diy {
  width: 100%;
  height: 920px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}


/* ---------------------------------------------------------------- */
#crv_health {
  width: 100%;
  height: 4100px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#crv_health_health {
  width: 100%;
  height: 920px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

#crv_health_herbs {
  width: 100%;
  height: 920px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

#crv_health_tea {
  width: 100%;
  height: 920px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

#crv_health_food {
  width: 100%;
  height: 920px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

