@charset "UTF-8";
* {
      margin: 0px;
      padding: 0px;
      box-sizing: border-box;
}
a,
a:link,
a:visited,
a:hover,
a:active {
      text-decoration: none;
}
img {
      border: 0px none;
}

body {
      padding: 0;
      margin: 0;
      color: #000000;
      font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Verdana,
             Helvetica, Arial, "HeitiTC", "Microsoft YaHei", sans-serif;
      font-size: 16px;
}
@media screen and (max-width: 768px) {
      body.open {
             width: 100%;
             height: 100vh;
             overflow: hidden;
      }
      .overlay {
             position: fixed;
             top: 0;
             left: 0;
             z-index: 49;
             width: 100%;
             height: 100%;

             opacity: 0;
             visibility: hidden;
             -webkit-transition: all 0.3s ease-in-out;
             -moz-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
             transition: all 0.3s ease-in-out;
             background-color: rgba(0, 0, 0, 0.8);
      }
      .overlay.open {
             opacity: 0.8;
             visibility: visible;
      }
}
@media only screen and (max-width: 480px) {
      font.redtext {
             color: #d50020;
      }
}

/************************
TOTAL
************************/
.page-wrapper,
.page-container {
      margin: 0 auto;
      width: 100%;
}
.page-wrapper {
      padding: 0px;
      /*max-width: 1200px;*/
}
.page-container {
      padding: 0px;
      max-width: 1005px;
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1024px) {
      .page-wrapper {
             width: 100%;
      }
      .page-container {
             width: 100%;
             padding: 0px;
      }
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 768px) {
}
/****************************/
.toggle-button {
      position: relative;
      display: none;
      float: left;
      top: 5px;
      left: 0;
      width: 53px;
      height: 53px;
      padding: 15px 15px;
      margin: 0px;
      transition: 0.25s;
      z-index: 999;
}
.toggle-button:hover {
      cursor: pointer;
      /*background-color: #eeeeee;*/
}
.toggle-button .menu-bar {
      position: relative;
      width: 100%;
      transition: 0.2s;
}
.toggle-button .menu-bar-top {
      border: 2px solid #909090;
      border-bottom: none;
      top: 0px;
}
.toggle-button .menu-bar-middle {
      height: 2px;
      /*background-color: #909090;*/
      margin: 2px 0px;
      top: 0px;
}
.toggle-button .menu-bar-bottom {
      border: 2px solid #909090;
      border-top: none;
      top: 0px;
}
.toggle-button.open .menu-bar-top {
      transform: rotate(45deg) translate(3px, 3px);
      transition: 0.2s;
}
.toggle-button.open .menu-bar-middle {
      transform: translate(0px);
      transition: 0.1s ease-in;
      opacity: 0;
}
.toggle-button.open .menu-bar-bottom {
      transform: rotate(-45deg) translate(3px, -3px);
      transition: 0.2s;
}

@media only screen and (max-width: 768px) {
      .toggle-button {
             display: inline-block;
      }
}
/************************
HEADER
************************/
header {
      position: fixed;
      display: inline-block;
      width: 100%;
      top: 0;
      left: 0;
      font-size: 16px;
      height: 120px;
      z-index: 50;
      background-color: rgba(255, 255, 255, 0.99);
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
      transition: all 0.2s ease-out;
}
header.open {
      height: 50px;
      border-top: 4px solid #2e2e2e;
}
header.open,
header {
      transition: all 0.2s ease-out;
}

@media screen and (max-width: 768px) {
      header {
             height: 50px;
             border-top: 4px solid #2e2e2e;
      }
}
/************************/
header .h_menu,
header .h_logo,
header .h_content {
      position: relative;
      display: inline-block;
      float: left;
}
header .h_content {
      width: 100%;
      padding-top: 40px;
}

header .h_menu ul.menu-bottom {
      position: fixed;
      display: inline-block;
      top: 0;
      left: 0;
      width: 100%;
      height: 40px;
      background: #2e2e2e;
      z-index: 50;
}
header .h_menu ul.menu-bottom li {
      position: relative;
      display: inline-block;
      float: right;
      font-size: 14px;
      line-height: 1.5em;
      font-weight: 900;
}
header .h_menu ul.menu-bottom a:hover,
header .h_menu ul.menu-bottom a {
      display: inline-block;
      color: #ffffff;
      height: 40px;
      padding: 9px 18px;
}
header .h_menu ul.menu-bottom a span {
      font-size: 12px;
      color: #82827c;
}
header .h_menu ul.menu-bottom li:hover {
      background: #444444;
}

header .h_menu ul.menu-bottom ul {
      position: absolute;
      display: none;
      top: 100%;
      width: 280px;
      color: #b8b8b8;
      background: #444444;
}
header .h_menu ul.menu-bottom li:hover > ul {
      display: block;
      height: auto;
}
header .h_menu ul.menu-bottom ul li {
      float: left;
      width: 100%;
      padding: 5px 20px;
      min-height: 40px;
}
header .h_menu ul.menu-bottom ul li:hover {
      background: #999999;
}
header .h_menu ul.menu-bottom ul li.panel-header:hover {
      background: #444444;
}

header .h_menu ul.menu-bottom ul label,
header .h_menu ul.menu-bottom ul a {
      font-weight: 400;
}

header.open ul.menu-bottom {
      display: none;
}
header.open .h_content {
      padding-top: 0px;
}

@media screen and (max-width: 768px) {
      header .h_content {
             padding-top: 0px;
      }
      body.open .h_content {
             padding-left: 280px;
      }

      header.open ul.menu-bottom,
      header .h_menu ul.menu-bottom {
             position: relative;
             display: inline-block;
             background: #ffffff;
      }
      header .h_menu ul.menu-bottom li {
             float: left;
             width: 100%;
      }
      header .h_menu ul.menu-bottom li:hover {
             background: #ffffff;
      }
      header .h_menu ul.menu-bottom a:hover,
      header .h_menu ul.menu-bottom a {
             width: 100%;
             color: #656565;
      }
      header .h_menu ul.menu-bottom a span {
             position: absolute;
             right: 30px;
             color: #ff3333;
      }
      header .h_menu ul.menu-bottom li.pc768 {
             display: none;
      }
      header .h_menu ul.menu-bottom ul {
             position: relative;
             display: inline-block;
             padding: 10px 0px;
             color: #70706f;
             background: #ececec;
      }
      header .h_menu ul.menu-bottom ul li {
             padding: 5px 20px;
             min-height: 30px;
      }

      header .h_menu ul.menu-bottom ul.last-menu li,
      header .h_menu ul.menu-bottom ul li.panel-header:hover {
             background: #ececec;
      }
      header .h_menu ul.menu-bottom ul li:hover {
             background: #e2e2e2;
      }
      header .h_menu ul.menu-bottom ul a:hover,
      header .h_menu ul.menu-bottom ul a {
             font-weight: 900;
             color: #000000;
      }

      header .h_menu ul.menu-bottom li:hover > ul,
      header .h_menu ul.menu-bottom ul {
             display: none;
      }
      header .h_menu ul.menu-bottom li:hover > ul.open,
      header .h_menu ul.menu-bottom ul.open {
             display: inline-block;
      }
}
/************************/
header .h_logo {
      width: 190px;
      margin-top: 26px;
      margin-right: 10px;
      transition: all 0.4s ease-out;
}
header .h_logo img {
      display: inline-block;
      float: left;
      width: 50%;
}

header .h_menu ul.menu-top li,
header .h_menu ul.menu-top,
header .h_menu,
header .h_bank {
      position: relative;
      display: inline-block;
}

header .h_bank,
header .h_menu ul.menu-top li {
      line-height: 1.5em;
      height: 80px;
      padding: 26px 0px;
      font-weight: 600;
      color: #2e2e2e;
}
/************************/
header .h_bank ul.dark-last {
      position: absolute;
      display: none;
      top: 100%;
      right: 0px;
      width: 180px;
      color: #2e2e2e;
      background: #ececec;
      text-align: center;
}
header .h_bank ul.dark-last li {
      display: inline-block;
      width: 100%;
}

header .h_bank ul.dark-last a,
header .h_bank ul.dark-last a:hover {
      display: inline-block;
      width: 100%;
      padding: 15px 0px;
      font-size: 14px;
      color: #2e2e2e;
      transition: all 0.5s ease 0s;
}
header .h_bank ul.dark-last a:hover {
      background: #dedede;
}
header .h_bank ul.dark-last.open {
      display: inline-block;
}
/************************/

header .h_menu ul.menu-top a,
header .h_menu ul.menu-top a:hover {
      display: inline-block;
      padding: 0px 15px;
      color: #2e2e2e;
}
/*
header .h_menu ul.menu-top li:last-child a {
      border-left: 1px solid #c0c0c0;
      }
*/
header .h_menu ul.menu-top li:hover {
      background: #eeeeee;
}
header.open ul.menu-top li {
      height: 46px;
      padding: 10px 0px;
}
/************************/
header .h_menu ul.menu-top a,
header .h_menu ul.menu-top a:hover {
      display: inline-block;
      padding: 0px 17px;
      color: #2e2e2e;
}
header .h_menu ul.menu-top li:last-child a {
      border-left: 1px solid #c0c0c0;
}
header .h_menu ul.menu-top li:hover {
      background: #eeeeee;
}
header.open ul.menu-top li {
      height: 46px;
      padding: 10px 0px;
}
/************************/
header .h_bank {
      float: right;
      background: #ff3333;
      padding: 26px 17px;
}
header.open .h_bank,
header .h_bank {
      transition: all 0.2s ease-out;
}

header .h_bank a,
header .h_bank a:hover {
      display: inline-block;
      color: #ffffff;
}
header .h_bank img {
      display: inline-block;
      width: 20px;
      margin-bottom: -3px;
}
header.open .h_bank {
      height: 46px;
      padding: 10px 17px;
}

header.open .h_logo img.logo_tc {
      display: none;
}
header.open .h_logo {
      width: 80px;
      margin-top: 12px;
      margin-left: 10px;
      margin-right: 10px;
}
header.open .h_logo img {
      width: 100%;
}

@media screen and (max-width: 768px) {
      header .h_content {
             height: 50px;
      }
      header .h_logo img.logo_tc {
             display: none;
      }
      header.open .h_logo,
      header .h_logo {
             width: 80px;
             margin-top: 12px;
             margin-left: 0px;
             margin-right: 10px;
      }
      header .h_logo img {
             width: 100%;
      }
      header .h_bank {
             font-size: 14px;
             height: 46px;
             padding: 10px 17px;
      }

      header .h_menu {
             position: absolute;
             display: none;
             width: 280px;
             height: 100vh;
             top: 0;
             left: 0;
             z-index: 20;
             padding-bottom: 100px;
             background: #ffffff;
      }

      body.open header .h_menu {
             display: inline-block;
             overflow-x: hidden;
      }
      body.open .h_bank {
             display: none;
      }

      header .h_menu ul.menu-top {
             border-bottom: 1px solid #ececec;
      }
      header .h_menu ul.menu-top li {
             width: 100%;
             height: auto;
             font-size: 18px;
             padding: 12px 0px;
      }
      header .h_menu a,
      header .h_menu a:hover {
             padding: 0px 20px;
      }
}
@media screen and (max-width: 468px) {
}
/***********************
LAYOUT 框架
***********************/
section.main-content {
      position: relative;
      display: inline-block;
      float: left;
      width: 100%;
      overflow: hidden;
}
body.open section.main-content {
      padding-top: 50px;
}

/************************
FOOTER
************************/
footer .f_warning,
footer .f_link,
footer .fiscal .f_right,
footer .fiscal .f_left,
footer .fiscal,
footer {
      position: relative;
      display: inline-block;
      float: left;
      width: 100%;
}

footer {
      padding: 10px 2% 5%;
      background-color: rgb(0, 0, 0);
}
/************************/
footer .f_warning {
      margin-top: 20px;
      color: #ffffff;
}

footer .fiscal {
      margin: 20px 0px;
}
footer .fiscal .f_left {
      width: 25%;
      font-size: 30px;
      color: #ffffff;
      min-height: 48px;
      text-align: center;
}
footer .fiscal .f_left img {
      width: 80%;
}
footer .fiscal .f_right {
      width: 75%;
      padding: 0px 15px;
      font-size: 14px;
      line-height: 1.4em;
      color: #ffffff;
}
footer .fiscal .f_right a,
footer .fiscal .f_right a:hover {
      color: #ffffff;
      line-height: 1em;
}
/************************/
footer .f_link {
      margin-top: 10px;
      min-height: 40px;
      font-size: 14px;
      color: #b8b8b8;
}
footer .f_link a,
footer .f_link a:hover {
      display: inline-block;
      padding: 0px 10px;
      color: #b8b8b8;
      line-height: 1em;
}

footer .f_warning a {
      color: white;
      padding: 0px 6px;
      color: rgb(255, 255, 255);
      font-weight: 400;
      text-decoration: none;
      display: inline-block;
}

footer .f_warning a:hover {
      color: #f33;
}

footer .f_warning a + a {
      border-left: 1px solid #b8b8b8;
}

@media only screen and (max-width: 480px) {
      footer .f_warning a + a {
             border-left: 0px solid #b8b8b8;
      }

      footer .f_warning a {
             padding: 0px 14% 0px 0px;
      }
}

footer .f_link a + a {
      border-left: 1px solid #b8b8b8;
}
footer .f_copy {
      display: inline-block;
      font-weight: 600;
}

@media screen and (max-width: 1024px) {
      footer .f_warning,
      footer .fiscal {
             width: 90%;
             margin: 0px 5%;
      }
      footer .f_warning {
             padding: 0px 5%;
             margin-bottom: 5px;
      }

      footer .fiscal .f_left img {
             max-width: 300px;
      }
      footer .fiscal .f_left,
      footer .fiscal .f_right {
             width: 90%;
             padding: 0px;
             margin: 0px 5%;
             text-align: left;
      }

      footer .f_link {
             font-size: 13px;
      }
      footer .f_link {
             width: 96%;
             margin: 1em 2%;
             text-align: center;
      }
      footer .f_copy {
             display: inline-block;
             width: 90%;
             margin: 10px 5%;
             text-align: center;
      }
}
@media screen and (max-width: 1024px) {
      footer {
      padding: 10px 2% 15%;
      background-color: rgb(0, 0, 0);
}
}
/************************/
footer .f_link {
      margin-top: 10px;
      min-height: 40px;
      font-size: 14px;
      color: #b8b8b8;
}
footer .f_link a,
footer .f_link a:hover {
      display: inline-block;
      padding: 0px 10px;
      color: #b8b8b8;
      line-height: 1em;
}
footer .f_link a + a {
      border-left: 1px solid #b8b8b8;
}
footer .f_copy {
      display: inline-block;
      font-weight: 600;
}

@media screen and (max-width: 1280px) {
      footer .fiscal .f_left {
             width: 28%;
      }
      footer .fiscal .f_right {
             width: 71%;
      }
}

/* 手機直式 */
/*
@media screen and (orientation: portrait) and (max-width: 992px) {
      
}
*/
/* 手機橫式 */
/*
@media screen and (orientation: landscape) and (max-width: 992px) {
      
}
*/
@media screen and (max-width: 992px) {
      footer .fiscal {
             width: 90%;
             margin: 0px 5%;
      }
      footer .fiscal .f_left img {
             max-width: 300px;
      }
      footer .fiscal .f_left,
      footer .fiscal .f_right {
             width: 100%;
             padding: 0px 5%;
             text-align: left;
      }

      footer .f_link {
             font-size: 13px;
      }
      footer .f_link {
             width: 96%;
             margin: 1em 2%;
             text-align: center;
      }
      footer .f_copy {
             display: inline-block;
             width: 90%;
             margin: 10px 5%;
             text-align: center;
      }
}
/************************
TOTAL
************************/
.line_1 {
      width: 100%;
      display: inline-block;
      height: 1px;
      border-top: 1px solid #909090;
      margin-bottom: 10px;
}
.both {
      width: 100%;
      display: inline-block;
      height: 0px;
      margin: 0px;
}
.both_10 {
      width: 100%;
      display: inline-block;
      height: 100px;
      margin: 50px 0;
}
.both_20 {
      width: 100%;
      display: inline-block;
      height: 10px;
      margin: 5px 0;
}
.cs1 {
      color: #d50020;
}
.cs3 {
      color: #d50020;
      font-weight: 800;
}

.dot {
      font-size: 11px;
      top: -2px;
      position: relative;
}

/************************
KEY-VISUAL
************************/
.key-visual {
      position: relative;
      padding-top: 70px;
      padding-bottom: 40px;
      transition: all 0.5s ease 0s;
      background-color: #eaf3fd;
      background-image: url("../images/visual_1.jpg");
      background-repeat: no-repeat;
      background-position: 30% bottom;
      background-size: cover;
      height: 530px;
}
.kv-cont{
      display: flex;
      justify-content: center;
      align-items: flex-start;
      width: 100%;
      margin-top: -50px;
}
.key-visual .tb01 {
      text-align: left;
      position: relative;
}
.key-visual .tb01 h1 {
      font-size: 35px;
      line-height: 1.5em;
      font-weight: 900;
}
.key-visual .tb01 h3 {
      color: #000000;
      font-size: 28px;
      font-weight: 400;
      padding-top: 5px;
      padding-bottom: 10px;
}
.key-visual .tb01 p {
      display: none;
}
.key-visual img.v-s1 {
      display: none;
}
.kv-star {
      width: 275px;
      position: absolute;
      right: 80px;
      bottom: -37px;
      transform: rotate(90deg);
      z-index: 10;
}
.kv-title{
      width: 100%;
}
.s_logo {
      width: 400px;
      margin-top:30px;
      position: relative;
      animation-name: p1c;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    left: 56%;
}
.key-visual .kv_link { 
      position: absolute;
      display: inline-block;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      text-align: center;
      z-index: 20;
      }
      .key-visual .kv_link img { 
      width: 100%;
      }
@keyframes p1c{
      0%  {filter: brightness(1.0);}
      40% {filter: brightness(1.15);}
      100%{filter: brightness(1.0);}
}
.kv-eggTart{
      width: 120px;
      position: absolute;
      right: 30px;
      bottom: 50px;
      animation: rota 2s infinite;
}
@keyframes rota {
      0%,
      5% {
             transform: rotate(0deg);
      }
      10% {
             transform: rotate(20deg);
      }
      15% {
             transform: translateY(0);
      }
      20% {
             transform: rotate(20deg);
      }
      25% {
             transform: translateY(0);
      }
      100% {
             transform: translateY(0);
      }
}
@media screen and (max-width: 1400px){
             .key-visual {
             height: 430px;
      }

      .kv-star {
      width: 225px;
      position: absolute;
      left: 0px;
      top: 0%;
      transform: translateY(-50%);
      z-index: 10;
      transform:rotate(180deg);
}

.s_logo {
      width: 340px;
      margin-top:20px;
      position: relative;
      animation-name: p1c;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    left: 56%;
}
}
@media screen and (max-width: 992px) {
      .key-visual {
             padding-top: 0px;
             background-position: top center;
             background-color: #0089be;
             background-size: cover;
             height: 400px;
      }
      .four-star {
             width: 90%;
      }
      .key-visual .title_decor {
             left: calc(50% - 100px);
             width: 82px;
      }

      .s_logo {
      width: 280px;
      margin-top:60px;
      position: relative;
      animation-name: p1c;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
}



}

@media screen and (max-width: 768px) {
      /*.s_logo{
             width: 100%;
      }*/
      .key-visual .tb01{
             text-align: center;
             padding-top: 20px;
      }
      .key-visual .tb01 h1 {
             font-size: 30px;
      }
      .key-visual .tb01 h3 {
             font-size: 26px;
      }
      .kv-title{
             margin: auto;
      }
}
@media screen and (max-width: 690px) {





      .key-visual {
             background-image: url("../images/visual_p1.png");
             height: 600px;

             position: relative;
      padding-top: 70px;
      padding-bottom: 40px;
      transition: all 0.5s ease 0s;
      background-color: #ffb7b3;

      background-repeat: no-repeat;
      background-position: 50% bottom;
      background-size: 100% auto;
      
      }
      .kv-title{
             padding-top: 0px;
      }
      .kv-cont{
             flex-wrap: wrap;
      }
      .key-visual img.v-s1 {
             display: block;
             max-width: 100%;
      }
      .kv-eggTart{
             width: 21%;
             right: 30px;
      }
      .s_logo{
             width: 100%;
                   margin-top:0px;
                   left: 0%;
                   padding: 0% 10% 10% 10%;
                   top: 0%;
                   max-width: 340px;
      }

      .kv-star {
      width: 175px;
      position:relative;
      right: 0;
      top: 4%;

      z-index: 10;
}


      
}
@media screen and (max-width: 480px) {


.key-visual {
             
             height: 550px;

             position: relative;
      padding-top: 70px;
      padding-bottom: 40px;
      transition: all 0.5s ease 0s;
             background-color: #ffb7b3;

      background-repeat: no-repeat;
      background-position: 50% bottom;
      background-size: 130% auto;
      }

      .key-visual .tb01 {
             width: 100%;
             text-align: center;
             padding-top: 0px;
      }
      .kv-star {
             width: 140px;
             top: inherit;
             transform: inherit;
             bottom: 10%;
             right: 10%;
             left: 70%;
  
      }
      .key-visual .tb01 h1 {
             font-size: 25px;
      }
      .key-visual .tb01 h3 {
             font-size: 20px;
      }

      .key-visual .title_decor {
             width: 18%;
             left: 28%;
      }
             .s_logo{
             width: 90%;
      }

             .s_logo{
             width: 100%;
                   margin-top:0px;
                   left: 0%;
                   padding: 0% 10% 10% 10%;
                   top: 0%;
                   max-width: 340px;
      }
      .key-visual .kv_link { 
      position: absolute;
      display: inline-block;
      width: 40px;
      text-align: center;
      z-index: 5;
      top: 40%;
      }
}
@media screen and (max-width: 380px) {
      .s_logo{
             width: 95%;
      }

      .key-visual {
             
             height: 450px;

             position: relative;
      padding-top: 70px;
      padding-bottom: 40px;
      transition: all 0.5s ease 0s;
             background-color: #ffb7b3;

      background-repeat: no-repeat;
      background-position: 50% bottom;
      background-size: 130% auto;
      }
             .s_logo{
             width:80%;
      }
}


/* 內容開始 */
.rate-cont{
      width: 100%;
      position: relative;
      background-color: #ded1cb;
}
.bg-icon1,.bg-icon2,.bg-icon3,.bg-icon4,.barley,.gloves{
      position: absolute;
      z-index: 1;
}
.bg-icon1{
      width: 409px;
      left: -5%;
      top: 150px;
}
.bg-icon2{
      width: 294px;
      right: -3%;
      top: 80%;
      transform: translateY(-50%);
}
.bg-icon3{
      width: 340px;
      left: 0px;
      bottom: 0px;
}
.bg-icon4{
      width: 233px;
      right: 0px;
      bottom: 0px;
}

.letter{
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      text-align: center;
}
.letter img{
      width: 38px;
}
.letter p{
      font-weight: 500;
}
.contFlex-box{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100%;
      padding: 0 30px;
}
/* cont-1 */
.cont-1{
      width: 100%;
      position: relative;
      padding: 30px 0;
      z-index: 2;
      background-image: url("../images/bg_pink.png");
      transition: all 0.5s ease 0s;
      background-color: #ffb7b3;

      background-repeat: no-repeat;
      background-position: 100% 0%;
      background-size: 100% auto;
background-blend-mode: overlay;
      background-color: #fff0eb;
      text-align: center;
      
}


.cont-1 p{
text-align: center;

}

.cont-1 h2{
      float: center;

color:#74010a ;
font-size: 30px;
font-weight: 700;
border-top: 2px dotted #74010a;
border-bottom: 2px dotted #74010a;
padding: 5px 40px;
display: inline-block;
text-align: center;
margin-right: auto;
margin-left: auto;
margin-top: 50px;

}


.cont-1-bg{
      width: 100%;
      height: 138px;
      background: url(../images/cont-bg1.png)no-repeat top center;
      background-size: cover;
      position: absolute;
      top: -136px;
}
.contBox{
      position: relative;
      width: 100%;

      border-radius: 50px;
      padding: 0px 50px 50px 50px;
      font-weight: 500;
      margin: 30px auto 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 30px;
      z-index: 2;
      overflow: hidden;
border: 1px solid #f4837a;


}


.contBox .snowman{
position: absolute;
max-width: 250px;
bottom: -5px;
left: 00px;


}


.contBox .snowman img{
position: absolute;
width: 100%;

}


@media screen and (max-width: 992px) {

.contBox .snowman{
position: absolute;
max-width: 200px;
bottom: -10px;
right: -50px;
}

}


@media screen and (max-width: 650px) {

.contBox .snowman{
position: absolute;
max-width: 130px;
bottom: -10px;
right: 30px;
}

}


@media screen and (max-width: 480px) {

.contBox .snowman{
position: absolute;
max-width: 100px;
bottom: -10px;
right: -50px;
}


}


.contBox2{
      background: #ffffff url(../images/cont2-bg.jpg)no-repeat bottom right;
      width: 100%;
      background-size: contain;
}
/* 草莓 */
.barley{
      width: 139px;
      right: -26px;
      top: -26px;
}
/* 藍莓 */
.gloves{
      width: 140px;
      bottom: -26px;
      left: -26px;
      animation: rota 2s infinite;
}
.dis2-btn{
      background-color: #c11a1a;
      color: #ffffff;
      font-weight: 500;
      text-align: center;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      padding: 8px 25px;
      width: 150px;
      

      margin: 10px 0;
      transition: 0.1s;
      margin-right: auto;
      margin-left: auto;
}
.dis2-btn img{
      width: 6px;
}
.dis2-btn:hover{
      background-color: #a84b00;
}
.cont-top{
      width: 478px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -70px;
}
.contTitle-box{
      position: relative;
      padding: 0px 0;
}
.title-icon{
      width: 65px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -30px;
}
.contTitle-box::before,
.contTitle-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
}



.cont-txt{

width: 60%;
text-align: left;
position: relative;
left: 30%;
}
.cont-txt p.b2{
text-align: left;
}


@media screen and (max-width: 650px) {
.cont-txt{

width: 100%;
text-align: left;
position: relative;
left: 0%;
}
.cont-txt p.b2{
text-align: left;
}

}



.contTitle{
      font-size: 35px;
      color: #fff;
      text-align: center;
      font-weight: 700;
      
background: #d68585;

padding: 10px 80px;

border-radius: 0px 0px 30px 30px;


}
.contTitle span{
      font-size: 36px;
      color: #ff0000;
}

.cont-big{
      color: #ff0000;
      font-size: 20px;
}
.contFlex{
      /*display: flex;*/
      /*justify-content: center;
      align-items: center;*/
      width: 100%;
      gap: 20px;
}
.contFlex{
      width: 100%;
      justify-content: flex-start;
}
.cont-notice{
      font-size: 18px;
      color: #777777;
      text-align: center;
      z-index: 2;
      font-weight: 500;
}
.cont-notice2{
      padding: 50px 0;
}
.br{
      display: none;
}
.cont-eggTart{
      width: 37%;
}
.cont-line{
      display: block;
      border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1.0) 0%, rgba(0, 0, 0, 0) 70%);
      margin: 20px 0;
}
/* cont-2 */
.cont-2{
      width: 100%;
      background-color: #f7ced9;
      position: relative;
      margin: 80px auto;
}
.cont-2-bg{
      background: url(../images/cont-bg2.png)no-repeat left top;
      width: 100%;
      height: 138px;
      position: absolute;
      top: -100px;
      left: 0;
      background-size: cover;
}


.contFlex img.con_icon{
      display: block;
      width: 100%;
      max-width: 80px;
      margin-left: auto;
      margin-right: auto;
}


.contFlex img.card_black{

      max-width: 300px;
      width: 100%;
      margin-top: 13px;
}



@media screen and (max-width: 992px) {
}

/*@media screen and (max-width: 768px) {
      .contBox{
             border-radius: 50px 50px 0px 0px;
      }
}*/
@media screen and (max-width: 590px) {
      .contBox{
             padding: 0px 20px  40px 20px;
             gap: 20px;
             margin: 60px auto 0;
      }
      .contBox2{
             padding: 50px 20px 200px;
      }
      .cont-2-bg {
             height: 80px;
             top: -60px;
      }
      .cont-2 {
             margin: 40px auto;
      }
      .contFlex{
             flex-wrap: wrap;
             justify-content: center;
      }
      .contTitle{
             font-size: 22px;

padding: 10px 70px;

      }
      .contTitle span{
             font-size: 18px;
      }
      .cont-eggTart{
             width: 70%;
      }
      .br{
             display: block;
      }
      .cont-top{
             display: none;
      }
      .bg-icon1{
             width: 80px;
             top: 60px;
      }
      .bg-icon2{
             width: 50px;
      }
      .bg-icon3{
             width: 160px;
      }
      .bg-icon4{
             width: 180px;
      }
      /* 草莓 */
      .barley{
             width: 80px;
             right: -16px;
             top: -16px;
      }
      /* 藍莓 */
      .gloves{
             width: 80px;
             bottom: -16px;
             left: -16px;
      }
      .cont-big{
             font-size: 18px;
      }
}
@media screen and (max-width: 480px) {
      .cont-tx p{
             font-size: 14px;
             line-height: 1.6em;
      }
      .cont-txt b {
             font-size: 20px;
      }

.contBox{
      border-radius: 20px;
}

      .contTitle{
             font-size: 22px;

padding: 10px 40px;

      }

}


.cont-txt{

      font-size: 18px;
      line-height: 1.8em;
      color: #444;
      text-align:left;
}

@media screen and (max-width: 992px) {

.cont-txt{
      font-size: 18px;
      color: #444;
      text-align:left;
}

}

@media screen and (max-width: 480px) {

.cont-txt{
      font-size: 16px;
      color: #444;
      text-align:left;
}

}

.cont-txt li{

display:inline-block;
      width: 100%;

padding: 30px 0px 10px 0px;

}

/*.cont-txt li:nth-child(2),.cont-txt li:nth-child(3){

width: 49%;

text-align:center;
}


.cont-txt li:nth-child(3){

border-left: 2px dotted  #777;
}*/


/*.cont-txt li:nth-child(1){


border-bottom: 2px dotted  #777;
width: 100%;

padding: 0px 0px 10px 0px;

}*/

.cont-txt li:nth-child(1) img{

display: inline-block;
width: 30%;
vertical-align: middle;
}

.cont-txt li:nth-child(1) p{

display: inline-block;
width: 70%;

vertical-align: middle;

}

@media screen and (max-width: 768px) {

.cont-txt li:nth-child(2),.cont-txt li:nth-child(3){

width: 100%;

text-align:center;
text-align: left;


}

.cont-txt li:nth-child(2) p,.cont-txt li:nth-child(3) p{

display: inline-block;
      vertical-align: middle;


}

.contFlex img.con_icon{
      display: block;
      width: 100%;
      max-width: 80px;
      margin-left: auto;
      margin-right: auto;
      display: inline-block;
      width: 100%;
      margin-right: 10px;
             vertical-align: middle;

}

.cont-txt li:nth-child(3){

border-left: 0px dotted  #777;

border-top: 2px dotted  #777;
}


}


@media screen and (max-width: 480px) {


.cont-txt li:nth-child(1) img{
display: inline-block;
width: 100%;
margin-right: auto;
margin-left: auto;
text-align: center;

padding: 0px 20%;
}

.cont-txt li:nth-child(1) p{
width: 100%;


}


.contFlex img.con_icon{
      display: block;
      width: 100%;
      max-width: 50px;
      margin-left: auto;
      margin-right: auto;
      display: inline-block;

      margin-right: 10px;


}


}


span.text-red{

      color: #cb0000;
      font-weight: 800;
}

span.text-big{

font-size: 160%;


}

span.title_span{

font-weight: 800;
font-size: 130%;
color: #004b61;


}


/************************
LAYOUT
************************/
.block_03 {
      width: 96%;
      padding-top: 30px;
      margin: 0px 2%;
}

.block_02 {
      width: 96%;
      padding-top: 30px;
      margin: 0px 2%;
      background-color: #ffffff;
}
.block_02 .mode_top {
      display: inline-block;
      float: left;
      width: 75%;
      color: #000000;
      font-size: 18px;
      line-height: 2em;
      font-weight: 400;
      text-align: left;
}
.block_02 .mode_01 {
      display: inline-block;
      float: left;
      width: 75%;
      color: #000000;
      font-size: 18px;
      line-height: 2em;
      font-weight: 400;
      text-align: left;
}
.block_02 .mode_01 ol,
.block_02 .mode_01 ul {
      padding-left: 25px;
}

.block_02 .mode_02 {
      display: inline-block;
      float: right;
      margin-top: 0%;
      width: 200px;
      vertical-align: middle;
      text-align: center;
}
.block_02 .mode_02 img {
      width: 100%;
      vertical-align: middle;
}
.block_02 .mode_03 {
      display: inline-block;
      float: right;
      margin-top: -15%;
      width: 400px;
      padding: 3px 5px;
      vertical-align: middle;
      text-align: center;
}
.block_02 .mode_03 img {
      width: 100%;
      vertical-align: middle;
}
.cards {
      margin-top: 10px;
      margin-bottom: 10px;
      width: 100%;
}
.cards img {
      width: 100%;
      
}
.button5 {
      max-width: 280px;
      color: #000000;
      background: #ffffff;
      border-radius: 5px;
      font-size: 16px;
      line-height: 1.4em;
      margin-top: 15px;
      padding: 3px 5px;
      text-align: center;
      border: 1px solid #bbbbbb;
      margin: 0px 12px;
      margin-right: 0px;
}

@media screen and (max-width: 960px) {
      .block_02 {
             width: 90%;
             margin: 0px 5%;
      }
      .block_02 .mode_01 {
             width: 68%;
      }
      .block_02 .mode_02 {
             width: 30%;
      }
      .block_02 .mode_03 {
             width: 100%;
      }
}

@media screen and (max-width: 480px) {
      .block_02 {
             width: 90%;
             margin: 0px 5%;
      }
      .block_02 .mode_top {
             display: block;
             width: 100%;
      }
      .block_02 .mode_01 {
             display: block;
             width: 100%;
      }
      .block_02 .mode_02 {
             display: block;
             width: 100%;
             text-align: center;
             margin: 10px 0px;
      }
      .block_02 .mode_02 img {
             max-width: 80%;
      }
      .cards {
             width: 100%;
             padding: 0px 0%;
      }
}

/************************/
.hot {
      position: relative;
      display: block;
      float: right;
      width: 70px;
      text-align: right;
      margin-top: -40px;
      z-index: 1;
}
.hot img {
      width: 70px;
      height: auto;
}

.block_05 {
      display: inline-block;
      width: 96%;
      margin: 0px 2%;
      padding-bottom: 20px;
      background: #ffffff;
}

.block_05-2 {
      display: flex;
      width: 96%;
      margin: 0px 2%;
      padding-bottom: 20px;
}

.block_05-2 .pic_s1 {
      position: relative;
      display: inline-block;
      float: left;
      width: 100%;
}

.block_05-2 .left-p {
      float: left;
      min-width: 30%;
}

.block_05-2 .right-p {
      float: right;
      min-width: 30%;
}

.block_05-2 .pic_s1 img {
      max-width: 100%;
}

.block_05-2 .pic_s1 img.show_s1 {
      display: block;
}
.block_05-2 .pic_s1 img.show_s2 {
      display: none;
}

.block_05 .pic_s1 {
      position: relative;
      display: inline-block;
      float: left;
      width: 100%;
}
.block_05 .pic_s1 img {
      max-width: 100%;
}

.block_05 .pic_s1 img.show_s1 {
      display: block;
}
.block_05 .pic_s1 img.show_s2 {
      display: none;
}

.block_05 .m5_01 {
      display: inline-block;
      float: left;
      width: 60%;
      color: #000000;
      font-size: 18px;
      line-height: 2em;
      font-weight: 400;
      text-align: left;
}
.block_05 .m5_02 {
      display: inline-block;
      float: left;
      width: 40%;
}
.block_05 .m5_01 img,
.block_05 .m5_02 img {
      max-width: 100%;
}

.block_05 .m5_03 {
      display: inline-block;
      float: left;
      width: 50%;
      color: #000000;
      font-size: 18px;
      line-height: 2em;
      font-weight: 400;
      text-align: left;
}
.block_05 .m5_03 img,
.block_05 .m5_02 img {
      max-width: 100%;
}
.block_05 .pic_01 {
      width: 100%;
      height: 90px;
      position: relative;
      display: block;
      float: left;
      text-align: left;
      margin-top: 0px;
}

.block_05 li.box4,
.block_05 li.box3,
.block_05 li.box2 {
      display: block;
      float: left;
      padding: 0px;
      color: #000000;
      margin-left: 1%;
      margin-right: 1%;
      margin-bottom: 1%;

      min-height: 100px;
      text-align: left;
      background-color: #ffffff;
}
.block_05 li.box4 img,
.block_05 li.box3 img,
.block_05 li.box2 img {
      max-width: 100%;
}
.block_05 li.box2 {
      max-width: 48%;
}
.block_05 li.box3 {
      max-width: 40%;
}
.block_05 li.box4 {
      max-width: 23%;
}

.block_05 h2 {
      color: #d50020;
      font-size: 23px;
      line-height: 1.4em;
      margin: 10px 8px;
      font-weight: 900;
}
.block_05 .t1 {
      font-size: 21px;
      color: #000000;
      font-weight: 400;

      display: block;
}



.block_05 li .add {
      min-height: 90px;
}
.block_05 li .add1 {
      min-height: 150px;
}
.block_05 li .add2 {
      min-height: 200px;
}
.block_05 li .add p,
.block_05 li .add1 p,
.block_05 li .add2 p {
      color: #000000;
      font-size: 16px;
      line-height: 1.4em;
      margin: 5px 10px;
      min-height: 20px;
}

.block_05 .add img {
      float: left;
      height: 18px;
      margin-top: 1px;
      margin-right: 5px;
}
.block_05 a,
.block_05 a:hover,
.block_05 a:active {
      color: #000000;
}

.block_05 .mode_01 {
      display: inline-block;
      float: left;
      width: 75%;
      color: #000000;
      font-size: 18px;
      line-height: 2em;
      font-weight: 400;
      text-align: left;
}
.block_05 .mode_02 {
      display: inline-block;
      float: right;
      margin-top: 0%;
      width: 250px;
      vertical-align: middle;
      text-align: center;
}
.block_05 .mode_02 img {
      width: 100%;
      vertical-align: middle;
}

.block_05 .small {
      font-size: 16px;
      color: #000000;
      line-height: 1.7em;
      font-weight: 200;
      min-height: 10px;
      margin: 5px 20px 5px;
      text-indent: -0.7em;
}

@media only screen and (max-width: 980px) {
      .block_05 .m5_03,
      .block_05 .m5_02,
      .block_05 .m5_01 {
             display: block;
             width: 96%;
             min-height: 100px;
             float: left;
             padding-bottom: 2%;
             margin-left: 2%;
             margin-right: 2%;
             margin-bottom: 2%;
      }
      .block_05 .m5_02 img {
             width: 100%;
             max-width: 600px;
      }

      .block_05 li.box4,
      .block_05 li.box3,
      .block_05 li.box2 {
             display: block;
             min-height: 80px;
             float: left;
             padding-bottom: 2%;
             margin-left: 2%;
             margin-right: 2%;
             margin-bottom: 2%;
      }
      .block_05 li.box2 {
             max-width: 46%;
      }
      .block_05 li.box3 {
             max-width: 46%;
      }
      .block_05 li.box4 {
             max-width: 46%;
      }

      .block_05 .pic_s1 img {
             max-width: 100%;
             margin: 0px 0%;
      }
      .block_05 .pic_01 img {
             max-width: 100%;
      }

      .block_05 .mode_01 {
             width: 68%;
      }
      .block_05 .mode_02 {
             width: 30%;
      }
}
@media only screen and (max-width: 720px) {
      .block_05 {
             max-width: 100%;
             float: left;
      }

      .block_05-2 {
             max-width: 100%;
             display: flex;
             flex-direction: column;
      }

      .block_05 li.box4,
      .block_05 li.box3,
      .block_05 li.box2 {
             display: block;
             max-width: 100%;
             min-height: auto;
             float: left;
             padding-bottom: 5%;
             margin-bottom: 5%;
      }

      .block_05 .pic_s1 img.show_s1 {
             display: none;
      }
      .block_05 .pic_s1 img.show_s2 {
             display: block;
      }

      .block_05-2 .pic_s1 img.show_s1 {
             display: none;
      }
      .block_05-2 .pic_s1 img.show_s2 {
             display: block;
      }
}

@media screen and (max-width: 480px) {
      .block_05 .mode_01 {
             display: block;
             width: 100%;
      }
      .block_05 .mode_02 {
             display: block;
             width: 100%;
             text-align: center;
             margin: 10px 0px;
      }
      .block_05 .mode_02 img {
             max-width: 50%;
      }
}

/************************/
.block_06 {
      display: inline-block;
      width: 100%;
      padding: 2% 0%;
      margin: 5px 0px;
      font-size: 36px;
      color: #393939;
      line-height: 1.5em;
      text-align: center;
      background: #ececec;
}
@media only screen and (max-width: 980px) {
      .block_06 {
             font-size: 28px;
      }
}
@media screen and (max-width: 480px) {
      .block_06 {
             font-size: 20px;
      }
}
/************************/
.block_09 li img,
.block_09 li,
.block_09 ul,
.block_09 {
      position: relative;
      display: inline-block;
      width: 100%;
}

.block_09 {
      padding: 10px 20px;
}
.block_09 li {
      float: left;
      width: 50%;
      padding: 10px 5px;
}
.block_09 li img {
      box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.block_09 li a.p_left img {
      -webkit-border-top-left-radius: 20px;
      -webkit-border-bottom-left-radius: 20px;
      -moz-border-radius-topleft: 20px;
      -moz-border-radius-bottomleft: 20px;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
}
.block_09 li a.p_right img {
      -webkit-border-top-right-radius: 20px;
      -webkit-border-bottom-right-radius: 20px;
      -moz-border-radius-topright: 20px;
      -moz-border-radius-bottomright: 20px;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
}

@media screen and (max-width: 768px) {
      .block_09 li {
             width: 100%;
             padding: 5px 2%;
      }
      .block_09 li a.p_left img {
             -webkit-border-top-right-radius: 20px;
             -webkit-border-bottom-left-radius: 0px;
             -moz-border-radius-topright: 20px;
             -moz-border-radius-bottomright: 0px;
             border-top-right-radius: 20px;
             border-bottom-right-radius: 0px;
      }
      .block_09 li a.p_right img {
             -webkit-border-top-right-radius: 0px;
             -webkit-border-bottom-left-radius: 20px;
             -moz-border-radius-topright: 0px;
             -moz-border-radius-bottomleft: 20px;
             border-top-right-radius: 0px;
             border-bottom-left-radius: 20px;
      }
}

/************************
BUTTON
************************/
.button {
      margin: 50px 0 0;
      text-align: center;
}

.button1,
.button3,
.button6 {
      min-width: 200px;
      display: inline-block;
      position: relative;
      margin-bottom: 10px;
      padding: 10px 20px;
      min-height: 22px;
      line-height: 22px;
      outline: none;
      cursor: pointer;
      text-decoration: none;
      text-align: center;
      word-break: break-all;
      font-size: 16px;
      font-weight: 700;

      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      margin-right: 15px;
}
.button8 {
      display: inline-block;
      font-size: 14px;
      line-height: 1.5em;
      padding: 3px 12px;
      margin: 5px 2px;
      outline: none;
      cursor: pointer;
      text-decoration: none;
      text-align: center;
      white-space: nowrap;

      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      margin-right: 15px;
}
.button1 {
      color: #ffffff;
      background: #007dba;
}
.button1:hover,
.button1:active {
      color: #ffffff;
      background: #004265;
}

a.button3 {
      color: #ffffff;
      background: #d3001a;
      transition: 0.5s;
}
a.button3:hover,
a.button3:active {
      color: #ffffff;
      background: #ff3333;
}

a.button6 {
      color: #000000;
      background: #ffffff;
      border: 1px solid #bbbbbb;
}
a.button6:hover,
a.button6:active {
      color: #000000;
      background: #dddddd;
      border: 1px solid #bbbbbb;
}

a.button8 {
      color: #ffffff;
      background: #999999;
}
a.button8:hover,
a.button8:active {
      color: #ffffff;
      background: #d50020;
}

@media screen and (max-width: 960px) {
      .button {
             width: 94%;
             margin: 20px 0 0;
      }
}
@media screen and (max-width: 480px) {
      .button1,
      .button3,
      .button6 {
             min-width: 150px;
             font-size: 14px;
      }
}
/***********************
TABLE 表格選單
***********************/
.table-box{
      background-color: #f7ead3;
      border-radius: 20px;
      padding: 10px;
      margin-top: 20px;
}
table {
      font-size: 15px;
      width: 80%;
      margin: 0;
      padding: 0;
      line-height: 1.7em;
      border-collapse: collapse;
      border-spacing: 0;
      font-weight: 500;
             margin-top: 20px;
             text-align: left;
}


.table-box thead .th-left {
  border-radius: 20px 0 0 20px;
  border-left: none;
}

.table-box thead .th-right {
  border-radius: 0 20px 20px 0;
  border-bottom: none;
}
.table-box thead .th-center{
      border-bottom: none;
}
table tr {
      padding: 5px;
      text-align: left;
      border-bottom: 1px solid #777;
      background-color: #fff;
}
table tr:nth-last-child(1){
      border-bottom: none;
      
}

table tr.calculation-row td{
background-color: #f2adad;

}
table tr td {

      width: auto;
      padding: 8px 8px;
      height: 40px;
      text-align: center;
      /*border-left: 1px solid #ffffff;*/
      /*border-bottom: 1px solid #ffffff;*/
      background-color: #fff;
}

table tr td:nth-child(1){
      width: auto;
      border-bottom: none;
}


table tr td:nth-child(2){
border-bottom: none;
}



table thead tr{
      width: 33%;
      padding: 3px 5px;
      height: 40px;
      text-align: center;
      border-left: 1px solid #ffffff;
      background-color: #f2adad;
}
table thead tr:nth-child(1){
      border-left: none;
}
table thead tr td{
      background-color: #ded1cb;
      color: #444;
      font-weight: 700;
}


table  .label-cell{
background-color: #ffe1e1;

}

@media only screen and (max-width: 480px) {
      table {
             width:100% ;
             font-size: 14px;
             border: 0;
             left: 0px;
             margin-left: 0px;
      }
      .not-table{
      overflow: scroll;
      width: 100%;
}


table tr td:nth-child(1){
      width: 30%;
      border-bottom: none;
}

      table th {
             font-size: 14px;
      }
      table tr {
             margin-bottom: 10px;
             border-bottom: 2px solid #ffffff;
      }
      table tr td {
             width: 25%;
             min-height: 40px;
             height: auto;
             padding: 10px 5px;
      }
      table td:last-child {
             border-bottom: 0;
      }
      table td:before {
             content: attr(data-label);
             float: left;
             text-transform: uppercase;
             font-weight: bold;
      }
      table .show {
             display: inline-block;
             padding-right: 10px;
             color: #000000;
      }
      .cont-notice {
             font-size: 12px;
             position: relative;
             z-index: 2;
      }
}

table dt {
      font-size: 16px;
      padding: 3px 10px;
}
table .state {
      width: 50px;
}
table .turn {
      width: 80px;
}
table .time {
      width: 150px;
}
table .act {
      width: 150px;
}

.none {
      display: none;
}
/************************
DRAWER-ITEM 
************************/
.not-cont{
      background-color: #FFF4F1;
}
.drawer-item {
      width: 100%;
}
.drawer-header {
      margin: 0px;
      display: block;
      color: #212121;
      padding: 6px;
      cursor: pointer;
      min-height: 30px;
      transition: 0.25s;
      overflow: hidden;
}
.drawer-header h1 {
      float: left;
      color: #D5011F;
      font-size: 18px;
      line-height: 1.4em;
      font-weight: 600;
      margin: 0;
}
.drawer-item-active .drawer-header {
      transition: 0.25s;
      min-height: 30px;
      color: #ffffff;
}
.drawer-header-icon {
      display: inline-block;
      content: "";
      float: left;
      width: 30px;
      height: 30px;
      background: url("../images/btn_to_open.png") no-repeat scroll center center
             transparent;
      text-align: right;
      vertical-align: middle;
}
.drawer-header-icon.drawer-header-icon-active {
      transform: rotate(180deg);
}
.drawer-content {
      width: 95%;
      margin: 0px 2%;
      padding: 0;
      display: block;
      color: #474747;
      font-size: 13px;
      line-height: 1.6em;
      padding-top: 10px;
      padding-bottom: 30px;
      text-align: left;
      font-weight: 500;
}
.drawer-content ol {
      padding-left: 25px;
}

/************************
GOTOP
************************/
#go_top,
.go_link {
      position: fixed;
      display: inline-block;
      z-index: 99;
      }

#go_top { 
    width: 50px; 
      height: 50px;
      right: 10px;
      bottom: 90px;
      }
      
.go_link { 
    width: fit-content; 
      left: 50%;
      transform: translateX(-50%);
      bottom: 0px;
      background: #da042b;
      border-radius: 16px 16px 0 0;
      padding-top: 4px;
      }
      
#go_top img,
.go_link img { 
      position: relative;
      display: inline-block;
      width: 100%; 
      }
.go_link img { 
      max-width: 30px; 
      }
      
.go_link ul li,  
.go_link ul { 
      position: relative;
      display: inline-block;
      width: 100%;
      }
.go_link ul { 
      height: 50px;
      padding: 5px 0px ;
      display: flex;
      justify-content: center;
      align-items: center;
      

      }     
.go_link ul li { 
      width: fit-content;
      font-size: 20px;
      line-height: 1.4em;      
      font-weight: 600;
      }
      
.go_link ul li a { 
      position: relative;
      display: inline-block;
      width: 500px;
      padding: 5px 10px;


      text-align: center
      }
.go_link ul li a { 
      color: #ffffff;
      }
.go_link ul li:hover a { 
      color: #000000;
      }
.go_link ul li .dd { 
      position: relative;
      display: inline-block;
      vertical-align: top;
      }     
.go_link ul li + li { 
      border-left: 1px solid #ccc;
      }
      
@media only screen and (max-width: 1200px) {

.go_link ul li a { 

      width: 300px;
      
      }

}     
@media only screen and (max-width: 768px) {
      .go_link {
             border-radius: 0;
             width: 100%;
      }
}
@media only screen and (max-width: 570px) {

.go_link ul li a { 

      width: 300px;
      font-size: 18px;
      
      }

}
@media only screen and (max-width: 480px) {
.go_link ul li { 
      font-size: 15px;
      }     
}

@media screen and (orientation: landscape) and (max-width: 992px) {

}


.fix-ad {
             bottom:17%;
             right: 0;
             left: auto;
             display: -webkit-box;
             display: -ms-flexbox;
             display: flex;
             position: fixed;
             -webkit-box-orient: vertical;
             -webkit-box-direction: normal;
             -ms-flex-direction: column;
             flex-direction: column;
             -webkit-box-align: end;
             -ms-flex-align: end;
             align-items: flex-end;
             z-index: 10;
}

.fix-ad .item {
             border-radius: 1rem;
             padding: 1rem .5rem .0rem .5rem;
             text-align: center;
             display: block;
             margin-bottom: .0rem;
             width: 125px;
             position: relative;
}

.fix-ad .item.pic {
             border-radius: 0;
             padding: 0;
             text-align: center;
             display: block;
             margin-bottom: .25rem;
             width: 50px;
             position: relative;
}

.fix-ad .item.pic img{

      width: 100%;
}



.pc_768{ display: block; }

.mo_768{ display:none; }



@media only screen and (max-width: 768px) {

.pc_768{ display: none; }

.mo_768{ display:block; }



.fix-ad .item.pic {
             border-radius: 0;
             padding: 0;
             text-align: center;
             display: block;
             margin-bottom: .25rem;
             width: 35px;
             position: relative;
}

}


p.b2{

text-align: center;

}


td.txt_left{
      text-align: left;
}

/*box2*/
.contBox2 {
            background-color: #fff1f1;
            border: 2px solid #f5c6cb;
            border-radius: 40px;
            width: 100%;
           
                padding: 0 30px;
            position: relative;



        }

        .header-title {
            background-color: #e34c56;
            color: white;
            width: fit-content;
            padding: 10px 60px;
            border-radius: 0 0 20px 20px;
            font-size: 24px;
            font-weight: bold;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
        }

        .row {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            margin-top: 40px;
        }

        .top-row {
            border-bottom: 1px solid #f5c6cb;
            padding-bottom: 0px;
            margin-bottom: 0px;
        }

        .card {
            flex: 1;
            min-width: 190px;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px;
            text-align: left;
            position: relative;
            max-width: 350px;
        }

        /* 垂直分割線 */
        .top-row .card:not(:last-child)::after {
            content: "";
            position: absolute;
            right: 0;
            top: 10%;
            height: 80%;
            width: 1px;
            background-color: #f5c6cb;
        }

        .bottom-row .card:first-child::after {
            content: "";
            position: absolute;
            right: 0;
            top: 10%;
            height: 80%;
            width: 1px;
            background-color: #f5c6cb;
        }

        .card-content {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
            color: #333;
            line-height: 1.5;
            font-size: 16px;
            min-height: 80px;
        }

        .icon {
            width: 60px;
            height: 60px;
            flex-shrink: 0;
            opacity: 0.6; /* 模擬圖示淡色效果 */
        }

      @media (max-width: 992px) {

    .icon {
                width: 100%;
                display: block;
                width: 40px;
                height: auto;
           }
      }

       

        @media (max-width: 768px) {
            .card::after { display: none !important; }
            .top-row { border-bottom: none; }

                   .card-content {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 00px;
            color: #333;
            line-height: 1.5;
            font-size: 16px;
            min-height: 40px;
        }
           .row {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            margin-top: 0px;
        }
       

        }

