﻿@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700&display=swap');
/*------------ basic ------------*/

body {
    font-family: 'Noto Sans TC',Arial, '微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #535662;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    background: #F6F6F6;
}

.container {
    padding: 0 15px;
    max-width: 1470px;
}

.box {
    display: block;
    position: relative;
}

.list-h>li a, .list-h .item a, .list-v li a {
    display: inline-block;
}

h3.name {
    margin: 0;
}

/*------------ / 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: 0;
    border: solid 1px #004475;
}

.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: #004475;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}

/*---! 隱私權 ---*/

/*------------ icon ------------*/



/*------------ / icon ------------*/

/*------------ btn ------------*/

.sharebox {
    text-align: left;
    position: relative;
}

.sharebox .share {
    display: flex;
    flex-wrap: wrap;
}
.share .btn {
    color: #fff;
    font-size: 18px;
    margin: 4px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #004474;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.share .btn:hover {
    background: #2E7AAF;
    color: #fff;
}
.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.jpg');
    width: 93px;
    height: 93px;
}

.ibtn.fb-fans-page:hover {
    opacity: .8;
}

.btn.back {
    color: #7b7b7b;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    padding: 6px 15px 6px;
    letter-spacing: 0.1em;
    white-space: normal;
    border-radius: 20px;
    border: 1px solid #7b7b7b;
}

.btn.back:before {
    content: '';
    display: inline-block;
    font-family: 'icon-font-3' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    content: "\f104";
}

.btn.back:hover {
    color: #004475;
    border: 1px solid #004475;
}

.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}

.btn.simple {
    background: #004475;
    width: 15%;
    height: 40px;
    margin: 0 1%;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.075em;
    line-height: 38px;
    position: relative;
    border-radius: 0;
    min-width: 120px;
    transition: all 0.3s ease;
    border-radius: 30px;
}

.btn.simple:hover {
    background: #B8C4C7;
    color: #fff;
}

.btn.simple.bg2 {
    background: #004475;
}

.btn.simple.bg2:hover {
    background: #B8C4C7;
    color: #fff;
}

.btn.simple2 {
    background: #fff;
    border: 1px solid #aaa;
    height: 35px;
    line-height: 33px;
    color: #777;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 90%;
    max-width: 300px;
    margin: 0 3px 10px;
    position: relative;
}

.btn.simple2:hover {
    border-color: #80CAA5;
}

.btn.simple2 .ic {
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
    color: #7FCAA5;
    font-size: 18px;
}

.btn.simple2 .ic3-angle-double-left, .btn.simple2 .ic3-angle-double-right {
    position: absolute;
    top: 10px;
    color: #bbb;
    font-size: 12px;
    margin: 0;
}

.btn.simple2 .ic3-angle-double-left {
    left: 8px;
}

.btn.simple2 .ic3-angle-double-right {
    right: 8px;
}

.btn.normal {
    color: #fff;
    font-size: 15px;
    margin: 1% 1%;
    border-radius: 0;
    background: #004475;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    min-width: 120px;
    transition: all 0.3s ease;
    border-radius: 30px;
}

.btn.normal.home:before {
    content: '';
    display: inline-block;
    font-family: 'icon-font-3' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90d";
    margin-right: 10px;
}

.btn.normal:hover {
    background: #B8C4C7;
}

.btn.normal2 {
    color: #fff;
    font-size: 15px;
    padding: 5px;
    width: 100px;
    height: 100px;
    background: #004473;
    margin: 0 0px;
    border-radius: 100%;
    border: 1px solid #004473;
    display: inline-block;
    line-height: 90px;
}

.btn.normal2:hover {
    background: transparent;
    color: #004473;
}



.ic.ic3-home {
    font-size: 12px;
}

.btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 10px;
}

.btn.pure:hover {
    color: #004473;
    text-decoration: underline;
}

/*---- img scale ----*/
.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*------------ btn ------------*/
.btn-new {
    width: 160px;
    height: 35px;
    display: block;
}
.btn-new>* {
    width: 100%;
    height: 35px;
    line-height: 33px;
    display: block;
    position: relative;
    background-color: #005486;
    transition: all 0.38s cubic-bezier(0.23, 1, 0.32, 1);
    border: none;
    text-align: left;
    padding-left: 21px;
    box-sizing: border-box;
}
.modal-trigger {
    cursor: pointer;
}
.btn-new>*:before,
.btn-new>*:after {
    width: 0%;
    height: 0%;
    content: "";
    display: block;
    position: absolute;
    transition: all 0.68s cubic-bezier(0.23, 1, 0.32, 1);
}
.btn-new>*:before {
    top: 0px;
    left: 0px;
    border-top: 1px solid #004475;
    border-left: 1px solid #004475;
}
.btn-new>*:after {
    bottom: 0px;
    right: 0px;
    border-right: 1px solid #004475;
    border-bottom: 1px solid #004475;
}
.btn-new>*:hover:before,
.btn-new>*:hover:after{
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    opacity: 1;
}
.btn-new>*:hover {
    background-color: #F6F6F6;
}
.btn-new>* .text {
    color: #fff;
    font-size: 12px;
    padding-left: 0px;
    font-weight: normal;
    letter-spacing: 0.1em;
    transition: all 0.38s cubic-bezier(0.23, 1, 0.32, 1);
    font-weight: 300;
    letter-spacing: 2px;
}
.btn-new>*:hover .text{
    color: #333;
}
.btn-new>* .text:before,
.btn-new>* .text:after {
    height: 1px;
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    right: 23px;
    transition: all 0.38s cubic-bezier(0.23, 1, 0.32, 1);
}
.btn-new>* .text:before {
    width: 28px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.btn-new>*:hover .text:before,
.btn-new>*:hover .text:after{
    right: -18px;
    background-color: #004475;
}
.btn-new>*:hover .text:before{
    width: 69px;
}
.btn-new>* .text:after {
    width: 6px;
    margin-top: -11px;
    transform: rotate(45deg);
    top: 26px;
}
/*------------ / btn ------------*/

/*------------ site_header ------------*/

.site-header {
    border-top: 5px solid #336991;
    position: fixed;
    z-index: 300;
    width: 100%;
    top: 0;
    transition: all .3s ease;
    background: #f6f6f6;
}

.wrapper {
    padding-top: 164px;
}

.site-title {
    position: relative;
    z-index: 5;
    padding: 19px 0 23px;
    margin: 0 auto;
    text-align: center;
}

.site-title .logo {
    background: url(../../images/common/logo.svg) 50% 50% no-repeat;
    background-size: contain;
    width:180px;
    height: 70px;
    transition: all .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

/*-- 選單至頂 --*/

.header-fixed .site-header {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-bottom: 1px solid #DBDCD3;
}
.header-fixed .site-title {
    padding: 5px 0 10px;
    float: left;
    margin: 5px 0 0 0;
    z-index: 99;
    background: #fff;
}
.header-fixed .site-title .logo {
    height: 50px;
    width: 129px;
}
.header-fixed .site-nav {
    border: none;
    text-align: left;
    margin: 0px;
    float: left;
    margin: 0px 0 0 40px;
    position: relative;
    left: 0;
    background: none;
}
.header-fixed .site-nav .menu>li>a {
    padding: 22px 0 23px;
}
.header-fixed .func-menu>li.gocart {
    position: static;
    display: inline-block;
    right: 0;
    top: 0px;
    color: #70AC92;
    margin: -5px 0 0 0;
}
.header-fixed .func-menu>li {
    padding: 10px 0 1px;
}
.header-fixed .language, .header-fixed .search-box, .header-fixed .top-remitt, .header-fixed .top-order {
    display: none;
}
.header-fixed .top-nav {
    top: 0;
    transition: all 0.3s ease;
}
.header-fixed .top-nav .btn.order {
    padding: 21px 30px;
}
.header-fixed .site-nav .menu>li+li:before{
    top: 29px;
}
/*選單至頂結束*/

.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 5px;
    transition: all 0.3s ease;
}

.top-nav .btn.order {
    background: #004475;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1.2;
    display: block;
    padding: 16.5px 30px;
    border-radius: 0;
    transition: all 0.3s ease;
}

.top-nav .btn.order:hover {
    background: #B8C4C7;
}

.top-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.func-menu {
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}

.func-menu>li {
    padding: 2px 0;
}

.func-menu>li>a {
    color: #7F7F7F;
    font-size: 13px;
    line-height: 25px;
    border-radius: 4px;
    padding: 0 8px 0 4px;
}

.func-menu>li.bg>a {
    background: #B8B9AA;
    color: #fff;
}

.func-menu>li.bg>a:hover {
    background: #82BBB3;
    color: #fff;
}

.func-menu>li>a:hover {
    color: #82BBB3;
}

.func-menu .ic {
    vertical-align: text-bottom;
    margin: 0 5px 1px 3px;
}
.func-menu .ic3-user-cross {
    font-size: 16px;
    margin: 0 4px -1px 4px;
}
.func-menu>li.gocart {
    position: absolute;
    display: block;
    right: 0;
    top: 35px;
    color: #70AC92;
}
.func-menu>li.gocart>a {
    font-size: 18px;
    color: #70AC92;
    font-family: 'Josefin Sans', sans-serif;
}
.func-menu>li.gocart>a i {
    color: #70AC92;
    font-size: 26px;
}
.func-menu>li.gocart span {
    border: 2px solid #CBE0D8;
    min-width: 36px;
    height: 36px;
    color: #70AC92;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    border-radius: 100%;
    line-height: 36px;
    margin: 0 0 0 10px;
}
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    right: 0;
    top: 100%;
    border: 2px solid #70AC92;
    background: #fff;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.func-menu .cart-box .btn {
    width: 100%;
    background: #70AC92;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
}
.func-menu .cart-box .btn:hover {
    background: #B8B9AA;
}
.func-menu .cart-box .btn .ic {
    font-size: 20px;
    margin-right: 0;
}
.func-menu .cart-list {
    padding: 4px;
}
.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}
.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}
.func-menu .cart-list a:hover {
    background: #eee;
}
.func-menu .cart-list .pic {
    float: left;
    width: 70px;
}
.func-menu .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}
.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #70AC92;
    font-size: 15px;
}
.func-menu .cart-list a:hover .name {
    text-decoration: underline;
}
.func-menu .cart-list .qty {
    color: #F2856C;
}
.top-nav .language {
    position: relative;
    width: 115px;
    letter-spacing: 0;
    position: relative;
    top: 0;
    line-height: 38px;
    border: 1px solid #DDE5EB;
}
.top-nav .language .btn {
    width: 100%;
    color: #9D9D9D;
    text-align: left;
    line-height: 23px;
    padding: 0 25px 0 10px;
    position: relative;
    font-size: 14px;
}
.top-nav .language .btn:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #4C7C9E transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 8px;
}
.top-nav .language ul {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}
.top-nav .language li {
    display: block;
}
.top-nav .language li a {
    display: block;
    background: #3c86bb;
    color: #fff;
    padding: 4px 10px;
    font-size: 13px;
    border-top: 1px solid #fff;
}
.top-nav .language li a:hover {
    color: #fff;
    background: #004475;
}
.site-nav {
    position: relative;
    padding: 0px 0;
    margin: 0;
    text-align: center;
    background: #E5EBEE;
}
.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
    margin: 0 -20px;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu>li {
    margin: 0 27px;
}
.site-nav .menu>li>a {
    color: #353840;
    padding: 11px 0;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
}
.site-nav .menu>li>a:before {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .3s ease;
    background: #004475;
}
.site-nav .menu>li.active>a:before, .site-nav .menu>li.active2>a:before, .site-nav .menu>li:hover>a:before {
    width: 100%;
    left: 0;
    right: 0;
}
.site-nav .menu>li+li:before {
    content: '';
    display: block;
    width: 1px;
    height: 11px;
    position: absolute;
    left: -27px;
    top: 16px;
    background: #D6D6D6;
}
.site-nav .menu ul {
    display: none;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    position: absolute;
    background-color: #fff;
    z-index: 600;
    width: 208px;
    border: 3px solid #80CAA5;
    box-sizing: border-box;
}
.site-nav .menu>li>ul {
    top: 100%;
    left: 50%;
    margin-left: -104px;
}
.site-nav .menu>li>ul:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #80caa5 transparent;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: 0;
    margin-left: -10px;
}
.site-nav .menu ul li+li {
    border-top: 1px solid #e8e8e8;
}
.site-nav .menu ul li a {
    font-size: 14px;
    text-align: center;
    padding: 6px 8px;
    border: 1px solid #fff;
}
.site-nav .menu ul li a:hover, .site-nav .menu ul li.active>a {
    color: #fff;
    background: #80CAA5;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
}
.site-nav .menu>li:nth-last-child(-n+3) {
    display: none;
}
.site-header .search-box {
    position: relative;
    width: 145px;
    box-sizing: border-box;
    z-index: 11;
}
.site-header .search-box .form-control {
    border: none;
    border-bottom: 1px solid #DDE5EB;
    background: transparent;
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding: 0 42px 0 10px;
}
.site-header .search-box .form-control:focus {
    background: #ECECEC;
}
.search-box .search {
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    right: 0;
    top: 1px;
}
.search-box:after {
    position: absolute;
    content: "\e914";
    font-family: 'icon-font-3' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    right: 0px;
    top: 4px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.search-box:hover:after {
    color: #4C7C9E;
}
.member-btn{
    width: 140px;
    height: 45px;
    position: absolute;
    right: 15px;
    bottom: 0;
}
.member-btn .menu > li > a {
    color: #3E4046;
    font-size: 15px;
    width: 140px;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    position: relative;
    background: #CCDAE3;
    text-align: left;
    padding-left: 51px;
}
.member-btn .menu > li > a:before {
    content: "";
    background: url(../../images/common/member-icon-1.svg) 0 0 no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 32px;
    top: 18px;
}
.member-btn .menu ul {
    position: absolute;
    background-color: #fff;
    z-index: 600;
    width: 140px;
    box-sizing: border-box;
    margin-left: 0;
    display: none;
}
.member-btn .menu ul li a {
    font-size: 14px;
    text-align: center;
    padding: 8px;
    text-align: center;
    display: block;
    color: #333333;
    transition: all .3s ease;
}
.member-btn .menu ul li a.m-style-2 {
    color: #004474;
}
.member-btn .menu ul li a:hover {
    background: #004475;
    color: #FFF;
}
/*------------ / site_header ------------*/

/*------------ banner ------------*/

.banner {
    position: relative;
}

.banner .container {
    max-width: 1440px;
    padding: 0;
}

/* arrow */
.banner button.slick-arrow {
    background: url(../../images/common/index/arrow.png) 0 0 no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 45%;
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: hidden;
    padding: 0;
    margin: 0 0px;
    border: none;
    z-index: 10;
    cursor: pointer;
    transition: all .3s ease;
}
.banner button.slick-prev {
    left: -20px;
}
.banner button.slick-prev:hover {
    opacity: 0.7;
}
.banner button.slick-next {
    background-position: 100% 0%;
    right: -20px;
}
.banner button.slick-next:hover {
    opacity: 0.7;
}
/* dot */
.banner .slick-dots {
    bottom: -15px;
    right: 15px;
    text-align: right;
    padding: 0;
    vertical-align: middle;
    position: absolute;
}

.banner .slick-dots li {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    list-style-type: none;
}

.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 8px;
    height: 8px;
    background: #f2f2f2;
    opacity: 1;
    border-radius: 0;
    border-radius: 100%;
    margin: 0 5px;
    cursor: pointer;
}

.banner .slick-dots li.slick-active button {
    background: #004475;
}

/*------------ / banner ------------*/

/*------------ site_main ------------*/

.main-top .container {
    max-width: 1440px;
    padding: 0;
}

.main-title {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
}
.main-title:before {
    content: "";
    width: 1px;
    height: 23px;
    position: absolute;
    left: calc(50% - 1px);
    top: -36px;
    background: #D6D6D6;
}
.main-title .main-title-b-2 {
    font-size: 40px;
    line-height: 40px;
    color: #004473;
    font-weight: 300;
    position: relative;
    margin: 0;
    display: block;
    margin-bottom: 11px;
    font-family: 'Poppins', sans-serif;
}

.main-title .main-title-b-2::first-letter {
    font-weight: bold;
}

.main-title .main-title-b {
    font-size: 20px;
    color: #3E4046;
    font-weight: 400;
    position: relative;
    margin: 0;
    display: block;
    line-height: 20px;
    letter-spacing: 4px;
}

/* .main-title .main-title-b::after {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: #353840;
    margin: 10px auto;
} */

.main-content {
    padding: 0 0 70px;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
}

.content-top {
    margin-bottom: 30px;
}

.content-title {
    color: #004472;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 25px 0;
    text-align: center;
    text-transform: uppercase;
}

.content-title2 {
    font-size: 20px;
    color: #3E4146;
    font-weight: 400;
    line-height: 1.2;
    border-bottom: 1px solid #D6D6D6;
    margin: 0 0 30px 0;
    padding: 5px 0 12px;
    position: relative;
}
.content-title2:before {
    content: "";
    background: #004473;
    width: 91px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.content-title span {
    border: 2px solid #E5EBEE;
    padding: 4px 4%;
    margin-top: 33px;
    display: inline-block;
    white-space: nowrap;
}


.c-member.content .content-title{
    border-top: 1px solid #D6D6D6;
}
.content-title{
    border-top: 1px solid #D6D6D6;
}
.has-side .c-member.content {
    padding-left: 50px;
    padding-right: 50px;
}

.content-title .keyword {
    color: #F2856C;
}

.shopping-title {
    color: #70AC92;
    font-size: 20px;
    font-weight: normal;
    padding: 5px 0 0 0;
    margin: 0 0 10px 0;
    font-family: 'Josefin Sans', '微軟正黑體', sans-serif;
}

.shopping-title .ic {
    font-size: 22px;
    color: #7FCAA5;
    vertical-align: middle;
    margin: 0 3px 5px 0;
}

.shopping-title .ic3-bag-plus {
    font-size: 26px;
    margin-right: 10px;
}

.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.btn-box.wide-spacing {
    letter-spacing: 15px;
}

.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}

.warning-sect {
    padding-bottom: 30px;
}

/*------------ / site_main ------------*/

.sect3 {
    padding: 0 0 60px;
    position: relative;
}

.sect3 .cl {
    display: flex;
    border: 3px solid #004475;
    background: url(../../images/common/sect3_bg.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.sect3 .title {
    position: relative;
    width: 20%;
    padding-left: 60px;
}

.sect3 .title::before {
    content: '';
    position: absolute;
    top: 42%;
    left: 0;
    background: #004475;
    width: 200px;
    height: 107px;
    transform: translateY(-50%);
}

.sect3 .title h2 {
    position: relative;
    font-size: 45px;
    margin: 0;
    color: #004475;
}

.sect3 .title h2 span {
    color: #fff;
}

.disclaimer_text {
    width: 80%;
    padding: 0 80px 0 50px;
    margin: 0;
    list-style: none;
    text-indent: 15px;
}

.disclaimer_text li {
    position: relative;
}

.disclaimer_text li::before {
    content: '';
    position: absolute;
    background: #004475;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 7px;
    left: 0;
}

.disclaimer_text li+li {
    margin: 15px 0 0;
}

/* footer */

.footer-top .inf .info {
    position: relative;
}

.footer-top .info .txt {
    padding: 0px 10px 0;
    margin-top: 0;
    margin-bottom: 0;
}

.footer-top .info .txt li {
    list-style: none;
    margin: 10px 0px 10px 40px;
    text-align: left;
}

.footer-top .info .txt i {
    margin: 0 0 0 -35px;
    width: 25px;
    height: 25px;
    background: #DFE7ED;
    color: #004474;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    position: absolute;
}

/*------------ breadcrumb ------------*/

.breadcrumb {
    text-align: right;
    color: #B3B5B9;
    padding: 5px 15px 0px 15px;
    margin: 12px 0 0px;
    font-size: 13px;
    transition: all 0.3s ease;
}

.breadcrumb li, .breadcrumb li a {
    display: inline;
}

.breadcrumb li:first-child a span {
    font-size: 0;
}

.breadcrumb li:first-child a span:before {
    font-family: 'icon-font-3' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e907";
    font-size: 14px;
}

.breadcrumb li+li:before {
    content: '> ';
    display: inline-block;
    margin: 0 3px;
}

.breadcrumb li a:hover {
    color: #004475;
}

.content-top .breadcrumb {
    background: none;
    float: right;
    color: #B3B5B9;
    padding: 6px 0;
    transition: all 0.3s ease;
}

.content-top .breadcrumb:before, .content-top .breadcrumb:after {
    content: '/';
}

.content-top .breadcrumb li+li:before {
    content: '> ';
}

.content-top .breadcrumb li:first-child a:before {
    display: none;
}

/*------------ / breadcrumb ------------*/

/*------------ side ------------*/

.side {
    width: 255px;
    float: left;
}

.has-side .content {
    width: calc(100% - 255px);
    float: right;
    border-left: 1px solid #DEDFE2;
    padding: 0 0 0 30px;
}

.side-nav, .side-nav-top {
    position: relative;
    font-size: 15px;
}

.side-nav-top {
    border-bottom: 1px solid #E1E1E1;
    padding: 0 0 10px 0;
}

.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 2px 20px;
    color: #70AC92;
}

.side-nav-top li a:before {
    content: ' ● ';
    display: block;
    color: #70AC92;
    position: absolute;
    left: 5px;
    font-size: 12px;
}

.side-nav li a {
    position: relative;
    display: block;
    letter-spacing: 0.4px;
    line-height: 1.2;
    padding: 12px 18px;
    background: transparent;
    color: #535662;
    font-weight: 400;
    transition: all 0.3s ease;
}

.side-nav li a, .side-nav-top li a {
    display: block;
    margin-bottom: 6px;
}

.side-nav>li>a, .side-nav-top>li>a {
    position: relative;
}



.side-nav>li>a:hover, .side-nav>li.active>a {
    background: #004475;
    color: #fff;
}

.side-nav-top>li>a:hover, .side-nav-top>li.active>a {
    color: #8D8F78;
}

.side-nav ul {
    display: none;
    padding: 0;
}

.side-nav ul li a {
    color: #535662;
    background: transparent;
    font-size: 14px;
    letter-spacing: 0.4px;
    padding: 5px 10px 5px 30px;
    font-weight: 400;
    line-height: 1.2;
    transition: all 0.3s ease;
    position: relative;
}

.side-nav ul li a:hover, .side-nav ul li.active>a {
    color: #004677;
    padding-left: 40px;
}

.side-nav ul li a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #004475;
    left: 18px;
    top: 14px;
    transition: all 0.3s ease;
}

.side-nav ul li a:hover:before, .side-nav ul li.active>a:before {
    width: 13px;
}

.side-nav li ul{
    padding-top: 8px;
    padding-bottom: 8px;
}

/*------------ / side ------------*/

/*------------ site_footer ------------*/

.footer-top {
    color: #A9C0CF;
    padding: 55px 0 55px 0;
    letter-spacing: 0;
    background: #255F87;
    font-size: 15px;
}
.footer-top a {
    color: #A9C0CF;
}
.footer-top a:hover {
    color: #c3c3c3;
}
.footer-top .row {
    margin: 0 -20px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.footer-top .col {
    padding: 0px 20px;
    border-right: 1px solid #678FAB;
}
.footer-top .col:last-of-type {
    border: 0;
}
.footer-top .col1 {
    border-left-width: 0;
    width: 25%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
.footer-top .col2, .footer-top .col3, .footer-top .col4 {
    width: 25%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.footer-top .col3{
    flex-direction: column;
    align-items: start;
    /* justify-content: space-between; */
    padding: 0 55px;
    border-right: unset;
}
.footer-top .col3 .share-t{
    color: #d8e9f5;
    font-size: 35px;
    letter-spacing: 3px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
.footer-top .col3 .share-t::first-letter{
    font-weight: bold;
}
.footer-title {
    color: #7FCAA5;
    font-size: 16px;
    margin-bottom: 12px;
}
.footer-title .ic {
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #80CAA5;
    border-radius: 4px;
}
.site-map {
    font-size: 15px;
    letter-spacing: 0;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.5px;
    text-align: left;
}
.site-map ul li {
    margin: 3px 0;
}
.site-map ul li a {
    display: inline-block;
    padding: 3px 25px 3px 0;
    position: relative;
    color: #A9C0CF;
    font-size: 13px;
    font-weight: 400;
}
.site-map ul li a::before {
    content: '-';
    margin: 0 5px 0 0;
}
.qrcode {
    display: inline-block;
    margin: 0 10px 0 0;
    /* border: 1px solid #D2D2D2; */
}
.site-info {
    line-height: 1.8;
    letter-spacing: 0.5px;
    margin-left: 35px;
}
.footer-bottom {
    background: #004474;
    font-size: 13px;
    color: #80A2BA;
    text-align: center;
    padding: 19px 0;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
/*------------ /site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 50%;
    bottom: 30%;
    margin-right: -800px;
    z-index: 299;
    transition: all .3s ease;
}
.floating .btn.gocart {
    display: block;
    margin: 0 auto 5px;
    background: url('../../images/common/gocart.svg') no-repeat;
    width: 60px;
    height: 60px;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
}
.no-svg .floating .btn.gocart {
    background-image: url('../../images/common/gocart.png');
}
.floating .btn.gocart:hover {
    background-position: 0 100%;
    color: #fff;
}
.floating .ibtn.gotop {
    background: url(../../images/common/gotop.png) 0 0 no-repeat;
    width: 40px;
    height: 40px;
}
.floating .ibtn.gotop:hover {
    background: url(../../images/common/gotop.png) 0 100% no-repeat;
}
/*------------ /floating ------------*/
/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
}
.pagination li a {
    display: block;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    color: #B2B4B8;
    font-size: 15px;
    padding: 0 5px;
    margin: 0 2px;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    color: #004475;
}
.pagination li a.controls {
    padding: 0;
    font-size: 15px;
    color: #B2B4B8;
    line-height: 22px;
    border-radius: 100%;
    border: 1px solid #B2B4B8;
    background: transparent;
}
.pagination li a.controls:hover {
    background: #004475;
    border: 1px solid #004475;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}
.page-info .form-control:focus {
    border-color: #80caa5;
}
/*------------ /pagination ------------*/
/*------------ form ------------*/
.reminder {
    text-align: center;
    color: #777;
    position: relative;
    margin: 0 0 30px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px;
}
.reminder.no-line{
    border-bottom: unset;
}
.reminder b {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 4px 0 10px;
    color: #E51C6C;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #CCCCCC;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    border-color: #72B1AA;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    background: #EEEEEE;
    border: 1px solid #CCCCCC;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    border-color: #72B1AA;
    background: #72B1AA;
    color: #fff;
    z-index: 2;
}
.qty-box .less {
    left: 0;
    border-radius: 5px 0 0 5px;
}
.qty-box .add {
    right: 0;
    border-radius: 0 5px 5px 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 29px;
    line-height: 27px;
    padding: 0 10px;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    margin-bottom: 6px;
    border-radius: 3px;
}

.form-control:focus {
    outline: none;
    border-color: #9CB8CA;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}

.static-control {
    line-height: inherit;
    color: #444;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 0 5px;
}

.form-wrap {
    margin: 0 auto;
}

.form-wrap.type2 {
    max-width: 1200px;
}

.form-wrap.type4 {
    position: relative;
}

.form-wrap.type3 .form-box {
    max-width: 600px;
}

.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
}

.form-box {
    margin: 0 auto;
}

.line {
    margin: 0 auto;
    border-top: 1px solid #DEDFE2;
    padding: 20px 0;
}

.line2 {
    margin: 0 auto;
    border-top: 1px solid #DEDFE2;
    border-bottom: 1px solid #DEDFE2;
    padding: 20px 0;
}

.form-box .row {
    margin: 0 -24px;
    position: relative;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
    box-sizing: border-box;
}

.form-box .type2 .col1 {
    float: left;
    width: 70%;
    padding: 0 24px;
    box-sizing: border-box;
}

.form-box .type2 .col2 {
    float: right;
    width: 25%;
    padding: 50px 0 0 0;
}

.form-box .required {
    position: relative;
}

.form-box .required:after {
    content: '*';
    display: inline-block;
    vertical-align: middle;
    color: #E51C6C;
    width: 6px;
    height: 6px;
    border-radius: 0%;
    margin: -28px -4px 0px 5px;
}

.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}

.form-box .control-label {
    display: block;
    line-height: inherit;
}

.form-box .control-box {
    position: relative;
}

/* 單選 */

.form-box .radio-box {
    position: relative;
    display: flex;
}

.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: #80CAA5;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}

.form-box .captcha a:hover {
    color: #ccc;
}

.form-box .captcha a * {
    vertical-align: middle;
}

.form-box .captcha a .ic {
    transition: transform .3s ease;
    font-size: 14px;
    color: #fff;
    background: #004475;
    padding: 5px;
}

.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
    color: #fff;
    background: #B8C4C7;
}

.form-box .name .control-box {
    position: relative;
}

.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: #E51B6C;
    font-size: 13px;
    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 .control-box {
    position: relative;
}

.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 .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: 21px;
    height: 21px;
    margin: 0 0 3px;
}

.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}

.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}

/* end 單選 */

/*  復選 */

.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}

.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}

.form-radio.checked:before, .form-checkbox.checked:before {
    background-position: 0 100%;
}

/* end 復選 */

/* 多種欄位 */

.input-box {
    position: relative;
    display: flex;
    text-align: center;
}

.input-box .form-control {
    text-align: center;
    margin: 0 5px 0 0;
    color: #D7D7D7;
    border-color: #D7D7D7;
}

.input-box .form-control:focus {
    border-color: #9CB8CA;
}

/* 多種欄位 */

.success-wrap {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 3% 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.success-box {
    text-align: center;
    line-height: 2;
}

.success-msg {
    color: #3E3F46;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 auto 15px;
}
.success-msg-2 {
    color: #004475;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 auto 15px;
}


/* .no-svg .success-msg {
    background-image: url('../../images/common/success_ic.png');
} */

.success-txt {
    line-height: 1.8;
    color: #777;
    padding-bottom: 10px;
}

.success-txt strong {
    color: #444;
    font-size: 15px;
}
.success-txt a {
    color: #004472;
    text-decoration: underline;

}

.success-txt a:hover {
    text-decoration: none;
}

.success-wrap .btn-box {
    max-width: 1000px;
    margin: 0 auto;
}

/*------------ / form ------------*/

/*------------ table ------------*/

.table-h {
    border-top: 1px solid #DCDCDC;
    color: #6A6A6A;
}

.table-h thead {
    display: none;
}

.table-h td[data-title]:before {
    content: attr(data-title);
    display: inline-block;
    color: #aaa;
    font-size: 13px;
}

.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}

.table-h .btn-holder {
    min-width: 30px;
}

.table-h thead {
    border-bottom: 1px solid #DCDCDC;
}

.table-h thead th {
    color: #777;
    font-weight: normal;
    padding: 12px;
}

.table-h tbody tr {
    border-bottom: 1px solid #DCDCDC;
}

.table-h .align-left {
    text-align: left;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table td span {
    color: #DE82A5;
}

.table-v {
    color: #777;
    font-size: 14px;
}

.table-v tr {
    border-bottom: 1px solid #ddd;
}

.table-v th, .table-v td {
    padding: 12px 20px;
    vertical-align: middle;
}

.table-v th {
    text-align: left;
    width: 110px;
    font-weight: normal;
    position: relative;
    background: #F0F0F0;
}

.table-v strong {
    color: #DA6994;
}

/*------------ / table ------------*/

/*------------ lightbox ------------*/

body .fancybox-close {
    background: url(../../images/common/lightbox_close.jpg) no-repeat;
    width: 41px;
    height: 41px;
    right: 5px;
    top: 5px;
}

body .fancybox-close:hover {
    background: url(../../images/common/lightbox_close.jpg) 100% 100% no-repeat;
}

.no-svg body .fancybox-close {
    background-image: url(../../images/common/lightbox_close.jpg);
}

body .fancybox-close:hover {
    background-position: 0 100%;
}

body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 0px;
    border: 5px solid #004475;
    position: relative;
}

body .fancybox-inner {
    background: #F2FAF6;
    border-radius: 0px;
}

.fancybox-album .photo-pager {
    position: absolute;
    bottom: -60px;
    left: 50%;
    width: 80px;
    height: 60px;
    background: #004475;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    padding: 20px 0 0 0;
    margin: 0 0 0 -40px;
}

.fancybox-album .photo-pager span {
    display: block;
}

.fancybox-album .photo-pager b {
    color: #FFF;
    text-decoration: underline;
}

.fancybox-album .fancybox-title {
    position: relative;
    width: 100%;
}

.fancybox-album .photo-intro {
    padding: 0 0 25px 0;
}

.fancybox-album .photo-title {
    color: #004475;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.fancybox-album .fancybox-nav span {
    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
    width: 15px;
    height: 27px;
    margin-top: -20px;
    visibility: visible;
}

.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -70px;
}

.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -70px;
}

.fancybox-album .fancybox-prev:hover span {
    background-position: 0 100%;
}

.fancybox-album .fancybox-next:hover span {
    background-position: 100% 100%;
}

.lightbox-wrapper {
    padding: 40px;
    max-width: 100%;
    width: 780px;
    margin: 0 auto;
    box-sizing: border-box;
}

.login-box .lightbox-title {
    color: #004475;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: center;
}

.login-box .lightbox-title span {
    border: 2px solid #004475;
    padding: 5px 10px;
}

.no-svg .login-box .lightbox-title {
    background-image: url('../../images/common/login_ic.png');
}

.lightbox-wrapper .control-label {
    display: none;
}

.login-box .notice-box {
    background: #eee;
    margin-top: 40px;
    padding: 20px 15px;
    border-radius: 15px;
}

.login-box .notice-box .title {
    float: left;
    background: url('../../images/common/join_ic.png') 0 100% no-repeat;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 0 0 45px;
    margin: 5px 0 0 80px;
}

.no-svg .login-box .notice-box .title {
    background-image: url('../../images/common/join_ic.png');
}

.login-box .notice-box .txt {
    color: #777;
    border: 1px solid #ccc;
    border-width: 0 0 0 1px;
    margin-left: 240px;
    padding-left: 30px;
}

.login-box .success-box+.btn-box {
    max-width: 700px;
    margin: 0 auto;
}

.login-box .success-box+.btn-box a {
    margin: 10px 0;
}

.arrival-box {
    position: relative;
}

.arrival-box .form-control {
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
    border-color: #72B1AA;
    background: none;
}

.arrival-box .form-control:focus {
    background: #fff;
}

.arrival-box .pd-name {
    color: #72B1AA;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.no-svg .arrival-box .pd-name {
    background-image: url('../../images/common/products/arrival_ic.png')
}

.arrival-box .pd-id {
    color: #aaa;
    font-size: 14px;
    text-align: center;
}

.arrival-box .form-box {
    padding: 30px 0;
}

.arrival-notice {
    color: #777;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
}

.arrival-box .btn-box {
    padding-top: 0;
}

/*------------ / lightbox ------------*/

.mmenu-show #mobile-fixed li, .mmenu-show #mobile-search, .mmenu-show #member-box li a {
    background: #004475;
}

.mmenu-show #mobile-search .search {
    position: absolute;
    right: 8px;
    top: 4px;
}

.mmenu-show #mobile-search .search .ic3-search2 {
    font-size: 20px;
}

.mmenu-show #mobile-fixed ul, .mmenu-show #member-box li {
    border-bottom-color: #004475;
}

.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #004475;
}

.mmenu-show #mobile-menu .menu li a:hover, .mmenu-show #mobile-menu .menu li.active>a {
    color: #004475;
}

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.mmenu-show #mobile-menu .language-menu {
    background: #004475;
    color: #fff;
}

.mmenu-show #mobile-menu .share-menu {
    background: #004475;
}

.mmenu-show #mobile-menu .share .btn:hover {
    background: #B8C4C7;
    color: #004475;
}

.mmenu-show #mobile-menu .share .btn {
    line-height: 32px;
}

.mmenu-show #mobile-fixed li i {
    top: -3px;
    position: relative;
}
.mmenu-show #mobile-menu .share {
    display: flex;
    justify-content: center;
}

.menu-mobile{
    display: none;
}

.member-bottom{
    text-align: center;
    color: #666666;
    font-size: 14px;
    transition: all .3s ease;
    margin-top: 36px;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 30px;
    margin-top: 20px;
}
.member-bottom a:hover{
    color: #004473;
}
.check-agree-box{
    margin-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #D6D6D6;
}
.check-agree{
    margin-bottom: 10px;
    text-align: center;
    color: #333;
    font-size: 16px;
}
.agree-content{
    background: #FFF;
    padding: 20px 30px ;
    max-height:255px ;
    box-sizing: border-box;
    overflow-y: scroll;
}

@media screen and (max-width: 1600px) {
    /*------------ floating 1600 ------------*/
    .floating, .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
    /*------------ / floating 1600 ------------*/
}

@media screen and (max-width: 1500px) {
    .footer-top .col3 {
        padding: 0px 20px;
        justify-content: center;
    }
    .footer-top .col3 {
        width: 20%;

    }
    .footer-top .col1 {
        width: 30%;
    }
    .sharebox .share {
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 1470px) {
   .site-header > .container{
       padding-left: 0;
       padding-right: 0;
   }
   .header-fixed  .site-header > .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .member-btn {
        right: 0;
    }
    .site-nav {
        text-align: left;
        padding-left: 20px;
    }
}
@media screen and (max-width: 1370px) {
    /*------------ site_footer 1370 ------------*/
    .site-map {
        letter-spacing: 15px;
    }
    /*------------ / site_footer 1370 ------------*/
}

@media screen and (max-width: 1280px) {
    /*------------ site_footer 1280 ------------*/
  
    .site-map ul li {
        display: inline-block;
    }
    /*------------ / site_footer 1280 ------------*/
    .sect3 .info .txt {
        padding: 0px 0px 0;
    }
    .table-h td[data-title]:before {
        display: block;
        margin: 0 0 5px 0;
    }
    /* menu */
    .header-fixed .site-nav .menu>li {
        margin: 0 15px;
    }
    .header-fixed .site-nav .menu>li+li:before {
        left: -15px;
    }
    .footer-top .row {
        flex-wrap: wrap;
    }
    .footer-top .col1, .footer-top .col2, .footer-top .col3, .footer-top .col4 {
        width: 50%;
    }
    .footer-top .col1, .footer-top .col4 {
        border-bottom: 1px solid #678FAB;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .footer-top .col3 {
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1200px) {
    /*------------ side 1200 ------------*/
    .side {
        width: 255px;
    }
    .has-side .content {
        width: calc(100% - 255px);
    }
    /*------------ / side 1200 ------------*/
}

@media screen and (max-width: 1120px) {
    /*------------ site_header 1120 ------------*/
    .top-nav {
        right: 15px;
    }
    /*------------ / site_header 1120 ------------*/
    .sect3 .row .col.col2 {
        margin: 20px 0 0 0;
    }
    .sect3 .cf-list li .pic {
        max-width: 100%;
        overflow: hidden;
    }
    .sect3 .sharebox, .sect3 .info {
        width: 50%;
        margin: 0 auto;
        text-align: center;
        float: left;
        max-width: 100%;
    }
    .func-menu>li.gocart {
        right: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .menu-mobile{
        display: block;
    }
    .sect3 .sharebox {
        display: none;
    }
    .sect3 .info {
        width: 100%;
        float: none;
        margin: 0 auto 15px;
        text-align: center;
        display: inline-block;
    }
    .site-header, .header-fixed .site-header {
        position: relative;
        border: 0;
    }
    .header-fixed .site-title .logo, .site-title .logo {
        height: 47px;
        width: 280px;
    }
    .header-fixed .site-title, .site-title {
        margin: 0;
        float: none;
        width: 100%;
        padding: 16.5px 0;
    }
    .wrapper {
        padding-top: 40px;
    }
    /*--- 隱私權手機板 ---*/
    .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;
        border-top: solid 1px #a598b8;
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
        border-bottom: solid 1px transparent;
    }
    .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 1000 ------------*/
    .site-title {
        float: none;
        text-align: center;
        background: #FFF;
    }
    .site-header{
        background: #FFF;
    }
    .top-nav, .site-nav, .site-header .search-box {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 80px;
    }
    .has-side .content {
        border-left: none;
        padding: 0;
    }
    .has-side .c-member.content {
        padding-left: 0;
        padding-right: 0;
    }
    .search-box:after {
        top: -1px;
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .footer-top {
        padding: 20px 0 30px;
    }
    .footer-top .container {
        text-align: center;
    }
    .footer-top .col.col1 {
        display: none;
    }
    .footer-top .col.col2 {
        display: inline-block;
        text-align: center;
        float: none;
        width: 100%;
    }
    .footer-top .map-box {
        margin: 0;
    }
    .site-info {
        margin-left: 0;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating, .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .btn.gocart {
        display: none;
    }
    .floating .ibtn.gotop {
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .floating .ibtn.gotop:hover {
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
    }
    /*------------ / floating 1000 ------------*/
    .content-top {
        margin-bottom: 20px;
        padding-top: 23px;
    }
    /* basic */
    body {
        background: #F6F6F6;
    }
    .main-title .main-title-b {
        font-size: 22px;
        line-height: 22px;
    }
    .main-title .main-title-b-2 {
        font-size: 28px;
        line-height: 28px;
    }
    .content-title2 {
        font-size: 20px;
        padding: 0 0 5px;
    }


    .breadcrumb {
        padding: 5px 15px 5px 15px;
        margin: 12px 0 10px;
    }
    .main-title:before {
        display: none;
    }
    /* footer */
    .footer-top .row {
        flex-direction: column;
    }
    .footer-top .col2, .footer-top .col3, .footer-top .col4 {
        width: 100%;
    }
    .sharebox {
        padding-left: 0;
        text-align: center;
    }
    .sharebox .share {
        display: block;
    }
    .share:before {
        left: 0;
        right: 0;
        top: 0;
        transform: unset;
        margin: 0 auto 15px;
        position: relative;
    }
    .footer-top .col {
        border-bottom: 0px solid #CDD1D2;
        border-right: 0;
        padding: 30px 15px;
    }
    .footer-top  .col.col4{
        padding-bottom: 0;
    }
    .footer-top {
        padding: 0;
    }
    .footer-top .col.col4 {
        margin-bottom: 0;
    }
    .footer-bottom {
        padding: 10px 0 30px;
    }
    .footer-top .info .txt li {
        margin: 0 0 10px 40px;
    }
    .footer-top .info .txt li:last-of-type {
        margin-bottom: 0;
    }
    .footer-top .info .txt {
        margin: 0;
    }
    .footer-top .col3 {
        display: none;
    }
    .share:before {
        content: '';
        margin: 0;
    }
    /* .sect3  */
    .sect3 .row .col {
        width: 100%;
        float: none;
        display: block;
        padding: 0 0 30px;
    }
    .sect3 .title, .disclaimer_text {
        width: 100%;
        box-sizing: border-box;
    }
    .sect3 .title::before {
        display: none;
    }
    .sect3 .title {
        padding: 0;
        background: #004475;
        text-align: center;
        margin: 0 0 30px;
    }
    .sect3 .title h2 {
        color: #fff;
        font-size: 30px;
    }
    .disclaimer_text {
        padding: 0 30px;
    }
    /* banner */
    .banner .slick-dots {
        bottom: 0;
        text-align: center;
        position: relative;
        right: 0;
        left: 0;
    }
    .banner .slick-dots li button {
        background: #B8C4C7;
    }
}

@media screen and (max-width: 900px) {
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    /*------------ / table 900 ------------*/
}

@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    .main-content {
        padding: 0 0 50px;
    }
    .main-title {
        font-size: 28px;
    }
    /*------------ / 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: -30px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box .row:before {
        display: none;
    }
    .form-box .col, .form-box .type2 .col {
        width: 100%;
    }
    .form-box .type2 .col2 {
        text-align: center;
    }
    .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 .form-box .tips {
        min-height: 0;
    }
    .success-wrap {
        padding: 30px 15px;
    }
    .success-msg {
        font-size: 20px;
        background-size: 80px;
        padding-top: 0px;
    }
    .success-msg-2 {
        margin: 0 auto 10px;
    }
    /*------------ / form 767 ------------*/
    /*------------ table 767 ------------*/
    .table-h {
        border-top: 1px dashed #bbb;
    }
    .table-h tr, .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
        margin: 0;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
    /*------------ / table 767 ------------*/
    /*------------ lightbox 767 ------------*/
    .login-box .notice-box {
        padding: 20px 25px;
        text-align: center;
    }
    .login-box .notice-box .title {
        float: none;
        display: inline-block;
        margin: 0;
    }
    .login-box .notice-box .txt {
        border-width: 1px 0 0;
        margin: 15px 0 0;
        padding: 15px 0 0;
    }
    /*------------ / lightbox 767 ------------*/
}

@media screen and (max-width: 500px) {
    /*------------ lightbox 500 ------------*/
    .lightbox-wrapper {
        padding: 30px 20px;
    }
    .login-box .main-title {
        padding-top: 0;
    }
    .login-box .main-title span {
        font-size: 36px;
    }
    .login-box .success-msg {
        font-size: 17px;
    }
    /*------------ / lightbox 500 ------------*/
    /*------------ 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 {
        border: 0;
    }
    /*------------ / table 500 ------------*/
    .sect3 {
        padding: 0 0 30px;
    }
    .sect3 .cf-list li {
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }
}

@media screen and (max-width: 400px) {
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
    /*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
    /*------------ / btn 400 ------------*/
}
