@charset "UTF-8";

.product-visual {
  display:flex;
  align-items: center;
  justify-content: center;
  height:400px;
	padding: 40px;
	text-align: center;
	background: url('../images/product/visual.png') center / cover no-repeat;
}
.product-visual-title {
  color:#fff;
	font-size: 44px;
	font-weight: 600;
  line-height: 128%;
}
.product-visual-desc {
  color:#fff;
	font-size: 24px;
  font-weight: 400;
  line-height:140%;
  margin-top:14px;
}



.product-features-list {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin-top:60px;
}

.product-features-list li {
  width: 33.3%;
	text-align: center;
  padding:0 10px;
}

.product-features-list .feature-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 16px;
}

.product-features-list .feature-icon img {
	max-width: 100%;
	max-height: 100%;
}

.product-features-list .feature-title {
  color:#000;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
  line-height:100%;
}

.product-features-list .feature-desc {
  opacity: 0.8;
	color: #000;
	font-size: 20px;
  font-weight: 400;
  line-height: 128%;
  margin-top:16px;
}

/* Experience Section */
.product-experience {
	padding-top:183px;
	text-align: center;
}

.product-experience .section-title {
  color:#000;
	font-size: 60px;
	font-weight: 600;
	line-height: 128%;
}

/* Platform Section */
.product-platform {
	margin-top:160px;
	text-align: center;
}

.product-platform .section-title {
  color:#000;
	font-size: 36px;
	font-weight: 700;
  line-height:100%;
}

.product-platform .section-desc {
  opacity: 0.8;
	color: #000;
	font-size: 20px;
  font-weight: 400;
	line-height: 128%;
  margin-top:24px;
}

.platform-icons {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin-top:80px;
}

.platform-icons li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.platform-icons .icon {
  display: block;
  margin-bottom:24px;
}

.platform-icons .icon img {
}

.platform-icons .name {
  color:#000;
	font-size: 22px;
	font-weight: 600;
  line-height:100%;
}

.product-card-list {
  margin-top:120px;  
}

.product-card-list .container {
  max-width:1360px;
}

.product-card {
  padding:60px;
  margin-bottom:60px;
  border-radius: 24px;
  background-color: #000;
}

.card-head {
  position:relative;
  display: flex;
  align-items: center;
}

.card-head .card-icon {
  width:80px;
  height:80px;
  padding:16px;
  border-radius: 50%;
  background-color: #fff;
}

.card-head .card-title {
  padding-left:20px;
}
.card-head .card-title .tit {
  color:#fff;
  font-size:48px;
  font-weight: 600;
  line-height:100%;
}
.card-head .card-title .desc {
  opacity: 0.8;
  color:#fff;
  font-size:20px;
  font-weight: 400;
  line-height:100%;
  margin-top:8px;
}

.card-head .btn-view a {
  position:absolute; 
  right:0;
  top:50%;
  color:#F3CB00;
  font-size:14px;
  font-weight: 700;
  line-height:24px;
  padding-right:32px;
  background:url('../images/product/icon_view.svg') right center no-repeat;
}

.card-contents {
  color:#fff;
  font-size:22px;
  font-weight: 400;
  line-height:180%;
  margin-top:40px;
  padding-top:38px;
  border-top: 1px solid rgba(255,255,255,0.2);
}
.card-contents.ai {padding-top:0}

.card-contents dl {
  display: flex;
  align-items: center;
  border-top:1px dashed rgba(255,255,255,0.2);
  border-image: repeating-linear-gradient(
    to right,
    #333 0 5px,     
    transparent 5px 10px 
  ) 1;
}
.card-contents dl:first-child {
  border-top:0;
}
.card-contents dl dt {
  width:10%;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.card-contents dl dd {
  width:30%;
  font-size:14px;
  padding:30px 10px;
  text-align: center;
}

.card-contents dl dd .box-yellow {
  display:inline-flex;
  align-items: center;
  justify-content: center;  
  min-height:58px;
  color:#000;
  font-size:12px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  padding:0 16px;
  border-radius: 12px;
  background-color: #FFFEE7;
}

.card-contents dl dd .box-gray {
  display:inline-flex;
  align-items: center;
  justify-content: center;
  color:#000;
  font-size:12px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  padding:8px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.60);
  backdrop-filter: blur(20px);
}

.card-contents dl dd .diagram {
  position: relative;
}
.card-contents dl dd .diagram .box-area {
  position:absolute; 
  left:50%; 
  top:10px;
  text-align: left;
}
.card-contents dl dd .diagram .box-area .box-gray {
  margin-top:8px;
}

/* Comparison Table */
.comparison {
  margin-top: 200px;
  padding-bottom: 80px;
}

.comparison .container {
  max-width:1360px;
}

.comparison .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.comparison .section-title {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
}

.comparison-table {
  border-top: 3px solid #F3CB00;
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table thead th {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  vertical-align: middle;
  padding: 24px 20px;
  border-bottom: 1px solid #E5E5E5;
}

.comparison-table thead th:first-child {
  width: 20%;
}

.comparison-table thead th:nth-child(2) {
  width: 30%;
}

.comparison-table thead th:nth-child(3) {
  width: 50%;
}

.comparison-table tbody td {
  color: rgba(0,0,0,0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  padding: 28px 20px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #E5E5E5;
}

/* Product Detail Page */
.product-detail-page {
  padding-bottom:160px;
}
.product-detail-page .title-area {
  padding-top: 60px;
}

.product-detail-page .title-area .sub-desc {
  font-size: 24px;
  margin-top:24px;
}
.product-detail-visual {
  width: 100%;
  text-align: center;
}

.product-detail-visual img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* Features Section */
.features-section {
  padding: 120px 0;
}

.features-section .section-title {
  color: #000;
  font-size: 44px;
  font-weight: 600;
  line-height: 128%;
  text-align: center;
  margin-bottom: 60px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 80px;
}

.feature-item {
  display: flex;
  gap: 24px;
}

.feature-num {
  opacity: 0.16;
  flex-shrink: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  color: #000;
}

.feature-content {
  flex: 1;
}

.feature-content .feature-title {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 128%;
  margin-bottom: 24px;
}

.feature-content .feature-desc {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

/* Service Features Section */
.service-features-section {
}

.service-features-section .section-title {
  color: #000;
  font-size: 44px;
  font-weight: 600;
  line-height: 128%;
  text-align: center;
  margin-bottom: 60px;
}

.service-category {
  margin-bottom: 80px;
}

.service-category:last-child {
  margin-bottom: 0;
}

.category-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  padding-bottom: 16px;
  border-bottom: 2px solid #F3CB00;
  margin-bottom: 0;
}

.service-table {
  width: 100%;
  border-collapse: collapse;
}

.service-table tr {
  border-bottom: 1px solid #E0E0E0;
}

.service-table th {
  position: relative;
  width: 260px;
  min-width: 260px;
  max-width: 260px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-align: left;
  padding: 20px 24px;
  word-break: break-all;
}

.service-table td {
  color: rgba(0, 0, 0, 0.56);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  padding: 20px 24px 20px 0;
}

.service-table td span {
  display: inline-block;
  width:100%;
  padding-left:20px;
  border-left:1px solid #E0E0E0;
}



@media (max-width: 1000px) {
  .product-visual {
    background: url('../images/product/visual_m.png') center / cover no-repeat;
  }
  .product-visual-title {
      font-size: 28px;
      font-weight: 700;
      line-height:128%;
  }
  .product-visual-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }
  .product-features-list {
    flex-direction: column;
  }
  .product-features-list li {
    width: 100%;
  }
  .product-features-list li + li {
    margin-top:60px;
  }

  .product-features-list .feature-title {
    font-size:20px;
  }
  .product-features-list .feature-desc {
    font-size:14px;
  }

  .product-experience{    
    display:none;
    padding-top:80px;
  }
  .product-experience .section-title {
    font-size:30px;
  }
  .product-platform{
    font-size:24px;
    line-height:128%;
    margin-top:80px;
  }
  .product-platform .section-desc {
    font-size:14px; 
    margin-top:16px;
    padding:0 10%;
  }
  .product-platform .section-title {
    font-size: 24px;
  }
  .platform-icons {
    gap:0;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap:nowrap;
    margin:40px -16px 0;
    padding:0 16px;
  }
  .platform-icons li {
    min-width:88px;
  }
  .platform-icons .icon {    
    width:48px;
  }
  .platform-icons .name {
    font-size: 16px;
  }
  .product-card {
    padding:24px;
    margin-bottom:16px;
  }
  .card-head .card-icon {
    flex-shrink: 0;
  }
  .card-head .card-title .tit {
    font-size: 24px;
  }
  .card-head .card-title .desc {
    font-size: 16px;
  }
  .card-contents {
    font-size:16px; 
    line-height:140%;
    margin-top:24px;
    padding-top:24px;
  }
  .product-card .btn-view {    
    width:100%;
    text-align: center;
    margin-top:24px;
  }
  .product-card .btn-view a {
    color:#F3CB00;
    font-size:14px;
    font-weight: 700;
    line-height:100%;    
    padding:10px 32px 10px 0;    
    background:url('../images/product/icon_view.svg') right center no-repeat;
  }
  .product-card-list {
    margin-top:40px;
  }
  .card-contents dl {
    flex-direction: column;
    align-items: normal;
    padding:24px 0 32px;
  }
  .card-contents dl dt {
    width: 100%;
  }
  .card-contents dl dd {
    width: 100%;
    padding:24px 0 0;
  }
  .card-contents dl:nth-child(2) dd {
    padding:16px 0 0;
  }
  .card-contents dl dd .box-gray {
    margin:5px 0;
    border-radius: 8px;
  }
  .comparison {
    margin-top:80px;
    padding-bottom:40px;
  }

  .comparison .section-header {
    margin-bottom:20px;
  }
  .comparison .section-title {
    font-size: 24px;
  }
  .comparison-table thead th {
    font-size:16px;
    padding:16px 10px;
  }
  .comparison-table tbody td {
    padding:16px;
  }

  /* Product Detail Page - Mobile */
  .product-detail-page {
    padding-bottom:40px;
  }
  .product-detail-page .title-area {
    padding-top: 40px;
  }

  .product-detail-page .title-area .sub-desc {
    font-size:14px;
  }

  /* Features Section - Mobile */
  .features-section {
    padding: 40px 24px;
  }

  .features-section .section-title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .feature-item {
    flex-direction: column;
    gap:12px;
  }

  .feature-num {
    font-size: 22px;
  }

  .feature-content .feature-title {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .feature-content .feature-desc {
    font-size: 16px;
    line-height: 140%;
  }

  .feature-content .feature-desc br {
    display: none;
  }

  /* Service Features Section - Mobile */
  .service-features-section {
    padding: 40px 0;
  }

  .service-features-section .section-title {
    font-size: 28px;
    margin-bottom: 4px;
  }

  .service-category {
    margin-bottom: 24px;
  }

  .category-title {
    font-size: 20px;
    padding: 16px 0;
  }

  .service-table th {
    font-size: 14px;
    padding: 20px 12px;
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    word-break: break-all;
    vertical-align: middle;
  }

  .service-table td {
    font-size: 14px;
    line-height:128%;
    padding: 20px 12px 20px 0;
    vertical-align: middle;
  }

}