@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-nav .globalInner header {
    display: none;
  }
  #global-nav2 .globalInner header {
    display: none;
  }
  #global-nav2 footer {
    display: block;
  }
  #global-nav2 .searchInputWrap .searchInputInner {
    padding-top: 0;
  }
  #global-nav2 .searchInputWrap .search {
    border-top: none 0;
  }
  #global-content .fullBanner {
    display: block;
  }
  #main {
    padding-bottom: 56.25%;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #000 url("/assets/images/index/main/pic_05.jpg") no-repeat center top;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  #main img {
    height: auto;
  }
  #main .mainTitle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  #main .mainTitle .mainTitleOuter {
    width: 100%;
    height: 100%;
    display: table;
  }
  #main .mainTitle .mainTitleOuter .mainTitleInner {
    text-align: center;
    vertical-align: middle;
    color: #fff;
    display: table-cell;
  }
  #main .mainTitle .title {
    margin: 0 auto;
    padding-top: 9.61538%;
    width: 48.07692%;
    height: 0;
    text-indent: -100%;
    white-space: nowrap;
    overflow: hidden;
    background: url("/assets/images/index/logo_01.png") no-repeat 0 0;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  #main #mainSlideWrap {
    display: none;
  }
  #main .pagination {
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 5.12821%;
    left: 3.84615%;
    z-index: 4;
  }
  #main .pagination li {
    margin-right: 0.96154%;
    width: 1.34615%;
    font-size: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #main .pagination li.stay {
    cursor: default;
    background-color: #f1c400;
  }
  #main .pagination li img {
    width: 100%;
    vertical-align: top;
  }
  #main #mainFadeShow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #main #mainFadeShow li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  #main #mainFadeShow li:first-child {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    z-index: 1;
  }
  #main .pagination {
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 5.12821%;
    left: 3.84615%;
    z-index: 4;
  }
  #main .pagination li {
    margin-right: 0.96154%;
    width: 1.34615%;
    font-size: 0;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #main .pagination li.stay {
    background-color: #f1c400;
  }
  #main .pagination li img {
    width: 100%;
    vertical-align: top;
  }
  #emergency {
    width: 92.30769%;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #emergency h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 200;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  #emergency h3 {
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    background-color: #666;
    margin-bottom: 40px;
  }
  #emergency h4 {
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  #emergency p {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
  }
  #emergency p + p {
    padding-top: 40px;
  }
  #emergency a {
    color: #005;
  }
  #pageNav {
    background-color: #2e2e2e;
  }
  #pageNav ul {
    display: block;
  }
  #pageNav ul li {
    display: inline-block;
    position: relative;
  }
  #pageNav ul li a {
    padding: 20px 9px 20px 11px;
    display: block;
  }
  #pageNav ul li a div:after {
    content: "";
    margin: auto;
    width: 0;
    height: 32.05128%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-left: solid 1px #6d6d6d;
  }
  #pageNav ul li a strong {
    font-size: 12px;
    letter-spacing: -0.5px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 500;
    color: #fff;
    display: block;
  }
  #pageNav ul li a span {
    padding-top: 8px;
    font-size: 12px;
    color: #b6b6b6;
    display: block;
  }
  #pageNav ul li:first-child a div:after {
    border-left: none 0;
  }
  #secFeatures {
    background: #0a2966;
  }
  #secFeatures .secOuter {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
  }
  #secFeatures .secInner {
    min-width: 100%;
    padding-bottom: 77%;
  }
  #secFeatures .secInner .featuresWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #secFeatures .secInner .featuresWrap .featuresOuter {
    width: 100%;
    height: 100%;
    display: table;
  }
  #secFeatures .secInner .featuresWrap .featuresInner {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  #secFeatures .secInner .featuresWrap .featuresInner .module-pcHide {
    display: none;
  }
  #secFeatures .secInner .featuresWrap .title {
    padding-top: 3.84615%;
  }
  #secFeatures .secInner .featuresWrap .title img {
    width: 69.61538%;
  }
  #secFeatures .secInner .featuresWrap ul {
    padding-top: 2.88462%;
    max-width: 82.69231%;
    width: 82.69231%;
    display: inline-block;
  }
  #secFeatures .secInner .featuresWrap ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    width: 32.5%;
    white-space: nowrap;
  }
  #secFeatures .secInner .featuresWrap ul li img {
    width: 78%;
  }
  #secFeatures .secInner .featuresWrap .link {
    margin: 2.88462% auto;
    display: block;
    width: 21.15385%;
  }
  #secFeatures .secInner .featuresWrap .link img {
    width: 100%;
  }
  #secCampusLife {
    background: url("/assets/images/index/campus-life/bg_01.jpg") no-repeat 0 0;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    padding-bottom: 37.5%;
    position: relative;
  }
  #secCampusLife img {
    height: auto;
  }
  #secCampusLife .secOuter {
    margin: 0 auto;
    max-width: 1040px;
  }
  #secCampusLife .secInner {
    min-width: 100%;
  }
  #secCampusLife .secInner .campusLifeInner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
  }
  #secCampusLife .secInner .campusLifeInner .title img {
    width: 33.65385%;
  }
  #secCampusLife .secInner .campusLifeInner .link {
    margin: 1.44231% auto 0;
    display: block;
    width: 21.15385%;
  }
  #secCampusLife .secInner .campusLifeInner .link img {
    width: 100%;
  }
  #secResearch .secOuter {
    margin: 0 auto;
    max-width: 1040px;
  }
  #secResearch .secOuter .title {
    padding: 80px 0 60px;
    text-align: center;
  }
  #secResearch .secOuter .title strong {
    margin-bottom: 20px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 200;
    font-size: 60px;
    letter-spacing: -2px;
    display: block;
  }
  #secResearch .secOuter .title span {
    font-size: 16px;
    display: block;
    color: #8f8f8f;
  }
  #secResearch .secOuter .secInner {
    margin-left: 2.88462%;
  }
  #secResearch .secOuter .secInner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #secResearch .secOuter .secInner ul {
    width: 48.51485%;
    float: left;
  }
  #secResearch .secOuter .secInner ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #secResearch .secOuter .secInner ul li {
    margin: 0 2.04082%;
    width: 45.91837%;
    text-align: left;
    float: left;
  }
  #secResearch .secOuter .secInner ul li a {
    display: block;
  }
  #secResearch .secOuter .secInner ul li .pic img {
    width: 100%;
  }
  #secResearch .secOuter .secInner ul li .caption {
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.375;
  }
  #secResearch .secOuter .secInner ul li .category {
    color: #005;
    font-size: 14px;
    margin-top: 15px;
  }
  #secResearch .secOuter .secInner ul li .name {
    color: #005;
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
  }
  #secResearch .secOuter .secInner ul li .date {
    padding-top: 20px;
    font-size: 13px;
  }
  #secResearch .secOuter .listLink {
    padding-top: 30px;
    padding-right: 3.84615%;
    text-align: right;
  }
  #secResearch .secOuter .listLink .text {
    margin-left: 0.5em;
    font-size: 16px;
    vertical-align: middle;
  }
  #secNews .secInner {
    margin: 0 auto;
    max-width: 1040px;
  }
  #secNews .secInner .title {
    padding: 80px 0 60px;
    text-align: center;
  }
  #secNews .secInner .title strong {
    margin-bottom: 20px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 200;
    font-size: 60px;
    letter-spacing: -2px;
    display: block;
  }
  #secNews .secInner .title span {
    font-size: 16px;
    display: block;
    color: #8f8f8f;
  }
  #secNews .secInner .newsWrap {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 92.30769%;
    position: relative;
  }
  #secNews .secInner .newsWrap .list {
    text-align: left;
    display: block;
  }
  #secNews .secInner .newsWrap .list li {
    padding: 20px 0 10px;
    border-bottom: solid 1px #ddd;
  }
  #secNews .secInner .newsWrap .list li:first-child {
    padding-top: 0;
  }
  #secNews .secInner .newsWrap .list li .text {
    font-size: 15px;
    line-height: 1.73333;
    vertical-align: middle;
  }
  #secNews .secInner .newsWrap .list li .infoIcon,
  #secNews .secInner .newsWrap .list li .icon {
    margin-left: 1em;
    vertical-align: middle;
  }
  #secNews .secInner .newsWrap .list li dl {
    width: 100%;
    display: table;
  }
  #secNews .secInner .newsWrap .list li dl dt,
  #secNews .secInner .newsWrap .list li dl dd {
    vertical-align: top;
  }
  #secNews .secInner .newsWrap .list li dl dt {
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.73333;
  }
  #secNews .secInner .newsWrap .list li dl dd {
    width: 100%;
  }
  #secNews .secInner .newsWrap .caption {
    font-size: 21px;
    line-height: 54px;
    margin-bottom: 40px;
    text-align: left;
  }
  #secNews .secInner .newsWrap .listLink {
    width: 46.875%;
    text-align: right;
    position: absolute;
    bottom: 0;
  }
  #secNews .secInner .newsWrap .listLink .text {
    margin-left: 0.5em;
    font-size: 16px;
    vertical-align: middle;
  }
  #secNews .secInner .newsWrap .news {
    width: 46.875%;
    float: left;
  }
  #secNews .secInner .newsWrap .event {
    width: 46.875%;
    float: right;
  }
  #secNews .secInner .newsWrap .event .items {
    text-align: left;
    display: block;
  }
  #secNews .secInner .newsWrap .event .items .item {
    padding: 20px 0 10px;
    border-bottom: solid 1px #ddd;
  }
  #secNews .secInner .newsWrap .event .items .item:first-child {
    padding-top: 0;
  }
  #secNews .secInner .newsWrap .event .items .item .detail .textWrap,
  #secNews .secInner .newsWrap .event .items .item .detail .date {
    display: block;
  }
  #secNews .secInner .newsWrap .event .items .item .detail .textWrap .listPdf,
  #secNews .secInner .newsWrap .event .items .item .detail .date .listPdf,
  #secNews .secInner .newsWrap .event .items .item .detail .textWrap .listBlank,
  #secNews .secInner .newsWrap .event .items .item .detail .date .listBlank,
  #secNews .secInner .newsWrap .event .items .item .detail .textWrap .icon,
  #secNews .secInner .newsWrap .event .items .item .detail .date .icon {
    margin-left: 1em;
  }
  #secNews .secInner .newsWrap .event .items .item .detail .date {
    font-size: 15px;
    color: #999;
    white-space: nowrap;
    line-height: 1.73333;
  }
  #secFaculty {
    margin-bottom: 60px;
  }
  #secFaculty .secOuter {
    margin: 0 auto;
    max-width: 1040px;
  }
  #secFaculty .secOuter .title {
    padding: 80px 0 60px;
    text-align: center;
  }
  #secFaculty .secOuter .title strong {
    margin-bottom: 20px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 200;
    font-size: 60px;
    letter-spacing: -2px;
    display: block;
  }
  #secFaculty .secOuter .title span {
    font-size: 16px;
    display: block;
    color: #8f8f8f;
  }
  #secFaculty .secOuter .secInner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #secFaculty .secOuter .secInner ul {
    width: 100%;
  }
  #secFaculty .secOuter .secInner ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #secFaculty .secOuter .secInner ul li {
    width: 25%;
    text-align: left;
    float: left;
  }
  #secFaculty .secOuter .secInner ul li a {
    display: block;
    position: relative;
  }
  #secFaculty .secOuter .secInner ul li .pic {
    position: relative;
  }
  #secFaculty .secOuter .secInner ul li .pic img {
    width: 100%;
  }
  #secFaculty .secOuter .secInner ul li .pic::after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: url("/assets/images/faculty/bg.png") 0 0 no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  #secFaculty .secOuter .secInner ul li .name {
    position: absolute;
    bottom: 7%;
    left: 7%;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
  }
  #secFaculty .secOuter .listLink {
    width: 92.30769%;
    padding-top: 30px;
    text-align: right;
    margin: 0 auto;
  }
  #secFaculty .secOuter .listLink .text {
    margin-left: 0.5em;
    font-size: 16px;
    vertical-align: middle;
  }
  #secGuide {
    margin-bottom: 80px;
  }
  #secGuide .module-title02 {
    margin-bottom: 40px;
  }
  #secGuide .secInner {
    margin: 0 auto;
    max-width: 1040px;
  }
  #secGuide .guideImg {
    margin-bottom: 20px;
  }
  #secGuide .guideImg img {
    width: 238px;
  }
  #secGuide .listLink .text {
    margin-left: 0.5em;
    font-size: 16px;
    vertical-align: middle;
  }
  #secGuide .listLink .listBlank {
    margin-left: 1em;
    margin-top: 4px;
  }
  #secGuide .listLink .listPdf{
    margin-top: 4px;
    margin-left: 1em;
  }
}
.device-view-pc #global-nav .globalInner header {
  display: none;
}
.device-view-pc #global-nav2 .globalInner header {
  display: none;
}
.device-view-pc #global-nav2 footer {
  display: block;
}
.device-view-pc #global-nav2 .searchInputWrap .searchInputInner {
  padding-top: 0;
}
.device-view-pc #global-nav2 .searchInputWrap .search {
  border-top: none 0;
}
.device-view-pc #global-content .fullBanner {
  display: block;
}
.device-view-pc #main {
  padding-bottom: 56.25%;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #000 url("/assets/images/index/main/pic_05.jpg") no-repeat center top;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.device-view-pc #main img {
  height: auto;
}
.device-view-pc #main .mainTitle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.device-view-pc #main .mainTitle .mainTitleOuter {
  width: 100%;
  height: 100%;
  display: table;
}
.device-view-pc #main .mainTitle .mainTitleOuter .mainTitleInner {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  display: table-cell;
}
.device-view-pc #main .mainTitle .title {
  margin: 0 auto;
  padding-top: 9.61538%;
  width: 48.07692%;
  height: 0;
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("/assets/images/index/logo_01.png") no-repeat 0 0;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.device-view-pc #main #mainSlideWrap {
  display: none;
}
.device-view-pc #main .pagination {
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 5.12821%;
  left: 3.84615%;
  z-index: 4;
}
.device-view-pc #main .pagination li {
  margin-right: 0.96154%;
  width: 1.34615%;
  font-size: 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.device-view-pc #main .pagination li.stay {
  cursor: default;
  background-color: #f1c400;
}
.device-view-pc #main .pagination li img {
  width: 100%;
  vertical-align: top;
}
.device-view-pc #main #mainFadeShow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.device-view-pc #main #mainFadeShow li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-repeat: no-repeat;
  background-position: center top;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.device-view-pc #main #mainFadeShow li:first-child {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  z-index: 1;
}
.device-view-pc #main .pagination {
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 5.12821%;
  left: 3.84615%;
  z-index: 4;
}
.device-view-pc #main .pagination li {
  margin-right: 0.96154%;
  width: 1.34615%;
  font-size: 0;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.device-view-pc #main .pagination li.stay {
  background-color: #f1c400;
}
.device-view-pc #main .pagination li img {
  width: 100%;
  vertical-align: top;
}
.device-view-pc #emergency {
  width: 92.30769%;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.device-view-pc #emergency h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 200;
  line-height: 1.6;
  margin-bottom: 40px;
}
.device-view-pc #emergency h3 {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  background-color: #666;
  margin-bottom: 40px;
}
.device-view-pc #emergency h4 {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
}
.device-view-pc #emergency p {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}
.device-view-pc #emergency p + p {
  padding-top: 40px;
}
.device-view-pc #emergency a {
  color: #005;
}
.device-view-pc #pageNav {
  background-color: #2e2e2e;
}
.device-view-pc #pageNav ul {
  display: block;
}
.device-view-pc #pageNav ul li {
  display: inline-block;
  position: relative;
}
.device-view-pc #pageNav ul li a {
  padding: 20px 9px 20px 11px;
  display: block;
}
.device-view-pc #pageNav ul li a div:after {
  content: "";
  margin: auto;
  width: 0;
  height: 32.05128%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-left: solid 1px #6d6d6d;
}
.device-view-pc #pageNav ul li a strong {
  font-size: 12px;
  letter-spacing: -0.5px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  color: #fff;
  display: block;
}
.device-view-pc #pageNav ul li a span {
  padding-top: 8px;
  font-size: 12px;
  color: #b6b6b6;
  display: block;
}
.device-view-pc #pageNav ul li:first-child a div:after {
  border-left: none 0;
}
.device-view-pc #secFeatures {
  background: #0a2966;
}
.device-view-pc #secFeatures .secOuter {
  margin: 0 auto;
  max-width: 1040px;
  position: relative;
}
.device-view-pc #secFeatures .secInner {
  min-width: 100%;
  padding-bottom: 77%;
}
.device-view-pc #secFeatures .secInner .featuresWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #secFeatures .secInner .featuresWrap .featuresOuter {
  width: 100%;
  height: 100%;
  display: table;
}
.device-view-pc #secFeatures .secInner .featuresWrap .featuresInner {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.device-view-pc #secFeatures .secInner .featuresWrap .featuresInner .module-pcHide {
  display: none;
}
.device-view-pc #secFeatures .secInner .featuresWrap .title {
  padding-top: 3.84615%;
}
.device-view-pc #secFeatures .secInner .featuresWrap .title img {
  width: 69.61538%;
}
.device-view-pc #secFeatures .secInner .featuresWrap ul {
  padding-top: 2.88462%;
  max-width: 82.69231%;
  width: 82.69231%;
  display: inline-block;
}
.device-view-pc #secFeatures .secInner .featuresWrap ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  width: 32.5%;
  white-space: nowrap;
}
.device-view-pc #secFeatures .secInner .featuresWrap ul li img {
  width: 78%;
}
.device-view-pc #secFeatures .secInner .featuresWrap .link {
  margin: 2.88462% auto;
  display: block;
  width: 21.15385%;
}
.device-view-pc #secFeatures .secInner .featuresWrap .link img {
  width: 100%;
}
.device-view-pc #secCampusLife {
  background: url("/assets/images/index/campus-life/bg_01.jpg") no-repeat 0 0;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  padding-bottom: 37.5%;
  position: relative;
}
.device-view-pc #secCampusLife img {
  height: auto;
}
.device-view-pc #secCampusLife .secOuter {
  margin: 0 auto;
  max-width: 1040px;
}
.device-view-pc #secCampusLife .secInner {
  min-width: 100%;
}
.device-view-pc #secCampusLife .secInner .campusLifeInner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.device-view-pc #secCampusLife .secInner .campusLifeInner .title img {
  width: 33.65385%;
}
.device-view-pc #secCampusLife .secInner .campusLifeInner .link {
  margin: 1.44231% auto 0;
  display: block;
  width: 21.15385%;
}
.device-view-pc #secCampusLife .secInner .campusLifeInner .link img {
  width: 100%;
}
.device-view-pc #secResearch .secOuter {
  margin: 0 auto;
  max-width: 1040px;
}
.device-view-pc #secResearch .secOuter .title {
  padding: 80px 0 60px;
  text-align: center;
}
.device-view-pc #secResearch .secOuter .title strong {
  margin-bottom: 20px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 200;
  font-size: 60px;
  letter-spacing: -2px;
  display: block;
}
.device-view-pc #secResearch .secOuter .title span {
  font-size: 16px;
  display: block;
  color: #8f8f8f;
}
.device-view-pc #secResearch .secOuter .secInner {
  margin-left: 2.88462%;
}
.device-view-pc #secResearch .secOuter .secInner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #secResearch .secOuter .secInner ul {
  width: 48.51485%;
  float: left;
}
.device-view-pc #secResearch .secOuter .secInner ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #secResearch .secOuter .secInner ul li {
  margin: 0 2.04082%;
  width: 45.91837%;
  text-align: left;
  float: left;
}
.device-view-pc #secResearch .secOuter .secInner ul li a {
  display: block;
}
.device-view-pc #secResearch .secOuter .secInner ul li .pic img {
  width: 100%;
}
.device-view-pc #secResearch .secOuter .secInner ul li .caption {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.375;
}
.device-view-pc #secResearch .secOuter .secInner ul li .category {
  color: #005;
  font-size: 14px;
  margin-top: 15px;
}
.device-view-pc #secResearch .secOuter .secInner ul li .name {
  color: #005;
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
}
.device-view-pc #secResearch .secOuter .secInner ul li .date {
  padding-top: 20px;
  font-size: 13px;
}
.device-view-pc #secResearch .secOuter .listLink {
  padding-top: 30px;
  padding-right: 3.84615%;
  text-align: right;
}
.device-view-pc #secResearch .secOuter .listLink .text {
  margin-left: 0.5em;
  font-size: 16px;
  vertical-align: middle;
}
.device-view-pc #secNews .secInner {
  margin: 0 auto;
  max-width: 1040px;
}
.device-view-pc #secNews .secInner .title {
  padding: 80px 0 60px;
  text-align: center;
}
.device-view-pc #secNews .secInner .title strong {
  margin-bottom: 20px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 200;
  font-size: 60px;
  letter-spacing: -2px;
  display: block;
}
.device-view-pc #secNews .secInner .title span {
  font-size: 16px;
  display: block;
  color: #8f8f8f;
}
.device-view-pc #secNews .secInner .newsWrap {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 92.30769%;
  position: relative;
}
.device-view-pc #secNews .secInner .newsWrap .list {
  text-align: left;
  display: block;
}
.device-view-pc #secNews .secInner .newsWrap .list li {
  padding: 20px 0 10px;
  border-bottom: solid 1px #ddd;
}
.device-view-pc #secNews .secInner .newsWrap .list li:first-child {
  padding-top: 0;
}
.device-view-pc #secNews .secInner .newsWrap .list li .text {
  font-size: 15px;
  line-height: 1.73333;
  vertical-align: middle;
}
.device-view-pc #secNews .secInner .newsWrap .list li .infoIcon,
.device-view-pc #secNews .secInner .newsWrap .list li .icon {
  margin-left: 1em;
  vertical-align: middle;
}
.device-view-pc #secNews .secInner .newsWrap .list li dl {
  width: 100%;
  display: table;
}
.device-view-pc #secNews .secInner .newsWrap .list li dl dt,
.device-view-pc #secNews .secInner .newsWrap .list li dl dd {
  vertical-align: top;
}
.device-view-pc #secNews .secInner .newsWrap .list li dl dt {
  white-space: nowrap;
  font-size: 15px;
  line-height: 1.73333;
}
.device-view-pc #secNews .secInner .newsWrap .list li dl dd {
  width: 100%;
}
.device-view-pc #secNews .secInner .newsWrap .caption {
  font-size: 21px;
  line-height: 54px;
  margin-bottom: 40px;
  text-align: left;
}
.device-view-pc #secNews .secInner .newsWrap .listLink {
  width: 46.875%;
  text-align: right;
  position: absolute;
  bottom: 0;
}
.device-view-pc #secNews .secInner .newsWrap .listLink .text {
  margin-left: 0.5em;
  font-size: 16px;
  vertical-align: middle;
}
.device-view-pc #secNews .secInner .newsWrap .news {
  width: 46.875%;
  float: left;
}
.device-view-pc #secNews .secInner .newsWrap .event {
  width: 46.875%;
  float: right;
}
.device-view-pc #secNews .secInner .newsWrap .event .items {
  text-align: left;
  display: block;
}
.device-view-pc #secNews .secInner .newsWrap .event .items .item {
  padding: 20px 0 10px;
  border-bottom: solid 1px #ddd;
}
.device-view-pc #secNews .secInner .newsWrap .event .items .item:first-child {
  padding-top: 0;
}
.device-view-pc #secNews .secInner .newsWrap .event .items .item .detail .textWrap,
.device-view-pc #secNews .secInner .newsWrap .event .items .item .detail .date {
  display: block;
}
.device-view-pc #secNews .secInner .newsWrap .event .items .item .detail .textWrap .listPdf,
.device-view-pc #secNews .secInner .newsWrap .event .items .item .detail .date .listPdf,
.device-view-pc #secNews .secInner .newsWrap .event .items .item .detail .textWrap .listBlank,
.device-view-pc #secNews .secInner .newsWrap .event .items .item .detail .date .listBlank,
.device-view-pc #secNews .secInner .newsWrap .event .items .item .detail .textWrap .icon,
.device-view-pc #secNews .secInner .newsWrap .event .items .item .detail .date .icon {
  margin-left: 1em;
}
.device-view-pc #secNews .secInner .newsWrap .event .items .item .detail .date {
  font-size: 15px;
  color: #999;
  white-space: nowrap;
  line-height: 1.73333;
}
.device-view-pc #secFaculty {
  margin-bottom: 60px;
}
.device-view-pc #secFaculty .secOuter {
  margin: 0 auto;
  max-width: 1040px;
}
.device-view-pc #secFaculty .secOuter .title {
  padding: 80px 0 60px;
  text-align: center;
}
.device-view-pc #secFaculty .secOuter .title strong {
  margin-bottom: 20px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 200;
  font-size: 60px;
  letter-spacing: -2px;
  display: block;
}
.device-view-pc #secFaculty .secOuter .title span {
  font-size: 16px;
  display: block;
  color: #8f8f8f;
}
.device-view-pc #secFaculty .secOuter .secInner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #secFaculty .secOuter .secInner ul {
  width: 100%;
}
.device-view-pc #secFaculty .secOuter .secInner ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #secFaculty .secOuter .secInner ul li {
  width: 25%;
  text-align: left;
  float: left;
}
.device-view-pc #secFaculty .secOuter .secInner ul li a {
  display: block;
  position: relative;
}
.device-view-pc #secFaculty .secOuter .secInner ul li .pic {
  position: relative;
}
.device-view-pc #secFaculty .secOuter .secInner ul li .pic img {
  width: 100%;
}
.device-view-pc #secFaculty .secOuter .secInner ul li .pic::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: url("/assets/images/faculty/bg.png") 0 0 no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.device-view-pc #secFaculty .secOuter .secInner ul li .name {
  position: absolute;
  bottom: 7%;
  left: 7%;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
.device-view-pc #secFaculty .secOuter .listLink {
  width: 92.30769%;
  padding-top: 30px;
  text-align: right;
  margin: 0 auto;
}
.device-view-pc #secFaculty .secOuter .listLink .text {
  margin-left: 0.5em;
  font-size: 16px;
  vertical-align: middle;
}
.device-view-pc #secGuide {
  margin-bottom: 80px;
}
.device-view-pc #secGuide .module-title02 {
  margin-bottom: 40px;
}
.device-view-pc #secGuide .secInner {
  margin: 0 auto;
  max-width: 1040px;
}
.device-view-pc #secGuide .guideImg {
  margin-bottom: 20px;
}
.device-view-pc #secGuide .guideImg img {
  width: 238px;
}
.device-view-pc #secGuide .listLink .text {
  margin-left: 0.5em;
  font-size: 16px;
  vertical-align: middle;
}
.device-view-pc #secGuide .listLink .listBlank {
  margin-left: 1em;
  margin-top: 4px;
}
.device-view-pc #secGuide .listLink .listPdf{
  margin-top: 4px;
  margin-left: 1em;
}

/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #main {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 178%;
    text-align: center;
  }
  .device-js-on #main img {
    height: auto;
  }
  .device-js-on #main .mainTitle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .device-js-on #main .mainTitle .mainTitleOuter {
    width: 100%;
    height: 100%;
    display: table;
  }
  .device-js-on #main .mainTitle .mainTitleOuter .mainTitleInner {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  .device-js-on #main .mainTitle .title {
    margin: 0 auto;
    padding-top: 49.2%;
    width: 74.13333%;
    height: 0;
    overflow: hidden;
    background: url("/assets/images/index/logo_01_sp.png") no-repeat 0 0;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .device-js-on #mainSlideWrap {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .device-js-on #mainSlideWrap li {
    height: 100%;
  }
  .device-js-on #mainSlideWrap li img {
    width: 100%;
    height: 100%;
  }
  .device-js-on #mainSlideWrap #mainSlide {
    width: 100%;
    height: 100%;
  }
  .device-js-on #mainSlideWrap #mainSlide ul {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .device-js-on #mainSlideWrap #mainSlide ul li {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .device-js-on #mainSlideWrap #mainSlide ul li:nth-child(2),
	.device-js-on #mainSlideWrap #mainSlide ul li:nth-child(3),
	.device-js-on #mainSlideWrap #mainSlide ul li:nth-child(4),
	.device-js-on #mainSlideWrap #mainSlide ul li:nth-child(5) {
    display: none;
  }
  .device-js-on .pagination {
    text-align: center;
    position: absolute;
    bottom: 17%;
    left: 0;
    right: 0;
  }
  .device-js-on .pagination:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .device-js-on .pagination ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .device-js-on .pagination li {
    margin: 0 1.33333%;
    width: 3.73333%;
    font-size: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  .device-js-on .pagination li.stay {
    cursor: default;
    background-color: #f1c400;
  }
  .device-js-on .pagination li img {
    width: 100%;
    vertical-align: top;
  }
  .device-js-on #emergency {
    width: 92%;
    margin: 0 auto;
    padding: 12% 0;
  }
  .device-js-on #emergency h2 {
    margin: 0;
    text-align: center;
    font-weight: 200;
    font-size: 183.33333%;
    line-height: 1.29545;
    margin-bottom: 12%;
  }
  .device-js-on #emergency h3 {
    margin: 0 auto;
    width: 92%;
    padding: 2.89855% 0;
    text-align: center;
    font-size: 125%;
    line-height: 1.5;
    color: #fff;
    background-color: #666;
    margin-bottom: 12%;
  }
  .device-js-on #emergency h4 {
    margin: 0;
    text-align: left;
    font-size: 116.66667%;
    line-height: 1.35714;
    font-weight: bold;
    margin-bottom: 12%;
  }
  .device-js-on #emergency p {
    font-size: 108.33333%;
    line-height: 1.76923;
    text-align: left;
  }
  .device-js-on #emergency p + p {
    padding-top: 12.69841%;
  }
  .device-js-on #emergency a {
    color: #005;
  }
  .device-js-on #pageNav {
    display: none;
  }
  .device-js-on #secFeatures {
    background: #0a2966;
  }
  .device-js-on #secFeatures img {
    height: auto;
  }
  .device-js-on #secFeatures .secInner {
    min-width: 100%;
    padding-bottom: 5.33333%;
  }
  .device-js-on #secFeatures .secInner .featuresWrap .title {
    padding-top: 4%;
  }
  .device-js-on #secFeatures .secInner .featuresWrap .title img {
    width: 72.8%;
  }
  .device-js-on #secFeatures .secInner .featuresWrap ul {
    padding-top: 4%;
    width: 89.33333%;
    margin: 0 auto;
  }
  .device-js-on #secFeatures .secInner .featuresWrap ul li {
    font-size: 104.16667%;
    line-height: 35px;
    color: #fff;
    border-top: 1px solid #8594b3;
    text-align: left;
    position: relative;
  }
  .device-js-on #secFeatures .secInner .featuresWrap ul li:first-child {
    border: none;
  }
  .device-js-on #secFeatures .secInner .featuresWrap ul li span {
    padding-left: 1.3em;
  }
  .device-js-on #secFeatures .secInner .featuresWrap ul li span::before {
    position: absolute;
    content: "";
    top: 14%;
    left: 0;
    width: 6.66667%;
    height: 71.95121951219512%;
  }
  .device-js-on #secFeatures .secInner .featuresWrap ul li .num1::before {
    background: url("/assets/images/index/features/num_01.png") left center no-repeat;
    -moz-background-size: 40%;
    background-size: 40%;
  }
  .device-js-on #secFeatures .secInner .featuresWrap ul li .num2::before {
    background: url("/assets/images/index/features/num_02.png") left center no-repeat;
    -moz-background-size: 40%;
    background-size: 40%;
  }
  .device-js-on #secFeatures .secInner .featuresWrap ul li .num3::before {
    background: url("/assets/images/index/features/num_03.png") left center no-repeat;
    -moz-background-size: 40%;
    background-size: 40%;
  }
  .device-js-on #secFeatures .secInner .featuresWrap .link {
    margin: 5.33333% auto 0;
    width: 34.66667%;
    display: block;
  }
  .device-js-on #secFeatures .secInner .featuresWrap .link img {
    width: 100%;
  }
  .device-js-on #secCampusLife {
    background: url("/assets/images/index/campus-life/bg_01_sp.jpg") no-repeat 0 0;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    padding-bottom: 86.66667%;
    position: relative;
  }
  .device-js-on #secCampusLife img {
    height: auto;
  }
  .device-js-on #secCampusLife .secOuter {
    margin: 0 auto;
    max-width: 1040px;
  }
  .device-js-on #secCampusLife .secInner .campusLifeInner {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
  }
  .device-js-on #secCampusLife .secInner .campusLifeInner .title img {
    width: 52.66667%;
  }
  .device-js-on #secCampusLife .secInner .campusLifeInner .link {
    margin: 5.33333% auto 0;
    width: 34.66667%;
    display: block;
  }
  .device-js-on #secCampusLife .secInner .campusLifeInner .link img {
    width: 100%;
  }
  .device-js-on #secResearch .secOuter .title {
    padding: 9.33333% 0;
    text-align: center;
  }
  .device-js-on #secResearch .secOuter .title strong {
    margin-bottom: 2.66667%;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 200;
    font-size: 275%;
    letter-spacing: -1px;
    display: block;
  }
  .device-js-on #secResearch .secOuter .title span {
    font-size: 125%;
    display: block;
    color: #8f8f8f;
  }
  .device-js-on #secResearch .secOuter ul {
    padding-left: 2.66667%;
    display: block;
  }
  .device-js-on #secResearch .secOuter ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .device-js-on #secResearch .secOuter ul li {
    padding-bottom: 6.66667%;
    width: 48.66667%;
    text-align: left;
    float: left;
  }
  .device-js-on #secResearch .secOuter ul li:nth-child(odd) {
    clear: left;
  }
  .device-js-on #secResearch .secOuter ul li a,
  .device-js-on #secResearch .secOuter ul li .notLink {
    margin: 0 auto;
    width: 89.0411%;
    display: block;
  }
  .device-js-on #secResearch .secOuter ul li .pic img {
    width: 100%;
    height: auto;
  }
  .device-js-on #secResearch .secOuter ul li .caption {
    padding: 0.5em 0;
    font-size: 108.33333%;
    line-height: 1.5;
  }
  .device-js-on #secResearch .secOuter ul li .category {
    color: #005;
    font-size: 100%;
    margin-top: 3.33333%;
  }
  .device-js-on #secResearch .secOuter ul li .name {
    color: #005;
    font-weight: bold;
    font-size: 108.33333%;
    margin-top: 2%;
  }
  .device-js-on #secResearch .secOuter ul li .date {
    padding-top: 4%;
    font-size: 100%;
  }
  .device-js-on #secResearch .secOuter .listLink {
    margin: 0 auto;
    width: 92%;
  }
  .device-js-on #secResearch .secOuter .listLink a {
    display: block;
    position: relative;
    background-color: #005;
  }
  .device-js-on #secResearch .secOuter .listLink a .module-iconArrowRL01 {
    display: none;
  }
  .device-js-on #secResearch .secOuter .listLink a .text {
    padding: 2.89855%;
    font-size: 125%;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    display: inline-block;
  }
  .device-js-on #secResearch .secOuter .listLink a .text:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .device-js-on #secNews .secInner .title {
    padding: 9.33333% 0;
    text-align: center;
  }
  .device-js-on #secNews .secInner .title strong {
    margin-bottom: 2.66667%;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 200;
    font-size: 275%;
    letter-spacing: -1px;
    display: block;
  }
  .device-js-on #secNews .secInner .title span {
    font-size: 125%;
    display: block;
    color: #8f8f8f;
  }
  .device-js-on #secNews .secInner .newsWrap .list {
    margin: 0 auto;
    width: 92%;
  }
  .device-js-on #secNews .secInner .newsWrap .list li {
    padding: 5.07246% 0;
    border-top: solid 1px #ddd;
  }
  .device-js-on #secNews .secInner .newsWrap .list li:first-child {
    border-top: none 0;
  }
  .device-js-on #secNews .secInner .newsWrap .list li dl {
    text-align: left;
  }
  .device-js-on #secNews .secInner .newsWrap .list li dl dt {
    font-size: 116.66667%;
    line-height: 1.5;
    vertical-align: middle;
    color: #999;
  }
  .device-js-on #secNews .secInner .newsWrap .list li dl dd {
    padding-top: 2.17391%;
  }
  .device-js-on #secNews .secInner .newsWrap .list li dl dd .text {
    font-size: 116.66667%;
    line-height: 1.5;
    vertical-align: middle;
  }
  .device-js-on #secNews .secInner .newsWrap .list li dl dd .infoIcon,
  .device-js-on #secNews .secInner .newsWrap .list li dl dd .icon {
    margin-left: 0.5em;
    vertical-align: middle;
  }
  .device-js-on #secNews .secInner .newsWrap .items {
    margin: 0 auto;
    width: 92%;
    text-align: left;
    display: block;
  }
  .device-js-on #secNews .secInner .newsWrap .items .item:last-child {
    border-bottom: none 0;
  }
  .device-js-on #secNews .secInner .newsWrap .items .item .detail {
    width: 100%;
    display: table;
  }
  .device-js-on #secNews .secInner .newsWrap .items .item .detail .date {
    padding-top: 2.17391%;
    display: block;
  }
  .device-js-on #secNews .secInner .newsWrap .items .item .detail .textWrap {
    display: block;
  }
  .device-js-on #secNews .secInner .newsWrap .items .item .detail .date {
    font-size: 116.66667%;
    line-height: 1.5;
    line-height: 1.4;
    color: #999;
    white-space: nowrap;
  }
  .device-js-on #secNews .secInner .newsWrap .items .item .detail .textWrap {
    width: 100%;
  }
  .device-js-on #secNews .secInner .newsWrap .items .item .detail .textWrap .text {
    font-size: 116.66667%;
    line-height: 1.5;
    line-height: 1.4;
  }
  .device-js-on #secNews .secInner .newsWrap .items .item .detail .textWrap .listPdf,
  .device-js-on #secNews .secInner .newsWrap .items .item .detail .textWrap .listBlank,
  .device-js-on #secNews .secInner .newsWrap .items .item .detail .textWrap .icon {
    margin-left: 0.5em;
  }
  .device-js-on #secNews .secInner .newsWrap .news nav {
    font-size: 100%;
    line-height: 1.45833;
  }
  .device-js-on #secNews .secInner .newsWrap .news nav ul {
    margin-left: 2.66667%;
    width: 94.66667%;
    height: 4em;
    display: table;
  }
  .device-js-on #secNews .secInner .newsWrap .news nav ul li {
    width: 50%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  .device-js-on #secNews .secInner .newsWrap .news nav ul li a {
    margin: 0 4.23729%;
    height: 100%;
    display: block;
  }
  .device-js-on #secNews .secInner .newsWrap .news nav ul li a div {
    width: 100%;
    height: 100%;
    display: table;
  }
  .device-js-on #secNews .secInner .newsWrap .news nav ul li a div .caption {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 120%;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 400;
  }
  .device-js-on #secNews .secInner .newsWrap .event .caption {
    display: none;
  }
  .device-js-on #secNews .secInner .openNews .newsNav a {
    color: #fff;
    background-color: #fc0;
  }
  .device-js-on #secNews .secInner .openNews .eventNav a {
    background-color: #eee;
  }
  .device-js-on #secNews .secInner .openNews .eventList {
    display: none;
  }
  .device-js-on #secNews .secInner .openEvent .newsNav a {
    background-color: #eee;
  }
  .device-js-on #secNews .secInner .openEvent .eventNav a {
    color: #fff;
    background-color: #fc0;
  }
  .device-js-on #secNews .secInner .openEvent .newsList {
    display: none;
  }
  .device-js-on #secNews .secInner .listLink {
    margin-top: 1em !important;
  }
  .device-js-on #secNews .secInner .listLink {
    margin: 0 auto;
    width: 92%;
  }
  .device-js-on #secNews .secInner .listLink a {
    display: block;
    position: relative;
    background-color: #005;
  }
  .device-js-on #secNews .secInner .listLink a .module-iconArrowRL01 {
    display: none;
  }
  .device-js-on #secNews .secInner .listLink a .text {
    padding: 2.89855%;
    font-size: 125%;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    display: inline-block;
  }
  .device-js-on #secNews .secInner .listLink a .text:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .device-js-on #secFaculty .secOuter .title {
    padding: 9.33333% 0;
    text-align: center;
  }
  .device-js-on #secFaculty .secOuter .title strong {
    margin-bottom: 2.66667%;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 200;
    font-size: 275%;
    letter-spacing: -1px;
    display: block;
  }
  .device-js-on #secFaculty .secOuter .title span {
    font-size: 125%;
    display: block;
    color: #8f8f8f;
  }
  .device-js-on #secFaculty .secOuter ul {
    display: block;
    margin-bottom: 5.33333%;
  }
  .device-js-on #secFaculty .secOuter ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .device-js-on #secFaculty .secOuter ul li {
    width: 50%;
    text-align: left;
    float: left;
  }
  .device-js-on #secFaculty .secOuter ul li:nth-child(odd) {
    clear: left;
  }
  .device-js-on #secFaculty .secOuter ul li a {
    display: block;
    position: relative;
  }
  .device-js-on #secFaculty .secOuter ul li .pic img {
    width: 100%;
    vertical-align: bottom;
  }
  .device-js-on #secFaculty .secOuter ul li .name {
    position: absolute;
    bottom: 8%;
    left: 10%;
    color: #fff;
    font-size: 108.33333%;
    line-height: 1.5;
    line-height: 1.6;
  }
  .device-js-on #secFaculty .secOuter .listLink {
    margin: 0 auto;
    width: 92%;
  }
  .device-js-on #secFaculty .secOuter .listLink a {
    display: block;
    position: relative;
    background-color: #005;
  }
  .device-js-on #secFaculty .secOuter .listLink a .module-iconArrowRL01 {
    display: none;
  }
  .device-js-on #secFaculty .secOuter .listLink a .text {
    padding: 2.89855%;
    font-size: 125%;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    display: inline-block;
  }
  .device-js-on #secFaculty .secOuter .listLink a .text:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .device-js-on #secGuide {
    padding: 9.33333% 0;
  }
  .device-js-on #secGuide .module-title02 {
    margin-bottom: 5.33333%;
  }
  .device-js-on #secGuide .secInner .title {
    padding: 9.33333% 0;
    text-align: center;
  }
  .device-js-on #secGuide .secInner .title strong {
    margin-bottom: 2.66667%;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 200;
    font-size: 275%;
    letter-spacing: -1px;
    display: block;
  }
  .device-js-on #secGuide .secInner .title span {
    font-size: 125%;
    display: block;
    color: #8f8f8f;
  }
  .device-js-on #secGuide .guideImg {
    margin-bottom: 5.33333%;
    text-align: center;
  }
  .device-js-on #secGuide .guideImg img {
    width: 63.46667%;
  }
  .device-js-on #secGuide .listLink {
    margin: 0 auto;
    width: 92%;
  }
  .device-js-on #secGuide .listLink a {
    display: block;
    position: relative;
    background-color: #005;
  }
  .device-js-on #secGuide .listLink a .module-iconArrowRL01 {
    display: none;
  }
  .device-js-on #secGuide .listLink a .text {
    padding: 2.89855%;
    font-size: 125%;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    display: inline-block;
  }
  .device-js-on #secGuide .listLink a .text:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .device-js-on #secGuide .listLink .listBlank {
    margin-left: 0.5em;
    margin-top: -4px;
  }
  .device-js-on #secGuide .listLink .listPdf{
    margin-top: -0.2em;
  }
}
