@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;
  }
}


.carbon_wrap{
  display: flex;
  flex-direction: column;
  gap: 6rem;
  width: 100%;
  padding: 0;
  margin: 0;
}

.carbon_wrap .items_full{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 6rem;
  padding: 0;
  margin: 0;
}
.carbon_wrap .items_full .text{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.carbon_wrap .items_full .text .title{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0;
  margin: 0;
}
.carbon_wrap .items_full .text .tt {
  position: relative;  
  font-family: "Arizonia", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  color: var(--color-point);
  letter-spacing: 2px;
  line-height: 0.9;
  padding: 0;
  margin: 0;
}
.carbon_wrap .items_full .text .title .summary {
  font-family:'GmarketSansMedium','OneMobileTitle';
  /* font-weight: 600; */
  font-size: 1.1rem;
  color: rgba(var(--color-point-rgb),0.7);
  line-height: 1.4;
	word-break:keep-all;
	word-wrap:break-word;
}
.carbon_wrap .items_full .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;
}
.carbon_wrap .items{
  width: 100%;
  display: flex;
  justify-content:space-between;
  align-items: flex-end;
  gap: 6rem;
  padding: 0;
  margin: 0;
}
.carbon_wrap .items .pic_full{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.carbon_wrap .items .pic_full img {
  width: 100%;
  transition: all 0.3s;
}
.carbon_wrap .items .pic_full img:hover {
  transform: scale(1.05);
}
.carbon_wrap .items .pic{
  width: 60%;
  max-width: 60%;
  overflow: hidden;
}
.carbon_wrap .items .pic img {
  width: 100%;
  transition: all 0.3s;
}
.carbon_wrap .items .pic img:hover {
  transform: scale(1.05);
}
.carbon_wrap .items .text{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 40%;
  max-width: 40%;
  padding: 0;
  margin: 0;
}
.carbon_wrap .items .text .title{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0;
  margin: 0;
}
.carbon_wrap .items .text .tt {
  position: relative;  
  font-family: "Arizonia", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  color: var(--color-point);
  letter-spacing: 2px;
  line-height: 0.9;
  padding: 0;
  margin: 0;
}
.carbon_wrap .items .text .title .summary {
  font-family:'GmarketSansMedium','OneMobileTitle';
  /* font-weight: 600; */
  font-size: 1.1rem;
  color: rgba(var(--color-point-rgb),0.7);
  line-height: 1.4;
	word-break:keep-all;
	word-wrap:break-word;
}
.carbon_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: 991.98px) { 
  .carbon_wrap .items{
    flex-direction: column;
    gap: 3rem;
    padding: 0 5%;
  }
  .carbon_wrap .items .pic{
    width: 100%;
    max-width: 100%;
    order: 1;
  }
  .carbon_wrap .items .text{
    width: 100%;
    max-width: 100%;
    order: 2;
  }
  .carbon_wrap .items .text .title .tt {
    font-size: 3rem;
  }
  .carbon_wrap .items .text .txt {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media (max-width: 767.98px) {
  .carbon_wrap .items .text .title .tt {
    font-size: 2.5rem;
  }
}



.bg1 {
  position: relative;
  background-color: #f5f5f5 !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: 1rem 0 0 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 */
.carbon_wrap .point_items{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 0.5rem;
  padding: 0;
  margin: 0;
}
.carbon_wrap .point_items .item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  /* width: calc(16.66% - 1rem); */
  width: calc(33.33% - 1rem);
  padding: 0;
  margin: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow:
    0 2px 5px rgba(0, 0, 0, 0.1),
    0 5px 5px rgba(0, 0, 0, 0.08);
  transition: all 0.3ss;
}
.carbon_wrap .point_items .pic{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* aspect-ratio: 1 / 1; */
  padding: 2rem 1rem;
  margin: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.carbon_wrap .point_items .pic img {
  width: 35%;
  object-fit: cover;
  transition: all 0.3s;
}
/* .carbon_wrap .point_items .pic img:hover {
  transform: scale(1.05);
} */
.carbon_wrap .point_items .title{  
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 30%;
  padding: 1rem 1.5rem;
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  word-break:keep-all; 
  word-wrap:break-word;
  /* background-color: rgba(var(--color-point-rgb),1); */
  background-color: rgb(56, 56, 56);
}
.carbon_wrap .point_items .title span{
  /* font-size: 0.95rem; */
  font-weight: 600;
  color: rgb(255, 96, 33);
}
.carbon_wrap .point_items .item:hover img{
  transform: scale(1.1);
}
.carbon_wrap .point_items .item:hover .title{
  background-color: var(--color-point);
}
@media (max-width: 1160px) { 
  .carbon_wrap .point_items .item{
    /* width: calc(25% - 1rem); */
  }
}
@media (max-width: 991.98px) { 
  .carbon_wrap .point_items .item{
    width: calc(50% - 1rem);
  }
  .carbon_wrap .point_items .title{  
    font-size: 0.85rem !important;
  }
}
@media (max-width: 767.98px) {
  .carbon_wrap .point_items{
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0rem 5%;
  }
  .carbon_wrap .point_items .item{
    width: calc(50% - 0.5rem);
  }
  .carbon_wrap .point_items .title{  
    font-size: 0.8rem !important;
    font-weight: 400;
    line-height: 1.2;
    padding: 0.8rem 1rem;
  }
  .carbon_wrap .point_items .pic{
    padding: 1.2rem 1rem;
  }
  .carbon_wrap .point_items .pic img {
    width: 65%;
  }
}



.vs_contain{
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  max-width:1200px;
  margin: 0px auto; 
  padding: 8rem 1rem;
}
.vs_contain .tt_wrap{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.vs_contain .tt{
  display: flex;
  flex-direction: column;
  font-family:'GmarketSansMedium','OneMobileTitle';
  font-size: 2.3rem;
  text-align: center;
}
.vs_contain .tt span{
  font-family: 'Jost','OneMobileTitle', system-ui, -apple-system, "Noto Sans",  sans-serif;
  font-size: 1rem;
  color: var(--bs-gray-600);
}
.vs_contain .txt{
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--bs-gray-700);
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 1.6;
	word-break:keep-all;
	word-wrap:break-word;
}
.vs_wrap{
  position: relative;
  display: flex;
  justify-content: center;
  gap: 2px;
  margin: 0px auto; 
  padding: 0;
  width: 100%;
}
.vs_wrap .opt{
  padding: 0;
  margin: 0;
  background-color: #f5f5f5;
  width: 20%;
}
.vs_wrap .common{
  padding: 0;
  margin: 0;
  background-color: #fff;
  width: 40%;
}
.vs_wrap .jd{
  position: relative;
  padding: 0;
  margin: 0;
  background-color: #fffde2;
  width: 40%;
}
.vs_wrap .jd::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid var(--color-point);
}
.vs_wrap .t{
  width: 100%;
  font-family:'GmarketSansMedium','OneMobileTitle';
  font-size: 1rem;
  text-align: center;
  color: #fff;
  padding: 1rem 4rem;
  background-color: #a1a1a1;
}
.vs_wrap .jd .t{
  background-color: #3d3d3d;
}
.vs_wrap ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.vs_wrap ul li{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  height: 100px;
  padding: 0 2rem;
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: -0.5px;
	word-break:keep-all;
	word-wrap:break-word;
  border-bottom: 1px solid #e4e4e4;
}
.vs_wrap ul li div{
  display: flex;
  gap: 0.2rem;
  line-height: 1.2;
}
.vs_wrap ul li div span{
  font-size: 1rem;
  color: var(--color-point);
}
.vs_wrap .jd ul li{
  font-size: 0.85rem;
  font-weight: 600;
}
.vs_wrap .opt ul li{
  padding: 0 0.5rem;
  text-align: center;
}
@media (max-width: 991.98px) { 
  .vs_contain{
    flex-direction: column;
    gap: 3rem;
    padding: 5rem 5%;
  }
  .vs_contain .tt_wrap{
    padding-left: 2rem;
  }
  .vs_contain .txt br{
    /* display: none; */
  }
  .vs_wrap{
    width: 100%;
  }
  .vs_wrap .opt{
    width: 18%;
  }
  .vs_wrap .common{
    width: 40%;
  }
  .vs_wrap .jd{
    width: 42%;
  }
  .vs_wrap .t{
    padding: 1rem 0.5rem ;
  }
}
@media (max-width: 767.98px) {
  .vs_contain{
    padding: 4rem 0.5rem;
  }
  .vs_wrap{
    padding: 0;
  }
  .vs_wrap ul li{
    padding: 0 7px;
    font-size: 0.8rem;
  }
  .vs_wrap .opt{
    width: 18%;
  }
  .vs_wrap .common{
    width: 40%;
  }
  .vs_wrap .jd{
    width: 42%;
  }
  .vs_wrap .jd ul li{
    padding: 0 10px;
  }
  .vs_wrap .t{
    font-size: 0.75rem;
    padding: 1rem 0.5rem ;
  }
}


/* products */
.prod_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.prod_wrap .pic{
  width: calc(50% - 1rem);
  aspect-ratio: 6 / 4;
  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.3s;
}
.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: 767.98px) {
  .prod_wrap{
    flex-direction: column;
    padding: 0rem 5%;
  }
  .prod_wrap .pic{
    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 0 0 0;
  }
}



.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; }
