@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #323232;
  font-weight: 300;
}

/* Gobal setting */

/* img[src$=".gif"], img[src$=".jpg"], img[src$=".png"] {
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
} */
a {
  color: inherit;
}
a:focus, a:hover, a:active, a:visited {
  text-decoration: none;
  color: inherit;
}
ul, li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
:focus {
  outline: 0;
}
.form-control, .form-control:focus {
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #fff;
  box-shadow: none;
}
button:focus {
  outline: 0;
}
p {
  line-height: 2rem;
}
h3, .h3 {
  font-size: 1.5rem;
  line-height: 2.375rem;
  font-weight: 700;
}
.h6, h6 {
  line-height: 1.75rem;
}
.modal-backdrop {
  background: none;
}
.img-fluid {
  width: 100%;
}
span.gitter {
  margin-left: 6px;
}
.limitLine {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.more {
  color: #d8540e;
  border: 1px solid;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.more.fill {
  color: #fff;
  background: #d8540e;
}
/* Gobal setting END */

:root {
  --mainColor: #d8540e;
}
.fCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fBalance {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.alignTop {
  align-items: flex-start;
}

/*** nav ***/

.navbar {
  padding: .5rem 2.6875rem .5rem 3.3125rem;
}
.navbar-brand img {
  height: 3.375rem;
  width: auto;
}
.navbar-nav .nav-link span {
  padding-left: .375rem;
}
.navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link, .navbar-nav .nav-link:hover {
  color: #d8540e;
}
.icon, .icon_b::before, .icon_a::after {
  background: url(../images/LEAP_icon.svg);
  vertical-align: middle;
}
.icon_b::before, .icon_a::after {
  content: '';
  display: inline-block;
}
.dropdown-toggle::after {
  border: 0;
  width: .875rem;
  height: .875rem;
  background-size: 1.75rem;
  background-position: 0 0;
  vertical-align: middle;
}
.search .nav-link {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.search .nav-link::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
  background: url(../images/LEAP_icon.svg);
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 3rem;
  background-position: 24px 0;
  vertical-align: -webkit-baseline-middle;
}
.dropdown-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  border-radius: 0;
}
.dropdown-item {
  padding: 10px 1.25rem;
  font-weight: 300;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
  color: inherit;
  background-color: transparent;
  color: #d8540e;
}
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
  background-position: 0 -90px;
}
.navbar-toggler .navbar-toggler-icon {
  background-size: 60px;
  background-position: 30px -30px;
}

/*** nav END ***/


/*** footer ***/

footer {
  background: #e0e0e0;
  color: #797979;
  padding: 1.25rem 2.6875rem;
}
footer ul {
  text-align: center;
}
footer li {
  line-height: 1.5rem;
}

/*** footer END ***/


/*** fixed Btn ***/

.fixedBtn {
  position: fixed;
  right: 45px;
}
#btn-top {
  display: none;
  width: 4.375rem;
  height: 4.375rem;
  background: url(../images/LEAP_backtotop@2x.png) no-repeat center;
  background-size: 70px;
  text-indent: 100%;
  white-space: nowrap;
  bottom: 44px;
}
.apply-anchor {
  display: inline-block;
  background: #d8540e;
  color: #fff;
  border-radius: 35px;
  padding: 1.875rem 1.25rem;
  margin-bottom: 0;
  bottom: 146px;
}
.apply-anchor:hover, .apply-anchor:visited, .apply-anchor:active {
  color: #fff;
}
.apply-anchor::before {
  width: 1.625rem;
  height: 1.625rem;
  background-size: 58px;
  background-position: 0px -182px;
}

/*** fixed Btn END ***/


/*** index-hero ***/

section {
  padding-left: 2.6875rem;
  padding-right: 2.6875rem;
}
.sec-title {
  margin-bottom: 1.875rem;
}
.index {
  background: url(../images/LEAP_bg.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.index .hero-wrapper {
  background: url(../images/LEAP_banner1920.png) no-repeat;
  background-size: cover;
}
.hero-wrapper {
  width: 100%;
}
.index-hero {
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
  position: relative;
}
.hero-des {
  padding-top: 13.5rem;
  text-align: center;
}
.hero-des h1 {
  font-size: 2.5rem;
  letter-spacing: 1.75rem;
  font-weight: 900;
  color: #d8540e;
}
.hero-des .subtitle {
  font-size: 1.125rem;
  letter-spacing: 2.125rem;
  margin-top: 1.875rem;
}
.hero-indicator {
  margin-top: 15rem;
}
.hero-indicator a i {
  display: block;
  margin: 1rem auto 0;
  width: 2.375rem;
  height: 2.375rem;
  background-size: 4.75rem;
  background-position: 0 -38px;
}
.fixedAnn {
  position: fixed;
  bottom: 0;
  z-index: 2;
}
.fixedAnn .anchor {
  display: block;
  background: #d8540e;
  color: #fff;
  font-weight: 400;
  padding: .78125rem .875rem .78125rem 1.375rem;
  width: 100%;
}
.fixedAnn .anchor::before {
  width: 1.25rem;
  height: 1.25rem;
  background-size: 40px;
  background-position: 0px -40px;
  margin-right: 5px;
}
.fixedAnn .anchor::after {
  width: 1.125rem;
  height: 1.125rem;
  background-size: 2.25rem;
  background-position: 18px -36px;
  transform: rotate(180deg);
}
.fixedAnn .anchor span {
  margin-left: .625rem;
  margin: 8px;
}
.fixedAnn .collapse {
  width: 100%;
}
.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}
.fixedAnn .card-body {
  padding: 1.25rem 2.1875rem;
  box-shadow: 0px 3px 12px -4px rgba(0, 0, 0, 0.75);
  border-radius: 0;
}
.card-body .ann-item {
  padding: 1.25rem .9375rem 1.25rem 0;
  line-height: 2rem;
  padding-left: 14px;
  text-indent: -14px;
}
.card-body .ann-item:not(:last-child) {
  border-bottom: 1px dotted #dfdfdf;
}
.card-body .ann-item::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #d8540e;
  vertical-align: middle;
  margin-right: 11px;
}
.ann-item .more {
  width: 4.25rem;
  text-align: center;
  line-height: 1.375rem;
  font-size: .8125rem;
  margin-left: .625rem;
  text-indent: initial;
}

/*** index-hero END ***/


/*** index-intro ***/

.index-intro {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.introItem {
  padding-top: .625rem;
  padding-bottom: 6.25rem;
}
.introItem .intro-head, .introItem .intro-des {
  padding-top: 2.8125rem;
}
.introItem .intro-head {
  width: 100%;
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 700;
  color: #d8540e;
  border-top: 1px solid;
}
.introItem .intro-head img {
  margin-top: 2.5rem;
  max-width: 6.25rem;
  display: block;
}
.introItem .intro-des {
  width: 100%;
}
.introItem .intro-des p {
  margin-bottom: 2.5rem;
}
.introItem .intro-des p.en {
  font-size: .8125rem;
  line-height: 1.5rem;
}
.introItem .intro-des .more {
  font-size: .875rem;
  padding: .8125rem 1.875rem;
}
.introItem .intro-des .more span {
  margin-left: 1.125rem;
}

/*** index-intro END ***/


/* studyLoc-wrap */

.index-studyLoc {
  padding-bottom: 5.3125rem;
}
.studyLoc-wrap {
  max-width: 47.5rem;
  width: 100%;
  position: relative;
}
.loc-marker {
  width: 2.875rem;
  height: 2.875rem;
  background: url(../images/LEAP_pin.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  cursor: pointer;
}
#loc_us {
  left: 16%;
  top: 44%;
}
#loc_fr {
  left: 45%;
  top: 39%;
}
#loc_il {
  left: 54%;
  top: 47%;
}
.modal-dialog {
  max-width: 67.5rem;
  width: 100%;
}
.modal-dialog .modal-content {
  background: rgba(255, 255, 255, .95);
  border: 0;
  border-radius: 0;
}
.modal-dialog .modal-body {
  overflow-y: auto;
  padding: 0 5px 0 0;
}
.modal-dialog a.more {
  color: #d8540e;
  line-height: 3rem;
  width: 5.625rem;
  height: 3rem;
  margin: auto;
}
.studyLocModal .modal-content {
  padding: 4.375rem 5rem 3.25rem;
}
.studyLocModal .modal-body {
  margin: 2.5rem 0;
  height: 19.375rem;
}
.studyLocModal .h3 {
  color: #d8540e;
  margin-bottom: 0;
}
.studyLocModal .h3 span {
  margin-left: .625rem;
}
.studyLocModal .modal-body p:not(:last-child) {
  margin-bottom: 2.5rem;
}

/* studyLoc-wrap END */


/* index-share */

.index-share {
  padding-bottom: 1.875rem;
}
.share-wrap {
  max-width: 57.5rem;
  width: 100%;
}
.share-item {
  margin-bottom: 3.75rem;
}

/*** index-share END ***/


/* index-video */

.index-video {
  padding-bottom: 5.625rem;
}
.index-video .video-wrap {
  max-width: 43.75rem;
  width: 100%;
  height: calc(100vw * (394/700));
  max-height: calc(43.75rem * (394/700));
  white-space: nowrap;
  position:relative;
left: -19.5%;
}

/* index-video END */


/* index-apply */

.apply-wrapper {
  max-width: 56.875rem;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.index-apply .intro-head {
  font-size: 3.75rem;
  line-height: 4.5rem;
  padding-top: 3.375rem;
}
.index-apply .intro-des {
  padding-top: 2.5rem;
}
.index-apply .intro-des .h3 {
  margin-bottom: 2.5rem;
}

/* index-apply END */


/* apply-intro */

.apply-intro {
  padding-top: 3.875rem;
  padding-bottom: 6.25rem;
}
.apply-type .type {
  display: inline-block;
  color: #d8540e;
  border: 1px solid;
  text-align: center;
  cursor: pointer;
}
.apply-type .type:not(:last-child) {
  border-right: 0;
}
.applyFilter.apply-type {
  padding-top: 3.75rem;
  margin: auto;
}
.applyFilter.apply-type .type {
  padding: .9375rem 0;
  flex-basis: 50%;
  width: 50%;
}
.type.active {
  background: #d8540e;
  color: #fff;
}
.basic {
  max-width: 60rem;
  width: 100%;
}
.basic .intro-head {
  font-size: 2.25rem;
  line-height: 2.75rem;
  padding-top: 1.875rem;
}
.apply-detail.introItem {
  padding-bottom: 0;
}
.main-list, .sub-list .sub-sub-list {
  -webkit-padding-start: 18px;
}
.main-list, .main-list li {
  list-style: decimal;
}
.sub-list, .sub-list li {
  list-style: upper-alpha;
}
.sub-sub-list, .sub-sub-list li {
  list-style: lower-alpha;
}
.none-list, .none-list li {
  list-style: none;
}
.list_dot::before {
  content: '\25AA';
  display: inline-block;
}
.apply-detail .main-list li:not(:last-child), .sub-list li {
  margin-bottom: 1.3125rem;
}
.rule-wrap li {
  line-height: 1.75rem;
}
.rule-wrap .h6 {
  margin-top: 2.5rem;
  margin-bottom: 1.5625rem;
}

/* apply-intro END */


/* apply-company */

.apply-company {
  background: #ededed;
  padding-top: 2.1875rem;
  padding-bottom: 2.5rem;
}
.apply-company .filter a {
  font-size: 1.25rem;
  padding: 0 .75rem;
}
.apply-company .filter a.active {
  color: #d8540e;
}
.apply-company .filter a::before {
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/LEAP_icon320.svg);
  background-size: 60px;
  background-position: 0 0;
  vertical-align: bottom;
  margin-right: 5px;
}
.filter a.img::before {
  background-position: 30px 0;
}
.filter a.img.active::before {
  background-position: 0 0;
}
.filter a.list::before {
  background-position: 30px -30px;
}
.filter a.list.active::before {
  background-position: 0 -30px;
}
.company-list {
  margin-top: 2.1875rem;
  max-width: 70.3125rem;
  width: 100%;
}
.company {
  background: #fff;
  max-width: 21.875rem;
  padding: 1.875rem 1.25rem;
  margin-bottom: 2.5rem;
}
.company .thumb {
  text-align: center;
}
.company .thumb img {
  height: 5.25rem;
  width: auto;
}
.company .name {
  line-height: 1.625rem;
  margin-bottom: .9375rem;
}
.company .des {
  font-size: .875rem;
  line-height: 1.5rem;
  height: 7.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.companyModal .loc-name img {
  height: 5.25rem;
  width: auto;
}
.companyModal .modal-content {
  padding: 1.25rem 3.75rem 3.125rem;
}
.companyModal .modal-body {
  height: 37.875rem;
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
  padding: 0 1.25rem 0 1.875rem;
}
.companyModal .modal-body .intro {
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #dfdfdf;
}
.companyModal .modal-body .rule {
  padding-top: 1.5625rem;
  border-top: 1px solid #dfdfdf;
}
.data-row *:not(.break) {
  display: inline-block;
}
.data-row {
  font-size: .8125rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}

.data-row .title {
  width: 5.625rem;
  margin-right: 5px;
  font-weight: 700;
}
.data-row .des a,
.list-content a {
  color: #d8540e;
  text-decoration: underline;
}
.data-row .break {
  margin-top: 5px;
}
.break li {
  display: list-item!important;
}
.alpha {
  text-align: center;
  margin-bottom: 2.5rem;
}
.alpha .tag {
  display: inline-block;
  font-size: 1.25rem;
  padding: 0 .5rem;
}
.alpha .tag:not(.empty) {
  text-decoration: underline;
}
.alpha .tag.empty {
  color: #a0a0a0;
}
.alpha .tag.active {
  color: #d8540e;
}
.typeImg .company .name {
  margin-top: 1.875rem;
}
.typeList .list-group, .typeList .company {
  margin-bottom: 1.25rem;
}
.typeList .company {
  max-width: 100%;
}
.typeList .company * {
  display: inline-block;
}
.typeList .head {
  margin-bottom: 1.25rem;
}
.typeList .company .thumb {
  width: 9.6875rem;
  height: auto;
}
.typeList .company .right {
  width: calc(100% - 180px);
  float: right;
}
.typeList .company .des {
  height: 3.125rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

/* news page */
.news-head .show-filter {
  margin-top: 3.125rem;
}
.show-filter select {
  margin-top: .9375rem;
  width: 100%;
}
.search_form {
  position: relative;
}
.search_form input[type="text"] {
  width: 100%;
  padding: 5px 1.9375rem 5px 5px;
}
.search_form input[type="submit"] {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 26px;
  height: 26px;
  background: url(../images/LEAP_search.svg) no-repeat;
  background-size: 26px;
  -webkit-appearance: initial;
  text-indent: -9999px;
  border: 0;
}
.news-list .news {
  background: #f8f8f8;
  padding: 1.875rem;
  margin-bottom: .625rem;
}
.news.detail {
  margin-bottom: 2.5rem;
}
.news .date,
.news .des {
  font-weight: 300;
}
.news .date {
  color: #797979;
  font-size: .875rem;
}
.news .title {
  font-weight: bold;
  line-height: 1.875rem;
  margin: 1.25rem 0 .9375rem;
}
.news .des {
  line-height: 1.75rem;
  -webkit-line-clamp: 3;
}
.news .more {
  font-size: .75rem;
  padding: 0 .5625rem;
}
.news.detail + .more {
  font-size: .875rem;
  padding: .8125rem 1.875rem;
}
.news .news-img {
  max-width: 13.4375rem;
  width: 100%;
}
.news .news-img img {
  width: 100%;
  height: auto;
}
.news:not(.detail) .news-img {
  margin-left: 2.1875rem;
}
.news.detail .news-img {
  margin-top: 2.1875rem;
}
.news-list .pagination-nav {
  margin-top: 1.25rem;
}
.news-list .page-link {
  color: inherit;
  border: 0;
  font-weight: 400;
}
.news-list .page-item.active .page-link,
.news-list .page-link:hover {
  color: #d8540e;
  background-color: transparent;
}

/* faq */
.faq-main {
  padding-top: 5rem;
  padding-bottom: 5.625rem;
  min-height: calc(100vh - 192px);
}
.apply-type.faqFilter .type {
  padding: .375rem 1.40625rem;
}
.apply-type.faqFilter .type.active {
  padding-top: .4375rem;
  padding-bottom: .4375rem;
}
.faq-head {
  margin-bottom: 4.6875rem;
}
.faq-head .introItem {
  padding-top: 0;
  padding-bottom: 0;
}
.list-title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.list-content,
.list-content p {
  font-weight: 300;
  line-height: 1.75rem;
}
.list-content p:not(:last-child),
.list-content li:not(:last-child),
.sub-row:not(:last-child),
.sub-row .title {
  margin-bottom: 1.3125rem;
}
.en .list-title {
  font-size: .875rem;
  line-height: 1.5rem;
}
.en .list-content,
.en .list-content p {
  font-size: .8125rem;
  line-height: 1.5rem;
}
.en .list-content p:not(:last-child),
.en .list-content li:not(:last-child),
.en .sub-row:not(:last-child),
.en .sub-row .title {
  margin-bottom: 1.84375rem;
}
.fq-list,
.fq-list li {
  -webkit-padding-start: 0;
  list-style: none;
}
.fq-list .list-title {
  line-height: 2rem;
  margin-bottom: .4375rem;
}
.fq-list .list-title::before {
  content: 'Q:';
  margin-right: 6px;
}
.fq-list .list-content::before {
  content: 'A:';
  margin-right: .625rem;
}
.faq-content li {
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
  border-bottom: 1px dotted #dfdfdf;
}

/* about */
.about-main {
  padding-top: 5rem;
  padding-bottom: 5.625rem;
}
.about-head {
  margin-bottom: 5rem;
}
.about-head .introItem {
  padding: 0;
}
.apply-type.aboutFilter .type {
  width: 5.75rem;
}
.about-list .list-item:not(:last-child) {
  margin-bottom: 3.0625rem;
}
.about-list .list-title {
  margin-bottom: .875rem;
}
.en .about-list .list-title {
  margin-bottom: 1.12875rem;
}
.about-list .list-content p:last-child {
  margin-bottom: 0;
}
.dot::before {
  display: inline-block;
  content: '\25AA';
  color: #d8540e;
  margin-right: .375rem;
}
.dot.fill {
  font-weight: 700;
  color: #d8540e;
}
.dot + .dot-des {
  padding-left: .75rem;
}
.about-list .none-list {
  margin-bottom: 1.3125rem;
}
:not(.en) .about-list .none-list li {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  /*** nav ***/
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .navbar-expand-lg .nav-item:last-child .nav-link {
    padding-right: 2.5rem;
  }
  .navbar-expand-lg .search .nav-link {
    padding-left: 2.3125rem;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    left: initial;
    right: 1.25rem;
  }
  .dropdown-menu {
    min-width: 11rem;
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.75);
  }

  /* news-page */
  .news-main {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .hidden-md-up {
    display: none!important;
  }
  section.stand {
    padding-top: .625rem;
    margin-bottom: 2.5rem;
  }
  /*** fixed Btn ***/
  .apply-anchor {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    width: 70px;
    height: 244px;
  }
  .apply-anchor::before {
    margin-bottom: .625rem;
  }
  /*** index-hero ***/
  .fixedAnn {
    right: 3.14788vw;
  }
  .fixedWrap {
    width: 33.125rem;
  }
  .fixedAnn .anchor {
    max-width: 16.25rem;
  }
  .fixedAnn .collapse {
    max-width: 33.125rem;
  }
  /*** index-intro ***/
  .index-intro .introItem {
    max-width: 60rem;
    width: 100%;
  }
  .index-intro .introItem:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .introItem .intro-head:not(.en) {

  }
  .introItem .intro-des {
    max-width: 34.0625rem;
  }
  /* studyLoc-wrap */
  .modal-content {
    box-shadow: 0px 0 12px -4px rgba(0, 0, 0, 0.75);
  }
  /*** index-share ***/
  .share-wrap {
    margin-top: 2.5rem;
  }
  /* index-apply */
  .index-apply .introItem {
    max-width: 26.875rem;
  }
  /* apply-intro */
  .apply-detail .intro-head {
    max-width: 21.875rem;
  }
  /* news-page */
  .news-main {
    padding-bottom: 6.25rem;
  }
  .news-head.introItem {
    padding-top: 0;
    padding-bottom: 0;
  }
  .news-head .intro-head {
    max-width: 15rem;
  }
  .news-list {
    max-width: 40rem;
    width: 100%;
  }

  /* about */
  .introItem .intro-head.en {
    width: 32.5rem;
  }
}
@media screen and (min-width: 576px) {
  .hidden-sm-up {
    display: none!important;
  }
}
@media screen and (max-width: 1366px) {
  .index .hero-wrapper {
    background: url(../images/LEAP_banner.png) no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 991px) {
  /*** nav ***/
  .navbar {
    padding: 1px 0;
    position: fixed;
    top: 0;
    left: 0;
    /* width: 100%; */
    width: inherit;
    z-index: 2;
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
  }
  .navbar-brand {
    padding-left: .625rem;
  }
  .navbar-brand img {
    height: 2.375rem;
  }
  .navbar-toggler {
    padding-right: .625rem;
  }
  .navbar-collapse {
    padding: 1.5625rem 3.125rem;
    background: rgba(255, 255, 255, .95);
  }
  .navbar-nav .nav-link {
    padding-top: .8125rem;
    padding-bottom: .8125rem;
  }
  .dropdown-item {
    padding: .5rem 0;
  }

  /* .index-hero */
  .index-hero {
    padding-top: 5.5rem;
  }

  /* apply-intro */
  .applyFilter.apply-type {
    padding: 6.875rem 1.25rem 0;
  }

  /* news */
  .news-main {
    padding-top: 8.125rem;
  }

  /* faq */
  .faq-main {
    padding-top: 8.125rem;
  }

  /* about */
  .about-main {
    padding-top: 8.125rem;
  }

}
@media screen and (max-width: 768px) {
  .hidden-sm-down {
    display: none!important;
  }
  .h3:not(.loc-name) {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  /*** footer ***/
  footer {
    padding: .8125rem .875rem;
  }
  footer li {
    font-size: .8125rem;
    line-height: 1.25rem;
  }
  /*** footer END ***/
  /*** fixed Btn ***/
  #btn-top {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 40px;
    right: 18px;
    bottom: 18px;
  }
  .index #btn-top {
    bottom: 50px;
  }
  .apply-anchor {
    font-size: 1rem;
    padding: .5625rem 1.625rem;
    right: 67px;
    bottom: 18px;
  }
  .apply-anchor::before {
    margin-right: .5rem;
    width: 1.125rem;
    height: 1.125rem;
    background-size: 36px;
    background-position: 0 -108px;
  }
  /*** fixed Btn END ***/
  /*** index-hero ***/
  section:not(.shortPad) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  section.shortPad {
    padding-left: .3125rem;
    padding-right: .3125rem;
  }
  section.stand {
    padding-bottom: 3.125rem;
  }
  .sec-title {
    margin-bottom: 1.5625rem;
  }
  .hero-wrapper {
    background: none;
  }
  .index-hero {
    background: url(../images/LEAP_banner320@2x.png) no-repeat;
    background-size: cover;
    padding-top: 11.625rem;
    padding-bottom: 10.5625rem;
  }
  .hero-des {
    padding-top: 0;
  }
  .hero-des h1 {
    font-size: 1.625rem;
    letter-spacing: 1.125rem;
  }
  .hero-des .subtitle {
    font-size: 1rem;
    letter-spacing: 1.125rem;
    margin-top: .9375rem;
  }
  .hero-indicator {
    margin-top: 5.1875rem;
  }
  .fixedWrap, .fixedAnn .collapse {
    width: 17.5rem;
  }
  .fixedAnn {
    right: 20px;
  }
  .fixedAnn .anchor {
    max-width: initial;
    width: 100%;
    text-align: center;
    font-size: .875rem;
  }
  .fixedAnn .anchor::before {
    width: 1.25rem;
    height: 1.25rem;
    background-size: 40px;
    background-position: 0 -40px;
    vertical-align: sub;
  }
  .fixedAnn .card-body, .card-body .ann-item {
    padding: .625rem;
  }
  .card-body .ann-item {
    padding-left: 14px;
    font-size: .875rem;
    line-height: 1.625rem;
  }
  .ann-item .more {
    font-size: .75rem;
  }
  /*** index-hero END ***/
  /*** index-intro ***/
  .index-intro {
    padding-top: 1.125rem;
    padding-bottom: 0;
  }
  .introItem {
    padding-top: 0;
    padding-bottom: 3.125rem;
    flex-wrap: wrap;
    width: 100%;
  }
  .introItem .intro-head {
    padding-top: 1.25rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .introItem .intro-head img {
    margin-top: .875rem;
    /* max-width: 85.3125vw; */
    max-width: 34rem;
    width: 100%;
  }
  .introItem .intro-des {
    order: 1;
    text-align: center;
  }
  .introItem .intro-des *:not(.more) {
    text-align: left;
  }
  .introItem .intro-des p {
    margin-bottom: 1.25rem;
    font-size: .875rem;
    line-height: 1.75rem;
  }
  .introItem .intro-des p.en {
    font-size: .75rem;
    line-height: 1.375rem;
  }
  .introItem .intro-des .more {
    margin-top: .375rem;
    padding: .46875rem 1.25rem;
  }
  .index-intro .intro-des {
    padding-top: 1.875rem;
  }

  /* studyLoc-wrap */
  .index-studyLoc {
    padding-top: .625rem;
  }
  .studyLocModal.show {
    padding-right: 0!important;
  }
  .studyLocModal .modal-dialog {
    margin: 0;
  }
  .studyLocModal .modal-content {
    padding: 1.875rem 1.25rem 2.6875rem;
  }
  .studyLocModal .modal-body p {
    font-size: .875rem;
    line-height: 1.75rem;
  }
  .studyLocModal .modal-body p:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  /*** index-share ***/
  .share-item {
    margin-bottom: 1.875rem;
  }
  .share-item:last-child {
    margin-bottom: 0;
  }

  /* index-apply */
  .index-apply {
    padding-bottom: 1.875rem;
  }
  .index-apply .intro-des .h3 {
    margin-bottom: 1.875rem;
  }
  .index-apply .intro-des .more {
    margin-top: 1.25rem;
    padding: .75rem 2rem;
  }

  /* apply-intro */
  .apply-intro {
    padding-top: 1.375rem;
    padding-bottom: 3.125rem;
  }
  .applyFilter.apply-type {
    padding-top: 4.375rem;
  }
  .apply-type .type {
    padding: .25rem 0;
    font-size: 1rem;
  }
  .basic .intro-head {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .rule-wrap {
    font-size: .875rem;
    line-height: 1.5rem;
  }
  .rule-wrap .h6 {
    margin-top: 2rem;
    margin-bottom: 1.25rem;
  }
  .apply-detail .main-list li:not(:last-child), .sub-list li {
    margin-bottom: 1.25rem;
  }

  /* apply-company */
  .apply-company {
    padding-top: 1.125rem;
    padding-bottom: 3.75rem;
  }
  .apply-company .filter a {
    font-size: 1rem;
  }
  .apply-company .filter a::before {
    width: 1.25rem;
    height: 1.25rem;
    background-size: 40px;
  }
  .filter a.img::before {
    background-position: 20px 0px;
    vertical-align: sub;
  }
  .filter a.img.active::before {
    background-position: 0 0px;
  }
  .filter a.list::before {
    background-position: 20px -20px;
  }
  .filter a.list.active::before {
    background-position: 0 -20px;
  }
  .company-list {
    margin-top: 1.125rem;
  }
  .companyModal .modal-content {
    padding: .9375rem 1.875rem 2.5rem;
  }
  .companyModal .modal-body {
    height: 26.875rem;
    margin-top: 1.25rem;
    margin-bottom: 1.5625rem;
    padding: 0 5px 0 0;
  }
  .companyModal .loc-name img {
    height: 2.25rem;
  }
  .data-row * {
    display: block!important;
  }

  /* news page */
  .news-main {
    padding-top: 5rem;
    padding-bottom: 3.125rem;
  }
  .news-main.detail {
    padding-top: 4.375rem;
    padding-bottom: 1.875rem;
  }
  .news-wrap {
    flex-wrap: wrap;
  }
  .news-head {
    padding-bottom: 2.25rem;
  }
  .news-head .show-filter {
    margin-top: 1.875rem;
  }
  .news-list .news {
    padding: 1.25rem;
    flex-wrap: wrap;
  }
  .news.detail {
    margin-bottom: 1.875rem;
    padding-left: .625rem;
    padding-right: .625rem;
  }
  .news .title,
  .news .des {
    line-height: 1.625rem;
  }
  .news .title {
    font-size: 1.125rem;
    margin-top: .9375rem;
  }
  .news .des {
    font-size: .875rem;
  }
  .news .news-img {
    margin: 1.875rem 0 0;
  }

  /* faq */
  .faq-main {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    min-height: calc(100vh - 136px);
  }
  .faq-head {
    flex-wrap: wrap;
    margin-bottom: .75rem;
  }
  .faqFilter {
    margin-top: 2.0625rem;
  }
  .apply-type.faqFilter .type {
    padding: .375rem .875rem;
  }
  .fq-list li {
    padding-top: .875rem;
    padding-bottom: .875rem;
  }
  .fq-list .list-title {
    line-height: 1.75rem;
  }
  .fq-list .list-title {
    font-size: 1rem;
  }
  .list-content,
  .list-content p {
    font-size: .875rem;
    line-height: 1.5rem;
  }
  .list-content p:not(:last-child),
  .list-content li:not(:last-child),
  .sub-row:not(:last-child),
  .sub-row .title {
    margin-bottom: .625rem;
  }
  .en .list-title {
    font-size: .8125rem;
  }
  .en .list-content,
  .en .list-content p {
    font-size: .75rem;
    line-height: 1.375rem;
  }
  .en .list-content p:not(:last-child),
  .en .list-content li:not(:last-child),
  .en .sub-row:not(:last-child),
  .en .sub-row .title {
    margin-bottom: 1.25rem;
  }

  /* about */
  .about-main {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
  .about-head {
    flex-wrap: wrap;
    margin-bottom: 1.375rem;
  }
  .about-list .list-item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .about-list .list-title {
    margin-bottom: .625rem;
  }
  .en .about-list .list-item:not(:last-child) {
    margin-bottom: 2.46875rem;
  }
  .en .about-list .list-title {
    margin-bottom: .921875rem;
  }
  .about-list .flow img {
    max-width: 280px;
    width: 100%;
    height: auto;
  }

}
@media screen and (max-width: 767px) {
  /* apply-company */
  .company {
    margin: 0 auto 1.25rem;
    max-width: 17.5rem;
    padding: 1.25rem;
  }
  .company-list .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
  .company .thumb img {
    height: 4.0625rem;
  }
  .company .name {
    font-size: .875rem;
    line-height: 1.5rem;
  }
  .company .des {
    font-size: .75rem;
    line-height: 1.375rem;
    height: 4.1875rem;
    -webkit-line-clamp: 3;
  }
  .typeImg .company .name {
    margin-top: 1.375rem;
  }
  .typeList .list-group, .typeList .company {
    margin-bottom: .625rem;
  }
  .typeList .list-wrap {
    max-width: 17.5rem;
    width: 100%;
    margin: 0 auto;
  }
  .typeList .alpha {
    width: 100%;
    margin-bottom: .875rem;
  }
  .typeList .company {
    width: 100%;
    padding-top: .625rem;
    padding-bottom: 1rem;
    flex-wrap: wrap;
    text-align: center;
  }
  .typeList .company .thumb {
    width: 100%;
  }
  .typeList .company .thumb img {
    height: 2.8125rem;
  }
  .typeList .company .right {
    clear: both;
    width: 100%;
  }
  .typeList .company .name {
    margin: .5rem 0 0;
  }
  .typeList .company .des {
    display: none;
  }
  /* apply-company END */
}
@media screen and (max-width: 575px) {
  .hidden-xs-down {
    display: none!important;
  }
  .index .hero-wrapper {
    background: url(../images/LEAP_banner320@2x.png) no-repeat;
    background-size: cover;
  }
  /* studyLoc-wrap */
  #loc_us {
    left: 12%;
    top: 34%;
  }
  #loc_fr {
    left: 41%;
    top: 30%;
  }
  #loc_il {
    left: 50%;
    top: 38%;
  }
  /* studyLoc-wrap END */
  /* index-video */
  .index-video {
    padding-left: 0;
    padding-right: 0;
  }
  /* index-video END */
}
