@charset "UTF-8";

/* Brity Automation 페이지 전용 스타일 */

body.style2024 #sub_wrapper .quick-menu {
  position: fixed;
  bottom: 60px;
  right: 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  z-index: 99;
}

body.style2024 #sub_wrapper .quick-menu a {
  display: inline-block;
}

body.style2024 #sub_wrapper .quick-menu img {
  width: 84px;
  height: auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

body.style2024 #sub_wrapper .quick-menu img:hover {
  transform: scale(1.1);
}

body.style2024 #sub_contents .contents_title .tit .txt {
  font-weight: 300;
  line-height: 30px;
}

/* 4칸 아이콘 박스 레이아웃 */
body.style2024 .box-list-area.box-list-4col {
  width: 100%;
  padding: 0 3.125rem;
  margin-bottom: 60px;
}

body.style2024 .box-list-area.box-list-4col .list {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

body.style2024 .box-list-area.box-list-4col .list .item {
  flex: 0 0 calc(25% - 1rem);
  max-width: 280px;
  min-width: 240px;
}

body.style2024 .box-list-area.box-list-4col .icon-img img {
  height: 92px;
  width: auto;
  object-fit: contain;
}

body.style2024 .box-desc-area {
  display: block;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
  text-align: center;
  margin: 2rem auto;
  max-width: 900px !important;
}

/* 하이퍼오토메이션 다이어그램 */
body.style2024 .brity-diagram {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}

body.style2024 .brity-diagram img {
  max-width: 100%;
  height: auto;
}

body.style2024 .brity-diagram.only-mo img {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* 회색 배경 박스 제한 */
body.style2024 .conts-box-area.bgcolor01 {
  /* max-width: 1400px; */
  margin-left: auto;
  margin-right: auto;
}

body.style2024 .brity-diagram.only-mo {
  display: none;
}

@media all and (max-width: 767px) {
  body.style2024 .brity-diagram.only-pc {
    display: none !important;
  }

  body.style2024 .brity-diagram.only-mo {
    display: block !important;
  }
}

@media all and (min-width: 768px) {
  body.style2024 .brity-diagram.only-pc {
    display: block !important;
  }

  body.style2024 .brity-diagram.only-mo {
    display: none !important;
  }
}

/* 태블릿 ~ 1100px */
@media all and (max-width: 1100px) {
  body.style2024 .box-list-area.box-list-4col {
    padding: 0 1.875rem;
  }

  body.style2024 .box-list-area.box-list-4col .list .item {
    flex: 0 0 calc(50% - 0.625rem);
    max-width: none;
    min-width: 0;
  }

  body.style2024 .box-list-area.box-list-4col .icon-img img {
    height: 80px;
  }
}

/* 모바일 ~ 767px */
@media all and (max-width: 767px) {
  body.style2024 .box-list-area.box-list-4col .icon-img img {
    height: 70px;
  }

  body.style2024 .box-list-area.box-list-4col .icon-text .txt {
    font-size: 1.125rem;
  }
}

.custom-brity-title {
  color: #fff !important;
  text-align: left !important;
  margin: 0.8rem 0 !important;
}

.custom-brity-desc {
  color: #fff !important;
  text-align: left !important;
  margin: 0 !important;
}

/* Brity 제품 탭 - 최상단 */
.brity-product-tabs {
  background: transparent;
  border-bottom: none;
  padding: 0.5rem 3.125rem 0.5rem;
}

.brity-product-tabs .tabs-container {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.brity-product-tabs .product-tab {
  padding: 12px 35px;
  color: #666;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: all 0.3s;
  cursor: pointer;
}

.brity-product-tabs .product-tab:hover {
  background: #e8e8e8;
  border-color: #ccc;
  color: #333;
}

.brity-product-tabs .product-tab.active {
  color: #fff;
  background: #00b8a9;
  border-color: #00b8a9;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  .brity-product-tabs .product-tab {
    flex: 1;
    text-align: center;
    padding: 10px 20px;
    font-size: 13px;
  }
}

/* 콘텐츠 제목의 초록색 바 제거 */
body.style2024 .page-rpa #sub_contents .contents_title .tit:before {
  display: none;
}
