body {
      font-family: 'Arial', sans-serif;
      background-color: #f9f9f9;
      margin: 0;
      padding: 20px;
    }

.w-67 {
    width: 67%;
}

.bkcard-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.card {
  background: white;
  border-radius: 10px;
  border: 1px dashed #ccc;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.card h2 {
  font-size: 1.4em;
  margin: 0 0 15px;
  padding: 10px;
  border-radius: 8px;
  color: white;
}

.chip h2, .automotive h2 {
  background-color: #153c47;
}

.device h2, .certification h2 {
  background-color: #670d0d;
}

.card-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.card-content {
  flex: 1;
}

ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.icon {
  flex-shrink: 0;
  margin-top: 10px; /* 아이콘 아래로 조금 내림 */
}

.icon img {
  width: 60px;
  height: auto;
  opacity: 0.85;
}


.py-5{padding-top:3rem !important;padding-bottom:3rem !important}

/*** bka right-image table ***/
.section {
      max-width: 1200px;
      margin: 50px auto;
      padding: 0 20px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
}

.left {
  flex: 1 1 600px;
}

.right {
  flex: 1 1 400px;
  text-align: center;
}
.right.product-image {
    height: 300px; /* 원하는 최대 높이 */
    display: flex;
    align-items: center;
    justify-content: center;
}

.right.product-image img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}
 .description {
      margin: 10px 0 30px 0;
    }

    .features {
      background-color: #103c45;
      color: #fff;
      padding: 12px 20px;
      border-radius: 20px;
      font-weight: bold;
      display: inline-block;
      margin-bottom: 15px;
    }

    ul.feature-list {
      list-style: none;
      padding-left: 1rem;
      margin: 0;
    }

    ul.feature-list li::before {
      content: "▪ ";
      color: #555;
      margin-right: 6px;
    }

    .product-image img {
      max-width: 100%;
      height: auto;
    }

    @media (max-width: 768px) {
      .section {
        flex-direction: column;
        text-align: center;
      }

      .left, .right {
        flex: 1 1 100%;
      }

      .left {
        text-align: left;
      }
    }
/*** bka end ***/	

.bktitle-box {
      background-color: #700000;
      color: #fff;
      padding: 10px 20px;
      font-weight: bold;
      font-size: 30px;
       display: block; /* inline-block → block */
      border-radius: 6px;
      margin-bottom: 10px;
	  width: 100%; /* 또는 원하는 px 값 */
    }
	
/*** Products ***/
.product-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.product-item .product-text {
    background: var(--light);
    transition: .5s;
}

.product-item:hover .product-text {
    background: rgba(0, 0, 0, .7);
}

.product-item * {
    transition: .5;
}

.product-item:hover * {
    color: #FFFFFF;
}

.product-item .btn {
    width: 94px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
	font-weight:bold;
}

.product-item:hover .btn {
    width: 160px;
}

@media (max-width: 768px) {
  #products-tabs .nav-tabs .nav-link h4 {
    font-size: 8px;
  }
}

/*--------------------------------------------------------------
# History Section
--------------------------------------------------------------*/
.history .history-title {
  color: #050d18;
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.history .history-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #700000;
  position: relative;
}
.history .history-item h3 {
  line-height: 19px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: color-mix(in srgb, #272829, transparent 20%);
  margin-bottom: 20px;
}

.history .history-item h4 {
  line-height: 19px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: color-mix(in srgb, #272829, transparent 20%);
  margin-bottom: 20px;
}

.history .history-item h5 {
  font-size: 16px;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.history .history-item h6 {
  color: #700000;
  font-size: 14px;
  padding: 1px 5px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 0px;
}

.history .history-item ul {
  padding-left: 20px;
}

.history .history-item ul li {
  padding-bottom: 10px;
}

.history .history-item:last-child {
  padding-bottom: 0;
}

.history .history-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #ffffff;
  border: 2px solid #700000;
}

/*====================================================
                        SINGLE-PRODUCT-P1
======================================================*/ 

.service-h-tab {
    margin: 40px 0 0 0;
}

.bold {
    font-weight: 700;
}

.padding-bottom-7 {
    padding-bottom: 7px;
}

.review-block {
    background-color: #F8F8F8;
    border: 1px solid #EFEFEF;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.review-block .col-sm-3 img {
    width: 100px;
    height: 100px;
}

.review-block-name {
    font-size: 12px;
    margin: 10px 0;
}

.review-block-date {
    font-size: 12px;
}

.review-block-rate {
    font-size: 13px;
    margin-bottom: 15px;
}

.review-block-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.review-block-description {
    font-size: 13px;
}

@media (max-width: 575px) {
    .review-block .col-sm-3 img {
        width: 70px;
        height: 70px;
    }
}

@media (min-width: 1600px) {
    .review-block-description{
      font-size:15px;
    }    
}

/*====================================================
                    FOOTER
======================================================*/
	
    .footer-s1 .footer {
        padding: 70px 0;
        background: #252525;
    }

    .footer-s1 .footer .comp-desc-f p {
        margin-top: 10px;
        color: #ccc;
        font-size: 15px;
    }

    /*Heading Fotoer*/

    .footer-s1 .heading-footer {
        text-align: left;
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 2px;
    }

    .footer-s1 .heading-footer:after {
        left: 0;
        bottom: 0;
        height: 1px;
        width: 50px;
        content: " ";
        background: #fff;
        position: absolute;
    }
    .footer-s1 .heading-footer h2 {
        color: #e03a3c;
        font-size: 18px;
        text-transform: none;
    }




    /*Link link*/

    .footer-s1 .footer .link-list {
        margin-bottom: 0;
    }

    .footer-s1 .footer .link-list li {
        padding: 3px 0px;
        border-bottom: solid 1px #333;
    }

    .footer-s1 .footer .link-list li:last-child {
        padding-top: 0;
        border-top: none;
    }

    .footer-s1 .footer .link-list li a {
        color: #ccc;
        font-size: 15px;
        margin-bottom: 3px;
        display: inline-block;
    }

    .footer-s1 .footer .link-list a:hover {
        color: #fff;
    }

    .footer-s1 .footer .link-list li small {
        color: #555;
        display: block;
    }



    /*Thumb list*/

    .footer-s1 .footer .thumb-list>li {
        margin-bottom: 20px;
    }

    .footer-s1 .footer .thumb-list>li:before,
    .footer-s1 .footer .thumb-list>li:after {
        content: " ";
        display: table;
    }

    .footer-s1 .footer .thumb-list>li:after {
        clear: both;
    }

    .footer-s1 .footer .thumb-list>li img {
        float: left;
        width: 80px;
        height: auto;
        margin-right: 10px;
    }

    .footer-s1 .footer .thumb-list>li a {
        color: #777;
        display: block;
        padding-bottom: 8px;
    }

    .footer-s1 .footer .thumb-list>li a:hover {
        color: #bbb;
    }

    .footer-s1 .footer .thumb-list>li small {
        color: #555;
        font-size: 13px;
    }

    address.address-details-f,
    address.address-details-f a {
        color: #ddd;
        font-size: 15px;
		
    }

    .social-icon-f li {
        float: left;
        margin: 10px;
    }



    /*footer bottom*/

    #footer-bottom {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 30px 0;
    }

    #footer-copyrights p {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        color: #bbb;
        text-align: center;
    }

    #footer-copyrights p a:last-child {
        border-left: 2px solid #fff;
        padding-left: 10px;
        margin-left: 10px;
    }

    .btn-back-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 22px;
        padding: 3px 15px;
        border-radius: 0;
        display: none;
    }

    @media (min-width: 1600px) {
        address.address-details-f,
        address.address-details-f a {
            color: #ddd;
            font-size: 17px;
        }

    }

    @media (max-width: 767px) {
        .footer .container {
            width: 90%;
        }
        .footer-s1 .heading-footer h2 {
            color: #eee;
            font-size: 18px;
            margin-top: 50px;
            text-transform: none;
        }
        .footer-s1 .heading-footer {
            text-align: left;
            position: relative;
            margin-bottom: 10px;
            padding-bottom: 2px;
        }
    }

	
@media (max-width: 1200px) {
  .bkcard-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 800px) {
  .bkcard-container {
    grid-template-columns: 1fr;
  }
}

