@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@font-face {
  font-family: 'GenSenRounded-R';
  src: url('../../images/common/fonts/GenSenRounded-R.ttc') format("truetype");
}
/*------------ basic ------------*/
body {
    font-family:'GenSenRounded-R',"Quicksand", Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
    max-width: 100%;
    overflow-x: hidden;
    letter-spacing: 0.1em;
    /* font-family: 'Ubuntu Condensed', sans-serif; */
    
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
h3.name{
    margin: 0;
}
.material-symbols-rounded.fill {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
.box .pic img {
    transform: scale(1);
    z-index:0;
    transition: all .5s;
}
.box:hover .pic img {
    transform: scale(1.1);
}

/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    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: 8px;
    border:solid 1px #ce1a1b;
    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:#ce1a1b;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ btn ------------*/
/*------------ more ------------*/
.more_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 66px;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 66px;
    z-index: 1;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}
.center_style.more_btn{
    margin: 40px auto 0;
}
.event-sect .more_btn{
    position: absolute;
    left: calc(50% - 150px);
    bottom: -33px;
}
.about-sect .more_btn{
    position: relative;
    margin: 32px auto 0;
}
.event-info .more_btn{
    position: relative;
    margin: 32px auto 0;   
}
.more_btn b {
    font-weight: 400;
    text-align: center;
    display: block;
    z-index: 10;
    position: relative;
}
.more_btn:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../../images/common/bg.jpg);
    position: absolute;
    display: block;
    z-index: -1;
}
.color_reverse.more_btn:before{
    background: url(../../images/common/bg_red.jpg);
}
.more_btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: url(../../images/common/bg_red.jpg);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.4s, height 0.4s;
    transition: width 0.4s, height 0.4s;
    z-index: -1;
}
.color_reverse.more_btn span{
    background: url(../../images/common/bg.jpg);
}
.more_btn:hover span {
    width: 562.5px;
    height: 562.5px;
}
/*-----share-btn-----*/
.share .btn {
    color: #fff;
    font-size: 15px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,0.5);
}
.share .btn:hover {
    color: #FF7373;
    border-color: rgba(255,115,115,0.5);
}
/*-----back-btn-----*/
.btn.back {
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 24px;
    border-radius: 60px;
    overflow: hidden;
    background: url(../../images/common/bg2.jpg);
    color: #2C2C40;
    transition: all .5s;
    z-index: 5;
}
.btn.back:hover {
    color: #fff;
}
.btn.back:before {
    content: '';
    background: url(../../images/common/bg.jpg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: -1;
    opacity: 0;
    transition: all .5s;
}
.btn.back:hover:before {
    opacity: 1;
}
/*-----style01-btn-----*/
.btn.style01 {
    color: #BC8161;
    border: 1px solid #BC8161;
    padding: 0 0 11px 0;
    transition: all .3s;
    display: block;
    box-sizing: border-box;
}
.btn.style01 i {
    background: #BC8161;
    color: #fff;
    display: block;
    line-height: 37px;
    text-align: center;
    font-size: 19px;
    margin: 0 0 10px;
}
.btn.style01:hover {
    background: #BC8161;
    color: #fff;
    transition: all .3s;
}
.btn.style01.bg2 {
    color: #B87F5F;
    border-color: #B87F5F;
}
.btn.style01.bg2:hover {
    color: #fff;
    background: #B87F5F;
}
.btn.style01.bg2 i {
    background: #B87F5F;
}
.btn.style01.bg3 {
    color: #EE6C72;
    border-color: #EE6C72;
}
.btn.style01.bg3 i {
    background: #EE6C72;
}
.btn.style01.bg3:hover {
    color: #fff;
    background: #EE6C72;
}
.btn.style01.bg4 {
    color: #999999;
    border-color: #999999;
    min-height: 73px;
    padding: 0;
    line-height: 73px;
}
.btn.style01.bg4:hover {
    color: #999999;
    background: #EEEEEE;
}
/*-----style02-btn-----*/
.btn.style02 {
    background: #8E483E;
    line-height: 26px;
    color: #EBD8D3;
    font-size: 18px;
    width: 100%;
    display: block;
    text-align: center;
    transition: all .3s;
    
}
.btn.style02:hover {
    color: #fff;
    transition: all .3s;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.35);
}
.btn.style02.ch {
        
}
/*-----style03-btn-----*/
.btn.style03 {
    transition: all .3s;
}
.btn.style03:hover {
    transition: all .3s;
}
/*-----btn.simple-----*/
.btn.simple {
    position: relative;
    color: #fff;
    background: url(../../images/common/bg_btn.jpg);
    max-width: 300px;
    width: 100%;
    height: 66px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border-radius: 66px;
    transition: all .5s;
    z-index: 5;
    overflow: hidden;
}
.btn.simple:hover {
    color: #fff;
}
.btn.simple:before{
    content: '';
    display: block;
    background: url(../../images/common/bg_red.jpg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: all .5s;
}
.btn.simple:hover:before{
    opacity: 1;
}
.btn.simple.w2 {
    width: 90%;
    max-width: 500px;
}
/*-----.btn.pure-----*/
.btn.pure {
    color: #878787;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.14em;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
    border-radius: 0;
    letter-spacing: 1px;
    text-decoration: underline;
    transition: all .5s ease;
}
.btn.pure:hover {
    color: #CE1A1B;
    text-decoration: underline;
}
/*---- btn-box ----*/
.btn-box {
    clear: both;
    padding: 40px 0 0 0;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-box.form{
    padding: 40px 0;
}
.btn-box.align-left {
    text-align: left;
}
.btn-box.dib .btn {
    max-width: 280px;
    display: inline-block;
    margin: 0 5px 10px;
    line-height: 30px;
}
.btn-box.dib2 .btn {
    display: inline-block;
    width: auto;
    padding: 0 26px;
    line-height: 30px;
    margin: 0 2px 10px;
}
.btn-box.align-left.dib {
    margin: 0 -20px;
}
.btn-box.align-left.dib .btn {
    margin: 0 20px;
}
.btn-box2{
    width: 100%;
    margin: 16px auto 0;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.wrapper{
    padding-top: 164px;
    background-color: rgba(255, 255, 255, 1);
    background-image: radial-gradient(rgba(212, 212, 212, .5) 0.8px, rgba(255, 255, 255, 0) 0.8px);
    background-size: 24px 24px;
}
.site-header {
    position: fixed;
    width:100%;
    top: 0;
    z-index: 999;
    border-top: 4px solid #2D3A83;
}
.site-header:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 100;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.77);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    z-index: -10;
    transition: all .5s ease;
}
/*.site-header:after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 100;
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    background-image: radial-gradient(rgba(212, 212, 212, .5) 0.8px, rgba(255, 255, 255, 0) 0.8px);
    background-size: 24px 24px;
    z-index: -5;
    transition: all .3s ease;
}*/
.header-fixed .site-header:before,
.header-fixed .site-header:after {
    height: 100%;
}
.site-header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-header .container:before,
.site-header .container:after{
    display: none;
}
.site-title {
    position: relative;
    padding: 36px 0 24px;
}
.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.webp) 50% 50% no-repeat;
    background-size: contain;
    width: 401px;
    height: 100px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.site-title,.site-header,.site-title .logo,.site-nav{
    transition: all .3s ease;
}
.header-fixed .site-title .logo{
    width: 281px;
    height: 70px;
}
.header-fixed .top-nav{
    display: none;
}
.header-fixed .site-title{
    padding: 12px 0 ;
}
.header-fixed .site-nav{
    margin-top: 0;
}
.header-fixed .site-nav .menu > li > a{
    padding: 36px 16px;
}
.header-fixed .top-nav{
    
    height: 0;
}
.header-fixed .top-nav .search-box,
.header-fixed .top-nav .language{
    display: none;
}
/*------------top-nav ------------*/
.top-nav {
    position: relative;
    text-align: right;
    transition: all .3s ease;
}
.top-nav .container .list-inline{
    display: inline-flex;
    align-items: center;
}
.top-nav .container {
    display: flex;
    justify-content: flex-end;
}
.top-nav ul li+li {
    margin: 0 0 0 16px;
}
.top-nav ul > li > a {
    font-family: 'Ubuntu Condensed', sans-serif;
}
.top-nav ul > li > i {
    font-size: 14px;
    color: #E0AC72;
    vertical-align: middle;
    font-weight: bold;
    margin: 0 5px 0 0;
}
.top-nav ul > li > a:hover {
    color: #ECD3B9;
    text-decoration: underline;
}
.member_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    width: 160px;
    height: 45px;
    background: url('../../images/common/bg.jpg');
    color: #fff;
    position: absolute;
    right: 32px;
    top: 34px;
    z-index: 1;
    transition: all .5s;
}
.member_btn:before{
    content: '';
    display: block;
    background: #CE1A1B;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    border-radius: 60px;
    transition: all .5s;

}
.member_btn:hover:before{
    opacity: 1;
}
.member_btn .material-symbols-rounded.fill{
    margin-right: 8px;
}
/*---- language ----*/
.language .btn {
    display: none;
}
.language .btn i {
    font-size: 15px;
    color: #ADA293;
    float: right;
    margin: 9px 0 0 0;
}
.language ul li {
    width: 34px;
    text-align: center;
    margin: 0 -5px 0 0;
}
.language li a {
    transition: all .3s;
    display: block;
}
.language ul li a:hover {
    color: #fff;
    text-decoration: none;
    background: #DFAC72;
}
/*---- search-box ----*/
.site-header .search-box {
    position: relative;
    width: 165px;

}
.site-header .search-box .form-control {
    height: 31px;
    line-height: 30px;
    margin: 0;
    border: 0;
    background: rgba(0, 0, 0, .2);
    color: #9B9B8C;
    border-radius: 0;
    padding: 0 30px 0 10px;
    transition: all .3s;
}
.search-box:hover .form-control,
.search-box .form-control:focus {
    background: rgba(0, 0, 0, .3);
}
.site-header .search-box a {
    position: absolute;
    right: 6px;
    top: 3px;
    font-size: 17px;
    width: 25px;
    height: 25px;
}
.site-header .search-box .form-control::-webkit-input-placeholder {
    color: rgba(255,255,255,0.6);
}
.site-header .search-box .form-control:focus::-webkit-input-placeholder {
    color: #EBD2B8;
}
.site-header .search-box .form-control::-moz-placeholder {
    color: rgba(255,255,255,0.6);
}
.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #EBD2B8;
}
.site-header .search-box .form-control::-ms-input-placeholder {
    color: rgba(255,255,255,0.6);
}
.site-header .search-box .form-control:focus::-ms-input-placeholder {
    color: #EBD2B8;
}
.site-header .search-box .form-control::-moz-placeholder {
    color: rgba(255,255,255,0.6);
}
.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #EBD2B8;
}
.search-box .search {
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display:block;
    right:0;
    top:1px;
}
.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;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
 }
.search-box:hover:after{
}
/*------------site-nav ------------*/
.site-nav {
    position: relative;
    margin-top: 70px;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .container {
    display: block;
}
.site-nav .menu {
    font-size: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0;
}
.site-nav .menu li {
    position: relative;
    width: 120px;
    letter-spacing: 0;
    margin-left: 1px;
    margin-right: 1px;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu>li+li:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    top: calc((100% - 16px) * 0.5);
    bottom: calc((100% - 16px) * 0.5);
    left: 0;
    /*transform: translateY(-50%);*/
    background-color: rgba(255,255,255,0);
    opacity: 1;
    background-image: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(85,85,85,1) 50%);
    background-size: 13px 13px;
}
.header-fixed .site-nav .menu>li+li:before{
    top: calc((100% - 16px) * 0.5);
    bottom: calc((100% - 16px) * 0.5);
}
.site-nav .menu > li > a {
    color: #2D2D41;
    line-height: 1.2;
    font-size: 20px;
    padding: 32px 16px ;
    margin: 0 0px;
    letter-spacing: 0.1em;
    transition: all .5s;
}
.site-nav .menu > li.active a,
.site-nav .menu > li > a:hover {
    color: #CE1A1B;
}
.site-nav .menu>li>a::before{
    content: '';
    position: absolute;
    background: #CE1A1B;
    height: 2px;
    left: 16px;
    right: 16px;
    bottom: 24px;
    transition: .5s;
    opacity: 0;
    z-index: 99;
}
.site-nav .menu>li.active>a:before,
.site-nav .menu>li.active2>a:before,
.site-nav .menu>li:hover>a:before{
    opacity: 1;
}
.site-nav .menu ul li a:after {
    content: "\f105";
    position: absolute;
    color: transparent;
    font-size: 15px;
    top: 50%;
    margin: -8px 0 0 0;
    right: 10px;
    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;
}
.site-nav .menu ul li:hover a:after {
    color: #fff;
}
.site-nav .menu li ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 158px;
    box-sizing: border-box;
}
.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -79px;
}
.site-nav .menu ul li a {
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    display: block;
    background: #4C3339;
    transition: all .3s;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a {
    color: #fff;
    background: #CE1A1B;
}
.site-nav .menu ul li + li a {
    margin-top: 1px;
}
.site-nav .menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0 0 0 1px;
}
/*------------share------------*/
.share {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 -4px;
}
.share li {
    margin: 0 4px;
}
.share li+li{

}
/*----- header-bottom-area -----*/
.hover-b {
    display: none; /* 初始狀態下隱藏B物件 */
    position: absolute;
    top: 100%; /* 可根據需求調整位置 */
    left: 0;
    right: 0;
    background: url('../../images/common/bg2.jpg');
    /*padding: 28px 0;*/
    /*transition: all .5s;*/
    width: 100%;
    z-index: 98;
    box-shadow: 0 8px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}
.header-bottom-area .container{
    justify-content: flex-end;
    box-sizing: border-box;
}
.header-bottom-area .container:before{
    content:'';
    width: 401px;
    height: 100px;
    height: 10px;
    display:block;
    background:red;
    display: none;
}
.header-bottom-area .container:after{
    display: none;
}
.header-bottom-area .container nav{
    box-sizing: border-box;
    padding: 0 ;
    position: relative;
}
.header-bottom-nav{
    /* flex-grow: 1; */
}
.header-bottom-nav li{
    width: 120px;
    letter-spacing: 0;
    text-align: center;
    margin-left: 1px;
    margin-right: 1px;
}
.header-bottom-nav li a{
    font-size: 18px;
    color: #2D2D41;
    line-height: 1.2;
    padding: 4px 0 ;
    margin: 0 0px;
    letter-spacing: 0;
    transition: all .5s;
}
.header-bottom-nav li.active > a,
.header-bottom-nav li a:hover{
    color: #CE1A1B;
    text-decoration: underline;
}

.menu2, .menu2 ul, .menu2 ul ul, .menu2 ul ul ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menu2{
    display: flex;
    letter-spacing: 0;
    padding: 28px 0;
}
.menu2 ul ul{
    display: none;
    background: #fff;
    border-radius: 24px;
    box-sizing: border-box;
    padding: 12px 0;
    margin: 8px auto;
}
.menu2 ul ul li a{
    font-size: 17px;
    color: #5F5F74;
}
.menu2 ul ul li a:hover{
    color: #212F7C;
    text-decoration: underline;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
    display: none;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
    padding: 26px 32px;
    margin: 0 0 70px;
    border-radius: 0;
    position: relative;
    background: url('../../images/common/bg2.jpg');
    line-height: 1.2;
}
.main-top:before,
.main-top:after{
    display: none;
}
.main-top .container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-top .main-title {
    color: #2C2C40;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0;
    display: flex;
    align-items: center;
}
.sub-main-top {
    padding: 12px 32px;
    margin: 0 0 55px;
    border-radius: 60px;
    position: relative;
    background: url('../../images/common/bg2.jpg');
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.2;
}
.sub-main-top:before,
.sub-main-top:after{
    display: none;
}
.sub-main-top .main-title {
    color: #2C2C40;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0;
    display: flex;
    align-items: center;
}
.sub-main-top .main-title:before {
    content: "";
    min-width: 7px;
    height: 7px;
    display: block;
    background: #CE1A1B;
    border-radius: 100%;
    margin-right: 16px;
}
.content-title{
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: bold;
    color: #4C3339;
}
.main-content {
    padding: 0 0 120px;
}
.main-content .container{
    display: flex;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
        flex-grow: 1;
    flex-shrink: 1;
    width: 100%!important;
}
/*------------ warning ------------*/
.warning-sect {
    display: none;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer{
    position: relative;
    box-sizing: border-box;
    padding: 128px 0 0;
    z-index: 9999;
}
.site-footer:before{
    content: '';
    display: block;
    background: url('../../images/common/bg.jpg');
    width: 2000px;
    height: 365px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 1000px);
    z-index: -10;
}
.footer-top {
    color: rgba(255,255,255,0.9);
    background: url('../../images/common/bg.jpg');
}
.footer-top .container {
    padding: 0 15px;
    max-width: 1230px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-top .container:before,
.footer-top .container:after{
    display: none;
}
.footer-top .col {
    float: left;
    position: relative;
}
.footer-top .title {
    color: #FFFFFF;
    font-size: 18px;
    margin: 32px 0 16px;
    
}
.footer-top .site-map {
    flex-shrink: 0;    
}
.footer-top .qr-inner {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #8F7A7C;
    display: inline-block;
    margin-right: 16px;
    max-width: 90px;
}
.footer-top .qr-inner img {
    box-sizing: border-box;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    color: #fff;
    line-height: 1.2;
}
.site-map ul+ul {
    margin-left: 16px;
}
.site-map li + li {
/*    margin-top: 17px;*/
}
.site-map ul li a{
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1.8;
    transition: all .3s;
}
.site-map ul li a:hover {
    color: #FF4C4C;
}
.site-map a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: 5px;
    height: 5px;
    background: #CE1A1B;
    border-radius: 100%;
    transition: all .5s;
}
.site-map a:hover:before{
    background: #FF4D4D;
}
.footer-top .site-info { 
    padding: 0 ;

}
.footer-top .site-info p {
    margin: 0;
    line-height: 1.8;
}
.footer-top .site-info p a{
    transition: all .5s;
}
.footer-top .site-info p a:hover{
    color: #fff;
    text-decoration: underline;
}
.footer-top .follow {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 300px;
}
.footer-logo{
    width: 100%;
    display: block;
    margin-bottom: 16px;
}
.footer-top .follow .fb-box {
    
}
.fb-fans-page{
    background: url(../../images/tw/fb.png) no-repeat;
    background-size: cover;
    width: 90px;
    height: 90px;
    display: inline-block;
    transition: all 0.3s ease;
}
.fb-fans-page:hover{
    opacity: 0.7;
}
.footer-bottom {
    background: url('../../images/common/bg.jpg');
    color: rgba(255,255,255,.8);
    font-size: 12px;
    text-align: center;
    padding: 72px 0 ;
}
.footer-bottom .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1230px;
}
.footer-bottom .container:before,
.footer-bottom .container:after{
    display: none;
}
.footer-bottom a{

    transition: all .3s;
}
.footer-bottom .copyright_box{
    display: flex;
    align-items: center;
}
.footer-bottom .copyright_box .author{
    margin-left: 16px;
    display: block;
}
/*.footer-bottom a:hover{
    color: #fff;
    text-decoration: underline;
}*/
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
}
.gotop {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    border: 5px solid #2D3A83;
    background: transparent;
    border-radius: 50%;
    transition: all .3s ease;
    font-size: 0;
    margin-top: 10px;
    letter-spacing: 0;
}
.gotop:before {
    font-family: 'icon-font' !important;
    content: "\f106";
    font-size: 38px;
    line-height: 14px;
    font-weight: bold;
    transition: all .3s ease;
    color: #2D3A83;
    position: relative;
    top: -2px;
}
.gotop:hover {
    border: 5px solid #CE1A1B;
}
.gotop:hover:before {
    color: #CE1A1B;
}
/*------------ / floating ------------*/
/*----- side btn box -----*/
.side_btn_box {
    position: fixed;
    bottom: 5%;
    right: 22px;
    z-index: 9999;
}
.side_btn_box .ibtn{
    width: 70px;
    height: 70px;
    display: block;
    color: #fff;
    background: #000;
    border-radius: 16px;
    font-size: 35px;
    text-align: center;
    box-sizing: border-box;
    text-indent: unset;
    white-space: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    overflow:hidden;
    transition: all .5s;
}
.side_btn_box .ibtn .material-icons{
    font-size: 35px;
}
.side_btn_box .ibtn.line{
    background: #39CD00;
}
.side_btn_box .ibtn.tel{
    background: #FF8000;
}
.side_btn_box .ibtn.fb{
    background: #3A5795;
}
.side_btn_box .ibtn.member{
    background: #CE1A1B;
}
.side_btn_box .ibtn.case{
    background: #FDBE00;
}
.side_btn_box .ibtn:hover{
    background: #FF7373;
}
.side_btn_box .ibtn +.ibtn{
    margin-top: 10px;
}
.side_btn_box .ibtn .btn_title{
    font-size: 18px;
    max-width: 40px;
}
/*----- side btn box -----*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #aaa;
    position: relative;
    font-size: 15px;
    margin-left: 16px;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all .5s;
}
.breadcrumb li+li:before {
    content: "/";
    margin: 0px 2px 0 1px;
}
.breadcrumb li a:hover {
    color: #CD191A;
    text-decoration: underline;
}
.products-breadcrumb {
    float: none;
    margin: -30px 0 50px 0;
    color: #835864;
    font-size: 15px;
}
.products-breadcrumb li a:hover {
    color: #4C3339;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    width: 260px;
    /* float: left; */
    margin-right: 90px;
    flex-shrink: 0;
}
.has-side .content {
    /* width: calc(100% - 350px); */
    /* float: right; */

}
.side .title {

}
.side .title p{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    font-weight: bold;
    color: #2C2C3F;
    font-size: 28px;
    margin: 0 0 8px;
    padding: 12px 16px 12px 0;
    box-sizing: border-box;
    line-height: 1.2;
}
.side .title p:before{
    content: '';
    display: block;
    width: 130px;
    height: 123px;
    background: url('../../images/common/side-deco.png') no-repeat;
    position: absolute;
    left: -24px;
    top: calc(50% - 52px);
}
.side-nav {
    background: url('../../images/common/bg2.jpg');
    position: relative;
    padding: 30px 24px;
    border-radius: 24px;
}
.side-nav li + li{
    margin-top: 8px;
}
.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.2;
}
.side-nav > li{

}
.side-nav > li > a {
    position: relative;
    font-size: 20px;
    color: #4C4C5D;
    background: #fff;
    padding: 12px 24px;
    border-radius: 40px;
    overflow: hidden;
    transition: all .5s;
    z-index: 1;
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
    color: #fff;   
}
.side-nav > li > a:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('../../images/common/bg.jpg');
    opacity: 0;
    z-index: -1;
    transition: all .5s;
}
.side-nav > li > a:hover:before,
.side-nav > li.active > a:before {
    opacity: 1;
}
.side-nav ul {
    display: none;
    margin: 16px 0;
}
.side-nav ul li a {
    display: flex;
    align-items: center;

    padding: 4px 0 4px 10px;
    transition: all .5s;
}
.side-nav ul li a:hover {
    color: #CE1A1B;
}

.side-nav ul li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: 5px;
    height: 5px;
    background: #CE1A1B;
    border-radius: 100%;
    transform: scale(0);
    transition: all .5s;
}
.side-nav ul li a:hover:before  {
    transform: scale(1);
}
a.logout {
    background: #CE1A1B;
    color: #fff;
    display: block;
    line-height: 30px;
    padding: 0 50px;
    font-size: 15px;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 0 -1px;
}
.pagination li a {
    display: block;
    min-width: 20px;
    line-height: 20px;
    text-align: center;
    color: #666666;
    font-size: 20px;
    margin: 0 5px;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    transition: all .5s;
}
.pagination li a:hover,
.pagination li.active a {
    color: #CE1A1B;
    border-bottom: 1px solid #CE1A1B;
}
.pagination li a.controls {
    position: relative;
    margin: 0 10px;
    min-width: 100px;
    height: 35px;
    color: #2C2C3F;
    background: url('../../images/common/bg2.jpg');
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    z-index: 1;
    overflow: hidden;
    border-bottom: inherit;
}
.pagination li a.controls:hover,
.pagination li.active a.controls {
    color: #fff;
    border-bottom: inherit;
}
.pagination li a.controls:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('../../images/common/bg.jpg');
    opacity: 0;
    z-index: -1;
    transition: all .5s;
}
.pagination li a.controls:hover:before{
    opacity: 1;
}
.page-info {
    display: none;
}
.page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    border-radius: 0;
    border:1px solid #dcdcdc
}
.page-info .form-control:focus {
    outline: none;
    border-color: #CE1A1B;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
/*-----reminder-----*/
.reminder {
    text-align: center;
    margin: 0 0 30px;
    font-size: 20px;
    color: #4C4C5D;
}
.reminder strong {
    font-size: 20px;
    color: #CB302C;
    margin: 0 0 10px;
    display: block;
}
.reminder p {
    margin: 0;
    background: #CE1A1B;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
}
.reminder span{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px auto 0;
}
.icon.require{
    content: "";
    min-width: 7px;
    height: 7px;
    display: block;
    background: #CE1A1B;
    border-radius: 100%;
    margin-right: 16px;

}
/*-----form-detail-----*/
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #666666;
    padding:0 48px 0 24px;
    border-radius: 45px;
    border: 1px solid transparent;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 15px;
}
.form-control:focus {
    outline: none;
    border-color: #CE1A1B;
}
.input-box{
    padding-left: 16px;
    flex-grow: 1;
}
textarea.form-control {
    padding: 8px 16px;
    line-height: 1.4;
    resize: vertical;
    height: 150px;
    border-radius: 24px;
}
textarea.form-control.has_border{
    border: 1px solid #d6d6d6;
}
.form-group select.form-control{
    display: block;
    appearance: none;
    background-image: url(../../images/common/option_arrow.png)!important;
    background-repeat: no-repeat!important;
    background-position: right 24px center!important;
}
.form-group select.form-control.has_border{
    border: 1px solid #d6d6d6;
    max-width: 50%;
    width: 50%;
}
.form-box .form-group {
    padding: 5px 0 10px;
    position: relative;
}
.form-box .form-group .check-agree {
    padding: 0;
    background: none;
    position: absolute;
    bottom: 8px;
    left: -6px;
    width: 100%;
}
.form-box .control-label {
    display: block;
    color: #2C2C3F;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px;
    flex-shrink: 0;
    padding: 0 0 0 20px;
}
.form-box .control-label.required {
    position: relative;
    display: flex;
    align-items: center;
}
.form-box .control-label.required:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    background: #CE1A1B;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 3.5px);
    left: 0;
}
.form-box .control-box .static-control {
    margin: 0;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
    font-size: 14px;
}
.form-box .btn-group {
    margin: 27px 0 0 0;
}
/*-----form-static-control-----*/
.static-control {
    color: #4C4C5D;
    font-size: 20px;
    padding: 0;
    margin: 0;
}
.form-group_box.static > .form-group{
    display: flex;
    align-items: center;
    width: auto;
}
.form-group.static{
    display: flex;
    align-items: center;
}
.form-group.static > .tips{
    max-width: 500px;
    margin-left: 24px;
}
.form-group_box.static > .form-group.static + .form-group.static{
    margin-left: 48px;
}
.form-group.static .control-label{
    margin: 0 24px 0 0;
    padding: 0;
}

/*----- event_form control-label-----*/
.event_form .form-group .control-label{
    width: 87px;
    height: 32px;
    text-align: justify;
}
.event_form .form-group .control-label::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}
.event_form .form-group.static{
    align-items: flex-start;
}
/*-----form-wrap-----*/
.form-wrap {
    /*max-width: 895px;*/
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 80px 80px;
    background: url(../../images/common/bg2.jpg);
    border-radius: 96px;
}
.form-box {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.form-box .row {
    
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 10px;
}
/*----- form-group_box -----*/
.form-group_box{
    display: flex;
    justify-content: space-between;
    margin: 0 -8px;
}
.form-group_box > .form-group{
    width: 50%;
    padding: 5px 8px 10px;
}
.form-group_box.static{
    justify-content: flex-start;
}
/*----- form-group flex -----*/
.form-group.flex{
    display: flex;
    align-items: flex-start;
}
.form-group.flex > .control-label{
    flex-shrink: 0;
    margin: 8px 0 0;
    padding: 0;
}
.radio-box.flex_colum{
    display: flex;
    flex-direction: column;
    height: auto;
}
.radio-box.flex_colum > .form-radio + .form-radio{
    margin-left: 0;
}
/*----- form_title -----*/
.form_title{
    margin: 0 auto 32px;
    background: url(../../images/common/bg.jpg);
    border-radius: 60px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: fit-content;
    padding: 8px 32px;
}
/*----- captcha -----*/
.form-box .captcha .input-box {
    position: relative;
}
.form-box .captcha .form-control {
    max-width: 290px;
    display: inline-block;
}
.form-box .captcha a {
    display: inline-block;
    font-size: 20px;
    line-height: 0;
    margin: 0 0 0 10px;
}
.form-box .captcha a .ic-rotate-left {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    color: #8E483E;
    font-size: 18px;
    transition: transform .3s;
    margin: 0 0 0 5px;
}
.form-box .captcha a:hover .ic-rotate-left {
    color: #A4663E;
}
/*----- name -----*/
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: -11px;
    bottom: 100%;
    line-height: 1.6;
    margin: 0 0 5px 0;
}
.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;
}
/*----- address -----*/
.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%;
}
/*----- tips -----*/
.form-box .tips {
    line-height: 1.5;
    margin-bottom: 6px;
    color: #CD191A;
    padding: 0 5px;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.form-box .tips.align-self{
    align-self: center;
}
.form-box.type2 .tips {
    min-height: 0;
}
.tips2{
    line-height: 1.5;
    margin: 16px auto 32px;
    color: #CD191A;
    padding: 0 5px;
    font-size: 16px;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
}
.tips3{
    line-height: 1.5;
    margin: 16px auto 0;
    color: #CD191A;
    padding: 0 5px;
    font-size: 16px;
    letter-spacing: 0.1em;
    display: block;
    text-align: left;
}
.tips4{
    line-height: 1.5;
    margin: 16px auto 0;
    color: #CD191A;
    padding: 0 5px;
    font-size: 16px;
    letter-spacing: 0.1em;
    display: block;
    text-align: right;
}
.tips.has_padding{
    margin-top: 8px;
    padding: 0 0 0 40px;
    font-size: 15px;
}
.tips-title{
    line-height: 1.5;
    margin: 30px auto 10px;
    color: #CD191A;
    padding: 0 5px;
    font-size: 20px;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
}
/*----- input-group -----*/
.form-box .input-group {
    margin: 0 -4px;
    display: flex;
    align-items: center;
}
.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 4px;
    box-sizing: border-box;
}
.location.input-box{
    max-width: 125px;
}
.form-box .input-group .form-control {
    display: inline-block;
}

.form-box .input-group2 {
    margin: 0 -4px;
    display: flex;
    align-items: center;
}
.form-box .input-group2 .input-box2 {
    float: left;
    width: 50%;
    padding: 0 4px;
    box-sizing: border-box;
}
.form-box .input-group2 .input-box2 .form-control{
    width: calc(100% - 55px);
    display: inline-block;
    margin-right: 10px;
}
.form-box .input-group3 {
    margin: 0 -4px;
    display: flex;
    align-items: center;
}
.form-box .input-group3 .input-box3 {
    float: left;
    width: 50%;
    padding: 0 4px;
    box-sizing: border-box;
}
.ui-widget.ui-widget-content{
    z-index: 6 !important;
}
/*----- radio + checkbox -----*/
.radio-box{
    display: block;
    /*width: 100%;*/
    height: 45px;
    line-height: 45px;
    margin-bottom: 6px;
    box-sizing: border-box;
    padding-left: 16px;
}
.form-radio {
    display: inline-flex;
    position: relative;
    align-items: center;
    font-size:20px;
    color:#4C4C5D;
    /*white-space: nowrap;*/
    flex-wrap: wrap;
}
.form-radio > .form-control{
    margin: 0 16px;
    width: fit-content;
}
.form-radio + .form-radio{
    margin-left: 24px;
}
.form-radio input[type=radio]{
    cursor: pointer;
    opacity: 1!important;
    box-sizing:border-box;
    outline: 0;
    z-index: 150;
    z-index: 5;
    min-width: 32px;
    height: 32px;
    margin-right:8px;
    background:#fff;
    border:1px solid #d6d6d6;
    box-sizing:border-box;
    border-radius:100%;
    position:relative;
    appearance: none;/*關閉繼承的瀏覽器樣式*/
}
.form-radio input[type=radio]:before {
    content: '';
    display:block;
    background:transparent;
    border:1px solid #d6d6d6;
    position:absolute;
    left:4px;
    right:4px;
    top:4px;
    bottom:4px;
    border-radius:100%;
    opacity:1!important;
    transition: 120ms transform ease-in-out;
}
.form-radio.checked input[type=radio]:before{
    background:#95959F;
}
.checkbox-box{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-bottom: 6px;
    padding-left: 16px;
}
.form-checkbox {
    display: inline-flex;
    position: relative;
    align-items: center;
    font-size:20px;
    color:#4C4C5D;
}
.form-checkbox + .form-checkbox{
    margin-left: 24px;
}
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    opacity: 1!important;
    box-sizing:border-box;
    outline: 0;
    z-index: 150;
    width: 24px;
    height: 24px;
    margin-right:8px;
    background:#fff;
    border:1px solid #95959F;
    box-sizing:border-box;
    border-radius:4px;
    position:relative;
    appearance: none;/*關閉繼承的瀏覽器樣式*/
}
.form-checkbox input[type=checkbox]:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position:absolute;
    left:-2px;
    top:-2px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: #45454F;
    transform-origin: bottom left;
    clip-path: polygon(40% 70%, 100% 0, 40% 100%, 0 60%, 14% 46%);
}
.form-checkbox.checked input[type=checkbox]:before {
    transform: scale(1);
}
/*-----success-box-----*/
.success-box {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
    color: #666666;
    font-size: 15px;
}
.success-box .msg {
    color: #2C2C3F;
    font-size: 30px;
    font-weight: bold;
}
.success-txt{
    margin: 0 auto 0;
}
.success-box a {
    color: #CD191A;
    
}
.success-box a:hover{
    text-decoration: underline;   
}
.success-box .btn-box {
    margin: 10px 0 0 0;
}
.success-box small {
    font-weight: bold;
    color: #000000;
    display: block;
}
.success-box .success-icon{
    color: #364288;
    font-weight: bold;
    font-size: 64px;
    margin: 16px auto 24px;
}
.success-box .tip {
    font-size: 20px;
    color: #CC1919;
    display: block;
}
/*----- cost_form -----*/
.cost_form{
    background: url(../../images/common/bg2.jpg);
    border-radius: 64px;
    margin: 64px auto 0;
    padding: 48px 48px 96px;
    box-sizing: border-box;
    display: block;
}
.cost_form-t {
    background: url(../../images/common/bg.jpg);
    color: #fff;
    width: fit-content;
    box-sizing: border-box;
    padding: 8px 32px;
    border-radius: 60px;
    margin: -72px auto 48px;
    font-size: 26px;
    display: flex;
    align-items: center;
    font-weight: bold;
    display: block;
}
.cost_form .text {
    list-style: none;
    padding: 0;
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cost_form .text li{
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 60px;
    box-sizing: border-box;
    padding: 12px 40px;
    font-size: 20px;
    color: #4C4C5D;
    line-height: 1;
    position: relative;
    width: calc(50% - 16px);
    margin:0 8px 16px;
}
.cost_form .text li+li{
    margin-top: inherit;
}
.cost_form .text li span{
    margin-right: 24px;
}
.cost_form .tip {
    font-size: 20px;
    color: #CC1919;
    display: block;
    margin: 16px auto 0;
    text-align: center;
}
/*------------ / form ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: none;
    width: 50px;
    height: 50px;
    border: 5px solid #2D3A83;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #2D3A83;
    top: -64px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    transition: all .5s;
}
body .fancybox-close:before {
    content: "\e1019";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: bolder;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
}
body .fancybox-close:hover {
    color: #CC1919;
    border-color: #CC1919;
}
body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}
body .fancybox-image {
    border-radius: 64px;
}
body .fancybox-nav span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    border: 5px solid #2D3A83;
    visibility: visible;
    background: none;
    left: -70px;
    top: calc(50% - 25px);
    transition: all .5s;
}
body .fancybox-nav span:hover{
    border-color: #CC1919;
}
body .fancybox-nav span:before {
    content: "\f104";
    position: relative;
    top: -1px;
    color: #2D3A83;
    font-size: 38px;
    line-height: 24px;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .5s;
    font-weight: bold;
}
body .fancybox-nav span:hover:before{
    color: #CC1919;
}
body .fancybox-next span {
    left: auto;
    right: -70px;
}
body .fancybox-next span:before {
    content: "\f105";
    position: relative;
    right: -2px;
}
body .fancybox-title {
    margin: 10px 6px 0;
}
.photo-pager {
    float: left;
    font-size: 13px;
    color: #000000;
    margin: 0 0 15px;
}
.photo-pager b {
    text-decoration: underline;
    font-weight: normal;
}
.photo-title {
    font-size: 14px;
    color: #CE1A1B;
    border-bottom: 1px solid #CE1A1B;
    float: right;
    margin: 0 0 15px;
}
body .fancybox-title p {
    clear: both;
    color: #777777;
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
    letter-spacing: 0;
}
#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}

#fancybox-thumbs.bottom {
    bottom: 8%;
}

#fancybox-thumbs.top {
    top: 2px;
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5;
    transition: all .5s;
}
#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
}
#fancybox-thumbs ul li:hover {
    opacity: 1;
}
#fancybox-thumbs ul li a {
    display: block!important;
    position: relative!important;
    overflow: hidden!important;
    border: none!important;
    background: none!important;
    outline: none!important;
    border-radius: 48px!important;
}
#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none;
}
/*------------ / lightbox ------------*/
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed li {
    background: url('../../images/common/bg.jpg');
}
.mmenu-show #mobile-search {
    background: #ddd;
}
.mmenu-show #mobile-menu .main-menu {
    background: url('../../images/common/bg2.jpg');
}
.mmenu-show #member-box li a {
    background: #eee;
    color: #999;
    font-size: 15px;
}
.mmenu-show #mobile-fixed ul {
    border-bottom-color: rgba(255,255,255,0.1);
}
.mmenu-show #mobile-search .search-box i {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
}
.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 #member-box li {
    border-bottom: 1px solid #ddd;
}
.mmenu-show #mobile-menu .language-menu {
    background: url('../../images/common/bg.jpg');
}
.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    background: url('../../images/common/bg.jpg');
}
.mmenu-show #mobile-menu .share-menu li {
    border: 0;
    margin: 0;
}
.mmenu-show #mobile-menu .menu ul li a {
    background: #fff;
    color: #4C4C5D;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mmenu-show #mobile-menu .menu li a {
    border-bottom: 2px dotted #dcdcdc;
    color: #4C4C5D;
    font-size: 18px;
}
.mmenu-show #mobile-fixed .qty {
    background: #4F3524;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #CE1A1B;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show .toggle-mmenu-close {
    color: #fff;
}
.mmenu-show #mobile-menu .language {
    display: block;
    position: relative;
    padding: 8px 0px 0 10px;
    text-align: left;
    margin: 0;
    width: auto;
}
.mmenu-show #mobile-menu .language a {
    color: #fff;
}
.mmenu-show #mobile-menu .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
}
.mmenu-show #mobile-menu .language-menu .language ul {
    display: block;
}
.mmenu-show #mobile-menu .language ul li a {
    background: none;
    line-height: 1;
    display: inline-block;
}
.mmenu-show #mobile-menu .language li + li a {
    border: 0;
}
.mmenu-show #mobile-menu .language ul li+li:before {
    content: '| ';
    color: #D6D6D6;
}
.mmenu-show #mobile-menu .share{
    border:none;
}
.mmenu-show #mobile-menu .share i{
    line-height: 30px;
}
.ui-datepicker select.ui-datepicker-year {
    width: 36% !important;
}
.ui-datepicker select.ui-datepicker-month {
    width: 36% !important;
}
/*------------ / mobile_menu ------------*/
@media screen and (max-width: 1440px) {
    .wrapper{
        padding-top: 188px;
    }
    .site-header .container{
        flex-direction: column;
    }
    .site-nav{
        margin: 0 auto;
    }
    .header-fixed .site-title,
    .site-title{
        padding: 16px 0;
    }
    .site-title .logo{
        width: 320px;
        height: 80px;
    }
    .header-fixed .site-nav .menu > li > a,
    .site-nav .menu > li > a{
        padding: 24px 16px;
    }
    .site-nav .menu>li>a::before{
        bottom: 16px;
    }
    .header-bottom-area .container{
        padding: 0;
    }
}
@media screen and (max-width: 1280px) {
    /*------------ site-header 1200 ------------*/
/*    .site-title .logo {
        width: 111px;
        height: 50px;
    }
    .site-nav .menu > li > a{
        padding: 48px 12px;
    }
    .header-fixed .site-nav .menu > li > a {
        padding: 32px 12px;
    }*/
    /*------------ / site-header 1200 ------------*/
}
@media screen and (max-width: 1024px) {
    .wrapper{
        padding-top: 40px;
    }
    .language ul li{
        width: auto;
    }
    .site-header{
        position: static;
        border-top: inherit;
    }
    .site-header .container{
        display: block;
    }
    .site-title .logo,
    .header-fixed .site-title .logo{
        width: 280px;
        height: 70px;
    }
    .site-title,.header-fixed .site-title {
        margin: 0 auto;
        padding: 16px 0;
        text-align: center;
    }
    .side{
        display: none;
    }
    .has-side .content {
        position: relative;
        width: auto;
        float: none;
    }
    /*--- 隱私權手機板 ---*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
        display: block;
    }
    .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;
    }
    /*--- END隱私權手機板 ---*/
    /*------------ site-header 1024 ------------*/
    .top-nav,
    .site-nav {
        display: none;
    }
    .main-content {
        padding: 0 0 80px;
    }
    /*------------ / site-header 1024 ------------*/
    /*------------ site-footer 1024 ------------*/
    .footer-top .container{
        justify-content: center;

    }
    .footer-top .site-map {
        width: 30%;
        display: none;
    }
    .footer-top .follow{
        margin: 0 auto 40px;
        width: fit-content;
    }
    .footer-top .title{
        margin-top: 0;
    }
    .footer-top .site-info {
        text-align: left;
        margin-left: 0;
        padding: 0 ;
        width: 50%;
    }
    .footer-top .site-info p {
        display: block;
        margin: 0;
    }
    .footer-top .col {
        
    }
    .site-map ul,
    .footer-top .follow .share {
        display: none;
    }
    /*------------ / site-footer 1024 ------------*/
    .main-top {
        padding: 16px 32px;
        margin: 0 0 30px;
    }
    .main-top .container{
        flex-direction: column;
    }
    .main-top .main-title{
        font-size: 28px;
    }
    .breadcrumb{
        margin: 4px auto 0;
    }
    .sub-main-top .main-title{
        font-size: 22px;
    }
    .reminder{
        font-size: 18px;
    }
    /*-*/
    .form-wrap{
        border-radius: 48px;
        padding: 48px 24px;
    }
    .form-box .control-label{
        font-size: 18px;
    }
    .static-control{
        font-size: 18px;
    }
    .form-radio > .form-control{
        height: auto;

    }
    .radio-box{
        height: auto;
    }
    .form-radio + .form-radio{
        margin: 0;
    }
    .form-radio{
        font-size: 18px;
    }
    .form-group_box{
        flex-direction: column;
    }
    .form-group_box > .form-group{
        width: 100%;
    }
    .form-group_box.static > .form-group.static + .form-group.static{
        margin: 0;
    }
    /*cost_form*/
    .cost_form{
        padding: 48px;
    }
    .cost_form .text{
        flex-direction: column;
    }
    .cost_form .text li{
        width: 100%;
        padding: 12px 24px;
    }
    .cost_form .text li span{
        width: 100%;
        min-width: 64px;
    }
    /*------------ floating 1024 ------------*/
    .footer-bottom{
        margin-bottom: 56px;
        padding: 56px 0;
        margin-top: -1px;
    }
    .site-footer .gotop {
        display: none;
    }
    .floating,
    .floating.fancybox-margin {
        display: block;
        position: fixed;
        background: none;
        right: 50%;
        bottom: 64px;
        margin-right: -15px;
        z-index:999;
    }
    .floating a {
        display: none;
    }
    .floating .ibtn.gotop {
        color: transparent;
        display: block;
        background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        top: auto;
        margin: 0;
        border-radius: 100%;
        transition: all .3s;
    }
    /*------------ side_btn_box------------*/
    .side_btn_box{
        display: flex;
        width: 100%;
        top: inherit;
        bottom: 0;
        right: 0;
    }
    .side_btn_box .ibtn +.ibtn{
        margin: 0;
    }
    .side_btn_box .ibtn{
        width: calc(100% / 5);
        border-radius: 0;
        height: 56px;
    }
    /*-*/
    .btn.back, .btn.pure,
    .btn.simple{
        font-size: 17px;
    }
    .success-box .msg{
        font-size: 22px;
    }
    .btn.simple,
    .more_btn{
        width: 192px;
        height: 56px;
        font-size: 17px;
    }
    .form-box .input-group {
        flex-wrap: wrap;
    }
    .cost_form-t{
        font-size: 22px;
    }
    .site-footer{
        padding: 64px 0 0;
    }
    .sub-main-top{
        margin: 0 0 32px;
    }
}
@media screen and (max-width: 1000px) {
    body .fancybox-opened .fancybox-skin {
        margin-bottom: 16px;
    }
    .fancybox-outer{
        position: relative;
        display: flex;
        flex-wrap:wrap;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }
    .fancybox-inner{
        width:100%;
        /* margin-bottom:40px!important; */
    }
    .fancybox-nav{
        position: relative!important;
        width: auto!important;
        height: auto!important;
    }
    body .fancybox-nav span{
        position: relative!important;
        left: auto!important;
        top: auto!important;
        margin: 0;
    }
    body .fancybox-next span {
        position: relative!important;
        left: auto!important;
        right: auto!important;
    }
    .fancybox-next{
        position: relative!important;
    }
    .fancybox-prev{
        position: relative!important;
    }
/*body .fancybox-nav span{
    left:10px;
}
body .fancybox-next span {
    left: auto;
    right: 10px;
}*/
}
@media screen and (max-width: 767px) {
    /*------------ btn-box 767 ------------*/
    .btn-box.align-left.dib {
        text-align: center;
        margin: 0 -5px;
    }
    .btn-box.align-left.dib .btn {
        margin: 0 5px 10px;
        max-width: 250px;
    }
    /*------------ / btn-box 767 ------------*/
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }
    .pagination-title {
        margin: 0;
    }
    .page-info {
        display: block;
        padding: 0 120px;
        width: 100%;
    }
    .pagination {
        position: relative;
        height: 0;
        width: 100%;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        position: absolute;
        height: 30px;
        font-size: 14px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    .pagination li span {
        display: none;
    }
    .pagination li a i {
        font-size: 22px;
        margin: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box {
        padding: 0;
    }
    .form-box.has-bg {
        padding: 40px 20px 10px;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        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-box .tips {
        min-height: 0;
    }
    .success-msg {
        font-size: 17px;
    }
    .form-box .captcha a {
        right: 2%;
    }
    .static-control {
        margin: 0 0 20px;
    }
    .form-box .form-group .check-agree {
        position: static;
        margin: -15px 0 0 0;
    }
    .form-box .input-group2 {
        flex-wrap: wrap;
    }
    .form-box .input-group2 .input-box2 {
        width: 100%;
    }
    .form-box .input-group3 {
        flex-wrap: wrap;
    }
    .form-box .input-group3 .input-box3 {
        width: 100%;
    }
    .form-box .input-group3 .input-box3:nth-child(1) {
        width: calc(100% - 20px);
        margin-right: auto;
    }
    /*------------ / form 767 ------------*/
    .footer-bottom .copyright_box,
    .footer-top .container,
    .footer-bottom .container{
        flex-direction: column;
    }
    .footer-bottom .copyright_box{
        margin-top: 16px;
    }
    .footer-top .container {
            flex-direction: column;
    }
    .footer-top .col,
    .footer-top .site-map,
    .footer-top .site-info {
            width: 100%;
            max-width: 300px;
    }
    .footer-top .site-info{
        margin: 0 auto;
    }
    .form-radio > .form-control{
        height: auto;
        width: calc(100% - 60px);
    }
    .form-group.flex{

    }
    .form-group.static{
        flex-wrap: wrap;
    }
    .form-group.static > .tips{
        margin-left: 0;
    }
}
@media screen and (max-width: 600px) {
    /*------------ site-header 600 ------------*/
    
    /*------------ / site-header 600 ------------*/
    /*------------ main-top 600 ------------*/

    .main-title {
        float: none;
    }
    .breadcrumb {
        float: none;
        margin: 0;
    }
    .products-breadcrumb {
        margin: -25px 0 50px 0;
        text-align: center;
    }
    /*------------ / main-top 600 ------------*/
    /*------------ site-footer 600 ------------*/



    /*------------ / site-footer 600 ------------*/
}
@media screen and (max-width: 500px) {
    /*------------ form 500 ------------*/
    .form-box .captcha .form-control {
        max-width: 100%;
        display: block;
    }
    .btn.simple{
        margin: 5px;
    }
    /*------------ form 500 ------------*/
}
