
.landing_wrapper {
  width: 100%;
  height: 100%;
	overflow-x: hidden;
  background-image: url('../images/india_landing/background.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.text-gradient {
  color: rgba(0, 0, 0, 0);
  background: linear-gradient(
    90deg,
    #cd43fd 0.02%,
    #cd43ff 22.41%,
    #ffbd72 100.02%
  );
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.5rem;
  
  font-weight: bold;
}

.mobile_br {
  display: block;
}

.web_br {
  display: none;
}

.comp_wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: column;
  padding: 1rem 1rem;
  margin-bottom: 3rem;
}

.comp_title_wrapper,
.comp_unit_wrapper,
.comp_img_wrapper {
  padding: 1rem 0;
  margin-bottom: 1rem;
  width: 100%;
}

.comp_title_text {
  font-size: 1.45rem;
  text-align: center;
  
}

.comp_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.comp_img img {
  width: 85vw;
}

.comp_unit_title_text, .comp_unit_title_text_rev {
  font-size: 1.5rem;
  text-align: center;
  padding: 0.5rem;
}

.comp_unit_subTitle_wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}

.comp_unit_subTitle {
	margin-top: 1rem;
	margin-bottom: 3rem;
	text-align: left;
	font-size: 0.9rem;
}

.comp_unit_content_text, .comp_unit_content_text_rev {
  font-size: 1rem;
  padding: 1rem 0.5rem;
	text-align: left;
}

.comp_unit_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.comp_unit_img img {
  width: 50vw;
}

.comp_unit_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.comp_unit_btn button {
  background-color: #7a2be1;
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem 1.5rem;
	font-size: 1rem;
}

.comp_logo {
  display: flex;
  justify-content: space-around;
}

.comp_logo_img {
  margin: 0.5rem;
  padding: 2rem 0.5rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.2);
}

.comp_logo_img img {
  width: 36vw;
  height: 17vh;
}

.comp_pot_img_wrapper img {
	animation: tiltAnimation 10s linear infinite;
}

.comp_unit_box_wrapper {
  width: 75vw;
  display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 2rem; 
}

.comp_unit_box, .comp_unit_box_last {
	background: rgba(255, 255, 255, 0.2);
	padding: 0.5rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
}

.comp_unit_box_top {
  background-color: #fff;
  width: 100%;
  height: 15vh;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comp_unit_box_img img {
  width: 5rem;
}

.comp_unit_box_title_text {
  font-family: NanumEB;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 2rem 0rem 1.5rem 0rem;
  text-align: center;
}

.comp_unit_box_content_text {
  font-size: 0.9rem;
  padding: 0rem 1rem 3rem 1rem;
}

.comp_unit_box_egg_wrapper {
	width: 75vw;
  display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 2rem; 
}

.comp_unit_box_egg {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 2rem;
}

.comp_unit_box_egg_top {
  width: 100%;
  border-radius: 0.5rem;
  padding: 2rem 1rem 0rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comp_unit_box_egg_title_text {
  font-family: NanumEB;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 2rem 0.5rem 1.5rem 0.5rem;
  text-align: center;
}

.comp_bg_img_wrapper {
  margin-bottom: 2rem;
  position: relative;
}

.comp_bg_img {
    width: 100%;
    height: 50vh;
    background-image: url('https://india.khanway.com/images/india_landing/[7]%20Enter-bg.jpg');
    background-size: cover;
}

.enter_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.enter_btn button {
  background: linear-gradient(
    90deg,
    #cd43fd 0.02%,
    #cd43ff 22.41%,
    #ffbd72 100.02%
  );
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  
}

.moving_img {
  position: absolute;
  z-index: 10;
  width: 30vw;
}

@keyframes bounce_img_10 {
	0% {
		transform: translate(0);
	}
	
	50% {
		transform: translateY(10px);
	}
	
	100% {
		transform: translate(0);
	}
}

@keyframes bounce_img_15 {
	0% {
		transform: translate(0);
	}
	
	50% {
		transform: translateY(15px);
	}
	
	100% {
		transform: translate(0);
	}
}

@keyframes bounce_img_20 {
	0% {
		transform: translate(0);
	}
	
	50% {
		transform: translateY(20px);
	}
	
	100% {
		transform: translate(0);
	}
}

@keyframes tiltAnimation {
	0% {
		transform: perspective(500px) rotateX(0);
	}

	50% {
		transform: perspective(500px) rotateX(20deg);
	}

	100% {
		transform: perspective(500px) rotateX(0);
	}
}



/* woman_01 */
.moving_img_01 {
  right: 0%;
  top: -15%;
	animation-name: bounce_img_15;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

/* woman_02 */
.moving_img_02 {
  left: 5%;
  top: -10%;
	animation-name: bounce_img_15;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

/* Green */
.moving_img_03 {
  right: -1%;
  top: 32%;
  width: 25vw;
	animation-name: bounce_img_10;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

/* Gold */
.moving_img_04 {
  left: 25%;
  top: 65%;
  width: 20vw;
	visibility: hidden;
	animation-name: bounce_img_10;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

/* Baby */
.moving_img_05 {
  left: 5%;
  bottom: 5%;
	animation-name: bounce_img_20;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

/* man_02 */
.moving_img_06 {
  width: 50vw;
  right: -5%;
  bottom: -7%;
	animation-name: bounce_img_20;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

/* Silver_T */
.moving_img_07 {
  left: 5%;
  top: 25%;
  visibility: hidden;
	animation-name: bounce_img_15;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
/* man_01 */
.moving_img_08 {
  left: 15%;
  top: 35%;
  visibility: hidden;
	animation-name: bounce_img_15;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

/* comp_07 */

.comp_unit_circle_box_wrapper {
  width: 90vw;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-around;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
}

#membership_ben {
  width: 2rem;
}

.comp_unit_circle_box_left {
  width: 17.5%;
  display: flex;
  align-items: center;
}

.comp_unit_circle_box_right {
  width: 77.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.5rem 0.5rem 0.25rem;
}

.comp_unit_circle_box_img {
  background: transparent;
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}

.comp_unit_circle_box_img img {
  width: 2.5rem;
}

.comp_unit_circle_box_content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.comp_unit_circle_box_content_text {
  font-size: 0.9rem;
  padding: 1rem 0;
}

.comp_social_img_wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

.comp_social_img {
  padding-top: 1rem;
}

.comp_social_img img {
  width: 15rem;
}

.comp_social_title_text {
  font-size: 7vw;
  text-align: center;
}

.comp_social_logo_wrapper {
  display: flex;
  padding: 1rem;
  justify-content: center;
}

.comp_social_logo_img {
  padding: 0.5rem;
}

.comp_social_logo_img img {
  width: 4rem;
}

.comp_membership_img {
  display: flex;
  justify-content: center;
}

.comp_membership_img_mobile {
  display: block;
}

.comp_membership_img_web {
  display: none;
}

.comp_membership_img img {
  width: 85vw;
  border-radius: 1rem;
}

.comp_unit_box_rrss_wrapper, .comp_unit_box_rrss_wrapper_rev {
  width: 90vw;
  display: flex;
  flex-direction: column;
  background: rgba(122, 43, 225, 0.2);
  padding: 0.5rem;
  border-radius: 1.5rem;
  margin-bottom: 1rem;
}

.comp_unit_box_rrss_img {
  width: 100%;
  border-radius: 0.5rem;
  padding: 2rem 1rem 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comp_unit_box_rrss_img img {
  width: 70vw;
  margin-bottom: 1rem;
}

.comp_unit_box_rrss_content_text {
  font-size: 0.9rem;
  padding: 0rem 1rem 3rem 1rem;
}

.partners_logo_wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1rem 1rem;
  margin-bottom: 4rem;
}

.partners_logo {
  max-width: 150px;
  height: 75px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  padding: 0.5rem;
  margin: 0.5rem;
}

.partners_logo_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners_logo_img img {
  max-width: 150px;
  width: 85%;
}

.team_member_wrapper {
  width: 100%;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.comp_unit_branch_wrapper {
  padding: 1rem 0;
  margin-bottom: 5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.comp_unit_branch_img_wrapper {
  display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
}

.comp_unit_branch_img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.comp_unit_branch_img img {
  width: 50vw;
}

.comp_unit_branch_title {
  padding: 1.5rem 0rem 0.5rem 0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}

.comp_unit_branch_title a {
  font-size: 1rem;
  padding: 0.5rem;
}

.comp_unit_branch_content {
  width: 100%;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* footer */
.footer-two {
  font-family: NanumSR;
  padding: 0 6vw 6vh 6vw;
  background: #060520;
  background-image: radial-gradient(
      farthest-side at bottom left,
      #3a233f,
      transparent 400px
    ),
    radial-gradient(farthest-corner at bottom right, #3a233f, transparent 440px);
}

.footerinside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footerinside-link {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 1rem;
  gap: 5vw;
}

.footer_dynamic_logo {
  margin-top: 2rem;
}

.footer_dynamic_logo img {
  max-width: 70vw;
}

.link-tab li {
  padding: 7px 5px;
  list-style: none;
  font-size: 0.75rem;
}

.link-tab li a,
.footer-social a {
  color: #99a3ba;
  outline: none;
  text-decoration: inherit;
}

.footer_btn {
  padding-inline: '0px';
  max-width: '270px';
  font-size: 0.8rem;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  margin-top: 25px;
}

.footer-social ul {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-bottom-text {
  padding: 0.5rem;
  font-size: 0.75rem;
  text-align: center;
}

/* Tablet */
@media only screen and (min-width: 480px) {
	@font-face {
    font-family: NanumSR;
    font-weight: 700;
    src: url(../../assets/fonts/NanumSquareR.otf) format('opentype');
  }
  @font-face {
 
    font-weight: bold;
    src: url(../../assets/fonts/NanumSquareEB.otf) format('opentype');
  }

  .landing_wrapper {
    width: 768px;
    height: 100%;
		margin: 0 auto;
    background-image: url('../images/india_landing/background.png');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .text-gradient {
    color: rgba(0, 0, 0, 0);
    background: linear-gradient(
      90deg,
      #cd43fd 0.02%,
      #cd43ff 22.41%,
      #ffbd72 100.02%
    );
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 2rem;
 
    font-weight: bold;
  }

  .comp_wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
		margin-top: 3rem;
    margin-bottom: 5rem;
  }

  .comp_title_wrapper {
    padding: 1rem 0;
    width: 100%;
		text-align: left;
  }

	.comp_unit_wrapper,
  .comp_img_wrapper {
    padding: 1rem 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .comp_title_wrapper_rev,
  .comp_unit_wrapper_rev,
  .comp_img_wrapper_rev {
    padding: 1rem 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .comp_title_text {
    font-size: 2rem;
    text-align: center;
 
  }

  .comp_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
  }

  .comp_img img {
    width: 30rem;
  }

  .comp_unit_title_text {
    font-size: 2rem;
    text-align: left;
		padding: 1rem 0;
  }

  .comp_unit_title_text_rev {
    font-size: 2rem;
    text-align: right;
		padding: 1rem 0;
  }

	.comp_unit_subTitle_wrapper {
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}

	.comp_unit_subTitle {
		margin-top: 1rem;
		margin-bottom: 3rem;
		text-align: left;
		font-size: 1rem;
	}

  .comp_unit_content_text {
    font-size: 0.85rem;
		padding: 1rem 0;
  }

  .comp_unit_content_text_rev {
    font-size: 0.85rem;
    text-align: right;
		padding: 1rem 0;
  }

  .comp_unit_img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

	.comp_unit_desc {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

  .comp_unit_img img {
    width: 20rem;
  }

  .comp_unit_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
		padding: 1rem 0;
  }

  .comp_unit_btn button {
    background-color: #7a2be1;
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 1.5rem;
  }

  .comp_logo {
    display: flex;
    justify-content: space-around;
  }

  .comp_logo_img {
    margin: 3rem;
    padding: 2rem 2.5rem;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.2);
		width: 10rem;
		height: 13rem;
		display: flex;
		justify-content: center;
		align-items: center;
  }

  .comp_logo_img img {
    width: 8rem;
		height: 8rem;
  }

	.comp_pot_img_wrapper img {
		animation: tiltAnimation 10s linear infinite;
	}

	.comp_unit_box_wrapper {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
		overflow: hidden;
		background: none;
		margin: 3rem 0;
	}

  .comp_unit_box {
		width: 100%;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
  }

	.comp_unit_box_last{
		grid-row: 2 / 3;
    grid-column: 2 / 4;
		background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
  }

  .comp_unit_box_top {
    background-color: #fff;
    width: 100%;
    height: 15rem;
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .comp_unit_box_img img {
    width: 5rem;
  }

  .comp_unit_box_title_text {
    font-family: NanumEB;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
		padding: 2rem 0.5rem 1rem 0.5rem;
  }

  .comp_unit_box_content_text {
    font-size: 0.9rem;
		padding: 0.5rem 1rem;
  }

  .mobile_br {
    display: block;
  }

	.web_br {
		display: none;
	}

	.comp_unit_box_egg_wrapper {
		width: 100%;
		display: flex;
		justify-content: space-around;
		margin-bottom: 10rem;
	}

	.comp_unit_box_egg {
		width: 50%;
		height: 35rem;
		display: flex;
		flex-direction: column;
		background-color: rgba(255, 255, 255, 0.2);
		border-radius: 2rem;
	}

  .comp_unit_box_egg_top {
    width: 100%;
    border-radius: 0.5rem;
    padding: 2rem 1rem 0rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .comp_unit_box_egg_title_text {
    font-family: NanumEB;
    font-weight: bold;
    font-size: 2rem;
    padding: 2rem 0.5rem 2rem 0.5rem;
    text-align: center;
  }

  .comp_bg_img_wrapper {
    margin-bottom: 15rem;
    position: relative;
  }

    .comp_bg_img {
        width: 100%;
        height: 60vh;
        background-image: url('https://india.khanway.com/images/india_landing/[7]%20Enter-bg.jpg');
        background-size: cover;
        border-radius: 5rem;
    }

  .enter_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .enter_btn button {
    background: linear-gradient(
      90deg,
      #cd43fd 0.02%,
      #cd43ff 22.41%,
      #ffbd72 100.02%
    );
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
 
  }

  .moving_img {
    position: absolute;
    z-index: 10;
    width: 100%;
		max-width: 180px;
  }

  /* woman_01 */
  .moving_img_01 {
    right: -2%;
    top: 8%;
  }

  /* woman_02 */
  .moving_img_02 {
    left: 18%;
    top: -20%;
  }

  /* Green */
  .moving_img_03 {
    right: 18%;
    top: 3%;
    max-width: 160px;
  }

  /* Gold */
  .moving_img_04 {
    left: 25%;
    top: 55%;
    max-width: 130px;
    visibility: visible;
  }

  /* Baby */
  .moving_img_05 {
    left: -2%;
    bottom: 40%;
		max-width: 170px;
  }

  /* man_02 */
  .moving_img_06 {
    max-width: 320px;
    right: 2%;
    bottom: -22%;
  }

  /* Silver_T */
  .moving_img_07 {
    left: 56%;
    top: 38%;
		max-width: 150px;
    visibility: visible;
  }

  /* man_01 */
  .moving_img_08 {
    left: 6%;
    top: 60%;
		max-width: 200px;
    visibility: visible;
  }

  /* comp_07 */
  .comp_unit_circle_box_wrapper {
    width: 90%;
		height: 6rem;
    margin-bottom: 5rem;
    display: flex;
    justify-content: space-between;
		align-items: center;
    border-radius: 1rem;
    position: relative;
  }

  #membership_ben {
    width: 2.5rem;
  }

  .comp_unit_circle_box_left {
    width: 20%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		left: -5%;
  }

  .comp_unit_circle_box_right {
    width: 80%;
    display: flex;
		justify-content: flex-start;
    align-items: center;
    padding: 0 1vw;
		position: absolute;
		right: 5%;
  }

  .comp_unit_circle_box_img {
    background: #fff;
    padding: 0.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7.5rem;
    height: 7.5rem;
  }

  .comp_unit_circle_box_img img {
    width: 3.5rem;
  }

  .comp_unit_circle_box_content {
    display: flex;
    align-items: center;
  }

  .comp_unit_circle_box_content_text {
    font-size: 1rem;
  }

  .comp_social_img_wrapper {
    display: flex;
		flex-direction: row;
    margin-bottom: 2rem;
  }

  .comp_social_img {
		padding: 0.5rem;
  }

  .comp_social_img img {
    width: 12.5rem;
  }

  .comp_social_title_text {
    font-size: 2rem;
    text-align: center;
  }

  .comp_social_logo_wrapper {
    display: flex;
    padding: 1rem;
    justify-content: center;
  }

  .comp_social_logo_img {
    padding: 0.5rem;
  }

  .comp_social_logo_img img {
    width: 4.5rem;
  }

  .comp_membership_img {
    display: flex;
    justify-content: center;
  }

  .comp_membership_img_mobile {
    display: block;
  }

  .comp_membership_img_web {
    display: none;
  }

  .comp_membership_img img {
    width: 40rem;
    border-radius: 3rem;
  }

  .comp_unit_box_rrss_wrapper, .comp_unit_box_rrss_wrapper_rev  {
    width: 35rem;
		min-height: 30rem;
    display: flex;
    flex-direction: column;
    background: rgba(122, 43, 225, 0.2);
    padding: 0.5rem;
    border-radius: 1.5rem;
    margin-bottom: 2rem;
  }

  .comp_unit_box_rrss_img {
    width: 100%;
    border-radius: 0.5rem;
    padding: 2rem 1rem 2rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .comp_unit_box_rrss_img img {
    width: 20rem;
    margin-bottom: 1rem;
  }

  .comp_unit_box_rrss_content_text {
    font-size: 1rem;
    padding: 0rem 3rem 3rem 3rem;
  }

  .partners_logo_wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 1rem 1rem;
    margin-bottom: 4rem;
  }

  .partners_logo {
    max-width: 250px;
    height: 100px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    padding: 0.5rem;
    margin: 0.5rem;
  }

  .partners_logo_img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .partners_logo_img img {
    max-width: 150px;
    width: 85%;
  }

  .team_member_wrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .comp_unit_branch_wrapper {
    padding: 1rem 0;
    margin-bottom: 1rem;
    width: 100%;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
  }

  .comp_unit_branch_img_wrapper {
		display: flex;
		flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
		width: 100%;
  }

  .comp_unit_branch_img {
		display: flex;
		flex-direction: column;
  }

  .comp_unit_branch_img img {
    max-width: 200px;
		min-height: 133px;
		object-fit: cover;
  }

  .comp_unit_branch_title {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

	.comp_unit_branch_title_text {
		font-size: 1.5rem;
	}

  .comp_unit_branch_title a {
    padding: 1rem;
		text-decoration: none;
		color: skyblue;
		font-size: 1rem;
  }

  .comp_unit_branch_content {
    width: 100%;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  /* footer */
  .footer-two {
    font-family: NanumSR;
    padding: 0 6vw 6vh 6vw;
    background: #060520;
    background-image: radial-gradient(
        farthest-side at bottom left,
        #3a233f,
        transparent 400px
      ),
      radial-gradient(
        farthest-corner at bottom right,
        #3a233f,
        transparent 440px
      );
  }

  .footerinside {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footerinside-link {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 1rem;
    gap: 5vw;
  }

  .footer_dynamic_logo {
    margin-top: 2rem;
  }

  .footer_dynamic_logo img {
    max-width: 15rem;
  }

  .link-tab li {
    padding: 7px 5px;
    list-style: none;
    font-size: 0.75rem;
  }

  .link-tab li a,
  .footer-social a {
    color: #99a3ba;
    outline: none;
    text-decoration: inherit;
  }

  .footer_btn {
    padding-inline: '0px';
    max-width: '270px';
    font-size: 0.8rem;
  }

  .footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    margin-top: 25px;
  }

  .footer-social ul {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .footer-bottom-text {
    padding: 0.5rem;
    font-size: 0.75rem;
    text-align: center;
  }
}


/* WEB */
@media only screen and (min-width: 1280px) {
  @font-face {
    font-family: NanumSR;
    font-weight: 700;
    src: url(../../assets/fonts/NanumSquareR.otf) format('opentype');
  }
  @font-face {
 
    font-weight: bold;
    src: url(../../assets/fonts/NanumSquareEB.otf) format('opentype');
  }

  .landing_wrapper {
    width: 1280px;
    height: 100%;
		margin: 0 auto;
    background-image: url('../images/india_landing/background.png');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .main_title {
    font-size: 2.5rem;
 
    font-weight: bold;
  }

  .text-gradient {
    color: rgba(0, 0, 0, 0);
    background: linear-gradient(
      90deg,
      #cd43fd 0.02%,
      #cd43ff 22.41%,
      #ffbd72 100.02%
    );
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 2.5rem;
 
    font-weight: bold;
  }

  .comp_wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
		margin-top: 3rem;
    margin-bottom: 5rem;
  }

  .comp_title_wrapper {
    padding: 1rem 0;
    margin-bottom: 2rem;
    width: 100%;
		text-align: left;
  }

	.comp_unit_wrapper,
  .comp_img_wrapper {
    padding: 1rem 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .comp_title_wrapper_rev,
  .comp_unit_wrapper_rev,
  .comp_img_wrapper_rev {
    padding: 1rem 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .comp_title_text {
    font-size: 3.5rem;
    text-align: center;
 
  }

  .comp_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
  }

  .comp_img img {
    width: 50rem;
  }

  .comp_unit_title_text {
    font-size: 2.5rem;
    text-align: left;
		padding: 1rem 0;
  }

  .comp_unit_title_text_rev {
    font-size: 2.5rem;
    text-align: right;
		padding: 1rem 0;
  }

	.comp_unit_subTitle_wrapper {
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}

	.comp_unit_subTitle {
		margin-top: 1rem;
		margin-bottom: 3rem;
		text-align: left;
		font-size: 1.35rem;
	}

  .comp_unit_content_text {
    font-size: 1.25rem;
		padding: 1rem 0;
  }

  .comp_unit_content_text_rev {
    font-size: 1.25rem;
    
		padding: 1rem 0;
  }

  .comp_unit_img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

	.comp_unit_desc {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

  .comp_unit_img img {
    width: 25rem;
  }

  .comp_unit_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
		padding: 1rem 0;
  }

  .comp_unit_btn button {
    background-color: #7a2be1;
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 1.5rem;
  }

  .comp_logo {
    display: flex;
    justify-content: space-around;
  }

  .comp_logo_img {
    margin: 5rem;
    padding: 2rem 2.5rem;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.2);
		width: 15rem;
		height: 18rem;
		display: flex;
		justify-content: center;
		align-items: center;
  }

  .comp_logo_img img {
    width: 12rem;
		height: 12rem;
  }

	@keyframes tiltAnimation {
		0% {
			transform: perspective(500px) rotateX(0);
		}

		50% {
			transform: perspective(500px) rotateX(20deg);
		}

		100% {
			transform: perspective(500px) rotateX(0);
		}
	}


	.comp_pot_img_wrapper img {
		animation: tiltAnimation 10s linear infinite;
	}

	.comp_unit_box_wrapper {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
		overflow: hidden;
		background: none;
		margin: 3rem 0;
	}

  .comp_unit_box {
		width: 100%;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
  }

	.comp_unit_box_last{
		grid-row: 2 / 3;
    grid-column: 2 / 4;
		background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
  }

  .comp_unit_box_top {
    background-color: #fff;
    width: 100%;
    height: 15rem;
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .comp_unit_box_img img {
    width: 5rem;
  }

  .comp_unit_box_title_text {
    font-family: NanumEB;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 2rem 1rem 1.5rem 1rem;
    text-align: center;
  }

  .comp_unit_box_content_text {
    font-size: 1.25rem;
    padding: 0rem 1rem 2rem 1rem;
  }

  .mobile_br {
    display: none;
  }

	.web_br {
		display: block;
	}

	.comp_unit_box_egg_wrapper {
		width: 100%;
		display: flex;
		justify-content: space-around;
		margin-bottom: 10rem;
	}

	.comp_unit_box_egg {
		width: 33%;
		height: 45rem;
		display: flex;
		flex-direction: column;
		background-color: rgba(255, 255, 255, 0.2);
		border-radius: 2rem;
    padding: 2rem;
	}

  .comp_unit_box_egg_top {
    width: 100%;
    border-radius: 0.5rem;
    padding: 2rem 1rem 0rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .comp_unit_box_egg_title_text {
    font-family: NanumEB;
    font-weight: bold;
    font-size: 1.75rem;
    padding: 2rem 0.5rem 2rem 0.5rem;
    text-align: center;
  }

  .comp_bg_img_wrapper {
    margin-bottom: 5rem;
    position: relative;
  }

    .comp_bg_img {
        width: 100%;
        height: 60vh;
        background-image: url('https://india.khanway.com/images/india_landing/[7]%20Enter-bg.jpg');
        background-size: cover;
        border-radius: 5rem;
    }

  .enter_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
  }

  .enter_btn button {
    background: linear-gradient(
      90deg,
      #cd43fd 0.02%,
      #cd43ff 22.41%,
      #ffbd72 100.02%
    );
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
 
    width: 15rem;
  }

  .moving_img {
    position: absolute;
    z-index: 10;
    width: 100%;
		max-width: 180px;
  }

  /* woman_01 */
  .moving_img_01 {
    right: -2%;
    top: 8%;
  }

  /* woman_02 */
  .moving_img_02 {
    left: 18%;
    top: -20%;
  }

  /* Green */
  .moving_img_03 {
    right: 18%;
    top: 3%;
    max-width: 160px;
  }

  /* Gold */
  .moving_img_04 {
    left: 25%;
    top: 55%;
    max-width: 130px;
    visibility: visible;
  }

  /* Baby */
  .moving_img_05 {
    left: -2%;
    bottom: 40%;
		max-width: 170px;
  }

  /* man_02 */
  .moving_img_06 {
    max-width: 320px;
    right: 2%;
    bottom: -10%;
  }

  /* Silver_T */
  .moving_img_07 {
    left: 56%;
    top: 38%;
		max-width: 150px;
    visibility: visible;
  }

  /* man_01 */
  .moving_img_08 {
    left: 6%;
    top: 60%;
		max-width: 200px;
    visibility: visible;
  }

  /* comp_07 */
  .comp_unit_circle_box_wrapper {
    width: 100%;
		height: 6.5rem;
    margin-bottom: 5rem;
    display: flex;
    justify-content: space-between;
		align-items: center;
    border-radius: 1rem;
    position: relative;
  }

  #membership_ben {
    width: 2.5rem;
  }

  .comp_unit_circle_box_left {
    width: 20%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		left: -6%;
  }

  .comp_unit_circle_box_right {
    width: 80%;
    display: flex;
		justify-content: flex-start;
    align-items: center;
    padding: 0 1vw;
		position: absolute;
		right: 5%;
  }

  .comp_unit_circle_box_img {
    background: #fff;
    padding: 0.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 8rem;
  }

  .comp_unit_circle_box_img img {
    width: 3.5rem;
  }

  .comp_unit_circle_box_content {
    display: flex;
    align-items: center;
  }

  .comp_unit_circle_box_content_text {
    font-size: 1.2rem;
  }

  .comp_social_img_wrapper {
    display: flex;
		flex-direction: row;
    margin-bottom: 2rem;
  }

  .comp_social_img {
		padding: 2rem;
  }

  .comp_social_img img {
    width: 22.5rem;
  }

  .comp_social_title_text {
    font-size: 3.5rem;
    text-align: center;
  }

  .comp_social_logo_wrapper {
    display: flex;
    padding: 1rem;
    justify-content: center;
  }

  .comp_social_logo_img {
    padding: 0.5rem;
  }

  .comp_social_logo_img img {
    width: 7.5rem;
  }

  .comp_membership_img {
    display: flex;
    justify-content: center;
  }

  .comp_membership_img_mobile {
    display: none;
  }

  .comp_membership_img_web {
    display: block;
  }

  .comp_membership_img img {
    width: 60rem;
    border-radius: 10rem;
  }

  .comp_unit_box_rrss_wrapper {
    width: 60rem;
		min-height: 30rem;
    display: flex;
    flex-direction: row;
		align-items: center;
    background: rgba(122, 43, 225, 0.2);
    padding: 0.5rem;
    border-radius: 1.5rem;
    margin-bottom: 2rem;
  }

	.comp_unit_box_rrss_wrapper_rev {
    width: 60rem;
		min-height: 30rem;
    display: flex;
    flex-direction: row-reverse;
		align-items: center;
    background: rgba(122, 43, 225, 0.2);
    padding: 0.5rem;
    border-radius: 1.5rem;
    margin-bottom: 2rem;
  }

  .comp_unit_box_rrss_img {
    width: 100%;
    border-radius: 0.5rem;
    padding: 2rem 1rem 2rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .comp_unit_box_rrss_img img {
    width: 20rem;
    margin-bottom: 1rem;
  }

  .comp_unit_box_rrss_content_text {
    font-size: 1.25rem;
    padding: 0rem 3rem 3rem 3rem;
  }

  .partners_logo_wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 1rem 1rem;
    margin-bottom: 4rem;
  }

  .partners_logo {
    max-width: 250px;
    height: 100px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    padding: 0.5rem;
    margin: 0.5rem;
  }

  .partners_logo_img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .partners_logo_img img {
    max-width: 150px;
    width: 85%;
  }

  .team_member_wrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .comp_unit_branch_wrapper {
    padding: 1rem 0;
    margin-bottom: 1rem;
    width: 100%;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
  }

  .comp_unit_branch_img_wrapper {
		display: flex;
		flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
		width: 100%;
  }

  .comp_unit_branch_img {
		display: flex;
		flex-direction: column;
  }

  .comp_unit_branch_img img {
    max-width: 200px;
		min-height: 133px;
		object-fit: cover;
  }

  .comp_unit_branch_title {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

	.comp_unit_branch_title_text {
		font-size: 2rem;
	}

  .comp_unit_branch_title a {
    padding: 1rem;
		text-decoration: none;
		color: skyblue;
		font-size: 1.5rem;
  }

  .comp_unit_branch_content {
    width: 100%;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  /* footer */
  .footer-two {
    font-family: NanumSR;
    padding: 0 6vw 6vh 6vw;
    background: #060520;
    background-image: radial-gradient(
        farthest-side at bottom left,
        #3a233f,
        transparent 400px
      ),
      radial-gradient(
        farthest-corner at bottom right,
        #3a233f,
        transparent 440px
      );
  }

  .footerinside {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footerinside-link {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 1rem;
    gap: 5vw;
  }

  .footer_dynamic_logo {
    margin-top: 2rem;
  }

  .footer_dynamic_logo img {
    max-width: 15rem;
  }

  .link-tab li {
    padding: 7px 5px;
    list-style: none;
    font-size: 0.75rem;
  }

  .link-tab li a,
  .footer-social a {
    color: #99a3ba;
    outline: none;
    text-decoration: inherit;
  }

  .footer_btn {
    padding-inline: '0px';
    max-width: '270px';
    font-size: 0.8rem;
  }

  .footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    margin-top: 25px;
  }

  .footer-social ul {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .footer-bottom-text {
    padding: 0.5rem;
    font-size: 0.75rem;
    text-align: center;
  }
}
