@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Libertinus+Sans:ital,wght@0,400;0,700;1,400&family=Noto+Sans+TC:wght@100..900&display=swap');
/*----- basic -----*/
body {
    font-family: Arial , "Noto Sans TC", '微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro',  'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #666;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 1px;
}
h3.name{
    margin: 0;
}
.container {
    padding: 0 15px;
    max-width: 1430px;
}
.list-h > li a, .list-h .item a, .list-v li a{
    display: inline-block;
}
.box{
    display: block;
    position: relative;
}
.loadingArea-page{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    opacity: 1;
    pointer-events: none;
    background: #FFF;
}
/*----- !basic -----*/
/*---- img scale ----*/
.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    transform: scale(1);
    transition: all 0.6s ease;
}
.box:hover .pic img {
    transform: scale(1.2);
}
/*----- !box -----*/
/*----- 隱私權 -----*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 0;
    left: 0;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 0;
    border: solid 1px #DDD;
    letter-spacing: 0;
    line-height: 1.6;
    font-size: 15px;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color:#11AEB8;
    font-weight: 500;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*----- !隱私權 -----*/
/*----- icon -----*/
.icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.icon.require {
    background: #9DCCAF;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 3px 3px;
}
/*----- !icon -----*/
/*----- btn -----*/
.share{
    display: inline-block;
}
.share li {
    margin: 0 5px;
}
.share .btn {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    width: 18px;
    height: 18px;
    line-height: 20px;
    margin: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}
.share .btn:hover {
    color: #B7EAB3;
    text-decoration: none;
}
.share .btn .ic {
    vertical-align: middle;
    margin-bottom: 5px;
}
.ibtn.fb-fans-page {
    background: url('../../images/tw/fb.png') no-repeat;
    background-size: cover;
    width: 110px;
    height: 110px;
    transition: all .3s ease;
}
.ibtn.fb-fans-page:hover {
    opacity: 0.7;
}
.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}
.btn.simple {
    position: relative;
    max-width: 80px;
    width: 100%;
    height: 33px;
    color: #A4A4A4;
    font-size: 15px;
    line-height: 33px;
    transition: all 0.3s ease;
    font-family: "Libertinus Sans", sans-serif;
    font-weight: bold;
    text-align: right;
}
.btn.simple:hover {
    color: #11AEB8;
}
.btn.simple:before{
    content: "";
    background: #11AEB8;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 5px;
    top: calc(50% - 10px);
    position: absolute;
    transition: all .3s ease;
}
.btn.simple:hover:before{
    left: 0px;
}
.btn.simple:after{
    content: "\f104";
    font-family: 'icon-font' !important;
    color: #FFF;
    position: absolute;
    left: 12px;
    top: 9px;
    font-size: 14px;
    transition: all .3s ease;
    line-height: 14px;
}
.btn.simple:hover:after{
    left: 7px;
}
.btn.simple2 {
    width: 100%;
    max-width: 356px;
    color: #fff;
    background: #193B33;
    font-size: 16px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
    transition: all 0.3s ease;
}
.btn.simple2:hover {
    color: #fff;
    background: #C0A981;
}
/* .btn.simple3 {
    width: 100%;
    color: #fff;
    background: #11AEB8;
    border-radius: 0;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    font-family: "Libertinus Sans", sans-serif;

}
.btn.simple3:hover {
    color: #fff;
    background: #C0A981;
} */


.btn.simple3{
    width: 200px;
    height: 56px;
    background: #11AEB8;
    border-radius: 30px;
    box-sizing: border-box;
    padding-left: 30px;
    color: #FFF;
    font-family: "Libertinus Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 53px;
    transition: all .3s ease;
    display: inline-block;
    text-align: left;
    position: relative;
    margin-top: 10px;
}
.btn.simple3:hover{
    background: #9DCCAF;
}
.btn.simple3:before{
    content: "";
    background: #FFF;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: 26px;
    top: calc(50% - 10px);
    position: absolute;
    transition: all .3s ease;
}
.btn.simple3:hover:before{
    right: 20px;
}
.btn.simple3:after{
    content: "\f105";
    font-family: 'icon-font' !important;
    color: #11AEB8;
    position: absolute;
    right: 32px;
    top: 16px;
    font-size: 14px;
    transition: all .3s ease;
    line-height: 23px;
}
.btn.simple3:hover:after{
    color: #9DCCAF;
    right: 26px;
}
.btn.normal {
    color: #fff;
    background: #11AEB8;
    border-radius: 30px;
    padding: 0 10px;
    min-width: 126px;
    line-height: 40px;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
}
.btn.normal:hover {
    background: #9DCCAF;
}
.btn.normal .icon {
    margin: 0 0 3px 0;
}
.btn.normal .icon.home {
    text-indent: unset;
    font-size: 18px;
    line-height: 18px;
    width: 18px;
    height: 18px;
}
.btn.normal .icon.home::before {
    content: '\e906';
    font-family: 'icon-font' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn.pure {
    color: #193B33;
    line-height: 30px;
    margin: 0 5px 10px;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.btn.pure:hover {
    color: #C0A981;
}
/*----- !btn -----*/
/*----- site_header -----*/
.wrapper{
    padding-top: 0;
}
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.88);
    z-index: 999;
}
.site-header .container{
    max-width: 1770px;
}
.site-title {
    position: relative;
    float: left;
    padding: 17px 0 18px;
    z-index: 5;
}
.site-title .logo {
    background: url('../../images/common/logo.svg') 50% 50% no-repeat;
    background-size: contain;
    width: 237px;
    height: 65px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
/*top-nav*/
.top-nav {
    position: absolute;
    right: 15px;
    top: 36px;
    z-index: 10;
    transition: all .3s ease;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
/*func-menu功能*/
.func-menu {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.func-menu>li {
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
}
.func-menu>li+li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #D6D6D6;
}
.func-menu > li > a {
    color: #888;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 16px;
    transition: all 0.3s ease;
}
.func-menu>li>a:hover {
    color: #C0A981;
}
.func-menu li.gocart {
    position: relative;
}
.func-menu li.gocart:before {
    display: block;
}
.func-menu li.gocart > a {
    padding: 0;
}
.func-menu li.gocart.active > a,
.func-menu li.gocart > a:hover {
    text-decoration: none;
}
.func-menu li.gocart > a .qty {
    position: relative;
    box-sizing: border-box;
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    min-width: 25px;
    min-height: 25px;
    line-height: 22.5px;
    padding: 0 5px;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    background: #193B33;
    font-family: 'EB Garamond', serif;
    transition: all 0.3s ease;
}
.func-menu li.gocart.active>a .qty,
.func-menu li.gocart>a:hover .qty {
    color: #fff;
    background: #C0A981;
}
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 100%;
    width: 300px;
    border: 1px solid #C0A981;
    background: #fff;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.func-menu .cart-box .btn {
    width: 100%;
    background: #193B33;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 39px;
    letter-spacing: 1.5px;
    border-radius: 0;
    transition: all 0.3s ease;
}
.func-menu .cart-box .btn:hover {
    color: #fff;
    background: #C0A981;
}
.func-menu .cart-box .btn .ic {
    font-size: 22px;
    vertical-align: middle;
    margin: 0 0 6px 5px;
}
.func-menu .cart-list {
    padding: 5px;
}
.func-menu .cart-list li+li {
    border-top: 1px solid #D6D6D6;
}
.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
    transition: all 0.3s ease;
}
.func-menu .cart-list a:hover {
    background: #f5f5f5;
}
.func-menu .cart-list .pic {
    float: left;
}
.func-menu .cart-list .txt {
    color: #888;
    margin-left: 90px;
    line-height: 1.7;
}
.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 15px;
    transition: all 0.3s ease;
}
.func-menu .cart-list a:hover .name {
    color: #C0A981;
}
.func-menu .cart-list .qty {
    color: #193B33;
    font-family: 'EB Garamond', serif;
}
/*language語系*/
.top-nav .language .btn {
    display: none;
}
.top-nav .language li a {
    color: #FFF;
    background: #11AEB8;
    width: 69px;
    line-height: 34px;
    font-size: 15px;
    text-align: center;
    padding: 0 5px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    border-radius: 30px;
    margin-left: 5px;
}
.top-nav .language li a:hover {
    background: #9DCCAF;
}
/*site-nav主選單*/
.site-nav {
    position: relative;
    padding: 22px 0 18px;
    margin-left: 315px;
    margin-right: 190px;
    text-align: right;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu > li {
    padding: 0 7px;
    position: static;
}
.site-nav .menu > li > a {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    color: #333;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.2;
    padding: 5px 10px 33px;
    transition: all 0.3s ease;
    text-align: center;
    align-items: center;
}

.site-nav .menu > li > a > span{
    position: absolute;
    left: 0;
    right: 0;
    top: calc(0% + 32px);
    font-size: 14px;
    font-family: "Libertinus Sans", sans-serif;
    color: #2A91AA;
    line-height: 1;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #2A91AA;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu > li > ul{
    position: absolute;
    box-sizing: border-box;
    text-align: left;
    margin: 0 0 0 0;
    top: 100%;
    width: 100vw;
    left: unset;
    right: calc(50% - 50vw + 63px);
    background: #FFF;
    padding-left: calc( (100vw - 1440px) / 2 + 300px);
    padding-right: calc( (100vw - 1440px) / 2);
    border: 1px solid #E8E8E8;
    padding-top: 63px;
    padding-bottom: 50px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
}
.site-nav .menu > li > ul > li{
    flex: 1 1 130px;
    max-width: 25%;
    min-width: 130px;
    margin-right: 40px;
    margin-bottom: 30px;   
}
.site-nav .menu > li > ul:before {
    content: "";
    width: 1px;
    height: calc(100% - 70px);
    background: #DFDFDF;
    position: absolute;
    left: calc(50% - 479px);
    top: 35px;
}
.site-nav .menu > li > ul:after {
    content: attr(data-text);
    color: #333333;
    position: absolute;
    left: calc(50% - 50vw - 273px);
    top: 73px;
    font-size: 18px;
    padding-left: calc((100vw - 1440px) / 2 + 300px);
}
.site-nav .menu ul li a {
    position: relative;
    display: block;
    font-weight: normal;
    line-height: 1.4;
    padding: 10.5px 6px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    transition: all .3s ease;
    box-sizing: border-box;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #9DCCAE;
}
.site-nav .menu > li > ul > li > a {
    padding-left: 10px;
    margin-bottom: 10px;
}
.site-nav .menu > li > ul > li > a:before {
    content: "-";
    margin-right: 5px;
    top: -2px;
    position: relative;
}


.site-nav .menu  ul ul ul {
    display: none !important;
}
.site-nav .menu  ul ul {
    display: block !important;
    transition: unset !important;
    height: auto !important;
}

.site-nav .menu > li > ul > li > ul > li {
    margin-left: 17px;
}
.site-nav .menu > li > ul > li > ul > li + li {
    margin-top: 5px;
}
.site-nav .menu > li > ul > li > ul > li > a {
    font-size: 14px;
    color: #858585;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    padding: 4px 5px;
}
.site-nav .menu > li > ul > li > ul > li > a:hover,
.site-nav .menu > li > ul > li > ul > li.active > a  {
    color: #11ADB8;
}
.site-nav .menu > li > ul > li > ul > li > a:before {
    content: "";
    background: #11ADB8;;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: all .3s ease;
    opacity: 0;
}
.site-nav .menu > li > ul > li > ul > li > a:hover:before,
.site-nav .menu > li > ul > li > ul > li.active > a:before{
    opacity: 1;
}

/*搜尋*/
.site-header .search-box {
    position: relative;
    width: 185px;
    box-sizing: border-box;
    padding-left: 10px;
    margin-left: 10px;
}
.site-header .search-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 1px;
    height: 16px;
    border-left: 1px solid #D6D6D6;
}
.site-header .search-box .form-control {
    border: 0;
    height: 30px;
    line-height: 30px;
    background: none;
    margin: 0;
    padding: 0 30px 0 10px;
    color: #888888;
    letter-spacing: 1px;
    font-family: 'EB Garamond', '微軟正黑體', serif;
    transition: all 0.3s ease;
}
.site-header .search-box .form-control:focus {
    background: #f5f5f5;
}
.site-header .search-box .ibtn.search {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background: url(../../images/common/btn_search.png) no-repeat 0 0;
    background-size: cover;
}
.site-header .search-box .ibtn.search:hover {
    background-position: 0 -30px;
    background-size: cover;
}
/*header-fixed往下滑*/
.header-fixed .site-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.header-fixed .site-nav {
    padding: 12px 0 20px;
}
.header-fixed .site-nav .menu > li > a {
    padding-bottom: 20px;
}
.header-fixed .site-title {
    padding: 10px 0;
}
.header-fixed .site-title .logo {
    width: 170px;
    height: 47px;
}
.header-fixed .site-nav .menu > li > a:before {
    bottom: -16px;
}
.header-fixed .site-nav .menu > li.active > a:before,
.header-fixed .site-nav .menu > li.active2 > a:before,
.header-fixed .site-nav .menu > li:hover > a:before {
    height: 15px;
}
.header-fixed .site-header .search-box {
    display: none;
}
.header-fixed .top-nav {
    top: 18px;
}
.header-fixed .site-nav .menu > li > ul {
    max-height: calc(100vh - 67px);
}
.header-fixed  .site-nav .menu > li > a > span{
        top: calc(0% + 30px);
}
/*----- !site_header -----*/
/*----- banner -----*/
.banner {
    position: relative;
}
.banner img{
    width: 100%;
    min-height: 590px;
    max-height: 590px;
    object-fit: cover;
}

.banner  {
    position: absolute;
    width: 100%;
}

/*----- !banner -----*/
/*----- site_main -----*/
.site-main{
    background: #F6F6F6;
}
.main-title {
    text-align: left;
    font-size: 40px;
    font-weight: 300;
    color: #FFF;
    letter-spacing: 1.5px;
    line-height: 1.4;
    padding: 43px 0 35px;
    margin: 0;
    position: relative;
}
.main-title:before {
    content: "";
    position: absolute;
    left: 1px;
    bottom: 17px;
    width: 32px;
    height: 7px;
    background: url(../../images/common/main-top-dot.svg) no-repeat 50% 50%;
    background-size: contain;
    z-index: 0;
}
.main-content {
    padding: 0;
    max-width: 1535px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -465px;
    margin-top: 123px;
    z-index: 1;
    position: relative;
}
.category-dropdown {
    text-align: right;
    margin-bottom: 20px;
    margin-top: -69px;
    position: relative;
    margin-left: auto;
}
.category-dropdown:before {
    content: "\f107";
    font-family: 'icon-font' !important;
    color: #666666;
    position: absolute;
    right: 14px;
    top: 12px;
    font-size: 21px;
    transition: all .3s ease;
    line-height: 23px;
    z-index: 3;
}
.category-dropdown .form-control{
    width: auto;
    min-width: 240px;
    display: inline-block;
    border-radius: 10px;
    height: 49px;
    font-size: 18px;
    color: #666666;
    background: linear-gradient(to bottom, #FFFFFF, #CDCDCD);
    margin:0;
    padding-right: 40px;
    padding-left: 15px;
    appearance: none;              
    -webkit-appearance: none;     
    -moz-appearance: none;  
    position: relative;   
    z-index: 2;
    cursor: pointer;
    transition: all .3s ease;
}
.category-dropdown .form-control:hover{
    color: rgba(102, 102, 102, 0.8);
}
.content {
    min-height: 300px;
    box-sizing: border-box;
    background: #FFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 65px;
    padding-bottom: 120px;
}
.category-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 55px;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid #F0F0F0;
}
.category-menu{
    display: inline-flex;
    border-bottom: 1px solid #F0F0F0;
    min-width: max-content;
}
.category-menu .category-link{
    color: #666666;
    font-size: 20px;
    font-weight: 300;
    transition: all .3s ease;
    padding: 14px 15px;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}
.category-menu .category-link:before{
    content: "";
    background: #11AEB8;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all .3s ease;
    opacity: 0;
}
.category-menu .category-link.active:before,
.category-menu .category-link:hover:before{
    opacity: 1;
}
.content-top {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}
.content-top::after {
    content: '';
    position: relative;
    display: block;
    width: 1px;
    height: 21px;
    margin: 25px auto 0;
    background: #D6D6D6;
}
.content-title {
    font-size: 0;
    height: 0;
}
.content-top.text-center {
    text-align: center;
    margin-bottom: 10px;
}
.shopping-title {
    color: #333;
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.shopping-title .icon {
    background: url('../../images/common/title_ic.png') no-repeat;
    width: 30px;
    height: 30px;
    margin: 0 6px 4px 0;
}
.shopping-title .icon.car {
    background-position: 0 0;
}
.shopping-title .icon.cart {
    background-position: 0 -30px;
}
.shopping-title .icon.money {
    background-position: 0 -60px;
}
.shopping-title .icon.plus {
    background-position: 0 -90px;
}
.shopping-title .icon.user {
    background-position: 0 -120px;
}
.shopping-title .icon.box {
    background-position: 0 -150px;
}
.shopping-title .icon.notice {
    background-position: 0 -180px;
}
.shopping-title .icon.msg {
    background-position: 0 -210px;
}
.btn-box {
    clear: both;
    padding-top: 45px;
    position: relative;
    text-align: center;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}
.site-nav,
.site-header,
.site-title {
    transition: all .3s ease;
}
.warning-sect {
    padding: 0 0 30px;
}
/*----- !site_main -----*/
/*----- contet_nav -----*/
.content-nav {
    border: 1px solid #D6D6D6;
    text-align: center;
    font-size: 16px;
    margin: 0 0 40px;
}
.content-nav li {
    position: relative;
    margin: 0;
}
.content-nav li a {
    display: block;
    color: #333;
    padding: 8px 24px;
    transition: all 0.3s ease;
}
.content-nav li a.logout {
    color: #193B33;
}
.content-nav li a:hover,
.content-nav li.active > a {
    background: #C0A981;
    color: #fff;
}
.content-nav li a.logout:hover,
.content-nav li.active > a.logout {
    background: #C0A981;
    color: #fff;
}
.content-nav li a:before {
    content: '// ';
}
/*----- !contet_nav -----*/
/*----- site_footer -----*/
.site-footer {
    padding: 75px 0 75px;
    background: url(../../images/common/footer-bg.jpg);
    background-size: cover;
}
.site-footer * {
    position: relative;
    box-sizing: border-box;
}
.site-footer a {
    transition: all 0.3s ease;
}
.site-footer a:hover {
    color: #B7EAB3;
}
.site-footer .row {
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.site-footer .col:nth-child(1) {
    width: 120px;
    padding-top: 30px;
}
.site-footer .col:nth-child(2) {
    width: calc(100% - 120px - 260px);
    box-sizing: border-box;
    padding-left: 65px;
    padding-right: 110px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 40px;
}
.site-footer .col:nth-child(3) {
    width: 260px;
    padding-top: 30px;
}
.sitemap-main {
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.sitemap-main > ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sitemap-main li {
    list-style-type: none;
}
.sitemap-main > ul > li {
    width: calc(100% / 7);
}
.sitemap-main > ul > li:nth-child(5) {
    position: relative;
    left: -20px;
}
.sitemap-main > ul > li > a {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
    padding-left: 12px;
}
.sitemap-main > ul > li > a:before {
    content: "。";
    position: absolute;
    left: -6px;
    top: 0;
}
.sitemap-main ul ul > li > a{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: normal;
    padding-left: 12px;
    letter-spacing: 0.5px;
}
.sitemap-main ul ul > li + li > a{
    margin-top: 8px;  
}
.sitemap-extra {
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.sitemap-extra > ul{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.sitemap-extra ul+ul {
    margin: 0 0 0 15px;
}
.sitemap-extra li+li {
    margin-top: 0;
    margin-left: 19px;
}
.sitemap-extra li a {
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    font-size: 18px;
}
.site-copyright {
    font-size: 14px;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    display: inline;
}
.footer-title {
    padding: 0 0 20px;
}
.footer-title .logo {
    background: url(../../images/common/footer-logo.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 97px;
    height: 112px;
    transition: all .3s ease;
}
.site-info {
    padding: 0;
    color: rgb(255, 255 ,255, 0.8);
    margin-bottom: 6px;
}
.site-info .list-v{
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 15px;
}
.site-info .list-v li{
    display: inline;
}
.site-info .list-v li + li{
    margin-left: 10px;
}
.site-info .list-v li + li{
    margin-left: 10px;
}
.follow{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0 0 20px;
}
.follow .share-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.follow .share {
    margin: 0 15px 0 0;
}
.qrcode {
    width: 110px;
    height: 110px;
}
.qrcode + .qrcode {
    margin: 0 0 0 15px;
}
.site-footer .share{
    position: absolute;
    right: 105px;
    bottom: 16px;
}
/*----- !site_footer -----*/
/*----- floating -----*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 50%;
    bottom: 11%;
    margin-right: -869px;
    z-index: 299;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #FFF;
    letter-spacing: 2px;
    text-indent: unset;
    text-transform: lowercase;
    transition: all 0.3s ease;
    font-size: 0;
    background: linear-gradient(to right,#2A91AA,#9DCCAF);
    border-radius: 50%;
}
.floating .ibtn.gotop::before {
    content: "\f106";
    font-family: 'icon-font' !important;
    font-size: 22px;
    position: absolute;
    top: -2px;
    left: 4px;
    right: 0;
    margin: 0 auto;
}
.floating .ibtn.gotop:hover {
    opacity: 0.7;
}
/*----- !floating -----*/
/*----- breadcrumb -----*/
.breadcrumb {
    color: #A7A7A7;
    font-size: 15px;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '-';
    padding: 0 2px;
}
.breadcrumb li a{
    transition: all .3s ease;
}
.breadcrumb li a:hover {
    color: #11AEB8;
}
/*----- !breadcrumb -----*/
/*----- pagination -----*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: "Libertinus Sans", sans-serif;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
}
.pagination li a {
    display: block;
    min-width: 15px;
    height: 28px;
    line-height: 26px;
    padding: 0 2px;
    border: 0px solid #D6D6D6;
    text-align: center;
    color: #A4A4A4;
    margin: 0 5px;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    font-weight: bold;
}
.pagination li a:hover,
.pagination li.active a {
    color: #11AEB8;
}
.pagination li a.controls {
    padding: 0;
    font-size: 15px;
    background: #11AEB8;
    color: #FFF;
    min-width: 24px;
    height: 24px;
}
.pagination li a.controls:hover {
    background: #9DCCAF;
}
.pagination li a.controls .ic {
    position: relative;
    bottom: -1px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    margin: 0;
    transition: all 0.3s ease;
}
.page-info .form-control:focus {
    border-color: #C0A981;
}
/*----- !pagination -----*/
/*----- form -----*/
.reminder{
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    margin-top: 50px;
}
.reminder:after {
    content: '';
    background: #11AEB8;
    width: 48px;
    height: 2px;
    position: absolute;
    left: calc(50% - 24px);
    bottom: 0;
}
.reminder-title{
    font-family: "Libertinus Sans", sans-serif;
    font-size: 30px;
    color: #555555;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
}
.reminder-txt {
    text-align: center;
    position: relative;
    margin: 0;
    background: #11AEB8;
    color: #FFF;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    min-width: 500px;
}
.reminder .require-txt {
    display: inline-block;
    font-size: 15px;
    margin-top: 13px;
    margin-bottom: 13px;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    color: #666;
    background: #F0F0F0;
    border-radius: 10px;
    border: 0px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.form-control:focus {
    outline: none;
    border-color: #C0A981;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
}
.static-control {
    line-height: inherit;
    color: #C0A981;
    font-weight: 500;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-title {
    text-align: center;
    color: #333;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1.2;
    margin: 0 0 30px;
    font-family: 'Noto Serif TC', serif;
}
.form-title:after {
    content: '';
    position: relative;
    display: block;
    width: 1px;
    height: 21px;
    margin: 10px auto 0;
    background: #D6D6D6;
}
.form-wrap {
    margin: 0 auto;
}
.form-wrap.type1 {
    max-width: 1134px;
}
.form-wrap.type2 {
    border: 1px solid #ddd;
    max-width: 740px;
}
.form-wrap.type3 {
    max-width: 833px;
}
.form-box {
    margin: 0 auto;
    box-sizing: border-box;
}
.form-wrap.type2 .form-box {
    max-width: 540px;
    padding: 4% 0 5%;
}
.form-box .row {
    margin: 0 -2%;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 2%;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #9DCCAF;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 8px 4px 0;
}
.form-box .form-group {
    padding: 2px 0;
    line-height: 36px;
}
.form-box .form-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .control-label {
    display: block;
    font-size: 16px;
    line-height: inherit;
    padding-left: 5px;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #A6A6A6;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #11AEB8;
}
.form-box .captcha a .ic {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.form-box .captcha a:hover .ic {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #C0A981;
    font-size: 14px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}
.form-box .input-group {
    margin: 0 -3px;
}
.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}
.form-box .input-group .form-control {
    display: inline-block;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .psw-account .control-label {
    float: left;
}
.form-box .psw-account .control-box {
    margin-left: 50px;
}
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 18px;
    height: 18px;
    margin: 0 0 3px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
.form-group select.form-control {
    margin: 0 0 10px;
    font-weight: normal;
    border-radius: 0;
}
.captcha-box{
    position: relative;
}
.form-group.google-captcha{
    bottom: -13px;
    right: 0;
    width: 400px;
    height: 80px;
    position: absolute;
}
.success-wrap {
    text-align: center;
    padding: 4% 0 0;
}
.success-box {
    text-align: center;
    font-size: 17px;
}
.success-msg-en{
    font-family: "Libertinus Sans", sans-serif;
    font-size: 29px;
    color: #555555;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
    margin-top: 20px;
}
.success-msg {
    max-width: 550px;
    border-bottom: 1px solid #DCDCDC;
    color: #11AEB8;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 0 auto 25px;
    border-radius: 0;
    position: relative;
    padding-bottom: 10px;
}
.success-msg:before {
    content: "";
    background: #11AEB8;
    width: 48px;
    height: 1px;
    position: absolute;
    left: calc(50% - 24px);
    bottom: 0;

}
.success-txt:after {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    width: 160px;
    margin: 20px auto 0;
    display: none;
}
.success-txt strong {
    color: #333;
    font-weight: 400;
    margin-bottom: 7px;
    display: block;
    font-size: 17px;
}
.success-txt a {
    text-decoration: underline;
    transition: all 0.3s ease;
}
.success-txt a:hover {
    color: #C0A981;
}
/*----- !form -----*/
/*----- table -----*/
.table-h thead {
    border-top: 1px solid #bbb;
}
.table-h td {
    padding: 12px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead th {
    background: #f5f5f5;
    padding: 12px;
}
.table-h tbody tr+tr {
    border-top: 1px solid #D6D6D6;
}
.table-h tfoot tr {
    background: #FFEADF;
    color: #555;
}
.table-h tfoot tr+tr {
    border-top: 1px solid #fff;
}
.table-h tfoot td {
    text-align: right;
    padding: 12px 30px;
}
.table-h tfoot td:last-child {
    width: 15%;
}
.table-h tfoot tr:last-child td {
    color: #C0A981;
}
.table-h tfoot tr:last-child td:last-child {
    font-size: 16px;
    font-weight: bold;
}
.table-h tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'EB Garamond', serif;
}
.table-h .pd-id {
    color: #193B33;
    font-size: 14px;
}
.table-h .pd-name {
    color: #333;
    font-size: 15px;
    font-weight: 500;
}
.table-h a:hover .pd-name {
    color: #C0A981;
}
.table-h .img {
    width: 80px;
}
.table-h a.pic {
    position: relative;
    overflow: hidden;
}
.table td span {
    color: #C0A981;
}
.table-v {
    border: solid #bbb;
    border-width: 1px 0;
}
.table-v tr:first-child {
    border-bottom: 1px solid #bbb;
}
.table-v tr:nth-child(2n+1) {
    background: #f5f5f5;
}
.table-v th,
.table-v td {
    padding: 10px 35px;
    vertical-align: middle;
}
.table-v th {
    text-align: left;
    width: 100px;
    border-right: 1px solid #ddd;
    font-weight: normal;
}
.table-v strong {
    color: #C0A981;
    font-weight: normal;
}
/*----- !table -----*/
/*----- lightbox -----*/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 46px;
    height: 46px;
    right: 0;
    top: -56px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin-top: 60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
body .fancybox-inner {
    background: #eee;
    border-radius: 0;
}
.fancybox-album .fancybox-skin {
    margin: 30px 50px 0;
}
.fancybox-album .fancybox-close {
    background: url('../../images/common/album/lightbox_close.png') no-repeat;
    width: 70px;
    height: 40px;
    right: 0;
    top: -40px;
}
.fancybox-album .fancybox-nav span {
    visibility: visible;
    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
    background-size: cover;
    width: 22.5px;
    height: 40px;
    margin-top: -20px;
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -60px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -60px;
}
.fancybox-album .fancybox-title {
    color: #7A7A7A;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding-top: 10px;
    font-size: 14px;
}
.fancybox-album .photo-pager {
    float: right;
    font-size: 14px;
    font-family: 'EB Garamond', serif;
}
.fancybox-album .photo-pager b {
    color: #C0A981;
    font-weight: normal;
}
.fancybox-album .photo-title {
    color: #C0A981;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    min-height: 20px;
    font-family: 'Noto Serif TC', serif;
}
.fancybox-album .photo-intro {
    margin-bottom: 0;
}
/*----- !lightbox -----*/
/*----- mmenu-show -----*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #FFF;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #193B33;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #193B33;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #C0A981;
}
.mmenu-show #mobile-menu .share .btn i{
    line-height: 30px;
}
.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}
.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}
.mmenu-show .search-box:after {
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}
.mmenu-show #mobile-search:before {
    content: "";
    width: 100vw;
    height: calc(100vh - 42px);
    position: absolute;
    left: 0;
    top: 42px;
    bottom: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: all .3s ease;
}
.mmenu-show #mobile-search.active:before {
    opacity: 1;
    pointer-events: unset;
}
.mmenu-show #mobile-menu .language-menu {
    background: #193B33;
    color: #fff;
}
.mmenu-show #mobile-menu .share li {
    padding: 0;
}
.mmenu-show #mobile-menu .share .btn {
    margin: 0;
}
.mmenu-show #mobile-search .form-control {
    border-radius: 0;
    font-family: 'EB Garamond', '微軟正黑體', serif;
}
/* 手機版主選單樣式3 start */
.mmenu-show .wrapper {
    padding-top: 60px;
}
.mmenu-show .site-header {
    z-index: unset;
}
.mmenu-show.mmenu-open .wrapper {
    left: 0;
}
.mmenu-show .toggle-mmenu-cover {
    top: 60px;  
}
.mmenu-show #mobile-menu.mobile-menu-type3 .main-menu {
    background: #FFF;
    bottom: 0;
    top: 18px;
    padding: 0;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li a {
    border-bottom: 1px solid #DDDDDD;
    color: #333;
    font-size: 18px;
    padding-left: 15px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li a span{
    font-family: "Libertinus Sans", sans-serif;
    color: #2A91AA;
    margin-left: 5px;
    font-size: 15px;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul li a {
    background: #FFF;
    color: #333333;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul ul li a {
    color: rgba(57,57,57,0.5);
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li.active > a {
    color: #2A91AA;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul li.active > a {
    color: #9DCCAF;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul {
	border-bottom: 1px solid #DDD;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul {
    background: #FFF;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share .btn{
    background: #FFF;
    color: #BEBEBE;
    border-radius: 50%;
    line-height: 32px;
    border: 0px solid #D6D6D6;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share .btn:hover{
    color: #9DCCAF;
}
.mmenu-show #mobile-menu.mobile-menu-type3:before {
    background: #DDD;
}
.mmenu-show #mobile-search.mobile-search-type3 .form-control {
    background: #F6F6F6;
    color: #333333;
}
.mmenu-show #mobile-search.mobile-search-type3 .form-control::placeholder {
    color: #333333;
    opacity: 0.4;
}
.mmenu-show #mobile-search.mobile-search-type3 .search-box:after {
    font-family: 'icon-font' !important;
    content: "\e901";
    font-size: 23px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    padding-left: 9px;
    box-sizing: border-box;
    color: #1A7292;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: unset;
    display: block;
}
.mmenu-show #mobile-fixed.mobile-fixed-type3 {
    background: #FFF;
}
.mmenu-show #mobile-fixed.mobile-fixed-type3 li {
    border-left: 0px solid #DDD;
}
.mmenu-show #mobile-search.mobile-search-type3:before {
    background: #DDDDDD;
}
.mmenu-show #mobile-search.mobile-search-type3 .search-box-title {
    color: #333;
}
.mmenu-show #mobile-search.mobile-search-type3 .ibtn.search {
    background: none;
    z-index: 1;
}
.mmenu-show.header-fixed #mobile-fixed.mobile-fixed-type3 {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.mmenu-show #mobile-fixed.mobile-fixed-type3 {
    background: #FFF;
}
.mmenu-show #mobile-search.mobile-search-type3 .ibtn.search {
    background: unset;
}
.mmenu-show #mobile-fixed.mobile-fixed-type3 .mmenu-line-icon span{
    background: #A4A4A4;
}
.mmenu-show #mobile-fixed.mobile-fixed-type3 .mmenu-line-icon:before{
    background: #A4A4A4;
}
.mmenu-show #mobile-fixed.mobile-fixed-type3 .mmenu-line-icon:after{
    background: #A4A4A4;
}
.mmenu-show #mobile-fixed.mobile-fixed-type3 .mmenu-line-txt:before {
    font-family: "Libertinus Sans", sans-serif;
    font-size: 14px;
    left: calc(50% - 42px);
    top: calc(50% - 24px);
    color: #666666;
}
.mmenu-show #mobile-fixed.mobile-fixed-type3 li {
    width: 100px;
}
.mmenu-show #mobile-fixed.mobile-fixed-type3 .mmenu-line-icon {
    left: calc(50% + 10px);
    top: calc(50% - 8px);
    width: 28px;
}
.mmenu-show #mobile-fixed.mobile-fixed-type3 .mmenu-line-icon span{
    width: 28px;
}
.mmenu-show #mobile-menu .menu li.has-child > .toggle-submenu:before {
    content: "";
    width: 16px;
    height: 2px;
    background: #ddd;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 1px);
    transition: all .3s ease;
}
.mmenu-show #mobile-menu .menu li.has-child > .toggle-submenu:after {
    content: "";
    width: 2px;
    height: 16px;
    background: #ddd;
    position: absolute;
    left: calc(50% - 1px );
    top: calc(50% - 8px);
    transition: all .3s ease;
}
.mmenu-show #mobile-menu .menu li.has-child.active > .toggle-submenu:before {
    content: "";
}
.mmenu-show #mobile-menu .menu li.has-child.active > .toggle-submenu:after {
    content: "";
    height: 0;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li.has-child > .toggle-submenu {
    height: 57px;
    line-height: 57px;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul li a {
    padding-left: 29px;
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 0;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul li a:before {
        content: "-";
    margin-right: 5px;
    top: -2px;
    position: relative;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul li.has-child > .toggle-submenu {
    height: 39px;
    line-height: 39px;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul ul li a {
    padding-left: 42px;
    font-size: 14px;
    color: #858585;
        padding-top: 5px;
    padding-bottom: 5px;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul ul li a:before {
    display: none;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul ul{
        padding-bottom: 20px;
    padding-top: 0;
    border-bottom: 0;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul ul li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul ul li.active > a {
    color: #11AEB8;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul ul li a{
    display: block;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 39px;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul ul li a:after {
    content: "";
    background: #11ADB8;
    position: absolute;
    width: 70px;
    height: 1px;
    left: 0;
    bottom: 2px;
    transition: all .3s ease;
    opacity: 0;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul ul li a:hover:after, 
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul ul li.active > a:after {
    opacity: 1;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul ul li.has-child > .toggle-submenu {
    height: 33px;
    line-height: 33px;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul ul ul li a {
    margin-left: 54px;
}
/* 手機版主選單樣式3 end */
.mmenu-show #mobile-menu .language{
    margin-top: 62px;
}
.mmenu-show #mobile-menu .language ul li a {
    color: #FFF;
    background: #11AEB8;
    width: 52px;
    line-height: 27px;
    font-size: 14px;
    text-align: center;
    padding: 0 5px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    border-radius: 30px;
    margin-right: 3px;
}
.mmenu-show #mobile-menu .language ul li a:hover {
    background: #9DCCAF;
}
.mmenu-show #mobile-menu .language ul li+li:before {
    content: '';
}
.mmenu-show #mobile-menu .share {
    margin-left: 10px;
    margin-bottom: 30px;
}
/*----- !mmenu-show -----*/
/*----- 表格卷軸 -----*/
.table-scroll {
    max-width: 1400px;
    overflow-x: auto;
}
.table-scroll > div,
.table-scroll > table {
    max-width: 1400px;
    min-width: 900px;
}
/*----- rwd -----*/
@media screen and (max-width: 1620px) {
    .main-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-title{
        padding-top: 20px;
        font-size: 35px;
    }
    .breadcrumb {
        margin-bottom: 20px;
    }
    .reminder {
        margin-top: 0;
    }

    /*----- floating 1620 -----*/
    .floating,
    .floating.fancybox-margin {
        right: 15px;
        margin-right: 0;
    }
    /*----- !floating 1620 -----*/
}
@media screen and (max-width: 1440px) {
    /*----- site_header 1440 -----*/
    .site-nav {
        margin-right: 20px;
    }
    .site-nav .menu > li {
        padding: 0 3px;
    }
    .site-header .search-box {
        width: 170px;
    }
    .site-nav .menu > li > ul {
        padding-right: 30px;
    }
    .site-nav .menu > li > ul:after {
        padding-left: 0;
        left: 55px;
    }
    .site-nav .menu > li > ul:before {
        left: 180px;
    }
    .site-nav .menu > li > ul {
        padding-left: 260px;
        padding-right: 50px;
    }
    .site-nav .menu > li > ul {
        right: calc(50% - 50vw + 133px);
    }
    /*----- !site_header 1440 -----*/
    /* .category-menu { */
        /* justify-content: flex-start; */
    /* } */
    .category-menu .category-link {
        font-size: 18px;
        padding: 9px 13px;
    }
    /*----- site_footer 1440 -----*/
    .site-footer {
        padding: 30px 0 40px;
        background-size: cover;
    }
    .site-footer .row {
        flex-wrap: wrap;

        margin-left: auto;
        margin-right: auto;
    }
    .site-footer .col:nth-child(1) {
        width: 50%;
        order: 1;
    }
    .site-footer .col:nth-child(2) {
        width: calc(100%);
        padding-left: 0;
        padding-right: 0;
        flex-wrap: wrap;
        order: 3;
    }
    .footer-title {
        padding: 0;
    }
    .follow {
        width: 100%;
        justify-content: flex-end;
        align-items: center;
        padding: 0 0 0 20px;
    }
    .site-footer .col:nth-child(3) {
        width: 50%;
        order: 2;
        padding-top: 15px;
    }
    .site-info .list-v {
        width: 100%;
        justify-content: flex-start;
    }
    .site-footer .share {
        right: 0;
        bottom: 0;
    }
    .sitemap-extra > ul {
        justify-content: flex-start;
    }
    .sitemap-extra li+li {
        margin-right: 15px;
    }
    /*----- !site_footer 1440 -----*/
}
@media screen and (max-width: 1280px) {
    /*----- site_header 1280 -----*/
    .site-title .logo {
        width: 180px;
    }
    .site-nav{
        margin-left: 190px;
    }
    .site-nav .menu > li > a {
        font-size: 15px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .site-header .search-box {
        width: 150px;
    }
    .site-nav .menu > li > ul {
        right: calc(50% - 50vw + 70px);
    }
    /*----- !site_header 1280 -----*/
    /*----- site_footer 1280 -----*/
    /*----- !site_footer 1280 -----*/
    .site-nav .menu > li > a > span{
        font-size: 12px;
    }
    .site-nav .menu > li > a > span {
        top: calc(0% + 28px);
    }
}
@media screen and (max-width: 1200px) {
    /*----- site_header 1200 -----*/
    .site-header .search-box {
        width: 120px;
    }
    .site-header .search-box {
        padding-left: 5px;
        margin-left: 5px;
    }
    .site-header .search-box .form-control {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .header-fixed .site-title .logo {
        width: 180px;
    }
    /*----- !site_header 1200 -----*/
}
@media screen and (max-width: 1000px) {
    /*----- 隱私權 1000 -----*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 999;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop{
        padding:0px;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
        bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition:all .7s;
    }
    .header-fixed .header-sheet{
        display:block;
    }
    /*----- !隱私權 1000 -----*/
    /*----- site_header 1000 -----*/
    .header-fixed .wrapper,
    .wrapper {
        padding-top: 60px;
    }
    .site-header,
    .header-fixed .site-header {
        position: static;
        height: auto;
    }
    .site-title,
    .header-fixed .site-title {
        float: none;
        text-align: center;
        padding: 26px 0;
    }
    .site-title .logo,
    .header-fixed .site-title .logo{
        width: 146px;
        height: 40px;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    /* 手機版主選單樣式3 start */
    .site-title.site-title-type3{
        position: fixed;
        width: auto;
        height: 60px;
        top: 0;
        left: 0;
        background: transparent;
        text-align: left;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0;  
        padding-left: 15px;
        z-index: 601;
    }
    .site-title .logo {
        background: url('../../images/common/logo.svg') 50% 50% no-repeat;
        background-size: contain;
        width: 146px;
        height: 40px;
        transition: opacity .3s ease;
    }
    /* 手機版主選單樣式3 end */
    /*----- !site_header 1000 -----*/
    /*----- floating 1000 -----*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop,
    .floating .ibtn.gotop:hover {
        background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        font-size: 0;
    }
    .floating .ibtn.gotop::before {
        display: none;
    }
    /*----- !floating 1000 -----*/
    /*----- site_footer 1000 -----*/
    .site-footer {
        padding: 30px 15px 73px;
        background: url(../../images/common/footer-bg-2.jpg);
        background-size: cover;
        background-position: center;
    }
    .share,
    .sitemap-extra {
        display: none;
    }
    .footer-title .logo {
        background: url(../../images/common/footer-logo-2.svg) 50% 50% no-repeat;
        width: 201px;
        height: 55px;
    }
    .site-footer .col:nth-child(2) {
        order: 2;
        position: static;
        padding-top: 20px;
    }
    .site-footer .col:nth-child(3) {
        width: 100%;
        order: 3;
        padding-top: 0;
    }
    .site-info .list-v {
        flex-direction: column;
    }
    .site-info .list-v li + li {
        margin-left: 0;
        margin-top: 5px;
    }
    .follow {
        justify-content: center;
        padding-left: 0;
    }
    .sitemap-main{
        display: none;
    }
    .site-footer .row {
        max-width: 360px;
        padding-bottom: 90px;
        border-top: none;
    }
    .site-info .list-v li span{
        display: block;
    }
    .site-copyright {
        position: absolute;
        left: 0;
        bottom: -15px;
        font-size: 13px;
    }
    .site-copyright span{
        display: block;
    }
    .site-info {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); 
    }
    /*----- !site_footer 1000 -----*/
    /*----- site_main 1000 -----*/
    .banner img {
        min-height: 250px;
        max-height: 250px;
    }
    .main-top {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-title {
        font-size: 24px;
        padding-top: 25px;
    }
    .breadcrumb {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-top,
    .content-top.text-center {
        margin: 0 0 30px;
    }
    .main-content {
        padding: 0 0 0;
        margin-top: 0;
    }
    .content-top::after{
        margin: 10px auto 0;
    }
    .content {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .category-dropdown {
        margin-bottom: 10px;
        margin-top: 0px;
        padding-right: 15px;
        padding-left: 15px;
        display: none;
    }
    .category-dropdown .form-control {
        min-width: unset;
        border-radius: 5px;
        height: 35px;
        font-size: 15px;
    }
    .category-dropdown:before {
        right: 22px;
        top: 6px;
        font-size: 17px;
    }
    .btn-box {
        padding-top: 30px;
    }
    /*----- !site_main 1000 -----*/
    /*----- contet_nav 1000 -----*/
    .content-nav {
        display: none;
    }
    /*----- !contet_nav 1000 -----*/
    /*----- table 1000 -----*/
    .table-h td {
        min-width: 40px;
    }
    /*----- !table 1000 -----*/
    .reminder-title {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .reminder-txt {
        padding: 7px 20px;
        min-width: unset;
        line-height: 1.4;
    }
    .form-group.google-captcha {
        bottom: 0;
        right: 0;
        position: relative;
        width: 100%;
        margin-top: 15px;
        height: auto;
    }
    .success-msg-en {
        font-size: 20px;
        letter-spacing: 1px;
        margin-top: 0;
    }
    .success-msg {
        font-size: 20px;
    }
    .success-box {
        text-align: center;
        font-size: 15px;
    }
    .category-scroll {
        text-align: left; 
    }
    .category-menu {
        display: flex;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 767px) {
    /*----- site_main 767 -----*/
    /*----- !site_main 767 -----*/
    /*----- breadcrumb 767 -----*/
    .content-top .breadcrumb {
        float: none;
    }
    /*----- !breadcrumb 767 -----*/
    /*----- pagination 767 -----*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -27px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*----- !pagination 767 -----*/
    /*----- form 767 -----*/
    .form-title {
        font-size: 28px;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-wrap.type2 {
        border: 0;
    }
    .form-wrap.type2 .form-box {
        max-width: none;
        padding: 0;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap.type1 .tips {
        min-height: 0;
    }
    /* .success-msg {
        font-size: 17px;
    } */
    /*----- !form 767 -----*/
    /*----- table 767 -----*/
    .table-h {
        border-top: 1px solid #bbb;
    }
    .sum-box .table-h {
        border-top: 0;
    }
    .table-h thead {
        display: none;
    }
    .table td .ibtn.delete {
        position: absolute;
        right: 0;
        top: 5px;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td,
    .table-h tfoot td+td {
        border-left: 0;
    }
    .table-h tbody td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h tfoot tr {
        padding: 10px 15px;
        overflow: hidden;
    }
    .table-h tfoot td {
        padding: 0;
    }
    .table-h tfoot td:first-child {
        float: left;
        text-align: left;
    }
    .table-h tfoot td:last-child {
        width: auto;
        float: right;
    }
    .table-h td,
    .table-h tbody td {
        padding: 0;
        line-height: 2;
    }
    .table-h td a {
        display: inline-block;
        line-height: 1.5;
    }
    .table-v th, .table-v td {
        padding: 8px 12px;
    }
    .table-v th {
        width: 90px;
    }
    /*----- !table 767 -----*/
    /*----- lightbox 767 -----*/
    .fancybox-album .fancybox-skin {
        margin: 50px 0 5px;
    }
    .fancybox-album .fancybox-close {
        top: -45px;
        right: 50%;
        margin-right: -35px;
    }
    .fancybox-album .fancybox-nav span {
        top: -55px;
        margin-top: 0;
    }
    .fancybox-album .fancybox-prev span {
        left: -12px;
    }
    .fancybox-album .fancybox-next span {
        right: -12px;
    }
    /*----- !lightbox 767 -----*/
    /*----- form 767 -----*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*----- !form 767 -----*/
}
@media screen and (max-width: 500px) {
    /*----- table 500 -----*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr:nth-child(n) {
        background: none;
    }
    .table-v th {
        background: #f5f5f5;
        border: 0;
    }
    /*----- !table 500 -----*/
}