.alsman-spec-section {
  background: #fff;
}
.alsman-spec-section .alsman-spec-flex {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding-top: 60px;
}
.alsman-spec-section .alsman-spec-images {
  flex: 0 0 33.33%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.alsman-spec-section .alsman-spec-img-wrap {
  width: 100%;
  height: auto;
  border-radius: var(--button-radius);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alsman-spec-section .alsman-spec-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.alsman-spec-section .alsman-spec-content {
  flex: 1 1 0;
  min-width: 0;
}
.alsman-spec-section .alsman-spec-title {
  font-size:clamp(22px, 2.5vw, 48px);
  font-weight: 700;
  color: var(--title-text-color);
  margin-bottom: 32px;
}
.alsman-spec-section .alsman-spec-table-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
}
.alsman-spec-section .alsman-spec-table-block {
  min-width: 260px;
  flex: 1 1 45%;
  max-width: 48%;
  margin-bottom: 16px;
}
.alsman-spec-section .alsman-spec-table-title {
  font-size:clamp(18px, 1.6vw, 30px);
  font-weight: 700;
  color: var(--title-text-color);padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 0;
  border-bottom: 1px solid #C6C6C6;
}
.alsman-spec-section .alsman-spec-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: var(--button-radius);
  overflow: hidden;
}
.alsman-spec-section table {
  width: 100%;
  border-collapse: collapse;
  border-radius: var(--button-radius);
  overflow: hidden;
}
.alsman-spec-section .alsman-spec-table td {
  padding: 10px 0;
  font-size: 18px;
  color: var(--text-color);
  white-space: break-spaces;
}

table tr td{font-size:18px;}
table tr td:nth-child(1){text-align:left;padding:10px 0;color: var(--text-color);white-space:break-spaces;width: 50%;}
table tr td:nth-child(2){text-align:right;}
.alsman-spec-section .alsman-spec-table tr:last-child td {
  border-bottom: none;
}
.alsman-spec-section .alsman-spec-key {
  font-weight: 500;
  color: var(--text-color);
  width: 50%;
}
.alsman-spec-section .alsman-spec-value {
  text-align: right;
  color: var(--text-color);
  width: 50%;
}
/* åº•éƒ¨å›¾æ ‡è¯´æ˜Ž */
.alsman-spec-section .alsman-spec-icons{padding:60px 0;}

.alsman-spec-section .alsman-spec-icons-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 4px;
}

.alsman-spec-section .alsman-spec-icon-item {
  flex: 1 1 0;
  min-width: 100px;
}
.alsman-spec-section .alsman-spec-icon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1500px) {

  .alsman-spec-section .alsman-spec-table td {
    font-size: 16px;
  }
  .alsman-spec-section .alsman-spec-table td {
    white-space: normal;
  }
}

@media screen and (max-width:1441px) {

table tr td{font-size:17px;}
table tr td:nth-child(1){padding:8px 0;font-size:17px;}


}



@media (max-width: 1280px) {

  .alsman-spec-section .alsman-spec-table td {
    font-size: 18px;
  }
  .alsman-spec-section .alsman-spec-table td {
    white-space: normal;
  }
  .alsman-spec-section .alsman-spec-flex {
    flex-direction: column;
    gap: 32px;
  }
  .alsman-spec-section .alsman-spec-images {
    flex-direction: row;
    gap: 16px;
  }
  .alsman-spec-section .alsman-spec-table-block {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .alsman-spec-section .alsman-spec-title {
    font-size: 30px;
  }
  .alsman-spec-section .alsman-spec-icons-list {
    flex-wrap: wrap;
    gap: 8px;
  }
  .alsman-spec-section .alsman-spec-icon-item {
    min-width: 135px;
  }
  .alsman-spec-section .alsman-spec-table td {
    font-size: 16px;
  }
}

@media (max-width: 768px) {

  .alsman-spec-section .alsman-spec-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
.alsman-spec-section .alsman-spec-table-list {display:block;}
  
 .alsman-spec-section .alsman-spec-content{width:100%;} 
  
.alsman-spec-section .alsman-spec-flex{padding-top:30px;} 

table tr td{font-size:16px;}
table tr td:nth-child(1){padding:6px 0;font-size:16px;line-height:1.2;}

.alsman-spec-section .alsman-spec-icons{padding:30px 0;}


.alsman-spec-section .alsman-spec-table-block {margin-bottom: 20px;}


  .alsman-spec-section .alsman-spec-table td {
    font-size: 14px;
  }
  .alsman-spec-section .alsman-spec-icons-list {
    gap: 0;
  }
  .alsman-spec-section .alsman-spec-icon-item {
    min-width: 25%;
  }
}

@media screen and (max-width:480px) {
table tr td{font-size:15px;}
table tr td:nth-child(1){padding:5px 0;font-size:15px;}

}	






