.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-pill {
  border-radius: 10rem;
  background-color: #fff;
  font-size: 1.3rem;
}
.btn-pill:hover {
  color: #888888;
}
.btn-pill .text-primary {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  margin-left: 1rem;
}

.btn-outline-gray {
  color: #333333;
}

#header {
  border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 767.98px) {
  #header .navbar {
    padding-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  #header #nav-left {
    width: calc(100vw - 12rem);
  }
}
#header #nav-left p {
  font-size: 1rem;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #header #nav-left p {
    display: inline-block;
    font-size: 1.4rem;
    position: relative;
    margin-left: 1.6rem;
    vertical-align: middle;
    width: 30rem;
  }
}
@media (min-width: 768px) {
  #header {
    background-color: #fff;
    height: 7rem;
  }
}
@media (min-width: 768px) {
  #header.heightL {
    height: 13.2rem;
  }
}
#header .nav-link {
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  #header .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
#header .nav-link:hover {
  color: #273E9F;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  #header .container {
    position: relative;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .search-pages #header {
    height: 9rem;
  }
}

.headerCollapse {
  position: relative;
}
@media (min-width: 768px) {
  .headerCollapse {
    position: absolute;
    width: 46rem;
    top: 2.2rem;
    left: 46.8rem;
  }
}
.headerCollapse .form-row {
  margin: 0;
}

.navbar-brand {
  position: relative;
}
@media (max-width: 767.98px) {
  .navbar-brand {
    background-size: contain;
    height: 3.2rem;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    background-size: contain;
    height: 40px;
    width: 130px;
    vertical-align: middle;
  }
}

body.topPage .topmenu .nav-item#nav-item-top .nav-link {
  position: relative;
  background-color: #fff;
}
body.topPage .topmenu .nav-item#nav-item-top .nav-link::after {
  background-color: #273E9F;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -1px;
  left: 0;
}
body.searchPage .topmenu .nav-item#nav-item-search .nav-link {
  position: relative;
  background-color: #fff;
}
body.searchPage .topmenu .nav-item#nav-item-search .nav-link::after {
  background-color: #273E9F;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -1px;
  left: 0;
}
body.promoterPage .topmenu .nav-item#nav-item-promoter .nav-link {
  position: relative;
  background-color: #fff;
}
body.promoterPage .topmenu .nav-item#nav-item-promoter .nav-link::after {
  background-color: #273E9F;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -1px;
  left: 0;
}
body.coursePage .topmenu .nav-item#nav-item-course .nav-link {
  position: relative;
  background-color: #fff;
}
body.coursePage .topmenu .nav-item#nav-item-course .nav-link::after {
  background-color: #273E9F;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -1px;
  left: 0;
}
body.facilityPage .topmenu .nav-item#nav-item-facility .nav-link {
  position: relative;
  background-color: #fff;
}
body.facilityPage .topmenu .nav-item#nav-item-facility .nav-link::after {
  background-color: #273E9F;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -1px;
  left: 0;
}

.topmenu {
  border-bottom: 1px solid #DDDDDD;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .topmenu {
    width: 120rem;
  }
}
.topmenu .nav-link {
  padding: 1.5rem 0;
}
.topmenu span {
  font-size: 1.4rem;
}
.topmenu li:first-child {
  border-left: 1px solid #DDDDDD;
}
.topmenu li {
  border-right: 1px solid #DDDDDD;
}
.topmenu .container .navbar-nav .nav-link {
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .topmenu .container .navbar-nav .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.topmenu .container .navbar-nav .nav-link:hover {
  color: #273E9F;
  -webkit-text-decoration: none;
  text-decoration: none;
}

@media (min-width: 768px) {
  .container {
    width: 110rem !important;
    max-width: none !important;
  }
}
.container .col-main .sectioning-box {
  position: relative;
}
@media (min-width: 768px) {
  .container .col-main .sectioning-box {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  #header .container, #main .container, #footer .container {
    max-width: none !important;
    width: 110rem !important;
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

.newsPage .breadcrumb {
  padding: 2.2rem 0 1rem 0;
}
@media (min-width: 768px) {
  .newsPage .sectioning-box-page {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.newsPage .sectioning-box-page time {
  color: #888888;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  font-size: 1.4rem;
}
.newsPage .sectioning-box-page .box-padding {
  margin-bottom: 4.1rem;
}
@media (min-width: 768px) {
  .newsPage .sectioning-box-page .box-padding {
    margin-bottom: 6rem;
  }
}
.newsPage .sectioning-box-page .box-padding p, .newsPage .sectioning-box-page .box-padding a {
  font-size: 1.4rem;
  font-weight: normal;
}
.newsPage .sectioning-box-page .pagination {
  margin-bottom: 8.1rem;
}
@media (min-width: 768px) {
  .newsPage .sectioning-box-page .pagination {
    margin-bottom: 7rem;
  }
}
.newsPage .box-padding {
  border: none;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .newsPage .box-padding {
    padding: 3rem 4rem !important;
    background-color: #fff;
  }
}
.newsPage .detail {
  position: relative;
  padding: 3rem 2rem;
}
@media (min-width: 768px) {
  .newsPage .detail {
    padding: 3.7rem 0;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .newsPage .detail:before {
    content: "";
    height: 1.2rem;
    width: 100%;
    background-color: #F2F2F2;
    position: absolute;
    top: -1.2rem;
    left: 0;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
  }
  .newsPage .detail:first-child:before {
    display: none;
  }
}
.newsPage .detail:first-child {
  border-top: 1px solid #DDDDDD;
}
@media (min-width: 768px) {
  .newsPage .detail:not(:first-child) {
    border-top: 1px solid #DDDDDD;
  }
}
.newsPage .detail:last-child {
  border-bottom: 1px solid #DDDDDD;
}
.newsPage .detail div:nth-child(2) {
  margin: auto;
  margin-right: 0;
}
@media (min-width: 768px) {
  .newsPage .detail div:nth-child(2) {
    margin: 0;
  }
}
.newsPage .detail div:nth-child(3) {
  margin-top: 0.8rem;
}
@media (min-width: 768px) {
  .newsPage .detail div:nth-child(3) {
    margin-top: 0;
  }
}
.newsPage .detail div:nth-child(3) p {
  margin-bottom: 0.3rem;
}
@media (min-width: 768px) {
  .newsPage .detail div:nth-child(3) p {
    margin-bottom: 0;
  }
}
.newsPage h2 {
  font-size: 1.4rem;
}
.newsDetailPage time {
  color: #888888;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .newsDetailPage time {
    top: -0.25rem;
    position: relative;
  }
}
.newsDetailPage .box-padding img {
  width: 100%;
  height: auto;
}

.bg-gr-wh {
  background-color: #fff;
}
@media (min-width: 768px) {
  .bg-gr-wh {
    background-color: #F2F2F2;
  }
}