@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:1025px) { /*桌面*/
  /*=========================首頁=========================*/
  #wrap {
    display: flex;
    flex-wrap: wrap;
    border: 0px solid hsla(0, 0%, 0%, 1.00);
    padding: 2% 12% 2% 12%;
    margin-bottom: 10%;
    margin: 0 auto;
  }
  .item_time {
    padding-bottom: 10px;
    display: inline-block;
  }
  .item {
    border: 0px solid hsla(0, 0%, 0%, 1.00);
    padding: 0;
    display: block;
    text-decoration: none;
    transition: transform 0.8s;
    text-align: justify;
    margin: 3%;
    background-color: hsla(0, 0%, 100%, 1.00);
    -webkit-box-shadow: 0px 0px 6px hsla(0, 0%, 0%, 0.40);
    box-shadow: 0px 0px 6px hsla(0, 0%, 0%, 0.40);
    border-radius: 5px;
  }
  .item:hover {
    color: hsla(0, 0%, 38%, 1.00);
    transform: scale(1.05);
  }
  .item a:hover {
    color: hsla(0, 0%, 29%, 1.00);
  }
  .item_wrap {
    display: flex;
  }
  .item_wrap_img {
    display: block;
    border: 0px solid hsla(0, 0%, 0%, 1.00);
    width: 100%;
    padding: 0;
    margin: 0 auto 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .item_wrap_img p {
    margin: 0;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .item_wrap_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .item_wrap_text {
    display: block;
    width: 80%;
    border: 0px solid hsla(0, 0%, 0%, 1.00);
    margin: 0 auto;
    padding: 7% 0;
  }
  .item_title {
    font-size: 14pt;
    font-weight: 400;
  }
  .item_desc {
    font-size: 12pt;
    margin: 0;
    font-weight: 300;
    line-height: 25px;
  }
  .PC_PSCON {
    display: block;
  }
  .MOB_PSCON {
    display: none;
  }
  /*=========================首頁=========================*/
  /*=========================內頁=========================*/
  .con_wrap {
    width: 70%;
    margin: 0 auto 0 auto;
  }
  .con_wrap_h2 {
    text-align: center;
    font-size: 24pt;
    line-height: 35pt;
  }
  .con_wrap_dt {
    color: #7d7d7d;
    text-align: right;
    padding: 10px 0;
    margin: 20px auto;
  }
  .con_wrap_hr {
    display: flex;
    padding: 30px 0;
    margin: 0 auto;
    justify-content: center; /* 水平置中 */
    align-items: center; /* 垂直置中 */
  }
  .con_wrap_hr img {
    height: 20px;
    width: auto;
  }
  .con_wrap_hr_line {
    height: 1px;
    background-color: #4caf50;
    width: 100%;
    margin: 0 10px;
  }
  .prev_nexit_bitton {
    position: relative;
    margin: 0 auto;
    width: 70%;
    height: 50px;
    z-index: 9999;
    isolation: isolate; /* 強制建立新的堆疊情境,不受外部影響 */
  }
    
  .prev_btn {
    position: absolute;
    left: 0;
  }
  .prev_btn img {
    height: 20px;
    width: auto;
    margin-right: 5px;
  }
  .prev_btn:hover {
    color: hsla(0, 0%, 42%, 1.00);
}
  .nexit_btn {
    position: absolute;
    right: 0;
  }
  .nexit_btn img {
    height: 20px;
    width: auto;
    margin-left: 5px;
  }
  .nexit_btn:hover {
    color: hsla(0, 0%, 42%, 1.00);
  }
  #album {
    border-top: 1px solid hsla(0, 0%, 0%, 0.30);
    padding: 2%;
    margin-top: 5%;
  }
  #file {
    border-top: 1px solid hsla(0, 0%, 0%, 0.30);
    padding: 2%;
    margin-top: 3%;
  }
  /*=========================內頁=========================*/
}
@media screen and (min-width:768px) and (max-width:1024px) { /* 平板：直接沿用桌面版樣式 */
  /*=========================首頁=========================*/
  #wrap {
    display: flex;
    flex-wrap: wrap;
    border: 0px solid hsla(0, 0%, 0%, 1.00);
    padding: 2% 12% 2% 12%;
    margin-bottom: 10%;
    margin: 0 auto;
  }
  .item_time {
    padding-bottom: 10px;
    display: inline-block;
  }
  .item {
    border: 0px solid hsla(0, 0%, 0%, 1.00);
    padding: 0;
    display: block;
    text-decoration: none;
    transition: transform 0.8s;
    text-align: justify;
    margin: 3%;
    background-color: hsla(0, 0%, 100%, 1.00);
    -webkit-box-shadow: 0px 0px 6px hsla(0, 0%, 0%, 0.40);
    box-shadow: 0px 0px 6px hsla(0, 0%, 0%, 0.40);
    border-radius: 5px;
  }
  .item:hover {
    color: hsla(0, 0%, 38%, 1.00);
    transform: scale(1.05);
  }
  .item a:hover {
    color: hsla(0, 0%, 29%, 1.00);
  }
  .item_wrap {
    display: flex;
  }
  .item_wrap_img {
    display: block;
    border: 0px solid hsla(0, 0%, 0%, 1.00);
    width: 100%;
    padding: 0;
    margin: 0 auto 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .item_wrap_img p {
    margin: 0;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .item_wrap_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .item_wrap_text {
    display: block;
    width: 80%;
    border: 0px solid hsla(0, 0%, 0%, 1.00);
    margin: 0 auto;
    padding: 7% 0;
  }
  .item_title {
    font-size: 14pt;
    font-weight: 400;
  }
  .item_desc {
    font-size: 12pt;
    margin: 0;
    font-weight: 300;
    line-height: 25px;
  }
  .PC_PSCON {
    display: block;
  }
  .MOB_PSCON {
    display: none;
  }
  /*=========================首頁=========================*/
  /*=========================內頁=========================*/
  .con_wrap {
    width: 70%;
    margin: 0 auto 0 auto;
  }
  .con_wrap_h2 {
    text-align: center;
    font-size: 24pt;
    line-height: 35pt;
  }
  .con_wrap_dt {
    color: #7d7d7d;
    text-align: right;
    padding: 10px 0;
    margin: 20px auto;
  }
  .con_wrap_hr {
    display: flex;
    padding: 30px 0;
    margin: 0 auto;
    justify-content: center; /* 水平置中 */
    align-items: center; /* 垂直置中 */
  }
  .con_wrap_hr img {
    height: 20px;
    width: auto;
  }
  .con_wrap_hr_line {
    height: 1px;
    background-color: #4caf50;
    width: 100%;
    margin: 0 10px;
  }
  .prev_nexit_bitton {
    position: relative;
    margin: 0 auto;
    width: 70%;
    height: 50px;
    z-index: 9999;
    isolation: isolate; /* 強制建立新的堆疊情境,不受外部影響 */
  }
    
  .prev_btn {
    position: absolute;
    left: 0;
  }
  .prev_btn img {
    height: 20px;
    width: auto;
    margin-right: 5px;
  }
  .prev_btn:hover {
    color: hsla(0, 0%, 42%, 1.00);
}
  .nexit_btn {
    position: absolute;
    right: 0;
  }
  .nexit_btn img {
    height: 20px;
    width: auto;
    margin-left: 5px;
  }
  .nexit_btn:hover {
    color: hsla(0, 0%, 42%, 1.00);
  }
  #album {
    border-top: 1px solid hsla(0, 0%, 0%, 0.30);
    padding: 2%;
    margin-top: 5%;
  }
  #file {
    border-top: 1px solid hsla(0, 0%, 0%, 0.30);
    padding: 2%;
    margin-top: 3%;
  }
  /*=========================內頁=========================*/
}
@media screen and (max-width:767px) { /*行動裝置*/
  /*=========================首頁=========================*/
  #wrap {
    flex-wrap: wrap;
    border: 0px solid hsla(0, 0%, 0%, 1.00);
    padding-top: 2%;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 5%;
  }
  .item_time {
    padding-bottom: 10px;
    display: inline-block;
    font-size: 10pt;
  }
  .item {
    border-bottom: 0px dotted hsla(0, 0%, 54%, 1.00);
    padding: 7% 2% 7% 2%;
    width: 100%;
    display: block;
    text-decoration: none;
    transition: transform 0.8s;
    text-align: justify;
  }
  .item:hover {
    color: hsla(0, 0%, 38%, 1.00);
    transform: scale(1.05);
  }
  .item a:hover {
    color: hsla(0, 0%, 29%, 1.00);
  }
  .item_wrap {
    display: block;
  }
  .item_wrap_img {
    display: block;
    border: 0px solid hsla(0, 0%, 0%, 1.00);
    width: 100%;
    padding: 10px 0 10px 0;
  }
  .item_wrap_img p {
    margin: 0;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 0px solid hsla(0, 0%, 0%, 1.00);
  }
  .item_wrap_img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .item_wrap_text {
    display: block;
    width: 100%;
    border: 0px solid hsla(0, 0%, 0%, 1.00);
    padding-left: 2%;
  }
  .item_title {
    font-size: 14pt;
    font-weight: 400;
  }
  .item_desc {
    font-size: 10pt;
    margin: 0;
    font-weight: 300;
    line-height: 22px;
  }
  .PC_PSCON {
    display: none;
  }
  .MOB_PSCON {
    display: block;
  }
  /*=========================首頁=========================*/
  /*=========================內頁=========================*/
  .con_wrap {
    width: 80%;
    margin: 0 auto 0 auto;
    font-size: 10pt;
  }
  .con_wrap_h2 {
    text-align: center;
    font-size: 13pt;
    line-height: 20pt;
  }
  .con_wrap_dt {
    color: #7d7d7d;
    text-align: right;
    padding: 10px 0;
    margin: 20px auto;
    font-size: 9pt;
  }
  .con_wrap_hr {
    display: flex;
    padding: 30px 0;
    margin: 0 auto;
    justify-content: center; /* 水平置中 */
    align-items: center; /* 垂直置中 */
  }
  .con_wrap_hr img {
    height: 10px;
    width: auto;
  }
  .con_wrap_hr_line {
    height: 1px;
    background-color: #4caf50;
    width: 100%;
    margin: 0 10px;
  }
  .prev_nexit_bitton {
    position: relative;
    margin: 0 auto;
    width: 80%;
    height: 50px;
    z-index: 5;
    font-size: 8pt;
  }
  .prev_btn {
    position: absolute;
    left: 0;
  }
  .prev_btn img {
    height: 10px;
    width: auto;
    margin-right: 5px;
  }
  .nexit_btn {
    position: absolute;
    right: 0;
  }
  .nexit_btn img {
    height: 10px;
    width: auto;
    margin-left: 5px;
  }
  #album {
    border-top: 1px solid hsla(0, 0%, 0%, 0.30);
    padding: 5% 2% 5% 2%;
    margin-top: 5%;
  }
  #file {
    border-top: 1px solid hsla(0, 0%, 0%, 0.30);
    padding: 5% 2% 5% 2%;
    margin-top: 3%;
  }
  /*=========================內頁=========================*/
}