.hp-kv {
  background: url(../../img/kv-bg.png) #f8f8f8 no-repeat center;
  height: 850px;
  display: block;
  padding-top: 150px;
  background-size: cover;
}


.hp-kv-inner {
  display: flex;
  align-items: center;
	    justify-content: center;
	gap: 20px;
}

.hp-kv-inner-left {
  width: 48%;
}

.hp-kv-inner-p1 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.3rem;
  margin-bottom: 20px;
}

.hp-kv-inner-p2 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 50px;
}

.hp-kv-inner-btn {
  border-radius: 100px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: -30px;
  width: 250px;
  transition: all 0.3s ease;

  background: linear-gradient(to right, #b7c9bfde 0%, #b7c9bfa3 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left center;
}

.hp-kv-inner-btn.scrolled {
  background-size: 100% 100%;
}
.top-btn{
	    position: fixed;
    z-index: 99;
}

.play-button {
  width: 60px;
  height: 60px;
  background-color: #3d7050;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid white;
}

.hp-kv-inner-btn p {
  font-size: 1rem;
}

.hp-kv-inner-right {
  width: 48%;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
}

.hp-kv-inner-right img {
  height: 100%;
  width: auto;
}



.hp-sec2 {
  padding: 60px 0;
}

.hp-h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1b5732;
  letter-spacing: 0.2rem;
  margin-bottom: 30px;
}

.hp-h1 span {
  display: block;
  position: relative;
  font-size: 0.8rem;
  font-weight: 100;
  padding-left: 13px;
  width: fit-content;
  margin: 5px auto;
}

.hp-sec2 .hp-h1 span {
  margin: 0;
}

.hp-h1 span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #a2b9a9;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  left: 0;
	    top: 2px;
}

.hp-sec2-flex {
  display: flex;
  gap: 3%;
}

.hp-sec2-flex-left {
  width: 37%;
  border-radius: 20px;
  overflow: hidden;
  height: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.hp-sec2-flex-left img {
  height: 100%;
  width: auto;
}

.hp-sec2-flex-right {
  width: 60%;
}

.hp-sec2-h1 {
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}

.hp-sec2-h2 {
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.hp-sec3 {
  padding: 60px 0;
}

.hp-sec3-flex {
  display: flex;
  gap: 2%;
}

.hp-sec3-left {
  width: 48%;
}

.hp-sec3-div {
  border-radius: 10px;
  background: #e7ebe8;
  padding: 15px;
  margin-bottom: 5px;
}

.table-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding-top 0.4s ease, padding-bottom 0.4s ease;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  padding: 0 20px;
}

.hp-sec3-div.active .table-wrapper {
  max-height: 2000px;
  margin-top: 10px;
  padding: 20px;
}

.hp-sec3-div table {
  width: 100%;
}

.hp-sec3-div table tr {
  padding: 10px 0;
  border-bottom: 0.5px lightgray solid;
  width: 100%;
  font-size: 0.7rem;
  font-weight: 100;
  display: flex;
  justify-content: space-between;
}

.hp-sec3-title {
  width: 100%;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  padding-right: 20px;
  user-select: none;
}

.hp-sec3-title::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.hp-sec3-div.active .hp-sec3-title::after {
  content: "-";
}

.hp-sec3-right {
  width: 50%;
  border-radius: 10px;
  background: #fff;
  padding: 50px;
}

.hp-sec3-map {
  margin-top: 20px;
}

.hp-sec4 {
  z-index: 1;
  background: #eff1f1;
  border-radius: 50px 50px 0 0;
  padding: 60px 0 100px;
  position: relative;
}


.hp-sec5 {
	position:relative;
  z-index: 2; 
  background: #c4d2c9;
  border-radius: 50px 50px 0 0;
  padding: 60px 0 60px;
  margin-top: -40px; 
}

.hp-sec4-flex {
  display: flex;
  gap: 7%;
  align-items: center;
  margin-top: 40px;
}

.hp-sec4-flex-left {
  width: 63%;
  border-radius: 20px;
  overflow: hidden;
}

.hp-sec4-flex-right {
  width: 30%;
}

.hp-sec4-btn,
.hp-sec6-btn {
  background: #dfe6e2;
}

.hp-sec4-btn,
.hp-sec5-btn,
.hp-sec6-btn {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 25px 30px;
  border-radius: 110px;
  width: 600px;
  display: block;
  width: 100%;
  margin-top: 20px;
  max-width: 330px;
}

.hp-sec4-btn p,
.hp-sec5-btn p,
.hp-sec6-btn p {
  display: block;
  width: 100%;
  position: relative;
}


.hp-sec5-btn {
  background: #b7c9bd;
}

.hp-sec6{
  background: #e8ebe6;
  padding: 60px 0;
}

.hp-sec6-flex
{
  display: flex;
  gap: 20px;
	    align-items: stretch;
}

.hp-sec6-flex-left
{
  border-radius: 20px;
  width: 60%;
  background: #fff;
  padding: 60px;
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.hp-sec6-p{
	font-size:0.9rem;
	font-weight:bold;
}

.hp-sec6-btnimg
{
  position: absolute;
    right: 0px;
    width: 22px;
    height: 22px;
}
.hp-sec6-flex-right
{
  width: calc(40% - 20px);
    border-radius: 20px;
      background: #fff;
      padding: 60px;
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.hp-sec6-fleximg
{
  display: block;
  height: 200px;
  width: 100%;
  border-radius: 20px;
  background: url(../../img/hp-sec6img.jpg) no-repeat top center;
  margin-bottom: 20px;
	background-size: cover;
}

.hp-sec6-name
{
      font-size: 0.8rem;
        font-weight: bold;
	    text-align: right;
}

.hp-sec6-name span {
  position: relative;
  font-size: 0.6rem;
  font-weight: 100;
  padding-left: 13px;
  margin-right: 10px;
}
.hp-sec6-name span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #a2b9a9;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  left: 0;
	top: 0;
}


@media screen and (max-width: 1024px){
		.hp-kv-inner-p1 {
		font-size: 1.6rem;}
	.hp-kv{
		    height: 700px;
	}
	.hp-kv-inner-right {
		height: 500px;}
	.hp-sec6-flex-left,
	.hp-sec6-flex-right{
		padding: 30px;
	}
}

@media screen and (max-width:768px){
	.hp-sec4-flex {
	gap: 3%;
	    align-items: flex-start;}
	.hp-sec4-flex-left {
		width: 60%;}
.hp-sec4-flex-right {
    width: 37%;
}
}

@media screen and (max-width:660px){
		.hp-kv-inner,
	.hp-sec2-flex,
	.hp-sec3-flex,
	.hp-sec4-flex,
	.hp-sec6-flex{
		    flex-direction: column;
			    align-items: flex-start;
		gap: 20px;
	}
	.hp-kv-inner-left,
	.hp-sec2-flex-left,
	.hp-sec2-flex-right,
	.hp-sec3-left,
	.hp-sec3-right,
	.hp-sec4-flex-left,
	.hp-sec4-flex-right,
	.hp-sec6-flex-left,
	.hp-sec6-flex-right{
    width: 100%;
}
	.hp-sec2,
	.hp-sec3{
    padding: 30px 0;
}
	    .hp-kv-inner-right {
        height: 380px;
        width: 100%;
    }
	.hp-kv {
        height: auto;
		        padding-bottom: 30px;
    }

	.hp-kv-inner-p2 {
		font-size: 0.8rem;
    margin-bottom: 15px;}

	.hp-kv-inner-btn{
		    margin: 0;
	}
	.hp-h1{
		margin-bottom: 15px;
	}
	.hp-sec2-h1 {
		font-size: 1.1rem;}
	.hp-sec2-h2 {
    font-size: 1rem;
    margin-bottom: 10px;
}
	.hp-sec3-right {
    padding: 25px;
}
	.hp-sec2-h1 {
    margin-bottom: 10px;
}
	.hp-sec3-div.active .table-wrapper {
    padding: 10px;
}
	.hp-sec4 {
    padding: 40px 0 80px;
}
	.hp-sec4-flex {
    margin-top: 20px;
}
	.hp-sec5 {
		padding: 40px 0 60px;}
	.hp-h1 span {
		font-size: 0.7rem;}
	.hp-sec4-btn,
.hp-sec5-btn,
.hp-sec6-btn {
  max-width: 660px;
}
}
@media screen and (max-width: 330px) {
    .hp-kv-inner-p1 {
        font-size: 1.5rem;
        letter-spacing: 0.1rem;
    }
}