﻿.box-left.box-left.main-area.top{margin-top: 0px;  background-image: linear-gradient(to top, #eff5f9 0%, #F9F9F9 100%); }
.main-area.top .main-content{margin-top: 0;}
/*--分類new-tg --*/
.new-tag { width:auto;; font-size: 0.875rem; font-weight: 700;position: relative; }
@media (max-width: 768px) {
.new-tag {  font-size: 0.75rem; }    
}
.new-tag a{color:#225383;   padding:5px 10px;  border: solid 1px #225383; border-radius:15px;   }
.new-tag a:hover {color:#fff; background:#225383;}
.tag-wrap { width: 100%;  height: auto;   position: relative; display: -webkit-box;  display: -ms-flexbox; display: flex;  -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;    -ms-flex-wrap: wrap; flex-wrap: wrap;}
.new-tag.white { color: #bca480; border: 1px solid #bca480}


.news-wrap{padding:0px;}
.new-tag { width:auto;; font-size: 0.875rem; font-weight: 700;position: relative; }
@media (max-width: 768px) {
.new-tag {  font-size: 0.75rem; }    
}
.new-tag a{color:#225383;   padding:5px 10px;  border: solid 1px #225383; border-radius:15px;   }
.new-tag a:hover {color:#fff; background:#225383;}
.news-list{width: 100%; margin: 0px auto; padding: 0px; position: relative; }
.news-list li{ width:100%; padding:10px;margin:10px; box-sizing: border-box; list-style: none;  border: solid 1px #e2eff9; background-color: #fff;  transition: all 0.5s ease 0s; }
.news-list .item  {width:100%; height: auto; padding: 0px; display: flex;  flex-wrap: wrap;    }
.news-list .news-box{position: relative;width: 100%; margin: 0px;padding:20px;  }
.news-list .news-pic  {width:100%; height: auto; padding: 0px; overflow: hidden; position: relative;border-radius:0px;background-color: #000;  }
.news-list figure img { max-width:100%; height: auto; object-fit: cover; margin: auto; display: block; border-radius:0px;  transition: all 0.5s ease-in-out;}
.news-list figure  {width: 100%; padding-bottom: 66.66%; height: 0; overflow: hidden; position: relative;  z-index: 1; transition: all 0.5s ease 0s; transition: all 0.5s ease-in-out;}
@media (max-width: 768px) {
.news-list .news-box{ padding:0px; }   
}

.time { width: 100%; display: flex; flex-wrap: nowrap; align-items: center }
.time .day{ margin-right: 10px; font-size: 1rem; font-weight: 700; color:#000; word-break: break-all}
.time .mon{ font-size: 1rem;  font-weight: 500; color:#0397db;word-break: break-all}

@media (max-width: 768px) {
.time { flex-wrap: wrap;  }	
.time .mon{ font-size: 0.875rem; line-height: 1.125rem;  }	
}

.news-list .list-box{position: relative;width: 100%;height: 135px; margin: auto; padding:10px 0px;  box-sizing: border-box;   cursor: pointer }
.news-list h3 {position: relative;width: 100%;  margin:0px 0px 15px 0px; font-size:1.188rem; line-height:1.5rem; font-weight:700; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; overflow-wrap: break-word; }
@media (max-width: 767.98px) {
.news-list .list-box{ height: auto; margin:20px auto auto auto; padding:0px;  box-sizing: border-box;   cursor: pointer }  
.news-list h3 { font-size:1rem; margin:0px;}    
}
.news-list a h3 { color:#000; }
.news-list a:hover h3,.news-list a:hover p{ color:#fff; }
.news-list p{ height: 70px; font-size:1rem; line-height: 1.5rem; color:#919191; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow-wrap: break-word; }
.view { width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-end;  }
.view span { display:flex; margin: 2px;  width:6px; height:6px; background-color:#225383;}
/*  hover*/
.news-list li:hover{ background:#014197; }
.news-list li:hover h3,.news-list li:hover p{ color:#fff; }
.news-list li:hover .view span {background-color:#fff;}
.btn-btnbox { display: flex;  justify-content: center;  width: 100%; height: auto; margin:60px 0px 0px 0px;  transition: all 1s;}  





@-webkit-keyframes sx {
from {  -webkit-transform: translateX(0);  transform: translateX(0); }
50% { -webkit-transform: translateX(-10px); transform: translateX(-10px); }
to {  -webkit-transform: translateX(0);  transform: translateX(0); }
}

@keyframes run {
from { -webkit-transform: translateX(0);  transform: translateX(0); }
50% { -webkit-transform: translateX(-10px); transform: translateX(-10px); }
to {  -webkit-transform: translateX(0); transform: translateX(0); }
}

/*  詳細頁樣式*/
.main-post-wrap{ padding: 0px 40px 100px 40px; margin:0px;  }
.main-post{width: 90%;margin: 0px auto 30px auto ; padding:20px 0px; }
.main-post p a{ color: #000; }
.main-post p a:hover{ color: #f57c00; }
.main-post p{ width: 100%; line-height: 2rem; margin: 5px 0px; word-break: normal; display: block;  }
.main-post-head{width: 100%;margin:35px 0px; padding-bottom: 15px;  display: flex; flex-wrap: wrap;align-items: center; justify-content: space-between; word-break: break-all;  border-bottom: 1px solid #ebebeb;}
.main-post-head-txt{ width:100%;padding:0px; margin:10px auto 30px auto; position: relative; display: flex; flex-wrap: wrap; align-self: center;  }
.main-post-head-txt h1{  font-size:2rem; font-weight:700; line-height: 2rem; word-break: normal;     }
.main-post-time{ width:auto; margin-right: 25px;  }
.main-post-time time{ margin:0px; padding:5px 0; color:#000; font-size:0.875rem; text-align: center; font-weight:700;   position: relative;   }
.main-post-time time b{ font-weight: 700; font-style: italic; }
.main-post-time span { padding: 0 5px;  }

.main-post-info .main-post-item{ width: auto;margin: 0px; padding:10px 0px;  display: flex; flex-wrap: wrap; align-items: center;}
.main-post-info .new-tag{ position: relative; display: flex;  align-self: center; margin-right: 25px; font-weight: 700;  }
.main-post-info{ width: 100%;margin:0px; display: flex;  flex-wrap: wrap;justify-content: space-between;align-items: center; font-size: 1rem;}
.main-post-info .social-icons { width: auto; margin: 0px; padding: 0px; display: flex; flex-wrap: wrap; }
.main-post-info .social-icons li {position: relative; z-index: 1;  display: flex;  align-items: center; justify-content: center;  text-align: center;  width:42px; height: 42px;  margin-left:3px; font-size: 18px; color: #cbcbcb; background-color:#ededed;;  border-color:#ededed;  border-radius:99rem;  }
.main-post-info .social-icons li:hover { background-color:#faa21b;;  border-color:#faa21b;   }
.main-post-info .social-icons li:hover i{ filter: brightness(100%) }

.main-post-info .social-icons li i{ color:#cbcbcb; transform: scale(.75); -webkit-filter: invert(80%); /* Safari */ filter: invert(80%); }
.main-post-btn{ width:auto; margin: 0px; padding:0px;  display: flex; justify-content: flex-end;  }

@media (max-width: 991.98px) {
.main-post{ width: 100%; padding:10px 0px; }    
.main-post-head .main-post-head-txt{ width:100%; padding: 0px;margin-bottom: 0px;  }
.main-post-head-txt h1 { width:100%;  }
.main-post-head .main-post-btn{width:20%; }
.main-post h3{  font-size:100%; font-weight: 700;  }  
.main-post-head .main-post-btn{width:100%; }
}
@media (max-width: 767.98px) {
.main-post-wrap{ padding:0px; }
.main-post-head{ margin:0px 0px 35px 0px;  }  
.main-post-head-txt h1 { font-size: 1.25rem;  line-height: 1.5rem;}
.main-post h2{  font-size:120%; font-weight: 700; line-height: 1.875rem; }     
.main-post-pagination h2 {display: none;}
.main-post-info{ width: 100%;margin-top: 20px; display: flex;  flex-wrap: wrap;justify-content: flex-start; font-size: 1rem;}
}

.main-post-txt {width: 100%; max-width: 1100px; margin:0px 15px; display: flex; flex-wrap: wrap;    }
.main-post-pagination{ padding: 0; margin:60px auto 0px auto; display: flex;justify-content: center; width:100%;   }
@media (max-width: 767.98px) {
.main-post-pagination{  margin:20px auto;   }    
}
.main-post-pagination h2 {  font-size: 1rem; font-weight: 700;  color:#000; position: relative;width: 100%;   line-height: 1.5rem;  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow-wrap: break-word;}
.main-post-pagination h2:after { display: block; content: ''; width: 0; height:1px;  background:#000; transition: all .3s ease;}
.main-post-pagination h2:hover:after { width: 100%; }
.main-post-pagination > div { cursor: pointer; width:calc(100%/3 ) ; position: relative;  display: flex; flex-wrap: wrap; justify-content: center; align-self: center; transition: all 0.5s;}
.main-post-pagination .prev { padding-right: 12px; } 
.pagination-text{padding-bottom: 3px;font-size: 1rem;font-weight: 700;  color: #888; text-transform: uppercase; transition: all 0.5s; position: relative;width: 100%;   line-height: 1.5rem;  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow-wrap: break-word;} 
.pagination-text:hover{color: #000;  }
.pagination-text:after { display: block; content: ''; width: 0; height:1px;  background:#000; transition: all .3s ease;}
.pagination-text:hover:after { width: 100%; }
.prev .news-btn {  margin-left: auto;}
.prev .news-btn:before {  order: 1;}
.prev .news-btn:after {  border-width: 5px 5px 5px 0;}
.prev:hover h2,.next:hover h2{ color:#888;}
.next { padding-left: 12px; justify-content: flex-end;}
.next .news-btn { order: 0; margin-right: auto;}
.next h2 { order: 1;}
.next .main-post-time {order: 2;}
.news-btn { cursor: pointer; width: 35px;  height: 20px; position: relative; display: flex; align-items: center;}
.news-btn:before { content: ''; width: 30px; height: 1px; background-color: #31315e; display: block;}
.news-btn:after { content: ''; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 5px; border-color: transparent #31315e; display: block;}
 
.btn-back { width:auto;   font-weight: 700;  padding: 10px 0px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content:center;  -ms-flex-pack: center; justify-content: center;  -webkit-align-items: center;  -ms-flex-align: center; align-items: center;background-color:transparent; border: solid 1px #215284; border-radius:0px; }
.btn-back a{color:#215284!important;}
.btn-back:before,.btn-back::after{  content: ''; width: 30px; height:1px; background:#215284;-moz-transition: ease 0.3s; -o-transition: ease 0.3s; -webkit-transition: ease 0.3s;  transition: ease 0.3s;  }
.btn-back:before { margin-right: 20px; margin-left: 5px;}
.btn-back:after { margin-left: 20px; margin-right: 5px;}
.btn-back a:hover,.btn-back:hover a{ color:#fff!important; }
 
.btn-back:hover { color:#fff!important;  background:#ed6d34;border-color:#ed6d34;  }
.btn-back:hover:before{ background:#fff; -moz-transform: translateX(20%); -ms-transform: translateX(20%); -webkit-transform: translateX(20%); transform: translateX(20%);  }
.btn-back:hover:after{ background:#fff;-moz-transform: translateX(-20%); -ms-transform: translateX(-20%); -webkit-transform: translateX(-20%); transform: translateX(-20%);  }
@media (max-width: 767.98px) {
.btn-back  { font-size:.875rem; text-align: center; padding:5px 10px;}  
.btn-back:before,.btn-back::after{ display: none; }
}
 
.box-wrap{width: 100%; margin: 0px auto 55px auto; padding:0px; display: flex; flex-wrap: wrap; position: relative; align-items: center; word-break: keep-all; }
.box-wrap p{ margin: 0px 5px!important; font-size: 1.125rem;  line-height: 2.25rem;  position: relative; z-index: 2;}

.box-left{ width: 60%; padding-left: 20px; }
.box-right{width: 40%;   }
.main-txt{width: 100%; max-width: 960px; margin:0; padding: 30px 0px 0px 0px;   position: relative; z-index: 1;}

.box-card { width:80%;  margin:30px auto; padding:0px; display: block; ;position: relative; }
.w-list{   width:100%;  margin:30px auto 30px 20px; padding:0px;}
.w-list li{word-break: keep-all; }
@media (max-width: 767.98px) { 
.main-txt{ padding:0px;}
.box-left{ width: 100%;padding-left: 0px;}
.box-right{width: 100%;}    
}

.award-card { display: grid; width: 100%; margin: auto; grid-template-columns: repeat(auto-fit, minmax(30%, 1fr)); gap: 30px; padding: 15px 0px; position: relative;z-index:99 }
.award-card > .award-w30 {  aspect-ratio: 16 / 9;  width: 100%;  }
.award-w30 img {  width: 100%; height: auto;   object-position: center;}

 /*---------------------------------
best-wrap
----------------------------------------*/
.best-wrap{width: 100%; margin:10px auto; padding:20px 0px 40px 0px;}
.best-wrap .news-list{ width:100%; padding:0px; margin: 0px auto; }
.best-wrap .news-list li{ margin: 0px 10px;    }
.best-wrap .news-list li:hover{  border-bottom: solid 1px #2f6392;  }
.best-wrap .news-list li h3{font-size: 100%;}
.best-wrap .news-list .news-pic  {width:100%;    }
.best-wrap .news-list .news-box{ width: 100%; }
.best-wrap .slick-dots li button:before{ color: #2e2624; }
.best-wrap .slick-dots li.slick-active button:before { opacity: .75; color: #2e2624; }
.best-wrap .slick-dots {bottom:-40px;}
.best-wrap .slick-dots li{margin: 15px 2px;}
@media (max-width: 768px) {
.best-wrap{ padding:40px 0px 20px 0px;}
.best-wrap .news-list{ padding:20px 0px;}
.best-wrap .news-list li .time .day{font-size: 90%;}
.best-wrap .news-list li .time .mon{margin-top: 0px; font-size: 80%;}
 }

.wrap-news-history {max-width: 1200px; margin: 0 auto;}
.news-history-year {display: flex; flex-flow: wrap; justify-content: center; padding: 1px 0 0 0; position: relative; z-index: 10;}
.year-pick {width: 100%; max-width: 175px; height: 45px; background: #f3f3f3;border-radius:15px;  color: #014099; font-size: 1.275rem; font-weight: 700; line-height: 1; display: flex; flex-flow: wrap; justify-content: center; align-items: center; text-align: center; padding: 0 40px 2px 40px; margin: auto; position: relative; z-index: 1; cursor: pointer;}
.pick-down {color: #0098dc;}
.year-pick::after {content: ''; height: 0; width: 0; border-color: #014099 transparent transparent transparent; border-style: solid solid solid solid; border-width: 8px 7px; position: absolute; top: calc(50% - 3px); right: 10px; z-index: 10;}
.pick-down::after {content: ''; height: 0; width: 0; border-color: transparent transparent #0098dc transparent; border-style: solid solid solid solid; border-width: 8px 7px; position: absolute; top: calc(50% - 11px); right: 10px; z-index: 10;}
.year-list, .year-list > li {list-style-type:none; margin: 0; padding:5px 0px; font-size: 1.125rem; font-weight: 500; color: #626262; text-align: center;}
.year-list {display: none; position: absolute; top: 45px; left: calc(50% - 87.5px); z-index: 10; width: 100%; max-width: 175px; border-top: solid 5px #0098dc; border-radius:15px;background: #fff; box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.2);}
.year-list > li {border-bottom: 1px solid #ccc;}
.year-list > li:last-child {border: 0;}
.year-list > li a {display: block;}
.year-list > li a:link, .year-list > li a:visited {text-decoration:none; color:#626262; transition: all 0.5s ease 0s;}
.year-list > li a:active, .year-list > li a:hover {text-decoration:none; color:#0098dc; cursor:pointer; transition: all 0.5s ease 0s;}
.year-list > li.current a {color: #014099!important; pointer-events: none;}
.news-history-list {position: relative; z-index: 1; background: url("../images/index/history-dot.png") repeat-y top center; padding: 92px 0 60px 0;}
.news-history-list > div {width: 50%; margin: -32px auto 0 0;}
.news-history-list > div > .con {width: calc(100% - 45px); background: #f3f3f3; display: flex; flex-flow: row; align-items: center; padding: 21px 29px 22px 24px; margin: 0 auto 0 -1px; position: relative; z-index: 1; transition: all 0.5s ease 0s;}
/*.news-history-list > div > .con:hover {box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.2); transition: all 0.5s ease 0s;}*/
.news-history-list > div > .con::before {content: ''; width: 15px; height: 15px; border-radius: 15px; background: #fff; border: 4px solid #014099; position: absolute; right: -53px; bottom: 25px; z-index: -2; transition: all 0.5s ease 0s;}
.news-history-list > div > .con:hover::before {content: ''; width: 25px; height: 25px; border-radius: 25px; background: #fff; border: 9px solid #014099; position: absolute; right: -58px; bottom: 20px; z-index: -2; transition: all 0.5s ease 0s;}
.news-history-list > div > .con::after {content: ''; height: 0; width: 0; border-color: transparent transparent transparent #f3f3f3; border-style: solid solid solid solid; border-width: 16px 25px; position: absolute; bottom: 16px; right: -50px; z-index: -1;}
.news-history-list > div > .con > .txt {width: 58.167%; color: #393836; font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: -0.15px; padding: 0 20px 3px 0; transition: all 0.5s ease 0s;}


.news-history-list > div > .con >  .month {margin-bottom: 20px; font-size: 32px; color: #D14C33; font-weight: 700;  position: absolute; bottom: 20px; right: -76px; z-index: -1; background-color: #fff; }
.news-history-list > div:nth-child(2n+2) > .con > .month {right: auto; left: -70px;  }

.news-history-list > div > .con > .txt > h2 {font-size: 16px; font-weight: 600; margin: 0 0 8px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical;}
.news-history-list > div > .con > .txt > p {color: #393836; font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: -0.15px; transition: all 0.5s ease 0s;}
.news-history-list > div > .con:hover > .txt, .news-history-list > div > .con:hover > .txt > p {color: #014099;}
.news-history-list > div > .con > .img {width: 41.833%; line-height: 0; font-size: 0; position: relative; z-index: 1;}
.news-history-list > div > .con > .img::after {content: ''; width: 36px; height: 2px; background: #0098dc; position: absolute; top: 50%; left: -19px; z-index: 10; transition: all 0.5s ease 0s;}
.news-history-list > div > .con:hover > .img::after {background: #014099; width: 19px;}
.news-history-list > div > .con > .img > div {height: 0; padding-bottom: 53.34%; overflow: hidden; background: #fff; position: relative; z-index: 1;}
.news-history-list > div > .con > .img > div img {transform: scale(1.0, 1.0); transition: all 0.5s ease 0s;}
.news-history-list > div > .con:hover > .img > div img {transform: scale(1.2, 1.2); transition: all 0.5s ease 0s;}
.news-history-list > div:nth-child(2n+2) {margin: -32px 0 0 auto;}
.news-history-list > div:nth-child(2n+2) > .con {flex-flow: row-reverse; padding: 21px 23px 22px 30px; margin: 0 0 0 auto;}
.news-history-list > div:nth-child(2n+2) > .con::before {right: auto; left: -53px;}
.news-history-list > div:nth-child(2n+2) > .con:hover::before {right: auto; left: -58px;}
.news-history-list > div:nth-child(2n+2) > .con::after {right: auto; left: -50px; border-color: transparent #f3f3f3 transparent transparent;}
.news-history-list > div:nth-child(2n+2) > .con > .txt {padding: 0 0 3px 31px;}
.news-history-list > div:nth-child(2n+2) > .con > .img::after {left: auto; right: -19px;}
.aFull { font-size: 0; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 100;}
.btnBack {display: flex; flex-flow: wrap; justify-content: center; align-items: center; padding: 20px 0;}
.btnBack > a {width: 182px; height: 50px; clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%); font-size: 20px; font-weight: 400; font-style: italic; display: inline-block; color: #fff; text-align: center; letter-spacing: 1px; line-height: 50px; background: #014099; transition: all 0.3s ease 0s;}
.btnBack > a:hover {color: #fff; background: #dc4e41; transition: all 0.3s ease 0s;}
@media screen and (max-width: 1000px) {
    .year-pick {justify-content: flex-start; padding: 0 40px 2px 23px; margin: 0 auto 0 0;}
    .year-list {left: 0;}
    .year-list, .year-list > li {text-align: left;}
    .year-list > li a {padding: 0 0 0 23px;}
    .news-history-list { padding: 40px 0 60px 0;}
    .news-history-list > div, .news-history-list > div:nth-child(2n+2) {width: 100%; margin: 20px 0 0 auto;}
    .news-history-list > div > .con, .news-history-list > div:nth-child(2n+2) > .con {width: calc(100% - 104px); max-width: 555px; flex-flow: row-reverse; padding: 21px 23px 22px 30px; margin: 0 auto 0 104px;}
    .news-history-list > div > .con::before {right: auto; left: -53px;}
    .news-history-list > div > .con:hover::before {right: auto; left: -58px;}
    .news-history-list > div > .con::after {right: auto; left: -50px; border-color: transparent #f3f3f3 transparent transparent;}
    .news-history-list > div > .con > .txt {padding: 0 0 3px 31px;}
    .news-history-list > div > .con > .img::after {left: auto; right: -19px;}
}
@media screen and (max-width: 576px) {
    .news-history-list > div > .con, .news-history-list > div:nth-child(2n+2) > .con {flex-flow: column-reverse; align-items: flex-start;}
    .news-history-list > div > .con > .img {width: 100%; max-width: 210px;}
    .news-history-list > div > .con > .txt, .news-history-list > div:nth-child(2n+2) > .con > .txt {width: 100%; padding: 30px 0 0 0;}
    .news-history-list > div > .con > .img::after, .news-history-list > div:nth-child(2n+2) > .con > .img::after {left: 50%; right: auto; top: auto; bottom: -19px; width: 2px; height: 36px;}
    .news-history-list > div > .con:hover > .img::after {width: 2px; height: 19px;}
}
@media screen and (max-width: 430px) {
    .year-pick {padding: 0 40px 2px 10px;}
    .year-list > li a {padding: 0 0 0 10px;}
    .news-history-list {background: url("../images/index/history-dot.png") repeat-y 17px 0; padding: 40px 0 60px 0;}
    .news-history-list > div > .con, .news-history-list > div:nth-child(2n+2) > .con {width: calc(100% - 64px); padding: 20px; margin: 0 auto 0 64px;}
}
@media screen and (max-width: 350px) {
    .year-pick {padding: 0 40px 2px 10px;}
    .year-list > li a {padding: 0 0 0 10px;}
    .news-history-list {background: url("../images/index/history-dot.png") repeat-y 17px 0; padding: 40px 0 60px 0;}
    .news-history-list > div > .con, .news-history-list > div:nth-child(2n+2) > .con {width: calc(100% - 44px); padding: 10px; margin: 0 auto 0 44px;}
    .news-history-list > div > .con::before, .news-history-list > div:nth-child(2n+2) > .con::before {left: -33px;}
    .news-history-list > div > .con:hover::before, .news-history-list > div:nth-child(2n+2) > .con:hover::before {right: auto; left: -38px;}
    .news-history-list > div > .con::after, .news-history-list > div:nth-child(2n+2) > .con::after {left: -38px;}
}
 