@charset "utf-8";
body,
html {
    font-size: 93.9%;
}

.content-detail p {
    font-size: 1.05rem;
    line-height: 1.8;
    font-weight: normal;
    margin-bottom: 30px;
}

.content-detail a {
    color: #337ab7;
    text-decoration: underline;
    word-break: break-all;
}

.content-detail img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

.content-detail img+p,
.content-detail img+h5,
.content-detail img+img {
    margin-top: 40px;
}

.content-detail img+p.img-text {
    margin-top: 15px;
    margin-bottom: 40px;
}

.content-detail h5 {
    font-family: 'Sarabun',
        sans-serif,
        Arial,
        'Microsoft JhengHei';
    font-size: 1.2rem;
    font-weight: 600;
}

.content-detail h3.title {
    font-family: 'Sarabun',
        sans-serif,
        Arial,
        'Microsoft JhengHei';
    font-size: 1.36rem;
    letter-spacing: 0.8px;
    text-decoration: underline;
    margin: 0;
}

.color-logo-blue {
    color: #015198 !important;
}

.color-logo-green {
    color: #44926d !important;
}

.home.overlay-dark-alpha-75:before,
.home-full.overlay-dark-alpha-75:before {
    z-index: 1;
}

.home .container,
.home-full .container {
    position: relative;
    z-index: 2;
}

.mobile-nav {
    width: 80px;
}

.index-content .welcome {
    background: url(../../img/idipc-welcome/bg.jpg) center center fixed no-repeat;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.index-content .welcome #animation {
    position: relative;
    top: 40%;
    transform: translate(4%, -75%);
    margin: 0 auto;
    width: 100%;
    max-width: 235px;
}

.index-content .welcome .img-box {
    position: relative;
    top: 33%;
    transform: translate(0%, -75%);
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
}

nav.sticky-wrapper {
    position: fixed !important;
    top: 0;
    left: 0;
}

.shop-interview-page-content .breadcrumbs.text-right,
.pages-content .breadcrumbs.text-right,
.plan-intro-page-content .breadcrumbs.text-right {
    text-align: center;
}

.shop-interview-page-content .blog-style-2-body .bs2-eye,
.pages-content .blog-style-2-body .bs2-eye,
.plan-intro-page-content .blog-style-2-body .bs2-eye {
    margin-top: 0;
    float: left;
}

.shop-interview-page-content h3.title,
.pages-content h3.title,
.plan-intro-page-content h3.title {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.shop-interview-page-content .post-meta-holder,
.pages-content .post-meta-holder,
.plan-intro-page-content .post-meta-holder {
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    padding: 8px 7px;
}

.shop-interview-page-content .post-meta-section .float-right,
.pages-content .post-meta-section .float-right,
.plan-intro-pages-content .post-meta-section .float-right {
    padding: 0 7px;
}

.page-section {
    padding: 100px 0;
}

.page-section.pages-header {
    padding: 170px 0 130px;
}

.pages-header .page-heading {
    text-transform: uppercase;
}

.pages-header .page-heading h2 {
    font-weight: 600;
    margin-bottom: 3px;
    letter-spacing: 1px;
    color: #fff;
}

.pages-header .page-heading h2+div {
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

footer .ouorange {
    color: rgba(255, 158, 0, 0.6);
}

footer .ouorange:hover,
footer .ouorange:focus {
    color: #ff9e00;
}

footer .footer-social-links {
    margin-top: 10px;
}

footer .tag-anim p {
    margin-bottom: 10px;
}

footer .tag-anim p,
footer .tag-anim a {
    color: #dfdfdf;
}

footer .tag-anim a:hover {
    color: rgba(206, 206, 206, 0.6);
}

footer .footer-copyright {
    color: rgba(206, 206, 206, 0.6);
    padding: 0 0 10px;
}

footer .flex {
    display: flex;
}

footer .flex p {
    padding-right: 15px;
}

footer .footer-logo .logo {
    max-width: 200px;
    height: 100%;
}

footer .footer-logo .gif {
    display: block;
    margin: 0 auto;
    width: 130px;
}

@media (max-width: 767px) {
    footer .footer-copyright small {
        display: block;
        margin-top: 3px;
    }

    .header-logo-wrap .logo {
        max-width: 300px;
    }

    .page-section.pages-header {
        padding: 100px 0 45px;
    }

    .sticky-wrapper {
        height: 70px !important;
    }

    .header-logo-wrap .logo {
        height: 70px;
    }

    .page-heading h2 {
        font-size: 1.8rem;
        margin: 0;
    }
}

.project-nav .nav-wrap .section-title-1 span {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.project-nav .nav-wrap .section-title-1 span::before {
    content: "";
    background-color: #141414;
    display: inline-block;
    height: 1px;
    margin-right: 15px;
    vertical-align: middle;
    width: 34px;
}

#toTop,
#Search,
#Facebook,
#Youtube {
    position: fixed;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    width: 45px;
    height: 45px;
    text-decoration: none;
    border-radius: 100px;
    z-index: 99;
}

#toTop {
    bottom: 20px;
    display: none;
}

#Search {
    bottom: 215px;
    display: block;
}

#SearchBox form {
    position: fixed;
    display: none;
    right: 21px;
    bottom: 215px;
    width: 200px;
    height: 45px;
    z-index: 98;
}

#SearchBox form .search-field {
    height: 45px !important;
}

#SearchBox .form input[type="text"] {
    border-right: none;
    border-radius: 100px;
    padding-left: 16px;
    padding-right: 48px;
}

#Facebook {
    bottom: 160px;
    display: block;
}

#Youtube {
    bottom: 105px;
    display: block;
}

#toTop i,
#Search i,
#Facebook i,
#Youtube i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 1.1rem;
    text-align: center;
    display: block;
    line-height: 45px;
}

#toTop:hover,
#Search:hover,
#Facebook:hover,
#Youtube:hover {
    background: rgba(0, 0, 0, 0.9);
}

#marquee {
    height: 45px;
    box-shadow: 0 0 3px rgba(204, 204, 204, 0.5);
    overflow: hidden;
}

#marquee .item {
    float: left;
    width: 630px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#marquee .item a {
    line-height: 45px;
    font-size: 1.05rem;
    letter-spacing: 1px;
}

#marquee .item a:hover {
    font-weight: 600;
}

#marquee .item a::before {
    content: "最新消息";
    padding: 2px 7px;
    margin-right: 13px;
    font-size: 1.05rem;
    background-color: #f34336;
    color: #fff;
}

#marquee .owl-carousel {
    overflow: hidden;
    height: 40px;
}

#marquee .owl-item {
    padding: 0 5px;
}

#marquee .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: right;
}

#marquee .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    bottom: calc(0% - -3px);
    opacity: 1;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #bbb;
    transform: translate3d(-42px, 1px, 0px) !important;
    transition: all .3s;
}

#marquee .owl-buttons .owl-prev {
    right: 0px;
}

#marquee .owl-buttons .owl-next {
    right: -40px;
}

#marquee .owl-buttons .owl-prev i,
#marquee .owl-buttons .owl-next i {
    font-size: 0.8rem;
    color: #909090;
    line-height: 30px;
    font-weight: 600;
}

#marquee .owl-theme .owl-controls .owl-buttons div:hover {
    background: #dedede;
}

.submenu {
    margin: 0 0 40px;
    padding: 0;
}

.submenu li {
    margin-bottom: 10px;
}

.submenu li h5 {
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 150px;
    padding: 13px;
    margin: 0;
    font-size: 1.05rem;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    background: #f8f8f8;
    transition: all 0.2s;
}

.submenu li a {
    display: block;
    transition: all 0.3s;
}

.submenu li.active h5,
.submenu li.active a,
.submenu li h5:hover,
.submenu li a:hover {
    background: #141414;
    color: #fff;
    font-weight: 600;
}

@media (max-width: 767px) {
    #marquee .owl-theme .owl-controls .owl-buttons div {
        display: none;
    }

    #marquee .item {
        width: 100%;
    }
}

.index-content .table-center-text {
    padding-top: 16rem;
    vertical-align: top;
}

.index-default-content .page-section {
    padding: 60px 0 100px;
}

.index-default-content .section-title h3,
.links-content .section-title h3 {
    font-size: 1.36rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}

.index-default-content .section-title::before,
.links-content .links .section-title::before {
    background: #ca0a0a;
    bottom: -1px;
    content: "";
    height: 2px;
    position: absolute;
    width: 60px;
}

.index-default-content .section-title,
.links-content .links .section-title {
    position: relative;
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 22px;
}

.index-default-content .gov {
    position: relative;
    display: block;
    padding: 40px 25px 30px;
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
}

.index-default-content .gov-content article {
    position: relative;
    display: flex;
    border: none;
    background-color: #fff;
    margin: 30px 0;
    transition: all .2s;
}

.index-default-content .gov-content span.date {
    font-family: 'Open Sans',
        'Microsoft JhengHei';
}

.index-default-content .news {
    background: none repeat scroll 0 0 #f8f8f8;
    margin-bottom: 25px;
    padding: 30px 25px;
}

.index-default-content .news-content article {
    position: relative;
    display: block;
    padding: 15px 25px;
    border: none;
    background-color: #fff;
    margin: 30px 0;
    transition: all .2s;
}

.index-default-content .news-content article span {
    font-family: 'Open Sans',
        'Microsoft JhengHei';
    color: #ca0a0a;
    display: inline-block;
    font-size: 0.9rem;
    position: relative;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.index-default-content .news-content article span i {
    padding-right: 5px;
}

.index-default-content .news-content article span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ca0a0a;
    left: 0;
    bottom: 0;
}

.index-default-content .news-content article h5,
.index-default-content .gov-content article h5 {
    font-size: 1.05rem;
    margin: 0;
    transition: all .3s;
}

.index-default-content .news-content a:hover article {
    box-shadow: 0px 2px 4px rgba(204, 204, 204, 0.6);
}

.index-default-content .news-content a:hover article h5,
.index-default-content .gov-content a:hover article h5 {
    font-weight: 600;
}

.index-default-content .btn.read-more {
    background-color: #141414;
    border: 1px solid #141414;
    color: #fff;
}

.index-default-content .btn.btn-style-7.read-more span {
    font-size: 1.05rem;
}

.index-default-content .btn.btn-style-7.read-more span:before {
    font-size: 0.9rem;
    right: calc(100% - 80px);
}

.album-content h2.bs2-title {
    font-family: 'Sarabun',
        sans-serif,
        Arial,
        'Microsoft JhengHei';
    font-weight: 600;
}

.album-content .blog-style-2-body {
    padding: 20px 30px 15px;
}

.album-content .blog-style-2-body .bs2-title {
    font-size: 1.15rem;
    line-height: 1.6;
}

.album-content article {
    margin-bottom: 20px;
}

.album-content .masonry>div {
    padding: 0 8px;
}

.album-content p.infinite-scroll-last,
.album-content p.infinite-scroll-error {
    border-top: 1px solid #e1e1e1;
    margin: 50px 0 0;
    padding-top: 15px;
    text-align: center;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    color: #666;
}

@media (max-width: 767px) {
    .album-content article {
        margin-bottom: 40px;
    }

    .album-content p.infinite-scroll-last,
    .album-content p.infinite-scroll-error {
        margin: 20px 0 0;
    }
}

.links-content .links {
    position: relative;
    display: block;
    padding: 25px 20px;
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
}

.links-content .links table {
    margin: 20px 0 0;
}

.links-content .links table tr h5 {
    padding: 8px 5px;
    margin: 0;
    font-size: 1.05rem;
    color: #141414;
    transition: all .2s;
}

.links-content .links table tr {
    border-bottom: 1px dashed #ddd;
    background-color: #fff;
}

.links-content .links table tr:last-child {
    border-bottom: none;
}

.links-content .links table tr:hover a,
.news-content tbody tr:hover a,
.shop-interview-content .blog-style-2-body .bs2-title:hover a,
.shop-interview-content .blog-style-2-body .bs2-meta a:hover {
    color: #337ab7;
    text-decoration: underline;
}

.type-button ul {
    display: contents;
    margin: 0;
}

.type-button ul>li>a {
    font-size: 1.05rem;
    letter-spacing: 1px;
    line-height: 1.8;
    border: 1px solid #141414;
    background-color: transparent;
    color: #141414;
    float: left;
    padding: 8px 10px;
    margin: 0 10px 10px 0;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}

.type-button ul>li>a:hover {
    outline: medium none;
    background: #141414;
    color: #fff;
}

.type-button ul>li.active>a {
    background: #141414;
    color: #fff;
}

.news-content tbody tr:nth-child(odd) td {
    background-color: #fdfdfd;
    font-weight: normal;
}

.news-content tbody tr:nth-child(even) td {
    background-color: #f8f8f8;
}

.news-content .rwd-table th,
.news-content .rwd-table td:before {
    color: #fff;
    background: #141414;
    font-weight: normal;
}

.news-content tbody tr td:last-child {
    text-align: center;
}

.news-content table tr {
    border-bottom: none;
}

.shop-interview-content .type-box {
    display: flex;
    margin-bottom: 30px;
}

.shop-interview-content .type-box form {
    margin-right: 10px;
}

.shop-interview-content .type-box form {
    margin-right: 10px;
}

.shop-interview-content .blog-style-2-body .bs2-title {
    margin-top: 15px;
    font-size: 1.28rem;
    line-height: 1.5;
}

.shop-interview-content .blog-style-2-body .bs2-body p {
    font-size: 1.05rem;
    color: #777;
    line-height: 2;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.shop-interview-content .blog-style-2-body .bs2-read-more a {
    font-weight: 600;
}

.tipso_content {
    font-family: 'Sarabun',
        sans-serif,
        Arial,
        'Microsoft JhengHei';
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #fff;
}

.shop-link-content .portfolio-item a:after {
    background-image: none;
}

.shop-link-content .portfolio-item .tile-secondary-content {
    background-color: rgba(14, 14, 14, 0.6);
}

.rwd-table {
    overflow: hidden;
    margin: 20px 0 30px;
}

.rwd-table {
    min-width: 100%;
}

.rwd-table th {
    display: none;
}

.rwd-table tr {
    border-bottom: 1px dashed #ddd;
    transition: all 0.2s;
}

.rwd-table tbody tr:hover {
    background: #f8f8f8;
}

.rwd-table td {
    display: block;
}

.rwd-table td:before {
    position: absolute;
    content: attr(data-th);
    width: 3.5rem;
    height: 100%;
}

.rwd-table th,
.rwd-table td {
    position: relative;
    padding: 0.5rem 1rem;
    font-size: 1.05rem;
    line-height: 1.8;
    text-align: left;
    color: #141414;
}

.rwd-table p {
    margin: 0;
}

.rwd-table th,
.rwd-table td:before {
    color: #ca0a0a;
    font-weight: 600;
}

.rwd-table td a:hover {
    color: #141414;
    text-decoration: underline
}

.index-default-content .rwd-table tbody tr td:first-child,
.index-default-content .rwd-table tbody tr td:last-child {
    text-align: center;
}

.index-default-content .rwd-table tbody tr td:nth-child(2) {
    text-align: left;
}

.program-content,
.plan-intro-content {
    background-color: #141414;
}

.program-content section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.program-content mark {
    background-color: transparent;
    color: #f9e243;
}

.program-content h1,
.program-content h4,
.program-content p,
.plan-intro-content h1,
.plan-intro-content h4,
.plan-intro-content p {
    font-family: 'Sarabun',
        sans-serif,
        Arial,
        'Microsoft JhengHei';
    color: #fff;
}

.program-content .content,
.plan-intro-content .content {
    margin-top: 40px;
}

.program-content p,
.program-content .content li,
.plan-intro-content p,
.plan-intro-content .content li {
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 2;
    color: #fff;
}

.program-content main ul {
    list-style: disc;
}

.program-content main section a {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 1px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    vertical-align: top;
}

.program-content main section a::after,
.program-content main section a::before {
    background: #696969 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: transform .6s cubic-bezier(.57, 0, .08, 1) 0s;
    -webkit-transition: transform .6s cubic-bezier(.57, 0, .08, 1) 0s;
    -moz-transition: transform .6s cubic-bezier(.57, 0, .08, 1) 0s;
    -o-transition: transform .6s cubic-bezier(.57, 0, .08, 1) 0s;
    width: 100%
}

.program-content main section a::before {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition-delay: 225ms;
    -webkit-transition-delay: 225ms;
    -moz-transition-delay: 225ms;
    -o-transition-delay: 225ms;
    transition-duration: .6s;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    background: #fff none repeat scroll 0 0
}

.program-content main section a:hover:before {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0)
}

.program-content main section a:hover:after {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%)
}

.program-content a.btn::after,
.program-content a.btn::before,
.program-content h4.panel-title a::before,
.program-content #Join a.pdf::before,
.program-content #Join a.doc::before,
.program-content footer a::before {
    display: none !important;
}

.program-content h4.panel-title a::after {
    background: none;
    transform: none;
    left: 95%;
}

.program-content #Title .title,
.plan-intro-content #Title .title {
    color: #fff;
    letter-spacing: 3px;
    font-size: 3.2rem;
    margin-bottom: 40px;
}

.program-content #Title .sub-title,
.plan-intro-content #Title .sub-title {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.program-content #Title p,
.plan-intro-content #Title p {
    font-size: 1.38rem;
}

.program-content #What,
.plan-intro-content #Item {
    padding: 110px 0;
}

.program-content #What h1,
.plan-intro-content #Item h1 {
    letter-spacing: 2px;
    margin: 0;
    font-size: 2.7rem;
    margin: 0 10px 0;
}

.program-content #What h1 small,
.plan-intro-content #Item h1 small {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 10px;
    font-size: 55%;
}

.program-content #What .content,
.plan-intro-content #Item .content {
    margin-top: 35px;
}

.program-content #What h4,
.plan-intro-content #Item h4 {
    letter-spacing: 1px;
    line-height: 2.2;
    margin: 0;
    font-size: 1.2rem;
}

.program-content #What p,
.plan-intro-content #Item p {
    font-size: 1.2rem;
    color: #ccc;
}

.program-content #What .panel-group .panel-body {
    background: transparent;
    color: #ccc;
    margin-left: 26px;
}

.program-content #What .panel-default>.panel-heading {
    background: transparent;
}

.program-content #Join h1 {
    letter-spacing: 2px;
    margin: 0;
    font-size: 2.7rem;
}

.program-content #TeamIntro h1 {
    letter-spacing: 2px;
    margin: 0;
    font-size: 2.1rem;
    line-height: 1.5;
    padding-bottom: 10px;
}

.program-content #TeamIntro a.btn {
    margin-bottom: 20px;
    margin-right: 10px;
    color: #ddd;
    border: 1px solid #ddd;
    white-space: normal;
    height: auto;
    text-align: justify;
}

.program-content #Join ul.item {
    list-style: none;
    padding-left: 0;
    padding-top: 10px;
}

.program-content #Join ul.item li {
    margin-bottom: 15px;
}

.program-content #Join ul.item span {
   display: inline-block;
    height: 40px;
    color: #ddd;
    border: 1px solid #ddd;
    white-space: normal;
    margin-right: 4px;
    margin-top: 10px;
    padding: 0 26px;
    text-align: justify;
    cursor: default;
}

.program-content #Join a.pdf,
.program-content #Join a.doc {
    height: 28px;
    width: 25px;
    margin-left: 2px;
    vertical-align: text-bottom;
}

.program-content #Join a.pdf::after {
    position: relative;
    background: none;
    transform: none;
    content: url('../../img/icons/icon-pdf.png');
}

.program-content #Join a.doc::after {
    position: relative;
    background: none;
    transform: none;
    content: url('../../img/icons/icon-doc.png');
}

.plan-intro-content #Title {
    padding: 140px 0 100px;
}

.plan-intro-content #Title .col-md-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .plan-intro-content #Title .col-md-9 {
        margin-left: 12.5%;
    }
}

.plan-intro-content #Title .intro-img {
    margin-top: 40px;
}

.plan-intro-content #Title .intro-img img {
    width: auto;
    max-height: 300px;
}

.plan-intro-content #Title .intro-img .owl-buttons div {
    position: absolute;
    bottom: calc(45%);
    opacity: 1;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all .3s;
}

.plan-intro-content #Title .intro-img .owl-buttons .owl-prev {
    left: 13%;
}

.plan-intro-content #Title .intro-img .owl-buttons .owl-next {
    right: 13%;
}

.plan-intro-content #Title .intro-img .owl-buttons .owl-prev i,
.plan-intro-content #Title .intro-img .owl-buttons .owl-next i {
    font-size: 0.8rem;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
}

.plan-intro-content #Title .intro-img .owl-theme .owl-controls .owl-buttons div:hover {
    background: rgba(0, 0, 0, 0.9);
}

.plan-intro-content #Title .table-content,
.plan-intro-content #Title .table-center-text {
    display: block;
}

.plan-intro-content #Item ol {
    list-style: none;
    counter-reset: li;
    margin-left: 0;
}

.plan-intro-content #Item li {
    position: relative;
    counter-increment: li;
    transition: 0.5s ease;
}

.plan-intro-content #Item li::before {
    content: '. 'counter(li);
    color: #ccc;
    display: inline-block;
    width: 1.5rem;
    margin-left: -1.5rem;
    margin-right: 0.5rem;
    text-align: right;
    direction: rtl;
}

.plan-intro-content #Item li:hover:before {
    color: #fff;
}

.plan-intro-content #Item li a {
    display: inline-block;
    width: 100%;
    padding: 20px 13px 8px 38px;
    margin-left: -35px;
    color: #ccc;
    font-size: 1.35rem;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}

.plan-intro-content #Item li a:hover {
    color: #fff;
}

.plan-intro-content #Item li a::after {
    display: none;
    content: '了解更多 ⟶ ';
    font-family: 'Poppins',
        sans-serif,
        Arial,
        'Microsoft JhengHei';
    position: absolute;
    color: #ddd;
    right: 20px;
    bottom: 13px;
    font-size: 1rem;
}

.plan-intro-content #Item li a:hover:after {
    display: block;
}

@media (max-width: 480px) {
    .mobile-nav {
        width: 50px;
    }

    .header-logo-wrap .logo {
        width: 245px;
    }

    .index-default-content .rwd-table tbody tr td:first-child,
    .index-default-content .rwd-table tbody tr td:last-child {
        text-align: left;
    }
}

@media (max-width: 479px) {
    .rwd-table td p {
        margin-left: 68px;
    }

    .rwd-table tbody tr td,
    .news-content tbody tr td:last-child {
        text-align: left;
    }

    .index-default-content .gov-content>.text-right,
    .index-default-content .news .news-content>.text-right {
        text-align: center;
    }

    .index-default-content .rwd-table th,
    .index-default-content .rwd-table td {
        padding: 0.2rem 0;
    }

    .index-default-content .rwd-table tr td:last-child {
        padding-bottom: 0.6rem
    }

    .index-default-content .rwd-table tr td:first-child {
        padding-top: 0.8rem
    }

    .news-content tbody tr td:first-child:before {
        border-top: 1px solid #666;
    }

    .news-content tbody tr td::before {
        margin-top: -9px;
        left: 0;
        width: 5.2rem;
        padding: 0.55rem 1rem;
    }

    .news-content tbody tr td p {
        margin-left: 75px;
    }

    .project-nav .nav-wrap .section-title-1 span {
        -webkit-line-clamp: 3;
    }
}

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: 0.25rem 0.5rem;
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table th,
    .rwd-table td {
        padding: 1rem !important;
    }
}

@media only screen and (max-width: 992px) {
    footer .flex {
        display: block;
    }

    footer img.footer-logo {
        margin: 20px 0;
    }
}

@media (max-width: 1199px) {
    .plan-intro-content #Title .intro-img .owl-buttons .owl-prev {
        left: 5%;
    }

    .plan-intro-content #Title .intro-img .owl-buttons .owl-next {
        right: 5%;
    }
}

@media (max-width: 1024px) {
    .page-section {
        padding: 80px 0;
    }
}

@media (max-width: 768px) {
    .page-section {
        padding: 60px 0;
    }

    #toTop,
    #Search,
    #Facebook,
    #Youtube {
        right: 10px;
        width: 35px;
        height: 35px;
    }

    #Search {
        bottom: 180px;
    }

    #SearchBox form {
        right: 11px;
        bottom: 180px;
        height: 35px;
        width: 180px;
    }

    #SearchBox form .search-field {
        height: 35px !important;
    }

    #SearchBox .form input[type="text"] {
        padding-right: 38px;
    }


    #Facebook {
        bottom: 135px;
    }

    #Youtube {
        bottom: 90px;
    }

    #toTop i,
    #Search i,
    #Facebook i,
    #Youtube i {
        font-size: 1rem;
        line-height: 35px;
    }

    .plan-intro-content #Title .intro-img .owl-buttons .owl-prev {
        left: 0;
    }

    .plan-intro-content #Title .intro-img .owl-buttons .owl-next {
        right: 0;
    }
}

@media (max-width: 768px) {
    .home-full {
        height: auto;
    }

    .program-content h1,
    .plan-intro-content h1 {
        font-size: 2.1rem !important;
    }

    .panel-text .panel-heading a {
        padding: 8px 13px;
    }

    .program-content #Title h1,
    .plan-intro-content #Title h1 {
        font-size: 2.4rem !important;
    }

    .program-content #Title p,
    .plan-intro-content #Title p {
        font-size: 1.2rem !important;
    }

    .program-content h4,
    .plan-intro-content h4 {
        font-size: 90% !important;
    }

    .program-content .block-container,
    .plan-intro-content .block-container {
        margin-top: 20px;
    }

    .program-content #Title,
    .plan-intro-content #Title {
        padding: 120px 0;
    }

    .program-content #TeamIntro {
        padding-top: 150px;
    }

    .plan-intro-content #Item li a {
        font-size: 1.2rem;
    }

    .plan-intro-content #Item li a::after {
        display: block;
        content: '⟶ ';
    }
}
