@charset "UTF-8";
/* CSS Document */
.topTitleArea {
    padding: 65px 0 25px;
    background-color: #464646;
    text-align: center;
}
@media (max-width: 1180px) {
    .topTitleArea {
        padding-top: 30px;
    }
}
.topTitleArea .topTitleBox {
    margin: 0 auto;
    max-width: 1330px;
    padding: 0 20px;
}
.topTitleArea .mTitle {
    margin-bottom: 10px;
    padding: 2px 10px;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    color: #191919;
    background-color: #dfdfdf;
}
.topTitleArea .topTitle {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
}
@media (max-width: 1180px) {
    .topTitleArea .topTitle {
        font-size: 22px;
    }
}
.topTitleArea .topDate {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1180px) {
    .topTitleArea .topDate {
        margin-bottom: 15px;
        font-size: 13px;
    }
}
.topTitleArea .shareBox {
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.topTitleArea .shareBox .line svg {
    width: 16px;
    height: 16px;
}
.topTitleArea .shareBox a {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
}
.topTitleArea .shareBox a:hover {
    color: #6F94AB;
}

.mainArea {
    padding: 95px 0 65px;
    background-image: url(../images/bg_ins_press.jpg);
}
@media (max-width: 1180px) {
    .mainArea {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    .mainArea {
        padding: 30px 0;
    }
}

@media (min-width: 1024px) {
    .contentBox.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}
.contentBox .leftBox {
    padding-bottom: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 270px;
    background-color: #fff;
}
@media (max-width: 1023px) {
    .contentBox .leftBox {
        width: 100%;
        padding-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .contentBox .rightBox {
        padding-left: 50px;
        width: calc(100% - 270px);
    }
}
@media (max-width: 1023px) {
    .contentBox .rightBox {
        padding-top: 30px;
    }
}

.classTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 90px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background-color: #304860;
}
@media (max-width: 1023px) {
    .classTitle {
        display: none;
    }
}

.searchBox {
    padding: 20px 15px;
}
.searchBox .searchBorder {
    position: relative;
    border: 1px solid #e5e5e5;
}
.searchBox .searchBtn {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
}
.searchBox a {
    color: #c0c0c0;
}
.searchBox a:hover {
    color: #304861;
}
.searchBox input {
    padding: 0 60px 0 10px;
    width: 100%;
    height: 40px;
}
.searchBox input::-webkit-input-placeholder {
    color: #c0c0c0;
}
.searchBox input::-moz-placeholder {
    color: #c0c0c0;
}
.searchBox input:-ms-input-placeholder {
    color: #c0c0c0;
}
.searchBox input::-ms-input-placeholder {
    color: #c0c0c0;
}
.searchBox input::placeholder {
    color: #c0c0c0;
}
.searchBox svg {
    width: 18px;
    height: 18px;
}

.newsClassBox a {
    position: relative;
    display: block;
    padding: 15px 40px;
    color: #656565;
    background-color: #f5f4f2;
    border-bottom: 1px solid #f3f1ef;
}
.newsClassBox a:hover, .newsClassBox a.current {
    background-color: #777;
    color: #fff;
}
.newsClassBox a:hover:before, .newsClassBox a:hover:after, .newsClassBox a.current:before, .newsClassBox a.current:after {
    background-color: #fff;
}
.newsClassBox a:before, .newsClassBox a:after {
    content: "";
    position: absolute;
    color: #656565;
    top: 50%;
    right: 13px;
    margin-top: -0.5px;
    width: 7px;
    height: 1px;
    background-color: #656565;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.newsClassBox a:before {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
}
.newsClassBox a:after {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
}

@media (max-width: 1023px) {
    .newsClassLink {
        display: none;
    }
}

@media (min-width: 1024px) {
    .mNewsClassLink {
        display: none;
    }
}
.mNewsClassLink .mNewsClassList {
    display: none;
}
.mNewsClassLink .main {
    cursor: pointer;
    position: relative;
    padding: 15px 40px;
    background-color: #656565;
    color: #fff;
}
.mNewsClassLink .main:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: FontAwesome;
}
.mNewsClassLink .mNewsClassList a.current {
    color: #656565;
    background-color: #f5f4f2;
}
.mNewsClassLink .mNewsClassList a.current:before, .mNewsClassLink .mNewsClassList a.current:after {
    background-color: #656565;
}

.pressTagBox {
    padding: 0 15px;
}
@media (max-width: 1023px) {
    .pressTagBox {
        padding: 15px;
    }
    .pressTagBox ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media (min-width: 1024px) {
    .pressTagBox li:not(:first-child) {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
}
@media (max-width: 1023px) {
    .pressTagBox li {
        padding: 0 5px;
    }
}
.pressTagBox a {
    position: relative;
    display: block;
    padding: 13px 0px 13px 23px;
    color: #353535;
    font-family: "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
}
@media (max-width: 1023px) {
    .pressTagBox a {
        padding-left: 15px;
    }
}
.pressTagBox a.current:before {
    background-color: #6F94AB;
}
.pressTagBox a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background-color: #e5e5e5;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pressList li:nth-of-type(1) .date,
.pressList li:nth-of-type(1) .Txt,
.pressList li:nth-of-type(1) .link {
    font-size: 16px;
    color: #304861;
    border-bottom: 3px solid #304861;
    background-color: transparent;
}
@media (max-width: 640px) {
    .pressList li:nth-of-type(1) {
        display: none;
    }
}
@media (max-width: 640px) {
    .pressList li:nth-of-type(2) {
        border-top: 3px solid #304861;
    }
}
.pressList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pressList .date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 160px;
    min-height: 65px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    border-bottom: 1px solid #c7c9c9;
    background-color: #e7e7e8;
}
@media (max-width: 640px) {
    .pressList .date {
        display: none;
        padding: 10px;
        width: 100px;
    }
}
.pressList .Txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 65px;
    border-bottom: 1px solid #c7c9c9;
}
@media (max-width: 640px) {
    .pressList .Txt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 15px 0;
        margin: 0;
        width: 100%;
    }
}
.pressList .Txt .mDate {
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #000;
}
@media (min-width: 641px) {
    .pressList .Txt .mDate {
        display: none;
    }
}
@media (max-width: 640px) {
    .pressList .Txt .mDate {
        display: block;
    }
}
.pressList .Txt .title {
    font-weight: 400;
}
.pressList .Txt .title a {
    color: #414141;
}
.pressList .Txt .title a:hover {
    color: #6F94AB;
}
.pressList .link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 95px;
    min-height: 65px;
    border-bottom: 1px solid #c7c9c9;
}
@media (max-width: 640px) {
    .pressList .link {
        display: none;
    }
}
.pressList .link svg {
    width: 16px;
    height: 16px;
    color: #6F94AB;
}
.pressList .btn {
    margin-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 640px) {
    .pressList .btn {
        margin-top: 30px;
    }
}
.pressList .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 215px;
    height: 45px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
    background-color: #6F94AB;
}

.spokerArea {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.spokerArea .spokerBox {
    padding: 15px 30px 25px;
    margin-right: 20px;
    margin-left: auto;
    background-color: #dfdfdf;
    width: 100%;
    max-width: 400px;
}
@media (max-width: 640px) {
    .spokerArea .spokerBox {
        padding: 15px 20px 25px;
    }
}
.spokerArea .spokerTitle {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 400;
    color: #304861;
    border-bottom: 1px solid #ccc;
}
@media (max-width: 640px) {
    .spokerArea .spokerTitle {
        font-size: 28px;
    }
}
.spokerArea .iconTel {
    margin-right: 12px;
    height: 16px;
    width: 16px;
}
.spokerArea .iconTel svg {
    width: 15px;
    height: 16px;
}
.spokerArea .iconMail {
    margin-right: 12px;
    height: 17px;
    width: 16px;
}
.spokerArea .iconMail svg {
    width: 16px;
    height: 12px;
}
.spokerArea .infoTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.spokerArea .name {
    padding-right: 5px;
    font-size: 23px;
    font-weight: 500;
}
.spokerArea .job {
    padding-bottom: 2px;
    font-size: 15px;
    font-weight: 400;
    color: #373737;
}
.spokerArea .infoBox {
    line-height: 1.8;
}
.spokerArea .infoItem {
    padding: 5px 0;
}
.spokerArea .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 420px) {
    .spokerArea .info {
        display: block;
        margin-bottom: 5px;
        line-height: 1.6;
    }
}
.spokerArea .info .title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    padding-right: 8px;
    margin-right: 8px;
    width: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #636363;
}
.spokerArea .info .title:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    width: 2px;
    height: 14px;
    background-color: rgba(99, 99, 99, 0.2);
}
@media (max-width: 420px) {
    .spokerArea .info .title:before {
        display: none;
    }
}
@media (max-width: 420px) {
    .spokerArea .info .text {
        padding-left: 28px;
    }
}
.spokerArea .info a {
    color: #636363;
}
.spokerArea .info a:hover {
    color: #6F94AB;
}
.spokerArea .btnBox {
    margin-top: 35px;
}
.spokerArea .btnBox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 175px;
    height: 40px;
    font-size: 13px;
    font-weight: 400;
    color: #d8d8d8;
    background-color: #16171b;
}

.textEditor .flexBox {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .textEditor .flexBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
@media (min-width: 768px) {
    .textEditor .flexBox.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    .textEditor .flexBox.reverse .Txt {
        padding-right: 90px;
        padding-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 1180px) {
    .textEditor .flexBox.reverse .Txt {
        padding-right: 30px;
    }
}
.textEditor .flexBox .Img {
    width: 52%;
}
@media (max-width: 767px) {
    .textEditor .flexBox .Img {
        width: 100%;
    }
}
.textEditor .flexBox .Img img {
    display: block;
    width: 100%;
}
.textEditor .flexBox .Txt {
    width: 48%;
    padding-left: 90px;
}
@media (max-width: 1180px) {
    .textEditor .flexBox .Txt {
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    .textEditor .flexBox .Txt {
        width: 100%;
        padding-left: 0;
    }
}
.textEditor .flexBox .Txt p {
    color: rgba(47, 47, 47, 0.8);
}
.textEditor .flexBox .title {
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #2f2f2f;
    line-height: 1.5;
}

.newsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
}
@media (min-width: 481px) {
    .newsList {
        /*padding-top: 55px;*/
    }
}
.newsList > li {
    padding: 10px;
    width: 50%;
}
@media (max-width: 1180px) {
    .newsList > li {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .newsList > li {
        width: 100%;
    }
}
@media (min-width: 481px) {
    .newsList > li:nth-of-type(odd) {
        /*margin-top: -60px;*/
    }
}
.newsList .item {
    position: relative;
}
@media (min-width: 1024px) {
    .newsList .item:hover .Txt::before {
        opacity: 1;
    }
    .newsList .item:hover .title a {
        color: #fff;
    }
    .newsList .item:hover .title a:before {
        -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s;
        width: 100%;
    }
    .newsList .item:hover .date {
        -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s;
        opacity: 1;
    }
    .newsList .item:hover .introBox {
        height: 52px;
    }
}
.newsList .Img {
    position: relative;
}
.newsList .Img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/news_mask.png);
    background-size: 50% 100%;
    pointer-events: none;
}
.newsList .Img img {
    display: block;
    width: 100%;
}
.newsList .Txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 40px 25px 0;
    line-height: 1.8;
    pointer-events: none;
}
@media (max-width: 1023px) {
    .newsList .Txt {
        position: relative;
        padding: 15px 0;
        pointer-events: auto;
    }

    .newsList .Img img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 300px;
    }
}
.newsList .Txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}
.newsList .Txt p {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #d9d9d9;
    height: 52px;
}
@media (max-width: 1023px) {
    .newsList .Txt p {
        color: rgba(0, 0, 0, 0.6);
    }
}
.newsList .date {
    position: relative;
    line-height: 1;
    z-index: 1;
}
@media (min-width: 1024px) {
    .newsList .date {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        opacity: 0;
    }
}
@media (max-width: 1023px) {
    .newsList .date {
        margin-bottom: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
.newsList .date .day {
    font-size: 40px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #fff;
}
@media (max-width: 1023px) {
    .newsList .date .day {
        font-size: 15px;
        color: #000;
    }
}
.newsList .date .month {
    padding-left: 5px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #fff;
}
@media (max-width: 1023px) {
    .newsList .date .month {
        font-size: 15px;
        color: #000;
    }
}
.newsList .date .year {
    padding-left: 5px;
    padding-bottom: 2px;
}
@media (min-width: 1024px) {
    .newsList .date .year {
    color: #fff;
    }
}
.newsList .date span {
    margin-left: 5px;
    display: inline-block;
    width: 1px;
    height: 23px;
    background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1023px) {
    .newsList .date span {
        display: none;
    }
}
.newsList .text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 20px;
    width: 100%;
}
@media (max-width: 1023px) {
    .newsList .text {
        position: relative;
        padding: 0;
    }
}
.newsList .newIcon {
    margin-bottom: 5px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.2;
}
@media (max-width: 1023px) {
    .newsList .newIcon {
        color: rgba(0, 0, 0, 0.7);
    }
}
.newsList .title {
    display: inline-block;
    width: 100%;
}
.newsList .title a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 1023px) {
    .newsList .title a {
        color: #000;
    }
}
.newsList .title a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (max-width: 1023px) {
    .newsList .title a::before {
        background-color: #000;
    }
}
.newsList .title a:hover {
    color: #6F94AB;
}
@media (min-width: 1024px) {
    .newsList .introBox {
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}

.backBtn {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.backBtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 40px;
    width: 200px;
    height: 40px;
    font-size: 15px;
    color: #fff;
    background-image: url(../images/bg_company_title.jpg);
    background-size: cover;
}

