﻿@charset "utf-8";
/* CSS Document */

body {
  color: #555555;
  font-family: "微軟正黑體";
  font-size: 15px;
  background: url(../images/bg-1.jpg) repeat center top #fff;
  background-size: cover;
  line-height: 24px;
}

a {
  color: #3d3d3d;
  text-decoration: none;
}

a:hover {
  color: #117a99;
  text-decoration: none;
}

.container {
  margin: 0 auto;
  padding: 0px;
  position: relative;
}

.logo a {
  display: block;
  width: 300px;
  height: 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0px 410px 0 230px;
  padding-top: 50px;
}

footer {
  color: #112428;
  line-height: 26px;
  font-size: 13px;
}

footer .copyright {
  width: 100%;
  padding: 0 0 0 55%;
}

footer .info {
  width: 100%;
  padding: 0 0 0 55%;
}

footer a {
  color: #112428;
  text-decoration: none;
}

footer a:hover {
  color: #fefefe;
  text-decoration: underline;
}

/*home*/
body.home .wrapper {
  /* background: url(../images/index/pic.jpg) no-repeat center top;
  min-height: 900px;
  margin: 0 auto;
  width: 1000px; */
}

body.home .main {
  min-height: 630px;
}

body.home .main h1 {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  margin: -10px 0 0 0;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #fff;
}

body.home .main .login {
  margin: 55px 310px 0 310px;
  color: #26535e;
  font-weight: bold;
}

body.home .main .login ul li {
  display: block;
  min-height: 28px;
  margin: 10px 0;
}

body.home .main .login .w1 {
  float: left;
  width: 70px;
  line-height: 30px;
}

body.home .main .login .c1 {
  font-size: 13px;
}

body.home .main p {
  width: 42%;
  margin: 45px auto;
  text-align: center;
  font-size: 12px;
  color: #777;
  line-height: 18px;
  letter-spacing: 1px;
}

body.home .main p a {
  color: #777;
  vertical-align: baseline;
  display: inline-block;
  float: right;
  margin-right: 50px;
}

body.home .main p a:hover {
  margin-top: -3px;
}

body.home .btnlist {
  padding-left: 65px;
}

body.home a.btn01 {
  background: #148eb1;
  color: #fff;
  padding: 5px 20px;
  display: block;
  text-align: center;
  margin: 0 6px;
  display: inline;
}

body.home a.btn1:hover {
  background: #000000;
  text-decoration: none;
}

/*page*/
body.page {
  background: #f7f7f7;
}

body.page header {
  background: url(../images/page/header_bg2.jpg) no-repeat top center;
  border-top: 1px solid #ffffff;
  background-size: auto 100%;
}

body.page header .container {
  margin: 0 auto;
  width: 1200px;
  height: 300px;
  color: #583D12;
}

body.page .main {
  background: #ffffff;
  margin: 0 auto;
  width: 1200px;
  margin-top: 0;
}

body.page footer {
  background: #770b08;
  color: #ffeae9;
  padding: 5px 0;
  font-size: 13px;
}

body.page header .bgBan_box {
  width: 100%;
  height: 100%;
  max-width: 850px;
  margin-left: auto; 
  margin-right: 0;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: space-between;
  flex-direction: column;
  color: #583D12;
  padding: 40px 0 30px;
}

body.page header .logo *{
  font-family: "Noto Sans", "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body.page header .logo {
  color: inherit;
  width: 100%;
  max-width: 100%;
  font-size: 24px;
  line-height: 1.6;
}

body.page header .logo a {
  display: block;
  height: auto;
  text-indent: 0;
  white-space: nowrap;
  max-width: 100%;
  width: fit-content;
  padding: 0px;
  color: inherit;
  font-weight: 500;
  margin: 0;
  letter-spacing: .05em;
}

body.page header .logo a span{
  display: block;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: .1em;
}

body.page header .bgBan_box .logo p{
  margin: 0;
  font-weight: bold;
  opacity: .9;
  font-size: 1.2em;
  letter-spacing: .05em;
  color: #91611a;
}

body.page header .bgBan_box .logo + p {
  font-size: 14px;
  color: inherit;
  line-height: 1.2;
  /* float: right; */
  margin-top: 0;
  text-align: right;
}

body.page footer a {
  color: #b1dde2;
}

body.page footer a:hover {
  color: #fff;
}

body.page footer .info {
  width: 43%;
  float: left;
  padding: 0px;
  text-align: right;
}

body.page footer .copyright {
  width: 54%;
  float: right;
  padding: 0px;
}

body.page .main .container {
  display: flex;
  margin: 0 30px;
}

body.page aside {
  width: 280px;
  margin-right: 30px;
}

body.page section {
  /* width: 930px; */
  width: 100%;
  margin-bottom: 20px;
}

body.page .logininfo {
  padding: 67px 7px 0 7px;
  color: #26525e;
  font-size: 11px;
  background: url(../images/page/photography.jpg) center center no-repeat;
  height: 150px;
}

body.page .logininfo .pic {
  width: 33px;
  float: left;
}

body.page .logininfo .word {
  width: 153px;
  float: right;
}

body.page .side_nav {
  border-top: 1px solid #ddd;
  padding: 0 10px;
  -webkit-border-image: url(../images/page/sideline.jpg) 100 repeat;
  /* Safari 3.1-5 */
  -o-border-image: url(../images/page/sideline.jpg) 100 repeat;
  /* Opera 11-12.1 */
  border-image: url(../images/page/sideline.jpg) 100 repeat;
  margin: 20px 0;
  background: #f5f5f5;
  font-size: 17px;
  font-weight: bold;
  line-height: 40px;
}

body.page .side_nav ul {
  margin: 0 0 10px 0;
}

body.page .side_nav ul li {
  background: url(../images/page/a.jpg) no-repeat 3px 15px;
  padding-left: 17px;
}

body.page .side_nav ul li ul li {
  background: none;
  border-bottom: 1px dashed #cccccc;
  color: #3d3d3d;
  line-height: 24px;
  font-weight: normal;
  padding-left: 5px;
}

body.page .banner {
  border: 1px solid #ced0d0;
}

body.page a.btn02 {
  border: 1px solid #afdce1;
  background: #2e68af url(../images/page/icon.jpg) no-repeat 7px 2px;
  border-radius: 4px;
  padding: 0 0 0 20px;
  color: #fff;
  font-size: 15px;
  float: left;
  width: 80px;
  margin: 0 7px 0 0;
  text-align: center;
}

body.page a.btn03 {
  border: 1px solid #afdce1;
  background: #2e68af url(../images/page/icon.jpg) no-repeat 5px -18px;
  border-radius: 4px;
  padding: 0 0 0 20px;
  color: #fff;
  font-size: 15px;
  float: right;
  width: 103px;
  text-align: center;
}

body.page .marquee_bg {
  background: url(../images/page/run_ad.jpg) no-repeat left top;
  padding: 0 0 0 25px;
  margin: 10px 0;
}

body.page ul.marquee {
  background: none;
}

body.page .title01 {
  /* background: url(../images/page/title_bg.jpg) no-repeat left center; */
  background: url(../images/page/title_bg.jpg);
  width: 100%;
  height: 35px;
  text-indent: 0;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  line-height: 35px;
}

body.page .title01 .title01_2 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/page/b.png);
  margin-right: 5px;
}

body.page .title02 {
  background: url(../images/page/title.jpg) no-repeat -120px 0;
  width: 120px;
  height: 35px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 30px;
}

body.page .title03 {
  background: url(../images/page/title.jpg) no-repeat -240px 0;
  width: 120px;
  height: 35px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 30px;
}

body.page .title04 {
  background: url(../images/page/title.jpg) no-repeat -360px 0;
  width: 120px;
  height: 35px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 30px 0 0 570px;
}

body.page .sec1 {
  border: 1px solid #93bbd2;
  padding: 10px;
  position: relative;
  margin: 0 0 10px;
}

body.page .sec2 {
  border: 1px solid #93bbd2;
  border-top: 10px solid #b2dde2;
  padding: 10px;
  position: relative;
  margin: 10px 0 10px 0;
}

body.page .search {
  position: absolute;
  left: 383px;
  top: 282px;
}

body.page .search span {
  font-size: 13px;
}

body.page .tabs ul {
  position: absolute;
  left: 120px;
  top: -29px;
}

body.page .tabs ul li {
  width: 96px;
  height: 28px;
  float: left;
  margin: 0 1px;
}

body.page .tabs ul li a {
  background: url(../images/page/tab_bg.jpg) no-repeat 0 0;
  display: block;
  padding: 0 0 0 35px;
  line-height: 26px;
  font-weight: bold;
  color: #0e5c74;
  width: 96px;
  height: 28px;
}

body.page .tabs ul li a:hover,
body.page .tabs ul li.ui-state-active a {
  background: url(../images/page/tab_bg.jpg) no-repeat -96px 0;
  color: #fff;
}

body.page .infow {
  position: absolute;
  left: 430px;
  top: -29px;
  font-size: 13px;
}

body.page .infow02 {
  position: absolute;
  left: 252px;
  top: 323px;
  font-size: 13px;
  width: 570px;
}

body.page .infow span {
  color: #f00;
}

body.page a.more {
  width: 250px;
  background: #fd8517;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  padding: 4px;
  margin: 0 5px;
}

body.page a.more:hover {
  background: #de0000;
}

body.page h2 {
  background: url(../images/page/h2bg.jpg) repeat 0 0;
  text-align: center;
  color: #fff;
  line-height: 30px;
}

/*other*/
.input01 {
  border: 1px solid #76b4b7;
  width: 300px;
  line-height: 28px;
  padding: 0 5px;
  height: 28px;
  color: #26535e;
}

.input02 {
  border: 1px solid #76b4b7;
  width: 150px;
  line-height: 28px;
  padding: 0 5px;
  height: 28px;
  color: #26535e;
}

.input03 {
  border: 1px solid #b2dde2;
  width: 180px;
  line-height: 28px;
  padding: 0 5px;
  height: 28px;
  color: #26535e;
}

.input04 {
  border: 1px solid #b2dde2;
  /* width: 505px; */
  width: 100%;
  line-height: 28px;
  padding: 0 5px;
  height: 28px;
  color: #26535e;
}

.input05 {
  border: none;
  border-bottom: 1px solid #b2dde2;
  width: 110px;
  line-height: 28px;
  padding: 0 5px;
  height: 28px;
  color: #26535e;
}

.input06 {
  border: 1px solid #b2dde2;
  width: 60px;
  line-height: 28px;
  padding: 0 5px;
  height: 28px;
  color: #26535e;
}

.select01 {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1;
  -webkit-appearance: none;
  border: 1px solid #b2dde2;
  width: 40px;
  height: 28px;
  overflow: hidden;
  background: url(../images/page/selectpic.jpg) no-repeat right center;
}

.select02 {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1;
  -webkit-appearance: none;
  border: 1px solid #b2dde2;
  width: 190px;
  height: 28px;
  overflow: hidden;
  background: url(../images/page/selectpic.jpg) no-repeat right center;
}

.select03 {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1;
  -webkit-appearance: none;
  border: 1px solid #b2dde2;
  width: 80px;
  height: 28px;
  overflow: hidden;
  background: url(../images/page/selectpic.jpg) no-repeat right center;
}

.search01 {
  background: url(../images/page/search.jpg) no-repeat 0px 0px;
  height: 21px;
  width: 21px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  padding: 0 0 6px 0;
}

.input_btn1 {
  width: 240px;
  height: 65px;
  color: #fff;
  /* background: url(../images/all/footer.jpg) repeat 0 0; */
  margin: 0 5px;
  border: none;
}

.input_btn2 {
  width: 240px;
  height: 40px;
  color: #fff;
  margin: 0 5px;
  border: none;
  background: #fd8517;
  border-radius: 5px;
}

.input_btn3 {
  width: 240px;
  height: 40px;
  color: #fff;
  margin: 0 5px;
  border: none;
  background: #ffa756;
  border-radius: 5px;
}

.font01 {
  color: #26525e;
  font-size: 15px;
  font-weight: bold;
}

.color01 {
  color: #f00;
}

.table01,
.table01 tr td {
  border: 1px solid #e0edef;
  text-align: center;
}

.table02 tr td {
  font-size: 13px;
}

.td1 {
  background: #d8e8eb;
  color: #000;
  padding: 5px 10px;
  border: 2px solid #fff;
}

.td2 {
  padding: 5px;
}

.td3 {
  background: #d8e8eb;
  padding: 5px;
  text-align: center;
}

.line {
  background: #d6a78b;
  height: 3px;
}

.pager {
  padding: 15px 0;
  text-align: center;
  font-size: 13px;
}

.pager ul li {
  display: inline-block;
  margin: 3px;
}

.pager ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #262626;
  line-height: 35px;
}

.pager ul li a:hover,
.pager ul li a.active {
  color: #fff;
  text-decoration: none;
  background: #fd8517;
}

.pager ul li.active {
  color: #f00;
  font-size: 15px;
}

.pager ul li.first,
.pager ul li.last {
  background: #fd8517;
  color: #fff;
  padding: 0 8px;
  border-radius: 3px;
  font-size: 12px;
}

.pager ul li.next a:hover,
.pager ul li.prev a:hover {
  background: none;
}

.pager ul li.first a,
.pager ul li.last a {
  width: 50px;
}

#gotop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 70px;
  font-size: 20px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 99999;
  /* background: url(../images/all/gotop.png) no-repeat 0 0; */
}

.keyword {
  color: #072457;
  font-size: 9px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 5px;
}

.clearfix {
  overflow: auto;
  zoom: 1;
  clear: both;
}

/* 20250825 */
body.home .main{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  min-height: 90vh;
}
body.home .main h1{
  color: #991713;
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 10px;
}
body.home .main h1 u{
  display: block; /* display: inline-block; */
  text-decoration: none;
}
body.home .logo{
  display: none;
}


.back_login_container * {box-sizing:border-box;}
.back_login_container{
  background-image: url(../images/bgDecLt.svg), url(../images/bgDecRt.svg), url(../images/bgDecRb.svg), url(../images/bgDecLb.svg);
  background-position: left 10px top 10px, right 10px top 10px, right 10px bottom 10px, left 10px bottom 10px;
  background-repeat: no-repeat;
  background-size: 200px;
  padding: 90px 150px;
}
.back_login_container::after{
}
.login_decorate{
  position: absolute;
  width: calc(100% - 200px);
  height: calc(100% - 180px);
}
.login_decorate h6{
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 120%;
  color: #888888;
  padding: 0;
  margin: 0;
}
.back_login_container section{
  max-width: 380px;
  width: 100%;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.2);
  padding: 50px;
  border-radius: 50px;
  /* box-shadow: 0 0 10px #999; */
  border: 1px solid #AAA;
  position: relative;
  z-index: 2;
}
.back_login_logo{
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.back_login_logo img{
  max-width: 100%;
}
body.home .main .login{
  margin: 0 auto;
}
body.home .main .login ul{
  max-width: 320px;
  padding-left: 0;
  margin: 0 auto;
}
body.home .main .login ul li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  border-radius: 50px;
  border: 1px solid #555555;
  padding: 10px 20px;
}
body.home .main .login ul li+li{
  margin-top: 15px;
}
body.home .main .login ul li div{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 15px;
  width: 100%;
  min-height: 15px;
  margin-right: 10px;
}
body.home .main .login ul li div img{
  width: 100%;
  vertical-align: middle;
}
input.input01{
  width: calc(100% - 20px);
  border: none;
  background: none;
  color: #555555;
}
input.input01:focus,li.back_code input:focus{
  outline: 0;
}
body.home .main .login ul li.back_code{
  border: none;
  flex-flow: wrap;
  padding: 0 2px;
}
body.home .main .login ul li.back_code div{
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 0 0 10px 5px;
  margin: 0;
  color: #555555;
}
body.home .main .login ul li.back_code div.back_code_info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
body.home .main .login ul li.back_code div.back_code_info em{
  display: block;
  max-width: 50px;
}
.back_code_info span{
  display: block;
  max-width: 100px;
}
.back_code_info span a{
  display: block;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  transition: .5s ease;
}
.back_code_info span a:hover{
  color: #f5c802;
}
body.home .main .login ul li.back_code input{
  display: inline-flex;
  max-width: 145px;
  min-height: 35px;
  border: 1px solid #555555;
  color: #555555;
  background: none;
  border-radius: 50px;
  padding: 10px 15px;
}
.bottom_copy{
  position: absolute;
  bottom: 17px;
  width: calc(100% - 100px);
  font-size: 14px;
  text-align: center;
}
.bottom_copy p{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  letter-spacing: 0.05em;
  color: #888888;
}
.bottom_copy p a{
  color: #888888;
  transition: .5s ease;
}
.bottom_copy p a:hover{
  color: #f5c802;
}
.bottom_copy u{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.bottom_copy span{
  display: inline-block;
  font-size: 12px;
  padding-left: 10px;
}
body.home .main .login ul li.btnlist{
  display: block;
  padding: 0;
  border: none;
  text-align: center;
}
body.home a.btn01{
  display: block;
  width: 100%;
  background: none;
  border: 1px solid #555555;
  border-radius: 50px;
  padding: 10px 20px;
  margin: 0;
  color: #555555;
  transition: .5s ease;
}
body.home .main .login ul li.btnlist a:hover{
  background: #991713;
  border-color: #991713;
  color: #FFFFFF;
}


body.home footer .info{
  padding: 0;
  text-align: center;
}
body.home footer .copyright{
  padding: 0;
  text-align: center;
}
body.home footer a{
  transition: .5s ease;
}
body.home footer a:hover{
  color: #f5c802;
  text-decoration: none;
}

@media screen and (max-width:1024px) {
.back_login_container::after{width: calc(100% - 50px);border-radius: 30px;}
.login_decorate{width: auto;height: auto;top: 70px;left: 35px;}
.login_decorate h6{writing-mode: vertical-lr;font-size: 25px;}
.login_decorate h6 br{display: none;}
}
@media screen and (max-width:895px) {
.back_login_container::after{top: 25px;}
.bottom_copy span{display: block;width: 100%;padding-top: 10px;}
}
@media screen and (max-width:600px) {
body.home .main{min-height: 75vh;}
.back_login_container{padding: 80px 70px;}
.back_login_container::after{width: calc(100% - 40px);top: 20px;border-radius: 20px;}
.login_decorate{top: 35px;left: 25px;}
.login_decorate h6{font-size: 16px;}
.back_login_container section{margin-bottom: 50px;}
body.home .main .login ul li.back_code div{font-size: 14px;}
}
@media screen and (max-width:500px) {
.back_login_container section{max-width: 300px;border-radius: 30px;padding: 25px;border: none;background: none;backdrop-filter: initial;margin: -25vw 0 0;}
.back_login_logo{max-width: 150px;padding-bottom: 20px;}
.login li{padding: 5px 20px;}
body.home .main .login ul li.back_code div.back_code_info{flex-flow: wrap;}
body.home .main .login ul li.back_code input{display: block;max-width: 100%;width: 100%;margin-bottom: 10px;}
body.home .main .login ul li.back_code{padding: 0;}
.bottom_copy{font-size: 12px;}
.bottom_copy span{font-size: 10px;}
}
@media screen and (max-width:440px) {
.back_login_container::after{height: calc(100% - 120px);}
.bottom_copy u{display: flex;width: 100%;justify-content: center;padding-top: 10px;}
.bottom_copy span{line-height: 120%;}
}
@media screen and (max-width:400px) {
.back_login_container{background-size: 120px;padding: 50px 40px;}
}