* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: "Pretendard Variable", sans-serif;
  height: 100vh;
  overflow-y: auto;
  overflow-x: auto;
  -ms-overflow-style: none;    /* IE, Edge */
  scrollbar-width: none;       /* Firefox */
}

body::-webkit-scrollbar:vertical { /* Chrome, Safari */
  display: none;
}

.container {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
    width: clamp(266px, 13.8vw, 354px);
  padding-top: 55px;
  padding-bottom: 50px;
  padding-left: clamp(20px, 1.04vw, 40px);
  padding-right: clamp(20px, 1.04vw, 40px);
  background-color: #e6f0ff;
  box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.25);
}

.logo-box {
  display: flex;
  justify-content: center;
  width: 100%;
}

.logo-box img {
  width: 100%;
  max-width: 250px;
  /*width: clamp(210px, 9.52vw, 220px);*/
  object-fit: contain;
}

.line {
  width: 100%;
  max-width: 274.5px;
  height: 1px;
  background-color: #c2c2c2;
  margin-top: 20px;
}

.menu-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 274.5px;
  margin-top: 30px;
  background-color: transparent;
}

.menu-row {
  flex-wrap: nowrap;
  display: flex;
  width: 100%;
  gap: 10px;
}

.menu-item {
  flex: 1 1 auto;
  flex-shrink: 0;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 12px 10px 12px 0;
  padding-left: clamp(7px, 0.43vw, 10px);
  gap: 10px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #184693;
  box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}

.menu-item span {
  font-size: clamp(13px, 0.67vw, 15px);
  font-weight: 500;
}

.aiot {
  /*max-width: 150px;
  min-width: 85px;*/
}

.smart {
  /*flex: 1;
  max-width: 180px;*/
  background-color: #186a93;
}

.platform {
  /*max-width: 200px;
  min-width: 125px;*/
  background-color: #186a93;
}

.edge {
  /*flex: 1;
  max-width: 130px;*/
}

.monitoring {
  width: 100%;
}

.menu-icon {
  width: 18px;
  height: 18px;
}

.spacer {
  width: 100%;
  max-width: 274.5px;
  margin-top: 200px;
}

.img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 274.5px;
  margin-top: auto;
}

.img-box img {
  width: 85%;
  max-width: 250px;
  /*width: clamp(210px, 9.52vw, 220px);*/
  object-fit: contain;
}

.mobile-logo {
  display: none;
}

.content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 65px 50px;
}

.content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 98%;
}

.long-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 40px 0;
  padding-left: clamp(30px, 2.16vw, 50px);
  padding-right: clamp(30px, 2.16vw, 50px);
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  background-color: #f0f9fd;
}

.title-box {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 13px;
}

.bigcheck {
  width: clamp(30px, 2.07vw, 32px);
  height: clamp(30px, 2.07vw, 32px);
}

.long-title {
  font-size: clamp(23px, 1.19vw, 25px);
  font-weight: 700;
  color: #1e1e1e;
}

.long-content {
  padding-left: 35px;
  padding-right: 10px;
  font-size: clamp(17px, 0.88vw, 19px);
  font-weight: 400;
  color: rgba(30, 30, 30, 0.6);
}

.long-content li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.long-content li:last-child {
  margin-bottom: 0;
}

.small-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: clamp(30px, 1.73vw, 40px);
  gap: 40px;
}

.small {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 23px 0;
  padding-left: clamp(30px, 2.16vw, 50px);
  padding-right: clamp(30px, 2.16vw, 50px);
  border-radius: 12px;
  background-color: #f0f9fd;
  border: 1px solid #e2e2e2;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
}

.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  width: clamp(100px, 5.19vw, 120px);
  height: clamp(100px, 5.19vw, 120px);
  border-radius: 50%;
  background-color: #e2e2e2;
}

.baronm2m-icon,
.ecobaron-icon,
.withbaron-icon {
  width: 75%;
  height: 75%;
}

.baroneye-icon {
  width: 65%;
  height: 65%;
}

.baronm2m-icon {
  margin-right: 10px;
}

.small-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: clamp(15px, 1.16vw, 30px);
  margin-right: 10px;
  font-size: clamp(13.5px, 0.7vw, 16px);
  font-weight: 400;
  color: #1e1e1e;
}

.small-title {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: clamp(17px, 0.88vw, 19px);
  font-weight: 800;
}

.smallcheck {
  width: clamp(15px, 0.73vw, 17px);
  height: clamp(15px, 0.73vw, 17px);
  margin-right: 10px;
  vertical-align: middle;
}
 
/* .Smallcheck {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: linear-gradient(135deg, #82CAFF, #0080FF);
  margin-right: 6px;
  vertical-align: middle;
}

.check-icon {
  width: 50%;
  height: 50%;
  display: block;
  filter: invert(1) brightness(2);
} */

/* .check-icon::after {
  content: '';
  position: absolute;
  top: 3.5px;
  left: 5.5px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-radius: 1px;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) scale(0.9);
  transform-origin: center;
} */

.small-content p {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.small-content p:last-child {
  margin-bottom: 0;
}

.small a {
  display: flex;
  align-self: flex-end;
  text-decoration: none;
}

.go-button {
  justify-content: center;
  width: clamp(90px, 5.41vw, 125px);
  height: clamp(35px, 1.86vw, 43px);
  padding: 0 10px;
  padding-top: clamp(8px, 0.38vw, 9px);
  padding-bottom: clamp(8px, 0.38vw, 9px);
  margin-bottom: 9px;
  font-size: clamp(17px, 0.88vw, 19px);
  font-weight: 500;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  background: linear-gradient(180deg, #4047cf 0%, #2129cb 100%);
}

.go-button:hover {
  cursor: pointer;
}

.information-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 68%;
  margin-top: 55px;
  gap: 5px;
  background-color: transparent;
}

.information-box::before {
  content: "";
  position: absolute;
  top: 13px;
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
}

.label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 55px;
  height: auto;
  padding: 3px 6px;
  border-radius: 10px;
  font-size: clamp(17px, 0.88vw, 19px);
  font-weight: 500;
  color: #000000;
  background-color: #E2E2E2;
}

.phone {
  font-size: clamp(17px, 0.88vw, 19px);
  font-weight: 500;
  color: #1e1e1e;
}

.video-popup {
  z-index: 1;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.video-content {
  position: relative;
  margin: 200px auto;
  max-width: 1000px;
  border-radius: 5px;
  overflow: hidden;
}

.video-content video {
  width: 100%;
  height: auto;
  display: block;
}

.close-button {
  z-index: 2;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

@media (max-width: 1920px) {
  .sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* .small-title,
  .small-content p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  @supports not (-webkit-line-clamp: 1) {
    .small-title,
    .small-content p {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  } */
}

@media (max-width: 1520px) {
  .icon-circle {
    display: none;
  }
}

@media (max-width: 1440px) {
  .sidebar {
    width: clamp(254px, 18.47vw, 266px);
  }

  .go-button {
    margin-bottom: 0;
  }
}

@media (max-width: 1290px) {
  .small-box {
    flex-direction: column;
    align-items: stretch;
  }

  .icon-circle {
    display: flex;
  }
}

/* 태블릿 스타일 */
@media (max-width: 1023px) {
  .sidebar {
    min-width: 254px;
  }

  .content-box {
    /* min-width: 539px; */
  }

  .small {
    width: 100%;
  }
}

@media (max-width: 904px) {
  .mobile-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mobile-logo img {
    width: 230px;
    object-fit: contain;
  }

  .sidebar {
    display: none;
  }
}

/* 모바일 스타일 */
@media (max-width: 767px) {
}

@media (max-width: 650px) {
  .icon-circle {
    display: none;
  }
}

@media (max-width: 548px) {
  .mobile-logo {
    margin-bottom: 30px;
  }

  .mobile-logo img{
    width: 190px;
  }
  
  .content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bigcheck {
    width: 25px;
    height: 25px;
  }

  .long-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .long-title {
    font-size: 20px;
  }

  .long-content {
    font-size: 14px;
  }

  .small-title {
    font-size: 14px;
  }

  .small-content {
    font-size: 11px;
  }

  .smallcheck {
    width: 12px;
    height: 12px;
  }

  .small {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .small a {
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
    margin-top: 10px;
    width: 100%;
  }

  .go-button {
    width: 70px;
    height: 30px;
    font-size: 14px;
    padding: 0;
  }

  .close-button {
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    font-size: 24px;
    line-height: 28px;
  }
}