@charset "utf-8";


/*內容共用*/

/*banner*/
.banner .slick-prev,
.banner .slick-next {
    z-index: 9;
    width: 50px;
    height: 50px;
}
.banner .slick-prev:before,
.banner .slick-next:before {
    content: "";
    background-image: url(../images/index/slider_arrow.svg);
    width: 50px;
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0.6;
}

.banner .slick-next:before {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.banner .slick-prev:hover:before,
.banner .slick-next:hover:before {
    opacity: 1;
}
.banner .slick-slide img {
    width: 100%;
}
@media (min-width:992px) {
    .banner .slick-next {
    right: 20px;
}
.banner .slick-prev {
    left: 20px;
}
    .banner .slick-dots {
    bottom: -45px;
    text-align: left;
    left: 10%;
    right: inherit;
    width: auto;
}

.banner .slick-dots li {
    width: auto;
    height: auto;
}

.banner .slick-dots li button {
    position: relative;
    width: 40px;
}

.banner .slick-dots li button:before {
    background-color: #6d6d6d;
    content: "";
    width: 40px;
    height: 5px;
    opacity: 1 !important;
}

.banner .slick-dots li.slick-active button:before {
    background-color: #0033A0;
}
}
@media (max-width:992px) {
    .banner .slick-next {
    right: 0;
}

.banner .slick-prev {
    left: 0;
}
    .banner .slick-dots{
    display: none;
}
}

/*滿版框*/
.container-fluid.resize {
    max-width: 1840px;
    margin: auto;
}
@media (min-width:768px) {
    .container-fluid.resize {
    padding-left: 70px;
    padding-right: 70px;
}
}
/*title*/
.content .title {
    color: #0033A0;
    font-weight: bold;
    text-align: center;
    font-family: "Microsoft JhengHei";
    font-size: 180%;
    padding: 5px 0 20px 0;
}

.content .title::after {content: "";width: 30px;height: 5px;display: block;margin: 5px auto 0 auto;background: rgb(138,141,143);background: -moz-linear-gradient(45deg,  rgba(138,141,143,1) 0%, rgba(220,220,220,1) 100%);background: -webkit-linear-gradient(45deg,  rgba(138,141,143,1) 0%,rgba(220,220,220,1) 100%);background: linear-gradient(45deg,  rgba(138,141,143,1) 0%,rgba(220,220,220,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8d8f', endColorstr='#dcdcdc',GradientType=1 );}
.content .stitle {
    position: relative;
    margin: 10px 0;
    padding: 0 0 0 13px;
    color: #0033a0;
    font-weight: bold;
    font-size: 130%;
}

.content .stitle::before {
    content: "";
    width: 5px;
    display: block;
    position: absolute;
    top: 2px;
    bottom: 2px;
    background: rgb(138,141,143);
    background: -moz-linear-gradient(top,  rgba(138,141,143,1) 0%, rgba(220,220,220,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(138,141,143,1) 0%,rgba(220,220,220,1) 100%);
    background: linear-gradient(to bottom,  rgba(138,141,143,1) 0%,rgba(220,220,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8d8f', endColorstr='#dcdcdc',GradientType=0 );
    left: 0;
}
/*看更多*/
.more{
    width: 100%;
    padding: 30px 0 0 0;
    text-align: center;
}

.more a {
    padding: 10px 40px;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
    text-decoration: none;
    background-color: #0033A0;
    font-size: 110%;
    white-space: nowrap;
}

.more a img {
    width: 17px;
    margin: -5px 0 0 10px;
}
.more a:hover {
    background-color: #0041cc;
}


/*跑馬燈*/
.marquee_box {
  background-color:#f2f2f2;
  padding:10px 15px;
}
.marquee_box .marquee {
  overflow: hidden;
  width: 100%;
}
.marquee_box .marquee p {
  display:inline-block;
  color: #0033a0;
  margin:0;
}
.marquee_box .marquee a {
  color: #0033a0;
  text-decoration: none;
  font-size: 105%;
  padding:4px;
  display:inline-block;
}
.marquee_box .marquee a:focus {
  outline-offset:-3px;
}

/*標題*/
h2 {
    color: #0033a0;
    font-weight: bold;
    font-size: 150%;
    padding-left: 0 !important;
}
/*焦點新聞*/
.link_pic {
    padding: 0;
}
.link_pic .piclist a {
    display: block;
    text-decoration: none;
}

.link_pic .piclist a:hover .item {
    color: #0033a0;
}

.link_pic .item {
    font-size: 115%;
    font-weight: bold;
    line-height: 120%;
  color: #000;
    margin: 5px 0;
}

@media (min-width:992px) {
.link_pic .piclist{
    margin: 0 -7px;
}
}


@media (min-width:576px) {
  .link_pic .piclist img {
    width: 100%;
    transition: all 200ms ease-out 0s;
}

.link_pic .piclist a:hover .pic img {
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
    .link_pic .pic {
    padding: 75% 0 0 0;
    background-color: #f1f1f1;
    position: relative;
    overflow: hidden;
}
.link_pic .pic img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}
.link_pic .item {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

}
@media (max-width:576px) {
    .link_pic .pic {
    display:none;
}
  
.link_pic .piclist > div {border-bottom: 1px #dbdbdb solid;}
.link_pic > .piclist > div:nth-child(4),.link_pic > .piclist > div:nth-child(5),.link_pic > .piclist > div:nth-child(6) {
    display: none;
}
}

/*招生訊息*/
.blue_bg {
    max-width: 1750px;
    margin: 55px auto 30px auto;
    position: relative;
    padding: 0 15px 25px 15px;
}

.blue_bg::before {
    content: "";
    background-color: #0033a0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.blue_bg h2 {
    color: #fff;
    padding: 30px 0 15px 0 !important;
}
.adm .info {
    background-color: rgb(0 0 0 / 75%);
    color: #fff;
    padding: 10px 15px;
    position: absolute;
    bottom: 15px;
    left: 40px;
    right: 40px;
    z-index: 1;
}

.adm .info p {
    margin: 0;
}

.adm .info .adm_title {
    font-weight: bold;
    font-size: 125%;
}

.adm {
    position: relative;
    overflow: hidden;
}

.adm a {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.adm img {position: absolute;top: 0;left: 0;width: 100%;transition: all 200ms ease-out 0s;z-index: -1;}

.adm a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}




@media (min-width:992px) {
  .adm.first {
    width: 33%;
}

.adm.first img {
    max-width: inherit;
    right: 0;
    left: initial;
    width: auto;
    height: 100%;
}

.adm_box {width: 67%;margin: 0;}

}
@media (max-width:992px) {

.adm.first img {
    width: 100%;
    height: auto;
}
.adm_box {
    padding: 0 12px;
}

  }


@media (max-width: 992px) and (min-width: 576px) {
  .adm.first{
    padding: 66% 0 0 0;
}
}
@media (min-width:576px) {
  .blue_bg::before {
    bottom: 30%;
}
    .adm {
    padding-top: 40%;
}
}
@media (max-width:576px) {
    .blue_bg::before {
    bottom: 0;
}
      .adm {
    padding-top: 75%;
    margin: 0 0 15px 0;
}
}
/*校園公告*/
.list_box{
    margin: 0 0 40px 0;
}
.list_box .list{
    border-bottom: 1px #d9d9d9 solid;
    padding: 0 5px;
}
.list_box .list a {
    display: block;
    text-decoration: none;
    padding: 10px 0;
}

.list_box .list a:hover .sub {
    color: #0033a0;
}

.list_box .list p {
    margin: 0;
}

.list_box .list .sub {
    font-weight: bold;
    font-size: 120%;
    color: #000;
    line-height: 125%;
    margin: 0 0 5px 0;
}

.list_box .list .note {
    color: #6A6D6F;
    font-size: 90%;
}

.list_box .list .note span::after {
    content: "";
    display: inline-block;
    width: 1px;
    background-color: #999a9b;
    top: 0;
    bottom: 0;
    position: absolute;
    right: 10px;
}

.list_box .list .note span:last-child::after {
    display: none;
}

.list_box .list .note span {
    position: relative;
    padding: 0 20px 0 0;
}

.list_box .list .tag {
    background-color: #000;
    color: #fff;
    padding: 1px 10px;
    display: inline-block;
    font-size: 90%;
    margin: 0 0 5px 0;
}
.list_box .list .tag.c01 {
    background-color: #00838F;
}
.list_box .list .tag.c02 {
    background-color: #B36200;
}
.list_box .list .tag.c03 {
    background-color: #7A554A;
}
.list_box .list .tag.c04 {
    background-color: #4774CC;
}
.list_box .list .tag.c05 {
    background-color: #377E47;
}
/*我們的任務*/
.task_list {
    padding: 20px 0 40px 0;
}
.task_list .task {
    padding: 10px;
}
.task a{
    text-decoration: none;
    display: block;
}

.task a:hover .task_title p {
    color: #0033a0;
}
.task .task_title p {
    margin: 0 10px 0 0;
    color: #000;
    font-weight: bold;
    font-size: 120%;
    padding: 5px 0;
}

.task .task_title img {
    width: 20px;
    transition: all 200ms ease-out 0s;
    position: relative;
    right: 0;
}

.task a:hover .task_title img {
    right: -10px;
    opacity: 0.5;
}

.task_list  .slick-next {
    right: 0;
}

.task_list .slick-next,.task_list .slick-prev {
    width: 30px;
    height: 30px;
    z-index: 9;
    top: 45%;
}

.task_list  .slick-prev {
    left: 0;
}

.task_list  .slick-prev::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: solid 3px #ffffff;
    border-top: solid 3px #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 9px;
    z-index: 9;
    left: 11px;
}

.task_list .slick-prev::after,.task_list .slick-next::after {
    background-color: #000;
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50px;
    position: absolute;
}

.task_list .slick-prev::after {
    top: 0;
    left: 0;
}

.task_list .slick-next::after {
    top: 0;
    left: 0;
}

.task_list  .slick-next::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 3px #ffffff;
    border-right: solid 3px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9;
    position: absolute;
    top: 9px;
    right: 12px;
}
@media (min-width:576px) {
  .task .pic .phone{display: none;}

.task .pic .pc {
    transition: all 200ms ease-out 0s;
}

.task a:hover .pic .pc {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.task .pic {
    overflow: hidden;
}


.task a:hover {
    background-color: #f7f7f7;
}
}
/*關注我們*/
.follow ul {
    padding: 15px 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
    width: 100%;
}

.follow ul li {
    float: left;
    margin: 0 20px 10px 0;
}

.follow ul li a {
    display: block;
    width: 50px;
}

.follow ul li a:hover {
    opacity: 0.8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.follow ul li a img {
    height: 35px;
    width: 40px;
}
/*緊急公告*/
.notice {position: fixed;bottom: 10px;left: 10px;}

.notice .toast {
    width: auto;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    position: relative;
}

.notice .toast-header {
    position: absolute;
    border-radius: 50px;
    padding: 0;
    right: -10px;
    top: -10px;
}

.notice .toast-body {
    padding: 0;
}

.notice .toast-header button {
    opacity: 1;
    margin: 0;
    padding: 10px;
}