@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");

/*=========================================================
                     css common style 
===========================================================*/
body {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}

a:focus, input:focus, textarea:focus, button:focus {
  text-decoration: none;
  outline: none;
}

a:focus, a:hover {
  text-decoration: none;
}

i, span, a {
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #2c2a2a;
}



ul {
  padding: 0 !important;
}

a {
  text-decoration: none !important;
}

.section-space {
  padding: 60px 0;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  text-align: center;
  border: 1px solid #ffc600;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  color: #07294d;
  position: relative;
  overflow: hidden;
  z-index: 5;
  transition: 0.4s ease-in-out;
  background-color: #ffc600;
}

.main-btn:hover {
  color: #ffc600;
  border-color: #07294d;
  background-color: #07294d;
}

.main-btn-2 {
  color: #ffc600;
  border-color: #07294d;
  background-color: #07294d;
}

.main-btn-2:hover {
  color: #07294d;
  background-color: #ffc600;
  border-color: #ffc600;
}

/*===== All Section Title Style =====*/
.section-title {
  padding-bottom: 50px;
}

.section-title h5 {
  color: #07294d;
  position: relative;
  padding-bottom: 12px;
}

.section-title h2::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #ffc600;
  bottom: -15px;
  left: 0;
}

.section-title h2 {
  font-size: 30px;
  color: #07294d;
  padding-top: 10px;
  position: relative;
  padding-top: 0;
  font-weight: 400;
}

/*=====================================================
        top band
======================================================*/

.top_band {
  background-color: #07294d;
  background-color: #0d6c8b;
  padding: 3px;
  font-size: 16px;
}

.top_band p {
  color: #fff;
  font-weight: 300;
  margin: 0;
  font-size: 16px;
}

/*=========================================================
                    nav bar 
===========================================================*/
.main_logo a {
  display: flex;
}

.main_logo a .logo_img {
  width: 100%;
}

.logo_img h4 {
  color: #07294d;
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 1px;
}


.logo_img h4 span {
  font-weight: 700;
  color: #07294d;
  font-size: 26px;
}

.dr_name {
  margin-top: -6px;
}

.main_logo a .logo_img img {
  width: 15%;
  margin-right: 3%;
}

h4.neuro_serh4 {
  margin: 0;
  line-height: 1;
}

/* = */

.row.v-center {
  display: flex;
}

header.header {
  position: sticky;
  top: 0;
  background: white;
  box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
}

.header {
  display: block;
  width: 100%;
  position: relative;
  z-index: 101;
  padding: 5px 0;
}

.header .item-left {
  flex: 0 0 40%;
  text-align: center;
}

.header .item-center {
  flex: 0 0 60%;
}

.header .item-right {
  flex: 0 0 0%;
  justify-content: flex-end;
  text-align: center;
}

.header .menu>ul>li {
  display: inline-block;
  padding-bottom: 0px;
}

.header .menu>ul>li .active {
  color: #e7b300;
}

.header .menu>ul>li>a:hover {
  color: #e7b300;
}

.header .menu>ul>li>a {
  color: #07294d;
  position: relative;
  text-transform: capitalize;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 18px;
  padding: 20px 3px;
  margin: 0 15px;
}

.header .menu>ul>li>.cnt {
  margin-right: 0;
}

.header .menu>ul>li>a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 5px;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  background: #ffc600;
  transform-origin: 0 50%;
}

.header .menu>ul>li>a:hover::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 100% 50%;
}

ul.menu-main {
  text-align: right;
  padding: 40px 0;
  margin: 0;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

@media(max-width: 991px) {
  .header .menu>ul>li .sub-menu.active {
    display: block;
  }

  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }

  .header .item-left,
  .header .item-right {
    flex: 0 0 auto;
  }

  .v-center {
    justify-content: space-between;
  }

  .header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #f1a700;
    width: 24px;
    position: relative;
  }

  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1a700;
  }

  .header .mobile-menu-trigger span:before {
    top: -6px;
  }

  .header .mobile-menu-trigger span:after {
    top: 6px;
  }

  .header .item-right {
    align-items: center;
  }

  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }

  .header .menu.active {
    transform: translate(0%);
  }

  .header .menu>ul>li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .header .menu>ul>li>a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
  }

  .header .menu>ul>li>a i {
    position: absolute;
    top: 15px;
    right: 9px;
    text-align: center;
    font-size: 20px;
  }

  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
    flex-direction: row-reverse;
  }

  .header .menu .mobile-menu-head .go-back {
    display: none;
  }

  .header .menu .mobile-menu-head .current-menu-title {
    display: none;
  }

  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 35px;
    width: 35px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #f1a700;
    font-size: 25px;
    margin-right: 10px;
  }

  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

/* =navbar dropdown styles= */
.header .menu>ul>li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 0px;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  min-width: 220px !important;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
  padding: 10px 15px;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.5;
  color: #07294d;
  width: 100%;
  font-weight: 500;
  border-bottom: 1px dotted #f1a700;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover {
  background-color: #f1a700;
  color: white !important;
}

.sub-menu.mega-menu>.list-item>ul>li {
  padding-bottom: 0;
}

.sub-menu.mega-menu>.list-item>ul>li:last-child {
  border-bottom: none;
}


.header .menu>ul>li.menu-item-has-children:hover .sub-menu {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}


.header .menu>ul>li.menu-item-has-children .list-item ul {
  padding: 0;
}

.header .menu>ul>li.menu-item-has-children .list-item {
  text-align: left;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li:hover a {
  color: white !important;
}

/*======================================================
                  animation styles
========================================================*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*=====================================================
                  about section
======================================================*/
.about-part {
  position: relative;
  overflow: hidden;
}

.abt_img {
  position: relative;
}


.about-cont p {
  padding-top: 10px;
  padding-right: 50px;
  text-align: justify;
}

.about-part .section-title {
  padding-bottom: 25px;

}

.about-part .main-btn {
  margin-top: 10px;
}

/*  */
.third_sec_shapes div {
  position: absolute;
  z-index: 11;
  background-image: linear-gradient(to left, #2198be, #76af0733);
  width: 400px;
  height: 170%;
  top: -30%;
  opacity: 0.4;
  transform: skew(316deg, -10deg);
  z-index: -1;
}

.third_sec_shapes div:first-child {
  right: 4%;
}

.third_sec_shapes div:nth-child(2) {
  right: 15%;
}


/*=====================================================
          slider section
======================================================*/
.slider .carousel-caption {
  background-color: #f1a700d6;
  padding: 10px;
}

.slider .carousel-caption h1 {
  color: #000000;
  font-weight: 300;
  font-size: 22px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #f1a700;
  padding: 10px;
  border-radius: 50%;
  height: 50px;
  width: 30px;
}

/*=====================================================
                    home parallax
======================================================*/
.home_parallax {
  background: url(../images/slider1.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;

}

.home_parallax h2 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 30px;
}


.parallax_tint {
  background-color: #f1a700de;
}

.home_band_block.one {
  margin-top: 70px;
}



/*=====================================================
                    FOOTER 
======================================================*/
footer#footer-part {
  background: url(../images/slider1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

.footer-top {
  background-color: #077295;
  padding: 50px 0 30px;
}

.footer-about ul li {
  display: inline-block;
  margin-right: 15px;
}

.footer-about ul li:last-child {
  margin-right: 0;
}

.footer-about ul li a {
  width: 35px;
  line-height: 35px;
  font-size: 15px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  background-color: #ffc600;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-about ul li a:hover {
  background-color: #021d3a;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-title h6 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  font-weight: 400;
}

.footer-title h6::before {
  content: '';
  position: absolute;
  width: 45px;
  height: 2px;
  background-color: #ffc600;
  bottom: -14px;
  left: 0;
}

.footer-link {
  overflow: hidden;
}

.footer-link ul li {
  line-height: 35px;
}

.footer-link ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-link ul li a i {
  margin-right: 8px;
  color: #ffc600;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-link ul li a:hover {
  color: #ffc600;
}

.footer-link ul li a:hover i {
  margin-right: 15px;
}

.footer-address ul li {
  position: relative;
  margin-bottom: 10px;
}

.footer-address ul li:last-child {
  margin-bottom: 0;
}

.footer-address ul li .icon i {
  font-size: 18px;
  color: #ffc600;
  position: absolute;
  left: 0;
  top: 5px;
}

.footer-address ul li .cont {
  padding-left: 35px;
}

.footer-address ul li .cont p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.footer-copyright p {
  font-weight: 300;
}

.footer-copyright {
  background-color: #005d7b;
  padding: 5px 0;
}

.footer-copyright .copyright p {
  color: #fff;
  margin: 0;
  font-size: 16px;
}


.footer-copyright .copyright p span {
  font-weight: 600;
}

/*========================================================
                    event page
==========================================================*/
.home_cards {
  background: #FBF9F4;

}

.home_cards .section-title h2::before {
  left: 0;
  right: 0;
  margin: auto;
}

.home_card_main {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  text-align: center;
  min-height: 365px;
  transition: .5s ease;
}

.home_card_main:hover {
  transition: .5s ease;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.home_card_main img {
  border-radius: 50%;
  border: 1px solid #07294d;
  padding: 10px;
  margin-bottom: 10px;
  width: 70%;
}

.home_card_main p {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
  color: #858181;
  font-weight: 400;
}

.home_card_main h5 {
  color: #077295;
  font-weight: 400;
}

/* ==========================================================
                        home band
============================================================ */

section.home_band {
  background: lightblue;
  color: #000;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

section.home_band h5 {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;

}

.home_band_img {
  padding: 20px;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 10px;

}

.home_band_block {
  padding: 30px;
  margin: 50px 0;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 11;
  overflow: hidden;
}

.home_band_block:after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 500px;
  height: 500px;
  background-color: #2198be;
  z-index: -1;
  transform: skew(-44deg, 10deg);
  right: -35%;
  top: 24%;
}

.home_band_block.one::after{
  left: -30%;
  transform: skew(44deg, 10deg);
}


.home_band_block h5 {
  padding: 30px;
  text-align: justify !important;
}

/* ===============================================
aims abjective
---------- */
	.main_head_inner h3 {
    text-align: center;
    font-size: 46px;
    font-weight: 400;
    font-family: 'FontAwesome';
}

.abt_sec h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: brown;
    border-bottom: 4px solid;
    padding-bottom: 8px;
}
.abt_sec h3 {
    font-size: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    font-weight: 400;
}
.abt_sec ul li {
    font-size: 18px;
    padding: 10px;
    background: #d8d8d8;
    margin-bottom: 10px;
    border-radius: 5px;
    font-style: italic;
}
.abt_sec ul li i {
    color: #FF5722;
    font-weight: 700;
    font-size: 22px;
}


        .mission-statement {
            background-color: #e9ecef;
            padding: 2rem;
            border-radius: 10px;
            margin-bottom: 3rem;
            text-align: center;
            font-size: 1.1rem;
            line-height: 1.7;
            color: #495057;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .objectives-card {
            background-color: #ffffff;
            border-radius: 10px;
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .objectives-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }
        .objective-title {
            color: #2c3e50;
            font-size: 1.5rem;
            margin-bottom: 1.2rem;
            font-weight: 500;
			border-bottom: 2px solid;
        }
        .objective-description {
            color: #667077;
            font-size: 1.1rem;
            line-height: 1.7;
        }
        .highlight {
            color: #007bff;
            font-weight: 600;
        }
        @media (max-width: 992px) {
            .mission-statement {
                padding: 1.5rem;
                font-size: 1rem;
            }
            .objectives-card {
                padding: 1.5rem;
            }
            .objective-title {
                font-size: 1.3rem;
            }
            .objective-description {
                font-size: 1rem;
            }
        }
        @media (max-width: 768px) {
            .mission-statement {
                font-size: 0.95rem;
            }
            .objectives-card {
                padding: 1rem;
            }
            .objective-title {
                font-size: 1.2rem;
            }
            .objective-description {
                font-size: 0.95rem;
            }
        }

  /* ===============================================
aims abjective
---------- */

.row.align-items-center.home_band_block.one.nstyle {
  margin-top: 30px;
}

.main_head_inner h3 {
  text-align: center;
  font-size: 46px;
  font-weight: 400;
  font-family: 'FontAwesome';
}
.review-container {
/* margin: 2rem auto; */
/* padding: 1.5rem; */
/* background-color: #f8f9fa; */
border-radius: 10px;
/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}
.book-title {
font-size: 1.5rem;
font-weight: 600;
color: #2c3e50;
margin-bottom: 0.5rem;
text-align: center;
}
.author-name {
font-size: 1.1rem;
color: #e74c3c;
margin-bottom: 1rem;
text-align: center;
}
.reviewer-info {
font-size: 1rem;
color: #3498db;
text-align: center;
font-style: italic;
}

button.btnstyle_nw {
  border: none;
  padding: 6px 30px;
  background: #07294d;
  color: white;
}
.review-container2 {
text-align: center;
}

	.main_head_inner h3 {
    text-align: center;
    font-size: 46px;
    font-weight: 400;
    font-family: 'FontAwesome';
}

        .book-title {
            font-size: 2rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 1rem;
            text-align: center;
            border-bottom: 3px solid #dfc154;
        }
        .author-name {
            font-size: 1.2rem;
            color: #e74c3c;
            margin-bottom: 1.5rem;
            text-align: center;
            font-style: italic;
        }
        .section-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #2c3e50;
            margin-top: 2.5rem;
            margin-bottom: 1.5rem;
            border-bottom: 1px solid #dee2e6;
            padding-bottom: 0.5rem;
        }
        .paragraph {
            font-size: 1.1rem;
            margin-bottom: 1.5rem;
            text-align: justify;
        }
        .quote {
            font-size: 1.2rem;
            font-style: italic;
            color: #555;
            margin: 2rem 0;
            padding-left: 2rem;
            border-left: 4px solid #007bff;
            text-align: justify;
        }
        .strong-emphasis {
            font-weight: 600;
            color: #e74c3c;
        }
        .footer-text {
            font-size: 1rem;
            color: #6c757d;
            margin-top: 2rem;
            text-align: center;
        }

        @media (max-width: 768px) {
            .review-container {
                padding: 1.5rem;
            }
            .book-title {
                font-size: 1.75rem;
            }
            .author-name {
                font-size: 1.1rem;
            }
            .section-title {
                font-size: 1.25rem;
            }
            .paragraph {
                font-size: 1rem;
            }
            .quote {
                font-size: 1.1rem;
                padding-left: 1.5rem;
            }
        }
 