body {
    font-family: "微軟正黑體", 'Microsoft JhengHei', 'Hind', 'Arial';
    font-size: 16px;
    color: #333333;
    line-height: 1.4em;
    background-position: center center;
}

strong {
    font-weight: 600;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a {
    color: #763f73;
}

    a:hover,
    a:focus {
        color: #651b62;
    }

h1,
h2,
h3 {
    margin-top: 10px;
    color: #333;
    line-height: 1.4em;
    text-transform: uppercase;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

.blank {
    height: 50px;
    clear: both;
}

.blank5 {
    height: 5px;
    clear: both;
}

.blank20 {
    height: 20px;
    clear: both;
}

.blank80 {
    height: 80px;
    clear: both;
}

.mtop20 {
    margin-top: 20px;
}

.my-2 {
    margin: 10px 0;
}

/****** ck-content ******/
#carouselheader a {
    color: initial;
}

/****** reCAPTCHA ******/
.text-xs-center {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}

/***** 區塊留白 *****/
.black50 {
    padding: 50px 0px;
}

.black80 {
    padding: 80px 0px;
}

.note {
    background: #d9edf7;
    border-radius: 5px;
    border: 1px solid #95c7f2;
    margin: 5px 15px;
    padding: 5px 0;
}

    .note p {
        font-size: 16px;
        color: #337ab7;
        padding: 0 10px;
    }

.cart {
    margin: 5px 0px;
}

.color-blue {
    color: #3378b6;
    margin-top: 20px;
}

.color-red {
    color: red;
    margin-left: 5px;
    font-size: 20px;
    font-weight: 600;
}

.color-brown {
    color: #9e6606;
    font-weight: 600;
}

.alert-primary {
    background-color: #3378b6;
    color: #fff;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

table {
    border: #d0d0d0 1px solid;
    margin-bottom: 10px;
}

caption {
    background-color: #956993;
    padding: 5px 8px;
    font-weight: 600;
    color: #fff;
}

table th,
table td {
    border: #d0d0d0 1px solid;
}

tr:nth-child(even) {
    background: rgba(0, 0, 0, .075);
}

tr:nth-child(odd) {
    background: rgba(255, 255, 255, .5);
}

::-moz-selection {
    background: #9d509a;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #9d509a;
    color: #fff;
    text-shadow: none;
}

/***** Top menu *****/
.top {
    background-color: #651b62;
    padding: 3px 0;
}

    .top ul {
        float: right;
    }

        .top ul li {
            float: left;
            margin: 0 15px;
        }

    .top a {
        color: #fff;
        font-size: 14px;
    }

.count {
    margin-left: 5px;
    text-decoration: underline;
}

/***** menu *****/
.navbar {
    margin-bottom: 0;
    background: #fff;
    border: 0;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

ul.navbar-nav {
    font-size: 16px;
}

.navbar-inverse ul.navbar-nav li a {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #333;
}

    .navbar-inverse ul.navbar-nav li a:hover {
        color: #fff;
        opacity: 1;
        display: block;
        background: #976195;
    }

.navbar-inverse ul.navbar-nav .active {
    color: #fff;
    display: block;
    background: #651b62;
}

.navbar-brand img {
    display: inline;
    width: 85px;
    /*width: 90%;*/
    /*max-width: 220px;*/
}

.navbar-brand p {
    display: inline;
    margin: 0;
    vertical-align: middle;
    color: #000;
}

.navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;
}

nav + header,
nav + section {
    margin-top: 115px;
}

/***** header *****/
#header {
    /*margin-top: 115px;*/
    background-color: #280b27;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 20px;
    height: 20px;
    margin: 0 2px;
    border-radius: 50%;
}

/*.img1 {
    background-image: url(../images/img1.jpg);
}

.img2 {
    background-image: url(../images/img2.jpg);
}*/
.img1,
.img2,
.img3,
.img4,
.img5 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.size-pc {
    /*height: 475px;*/
    padding-top: 24.3%;
}

.size-tablet {
    /*height: 768px;*/
    padding-top: 56.2%;
}

.size-mobile {
    /*height: 1280px;*/
    padding-top: 150%;
}

.size-h100 {
    height: calc(100vh - 115px);
    padding-top: 0;
}

.pt-0 {
    padding-top: 0;
}

.carousel-inner > .item > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-bg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*height: 475px;*/
    /*background-color: rgba(0, 0, 0, .4);*/
}

#carouselheader h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

/*.description p {
    color: #fff523;
    font-size: 20px;
}*/

.carousel-control.left,
.carousel-control.right {
    background-image: initial;
}
/***** 內頁banner *****/
#banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    height: 165px;
    text-align: center;
}

    #banner h1 {
        font-size: 28px;
        color: #fff;
    }

    #banner hr {
        content: '';
        height: 4px;
        width: 55px;
        background-color: #651b62;
        position: absolute;
        top: 30px;
        left: 15px;
        border: 0px;
        display: none;
    }

#order #banner {
    background-image: url(../images/order.jpg);
}

#mycart #banner {
    background-image: url(../images/mycart.jpg);
}

#about #banner {
    background-image: url(../images/about.jpg);
}

#store #banner {
    background-image: url(../images/store.jpg);
}

#contact #banner {
    background-image: url(../images/contact.jpg);
}

#product #banner {
    background-image: url(../images/product.jpg);
}

#lecturein #banner {
    background-image: url(../images/lecturein.jpg);
}

#report #banner,
#reportin #banner {
    background-image: url(../images/report.jpg);
}

/***** 跑馬燈 *****/
#marquee {
    background-color: #fff;
    padding: 40px 0;
}

    #marquee .fas {
        color: #651b62;
        line-height: 35px;
        text-align: right;
    }

#marqueeContent {
    height: 29px;
    line-height: 29px;
    font-size: 18px;
    color: #000;
    padding: 0 10px !important;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

#marqueeContent .marquee-track {
    align-items: center;
    display: inline-flex;
    gap: 96px;
    min-width: 100%;
    will-change: transform;
}

#marqueeContent .marquee-text {
    display: inline-block;
    flex: 0 0 auto;
}

#marqueeContent .marquee-text-clone {
    display: none;
}

#marqueeContent .marquee-track.is-animated .marquee-text-clone {
    display: inline-block;
}

/***** 白色字體 *****/
.whi h2,
.analysis h3 {
    position: relative;
    color: #fff;
}

.whi hr {
    border-top: 2px solid #fff;
}

/***** 紫色字體 *****/
.pur h2 {
    position: relative;
    color: #651b62;
    font-weight: bold;
}

.pur hr {
    border-top: 2px solid #651b62;
}

/***** 落點分析 *****/
#analysis {
    background-image: url(../images/bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .sec-title hr {
        width: 200px;
        margin: 1.5px 0 0 20px;
    }

.analysis {
    box-shadow: 0 10px 10px rgba(0, 0, 0, .5);
    margin: 20px 0;
}

    .analysis h3 {
        padding: 10px 0 0;
    }

.red {
    background-color: rgba(227, 0, 0, .7);
}

.blue {
    background-color: rgba(0, 150, 250, .7);
}

.purple {
    background-color: rgba(52, 0, 190, .7);
}

.analy-content {
    background-color: rgba(255, 255, 255, .7);
    padding: 20px 15px;
    height: 230px;
}

.analysis span {
    padding: 1px 5px;
    border-radius: 3px;
    margin-bottom: 5px;
    color: #fff;
}

.test {
    background-color: #18a7c4;
}

.formal {
    background-color: #008700;
}

.analysis .title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.analysis .date {
    clear: both;
    margin-bottom: 20px;
}

/***** 校系報導 *****/
.carousel-inner {
    max-width: 1920px;
    margin: 0 auto;
}
.video-box1 {
    position: relative;
    height: 0;
    padding-top: 35.5%;
    margin: 1rem 0;
}
    .video-box1 iframe {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.video-size-mobile {
    /*height: 1280px;*/
    padding-top: 17%;
}
.video-size-pc {
    height: 0;
    padding-top: 35.5%;
}
    .video-box {
        position: relative;
        height: 0;
        padding-top: 56%;
        margin: 1rem 0;
    }

    .video-box iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#report .col-sm-3 {
    padding: 0px;
}

#report .pro-img {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pro-img h4 {
    padding: 5px;
    background-color: rgba(70, 0, 70, 0.7);
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}

#carousel-report,
#product .row {
    margin-top: 20px;
}

#report .carousel-indicators,
#ad .carousel-indicators {
    bottom: inherit;
    clear: both;
    margin-top: 15px;
}

#report .carousel-inner img,
#ad .carousel-inner img {
    margin-bottom: 10px;
}

.b-pur {
    background-color: #651b62;
    padding: 6px 0;
    color: #fff;
    font-size: 20px;
}

#report .le-shadow {
    margin-top: 30px;
}

.ri-shadow {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    margin: 0 0 15px;
}

.hr-top {
    border-top: 10px solid #651b62;
    margin: 0;
}

.hr-bottom {
    border-top: 2px solid #651b62;
    margin: 0;
}

.ri-shadow h3 {
    padding: 5px 10px;
    margin: 0px;
    font-size: 20px;
}

/*#rlist ul {
    padding: 10px 10px 15px 15px;
}

#rlist li {
    padding-bottom: 5px;
    margin: 5px 0;
    list-style-type: square;
    list-style-position: inside;
}

    #rlist li a {
        color: #333;
    }

        #rlist li a:hover {
            color: #651b62;
        }*/

.rlist-box {
    padding: 2rem 0;
}

.rlist-item {
    float: left;
    width: 20%;
    min-height: 350px;
    padding: 0 15px 1rem;
}

    .rlist-item h3 {
        margin-bottom: 8px;
        background-color: #651b62;
        color: #fff;
    }

    .rlist-item > div {
        padding: 0 8px;
    }

    .rlist-item a {
        display: block;
    }

        .rlist-item a:hover {
            background-color: #9d509a;
            color: #fff;
        }

/***** 系所介紹 *****/
#report #banner {
    height: auto;
}

    #report #banner table {
        width: auto;
        margin: 0 auto;
        background-color: rgba(230, 242, 250, 0.8);
    }

        #report #banner table th {
            text-align: center;
            background-color: #651b62;
            color: #fff;
        }

#report h2 {
    text-align: left;
    margin-bottom: 20px;
}

    #report h2 a {
        margin: 0;
    }

.fa-quote-left,
.fa-quote-right {
    color: #651b62;
    margin: 0 5px;
}

.h210 {
    max-height: 210px;
    overflow: hidden;
}

    .h210 h3 {
        margin-bottom: 20px;
        font-size: 20px;
        font-size: 20px;
    }

.faculty {
    /*margin-top: 60px;*/
}

    .faculty .item-box {
        padding: 5px 15px;
    }

.introduce .item-box {
    padding: 0px;
}

.introduce p {
    margin: 10px 0;
}

.introduce .fab {
    margin-right: 10px;
}

.nav-video li {
    background-color: #cac5d5;
    margin: 2px;
    display: block;
    float: left;
}

    .nav-video li a:hover, .nav-video li a:focus, .nav-justified a:hover, .nav-justified a:focus {
        color: #651b62;
    }

.nav-video .active, nav-justified a:focus {
    background-color: #894786;
}

    .nav-video .active a, .nav-justified a {
        color: #fff;
    }

.nav-justified li a {
    background-color: #431741;
}

/***** 產品介紹  *****/
#product {
    background-color: #f6f6f6;
}

.item-box {
    display: block;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    margin-bottom: 25px;
}

#product .pro-img,
#reportin .pro-img {
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.pro-img::before {
    content: '';
    display: block;
    height: 220px;
}

.pro-title {
    padding: 10px;
    text-align: center;
    color: #333;
}

    .pro-title a {
        color: #333;
    }

    .pro-title h3 {
        font-size: 17px;
        font-weight: 600;
        height: 48px;
        overflow: hidden;
        margin: 5px 0;
    }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        cursor: not-allowed;
    }

.pro-btn .btn {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
}

/***** 產品內頁 *****/
.proin-img img {
    padding: 10px 20px;
    height: auto;
    max-height: 400px;
    border: 1px solid #bbb;
}

.proin h3 {
    font-size: 20px;
    margin-top: 20px;
    color: #b11f54;
}

.proin-btn .btn-danger {
    width: 200px;
    float: left;
}

.center-title {
    text-align: center;
}

    .center-title h2 {
        text-transform: uppercase;
        display: inline-block;
        position: relative;
    }

        .center-title h2:before {
            content: '';
            width: 100px;
            height: 2px;
            background: #651b62;
            position: absolute;
            top: 18px;
            left: -120px;
        }

        .center-title h2:after {
            content: '';
            width: 100px;
            height: 2px;
            background: #651b62;
            position: absolute;
            top: 18px;
            right: -120px;
        }

/***** 升學講座 *****/
.le-shadow {
    background-color: #f5f4f4;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    margin: 0 15px;
}

    .le-shadow img {
        width: 100%;
    }

    .le-shadow .a1 {
        padding: 0;
    }

    .le-shadow .a2 {
        padding: 20px 30px;
    }

        .le-shadow .a2 h3 {
            margin-bottom: 20px;
        }

        .le-shadow .a2 p {
            font-size: 17px;
            color: #464646;
        }

#lecturein .a3 img {
    margin: 10px 0;
    padding: 0px;
}

/***** 演講主題 *****/
#lecture {
    background-image: url(../images/bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.lecturebox {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.lecture-item {
    width: calc((100% - 40px) / 5);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    margin-bottom: 10px
}

    .lecture-item:first-child,
    .lecture-item:nth-child(3),
    .lecture-item:nth-child(5),
    .lecture-item:nth-child(7),
    .lecture-item:nth-child(9) {
        background-color: rgba(0, 0, 0, .6);
        padding: 30px 10px;
    }

    .lecture-item:nth-child(2),
    .lecture-item:nth-child(4),
    .lecture-item:nth-child(6),
    .lecture-item:nth-child(8),
    .lecture-item:nth-child(10) {
        background-color: rgba(120, 15, 120, 0.7);
        padding: 30px 10px;
    }

    .lecture-item a,
    .lecture-item a:hover {
        color: #fff;
    }

/***** 門市資訊 *****/
.content {
    background-image: url(../images/bg3.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: 20px 0px 20px rgba(0, 0, 0, .1);
    padding-bottom: 40px;
}

/***** 聯絡我們 *****/
.c1 {
    margin: 0 0 10px;
    display: flex;
    border: 1px solid #d8c1e4;
    color: #666;
}

#contact .c2 {
    width: 61px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d7d7d7;
    border-right: 1px solid #ddd;
}

.c3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 81px);
    padding: 0 20px;
}

.c4 hr {
    margin: 0;
    border-width: 2.5px;
}

.cform {
    padding: 30px 10px;
    background-color: rgba(105, 75, 150, 0.3);
    height: auto;
    border-radius: 3px;
}

    .cform p {
        color: #651b62;
        padding: 0 15px 5px 15px;
        font-size: 20px;
        font-weight: 600;
    }

    .cform .btn-submit {
        margin: 0 auto;
        display: block;
        padding: 5px 10px;
        background: #ff641b;
        border-color: #ff641b;
        border-radius: 5px;
        color: #fff;
    }

/***** 分頁 *****/
#pagination {
    display: block;
    text-align: center;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin-top: 50px;
}

    ul.pagination li {
        display: inline;
    }

        ul.pagination li a {
            color: black;
            float: left;
            padding: 8px 16px;
            text-decoration: none;
            transition: background-color .3s;
            border: 1px solid #ddd;
        }

            ul.pagination li a.active {
                background-color: #4CAF50;
                color: white;
                border: 1px solid #4CAF50;
            }

            ul.pagination li a:hover:not(.active) {
                background-color: #ddd;
            }

/***** 購物車/會員中心 *****/

.insideContent {
    padding-top: 80px;
}

#cartBar {
    width: 100%;
    margin-bottom: 15px;
    background-color: #f5f5f5;
}

    #cartBar li.active {
        background: #e2e6e8;
        color: #666;
        border-bottom: #919191 1px solid;
    }

    #cartBar li {
        float: left;
        width: 20%;
        /*line-height: 50px;*/
        border-bottom: #d0d0d0 1px solid;
        text-align: center;
        font-size: 15px;
        color: #ddd;
    }

    #cartBar .member {
        width: 16%
    }

    #cartBar li span {
        font-size: 12px;
        opacity: 0.5;
        margin-right: 10px;
    }

    #cartBar.nav-tabs > li.active > a {
        background-color: inherit;
    }

#cart {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

    #cart th {
        background-color: #b577b3;
        text-align: center;
    }

    #cart .c1 {
        width: 70px;
        text-align: center;
    }

.c2 {
    background-color: #b577b3;
    padding: 0px 20px;
    margin: 15px 0 5px 0;
}

table.member {
    border: #824d80 1px solid;
}

.member th,
.member td {
    border: #824d80 1px solid;
    text-align: center;
}

#changePassword span {
    font-size: 14px;
}

.btn-submit {
    color: #fff;
    background-color: #ff641b;
    border-color: #ff641b;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

/***** Footer *****/

footer {
    background: #555656;
    color: #fff;
}

    footer h3 {
        color: #4d014a;
        font-weight: 600;
        margin-bottom: 15px;
    }

    footer ul {
        margin-top: 0px;
    }

        footer ul li {
            float: left;
            margin-right: 40px;
            margin-bottom: 10px;
        }

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: #37d7ff;
        }

.footerLogo {
    padding: 10px;
    display: block;
}

.copyright {
    clear: both;
    background-color: #333;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}

/***** Button *****/
.btn-theme {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    text-align: center;
    background-image: none;
    border-style: solid;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 10px 0;
}

    .btn-theme:focus,
    .btn-theme:active:focus,
    .btn-theme.active:focus,
    .btn-theme.focus,
    .btn-theme:active.focus,
    .btn-theme.active.focus {
        outline: none;
    }

    .btn-theme:hover {
        transition-duration: 300ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }

    .btn-theme:hover,
    .btn-theme:focus,
    .btn-theme.focus {
        text-decoration: none;
    }

    .btn-theme:active,
    .btn-theme.active {
        background-image: none;
        outline: 0;
    }

.btn-base-bg {
    color: #fff;
    background: #651b62;
    border-color: transparent;
    border-width: 0;
    font-size: 16px;
    padding: 10px 15px;
}

    .btn-base-bg:hover,
    .btn-base-bg:focus,
    .btn-base-bg.focus {
        color: #fff;
        background: #873584;
        border-color: transparent;
    }

.btn-theme-sm {
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px;
}

#gotop {
    position: fixed;
    border-radius: 50px;
    right: 20px;
    bottom: 30px;
    padding: 10px 16px;
    font-size: 25px;
    background: rgba(183, 183, 183, 0.6);
    color: #FAFCFD;
    cursor: pointer;
    z-index: 1000;
}

.table table {
    width: 100%;
}

.table table th, .table table td{
    padding: 1rem;
}

.table table p {
    margin: 0;
}

.predict-box {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.predict-box * {
    color: white;
}

.bg-uni {
    background-color: #b12f45;
}

.bg-tech {
    background-color: #358e6d;
}

.bg-adv {
    background-color: #4086b1;
}

@media (max-width: 991.98px) {
    /***** 校系報導 *****/
    .rlist-item {
        width: 33.33%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /***** 落點分析 *****/
    .analy-content {
        height: 220px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    nav + header,
    nav + section {
        margin-top: 179px;
    }

    /***** 落點分析 *****/
    .analy-content {
        height: 260px;
    }

    footer ul li {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        margin-left: 0px;
    }

    .navbar-collapse {
        border: 0;
    }

    .navbar-inverse ul.navbar-nav li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    nav + header,
    nav + section {
        margin-top: 93px;
    }

    #header .header-bg {
        padding: 20px 0px;
        /*height: 300px;*/
        overflow: hidden;
    }

    /*#carouselheader h1 {
        font-size: 24px;
    }*/

    /*#carouselheader .description p {
        font-size: 16px;
    }*/

    #banner {
        padding: 130px 0px 50px 0px;
        height: auto;
    }

        #banner h1 {
            font-size: 24px;
        }

        #banner hr {
            content: '';
            height: 3px;
            width: 55px;
            background-color: #651b62;
            position: absolute;
            top: 20px;
            left: 15px;
            border: 0px
        }

    .black80 {
        padding: 60px 0px;
    }

    .lecture-item {
        width: calc((100% - 20px) / 2);
    }

    h1,
    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    .le-shadow .a2 {
        padding: 10px 15px;
    }

    .ri-shadow {
        margin: 0 0 20px 0;
    }

    /***** 校系報導 *****/
    .rlist-item {
        width: 50%;
    }

    /***** 系所介紹 *****/
    .faculty .item-box {
        margin-right: 0px;
    }

    .introduce {
        padding: 0 15px;
    }

    footer {
        font-size: 14px;
    }

    .footerLogo {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer ul {
        max-width: 370px;
    }
}

@media (max-width: 415px) {
    .black80 {
        padding: 40px 0px;
    }

    #banner {
        padding: 115px 0px 40px 0px;
        height: 200px;
    }

        #banner hr {
            content: '';
            height: 3px;
            width: 55px;
            background-color: #651b62;
            position: absolute;
            top: 15px;
            left: 15px;
            border: 0px
        }

    /***** 校系報導 *****/
    .rlist-item {
        width: 100%;
        padding: 0;
    }

    /***** 落點分析 *****/
    .analy-content {
        height: auto;
    }

    .center-title h2:after,
    .center-title h2:before {
        top: 15px;
    }

    footer ul {
        max-width: 280px;
    }
}
