@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');



.tab_title {
  font-family:'GmarketSansMedium','OneMobileTitle';
  font-size: 2.7rem;
  text-align: left;
  margin: 4rem 0 2rem 0;
}
@media (max-width: 767.98px) {
  .tab_title {
    padding: 0 5%;
    margin: 2.5rem 0 1rem 0;
    font-size: 1.8rem;
  }
}


.sub_cont{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  max-width:1200px;
  margin:0px auto; 
  padding: 6rem 1rem 10rem 1rem;
}
@media (max-width: 767.98px) {
  .sub_cont{
    padding:2rem 1rem 4rem 1rem;
  }
}

.carpet_wrap{
  display: flex;
  flex-direction: column;
  gap: 8rem;
  width: 100%;
  padding: 0;
  margin: 0;
}
.carpet_wrap .pic_full{
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 0.35;
  overflow: hidden;
}
.carpet_wrap .pic_full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  /* filter: grayscale(1); */
}
.carpet_wrap .pic_full img:hover {
  transform: scale(1.1);
  filter: grayscale(0);
}
.carpet_wrap .items{
  width: 100%;
  display: flex;
  justify-content:space-between;
  align-items: flex-end;
  gap: 6rem;
  padding: 0;
  margin: 0;
}
.carpet_wrap .items .pic{
  width: 60%;
  max-width: 60%;
  overflow: hidden;
}
.carpet_wrap .items .pic img {
  width: 100%;
  transition: all 0.3s;
}
.carpet_wrap .items .pic img:hover {
  transform: scale(1.05);
}
.carpet_wrap .items .text{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 40%;
  padding: 0;
  margin: 0;
}
.carpet_wrap .items .text .title{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0;
  margin: 0;
}
.carpet_wrap .items .text .tt {
  position: relative;  
  font-family: "Arizonia", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3.8rem;
  color: var(--color-point);
  letter-spacing: 2px;
  line-height: 1.1;
  padding: 0;
  margin: 0;
}
.carpet_wrap .items .text .title .summary {
  font-family:'GmarketSansMedium','OneMobileTitle';
  /* font-weight: 600; */
  font-size: 1.05rem;
  color: rgba(var(--color-point-rgb),0.7);
  line-height: 1.4;
	word-break:keep-all;
	word-wrap:break-word;
}
.carpet_wrap .items .text .txt {
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--bs-gray-600);
  letter-spacing: -0.5px;
  line-height: 1.6;
	word-break:keep-all;
	word-wrap:break-word;
}

@media (max-width: 1200px) { 
  .carpet_wrap .items .text{
    gap: 1.5rem;
  }
  .carpet_wrap .items .text .tt {
    font-size: 3.0rem;
  }
  .carpet_wrap .items .text .title .summary {
    font-size: 1rem;
  }
  .carpet_wrap .items .text .txt {
    font-size: 0.85rem;
  }
}
@media (max-width: 991.98px) { 
  .carpet_wrap .items{
    flex-direction: column;
    gap: 3rem;
    padding: 0 5%;
  }
  .carpet_wrap .pic_full{
    aspect-ratio: 1 / 0.6;
  }
  .carpet_wrap .items .pic{
    width: 100%;
    max-width: 100%;
    order: 1;
  }
  .carpet_wrap .items .text{
    width: 100%;
    max-width: 100%;
    order: 2;
  }
  .carpet_wrap .items .text .title .tt {
    font-size: 3rem;
  }
  .carpet_wrap .items .text .txt {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media (max-width: 767.98px) {
  .carpet_wrap .items .text .title .tt {
    font-size: 2.5rem;
  }
}



.bg1 {
  position: relative;
  background-color: #f8f6f2 !important;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .bg1 {
    margin: 0 !important;
  }
}

.top_tt{
  width: 100%;
  font-size: 3rem;
  font-family: "Arizonia", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 0;
  margin: auto;
}
.top_tt span{
  color: var(--color-point);
  font-weight: 600;
  padding-right: 1rem;
}
@media (max-width: 767.98px) {
  .top_tt{
    font-size: 2.5rem;
    padding: 2rem 0 0 0;
  }
}

/* point */
.carpet_wrap .point_items{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  padding: 0;
  margin: 0;
}
.carpet_wrap .point_items .item{
  width: calc(33.33% - 0.7rem);
  padding: 0;
  margin: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow:
    0 2px 5px rgba(0, 0, 0, 0.1),
    0 5px 5px rgba(0, 0, 0, 0.08);
  transition: all 0.3ss;
}
.carpet_wrap .point_items .pic{
  width: 100%;
  aspect-ratio: 2 / 1.2;
  /* padding: 1.5rem; */
  margin: 0;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s;
}
.carpet_wrap .point_items .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
/* .carpet_wrap .point_items .pic img:hover {
  transform: scale(1.05);
} */
.carpet_wrap .point_items .title{  
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  margin: 0;
  font-size: 1.0rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  /* background-color: rgba(var(--color-point-rgb),1); */
  background-color: rgb(56, 56, 56);
}
.carpet_wrap .point_items .title span{
  /* font-size: 0.95rem; */
  font-weight: 600;
  color: rgb(255, 96, 33);
}
.carpet_wrap .point_items .item:hover img{
  transform: scale(1.1);
}
.carpet_wrap .point_items .item:hover .title{
  background-color: var(--color-point);
}
.carpet_wrap .point_items .item:hover .title span{
  color: #fff;
}
@media (max-width: 991.98px) { 
  .carpet_wrap .point_items .item{
    width: calc(50% - 1rem);
  }
}
@media (max-width: 767.98px) {
  .carpet_wrap .point_items{
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 0rem 5%;
  }
  .carpet_wrap .point_items .item{
    width: 100%;
  }
}


.vod_cont{
  display: flex;
  align-items: flex-end;
  gap: 10%;
  width: 100%;
  max-width:1200px;
  margin:0px auto; 
  padding: 6rem 1rem;
}
.vod_cont .text{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-width: 40%;
}
.vod_cont .text .tt{
  font-family: 'Jost','OneMobileTitle', system-ui, -apple-system, "Noto Sans",  sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.1;
}
.vod_cont .text .tt span{
  font-size: 4rem;
  font-weight: 600;
  color: var(--color-point);
}
.vod_cont .text p{
  padding: 2rem 0 0 0;
  margin: 0;
  font-weight: 600;
	word-break:keep-all;
	word-wrap:break-word;
}
.vod_cont .text ul{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}
.vod_cont .text ul li{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--bs-gray-600);
}
.vod_cont .text ul li span{
  color: var(--color-point);
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 비율 유지 */
  height: 0;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 화면 꽉 채우기 */
}
@media (max-width: 767.98px) {
  .vod_cont{
    flex-direction: column;
    gap: 2rem;
    padding:0;
  }
  .vod_cont .text{
    min-width: 100%;
    gap: 1rem; 
    order: 0;
    padding: 4rem 8% 1rem 8%;
  }
  .vod_cont .text .tt{
    font-size: 2rem;
  }
  .vod_cont .text .tt span{
    font-size: 3rem;
  }
  .vod_cont .text p{
    padding: 1rem 3rem 0 0;
  }
}




/* products */
.prod_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.prod_wrap .pic{
  width: calc(25% - 1rem);
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.1),
    0 12px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3ss;
}
.prod_wrap .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.prod_wrap .pic:hover img{
  transform: scale(1.1);
}
@media (max-width: 991.98px) { 
  .prod_wrap .pic{
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 767.98px) {
  .prod_wrap{
    flex-direction: column;
    padding: 0rem 5%;
  }
  .prod_wrap .pic{
    width: 100%;
  }
}




.cert_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.cert_wrap .pic{
  width: calc(20% - 1rem);
  aspect-ratio: 1 / 1.6;
  margin: 0;
  overflow: hidden;
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.1),
    0 12px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3ss;
}
.cert_wrap .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.cert_wrap .pic:hover img{
  transform: scale(1.1);
}
@media (max-width: 991.98px) { 
  .cert_wrap .pic{
    width: calc(33.33% - 1rem);
  }
}
@media (max-width: 767.98px) {
  .cert_wrap{
    flex-direction: column;
    padding: 0rem 5%;
  }
  .cert_wrap .pic{
    width: calc(50% - 0.5rem);
  }
}





.mt5{
  margin-top: 5rem !important;
}
.pb2{
  padding-bottom: 2rem;
}

.wave-top,
.wave-bottom {
  position: absolute;
  fill: #ffffff;
}

.wave-top { top: -1px; }
.wave-bottom { bottom: -1px; }
