@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&display=swap");
* {
  margin: 0;
  padding: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  outline: none;
}

/* width */
::-webkit-scrollbar {
  width: 5px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: gray;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Lexend Deca", sans-serif;
  color: #077430;
}

p {
  font-family: "Lexend Deca", sans-serif;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: black;
}

footer .footer-container .footer-extra .footer-links .heading-list:after {
  content: "";
  position: absolute;
  background-color: #077430;
  left: 0;
  width: 100%;
}

input:focus:required:invalid {
  border: 2px solid red !important;
}

input:required:valid {
  border: 2px solid #a50869 !important;
}

table {
  border: 1px solid white;
  width: 100%;
  position: relative;
}

thead {
  border: 1px solid white;
  background: #000;
  padding: 30px 0;
}

tr {
  border: 1px solid white;
  padding: 30px 0;
  text-align: center;
}

tr:nth-of-type(odd) {
  background: #79ADAD;
}

th {
  border: 1px solid white;
  padding: 30px;
}

td {
  border: 1px solid white;
  padding: 20px 30px;
}

* {
  margin: 0;
  padding: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  outline: none;
}

/* width */
::-webkit-scrollbar {
  width: 5px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: gray;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Lexend Deca", sans-serif;
  color: #077430;
}

p {
  font-family: "Lexend Deca", sans-serif;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: black;
}

footer .footer-container .footer-extra .footer-links .heading-list:after {
  content: "";
  position: absolute;
  background-color: #077430;
  left: 0;
  width: 100%;
}

input:focus:required:invalid {
  border: 2px solid red !important;
}

input:required:valid {
  border: 2px solid #a50869 !important;
}

table {
  border: 1px solid white;
  width: 100%;
  position: relative;
}

thead {
  border: 1px solid white;
  background: #000;
  padding: 30px 0;
}

tr {
  border: 1px solid white;
  padding: 30px 0;
  text-align: center;
}

tr:nth-of-type(odd) {
  background: #79ADAD;
}

th {
  border: 1px solid white;
  padding: 30px;
}

td {
  border: 1px solid white;
  padding: 20px 30px;
}

.header-nav-top {
  background-image: url("../../images/decoration/dollar-pattern.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.header-nav-top .nav-bar .navbar .container {
  height: auto;
}

.header-nav-top .nav-bar .navbar .container .custom-toggler .navbar-toggler {
  border-color: white !important;
}

.header-nav-top .nav-bar .navbar .container .left-section .nav-item .nav-link, .header-nav-top .nav-bar .navbar .container .left-section .nav-item a {
  font-size: 0.8rem;
  color: white !important;
}

@-webkit-keyframes coin-rotate {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes coin-rotate {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

.header-nav-top .nav-bar .navbar .container .mid-section img {
  -webkit-animation: coin-rotate 3s linear infinite;
          animation: coin-rotate 3s linear infinite;
}

.header-nav-top .nav-bar .navbar .container .right-section .nav-item .nav-link {
  color: #a50869;
}

.header-nav-top .nav-bar .navbar .container .navbar-collapse #hbtn {
  color: white;
  border-color: #098f3b;
  background: linear-gradient(145deg, #06682b, #077c33);
  -webkit-box-shadow: 15px 15px 33px #055925, -15px -15px 33px #098f3b;
          box-shadow: 15px 15px 33px #055925, -15px -15px 33px #098f3b;
}

.header-nav-top .nav-bar .navbar .container .navbar-collapse #hbtn:hover {
  box-shadow: 2px -1px 90px 40px #00f058;
  -webkit-box-shadow: 2px -1px 90px 40px #00f058;
  -moz-box-shadow: 2px -1px 90px 40px #00f058;
}

.header-nav-top .nav-bar .navbar .container a,
.header-nav-top .nav-bar .navbar .container p {
  font-size: 0.8em;
}

.header-nav-top .nav-bar .navbar .container p {
  padding-top: 20px;
}

.header-nav-top .marquee-container {
  color: white;
}

@-webkit-keyframes move-arrow {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(-5px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}

@keyframes move-arrow {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(-5px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}

.header-nav-top .marquee-container a {
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 2px 5px 9px black;
}

.header-nav-top .marquee-container a:hover {
  text-decoration: underline;
}

.header-nav-top .marquee-container a:hover i {
  -webkit-animation: move-arrow 1s linear infinite;
          animation: move-arrow 1s linear infinite;
}

.header-nav-top .marquee-container .marquee-container-heading {
  color: #077430 !important;
  position: relative;
}

.header-nav-top .marquee-container .marquee-container-heading svg {
  height: 3rem;
  width: 3rem;
  position: absolute;
  right: -1.7rem;
  top: -0.5rem;
  z-index: 1;
}

.menu-header {
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.menu-header .header-nav-bottom {
  background-color: transparent;
  background-image: url("../../images/decoration/dollar-pattern.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.menu-header .header-nav-bottom .nav-bar .navbar .container-fluid .navbar-brand img {
  height: 0px;
  width: 0px;
}

.menu-header .header-nav-bottom .nav-bar .navbar .container-fluid .collapse .navbar-nav .facilities_dropdown .dropdown-menu,
.menu-header .header-nav-bottom .nav-bar .navbar .container-fluid .collapse .navbar-nav .academics_dropdown .dropdown-menu {
  position: fixed;
  font-size: 1rem;
  top: 8rem;
  width: 100%;
  max-width: 1900px;
  left: 0;
  height: auto;
}

.menu-header .header-nav-bottom .nav-bar .navbar .container-fluid .collapse .navbar-nav .facilities_dropdown .dropdown-menu .dropdown-col,
.menu-header .header-nav-bottom .nav-bar .navbar .container-fluid .collapse .navbar-nav .academics_dropdown .dropdown-menu .dropdown-col {
  display: inline-block;
  border-right: 2px solid #a50869;
}

.menu-header .header-nav-bottom .nav-bar .navbar .container-fluid .collapse .navbar-nav .facilities_dropdown .dropdown-menu .dropdown-col strong,
.menu-header .header-nav-bottom .nav-bar .navbar .container-fluid .collapse .navbar-nav .academics_dropdown .dropdown-menu .dropdown-col strong {
  color: #a50869;
}

.menu-header .header-nav-bottom .nav-bar .navbar .container-fluid .collapse .navbar-nav .facilities_dropdown .dropdown-menu .dropdown-col li,
.menu-header .header-nav-bottom .nav-bar .navbar .container-fluid .collapse .navbar-nav .academics_dropdown .dropdown-menu .dropdown-col li {
  margin-top: 15px;
}

.menu-header .header-nav-bottom .nav-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 3px;
  margin-left: 2rem;
  font-size: 1rem;
  color: white;
  text-shadow: 2px 5px 9px black;
}

.menu-header .header-nav-bottom .nav-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  background-color: #077430;
  border-color: #088738;
}

.menu-header .header-nav-bottom .nav-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a {
  color: white;
}

.menu-header .header-nav-bottom .nav-bar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #088738;
}

@media screen and (max-width: 992px) {
  .header-nav-top {
    display: none;
  }
  .header-nav-bottom .nav-bar .navbar .container-fluid .navbar-brand img {
    min-height: 50px;
    min-width: 50px;
  }
  .header-nav-bottom .nav-bar .navbar .container-fluid .navbar-toggler .navbar-toggler-icon {
    height: 1em;
  }
  .header-nav-bottom .navbar-collapse .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-nav-bottom .navbar-collapse .navbar-nav .nav-item {
    padding-top: 20px;
  }
  .header-nav-bottom .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-nav-bottom .navbar-collapse .navbar-nav .nav-item .nav-link:before {
    display: none;
  }
}

.socials {
  position: fixed;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.socials a {
  z-index: 10;
  border-radius: 50px;
  background-color: #077430;
}

.socials a i {
  background-color: #077430 !important;
  border-radius: 100px;
  z-index: 10;
  color: white;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.socials a i:hover {
  background-color: #088738 !important;
}

@media screen and (max-width: 768px) {
  .socials {
    visibility: hidden;
  }
}

footer {
  --mask:
      radial-gradient(44.72px at 50% 60.00px,#000 99%,#0000 101%) calc(50% - 40px) 0/80px 100%,
      radial-gradient(44.72px at 50% -40px,#0000 99%,#000 101%) 50% 20px/80px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

footer .footer-container {
  background-color: #088738;
  height: auto;
}

footer .footer-container .row .sc-logo img {
  border-radius: 150px;
  background: #077430;
  -webkit-box-shadow: 17px 17px 23px #044a1f, -17px -17px 23px #0a9e41;
          box-shadow: 17px 17px 23px #044a1f, -17px -17px 23px #0a9e41;
}

footer .footer-container small,
footer .footer-container a,
footer .footer-container strong {
  color: #b9b7b7;
}

footer .footer-container .footer-extra .footer-links .heading-list {
  position: relative;
  color: white;
  font-weight: 600;
}

footer .footer-container .footer-extra .footer-links .heading-list:after {
  height: 0.5vmin;
  width: 100%;
  bottom: -1px;
  margin-bottom: 10px;
}

footer .footer-container .footer-extra .footer-links .footer-list li {
  list-style: none;
  margin-bottom: 5px;
}

footer .footer-container .footer-extra .footer-links .footer-list li a {
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .footer-container .footer-extra .footer-links .footer-list li:hover {
  cursor: pointer;
}

footer .footer-container .footer-extra .footer-links .footer-list li:hover a {
  text-decoration: underline;
  color: white;
  font-weight: bold;
}

footer .footer-copyright {
  background-color: #077430;
}

footer .footer-copyright strong, footer .footer-copyright a {
  font-size: 0.8rem;
  color: white;
}

@media screen and (max-width: 768px) {
  footer .footer-container .row {
    text-align: center;
  }
  footer .footer-container .row .footer-extra {
    margin-top: 2rem;
  }
}

.about-us {
  min-height: 20rem;
  background-color: rgba(7, 116, 48, 0.3);
  position: relative;
  overflow: clip;
  max-height: 20rem;
}

.about-us .custom-shape-divider {
  z-index: 9;
  position: absolute;
  top: 69%;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.about-us .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 100px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.about-us .custom-shape-divider svg .shape-fill {
  fill: white;
}

.about-us .col-left, .about-us .col-right {
  min-height: 8rem;
  max-height: 20rem;
}

.about-us .col-left h1 {
  font-size: 3rem;
  padding-left: 6rem;
  font-weight: bold;
  padding-top: 5rem;
}

.about-us .col-right {
  --mask:
            radial-gradient(70.71px at 100.00px 50%,#000 99%,#0000 101%) 0 calc(50% - 100px)/100% 200px,
            radial-gradient(70.71px at -50px 50%,#0000 99%,#000 101%) 50px 50%/100% 200px repeat-y;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.about-content {
  padding-left: 5rem;
  padding-right: 5rem;
  margin-bottom: 5rem;
  margin: 5rem;
}

.about-content .row {
  margin-bottom: 10rem;
}

.about-content .row p {
  line-height: 35px;
  font-weight: bold;
  font-size: 1rem;
}

/* Timeline Container */
.timeline {
  margin: 20px auto;
  padding: 20px;
  /* custom-card container */
}

.timeline .custom-card {
  position: relative;
  max-width: 400px;
  /* Global ::before */
  /* setting padding based on even or odd */
  /* Removing the border if it is the first custom-card */
  /* Removing the border if it is the last custom-card  and it's odd */
  /* Removing the border if it is the last custom-card  and it's even */
  /* Information about the timeline */
  /* text right if the custom-card is even  */
  /* setting dot to the left if the custom-card is odd */
  /* setting dot to the right if the custom-card is odd */
}

.timeline .custom-card::before {
  content: "";
  position: absolute;
  width: 50%;
  border: solid #077430;
}

.timeline .custom-card:nth-child(odd) {
  padding: 30px 0 30px 30px;
  /* Setting the border of top, bottom, left */
}

.timeline .custom-card:nth-child(odd)::before {
  left: 0px;
  top: -4.5px;
  bottom: -4.5px;
  border-width: 5px 0 5px 5px;
  border-radius: 50px 0 0 50px;
}

.timeline .custom-card:nth-child(even) {
  padding: 30px 30px 30px 0;
  /* Setting the border of top, bottom, right */
}

.timeline .custom-card:nth-child(even)::before {
  right: 0;
  top: 0;
  bottom: 0;
  border-width: 5px 5px 5px 0;
  border-radius: 0 50px 50px 0;
}

.timeline .custom-card:first-child::before {
  border-top: 0;
  border-top-left-radius: 0;
}

.timeline .custom-card:last-child:nth-child(odd)::before {
  border-bottom: 0;
  border-bottom-left-radius: 0;
}

.timeline .custom-card:last-child:nth-child(even)::before {
  border-bottom: 0;
  border-bottom-right-radius: 0;
}

.timeline .custom-card .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(7, 116, 48, 0.5);
  color: white;
  border-radius: 10px;
  padding: 10px;
  /* Title of the custom-card */
}

.timeline .custom-card .info .title {
  color: #077430;
  position: relative;
  /* Timeline dot  */
}

.timeline .custom-card .info .title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  border: 3px solid #077430;
}

.timeline .custom-card:nth-child(even) > .info > .title {
  text-align: right;
}

.timeline .custom-card:nth-child(odd) > .info > .title::before {
  left: -47px;
}

.timeline .custom-card:nth-child(even) > .info > .title::before {
  right: -47px;
}
/*# sourceMappingURL=about-us.css.map */