
.site-header {
  padding: 0;
  background-color: #081524;
  position: fixed;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
body #page > div {
  margin-top: 70px;
}
.site-header .main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mainTab li .nav-link, #mainTab li .nav-link{
  background-color: #F7F7F7;
  border: none;
  color: #777;
}
#mainTab.nav-justified li .nav-link {
  border: none;
}
#mainTab li .nav-link:hover {
  color: navy;
  border: none !important;
}
#mainTab li.active .nav-link, #mainTab li.active .nav-link:hover, #mainTab li.active .nav-link:focus{
  border: none;
  background-color: navy !important;
  color: white !important;
}
#mainTab li .nav-link{
  font-size: 18px;
  line-height: 44px;
}
#mainTab li.active .nav-link{
  font-weight: 500;
}

#mainTab li .nav-link, #mainTab li .nav-link{
  background-color: #F7F7F7;
  border: none;
  color: #777;
}
#mainTab li .nav-link {
  border: none;
}
#mainTab li .nav-link:hover {
  color: navy;
  border: none !important;
}
#mainTab li.active .nav-link, #mainTab li.active .nav-link:hover, #mainTab li.active .nav-link:focus{
  border: none;
  background-color: navy !important;
  color: white !important;
}
#mainTab li .nav-link{
  font-size: 18px;
  line-height: 44px;
}
#mainTab li.active .nav-link{
  font-weight: 500;
}

/*2차*/
#subTab li .nav-link, .nav-tabs li .nav-link{
  background-color: #F7F7F7;
  border: none;
  color: #777;
}
#subTab li .nav-link {
  border: none;
}
#subTab li .nav-link:hover {
  color: orangered;
  border: none !important;
}
#subTab li.active .nav-link, #subTab li.active .nav-link:hover, #subTab li.active .nav-link:focus{
  border: none;
  background-color: orangered !important;
  color: white !important;
}
#subTab li .nav-link{
  font-size: 18px;
  line-height: 44px;
}
#subTab li.active .nav-link{
  font-weight: 500;
}

.tab-content {
  border: none;
  box-shadow: none;
  padding: 1.6rem 0 0 0;

  color: #191919;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: normal;
}
.sort-source.sort-source-style-3 > li > a {
  font-size: 19px!important;
}

.site-header .main-navigation ul li {
  position: relative;
  display: inline-block;
}
.site-header .main-navigation ul li a {
  display: block;
  padding-right: 20px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'Europa-Bold';
}
.site-header .main-navigation ul li:last-child a {
  padding-right: 0;
}
/*--------------------------------------------------------------
## Mobile Menu
--------------------------------------------------------------*/
.menu-toggle {
  display: none;
  position: absolute;
  right: 30px;
  z-index: 11;
  width: 30px;
  cursor: pointer;
}
.menu-toggle span.bar {
  display: block;
  margin-top: 7px;
  height: 2px;
  margin-bottom: 7px;
  z-index: 2;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-toggle span.bar.top-bar {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.menu-toggle span.bar.middle-bar {
  opacity: 1;
}
.menu-toggle span.bar.bottom-bar {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.menu-toggle.toggled span.bar.top-bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 200%;
  -moz-transform-origin: 0% 200%;
  -ms-transform-origin: 0% 200%;
  -o-transform-origin: 0% 200%;
  transform-origin: 0% 200%;
}
.menu-toggle.toggled span.bar.middle-bar {
  opacity: 0;
}
.menu-toggle.toggled span.bar.bottom-bar {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  -o-transform-origin: 10% 10%;
  transform-origin: 20% 10%;
}
.overlay {
  position: fixed;
  margin-top: 0 !important;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.34);
  z-index: 10002;
  cursor: pointer;
}
nav.mobile-navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  z-index: 999;
  background-color: #081524;
}
nav.mobile-navigation .nav-container {
  padding: 0 15px;
  position: fixed;
  width: 90%;
  overflow-y: scroll;
  height: 100%;
  font-size: 15px;
  text-transform: uppercase;
}
nav.mobile-navigation .nav-container ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
nav.mobile-navigation .nav-container ul li {
  padding: 10px;
}
nav.mobile-navigation .nav-container ul li.current_page_item a {
  font-weight: 700;
}
nav.mobile-navigation .nav-container ul li.blue-btn {
  margin-top: 1rem;
}
nav.mobile-navigation .nav-container ul a {
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  text-decoration: none;
  font-family: 'Manrope-Regular';
}
@media screen and (max-width: 991px) {
  html #wpadminbar {
    position: fixed;
  }
  body {
    position: relative;
    right: 0;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  body.menu-visible {
    right: 80%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  body.menu-visible #masthead {
    left: -80%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .overlay {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .overlay.toggled {
    width: 20%;
  }
  nav.mobile-navigation {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  nav.mobile-navigation.toggled {
    width: 80%;
  }
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
    top: 0;
    bottom: 0;
    align-self: center;
  }
  .main-navigation ul {
    display: none;
  }
  .site-header {
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .site-header.toggled {
    left: -80%;
  }
}
.site-footer {
  padding: 10px;
  background-color: #081524;
}
.site-footer #menu-footer-menu li {
  position: relative;
  display: inline-block;
}
.site-footer #menu-footer-menu li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: 'Europa-Bold';
}
.site-footer hr {
  border-top: 1px solid #7d7d7d;
}
.site-footer .copyright p {
  font-size: 14px;
  font-family: 'Europa-Regular';
  color: #fff;
}
html,
body {
  margin: 0;
  height: 100%;
  width: 100%;
}
hr {
  opacity: 1;
}
h1,
h2,
h3,
h4 {
  font-weight: 400 !important;
  margin-bottom: 1rem !important;
}
p.no-padding-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  /* optional */
}
p {
  font-family: 'Europa-Regular';
}
#page {
  overflow-x: hidden;
}
.primary-font {
  font-family: 'Manrope-Regular';
}
.secondary-font {
  font-family: 'Europa-Regular';
}
.secondary-font-bold {
  font-family: 'Europa-Bold';
}
.secondary-font-light {
  font-family: 'Europa-Light';
}
.tertiary-font-regular {
  font-family: 'Calluna-Regular';
}
.tertiary-font-light {
  font-family: 'Calluna-Light';
}
.primary-font-color {
  color: #3793D4;
}
.primary-bgcolor {
  background-color: #081524;
}
.dirty-white-bgcolor {
  background-color: #F7F2E8;
}
.white-bgcolor {
  background-color: #FFFCF6;
}
.blue-btn {
  background-color: #3793D4;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  max-width: 200px;
  font-family: 'Europa-Bold';
}
.blue-btn-round {
  background-color: #3793D4;
  border-radius: 25px;
  padding: 14px 50px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-family: 'Europa-Bold';
}
.schedule-table {
  padding: 6rem 0px;
  background-color: #081524;
}
.schedule-table .sf-copy h2 {
  line-height: 140%;
}
.schedule-table .sf-schedule {
  margin: 0;
}
.schedule-table .sf-schedule__item {
  padding: 2rem 14px 1.5rem;
  border-bottom: 0.5px solid #fff;
}
.schedule-table .sf-schedule__item:first-child {
  border-top: none;
}
.schedule-table .sf-schedule__item .sf-schedule__title {
  color: #fff;
  font-size: 14px;
  font-family: 'Manrope-Regular';
  font-weight: 700;
}
.schedule-table .sf-schedule__item .sf-schedule__date {
  color: #fff;
  font-size: 12px;
  font-family: 'Manrope-Regular';
}
.font-size-24 {
  font-size: 24px;
}
.font-size-28 {
  font-size: 28px;
}
.font-size-32 {
  font-size: 32px;
}
.font-size-36 {
  font-size: 36px;
}
.section-pad {
  padding: 4rem 0;
}
body #page > div {
  margin-top: 70px;
}
/*--------------------------------------------------------------
## Animations/Transitions
--------------------------------------------------------------*/
.default-transition {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.slow-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.csp-hero {
  padding: 8rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.csp-hero h1 {
  font-family: 'Manrope-Regular';
  font-weight: 800 !important;
}
.csp-hero p {
  color: #fff;
  font-size: 16px;
  font-family: 'Calluna-Light';
}
.call-for-proposal .hero-ame {
  min-height: 85vh;
  position: relative;
  color: #fff;
  overflow: hidden;
  /* blue gradient + vignette like the reference */
}
.call-for-proposal .hero-ame__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  filter: grayscale(10%);
}
.call-for-proposal .hero-ame__overlay {
  position: absolute;
  inset: 0;
  /*background: radial-gradient(1200px 400px at 20% 100%, rgba(0, 41, 89, 0.35) 0%, rgba(0, 41, 89, 0) 70%), linear-gradient(90deg, rgba(4, 32, 66, 0.95) 0%, rgba(5, 54, 108, 0.75) 45%, rgba(0, 0, 0, 0) 70%);*/
  z-index: 1;
}
.call-for-proposal .hero-ame .container {
  position: relative;
  z-index: 2;
}
.call-for-proposal .hero-ame h1 {
  line-height: 1.15;
}
.call-for-proposal .hero-ame__rule {
  border: 0;
  height: 2px;
  width: 75%;
  background: rgba(255, 255, 255, 0.25);
}
.call-for-proposal .hero-ame__detail {
  color: #dbe6f6;
}
.call-for-proposal .section-one {
  margin: 2rem 0;
}
.call-for-proposal .section-one .so-card {
  position: relative;
  border-radius: 20px;
  min-height: 280px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.call-for-proposal .section-one .so-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}
.call-for-proposal .section-one .so-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(46, 110, 180, 0.8), rgba(15, 97, 186, 0.8));
  z-index: 1;
}
.call-for-proposal .section-one .so-card__content {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 2rem;
}
.call-for-proposal .section-one .so-card__text {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  max-width: 90%;
  margin: 0 auto;
}
.call-for-proposal .section-one .so-card:hover .so-card__bg {
  transform: scale(1.05);
}
.call-for-proposal .section-two {
  background-color: #081524;
}
.call-for-proposal .section-two h2 {
  margin-bottom: 1.25rem;
}
.call-for-proposal .section-two .st2-figure img {
  display: block;
  width: 100%;
  height: auto;
}
.call-for-proposal .section-two .st2-copy {
  line-height: 1.7;
  color: #e6edf6;
}
.call-for-proposal .section-two .st2-col {
  color: #d9e3ef;
  line-height: 1.7;
}
.call-for-proposal .section-five {
  background: #2E5FA8;
}
.call-for-proposal .section-five .sf-copy {
  color: #fff;
}
.call-for-proposal .section-five .sf-copy h2,
.call-for-proposal .section-five .sf-copy h3,
.call-for-proposal .section-five .sf-copy h4 {
  font-size: 36px;
  font-weight: 800;
  font-family: 'Manrope-Regular';
}
.call-for-proposal .section-five .accordion {
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-color: #fff;
  --bs-accordion-btn-color: #fff;
  --bs-accordion-border-color: rgba(255, 255, 255, 0.25);
}
.call-for-proposal .section-five .accordion .accordion-button {
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
  color: #fff;
}
.call-for-proposal .section-five .accordion .accordion-button:focus {
  box-shadow: none;
}
.call-for-proposal .section-five .accordion .accordion-button:after {
  filter: brightness(0) invert(1);
}
.call-for-proposal .section-five .accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.call-for-proposal .section-five .accordion .accordion-item:last-child .accordion-button {
  border-bottom: none;
}
.call-for-proposal .section-five .accordion .accordion-body {
  color: #e8f0ff;
  padding-left: 0;
  padding-right: 0;
}
.home-page .hero-section .video-container video {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
.home-page .hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  /*background: linear-gradient(90deg, rgba(0, 38, 89, 0.45) 0%, rgba(0, 61, 139, 0.25) 50%, rgba(0, 0, 0, 0) 100%);*/
  z-index: 1;
}
.home-page .hero-section .hero-content-section {
  position: absolute;
  width: 100%;
}
.home-page .hero-section .hero-content-section p {
  color: #fff;
  font-size: 20px;
  font-family: 'Europa-Light';
}
.home-page .hero-section .hero-content-section p strong {
  font-weight: 400 !important;
  font-family: 'Europa-Bold';
}
.home-page .hero-section .hero-content-section h2 {
  font-family: 'Manrope-Regular';
  font-weight: 700;
}
.home-page .hero-section .hero-content {
  position: relative;
  z-index: 2;
}
.home-page .section-one .heading h3 {
  font-size: 24px;
  color: #3793D4;
  font-family: 'Europa-Bold';
}
.home-page .section-one .heading hr {
  border-top: 1px solid #A1A1A1;
}
.home-page .section-one .content h2,
.home-page .section-one .content h3 {
  font-family: 'Manrope-Regular';
}
.home-page .section-one .content p {
  font-family: 'Europa-Regular';
}
.home-page .section-two .video-container video {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
.home-page .section-two .section-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.6) 45%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.home-page .section-two .content-section {
  position: absolute;
  width: 100%;
}
.home-page .section-two .content-section .section-content {
  position: relative;
  z-index: 2;
}
.home-page .section-three {
  min-height: 60vh;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.home-page .section-three .carousel,
.home-page .section-three .carousel-inner,
.home-page .section-three .carousel-item {
  height: 100%;
}
.home-page .section-three .carousel-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.home-page .section-three .section-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0) 60%);
  z-index: 1;
}
.home-page .section-three .section-content {
  position: relative;
  z-index: 2;
}
.home-page .section-four .sf-card {
  min-height: 600px;
  background: #000;
  /* rounded corners for bg/overlay too */
}
.home-page .section-four .sf-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  /* subtle crop */
}
.home-page .section-four .sf-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 40%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0) 100%);
  /* soft vignette on sides */
  box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.home-page .section-four .sf-card__content {
  position: relative;
  z-index: 2;
  padding: 2rem 2rem 3.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: inherit;
}
.home-page .section-four .sf-card__intro {
  font-family: 'Calluna-Regular';
  font-style: italic;
}
.home-page .section-four .sf-card__title {
  font-family: 'Manrope-Regular';
  font-weight: 700;
  line-height: 1.2;
}
.home-page .section-four .sf-card__text {
  font-family: 'Calluna-Light';
  font-size: 14px;
}
.home-page .section-four .sf-card,
.home-page .section-four .sf-card__bg,
.home-page .section-four .sf-card__overlay {
  border-radius: 1rem;
}
@media (max-width: 575.98px) {
  .home-page .section-four .sf-card {
    min-height: 520px;
  }
}
.home-page .section-five {
  padding: 6rem 0px;
  background-color: #081524;
}
.home-page .section-five .sf-copy h2 {
  line-height: 140%;
}
.home-page .section-five .sf-schedule {
  margin: 0;
}
.home-page .section-five .sf-schedule__item {
  padding: 2rem 14px 1.5rem;
  border-bottom: 0.5px solid #fff;
}
.home-page .section-five .sf-schedule__item:first-child {
  border-top: none;
}
.home-page .section-five .sf-schedule__item .sf-schedule__title {
  color: #fff;
  font-size: 14px;
  font-family: 'Manrope-Regular';
  font-weight: 700;
}
.home-page .section-five .sf-schedule__item .sf-schedule__date {
  color: #fff;
  font-size: 12px;
  font-family: 'Manrope-Regular';
}
