﻿body {
    font-family: '微軟正黑體';
}
html,body{
    font-size: 18px;
    line-height: 1.75;
}
@media (max-width:480px) {
    html,body{
        font-size: 16px;
    }
}
p,a,li{
  word-break: break-word;
}
a{
    transition: color .2s;
}

a:hover {
    color: #4ab1a7;
    text-decoration: none !important;
}
a.link_text{
  display: inline-block;
  transition: transform .3s ,  font-weight .3s;
}
a.link_text:hover{
  font-weight: 700;
  transform: translateX(10px);
}
.btn.focus, .btn:focus {
    box-shadow: none;
}

button:hover {
    text-decoration: none !important;
}

#goTopButton{
    z-index: 5;
    cursor: pointer;
    background: rgb(255, 255, 255);
    padding: 5px;
    border-radius: 50%;
    border: 4px solid rgb(51, 51, 51);
    color: rgb(51, 51, 51);
    width: 50px;
    height: 50px;
    /* top: 371.25px; */
    position: fixed;
    right: 20px;
    bottom: 30px;
    opacity: 0.7;
    transition:opacity .3s ;
}

#goTopButton i{
    margin-top: 1px;
    margin-left: -2px;
    font-size: 26px;
}
/* img reset 避免圖片超出父層破版 */
img{
    max-width: 100%;
}

/* Style to change separator  */
.breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 4px;
}

/* nav */
.nav-bline > .nav-item > .active {
    color: #4ab1a7;
    border-bottom: 2px solid #4ab1a7;
}
.dropdown-item.active, .dropdown-item:active{
  color: #4ab1a7;
  background-color: transparent;
}

/* form */
form .form-group label {
    font-weight: 700;
    margin-bottom: 0;
}

/* 懸浮按鈕 */
.toolbtn {
    position: fixed;
    right: 20px;
    top: 30%;
    text-align: center;
    background-color: rgba(238, 238, 238, 0.8);
    z-index: 10;
    border: 1px solid #d67318;
    border-radius: 5px;
    opacity: 0.8;
}

    .toolbtn:hover {
        background-color: rgb(255, 255, 255);
        opacity: 1;
    }

    .toolbtn .list-group-item {
        background: #fdecdb;
    }

.toolbtn_2 {
    position: fixed;
    right: 20px;
    bottom: 8%;
    text-align: center;
    background-color: #fef4eb;
    z-index: 10;
    border: .1px solid #c2bdb9;
    border-radius: 5px;
    opacity: 0.8;
    max-width: 200px;
    padding: 10px 10px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
    color: #3b3b3b;
}

    .toolbtn_2:hover {
        /*background-color: rgba(254, 244, 235, 0.90);*/
        opacity: 1;
    }

/* 圖片固定長寬 超出的咖掉 */
.fixed_image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    /* Magic */
    display: flex;
    align-items: center; /* vertical */
    justify-content: center; /* horizontal */
}

/* custom breadcrumb */
.breadcrumb {
    background-color: transparent !important;
}

    .breadcrumb a {
        color: #757575;
    }

        .breadcrumb a:hover {
            color: #4ab1a7;
        }

/* loading mask */
.loading {
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.90);
    z-index: 10001;
    font-size: 3em;
    text-align: center;
    padding-top: 20vh;
    color: #455781;
    text-shadow: 1px 1px 1px white, 1px -1px 1px white, -1px 1px 1px white, -1px -1px 1px white;
}

/* wait_loading mask */
.wait_loading {
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.90);
    z-index: 10001;
    font-size: 3em;
    text-align: center;
    padding-top: 20vh;
    color: #455781;
    text-shadow: 1px 1px 1px white, 1px -1px 1px white, -1px 1px 1px white, -1px -1px 1px white;
    display: none;
}

/* bg color */
.bg_lightgreen {
    background: #4ab1a7;
}

.bg_lightBlue {
    background: #d6dde7;
}

.bg_footer {
    background: #fef4eb;
}

.bg_green {
    background: #79a77e;
}

.bg_group_1 {
    background: #ff6f1a;
}

.bg_group_2 {
    background: #f15196;
}

.bg_group_3 {
    background: #4ab1a7;
}

.bg_group_4 {
    background: #A151F4;
}

.bg_group_5 {
    background: #007bff;
}


/* color */
.color_main {
    color: #4ab1a7;
}

.color_lightGray {
    color: #a2a2a2;
}


.color_gray {
    color: #7f7b78;
}

.color_darkBlue {
    color: #142e58;
}

.color_orange {
    color: #ff8733;
}

.color_black1 {
    color: #3b3b3b;
}

.color_green {
    color: #79a77e;
}

/* tab */
.nav-banner {
    margin-bottom: 1rem;
}

    .nav-banner .nav-link {
        font-size: 1.2rem;
        padding: 1.5rem 1rem;
        transition: ease-in 0.3s;
        background: #dee2ea;
    }

        .nav-banner .nav-link.active {
            background: #4ab1a7;
            color: #fff
        }

.nav-banner-small {
    /* margin-bottom: 1rem;*/
}

    .nav-banner-small .nav-link {
        font-size: 1rem;
        padding: 0.8rem 0.8rem;
        transition: ease-in 0.3s;
        background: #eee;
    }

        .nav-banner-small .nav-link.active {
            background: #4ab1a7;
            color: #fff
        }


/* table */
.table th {
    text-align: center !important;
}

/* button */

/* 珊瑚紅 */
.btn-lightRed {
    color: #fff;
    background-color: #f17f5c;
    border-color: #f17f5c;
}

    .btn-lightRed:hover {
        color: #fff;
        background-color: #f19e85;
        border-color: #f19e85;
    }

    .btn-lightRed:focus, .btn-lightRed.focus {
        box-shadow: 0 0 0 0.2rem rgba(241, 158, 133, 0.5);
    }

    .btn-lightRed.disabled, .btn-lightRed:disabled {
        color: #fff;
        background-color: #ebbeb0;
        border-color: #ebbeb0;
    }

    .btn-lightRed:not(:disabled):not(.disabled):active, .btn-lightRed:not(:disabled):not(.disabled).active,
    .show > .btn-lightRed.dropdown-toggle {
        color: #fff;
        background-color: #f19e85;
        border-color: #f19e85;
    }

        .btn-lightRed:not(:disabled):not(.disabled):active:focus, .btn-lightRed:not(:disabled):not(.disabled).active:focus,
        .show > .btn-lightRed.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(241, 158, 133, 0.5);
        }


/* 薄荷綠 */
.btn-main {
    color: #fff;
    background-color: #4ab1a7;
    border-color: #4ab1a7;
}

    .btn-main:hover {
        color: #fff;
        background-color: #75c7bf;
        border-color: #75c7bf;
    }

    .btn-main:focus, .btn-main.focus {
        box-shadow: 0 0 0 0.2rem rgba(74, 177, 167, 0.5);
    }

    .btn-main.disabled, .btn-main:disabled {
        color: #fff;
        background-color: #75c7bf;
        border-color: #75c7bf;
    }

    .btn-main:not(:disabled):not(.disabled):active, .btn-main:not(:disabled):not(.disabled).active,
    .show > .btn-main.dropdown-toggle {
        color: #fff;
        background-color: #75c7bf;
        border-color: #75c7bf;
    }

        .btn-main:not(:disabled):not(.disabled):active:focus, .btn-main:not(:disabled):not(.disabled).active:focus,
        .show > .btn-main.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(117, 199, 191, 5);
        }

/* font size  */
.font_1_5em {
    font-size: 1.5em;
    font-weight: 700;
}

.font_1_3em {
  font-size: 1.3em;
}

.font_1_2em {
    font-size: 1.2em;
}

.font_1_1em {
    font-size: 1.1em;
}

.font_1_05em {
    font-size: 1.05em;
}

/* step */
.md-stepper-horizontal {
    display: table;
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
    /*    box-shadow: 0 3px 8px -6px rgba(0,0,0,.50);
*/
}

    .md-stepper-horizontal .md-step {
        display: table-cell;
        position: relative;
        padding: 24px;
    }

        .md-stepper-horizontal .md-step:hover,
        .md-stepper-horizontal .md-step:active {
            background-color: rgba(0,0,0,0.04);
        }

        .md-stepper-horizontal .md-step:active {
            border-radius: 15% / 75%;
        }

        .md-stepper-horizontal .md-step:first-child:active {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .md-stepper-horizontal .md-step:last-child:active {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .md-stepper-horizontal .md-step:hover .md-step-circle {
            background-color: #757575;
        }

        .md-stepper-horizontal .md-step:first-child .md-step-bar-left,
        .md-stepper-horizontal .md-step:last-child .md-step-bar-right {
            display: none;
        }

        .md-stepper-horizontal .md-step .md-step-circle {
            width: 30px;
            height: 30px;
            margin: 0 auto;
            background-color: #999999;
            border-radius: 50%;
            text-align: center;
            line-height: 30px;
            font-size: 16px;
            font-weight: 600;
            color: #FFFFFF;
        }

    .md-stepper-horizontal.blue .md-step.active .md-step-circle {
        background-color: #0297f9cc;
    }

    .md-stepper-horizontal.orange .md-step.active .md-step-circle {
        background-color: #F96302;
    }

    .md-stepper-horizontal .md-step.active .md-step-circle {
        background-color: rgb(33,150,243);
    }

    .md-stepper-horizontal .md-step.done .md-step-circle:before {
        font-family: 'FontAwesome';
        font-weight: 100;
        content: "\f00c";
    }

    .md-stepper-horizontal .md-step.done .md-step-circle *,
    .md-stepper-horizontal .md-step.editable .md-step-circle * {
        display: none;
    }

    .md-stepper-horizontal .md-step.editable .md-step-circle {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

        .md-stepper-horizontal .md-step.editable .md-step-circle:before {
            font-family: 'FontAwesome';
            font-weight: 100;
            content: "\f040";
        }

    .md-stepper-horizontal .md-step .md-step-title {
        margin-top: 16px;
        font-size: 16px;
        font-weight: 600;
    }

    .md-stepper-horizontal .md-step .md-step-title,
    .md-stepper-horizontal .md-step .md-step-optional {
        text-align: center;
        color: rgba(0,0,0,.26);
    }

    .md-stepper-horizontal .md-step.active .md-step-title {
        font-weight: 600;
        color: rgba(0,0,0,.87);
    }

    .md-stepper-horizontal .md-step.active.done .md-step-title,
    .md-stepper-horizontal .md-step.active.editable .md-step-title {
        font-weight: 600;
    }

    .md-stepper-horizontal .md-step .md-step-optional {
        font-size: 12px;
    }

    .md-stepper-horizontal .md-step.active .md-step-optional {
        color: rgba(0,0,0,.54);
    }

    .md-stepper-horizontal .md-step .md-step-bar-left,
    .md-stepper-horizontal .md-step .md-step-bar-right {
        position: absolute;
        top: 36px;
        height: 1px;
        border-top: 1px solid #DDDDDD;
    }

    .md-stepper-horizontal .md-step .md-step-bar-right {
        right: 0;
        left: 50%;
        margin-left: 20px;
    }

    .md-stepper-horizontal .md-step .md-step-bar-left {
        left: 0;
        right: 50%;
        margin-right: 20px;
    }

/* collapse icon 控制 */
[aria-expanded="false"] .btnShowClick {
    display: inline;
    font-size: 1.2em;
    transform: rotate(0deg);
    transition: transform 0.3s linear;
}


[aria-expanded="true"] .btnShowClick {
    /*display: none;*/
    font-size: 1.2em;
    transform: rotate(180deg);
    transition: transform 0.3s linear;
}



/* ============ 共用樣式調整 ============ start */
.header {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
  }
  
  .main {
    -webkit-transition: padding .3s;
    transition: padding .3s;
    margin-bottom: clamp(30px,3vw,50px);
  }
  
  .burger_menu_btn {
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
  }
  
  .footer {
    padding-top: clamp(30px, 3.125vw, 60px);
  }
  
  .footer_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .footer_row.footer_row_2 {
    width: calc(100% - 30px);
    border-top: 1px solid #dee2e6;
    padding: 15px 0;
    margin: 10px auto 0 auto;
  }
  
  .footer_row.footer_row_2 p {
    margin: 2px 0;
    font-size: 14px;
  }
  
  @media (max-width: 520px) {
    .footer_row.footer_row_2 p {
      width: 100%;
    }
  }
  
  .footer_list {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  @media (max-width: 991px) {
    .footer_list {
      width: 100%;
      margin-bottom: 12px;
    }
  }
  
  .footer_list .footer_list_item {
    padding: 0 15px;
    list-style: none;
  }
  .footer_list .footer_list_item a.active{
    color: #4ab1a7;
  }
  
  @media (max-width: 991px) {
    .footer_list .footer_list_item {
      width: auto;
    }
  }
  
  /* top menu */
  #navbarSupportedContent {
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  #navbarSupportedContent .logo_pic{
      position: absolute;
      left: 20px;
      transform: translateY(-50%);
      top: 50%;
  }
  @media (max-width: 991px) {
    #navbarSupportedContent .logo_pic{
        display: none;
    }
  }

  
  #navbarSupportedContent .main_menu {
    width: 100%;
    padding: 14px 20px;
    background-color: #f9f9f9;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  @media (max-width: 991px) {
    #navbarSupportedContent .main_menu {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  
  #navbarSupportedContent .main_menu .nav-item {
    position: relative;
  }
  
  @media (max-width: 991px) {
    #navbarSupportedContent .main_menu .nav-item {
      width: calc(50% - 20px);
      margin: 10px;
    }
  }
  
  @media (max-width: 480px) {
    #navbarSupportedContent .main_menu .nav-item {
      width: 100%;
    }
  }
  
  #navbarSupportedContent .main_menu .nav-item:hover .main_menu_sec {
    opacity: 1;
  }
  
  #navbarSupportedContent .main_menu .nav-link {
    color: #4ab1a7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: bolder;
    padding: 10px 14px;
    border-radius: 4px;
    margin: 0 2px;
  }
  @media (max-width: 991px) {
    #navbarSupportedContent .main_menu .nav-link {
      padding: 4px 14px;
      margin-bottom: 10px;
    }
  }
  
  #navbarSupportedContent .main_menu .nav-link:hover,
  #navbarSupportedContent .main_menu .nav-link.active {
    color: #ffffff;
    background: #4ab1a7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  #navbarSupportedContent .main_menu_sec {
    opacity: 0;
    position: absolute;
    background-color: #f2f2f2;
    margin-top: 4px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 0 12px;
    width: calc(100% - 20px);
    min-width: 140px;
  }
  
  @media (max-width: 991px) {
    #navbarSupportedContent .main_menu_sec {
      position: relative;
      display: block !important;
      border: none;
      background-color: transparent;
      border-left: 2px solid #4ab1a7;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0;
      -webkit-transform: unset;
              transform: unset;
      left: 20px;
      opacity: 1;
    }
  }
  
  #navbarSupportedContent .main_menu_sec::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f2f2f2 transparent;
    top: -10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
  
  @media (max-width: 991px) {
    #navbarSupportedContent .main_menu_sec::before {
      display: none;
    }
  }
  
  #navbarSupportedContent .main_menu_sec a {
    padding: 10px 20px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  
  @media (max-width: 991px) {
    #navbarSupportedContent .main_menu_sec a {
      padding: 10px;
    }
  }
  
  #navbarSupportedContent .main_menu_sec a:hover {
    color: #4ab1a7;
    background-color: transparent;
  }
  
  #navbarSupportedContent .main_menu_sec a + a {
    border-top: 1px dashed #ccc;
  }
  
  .footer_des_pic {
    background-image: url(../images/footer.png);
    height: 80px;
    background-repeat: repeat-x;
    background-size: cover;
    background-position-x: 26%;
    animation-name: bg_Am;
    animation-duration: 1900s;
    animation-iteration-count: 1;
  }
  
  .one_row_text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .two_row_text {
    display: -webkit-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 60px;
  }
  
  /* ============ 共用樣式調整 ============ end */
  /* ============ 首頁樣式調整 ============ start */
  .more_button {
    background-color: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 700;
    padding: 14px 22px;
    position: relative;
    border-radius: 50px;
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  
  .more_button.red_more_button {
    border: 1px solid #f15196;
    color: #f15196;
  }
  
  .more_button.red_more_button::before {
    background-color: #f1519624;
  }
  
  .more_button.red_more_button:hover {
    color: #f15196;
  }
  
  .more_button.bule_more_button {
    border: 1px solid #17a2b8;
    color: #17a2b8;
  }
  
  .more_button.bule_more_button::before {
    background-color: #17a2b824;
  }
  
  .more_button.bule_more_button:hover {
    color: #17a2b8;
  }
  
  .more_button::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -5px;
    bottom: -7px;
    -webkit-transition: right 0.2s ease-in, bottom 0.2s ease-in;
    transition: right 0.2s ease-in, bottom 0.2s ease-in;
    z-index: -1;
    border-radius: 50px;
  }
  
  .more_button::after {
    content: "\f0a9";
    font-family: "FontAwesome";
    font-weight: 900;
    margin-left: 4px;
  }
  
  .more_button:hover::before {
    right: 0;
    bottom: 0;
  }
  
  .area_tit {
    color: #4ab1a7;
    font-weight: 700;
    font-size: clamp(26px,5vw,36px);
  }

  .area_tit img {
    height: clamp(40px, 3.5vw, 62px);
    vertical-align: baseline;
    margin-right: 8px
  }

  .area_tit_inpages {
    color: #4ab1a7;
    font-weight: 700;
    font-size: clamp(30px,5vw,42px);
  }


  .area_tit_inpages img{
    height: clamp(44px, 6vw, 80px); vertical-align: baseline;
    margin-right: 8px
  }

  
  .label_text {
    padding: 4px 8px 4px 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 16px;
  }
  
  .pic_list {
    padding-top: clamp(20px, 2.08vw, 40px);
  }
  
  .pic_list .pic_list_item {
    margin-bottom: clamp(30px, 3.125vw, 60px);
  }
  
  .pic_list .pic_list_item:hover .one_row_text {
    color: #17a2b8;
  }
  
  .pic_list .pic_list_item:hover .label_text {
    bottom: 26px;
  }
  
  .pic_list .pic_list_item .pic_box {
    position: relative;
  }
  
  .pic_list .pic_list_item .pic_box .pic {
    background-position: center;
    height: clamp(140px, 14vw, 170px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  
  @media (max-width: 991px) {
    .pic_list .pic_list_item .pic_box .pic {
      height: 220px;
    }
  }
  
  @media (max-width: 768px) {
    .pic_list .pic_list_item .pic_box .pic {
      height: clamp(194px, 44.27vw, 340px);
    }
  }
  
  .pic_list .pic_list_item .one_row_text {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  
  .pic_list .pic_list_item .label_text {
    position: absolute;
    left: 0;
    bottom: 16px;
    -webkit-transition: bottom 0.2s;
    transition: bottom 0.2s;
    margin-bottom: 0;
  }
  
  .pic_list .pic_list_item .timetext {
    font-size: 16px;
  }
  
  /* 什麼是文資學院 */
  .index_into_area .pic_box .pic_bg {
    background-image: url("/images/footer.png");
    background-repeat: repeat-x;
    background-size: cover;
    height: 80px;
    z-index: 1;
    position: relative;
    animation-name: bg_Am;
    animation-duration: 1900s;
    animation-iteration-count: 1;
  }
  
  .index_into_area .pic_box .color_bg {
    background-color: #fee05e;
    height: 180px;
    margin-top: -30px;
  }
  
  .index_into_area .content_box {
    margin-top: -100px;
  }
  
  @media (max-width: 991px) {
    .index_into_area .content_box .content_box_pic img {
      width: clamp(300px, 56vw, 530px);
    }
  }
  
  .index_into_area .content_box .content_box_text {
    padding-left: 20px;
    padding-top: 130px;
    line-height: 2;
    text-align: justify;
  }
  
  @media (max-width: 991px) {
    .index_into_area .content_box .content_box_text {
      padding-left: 15px;
      padding-top: 0;
      margin-top: -20vw;
      margin-bottom: 40px;
      line-height: 1.75;
    }
  }
  
  @media (max-width: 580px) {
    .index_into_area .content_box .content_box_text {
      margin-top: -25vw;
    }
  }
  
  @media (max-width: 375px) {
    .index_into_area .content_box .content_box_text {
      margin-top: -35vw;
    }
  }
  
  .more_button_box {
    text-align: right;
  }
  
  @media (max-width: 768px) {
    .more_button_box {
      text-align: center;
    }
  }
  
  .timeline_area {
    position: relative;
  }
  
  @media (max-width: 768px) {
    .timeline_area .timeline-steps {
      margin-left: 30vw;
    }
  }
  
  @media (max-width: 425px) {
    .timeline_area .timeline-steps {
      margin-left: 0;
    }
  }
  
  .timeline_area .des_pic {
    position: absolute;
    bottom: 20px;
  }
  
  @media (min-width: 768px) {
    .timeline_area .des_pic {
      display: none;
    }
  }
  
  .timeline_area .des_pic.des_pic_l {
    width: clamp(110px, 25vw, 192px);
    left: 20px;
  }
  
  @media (max-width: 425px) {
    .timeline_area .des_pic.des_pic_l {
      display: none;
    }
  }
  
  .timeline_area .des_pic.des_pic_r {
    width: clamp(120px, 19vw, 134px);
    right: 20px;
  }
  
  #index_pic1{
      max-width: 192px;
  }
  @media (max-width: 480px) {
    .scroll_tab_box {
      overflow-x: scroll;
      padding-bottom: 7px;
    }
  }
  
  .scroll_tab_box .scroll_tab {
    border-bottom: 1px solid #707070;
  }
  
  @media (max-width: 480px) {
    .scroll_tab_box .scroll_tab {
      min-width: 400px;
      flex-wrap: nowrap;
    }
    .scroll_tab_box .scroll_tab li{
      flex-shrink: 0;
    }
  }
  
  .scroll_tab_box .nav-link {
    -webkit-transition: color 0.2s, font-weight 0.2s;
    transition: color 0.2s, font-weight 0.2s;
  }
  
  .scroll_tab_box .nav-link:hover {
    color: #17a2b8;
    font-weight: 700;
  }

  /* ============ 首頁樣式調整 ============ end */

/* 分享連結 */
.SharedIcon {
    width: 60px;
    height: 60px;
    margin: 0px auto;
    text-align: center;
    vertical-align: middle;
    align-items: center;
}

    .SharedIcon i {
        width: 60px;
        font-size: 45px;
        margin: 0px auto;
        color: white;
        height: 60px;
        line-height: 60px;
    }

/* 活動分享連結 */
.SharedActivityIcon {
    width: 30px;
    height: 30px;
    margin: 0px auto;
    text-align: center;
    vertical-align: middle;
    align-items: center;
}

    .SharedActivityIcon i {
        width: 30px;
        font-size: 25px;
        margin: 0px auto;
        color: white;
        height: 30px;
        line-height: 30px;
    }
.data_form {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}