.hnn-sub_renew-content .product-detail__title{
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #BFC448;
  margin-bottom: 6px;
  margin-left: 10px;
}

.hnn-sub_renew-content .product-info{
  display: flex;
  align-items: center;
  gap: 58px;
  width: fit-content;
  min-width: 670px;
  background: #EBEAD6;
  border-radius: 8px;
  padding: 12px 20px;
  margin-bottom: 4px;
  box-sizing: border-box;
}

.hnn-sub_renew-content .product-info__item{
  display: flex;
  align-items: center;
  gap: 10px;
}

.hnn-sub_renew-content .product-info__label{
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  color: #000;
}

.hnn-sub_renew-content .product-info__label span{
  font-size: 12px;
  line-height: 25px;
  font-weight: normal;
  color: #000;
}

.hnn-sub_renew-content .product-info__value{
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #000;
}

.hnn-sub_renew-content .product-detail__notice{
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  color: #946431;
  margin-bottom: 30px;
  margin-left: 10px;
}

.hnn-sub_renew-content .download-buttons{
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-bottom: 24px;
  margin-top: 34px;
}

.hnn-sub_renew-content .download-button{
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 28px 36px;
  min-width: 255px;
  background: #FF921B;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.hnn-sub_renew-content .download-button__text{
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #fff;
}

.hnn-sub_renew-content .download-button__icon{
  font-size: 13px;
  color: #fff;
}

.hnn-sub_renew-content .color-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
  column-gap: 20px;
  margin-bottom: 24px;
}

.hnn-sub_renew-content .color-grid__item{
  display: flex;
  align-items: end;
  height: 185px;
  border-radius: 10px 10px 0px 0px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.hnn-sub_renew-content .color-grid__code{
  width: 100%;
  height: 58px;
  background: rgba(0, 0, 0, 0.46);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #fff;
  gap: 6px;
}

.hnn-sub_renew-content .product-detail__notice2 p{
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  color: #946431;
}





#imageModal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(60, 60, 61, 0.7);
	z-index: 1000;
}

#imageModal .modal-content {
	position: relative;
	width: 40%;
	max-width: 550px;
	border-radius: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#imageModal .modal-header {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 10px;
  background: #3C3C3D;
  position: relative;
  gap: 10px;
}

#imageModal .modal-header h3 {
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #fff;
}

#imageModal .close-button {
	background: none;
	border: none;
	font-size: 50px;
	cursor: pointer;
	padding: 0;
	color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#imageModal .modal-body {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#imageModal .modal-body__image{
  width: 100%;
  height: 400px;
  background: #fff;
  overflow: hidden;
}

#imageModal .modal-body img {
  width: 100%;
	max-width: 100%;
  transform: scale(2);
}
#imageModal #modalImage_k6{
  transform: scale(2.1) !important;
}

#imageModal .nav-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
  transition: opacity 0.3s ease;
}

#imageModal .nav-button.prev {
  left:-85px;
	background: url(../../images/btn_prev.png) no-repeat;
	opacity: 0.5;
  text-indent: -9999px;
	width:54px;
	height: 100px;
}

#imageModal .nav-button.next {
  right:-85px;
	background: url(../../images/btn_next.png) no-repeat;
	opacity: 0.5;
	text-indent: -9999px;
	width:54px;
	height: 100px;
}

#imageModal .nav-button:hover {
	opacity: 1;
}

.hnn-sub_renew-content .k1-special-info{
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 10px;
  margin-bottom: 6px;
}

.hnn-sub_renew-content .k1-special-info__image{
  width: 16px;
} 

.hnn-sub_renew-content .k1-special-info__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hnn-sub_renew-content .k1-special-info p{
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  color: #3C3C3D;
}

.hnn-sub_renew-content .k1-special-info2{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  padding: 10px 20px;
  box-sizing: border-box;
  background: linear-gradient(to right, #3B7000 0%, #ffffff 100%);
  border-radius: 8px;
  padding-right: 60px;
  width: fit-content;
}

.hnn-sub_renew-content .k1-special-info2__image{
  width: 45px;
}

.hnn-sub_renew-content .k1-special-info2__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hnn-sub_renew-content .k1-special-info2 h4{
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.hnn-sub_renew-content .k1-special-info3{
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #3C3C3D;
}


.hnn-sub_renew-content .k1__image{
  width: 25px;
}

.hnn-sub_renew-content .k1__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .hnn-sub_renew-content-inner {
    width: 100%;
  }
  .hnn-sub_renew-content .product-detail__title{
    font-size: 23px;
    margin-bottom: 0px;
  }
  .hnn-sub_renew-content .product-info{
    align-items: start;
    flex-flow: column;
    gap: 0px;
    width: 100%;
    min-width: unset;
    padding: 14px 12px;
    margin-bottom: 0px;
  }
  .hnn-sub_renew-content .product-info__item{
    align-items: start;
  }
  .hnn-sub_renew-content .product-info__label{
    font-size: 16px;
    min-width: 100px;
    max-width: 100px;
  }
  .hnn-sub_renew-content .product-info__value{
    font-size: 16px;
    word-break: break-all;
  }
  .hnn-sub_renew-content .product-detail__notice{
    margin-bottom: 20px;
  }
  
  .hnn-sub_renew-content .download-buttons{
    flex-flow: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    margin-top: 20px;
  }
  
  .hnn-sub_renew-content .download-button{
    justify-content: center;
    gap: 5px;
    padding: 20px 26px;
    min-width: 214px;
    max-width: 214px;
    border-radius: 5px;
  }
  
  .hnn-sub_renew-content .download-button__text{
    font-size: 16px;
    line-height: normal;
  }
  
  .hnn-sub_renew-content .download-button__icon{
    font-size: 12px;
  }
  
  .hnn-sub_renew-content .color-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    column-gap: 10px;
    margin-bottom: 16px;
  }
  
  .hnn-sub_renew-content .color-grid__item{
    height: 120px;
  }
  
  .hnn-sub_renew-content .color-grid__code{
    height: 34px;
    font-size: 16px;
    line-height: 24px;
  }
  
  .hnn-sub_renew-content .product-detail__notice2 p{
    line-height: 24px;
  }
  

  
  #imageModal .modal-content {
    width: 70%;
  }
  #imageModal .modal-header {
    padding: 10px 8px;
    gap: 6px;
  }
  #imageModal .modal-header h3 {
    font-size: 20px;
  }
  #imageModal .close-button {
    font-size: 36px;
  }
  #imageModal .modal-body__image{
    height: 220px;
  }
  #imageModal .nav-button.prev {
    left:-34px;
    background-size: contain;
    width: 23px;
    height: 42px;
  }
  
  #imageModal .nav-button.next {
    right:-34px;
    background-size: contain;
    width: 23px;
    height: 42px;
  }
  
  .hnn-sub_renew-content .k1-special-info2{
    gap: 10px;
    margin-bottom: 16px;
    padding: 10px;
    border-radius: 8px;
    padding-right: 24px;
  }
  
  .hnn-sub_renew-content .k1-special-info2__image{
    width: 30px;
  }
  
  .hnn-sub_renew-content .k1-special-info2 h4{
    font-size: 20px;
  }
  
  .hnn-sub_renew-content .k1-special-info3{
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #3C3C3D;
  }
  .hnn-sub_renew-content .k1__image{
    width: 18px;
  }
}