@media (min-width: 1200px){
 .container {
  width: 1170px;
 }
}
body{
 font-size: 16px;
 line-height: 26px;
 font-family: "Noto Sans KR", sans-serif; 
 color: #1F2937; 
}
/* common classes  */
h2{ font-size: 30px; font-weight: bold; margin-bottom: 30px;}
.font18{font-size: 18px; line-height: 36px;}
.font12{font-size: 12px; line-height: 18px;}
.font14{font-size: 14px; line-height: 18px;}
.font16{font-size: 16px; line-height: 26px;}
.font20{font-size: 20px}
.bg-yellow{background: #FFFBEF}
.pad-20{padding: 20px;}
section{margin-top: 90px;}
.clearfix{clear: both;}
.m-t115{margin-top:140px}
.text-d-blue{color: #04084D;}
.text-l-blue{color: #213477;}
.text-black{color: #1F2937;}
.text-white{color: #FFFFFF;}
.bor-l-dashed{border-left: 1px dashed #9CA3AF}
.m-lr-50{margin: 0 50px;}
.m-t77{margin-top: 77px;}
.m-r30{margin-right: 30px;}
.p-l25{padding-left: 25px;}
.pink-box{background: #DCD6FB; padding: 15px; display: block; color: #01176B; font-size: 16px; text-align: center; border-radius: 4px; font-weight: bold;} 
.pink-box br{display: none;}
.mt-30{margin-top: 30px;}
a{color: #213477;}
.bg-yellow{background-color: #DBB057;}
.bg-blue{background-color: #CBD5E1;}
.bg-pink{background-color: #E3C9C6;}
.flex{
    display: flex;
   }
   .flex-wrap{
    flex-wrap: wrap;
   }
   .justify-center{
    justify-content: center;
   }
   .justify-between{
    justify-content: space-between;
   }
   .items-center{
    align-items: center;
   }
   .flex-col{
    flex-direction: column;
   }
   .relative{
    position: relative;
   }
   .mx-4{
    margin-left: 16px;
    margin-right: 16px;
   }
   .ml-8{
    margin-left: 32px;
   }
   .mt-10{
    margin-top: 10px;
   }
   .mt-20{
    margin-top: 20px;
   }
   .mt-40{
    margin-top: 40px;
   }
   .mt-50{
    margin-top: 50px;
   }
   .mb-40{
    margin-bottom: 40px;
   }
   .mb-20{
    margin-bottom: 20px;
   }
   .mb-0{
    margin-bottom: 0;
   }
   .mr-45{
    margin-right: 45px;
   }
   .mt-7\.5{
    margin-top: 30px;
   }
   .w-1\/4{
    width: 25%;
   }
   .mx-auto{
    margin-left: auto;
    margin-right: auto;
   }
   .max-w-775{
    max-width: 775px;
   }
   .note{
    font-size: 14px; 
    line-height: 26px;
   }
   .gap-15{
    gap: 15px;
   }

.cta-white{
 border: 1px solid #113dcd;;
 background-color: #fff;
 color: #113dcd;
 border-radius: 34px;
 height: 50px;
 text-align: center;
 display: inline-block;
 font-size: 16px;
 line-height: 50px;
 text-decoration: none;
 font-weight: bold;
 padding: 0 30px;
 min-width: 260px;
 margin: 0 10px;
}
.cta-white:hover, .cta-white:active, .cta-white:focus{
 box-shadow: 0 30px 22px -20px #788ace;
 text-decoration: none;
 color: #113dcd;
}
.cta-primary{
 margin: 0 10px;
 background-color: #113dcd;
 border-radius: 34px;
 font-size: 16px;
 height: 50px;
 line-height: 50px;
 color: #fff;
 text-align: center;
 display: inline-block;
 text-decoration: none;
 font-weight: bold;
 padding: 0 30px;
 min-width: 260px;
}
.cta-primary:hover, .cta-primary:focus {
 color: #fff;
 text-decoration: none;
 box-shadow: 0 30px 22px -20px #788ace;
}

/* faq section  */
.all-access-faq{
 padding: 40px 0;
 width: 100%;
}
.all-access-faq h3{
 font-size: 32px;
 text-align: center;
 font-weight: bold;
 margin-bottom: 40px;
}
.all-access-faq .service-faq .panel-default>.panel-heading.collapsed{
 background-color: #fff;
 font-size: 20px;
}
.service-faq .panel-group {
 counter-reset: counter-name;
}
.service-faq .panel-heading {
 position: relative;
 margin-left: 40px;
}
.service-faq .panel-default .panel-heading::before {
 counter-increment: counter-name;
 content: counter(counter-name, decimal-leading-zero);
 color: #262626;
 font-weight: 700;
 font-size: 20px;
 line-height: 21px;
 margin-right: 15px;
 position: absolute;
 left: -40px;
 top: 14px;
}
.service-faq .panel-default>.panel-heading,
.service-faq .panel-default>.panel-heading:hover,
.service-faq .panel-default>.panel-heading:focus{
 background-color: #fff;
 color: #262626;
 padding: 10px 50px 10px 10px;
}
.service-faq .panel-default>.panel-heading a,
.service-faq .panel-default>.panel-heading a:hover,
.service-faq .panel-default>.panel-heading a:focus{
 color: #262626;
}
.service-faq .panel-group .panel {
 margin-bottom: 0;
 border-radius: 0;
 border: none;
 cursor: pointer;
 border-bottom: 1px solid rgba(226, 228, 233, 1);
 box-shadow: none;
}

.service-faq .panel-default>.panel-heading+.panel-collapse>.panel-body{
 border-top-color: #ddd;
 background: transparent;
 padding: 0 10px 10px 10px;
 font-size: 16px;
 border-top: none;
}
.service-faq .panel-body p{
 font-size: 16px;
 line-height: 24px;
 padding-left: 40px;
}
.service-faq .panel-body ul{
 padding-left: 40px;
}
.service-faq .panel-default>.panel-heading a,
.service-faq .panel-default>.panel-heading a:hover,
.service-faq .panel-default>.panel-heading a:focus{
 font-size: 20px;
 line-height: 30px;
}
.service-faq .panel-default>.panel-heading.collapsed a,
.service-faq .panel-default>.panel-heading.collapsed a:hover,
.service-faq .panel-default>.panel-heading.collapsed a:focus{
 font-size: 20px;
}
.service-faq .panel-heading:after{
 position: absolute;
 right: 20px;
 top: 9px;
 content: "";
 width: 24px;
 height: 24px;
 background-position: center;
 background-repeat: no-repeat;
 background-size: contain;
 background-image: url('images/arrow-up.svg');
}
.service-faq .panel-heading.collapsed:after{
 position: absolute;
 right: 20px;
 top: 9px;
 content: "";
 background-image: url('images/arrow-down.svg');
 width: 24px;
 height: 24px;
 background-position: center;
 background-repeat: no-repeat;
 background-size: contain;
}

button.close,button.close:hover{
 position: absolute;
 top: 15px;
 right: 15px;
 background-image: url('images/close.svg');
 width: 16px;
 height: 16px;
 opacity: 1;
 background-size: contain;
 background-repeat: no-repeat;
 z-index: 1;
}

@keyframes slideleft {
 from {
  transform: translateX(0%);
 }

 to {
  transform: translateX(-100%);
 }
}
@keyframes slideleft1 {
 from {
  transform: translateX(100%);
 }

 to {
  transform: translateX(0%);
 }
}

.top-banner{
 background: url(images/top-banner.png) no-repeat;
 background-size: cover;
 padding: 60px 40px;
 min-height: 450px;
}
.top-banner .logo{margin: 20px auto;}
.top-banner h1{
 font-size: 40px;
 line-height: 65px;
 font-weight: 900;
 margin-bottom: 20px; color: #fff;
}
.top-banner h1 span{
 font-size: 40px;
 color: #fff;
}
.top-banner p{
 font-size: 16px;
 line-height: 24px;
 margin-bottom: 40px;
}
.top-banner .link{
 font-weight: bold;
 color: #113dcd;
 font-size: 16px;
 line-height: 24px;
 position: relative;
 padding-left: 34px;
 display: inline-block;
}
.top-banner .link::before{
 content: '';
 width: 24px;
 height: 24px;
 position: absolute;
 top: 0;
 left: 0;
 background: url('images/play-icon.png') no-repeat;
 background-size: contain;
}
.light-blue-box{background:#F5F3FE; padding: 30px; border-radius: 10px; min-height: 200px; font-size: 18px; text-align: left; line-height: 45px; margin-top:-120px ; border: 1px solid #CBD5E1; display: flex;}
.light-blue-box .pointer{width: 50%; float: left;}
.light-blue-box hr{margin: 30px auto !important; display: block; clear: both; border-color: #c5c4da; }
.light-blue-box .points{ content: ''; width: 60px; height: 60px;
 display: inline-block; border-radius: 50px; line-height: 60px; font-size: 28px; text-align: center; font-weight: bold; margin-right: 15px; display: inline-block; }
.grant-profile .col-lg-3 { max-width: 20%;}
.profile-bg{background: #01176B; color:#ffffff; border-radius: 8px; text-align: center; min-height: 375px; padding: 10px 0;}
.profile-bg h2{font-size: 16px; font-weight: normal;}
.profile-bg img{ margin: 0 auto 15px auto;}

/* new styles  */
.scholarship-section {
    padding: 60px 0;
}

.scholarship-section p {
    font-size: 16px;
    line-height: 26px;
}

.scholarship-image {
    position: relative;
}

.img-text {
    position: absolute;
    top: 3%;
    left: 5%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.box-container {
    display: flex;
    gap: 24px;
  }
  
  .process-box {
    flex: 1;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    border: 1px solid #CBD5E1;
    position: relative;
  }
.process-box::after{
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 14px;
    height: 28px;
    background: url('images/chevron.svg') no-repeat center center;
}
.process-box:last-child:after{
    display: none;
}
.process-box img {
    margin-bottom: 15px;
    display: inline-block;
}
.process-title {
    font-size: 20px;
    font-weight: 700;
    color: #113DCD;
}

.process-desc {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
}

.btn-custom {
    background-color: #2f6ee2;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    margin-top: 20px;
}

.btn-custom:hover {
    background-color: #1c53c7;
}
.light-blue-box .rank {
    font-size: 20px;
    line-height: 30px;
}
.eligibility{
    padding: 60px 0;
}
.eligibility .info-box {
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #CBD5E1;
    margin-bottom: 20px;
    color: #262626;
    font-size: 16px;
    line-height: 25px;
  }
  .eligibility .info-box ul li{
    list-style-type: disc;
    margin-left: 20px;
    font-size: 16px;
    line-height: 28px;
  }
  .eligibility .info-box ol li{
    list-style-type: decimal;
    margin-left: 20px;
    font-size: 16px;
    line-height: 28px;
  }
  .eligibility .info-icon{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url('images/info-icon.svg') no-repeat center center;
    background-size: contain;
    margin-right: 10px;
  }
  .scholarship-header {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }

  .scholarship-header .glyphicon {
    margin-right: 10px;
    color: #8652f3;
  }

  .awards-container {
    margin-top: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }

  .award-box {
    border-radius: 8px;
    padding: 20px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
  }
  .award-box .points{
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50px;
    line-height: 60px;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-right: 15px;
    display: inline-block;
  }

  .award-gold {
    border:1px solid #DBB057;
  }

  .award-silver {
    border: 1px solid #CBD5E1;
  }

  .award-bronze {
    border: 1px solid #E3C9C6;
  }

  .total-amount {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }

  .note {
    font-size: 12px;
    color: #555;
    margin-top: 15px;
  }

  .paperpal-section {
    background: linear-gradient(180deg, #194ABB -31.47%, #01176B 105.59%);
    color: white;
    border-radius: 10px;
    padding: 24px 48px;
    margin: 30px 0 10px;
    display: flex;
  }

  .paperpal-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .paperpal-desc li{
    font-size: 16px;
    line-height: 25px;
    margin-left: 20px;
    list-style-type: disc;
  }

  .footnote {
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
    line-height: 30px;
  }
.judges-slider{position:relative;padding:40px 0; background-color: #F5F3FE;}
.judges-slider .owl-carousel .owl-nav button.owl-next,.judges-slider .owl-carousel .owl-nav button.owl-prev{position:absolute;top:40%; outline: none;}
.judges-slider .owl-carousel .owl-nav button.owl-prev{left:-16px;background:url(images/left-arrow.png) no-repeat!important;width:40px;height:40px;display:block;position:absolute;}
.judges-slider .owl-carousel .owl-nav button.owl-next{right:-24px;background:url(images/right-arrow.png) no-repeat!important;width:40px;height:40px;display:block;position:absolute;}
.judges-slider .owl-theme .owl-dots .owl-dot.active span,.judges-slider  .owl-theme .owl-dots .owl-dot:hover span{background:#113DCD;}
.judges-slider  .owl-nav button.owl-prev span,.judges-slider .owl-nav button.owl-next span{display:none;}
.judges-slider  .owl-theme .owl-dots .owl-dot:hover span{background:#113DCD;}
.judges-slider .owl-nav button.owl-next span{display:none;}
.read-more-toggle {display: none;}
@media only screen and (min-width:320px) and (max-width:767px) {
    h2{ 
        font-size: 24px
    }

    .top-banner {
        padding: 40px 0;
        min-height: 375px;
        background: #01176B;
    }

    .top-banner h1 {
        font-size: 26px;
        line-height: 40px;
    }

    .top-banner p {
        font-size: 16px;
        line-height: 28px;
    }

    .top-banner .logo {
        width: 270px;
        height: auto;
    }

    .grant-profile .col-lg-3 {
        max-width: 100%;
        text-align: center;
    }
    
    .light-blue-box hr {
        height: auto;
        margin: 10px auto;
    }
    .box-container{
        flex-direction: column;
        gap: 37px;
    }
    .process-box{
        display: flex;
        text-align: left;
        align-items: flex-start;
    }
    .process-box::after {
        right: 0;
        left: 0;
        top: inherit;
        bottom: -33px;
        margin: 0 auto;
        rotate: 90deg;
    }
    .process-box img {
        margin-right: 20px;
    }

      .total-amount {
        text-align: center;
        margin-top: 20px;
      }
      .judges-slider .owl-stage-outer{margin:0 auto 0 auto;}
      .scholarship-list .extra {
        display: none;
      }
    
      .scholarship-list.expanded .extra {
        display: list-item;
      }
    
      a.read-more-toggle {
        display: block;
        margin-top: 10px;
        color: #4A6BD8;
        text-decoration: underline;
        cursor: pointer;
        font-size: 16px;
        text-decoration: none;
        font-weight: 600;
      }
      .owl-carousel .owl-item .item{
        width: 70%;
        margin: 0 auto;
      }
      .judges-slider .owl-carousel .owl-nav button.owl-prev{left:10px;}
      .judges-slider .owl-carousel .owl-nav button.owl-next{right:0;}
      .pink-box {padding: 24px 35px; line-height: 32px;}
      .pink-box br{display: block;}



}
@media only screen and (min-width:320px) and (max-width:1023px) {
    .points span {
        width: 45px;
        height: 45px;
        font-size: 18px;
        line-height: 48px;
        display: block;
        margin: 10px auto;
    }
    .light-blue-box {
        font-size: 14px;
        padding: 20px 0;
        text-align: center;
        margin-left: 15px;
        margin-right: 15px;
        display: block;
    }

    .light-blue-box .rank {
        padding: 10px;
        border-radius: 8px;
        font-size: 16px;
        line-height: 28px;
    }

    .light-blue-box .one {
        background: #DBB057;
    }

    .light-blue-box .two {
        background: #CBD5E1;
    }

    .light-blue-box .three {
        background: #E3C9C6;
    }

    .light-blue-box .points {
        text-align: center;
        font-size: 28px;
        margin: 0;
        color: #1F2937;
    }
    .light-blue-box .box-text{
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
        text-align: left;
    }
    .light-blue-box .bor-l-dashed {
        border: none
    }
    .awards-container{
        display: block;
    }
    .awards-container .col-xs-4{
        padding-left:0;
        padding-right: 0;
    }
    .award-box{
        padding: 8px;
        text-align: center;
        margin-left: 8px;
        margin-right: 8px;
        line-height: 28px;
    }
    .award-box .points{
        background: none;
        color: #1F2937;
    }
    .eligibility .info-box{
        padding: 16px;
    }
    .paperpal-logo img{
        width: 140px;
        height: auto;
    }
    .paperpal-section{
        flex-direction: column;
        padding: 16px;
    }
    .paperpal-logo {
        display: block;
        margin-bottom: 20px;
        text-align: left;
      }
    .sm\:text-left{
        text-align: left;
    }
    .sm\:flex-col{
        flex-direction: column;
    }
    .sm\:col-reverse{
      flex-direction: column-reverse;
  }
  .sm\:block{
    display: block;
  }
}
  .video-section{
    background-color: #fffded;
    padding: 24px;
    border: 1px solid #cbd5e1;
    border-radius: 20px;
    margin: 10px 0 60px 0;
  }
  .video-section h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .video-section h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
  }
  .video-section p{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* CSS for modal for closer notice */

.closer-notice .cta-primary.cta-disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  &:hover {
    background-color: #cccccc;
    box-shadow: none;
  }
}

.closer-notice .modal.in .modal-dialog {
  overflow-y: auto;
  max-height: 600px;
}

.closer-notice button.close {
  width: 50px;
      font-weight: 400;
      text-shadow: none;
}

.closer-notice .modal-content {
  border-radius: 16px;
  border: 1px solid #ffffff;
}

.closer-notice .modal-header {
  background-image: url('images/top-banner.png');
  width: 100%;
  height: 220px;
  border-radius: 16px 16px 0 0;
  background-size: cover;
  background-position: top;
}

.closer-notice .modal-title {
  text-align: center;
}

.closer-notice .modal-title img {
  margin: 34px auto 28px;
}

.closer-notice .modal-title h4 {
  font-weight: 800;
  font-size: 60px;
  line-height: 52px;
  color: #ffffff;
}

.closer-notice .modal-body p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #374151;
  margin-bottom: 50px;
}
.closer-notice .modal-body .closer-notice-cta-blocks {
  display: flex;
  justify-content: center;
}
.closer-notice .modal-body .closer-notice-cta-blocks .cta-block {
  width: 270px;
  margin: 0 10px;
}
.closer-notice .modal-body .closer-notice-cta-blocks .cta-block a {
  margin: 0;
}
.closer-notice .modal-body .closer-notice-cta-blocks .cta-block p {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #374151;
  margin-top: 10px;
  line-height: 18px;
  padding: 0 30px;
}
.closer-notice .modal-body form {
  display: flex;
  align-items: center;
}

.closer-notice .modal-body form input {
  border: 1px solid #CBD5E1;
  margin: 0;
}
.closer-notice .modal-body form label {
  font-weight: 400;
  font-size: 16px;
  color: #4B5563;
  margin-left: 5px;
  margin-bottom: 0;
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .closer-notice .modal.in .modal-dialog {
    max-height: none;
  }
  .closer-notice .modal-body .closer-notice-cta-blocks {
    flex-direction: column;
    align-items: center;
  }
  .closer-notice .modal-title h4 {
    font-size: 50px;
  }
  .closer-notice .modal-body .closer-notice-cta-blocks .cta-block p {
    margin-bottom: 20px;
  }
}