@charset "UTF-8";
@import url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170255/https://use.fontawesome.com/releases/v5.3.1/css/all.css');

body {
    padding: 0;
    margin: 0;
    font-family: Microsoft JhengHei;
    line-height: 1.8em;
}

a {
    text-decoration: none;
    color: #fff;
}

.logo {
    margin: 0;
    padding: 15px 0;
}

.logo img {
    width: 250px;
}

.container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

header time {
    position: absolute;
    font-family: sans-serif;
    right: 15px;
    font-size: 1.4em;
    top: 35%;
}

.Tab {
    background: #eceedd;
    position: relative;
    padding: 40px 0;
}

iframe,
#gmap {
    width: 100%;
    position: absolute;
    top: -520px;
    margin: 0;
}

.bts{
    background: #13244c;
}
.bts .container {
    background: #13244c;
    margin-top: 450px;
    text-align: center;
}

.bts .container a {
    padding: 18px 0;
    display: inline-block;
    width: 16%;
    text-align: center;
    border-bottom: 8px solid;
    position: relative;
}

.bts .container a::before {
    position: absolute;
    content: "";
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170255/https://internationalnewsstation.tw/images/chevron-forward-outline.svg);
    background-size: contain;
    width: 10px;
    height: 10px;
    left: 20%;
    top: 26px;
    display: none;
}

.bts .container a:nth-child(4)::before {
    left: 12%;
}

.bts .container a:first-child {
    border-color: #b0a037
}

.bts .container a:first-child:hover,
.color1 {
    background: #b0a037
}

.bts .container a:nth-child(2) {
    border-color: #5f9dce
}

.bts .container a:nth-child(2):hover,
.color2 {
    background: #5f9dce
}

.bts .container a:nth-child(3) {
    border-color: #2aa591
}

.bts .container a:nth-child(3):hover,
.color3 {
    background: #2aa591
}

.bts .container a:nth-child(4) {
    border-color: #2c8453
}

.bts .container a:nth-child(4):hover,
.color4 {
    background: #2c8453
}

.bts .container a:nth-child(5) {
    border-color: #c86355
}

.bts .container a:nth-child(5):hover,
.color5 {
    background: #c86355
}

.bts .container a:nth-child(6) {
    border-color: #725c99
}

.bts .container a:nth-child(6):hover,
.color6 {
    background: #725c99
}

.Tab h2,
.Tab h3 {
    margin: 0;
}

article {
    width: 31%;
    width: -webkit-calc(33% - 61px);
    width: -moz-calc(33% - 61px);
    width: calc(33% - 61px);
    display: inline-table;
    margin: 10px;
    padding: 20px;
    border: #cfcfcf 1px solid;
}

/*safari only*/
_::-webkit-full-page-media,
_:future,
:root article {
    width: 27.5%;
    float: left;
}

_::-webkit-full-page-media,
_:future,
:root article.main {
    width: 93%;
}

article:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

article.main {
    width: 94%;
    width: -webkit-calc(100% - 61px);
    width: -moz-calc(100% - 61px);
    width: calc(100% - 61px);
    display: block;
}

article.main h2 {
    font-weight: bold;
    font-size: 2em;
    min-height: auto;
}

article h3 {
    border-bottom: 1px dotted #fff;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

article h3::before {
    position: absolute;
    content: "";
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170255/https://internationalnewsstation.tw/images/map-marker-alt-solid.svg);
    background-size: contain;
    width: 15px;
    height: 15px;
    left: 0;
    top: 5px;
}

article h3 time {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 13px;
    font-family: sans-serif;
    font-weight: normal;
}

article h2,
article p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

article h2 {
    padding-top: 15px;
    font-weight: 400;
    line-height: 1.4em;
    min-height: 120px;
}

.marker .area {
    position: relative;
    margin-top: 0;
    padding-left: 25px;
}

.marker .area::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\F041";
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
}

.marker p.title time {
    color: gray;
    padding-right: 5px;
    font-size: 13px;
}

.marker p.title {
    text-decoration: none;
}

.event a:hover {
    text-decoration: underline;
}

.marker div.event {
    border-bottom: 1px solid #ccc;
}

.marker div.event {
    border-bottom: 1px dashed #ccc;
}

.marker {
    max-height: 120px;
    overflow-y: scroll;
}

.marker .red_arrow {
    position: relative;
    width: 15px;
    height: 15px;
}

.marker .red_arrow::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\F0DA";
    left: 0;
    top: 0;
}

.pagination {
    text-align: center;
    list-style: none;
    font-size: 1.3em;
    margin: 0;
    padding: 20px 0;
    font-weight: bold;
    clear: both;
}

.pagination a {
    color: #a1a1a1;
    padding: 10px;
}

.pagination .active a,
.pagination a:hover {
    color: #000;
}

.pagination li {
    display: inline-block;
}

.pagination li.disabled,
li.disabled {
    display: none;
}

.datebt {
    list-style: none;
    position: relative;
    height: 20px;
    display: none
}

.datebt li {
    display: inline-block;
    position: absolute;
    top: -10px;
}

.datebt li a {
    color: #fff;
}

.datebt li:first-child {
    left: 10px;
}

.datebt li:last-child {
    right: 10px;
}

.icons {
    text-align: center;
    list-style: none;
    padding: 5px 0 30px;
}

.icons img {
    width: 30px;
    height: 30px;
    position: relative;
    top: 2px;
}

.icons li {
    display: inline-block;
    padding: 5px 6px 0;
    border-radius: 50em;
    position: relative;
    text-align: center;
    margin: 0 20px;
}

.icons li:first-child {
    background: #325d94
}

.icons li:nth-child(2) {
    background: #00aadb
}

.icons li:nth-child(3) {
    background: #ff574d
}

.icons li:nth-child(4) {
    background: #ffb910
}

.icons li a span {
    position: absolute;
    width: 80px;
    left: -20px;
    font-size: 13px;
    text-align: center;
    color: #000;
    bottom: -30px;
}

footer {
    background: #282d2c;
    color: #b6b6b6;
    padding: 30px 0 10px;
}

footer .column {
    width: 49%;
    display: inline-table;
}

footer h4 {
    color: #fff;
    font-style: italic;
    font-size: 1.2em;
    letter-spacing: 1px;
    position: relative;
    background: #282d2c;
    display: inline;
    padding-right: 10px;
}

footer h4::after {
    position: absolute;
    content: "";
    width: 300px;
    height: 1px;
    border-bottom: 1px solid #444;
    top: 15px;
}

footer a {
    color: #b6b6b6;
    font-size: .9em;
}

footer li::marker {
    color: #6cfee1;
    font-size: .8em;
}

#rss ul {
    padding: 0;
    list-style: none;
}

#rss a {
    color: #000;
}

#rss a:hover {
    text-decoration: underline;
}

#rss ul li {
    display: inline-block;
    width: 25%;
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

#rss ul li::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170255/https://internationalnewsstation.tw/images/rss-solid.svg) #ffb910 center no-repeat;
    background-size: 20px;
    border-radius: 50em;
    left: 0;
}

.copyright {
    text-align: center;
    border-top: 1px solid #444;
    font-size: 13px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px 40px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}

.post small {
    padding: 0 10px;
    border-radius: 20px;
    display: inline-block;
    color: #fff;
}

.post h1 {
    line-height: 1.2em;
}

.post h3 {
    color: #666;
    font-size: 1em;
    display: inline;
    margin-left: 10px;
}

.post h3 time {
    margin-left: 10px;
}

@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

@media (max-width: 1200px) {
    .logo img {
        width: 180px;
    }

    header time {
        font-size: 1em;
    }

    .bts .container {
        margin-top:0;
    }
    .bts a::before,
    .bts a:nth-child(4)::before {
        left: 0;
        display: none;
    }

    article {
        width: 47%;
        width: calc(49.5% - 61px);
    }

    /*safari only*/
    _::-webkit-full-page-media,
    _:future,
    :root article {
        width: 41%;
    }

    _::-webkit-full-page-media,
    _:future,
    :root article.main {
        width: 92%;
    }
}

@media (max-width: 767px) {
    .pc{
        display:none;
    }
    .datebt {
        display: block;
        position: fixed;
        background: rgba(0, 0, 0, .7);
        width: 100%;
        left: 0;
        bottom: 0;
        margin: 0;
        padding: 0;
        height: 47px;
        z-index: 2;
    }

    .datebt li {
        top: 7px;
    }

    .bts {
        overflow-x: scroll;
        overflow-y: hidden;
        text-align: left;
        margin-top: 0;
    }

    .bts .container {
        width: 665px;
    }

    .bts a {
        width: 100px;
    }

    iframe,
    #gmap {
        top: -270px;
        height: 200px;
        display: none;
    }

    article,
    article.main {
        width: 95%;
        width: calc(100% - 61px);
    }

    /*safari only*/
    _::-webkit-full-page-media,
    _:future,
    :root article {
        float: none;
        width: 83%;
    }

    _::-webkit-full-page-media,
    _:future,
    :root article.main {
        width: 83%;
    }

    article h2 {
        min-height: auto;

    }

    article.main h2 {
        font-size: 1.6em;
    }

    .post h1 {
        font-size: 1.6em;
        line-height: 1.4em;
    }

    .post h3 {
        padding-top: 3px;
    }

    footer ul {
        padding-left: 18px;
    }

    footer h4 {
        font-size: 1em;
        font-style: normal;
    }

    footer h4::after {
        display: none;
    }

    .white-popup {
        padding: 20px;
    }
}





/*
     FILE ARCHIVED ON 17:02:55 九月 15, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 11:17:55 五月 22, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
