﻿@import url("https://fonts.googleapis.com/css?family=Jost:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic|Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&subset=cyrillic,latin,latin-ext,cyrillic-ext,vietnamese&ver=5.5.1");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700|Roboto:400");
/*$color-site: #17082d;*/
/*$color-blue: #0082fa;*/
/*$color-light-blue: #8dd7e5;*/
/*$color-dark-blue: #161b23;*/
/*********/
.semantic {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

address {
  font-style: normal;
}

@media all and (min-width: 577px) {
  .breadcrumbs-into-title {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 10px;
    position: relative;
    top: -50px;
    top: -50px;
    margin-bottom: -50px;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .breadcrumbs-into-title {
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative;
    top: -35px;
    margin-bottom: -35px;
    color: #bebebe !important;
  }
  .breadcrumbs-into-title span {
    color: #bebebe !important;
    margin: 0 5px !important;
  }
}

.jcs-breadcrumbs .current-item {
  color: #84d693 !important;
}

figure {
  all: initial;
}

@media all and (min-width: 577px) {
  .jcs-page-title-wrap .jcs-page-title-top-gradient {
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background: -o-linear-gradient(to top, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  }
  .jcs-page-title-wrap .jcs-page-title-bottom-gradient {
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .jcs-page-title-wrap .jcs-page-title-top-gradient {
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  }
  .jcs-page-title-wrap .jcs-page-title-bottom-gradient {
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  }
}
.jcs-top-bar-right-text {
  position: relative;
  top: -5px;
}

.jcs-top-bar-right-language {
  display: inline;
  margin-left: 30px;
  position: relative;
  top: -5px;
}
.jcs-top-bar-right-language a img {
  width: 24px;
  margin-left: 3px;
}

.mobile-menu-language {
  border-bottom: 0px !important;
}
.mobile-menu-language > span:last-child {
  margin-left: 10px;
}
.mobile-menu-language > span {
  display: inline-block !important;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.mobile-menu-language > span a {
  all: unset !important;
}
.mobile-menu-language > span a img {
  max-width: 18px;
  margin-right: 2px;
}
.jcs-navigation .sub-menu {
  /*background-color:rgba(255,255,255,0.2) !important;*/
}

.jcs-main-menu a {
  text-transform: uppercase !important;
}

header {
  z-index: 1;
  position: relative;
}

#mainBanner .gdlr-core-pbf-element {
  position: relative;
  top: -70px;
}

.overlay {
  background-image: url("/images/overlay-pattern.png") !important;
  background-repeat: repeat;
  height: calc(100% - 70px);
  left: 0;
  position: absolute;
  top: 70px;
  width: 100%;
  /*opacity:0.7;*/
  z-index: 0;
}

.preload {
  display: none;
  top: calc((100% - 64px) / 2);
  left: calc((100% - 64px) / 2);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.preload img {
  width: 60px;
  height: auto;
}

/*#### FOOTER ####*/
.jcs-copyright-wrapper .gdlr-core-social-network-item {
  margin-bottom: 20px;
}
.jcs-copyright-wrapper .gdlr-core-social-network-item a {
  margin-left: 10px;
}
.jcs-copyright-wrapper .gdlr-core-social-network-item a img {
  width: 65px !important;
}

/*### Json Data Admin Edit ###*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal-content {
  position: relative;
  margin: 10% auto;
  padding: 20px;
  background-color: white;
  width: 80%;
  max-width: 90%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.modal .modal-content h3 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
.modal .modal-content .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  font-weight: bold;
  color: black;
  cursor: pointer;
}
.modal .modal-content .close:hover {
  color: red;
}

#modalBody {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.modal-section {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section-header {
  font-size: 18px;
  background-color: #007BFF;
  color: white;
  padding: 8px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-control,
input[type=file] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.preview-image {
  display: block;
  max-width: 100%;
  border-radius: 8px;
  margin-top: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
}
.modal .modal-content {
  position: relative;
  margin: 5% auto;
  padding: 20px;
  background-color: white;
  width: 70%;
  max-width: 70%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  /*.ck-editor__editable {
      max-height: 300px !important;*/ /* ckEditor Setting Height */
  /*min-height: 300px !important;
  }*/
}
.modal .modal-content h3 {
  margin-left: 20px !important;
  margin-bottom: 10px !important;
}
.modal .modal-content h4 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #333;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
}
.modal .modal-content h4 span {
  color: #6db079;
}
.modal .modal-content .close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 25px;
  font-weight: bold;
  color: black;
  cursor: pointer;
}
.modal .modal-content .close:hover {
  color: red;
}
.modal .modal-content .form-group {
  margin-bottom: 15px;
}
.modal .modal-content label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.modal .modal-content textarea, .modal .modal-content input[type=file] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.modal .modal-content textarea {
  height: 170px;
}
.modal .modal-content img {
  max-width: 100%;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}
.modal .modal-content .iconimage {
  max-width: 100px !important;
  padding: 10px;
}
.modal .modal-content .iconfont {
  font-size: 80px !important;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  padding: 10px;
}
.modal .modal-content .InputContentList {
  display: inline-block;
  width: 92%;
}
.modal .modal-content .BtnContentListRemove {
  display: inline-block;
  width: calc(7% - 5px);
  color: #fff;
  height: 37px;
  border: 0;
  margin-left: 5px;
  cursor: pointer;
  background-color: #666666;
}
.modal .modal-content .BtnContentListAdd {
  display: inline-block;
  width: calc(7% - 5px);
  color: #fff;
  height: 37px;
  border: 0;
  cursor: pointer;
  background-color: #666666;
}
.modal .modal-content .list-item {
  margin-bottom: 8px;
}
.modal .modal-content .ck-label {
  display: none;
}

/*$color-site: #17082d;*/
/*$color-blue: #0082fa;*/
/*$color-light-blue: #8dd7e5;*/
/*$color-dark-blue: #161b23;*/
@media all and (min-width: 1px) and (max-width: 576px) {
  #Popup {
    z-index: 900;
    position: absolute;
    top: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #Popup > li {
    width: 80%;
    margin: auto;
    display: block;
    position: relative;
    padding-bottom: 10px;
  }
  #Popup > li img {
    width: 100%;
    max-width: 100%;
  }
  #Popup .close {
    bottom: 10px;
    left: 10px;
    position: absolute;
  }
  #Popup .close > i {
    /*font-size: 100px;*/
    color: #ffffff;
    margin-right: 3px;
  }
  #Popup .Popup_Cookie {
    /*border-top: 1px solid #494949;*/
    height: 40px;
    line-height: 40px;
    background-color: #000000;
    color: #ffffff;
    text-align: right;
    padding-right: 20px;
    cursor: pointer;
  }
  #Popup .Popup_Cookie span {
    font-size: 14px !important;
    line-height: 40px !important;
    opacity: 0.8 !important;
    font-weight: 100;
  }
}
@media all and (min-width: 577px) {
  #Popup {
    /*width:930px !important;*/
    z-index: 900;
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #Popup > li {
    display: none;
    margin-right: 5px;
    position: relative;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.8), 0 10px 10px 0 rgba(0, 0, 0, 0.3);
  }
  #Popup .close {
    bottom: 0px;
    left: 10px;
    position: absolute;
  }
  #Popup .close > i {
    /*font-size: 100px;*/
    color: #ffffff;
    margin-right: 3px;
  }
  #Popup .Popup_Cookie {
    /*border-top: 1px solid #494949;*/
    height: 40px;
    line-height: 40px;
    background-color: #000000;
    color: #ffffff;
    text-align: right;
    padding-right: 20px;
    cursor: pointer;
  }
  #Popup .Popup_Cookie span {
    font-size: 14px !important;
    line-height: 40px !important;
    opacity: 0.8 !important;
    font-weight: 100;
  }
}
@media all and (min-width: 577px) {
  .mainbanner .jb-text {
    position: absolute;
    top: calc(50% - 4.5rem);
    left: 1rem;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: LeBeauneNew;
  }
  .mainbanner .jb-text .text-01 {
    font-size: 1.5rem;
    margin-bottom: 0px;
    line-height: 2.5rem;
  }
  .mainbanner .jb-text .text-02 {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 5.5rem;
  }
  .mainbanner .jb-text .text-03 {
    font-size: 1.2rem;
    font-family: Jost;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .mainbanner .jb-text {
    position: absolute;
    top: calc(50% - 12rem);
    left: 1rem;
    width: 92%;
    text-align: center;
    color: #ffffff;
    font-family: LeBeauneNew;
  }
  .mainbanner .jb-text .text-01 {
    font-size: 1.2rem;
    margin-bottom: 0px;
    line-height: 2.5rem;
  }
  .mainbanner .jb-text .text-02 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.5rem;
  }
  .mainbanner .jb-text .text-03 {
    font-size: 1rem;
    font-family: Jost;
  }
}

.index-wrapper .more01 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #777777;
  padding: 0px 0px 2px 0px;
  text-transform: uppercase;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-width: 0px 0px 1px 0px;
  border-color: #777777;
}
.index-wrapper .curriculum_achievement_college-banner-wrapper .gdlr-core-column-20 {
  cursor: pointer;
}
.index-wrapper .curriculum_achievement_college-banner-wrapper .banner3-title {
  position: relative;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}
@media all and (min-width: 577px) {
  .index-wrapper .curriculum_achievement_college-banner-wrapper .banner3-title {
    top: -130px;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .index-wrapper .curriculum_achievement_college-banner-wrapper .banner3-title {
    top: calc((50vw - 4.5rem) * -1);
  }
}
.index-wrapper .curriculum_achievement_college-banner-wrapper .gdlr-core-image-overlay {
  color: #fff;
  font-size: 26px;
}
@media all and (min-width: 577px) {
  .index-wrapper .curriculum_achievement_college-banner-wrapper img {
    max-width: 410px !important;
    max-height: 273px !important;
    width: 410px !important;
    height: 273px !important;
    object-fit: cover;
  }
}
@media all and (min-width: 577px) {
  .index-wrapper .home-college-rolling-wrapper .gdlr-core-title-item-title {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #222222;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .index-wrapper .home-college-rolling-wrapper .gdlr-core-title-item-title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #222222;
    margin-bottom: 30px !important;
  }
}
@media all and (min-width: 577px) {
  .index-wrapper .index-counter-banner-wrap .gdlr-core-pbf-background {
    background-image: url("/images/home/home-number-bg3.jpg");
    background-size: cover;
    background-position: center;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .index-wrapper .index-counter-banner-wrap .gdlr-core-pbf-background {
    background-image: url("/images/home/home-number-bg-m.jpg");
    background-size: cover;
    background-position: center;
  }
}
.index-wrapper .index-counter-banner-wrap .gdlr-core-counter-item-number {
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 20px;
}
.index-wrapper .index-counter-banner-wrap .gdlr-core-image-item-wrap {
  border-width: 0px;
  max-width: 64px;
  max-height: 64px;
}
.index-wrapper .index-counter-banner-wrap .gdlr-core-image-item-wrap img {
  width: auto;
  height: 64px;
}
@media all and (min-width: 577px) {
  .index-wrapper .index-counter-banner-wrap .gdlr-core-counter-item-bottom-text {
    font-size: 17px;
    font-weight: 400;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .index-wrapper .index-counter-banner-wrap .gdlr-core-counter-item-bottom-text {
    font-size: 0.9rem;
    font-weight: 400;
  }
}
.index-wrapper .index-sportlighton-wrapper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}
.index-wrapper .index-sportlighton-wrapper .swiper-pagination-bullet-active {
  background: #3db166 !important;
}
@media all and (min-width: 577px) {
  .index-wrapper .index-sportlighton-wrapper .gdlr-core-blog-title h3 {
    height: 95px;
  }
}
.index-wrapper .index-sportlighton-wrapper .gdlr-core-blog-title a {
  font-family: "Noto Sans KR";
  font-size: 20px;
  line-height: 28px;
}
.index-wrapper .index-sportlighton-wrapper .flex-control-nav a {
  width: 16px !important;
  height: 16px !important;
}
@media all and (min-width: 577px) {
  .index-wrapper .index-sportlighton-wrapper .gdlr-core-title-item-title {
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #222222;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .index-wrapper .index-sportlighton-wrapper .gdlr-core-title-item-title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0px !important;
    color: #222222;
  }
}
@media all and (min-width: 577px) {
  .index-wrapper .index-sportlighton-wrapper .index-sportlighton-title-youtube {
    padding-top: 190px !important;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .index-wrapper .index-sportlighton-wrapper .index-sportlighton-title-youtube {
    padding-top: 0px !important;
  }
}
@media all and (min-width: 577px) {
  .index-wrapper .index-sportlighton-wrapper .index-youtube-wrapper .gdlr-core-blog-thumbnail img {
    width: 686px;
    height: 217px;
    object-fit: cover;
  }
}
.index-wrapper .index-sportlighton-wrapper .index-youtube-wrapper i {
  display: inline-block;
  background: #fff;
  color: #84d693;
  padding-left: 0px;
  -webkit-transition: background-color 200ms, color 200ms; /* Chrome, Safari */
  -moz-transition: background-color 200ms, color 200ms; /* Firefox */
  -o-transition: background-color 200ms, color 200ms; /* Opera */
  transition: background-color 200ms, color 200ms;
}
.index-wrapper .index-sportlighton-wrapper .index-youtube-wrapper i:hover {
  background-color: #84d693;
  color: #fff;
}
.index-wrapper .index-sportlighton-wrapper #swiper-container-youtube {
  overflow: hidden;
}
.index-wrapper .index-sportlighton-wrapper #swiper-container-youtube .gdlr-core-blog-grid-frame {
  height: 180px !important;
}
@media all and (min-width: 577px) {
  .index-wrapper .index-sportlighton-wrapper #swiper-container-youtube .swiper-slide {
    width: 386px !important;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .index-wrapper .index-sportlighton-wrapper #swiper-container-youtube .swiper-slide {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media all and (min-width: 577px) {
  .index-wrapper .index-sportlighton-wrapper #swiper-container-youtube .swiper-slide .gdlr-core-blog-grid {
    box-shadow: 0 20px 35px rgba(10, 10, 10, 0.1);
    -moz-box-shadow: 0 20px 35px rgba(10, 10, 10, 0.1);
    -webkit-box-shadow: 0 20px 35px rgba(10, 10, 10, 0.1);
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .index-wrapper .index-sportlighton-wrapper #swiper-container-youtube .swiper-slide .gdlr-core-blog-grid {
    box-shadow: 0 2px 10px rgba(10, 10, 10, 0.1);
    -moz-box-shadow: 0 2px 10px rgba(10, 10, 10, 0.1);
    -webkit-box-shadow: 0 2px 10px rgba(10, 10, 10, 0.1);
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .index-wrapper .index-sportlighton-wrapper #swiper-container-galleries {
    overflow: hidden;
  }
}
@media all and (min-width: 577px) {
  .index-wrapper .index-sportlighton-wrapper #swiper-container-galleries .swiper-slide {
    padding-right: 20px !important;
    padding-left: 20px !important;
    width: 290px !important;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .index-wrapper .index-sportlighton-wrapper #swiper-container-galleries .swiper-slide {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
@media all and (min-width: 577px) {
  .index-wrapper .index-sportlighton-wrapper #swiper-container-galleries .swiper-slide .gdlr-core-event-item-list-inner {
    /*box-shadow: 0 30px 50px rgba(10, 10, 10, 0.1);*/
    box-shadow: 0 10px 20px rgba(10, 10, 10, 0.1);
    -moz-box-shadow: 0 10px 20px rgba(10, 10, 10, 0.1);
    -webkit-box-shadow: 0 10px 20px rgba(10, 10, 10, 0.1);
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .index-wrapper .index-sportlighton-wrapper #swiper-container-galleries .swiper-slide .gdlr-core-event-item-list-inner {
    box-shadow: 0 2px 10px rgba(10, 10, 10, 0.1);
    -moz-box-shadow: 0 2px 10px rgba(10, 10, 10, 0.1);
    -webkit-box-shadow: 0 2px 10px rgba(10, 10, 10, 0.1);
  }
}
@media all and (min-width: 577px) {
  .index-wrapper .index-sportlighton-wrapper #swiper-container-galleries .swiper-slide .gdlr-core-event-item-list-inner .gdlr-core-event-item-thumbnail {
    height: 192px;
  }
}
.index-wrapper .index-sportlighton-wrapper #swiper-container-galleries .swiper-slide .gdlr-core-event-item-list-inner .gdlr-core-event-item-thumbnail img {
  object-fit: cover !important;
}
@media all and (min-width: 577px) {
  .index-wrapper .index-sportlighton-wrapper #swiper-container-galleries .swiper-slide .gdlr-core-event-item-list-inner .gdlr-core-frame {
    height: 120px;
  }
}
@media all and (min-width: 577px) {
  .index-wrapper #swiper-container-college {
    height: 250px;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .index-wrapper #swiper-container-college {
    height: 230px;
  }
}
.index-wrapper #swiper-container-college img {
  max-height: 100%;
  max-width: 100%;
}

.jcs-footer-wrapper .menu-item a {
  font-size: 14px;
}

/*$color-site: #17082d;*/
/*$color-blue: #0082fa;*/
/*$color-light-blue: #8dd7e5;*/
/*$color-dark-blue: #161b23;*/
@media all and (min-width: 1px) and (max-width: 576px) {
  .diversity_text_wrap {
    /*        position: relative;
            top: 330px;*/
  }
}

@media all and (min-width: 577px) {
  .diversity_chart_wrap img {
    padding-top: 160px;
    padding-left: 20px;
    width: 85%;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .diversity_chart_wrap {
    position: relative;
    top: -100px;
  }
}

@media all and (min-width: 577px) {
  .jcsprofile_img_wrap img {
    width: 19%;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3), 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  }
  .jcsprofile-wrap {
    vertical-align: middle;
    height: 100%;
  }
  .jcsprofile-wrap img {
    position: relative;
    top: 390px;
    border-radius: 10px;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .jcsprofile_img_wrap .gdlr-core-text-box-item {
    padding-left: 0px !important;
  }
  .jcsprofile_img_wrap img {
    width: 32%;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3), 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  }
  .jcsprofile_img_wrap p {
    text-align: center;
  }
  .jcsprofile-wrap {
    position: relative;
    top: -100px;
    border-radius: 10px;
  }
}
@media all and (min-width: 577px) {
  .acsi_logo_wrap img {
    position: relative;
    top: 170px;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .acsi_logo_wrap img {
    position: relative;
    top: -120px;
  }
}

/*$color-site: #17082d;*/
/*$color-blue: #0082fa;*/
/*$color-light-blue: #8dd7e5;*/
/*$color-dark-blue: #161b23;*/
/*#### ACADEMICS ####*/
.achivement-chart-bar {
  height: 300px !important;
}

.academic-achivement-wrap {
  /*    .gdlr-core-column-30{
      margin: 0px 0px 50px 0px;
      padding: 40px 40px 40px 40px;
  }
  .gdlr-core-divider-line {
      border-color: #0082fa;
      border-width: 3px;
  }*/
}
.academic-achivement-wrap #chart_competition_wrap {
  height: 300px;
}
.academic-achivement-wrap h3 {
  color: initial;
}
.academic-achivement-wrap i {
  margin-right: 0px !important;
}

@media all and (min-width: 577px) {
  .academic-elementary-wrap .middle-title {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #ffffff;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .academic-elementary-wrap .middle-title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #ffffff;
  }
}

.academic-middle-wrap .gdlr-core-column-20 .gdlr-core-feature-box-content h3, .academic-middle-wrap .gdlr-core-column-30 .gdlr-core-feature-box-content h3, .academic-high-wrap .gdlr-core-column-20 .gdlr-core-feature-box-content h3, .academic-high-wrap .gdlr-core-column-30 .gdlr-core-feature-box-content h3 {
  height: 120px;
  line-height: 120px;
}
.academic-middle-wrap .gdlr-core-feature-box-background:before, .academic-high-wrap .gdlr-core-feature-box-background:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}

.academic-college-counseiling-wrap .questbridge-wrap {
  text-align: center;
}
@media all and (min-width: 577px) {
  .academic-college-counseiling-wrap .questbridge-wrap img {
    width: 30%;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .academic-college-counseiling-wrap .text-blue {
    line-height: 30px !important;
  }
}

.academic-college-acceptance-wrap h3 {
  font-size: 20px !important;
}
.academic-college-acceptance-wrap .gdlr-core-portfolio-content-wrap {
  min-height: 120px;
  height: 120px;
}
.academic-college-acceptance-wrap ul {
  margin-bottom: 25px;
}
.academic-college-acceptance-wrap .tag {
  background-color: rgba(24, 25, 137, 0.7);
  color: #ffffff;
  padding: 1px 5px 1px 5px;
  border-radius: 6px;
  font-size: 12px;
}
@media all and (min-width: 577px) {
  .academic-college-acceptance-wrap .wrapper-first {
    padding: 50px 0px 30px 0px;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .academic-college-acceptance-wrap .wrapper-first {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .academic-college-acceptance-wrap .filter a.active {
    border-bottom: 0px !important;
  }
  .academic-college-acceptance-wrap li a {
    line-height: 35px;
  }
}

/*$color-site: #17082d;*/
/*$color-blue: #0082fa;*/
/*$color-light-blue: #8dd7e5;*/
/*$color-dark-blue: #161b23;*/
/*#### extracurricular ####*/
.extracurricular-wrapper .gdlr-core-column-20 {
  cursor: pointer;
}

@media all and (min-width: 577px) {
  .gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-id {
    min-width: 300px !important;
  }
}
.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-icon {
  /*display:none;*/
}

@media all and (min-width: 1px) and (max-width: 576px) {
  .extracurricular-scholastic-wrapper .gdlr-core-pbf-column-content .gdlr-core-image-item-wrap {
    position: relative;
    top: 120px;
  }
}
@media all and (min-width: 577px) {
  .extracurricular-scholastic-wrapper .scholastic-content-middle {
    padding: 0px 0px 45px 0px;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .extracurricular-scholastic-wrapper .scholastic-content-middle {
    padding: 0px 0px 0px 0px;
  }
  .extracurricular-scholastic-wrapper .scholastic-content-middle .gdlr-core-button-item .gdlr-core-button {
    width: 100%;
    text-align: center;
  }
}
@media all and (min-width: 577px) {
  .extracurricular-scholastic-wrapper .gdlr-core-image-item {
    max-width: 70%;
  }
}
.scholastic-achivement-wrap i {
  margin-right: 2px !important;
}

@media all and (min-width: 1px) and (max-width: 576px) {
  .scholastic-list-wrapper .gdlr-core-title-item-title-wrap {
    margin-top: 50px;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .scholastic-list-wrapper .gdlr-core-course-item-id {
    margin-right: 20px;
  }
}

/*$color-site: #17082d;*/
/*$color-blue: #0082fa;*/
/*$color-light-blue: #8dd7e5;*/
/*$color-dark-blue: #161b23;*/
/*#### ADMISSION ####*/
@media all and (min-width: 1px) and (max-width: 576px) {
  .admission_application_wrap .gdlr-core-button-solid {
    width: 100%;
    text-align: center;
  }
}

/*$color-site: #17082d;*/
/*$color-blue: #0082fa;*/
/*$color-light-blue: #8dd7e5;*/
/*$color-dark-blue: #161b23;*/
mark.marker-yellow {
  background-color: yellowgreen;
}

.jcs-single-article .image {
  text-align: center;
}
.jcs-single-article .image-style-side {
  text-align: right !important;
}
.jcs-single-article figure {
  display: inline-block;
}
.jcs-single-article figure p {
  margin-bottom: initial;
  vertical-align: initial;
}
.jcs-single-article table {
  border-spacing: initial;
  border-collapse: initial;
}

/*#### COMMUNITY ####*/
.community-recruitment-wrap .list-checked {
  margin-top: 10px;
}
.community-recruitment-wrap .list-checked li {
  margin-bottom: 0px;
}

.board-sidebar-wrapper .gdlr-core-recent-post-widget-wrap a {
  height: 75px !important;
  display: inline-block;
}
.board-sidebar-wrapper .gdlr-core-recent-post-widget-wrap img {
  object-fit: cover !important;
  max-width: initial !important;
  height: initial !important;
}

@media all and (min-width: 577px) {
  .board-list-image {
    width: 840px;
    height: 526px;
  }
  .board-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.board-post-wrapper .jcs-blog-title-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: url("/images/overlay-pattern.png") repeat;
  /*background-size: 4px 4px;*/
}

.board-post-btn-list {
  clear: both;
  display: inline-block;
  width: 65%;
  position: absolute;
  text-align: center;
  left: 17.5%;
}
.board-post-btn-list i {
  margin-right: 15px;
  vertical-align: middle;
  font-size: 25px;
}
.board-post-btn-list .jcs-text {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.board-post-btn-list a {
  color: #888888;
}

.jcs-single-nav a, .jcs-single-nav a {
  color: #888888;
}

.jcs-single-nav a:hover {
  color: #84d693 !important;
}

.board-post .gdlr-core-social-share-item {
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
}
.board-post .gdlr-core-social-share-item .gdlr-core-social-share-count {
  height: 32px;
  line-height: 32px;
  display: inline-block;
}
.board-post .gdlr-core-social-share-item .a2a_kit a {
  margin: initial;
}

/*.gdlr-core-fluid-video-wrapper {
    width: initial !important;

    iframe {
        width: initial !important;
        height: initial !important;
    }
}*/
.gdlr-core-page-builder-body form .input-validation-error {
  border: 1px solid #dc3545 !important;
}
.gdlr-core-page-builder-body form .field-validation-error {
  padding-left: 10px;
}
.gdlr-core-page-builder-body form .wpcf7-form-control-wrap .text-danger {
  color: #99090A;
}

/*.ck-widget__type-around {
    display: none;
}

.ck-widget__resizer {
    display: none;
}*/
.jcs-single-article svg {
  display: none;
}

.board-post-downloadlist-wrap h4 {
  font-size: 1em;
  margin-bottom: 10px;
}
.board-post-downloadlist-wrap ul {
  margin: 0px 0px 15px 0px;
  padding: 5px 0px;
  background-color: #fff;
  border-top: 1px solid rgb(230, 230, 230);
}
.board-post-downloadlist-wrap li {
  display: block;
  list-style: none;
  padding: 8px 5px 8px 10px;
}
.board-post-downloadlist-wrap li .board-post-downloadlist-filename {
  display: inline-block;
  padding: 0px 5px 0px 5px;
  font-weight: 500;
  color: #004f2a;
}
.board-post-downloadlist-wrap li .board-post-downloadlist-size {
  font-size: 0.8em;
  color: #aaa;
}

.uploaded-list-wrap ul {
  margin: 0px 0px 15px 0px;
  padding: 5px 0px;
  background-color: #fff;
}
.uploaded-list-wrap li {
  display: block;
  list-style: none;
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #ccc;
}
.uploaded-list-wrap li:last-child {
  border-bottom: 0px;
}
.uploaded-list-wrap .uploaded-list-filename a {
  color: #004f2a;
  font-weight: 500;
}
.uploaded-list-wrap .uploaded-list-size {
  display: inline-block;
  padding: 0px 6px 0px 6px;
}
.uploaded-list-wrap .uploadedList_remove {
  cursor: pointer;
  color: #99090A;
}

.submit-button-tempsave {
  background-color: #cccccc;
}

@media all and (min-width: 577px) {
  .gdlr-core-fluid-video-wrapper {
    width: 1000px;
    height: 562.5px;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .gdlr-core-fluid-video-wrapper {
    width: calc(100vw - 70px);
    height: 56.25vw;
  }
}

@media all and (min-width: 577px) {
  .jcs-single-article {
    width: 1000px !important;
    margin: 0 auto !important;
  }
  .jcs-single-article img {
    width: 100% !important;
    height: auto !important;
  }
  .jcs-single-article figure, .jcs-single-article img, .jcs-single-article div, .jcs-single-article p, .jcs-single-article span, .jcs-single-article h2, .jcs-single-article h3, .jcs-single-article h4, .jcs-single-article h5 {
    max-width: 1000px !important;
  }
  .board-save #FormSave {
    width: 1000px;
    margin: 0 auto;
  }
}
@media all and (min-width: 1px) and (max-width: 576px) {
  .jcs-single-article {
    width: 100% !important;
  }
  .jcs-single-article img {
    width: 100% !important;
    height: auto !important;
  }
  .jcs-single-article figure, .jcs-single-article img, .jcs-single-article div, .jcs-single-article p, .jcs-single-article h2, .jcs-single-article h3, .jcs-single-article h4, .jcs-single-article h5 {
    width: 100% !important;
    max-width: 1000px !important;
  }
}
figure.media .ck-media__wrapper {
  width: 1000px !important;
  height: 562px !important;
}
