/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	
+++++++++++++++++++++++++++++++++++++++++++ */
#information .box {
  max-width: 880px;
  margin: 0 auto 24px;
}
#information .btn {
  min-width: 425px;
  min-height: 73px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 3px;
  background: #FF8800;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #information .btn {
    max-width: 100%;
    min-width: 0;
    min-height: 15vw;
    font-size: 4vw;
    width: 100%;
  }
}
#information .btn:hover {
  opacity: 1;
  background: #cc6d00;
}
#information .btn:hover::after {
  right: -45px;
  color: #cc6d00;
}
@media screen and (max-width: 767px) {
  #information .btn:hover::after {
    right: 15px;
    color: #FFF;
  }
}
#information .btn::after {
  content: '\f0a4';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin: auto;
  font-size: 4.8rem;
  font-weight: 400;
  color: #FF8800;
  position: absolute;
  top: 14px;
  right: -40px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #information .btn::after {
    color: #FFF;
    font-size: 6.4vw;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    z-index: 2;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	internship
+++++++++++++++++++++++++++++++++++++++++++ */
#internship h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #internship h2 {
    margin-bottom: 20px;
  }
}
#internship .box {
  padding: 30px 15px 30px 25px;
  border: #09AADE 2px solid;
  border-radius: 20px;
  background: #FFF;
}
#internship .flex {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #internship .flex {
    gap: 10px;
  }
}
#internship .flex .flexText h3 {
  margin: 0 0 3px -10px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #internship .flex .flexText h3 {
    margin: 0;
    font-size: 4.8vw;
    order: -2;
  }
}
#internship .flex .flexText .btn {
  min-width: 380px;
  min-height: 70px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 3px;
  background: #FF8800;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #internship .flex .flexText .btn {
    max-width: 100%;
    min-width: 0;
    min-height: 15vw;
    font-size: 4vw;
    width: 100%;
  }
}
#internship .flex .flexText .btn:hover {
  opacity: 1;
  background: #cc6d00;
}
#internship .flex .flexText .btn:hover::after {
  right: -45px;
  color: #cc6d00;
}
#internship .flex .flexText .btn::after {
  content: '\f0a4';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin: auto;
  font-size: 4.8rem;
  font-weight: 400;
  color: #FF8800;
  position: absolute;
  top: 12px;
  right: -40px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #internship .flex .flexText .btn::after {
    color: #FFF;
    font-size: 6.4vw;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  #internship .flex .flexImg {
    order: -1;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	application
+++++++++++++++++++++++++++++++++++++++++++ */
#application h2 {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  #application h2 {
    margin-bottom: 20px;
  }
}
