@charset "utf-8";
/* CSS Document */
.h2, h2 {
    font-size: 2rem;
    line-height: 2;
}
a.bt {
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none;
    padding: 12px 24px;
    display: block;
}

a.bt img {
    width: 25px;
    margin: 0 10px 0 0;
}

a.bt_y {
    background-color: #f4cb57;
    color: #000;
}

a.bt_y:hover {
    background-color: #f4d957;
}

a.bt_r {
    background-color: #C6100F;
    color: #fff;
}

a.bt_r:hover {
    background-color: #e01211;
}

a.bt_g {
    background-color: #127475;
    color: #fff;
}

a.bt_g:hover {
    background-color: #085757;
}

a.bt_gray {
    background-color: #767676;
    color: #fff;
}

a.bt_gray:hover {
    background-color: #454545;
}

.stitle01 {
    font-size: 110%;
}

.stitle02 {
    border-radius: 5px;
    background-color: #127475;
    color: #fff;
    padding: 10px;
    font-size: 120%;
    font-weight: bold;
}

.stitle03 {
    font-size: 130%;
    font-weight: bold;
    border-bottom: 1px #555 solid;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}


/* 自訂下拉*/
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
}

.select-selected.select-arrow-active {
    background-color: #f5f5f5;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 57%;
  right: 19px;
  width: 0;
  height: 0;
  border-right: solid 5px transparent;
  border-left: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-top: solid 7px #373737;
  transform: translate(0, -50%);
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 43%;
  border-right: solid 5px transparent;
  border-left: solid 5px transparent;
  border-top: solid 5px transparent;
  border-bottom: solid 7px #373737;
}

.select-items div,.select-selected {
  padding: 10px 35px 10px 15px;
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  letter-spacing: 0.01rem;
}

.select-items {
  position: absolute;
  background-color: #f5f5f5;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #FFEB3B;
}


/*** 麵包屑 ***/
.bread {
    position: relative;
    margin: 20px 0;
    width: 100%;
    display: inline-block;
}
.bread .accesskey {
    position: absolute;
    left: 0;
    color: #231815;
    top: 14px;
    letter-spacing: 0;
}
.bread nav {
     position: relative;
}
.breadcrumb {
    background-color: transparent;
    padding: 15px;
    margin-bottom: 0;
    border-radius: 0;
}
.breadcrumb .breadcrumb-item a {
    color: #231815;
}

.breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb .breadcrumb-item img {
    width: 20px;
    margin: -6px 8px 0 8px;
    filter: brightness(0.5);
}
.breadcrumb .breadcrumb-item.active {
    color: #007D11;
}

/*content*/
.content {
    position: relative;
     min-height: 800px;
}

/*title*/
.home_title {
    text-align: center;
    margin-bottom: 20px;
}
.home_title h2 {
    color: #231815;
    letter-spacing: 0.2rem;
  }
.home_title p {
    margin-bottom: 1rem;
    font-size: 1.3rem;
    color: #263c92;
}

.bottom::after {
    content: "";
    background-image: url(../css10/images/all/bottom_bg.png);
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 445px;
    background-position: center bottom;
    background-repeat: no-repeat;
}



/*plug*/
.plug_box {
    text-align: right;
}

.plug_box ul {list-style-type: none;padding: 0;margin: 0;display: inline-block;}

.plug_box ul li {
    float: left;
}

.plug_box ul li img.b01 {
    opacity: 0.7;
}

.plug_box ul li a:hover img.b01 {
    opacity: 0;
}

.plug_box ul li a:hover img.b02 {
    opacity: 1;
}

.plug_box ul li img.b02 {
    opacity: 0;
}

.plug_box ul li a {
    display: block;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    position: relative;
    /* background-color: #fff; */
}

.plug_box ul li.fb a:hover {
    background-color: #1974ec;
}
.plug_box ul li.ig a:hover {
    background-color: #912eb9;
}
.plug_box ul li.x a:hover {
    background-color: #000
}
.plug_box ul li.line a:hover {
    background-color: #06c052
}
.plug_box ul li.mag a:hover {
    background-color: #a334ec
}
.plug_box ul li.print a:hover {
    background-color: #6e5dcc
}
.plug_box ul li a img {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 200ms ease-out 0s;
}

/**home 內容設定**/
body.home >header >.top-mainbg{
	background: #000!important;
}

body.home >header  >.top-mainbg h1 a img{
	zoom: 0.7;
}
.home_bg {
    background: #a47cc1;
    padding-bottom: 100px;
}
.top-mainbg .menu-box {
    float: right;
    margin: 5px 0;
    z-index: 1;
    position: relative;
}
.home_content {
    background: #fff;
    border-radius: 12px;
    padding: 60px 40px;
    box-sizing: border-box;
}
main.home_bg .bread a {
    color: #fff;
}

main.home_bg .bread .breadcrumb-item{
    color: #fff;
    font-size: 112.5%
}

main.home_bg .bread  .breadcrumb .breadcrumb-item img {
    width: 20px;
    margin: -6px 8px 0 8px;
    filter: brightness(1);
}

main.home_bg .bread  .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: rgb(255 255 255 / 75%);
    content: var(--bs-breadcrumb-divider, "/");
}
@media screen and (min-width:992px) {
.main .box {
    padding: 0 35px;
}
}

@media screen and (max-width:991.98px) {
.main .box {
    padding: 0 15px;
}
body.home >header  >.top-mainbg h1 a img {
    zoom: 0.8;
    padding-top: 8px;
}
}
