.smartlock-model-list {
  padding-top: 95px;
  background: #fff;
}
.smartlock-model-list > .container {
  width: 90%;
  max-width: 1100px;
  margin: 80px auto;
}
.smartlock-model-list > .container > .section:not(:last-child) {
  margin-bottom: 64px;
}

.introduction-area > .title {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 48px;
}
.introduction-area > .text {
  font-size: 16px;
  line-height: 32px;
}

.smartlock-model > .title {
  margin-bottom: 48px;
  font-size: 24px;
}
.model-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 64px 40px;
}
.model-list > .item {
  position: relative;
  width: calc(50% - 24px);
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.model-list > .item > .label {
  position: absolute;
  top: -24px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  padding: 12px 40px;
  background: #112957;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  white-space: nowrap;
}
.model-list > .item > .main {
  display: flex;
  align-items: center;
  padding: 12%;
  background: #efefef;
}
.model-list > .item > .main > .info > .title {
  font-size: 22px;
}
.model-list > .item > .main > .info > .link {
  display: block;
  transition: 0.3s;
  color: #0050A0;
  font-size: 14px;
}
.model-list > .item > .main > .info > .link:hover {
  opacity: 0.7;
}
.model-list > .item > .main > .info > .link:after {
  display: inline-block;
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url("../../images/lp/icon/link-blue.svg") no-repeat;
  vertical-align: middle;
}
.model-list > .item > .main > .imgcontent {
  width: auto;
  height: 140px;
  margin-left: auto;
}
.model-list > .item > .main > .imgcontent > .img {
  width: auto;
  height: 100%;
}
.model-list > .item > .desc {
  padding: 32px;
}
.model-list > .item > .desc > .text {
  font-size: 15px;
}
.model-list > .item > .desc > .note {
  margin-top: 12px;
}
.model-list > .item > .desc > .note > .text {
  font-size: 13px;
  line-height: 22px;
}
.model-list > .item > .desc > .links {
  margin-top: 16px;
}
.model-list > .item > .desc > .links > .item > .link {
  display: flex;
  align-items: center;
  transition: 0.3s;
  color: #0050A0;
  font-size: 14px;
}
.model-list > .item > .desc > .links > .item > .link:hover {
  opacity: 0.7;
}
.model-list > .item > .desc > .links > .item > .link:after {
  display: inline-block;
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url("../../images/lp/icon/link-blue.svg") no-repeat;
  vertical-align: middle;
}
.model-list > .item > .desc > .app {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.model-list > .item > .desc > .app > .item {
  height: 40px;
}
.model-list > .item > .desc > .app > .item > .link > .img {
  width: auto;
  height: 100%;
}
.model-list > .item > .desc > .app > .item:first-child {
  margin-right: 12px;
}


.function-comparison-table > .title {
  margin-bottom: 32px;
  font-size: 24px;
}

.table-wrap {
  width: 100%;
  white-space: nowrap;
}
.table-wrap > .table {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}
.table-wrap > .table > .head > .row > .cell {
  padding: 16px;
  background: #1C5BAC;
  border: 1px solid #e6e6e6;
  color: #fff;
  font-size: 15px;
}
.table-wrap > .table > .head > .row > .cell.-label {
  width: 242px;
}
.table-wrap > .table > .body > .row > .cell:not(.-label) {
  width: 282px;
}
.table-wrap > .table > .body > .row > .cell {
  padding: 16px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
}
.table-wrap > .table > .body > .row > .cell.-label {
  background: #f4f4f4;
  font-weight: bold;
}
.table-wrap > .table > .body > .row > .cell:not(.-label) {
  text-align: center;
}

.footer-area > .container > .sub > .license {
  display: none;
}

@media screen and (max-width: 1024px) {
  .smartlock-model-list {
    padding-top: 46px;
  }
  .model-list {
    gap: 48px 24px;
  }
  .model-list > .item {
    width: calc(50% - 12px);
  }
  .model-list > .item > .main > .imgcontent {
    height: 100px;
  }
  .model-list > .item > .main {
    padding: 12% 10%;
  }
}

@media screen and (max-width: 768px) {
  .smartlock-model-list > .container {
    width: 100%;
    margin: 64px auto;
    padding: 0 16px;
  }

  .introduction-area > .title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 36px;
  }
  .introduction-area > .text {
    font-size: 14px;
    line-height: 28px;
  }

  .smartlock-model-list > .container > .section:not(:last-child) {
    margin-bottom: 40px;
  }
  .smartlock-model > .title {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .model-list {
    flex-direction: column;
    gap: 48px 0;
  }
  .model-list > .item {
    width: 100%;
  }
  .model-list > .item > .main {
    display: flex;
    align-items: center;
    padding: 40px 32px;
    background: #efefef;
  }
  .model-list > .item > .main > .info {
    margin-right: 12px;
  }
  .model-list > .item > .main > .info > .link {
    line-height: 20px;
  }
  .model-list > .item > .main > .info > .link:after {
    display: inline-block;
    margin-left: 2px;
  }
  .model-list > .item > .main > .imgcontent {
    height: 80px;
  }
  .model-list > .item > .main > .info > .title {
    font-size: 18px;
  }
  .model-list > .item > .desc {
    padding: 24px 20px;
  }
  .model-list > .item > .desc > .text {
    font-size: 14px;
  }
  .model-list > .item > .desc > .links > .item > .link {
    display: block;
    line-height: 20px;
  }
  .model-list > .item > .desc > .links > .item:not(:last-child) > .link {
    margin-bottom: 4px;
  }
  .model-list > .item > .desc > .links > .item > .link:after {
    margin-left: 2px;
  }

  .function-comparison-table > .title {
    margin-bottom: 24px;
    font-size: 20px;
  }
  .table-wrap {
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .table-wrap::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 5px;
    background-color: rgba(0,0,0,.2);
  }
  .table-wrap::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.3);
  }
  .table-wrap > .table > .head > .row > .cell {
    font-size: 14px;
  }
  .table-wrap > .table > .body > .row > .cell {
    font-size: 13px;
  }
  
}