@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&display=swap');
@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=Noto+Serif+TC:wght@400;500;700&display=swap');
/*------------ basic ------------*/
body {
    font-family: Arial,'微軟正黑體' , 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro','文泉驛正黑' , 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #6e6e6e;
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: 0.1em;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.wrapper {
    position: relative;
    padding-top: 271px;
}
.wrapper:before {
    content: "";
    background: url(../../images/common/header-bg-1.jpg)  repeat;
    width: 100%;
    height: 608px;
    position: absolute;
    left: 0;
    top: 0;
}
/*------------ / basic ------------*/
/*------------ icon ------------*/
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
    width: 32px;
    height: 32px;
    line-height: 35px;
    font-size: 18px;
    color: #FFF;
    background: #59BED7;
    border: 1px solid #59BED7;
    border-radius: 50%;
}
/* .share .btn.facebook:hover {
    background: #3B5999;
}
.share .btn.plurk:hover {
    background: #FF5C26;
}
.share .btn.google:hover {
    background: #D93600;
}
.share .btn.twitter:hover {
    background: #26C9FF;
} */
/* .share .btn.line {
    font-size: 35px;
    color: #fff;
    background: #a46440;
    border: 0;
}
.share .btn.instagram {
    font-weight: bolder;
} */
.share .btn:hover {
    background: #8CDACD !important;
    border-color: #8CDACD;
    color: #fff;
}
/* .share .btn.line:hover {
    background: #fff !important;
    border-color: #FFB401;
    color: #FFB401;
} */
.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.png');
    width: 230px;
    height: 100px;
    margin: 0 5px 0 5px!important;
    background-size: 100%;
    transition: all .3s ease;
    position: relative;
}
.ibtn.fb-fans-page:before {
    content: "";
    width: 230px;
    height: 100px;
    background-image: url('../../images/tw/fb_page_hover.png');
    transition: all .3s ease;
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
}
.ibtn.fb-fans-page:hover{
    opacity: 1;
}
.ibtn.fb-fans-page:hover:before {
    opacity: 1;

}
.ibtn.line-fans-page {
    background-image: url('../../images/tw/line_page.png');
    width: 60px;
    height: 60px;
    margin: 0 5px!important;
    background-size: 100%;
}
.ibtn.ig-fans-page {
    background-image: url('../../images/tw/ig_page.png');
    width: 60px;
    height: 60px;
    background-size: 100%;
}
.ibtn:hover{
    opacity: .6;
    transition: all 0.3s ease;
}
.btn.back {
    font-size: 15px;
    letter-spacing: 0.06em;
    font-weight: bold;
    background: #49B8D4;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    width: 160px;
    border-radius: 30px;
    transition: all 0.3s ease;
}
.btn.back:hover {
    color: #fff;
    background: #8CDACD;
}
.btn.back .ic {
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    font-size: 1.2em;
    border-radius: 50%;
    margin: 0 8px 4px 0;
    transition: all 0.3s ease;
}
.btn.back:hover .ic {
    color: #fff;
}
.btn.simple {
    background: #49B8D4;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    letter-spacing: 0.06em;
    border-radius: 30px;
    width: 216px;
    margin: 0 5px 10px;
    transition: all 0.3s ease;
}
.btn.simple:hover {
    color: #fff;
    background: #8CDACD;;
}
.btn.simple .ic {
    vertical-align: middle;
    margin-bottom: 4px;
}
.btn.simple2 {
    background: #49B8D4;
    color: #FFF;
    font-family: 'Noto Serif TC', serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0.06em;
    border-radius: 30px;
    width: 216px;
    margin: 0 5px 10px;
    line-height: 40px;
    height: 40px;
    transition: all 0.3s ease;
}
.btn.simple2:hover {
    color: #fff;
    background: #8CDACD;
}
.btn.normal {
    width: 126px;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin: 0 5px 10px;
    position: relative;
    border-radius: 30px;
    background: #49B8D4;
    color: #FFF;
    transition: all 0.3s ease;
}
.btn.normal:hover {
    color: #fff;
    background: #8CDACD;
}
.btn.normal .ic {
    vertical-align: middle;
    margin: 0 0 5px 0;
}
.btn.pure {
    color: #49B8D4;
    font-size: 15px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.btn.pure:hover {
    color: #42B4D5;
    text-decoration: underline;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    /* padding: 5px 0 31px; */

    position: fixed;
    width: 100%;
    z-index: 500;
    padding: 0;
    /* box-shadow: 0 0px 8px rgb(0 0 0 / 15%); */
    background: url(../../images/common/header-bg-1.jpg) repeat;
    top: 0;
}
.site-header:before {
    content: "";
    background: linear-gradient(to right,#35D5FD,#04A3B5);
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.site-header .container {
    max-width: 1440px;
    padding: 0;
}
.site-title {
    position: relative;
    float: left;
    text-align: center;
    padding: 20px 0 20px 42px;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50% no-repeat;
    background-size: contain;
    width: 239px;
    height: 100px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.top-nav {
    position: absolute;
    z-index: 10;
    right: 14px;
    top: 4px;
    background: #FFF;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.top-nav>* {
    display: inline-block;
    vertical-align: middle;
}
.func-menu>li>a {
    color: #666;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0;
    padding: 0 6px;
}
.func-menu>li>a:hover {
    color: #1D4E6B;
}
.func-menu>li>a .ic {
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #04A3B5;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    margin-right: 1px;
}
.func-menu>li>a .ic43-person_add_alt_1 {
    background: #BD6628;
    font-size: 22px;
    line-height: 28px;
}
.func-menu>li>a .ic43-log-in,
.func-menu>li>a .ic43-log-out1 {
    background: #F7B23C;
    font-size: 19px !important;
}
.gocart {
    position: relative;
    padding: 0 24px;
}
.gocart>a {
    display: block;
    background: url(../../images/common/gocart_title.png) 0 50% no-repeat;
    line-height: 50px;
    color: #1F6269;
    font-size: 33px;
    font-weight: bold;
    transition: all 0.3s ease;
    padding-left: 95px;
}
.gocart>a:hover {
    color: #34858D;
}
.gocart>a>* {
    display: inline-block;
    vertical-align: middle;
}
.gocart>a .ic {
    font-size: 22px;
}
.gocart>a .qty {
    margin: 0 5px;
    font-family: 'Noto Serif TC', serif;
    color: #1F6269;
    font-size: 30px;
    font-weight: bold;
}
.gocart>a .txt {
    width: 40px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    background: #108592;
    border-radius: 15px;
    font-weight: bold;
    transition: all 0.3s ease;
}
.gocart>a:hover .txt {
    background-position: 0 100%;
    color: #fff;
    background: #58BCC6;
}
.gocart .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    right: 0;
    top: 100%;
    background: #fff;
    border: 3px solid #61C1DC;
    padding: 2px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.gocart .cart-box .btn {
    width: 100%;
    background: #61C1DC;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
}
.gocart .cart-box .btn:hover {
    background: #42B4D5;
}
.gocart .cart-box .btn .ic {
    vertical-align: middle;
    margin: 0 0 5px;
}
.gocart .cart-list {
    color: #333;
}
.gocart .cart-list li+li {
    border-top: 1px dashed #ddd;
}
.gocart .cart-list .box {
    display: block;
    overflow: hidden;
    padding: 8px 4px;
}
.gocart .cart-list .pic {
    float: left;
    width: 70px;
}
.gocart .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}
.gocart .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #464646;
    font-size: 15px;
}
.gocart .cart-list .box:hover .name {
    text-decoration: underline;
}
.gocart .cart-list .qty {
    color: #e44445;
}
.gocart .cart-list .box {
    position: relative;
}
.gocart .cart-list .box .cover {
    position: absolute;
    z-index: 30;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 0;
}
.func-menu>li.gomember {
    position: relative;
    display: inline-block;
}
.func-menu>li.gomember>a {
    font-size: 14px;
    color: #666;
}
.func-menu>li.gomember>a:hover {
    color: #1D4E6B;
}
.func-menu>li.gomember>a i {
    color: #04A3B5;
    font-size: 16px;
}
.func-menu .gomember-box {
    position: absolute;
    z-index: 10;
    width: 120px;
    right: 0%;
    left: -20%;
    top: 100%;
    background: #fff;
    padding: 1px;
    border: 1px solid #ddd;
    text-align: center;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    color: #888;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.func-menu .gomember.active .gomember-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.func-menu .gomember-list {
    padding: 0px 0;
}
.func-menu .gomember-list li+li {
    padding: 1px 0 0;
}
.func-menu .gomember-list a {
    display: block;
    overflow: hidden;
    display: block;
    overflow: hidden;
    padding: 5px 0;
    font-size: 14px;
    color: #888;
    transition: all 0.3s ease;
    background: url(../../images/common/border_dot_h.png) 0 100% repeat-x;
}
.func-menu .gomember-list a:hover {
    color: #42B4D5;
}
.func-menu .gomember-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}
.func-menu .gomember-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #292929;
    font-size: 15px;
}
.func-menu .login-out-fixed a {
    background: #108592;
    color: #fff !important;
    transition: all 0.3s ease;
}
.func-menu .gomember-list .login-out-fixed a:hover {
    color: #fff !important;
    background: #42B4D5;
}
.site-header .search-box {
    position: relative;
    width: 250px;
    padding-left: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-left: 50px;
    box-sizing: border-box;
}
.site-header .search-box .form-control {
    margin: 0;
    border-radius: 30px;
    background: #F2F8FA;
    height: 28px;
    line-height: 28px;
    background:#F2F8FA ;
    border: 0;
    padding-right: 50px;
}
.site-header .search-box .ibtn.search {
    width: 38px;
    height: 28px;
    border-radius: 15px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.search-box:after {
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    font-size: 16px;
    right: 1px;
    top: 0;
    line-height: 28px;
    width: 38px;
    height: 28px;
    border-radius: 15px;
    text-align: center;
    /* background: #282D7D; */
    background: linear-gradient(to right,#81D1DA,#0E8B99);
    color: #FFF;
    transition: all .3s ease;
}
.search-box:hover:after {
    opacity: 0.7;
}
/* .site-header .search-box .btn.search:hover {
    color: #B20000;
}
.site-header .search-box .btn.search:before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
} */
.site-header .language {
    position: relative;
}
.site-header .language .btn {
    display: none;
}
.site-header .language li a {
    display: block;
    background: #F99602;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 12px;
}
.site-header .language li a:hover {
    background: #6A4113;
}
.site-nav {
    background: #fff;
    border: 1px solid #DAEDF1;
    clear: both;
    padding: 0 5px;
    border-radius: 50px;
    box-shadow: 0px 4px 9px 3px #d5d5d54f;
}
.site-nav>*,
.submenu>* {
    display: inline-block;
    vertical-align: middle;
}
.submenu {
    text-align: left;
}
.submenu>* {
    margin-left: 12px;
}
.site-nav .menu {
    text-align: center;
    padding-left: 10px;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu>li:before {
    content: "";
    background: #DDDDDD;
    width: 1px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 35px;
    transform: rotate(13deg);
}
.site-nav .menu>li:nth-child(1):before{
    display: none;
}
.site-nav .menu>li:nth-last-child(-n+4) {
    display: none;
}
.site-nav .menu>li>a {
    width: 120px;
    color: #5E6B7A;
    font-size: 18px;
    padding: 18px 5px 10px;
    z-index: 1;
    position: relative;
    letter-spacing: 1px;
    transition: all .3s ease;
}
.site-nav .menu>li>a:before {
    content: '';
    position: absolute;
    left: calc(50% - 40px);
    top: 0;
    width: 0px;
    height: 3px;
    background: #04A3B5;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    transition: all .3s ease;
}
.site-nav .menu>li>a:hover:before,
.site-nav .menu>li.active>a:before {
    opacity: 1;
    width: 80px;
}
.site-nav .menu>li.active>a,
.site-nav .menu>li>a:hover {
    letter-spacing: 3px;
    color: #0E8B99;
}
.site-nav .menu>li>a .icon {
    display: block;
    width: 70px;
    height: 40px;
    margin: 0 auto;
    background-position: center;
    margin-bottom: 5px;
    position: relative;
}
.site-nav .menu>li>a .icon:before,
.site-nav .menu>li>a .icon:after {
    content: "";
    position: absolute;
    transition: all .3s ease-in-out;
    transform-origin: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.site-nav .menu>li>a .icon:before{
    opacity: 1;
}
.site-nav .menu>li>a .icon:after{
    opacity: 0;
}
.site-nav .menu>li>a .icon.i1:before {
    background-image: url(../../images/common/menu_icon_1.svg);
    width: 33px;
    height: 32px;
    top: 5px;
    left: 18px;
}
.site-nav .menu>li>a .icon.i1:after {
    background-image: url(../../images/common/menu_icon_1_hover.svg);
    width: 33px;
    height: 32px;
    top: 5px;
    left: 18px;
}

.site-nav .menu>li>a .icon.i2:before {
    background-image: url(../../images/common/menu_icon_2.svg);
    width: 28px;
    height: 37px;
    top: 3px;
    left: 21px;
}
.site-nav .menu>li>a .icon.i2:after {
    background-image: url(../../images/common/menu_icon_2_hover.svg);
    width: 28px;
    height: 37px;
    top: 3px;
    left: 21px;
}
.site-nav .menu>li>a .icon.i3:before {
    background-image: url(../../images/common/menu_icon_3.svg);
    width: 36px;
    height: 33px;
    top: 7px;
    left: 15px;
}
.site-nav .menu>li>a .icon.i3:after {
    background-image: url(../../images/common/menu_icon_3_hover.svg);
    width: 36px;
    height: 33px;
    top: 7px;
    left: 15px;
}
.site-nav .menu>li>a .icon.i4:before {
    background-image: url(../../images/common/menu_icon_4.svg);
    width: 32px;
    height: 36px;
    top: 4px;
    left: 17px;
}
.site-nav .menu>li>a .icon.i4:after {
    background-image: url(../../images/common/menu_icon_4_hover.svg);
    width: 32px;
    height: 36px;
    top: 4px;
    left: 17px;
}
.site-nav .menu>li>a .icon.i5:before {
    background-image: url(../../images/common/menu_icon_5.svg);
    width: 31px;
    height: 38px;
    top: 3px;
    left: 22px;
}
.site-nav .menu>li>a .icon.i5:after {
    background-image: url(../../images/common/menu_icon_5_hover.svg);
    width: 31px;
    height: 38px;
    top: 3px;
    left: 22px;
}
.site-nav .menu>li>a .icon.i6:before {
    background-image: url(../../images/common/menu_icon_6.svg);
    width: 29px;
    height: 37px;
    top: 3px;
    left: 19px;
}
.site-nav .menu>li>a .icon.i6:after {
    background-image: url(../../images/common/menu_icon_6_hover.svg);
    width: 29px;
    height: 37px;
    top: 3px;
    left: 19px;
}
.site-nav .menu>li>a .icon.i7:before {
    background-image: url(../../images/common/menu_icon_7.svg);
    width: 32px;
    height: 29px;
    top: 10px;
    left: 18px;
}
.site-nav .menu>li>a .icon.i7:after {
    background-image: url(../../images/common/menu_icon_7_hover.svg);
    width: 32px;
    height: 29px;
    top: 10px;
    left: 18px;
}
.site-nav .menu>li>a .icon.i8:before {
    background-image: url(../../images/common/menu_icon_8.svg);
    width: 29px;
    height: 38px;
    top: 3px;
    left: 21px;
}
.site-nav .menu>li>a .icon.i8:after {
    background-image: url(../../images/common/menu_icon_8_hover.svg);
    width: 29px;
    height: 38px;
    top: 3px;
    left: 21px;
}


.site-nav .menu>li>a:hover .icon:before {
    opacity: 0;
}
.site-nav .menu>li>a:hover .icon:after {
    opacity: 1;
}
/* .site-nav .menu>li>a:hover .icon:before {
    animation-name: menuover;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
@keyframes menuover {
    0% {
        transform: rotate(20deg);
    }
    50% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(20deg);
    }
} */
.site-nav .menu ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 190px;
    box-sizing: border-box;
}
.site-nav .menu>li>ul {
    top: 100%;
    left: 50%;
    margin-left: -95px;
}
.site-nav .menu>li>ul:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 7px 8px;
    border-color: transparent transparent #333 transparent;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -8px;
}
.site-nav .menu ul li a {
    color: #555;
    font-size: 14px;
    text-align: center;
    padding: 12px;
    background: rgba(255, 255, 255, 0.85);
    margin-bottom: 1px;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a {
    color: #fff;
    background: #333;
    text-decoration: underline;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}
.site-nav .menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 2px;
}
.site-nav .menu .new_menu {
    display: none;
}
/*------------ / site_header ------------*/
/*------------ header-fixed ------------*/
.header-fixed .site-nav:before {
    display: none;
}
.header-fixed .wrapper {
    background: transparent;
    /* padding-top: 52px; */
}
.header-fixed .site-header {
    position: fixed;
    width: 100%;
    z-index: 500;
    padding: 0;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
    background: url(../../images/common/header-bg-1.jpg) repeat;
    top: 0;
}
.header-fixed .func-menu li {
    display: none;
}
.header-fixed .func-menu .gomember-box li {
    display: block;
}
.header-fixed .func-menu .gomember {
    display: block;
}
.header-fixed .submenu {
    position: absolute;
    top: 25px;
    right: 250px;
}
.header-fixed .submenu>* {
    display: inline-block;
    margin: 0;
    margin-right: 110px
}
.header-fixed .site-title {
    padding: 7px 0 7px 0px;
}
.header-fixed .site-title .logo {
    width: 121px;
    height: 50px;
    image-rendering:-moz-crisp-edges;          /* Firefox        */
    image-rendering:-o-crisp-edges;            /* Opera          */
    image-rendering:-webkit-optimize-contrast; /* Safari         */
    image-rendering:optimize-contrast;         /* CSS3 Proposed  */
    -ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
}
.header-fixed .top-nav {
    top: 4px;
    padding-bottom: 4px;
}
.header-fixed .site-nav .menu>li>a {
    padding-top: 8px;
    padding-bottom: 3px;
}
.header-fixed .site-nav .menu>li>a .icon {
    display: none;
}
.header-fixed .site-header .search-box:before {
    top: 3px;
}
.header-fixed .site-nav {
    text-align: center;
    border-radius: 30px 30px 0px 0px;
}
.header-fixed .site-header .search-box {
    display: none;
}
.header-fixed .gocart>a {
    background: none;
    line-height: 30px;
    padding-left: 4px;
}
.header-fixed .gocart>a .qty {
    font-size: 22px;
}
.header-fixed .submenu {
    top: 20px;
    right: 160px;
}
.header-fixed .banner {
    /* margin-top: 240px; */
}
.header-fixed  .site-nav .menu>li:before {
    content: "";
    background: #DDDDDD;
    width: 1px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 11px;
    transform: rotate(13deg);
}

/*------------ / header-fixed ------------*/
/*------------ 拆單開始 ------------*/
.shopping_way.hot span {
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    bottom: 0px;
    position: relative;
}
.shopping_way.hot {
    text-align: center;
    margin-top: 5px;
    font-weight: normal;
    line-height: 31px;
}
.shopping_way .general {
    background: #45b6d4;
}
.shopping_way .cold {
    background: #6AB1A4;
}
.shopping_way .freezing {
    background: #16A3B2;
}
.shopping_way span+span {
    margin-left: 10px;
}
.shopping_way.hot.fixed {
    text-align: left;
}
/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner .container {
    max-width: 1440px;
    padding: 0;
    z-index: 2;
}
/*------------ / banner ------------*/
/*-----share_box-----*/
.share_box .share-link .btn {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
    margin: 2px 0;
}
.share_box .share-link .btn.facebook {
    color: #405D9A;
}
.share_box .share-link .btn.google {
    color: #F34537;
}
.share_box .share-link .btn.twitter {
    color: #39A0CE;
}
.share_box .share-link .btn.plurk {
    color: #E9443D;
}
.share_box.product {
    margin: 10px auto 0px auto;
    max-width: 840px;
}
.share_box {
    margin: 10px 0 30px;
    text-align: center;
}
.share_box .share-link .btn.blogger,
.share_box .share-link .btn.facebook,
.share_box .share-link .btn.google,
.share_box .share-link .btn.twitter,
.share_box .share-link .btn.mail,
.share_box .share-link .btn.linkedin,
.share_box .share-link .btn.tumblr,
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .btn.line,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w,
.share_box .share-link .btn.pinterest,
.share_box .share-link .btn.plurk {
    color: #49b8d4;
    cursor: pointer;
}
.a2a_default_style .a2a_svg {
    display: none;
}
.share_box .share-link .btn.blogger:hover {
    color: #F26C38;
}
.share_box .share-link .btn.facebook:hover {
    color: #405D9A;
}
.share_box .share-link .btn.google:hover {
    color: #F34537;
}
.share_box .share-link .btn.twitter:hover {
    color: #39A0CE;
}
.share_box .share-link .btn.mail:hover {
    color: #F6C13D;
}
.share_box .share-link .btn.linkedin:hover {
    color: #0177B5;
}
.share_box .share-link .icon-ic-share-t:hover {
    color: #36465C;
}
.share_box .share-link .btn.line:hover {
    color: #00C300;
}
.share_box .share-link .icon-ic-share-linecall:hover {
    color: #00C300;
}
.share_box .share-link .icon-ic-share-w:hover {
    color: #F70B19;
}
.share_box .share-link .btn.pinterest:hover {
    color: #DE220A;
}
.share_box .share-link .btn.plurk:hover {
    color: #E9443D;
}
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 2px 0;
    padding: 0;
}
.share_box .share-link .btn.line {
    padding: 0px;
}
.share_box .share-link:before {
    display: none;
}
/*-----share_box-----*/
/*------------ site_main ------------*/
.main-content {
    padding: 86px 0 125px;
}
.content {
    min-height: 150px;
    padding: 0 35px 30px;
    box-sizing: border-box;
}
.content-top {
    border-bottom: 1px solid #DDDDDD;
    margin: 0 0 25px;
    padding: 0 0 10px;
}
.main-title {
    color: #4E5865;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}
.main-title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/common/title_ic.svg') no-repeat;
    width: 33px;
    height: 23px;
    margin: 0 10px 2px 0;
}
.main-title span {
    display: inline-block;
    vertical-align: middle;
    color: #1F6269;
    font-size: 17px;
    margin-bottom: 2px;
}
.main-title .ic {
    vertical-align: middle;
    font-size: 0.8em;
    margin: 0 6px 3px 0;
}
.content-title {
    color: #4D5865;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 15px;
}
.content-title small {
    display: block;
    color: #79C9D2;
    font-family: 'Noto Serif TC', serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 5px 0 0;
}
.shopping-title,
.shopping-title-up {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-indent: -42px;
    padding-left: 42px;
    color: #4E5865;
    font-size: 20px;
}
.shopping-title .en,
.shopping-title-up .en {
    color: #4E5865;
    font-size: 17px;
    font-weight: bold;
    padding-left: 5px;
    letter-spacing: 0.5px;
}
.shopping-title .ic-wrap,
.shopping-title-up .ic-wrap {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0;
    text-indent: 0;
    border: 1px solid #0E8B99;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.shopping-title .ic-wrap .ic,
.shopping-title-up .ic-wrap .ic {
    font-size: 20px;
    color: #0E8B99;
    vertical-align: middle;
    margin: 0 0 4px;
}
.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.align-left {
    text-align: left;
}
.btn-box.has-border {
    margin-top: 15px;
    padding-top: 0px;
}
.warning-sect {
    padding:0px 0 0px;
    text-align: center;
}



.site-info {
    background: #fff;
    border-radius: 0 0 10px 10px;
    float: left;
    margin-top: 15px;
    box-sizing: border-box;
    z-index: unset;
    position: relative;
    width: 274px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 3px 6px 2px #ddd;
}
.site-info .title {
    background: url(../../images/common/siteinfo_title_s.png) 50% 50%;
    width: 274px;
    height: 218px;
    position: relative;
    overflow: visible;
}
/* .contact-sect .title:before {
    content: "";
    display: block;
    position: absolute;
    left: 33px;
    bottom: -58px;
    z-index: 2;
    width: 5px;
    height: 88px;
    background: url(../../images/common/index/contact_title_s_icon.svg);
} */
.site-info .title:before {
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    bottom: -46px;
    z-index: 2;
    width: 5px;
    height: 88px;
    background: url(../../images/common/siteinfo_title_s_icon.svg);
}
.site-info .editor{
    padding: 10px 15px 10px 15px;
}


.site-info .hours-tel {
    color: #1F6067;
    font-size: 14px;
    font-family: 'Noto Serif TC', serif;
    font-weight: bold;
    padding-left: 16px;
}
.site-info .hours-tel b {
    font-size: 25px;
    font-family: 'Noto Serif TC', serif;
    font-weight: normal;
}
.site-info .time {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
    background: linear-gradient(to right,#82D7C8,#42B4D5);
    border-radius: 20px;
    padding: 6px 20px;
    letter-spacing: 0;
}
.site-info .index-contact-list{
    padding-left: 20px;
}
.site-info .index-contact-list li {
    position: relative;
    font-size: 15px;
    color: #585F72;
}

/* 

.site-info {
    padding: 20px 10px 20px;
    letter-spacing: 0.06em;
    margin-top: 30px;
    background: #fff;
    text-align: center;
    border: 1px solid #FBDBA6;
    border-radius: 50% 50% 0px 0px;
    position: relative;
}
.site-info:after {
    content: "";
    position: absolute;
    left: -21px;
    bottom: -22px;
    z-index: -1;
    width: 304px;
    height: 53px;
    background: url(../../images/common/info_shadow.png)no-repeat;
}
.site-info:before {
    content: "";
    display: block;
    position: absolute;
    left: -64px;
    bottom: -65px;
    z-index: 1;
    width: 70px;
    height: 147px;
    background: url(../../images/common/index/contact_deco.png);
}
.site-info .title {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    background: url('../../images/common/siteinfo_title_s.png') no-repeat;
    width: 226px;
    height: 137px;
    margin: 0 auto 15px;
}
.site-info .title li a b {
    font-size: 25px;
}
.site-info-weekday {
    display: inline-block;
    background: #FDE7A4;
    color: #BB6627;
    font-size: 13px;
    font-weight: bold;
    border-radius: 12px;
    padding: 2px 12px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.site-info-time {
    color: #008BA1;
    font-size: 21px;
    font-weight: bold;
}
.site-info-list li {
    position: relative;
    padding-left: 12px;
}
.site-info-list li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #F97D02;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.site-info-list li a {
    display: inline;
}
.site-info-list li a:hover {
    text-decoration: underline;
} */



/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    float: right;
    text-align: right;
    color: #878787;
    font-size: 13px;
    letter-spacing: 0;
    padding: 10px 0 0 10px;
    font-size: 14px;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li a:hover {
    color: #1F6067;
}
.breadcrumb li+li:before {
    content: '> ';
}
.content-breadcrumb-box .breadcrumb a:hover {
    color: #1F6067;
}
.content-breadcrumb-box {
    margin: 0 auto 20px;
}
.content-breadcrumb-box .breadcrumb {
    float: none;
    display: inline-block;
    background: #efefef;
    color: #708299;
    border-radius: 0;
    padding: 2px 12px;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    float: left;
    width: 274px;
}
.has-side .content {
    float: right;
    width: calc(100% - 336px);
}
.side-title {
    color: #4E5865;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.3;
    margin: 5px auto 13px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    padding-left: 16px;
}
.side-title small {
    display: block;
    color: #118D9B;
    font-family: 'Noto Serif TC', serif;
    font-size: 22px;
    font-weight: normal;
    padding-left: 5px;
    letter-spacing: 0.5px;
}
.side-nav-top {
    border-bottom: 1px solid #EAEAEA;
    text-align: right;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 0 20px 10px;
    margin: 0 auto 25px;
}
.side-nav-top li a {
    color: #727272;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 24px 3px 0;
    transition: all .3s ease;
}
.side-nav-top li a:after {
    content: '\e901';
    display: inline-block;
    font-family: 'icon-font-43' !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: 14px;
    position: absolute;
    right: 0;
    top: 6px;
}
.side-nav-top li a:hover {
    color: #72c6d0;
    text-decoration: underline;
}
.side-nav-top li a .ic {
    font-size: 20px;
    position: absolute;
    left: 0;
}
.side-nav {
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0 auto 25px;
    background: #fff;
    position: relative;
    padding: 31px 0 15px;
    box-shadow: 0 0px 8px rgb(0 0 0 / 15%);
}
.side-nav::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #72C6D0;
    width: 100%;
    height: 6px;
}
.side-nav::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #72C6D0;
    width: 100%;
    height: 6px;
}
.side-nav>li>a {
    background: #fff;
    color: #4E5865;
    font-size: 16px;
    font-weight: normal;
    padding: 13px 20px 13px 44px;
    border-radius: 0;
    border-bottom: 1px solid #EEEEEE;
    transition: all 0.3s ease;
}
.side-nav>li>a:hover {
    color: #0D8C99;
}
.side-nav>li>a:after {
    content: '\e901';
    display: inline-block;
    font-family: 'icon-font-43' !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: 14px;
    position: absolute;
    left: 20px;
    top: 15px;
    color: #79C9D2;
}
.side-nav>li>a:hover:after,
.side-nav>li.active>a:after {
    color: #1F6269;
}
.side-nav ul {
    display: none;
    padding: 10px 0 0;
}
.side-nav ul li a {
    color: #4C5865;
    font-size: 15px;
    padding: 5px 44px 5px 58px;
}
.side-nav ul li a:hover,
.side-nav ul li.active>a {
    text-decoration: underline;
    color: #0C8C99;
}
.side-nav ul li a::before {
    content: '';
    position: absolute;
    background: #494949;
    top: 50%;
    left: 47px;
    width: 5px;
    height: 1px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.side-nav ul li a:hover:before, .side-nav ul li.active>a:before {
    background: #9ABF3B;
}
.side-nav ul ul {
    display: none;
    padding: 5px 0;
    border: 1px solid #EEEEEE;
}
.side-nav ul li li a {
    color: #484848;
    font-size: 14px;
    padding: 4px 18px 4px 62px;
    transition: all 0.3s ease;
}
.side-nav ul li li a:hover, .side-nav ul li li.active>a {
    text-decoration: underline;
    padding-left: 68px;
    color: #0C8C99;
}
.side-nav ul li li a:hover:before, .side-nav ul li li.active>a:before {
    width: 15px;
    background: #0C8C99;
}
/*------------ / side ------------*/
/*------------ site_footer ------------*/
.site-footer {
    position: relative;
    margin-top: 0;
    background: rgba(217, 233, 240, .50);
}
.footer-top:before {
    content: '';
    display: block;
    background: url(../../images/common/footer.png)no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 672px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    z-index: -1;
}
.footer-top {
    padding: 30px 0px;
    position: relative;
}
.follow-box {
    float: left;
    padding: 5px 0;
    position: absolute;
    left: 15px;
    top: 73px;
}
.follow {
    padding: 50px 0px;
}
.follow-box>*,
.follow>* {
    display: inline-block;
}
.follow-box>* {
    padding: 0px;
}
.follow .share {
    width: unset;
    text-align: left;
    margin: 0 -5px;
    position: relative;
    padding: 0px 0 0px 13px;
}
/* .follow .share:before{
    content: "";
    background-color: #FFB401;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 15px;
} */
/* .follow .share:after{
    content: "分享至";
    font-size: 15px;
    color: #fff;
    position: absolute;
    left: 33px;
    top: 5px;
    font-family: Arial,'微軟正黑體' , 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro','文泉驛正黑' , 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
} */
.follow .share .btn {
    margin: 2px 0 3px;
}
.footer-top .txt-box {
    width: 33%;
    display: inline-block;
    text-align: left;
    color: #4D5865;
    font-size: 15px;
    padding-top: 10px;
}
.footer-top .txt-box ul {
    list-style-type: none;
    padding-left: 15px;
    margin: 0;
}
.footer-top .txt-box ul li {
    position: relative;
    line-height: 30px;
}
.footer-top .txt-box ul li:before {
    content: "";
    background-color: #82D7C8;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -20px;
}
.site-map {
    float: right;
    width: calc(100% - 630px);
    overflow: hidden;
    color: #4C5865;
    font-size: 15px;
    display: flex;
}
.site-map ul {
    /* border-left: 1px solid #C6D0DA; */
    float: left;
    width: 25%;
    padding: 10px 10px;
    box-sizing: border-box;
    position: relative;
}
.site-map ul + ul:before {
    content: "";
    width: 1px;
    height: calc(100% - 30px);
    background: #C6D0DA;
    position: absolute;
    left: -47px;
    top: 12px;

}
.site-map ul li {
    padding: 3px 0;
}
.site-map ul li a{
    transition: all .3s ease;
}
.site-map ul li a:hover {
    padding-left: 16px;
}
.site-map ul li a:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #82D7C8;
    display: inline-block;
    border-radius: 100px;
    margin: 0px 12px 1px 0;
    position: absolute;
    left: 1px;
    top: 8px;
    transition: all .3s ease;
    opacity: 0;
}
.site-map ul li a:hover:before {
    opacity: 1;
}
.footer-bottom {
    background: linear-gradient(to right,#82D7C8,#42B4D5);
    color: #FFF;
    font-size: 13px;
    text-align: center;
    padding: 12px 0;
}
.footer-bottom a{
    transition: all .3s ease;
}
.footer-bottom a:hover {
    color: #e7e7e7;
}
.footer-info-page .share {
    background: url('../../images/common/share_deco.png') 50% 100% no-repeat;
    text-align: center;
    padding-bottom: 25px;
    margin: 0px 0 15px;
}
.footer-info-page .share .btn {
    margin: 2px 0 3px;
}
.footer-info-page {
    text-align: center;
}
.qrcode {
    width: 100px;
    height: 100px;
    display: contents;
    margin: 0 0 0 10px;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 90px;
    bottom: 32%;
    z-index: 400;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    background-image: url('../../images/common/gotop.svg');
    width: 66px;
    height: 66px;
}
.floating .ibtn.gotop:hover {
    background-image: url(../../images/common/gotop-hover.svg);
    /* background-size: contain; */
}

.fancybox-lock .fancybox-overlay {
    background: rgb(247 253 255 / 85%) !important;
}
/*------------ / floating ------------*/
/*------------ content_nav ------------*/
.btn.logout {
    display: block;
    background: #241711;
    color: #fff;
    font-size: 14px;
    width: 90px;
    line-height: 25px;
    margin: 5px auto 0;
}
.btn.logout:hover {
    background: #B20000;
}
.content-nav {
    margin-top: 30px;
    text-align: center;
}
.content-nav li a {
    color: #545454;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
}
.content-nav li a:hover,
.content-nav li.active>a {
    color: #000;
}
.content-nav li a .ic {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 34px;
    background: #fff;
    border-radius: 50%;
    margin: 0 8px 3px 0;
}
.content-nav li a:hover .ic,
.content-nav li.active>a .ic {
    background: #B20000;
    color: #fff;
}
/*------------ / content_nav ------------*/
/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    list-style-type: none;
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
}
.pagination li a {
    display: block;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    color: #333;
    font-size: 13px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    color: #49B8D4;
}
.pagination li a.controls {
    background: #49B8D4;
    color: #fff;
    font-size: 1.2em;
    padding: 0;
    line-height: 28px;
    border-radius: 50%;
}
.pagination li a.controls:hover {
    background: #65D5F1;
    color: #fff;
}
.pagination li a.prev {
    margin-right: 10px;
}
.pagination li a.next {
    margin-left: 10px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    margin: 0;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    color: #4c4c4c;
    font-size: 14px;
    text-align: center;
    margin: 0 0 35px;
}
.reminder span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 40px;
    border: 1px solid #DDD;
    border-radius: 30px;
    box-sizing: border-box;
    background: #FCFCFC;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    width: 28%;
    max-width: none;
    padding: 0 29px;
    padding: 0 40px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
    height: 40px;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    height: 40px;
    width: 40px;
    line-height: 35px;
    font-size: 23px;
    color: #999;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    color: #fff;
    background: #42B4D5;
    border-color: #42B4D5;
    z-index: 2;
}
.qty-box .less {
    left: 1px;
    border-radius: 0;
}
.qty-box .add {
    right: 1px;
    border-radius: 0;
}
.main-content.cart-two .qty-box {
    width: auto;
    padding: 0px;
}
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 36px;
    padding: 0 12px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.form-control:focus {
    outline: none;
    border-color: #42B4D5;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
}
/*
select.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url('../../images/common/arrow.png') no-repeat scroll right center;
}
select.form-control:focus {
    outline: none;
    border-color: #BB6627;
}*/
.static-control {
    line-height: inherit;
    color: #2d7983;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
    box-sizing: border-box;
    background: url('../../images/common/border_dot_h.png') repeat-x;
}
.form-title {
    color: #49b8d4;
    font-size: 20px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Noto Serif TC', serif;

}
.form-box {
    margin: 0 auto;
    padding: 25px 0;
}
.form-wrap.type2 {
    padding-top: 40px;
}
.form-wrap.type2 .form-box {
    margin: 0 auto;
    border: 1px solid #DCDCDC;
    max-width: 740px;
    padding: 25px 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-wrap.type3 .form-box {
    max-width: 830px;
}
.form-box .row {
    margin: 0 -2%;
    position: relative;
}
.form-box .row img {
    margin: 0px;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 2%;
}
.form-box .required {
    position: relative;
}
.form-box .required:after {
    content: '必填';
    font-family:Arial,'微軟正黑體' , 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro','文泉驛正黑' , 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    padding: 0 6px;
    background: #82D7C8;
    border-radius: 8px;
    margin-left: 8px;
}
.form-box .form-group {
    padding: 12px 0 6px;
    line-height: 30px;
}
.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
}
.form-box .control-label {
    display: block;
    color: #686868;
    font-size: 15px;
    line-height: inherit;
    padding-left: 4px;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #FABE00;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #BB6627;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    border: 1px solid #F7B23C;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    transition: transform .3s;
    color: #fff;
    background: #F7B23C;
    margin-left: 5px;
}
.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
    color: #fff;
    background: #BB6627;
    border: 1px solid #BB6627;
}
.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: inherit;
    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: #48B8D3;
    font-size: 13px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 30px;
    line-height: 15px;
}
.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 .account .control-label {
    float: left;
}
.form-box .account .control-box {
    margin-left: 60px;
}
.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;
}
.pd-txt .form-radio, .pd-txt .form-checkbox {
    display: block;
}
.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: 16px;
    height: 16px;
    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');
}
.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%;
}

.mem-margin{
    padding-top: 35px;
}
.mem-t{
    margin-bottom: 5px;
}
.mem-t span:nth-child(1){
    font-family: 'Noto Serif TC', serif;
    color: #108592;
    font-size: 16px;
    font-weight: bold;
}
.mem-t span:nth-child(2){
    color: #4C5865;
    font-size: 16px;
}
.mem-info{
    color: #48B8D3;
    margin-bottom: 15px;
}
.form-group.mem-radio{
    margin-bottom: 37px
}
.form-group.mem-radio label{
    margin-right: 20px;
}
.prodcuts-tab{
    display: none;
}


.success-wrap {
    background: url('../../images/common/border_dot_h.png') repeat-x;
    margin-top: 25px;
    padding-top: 35px;
}
.success-wrap.type2 {
    background: #fff;
    border: 4px solid #FABE00;
    max-width: 640px;
    margin: 0 auto;
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-box {
    text-align: center;
}
.success-msg {
    color: #108592;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.7;
    margin: 0 0 20px;
}
.success-msg span {
    color: #F89600;
    font-weight: normal;
}
.success-msg small {
    color: #F89600;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 0.02em;
}
.success-wrap.type2 .success-msg {
    padding-bottom: 15px;
    border-bottom: 1px solid #DCDCDC;
}
.success-txt {
    line-height: 1.65;
}
.success-txt b {
    font-size: 16px;
}
.success-txt a {
    text-decoration: underline;
    color: #108592;
    transition: all 0.3s ease;
}
.success-txt a:hover {
    color: #38becd;
    text-decoration: underline;
}
.success-box .order-id {
    background: #108592;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    padding: 6px 16px;
    margin: 1em auto 1.6em;
    max-width: 440px;
    border-radius: 6px;
}
.success-box .order-id a{
    color: #FFF;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h {
    font-size: 15px;
}
.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 th {
    background: #F2F8FA;
    color: #4E5865;
    padding: 18px 12px;
}
.table-h thead,
.table-h tbody {
    border-top: 1px solid #DCDCDC;
}
.table-h tbody tr+tr {
    border-top: 1px solid #DCDCDC;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table th span,
.table td span {
    color: #B11B20;
}
.table-v {
    color: #666;
    font-size: 14px;
}
.table-v th,
.table-v td {
    padding: 12px 24px;
    vertical-align: middle;
}
.table-v th {
    background: #F2F8FA;
    color: #4E5865;
    text-align: center;
    width: 120px;
    position: relative;
}
.table-v tr+tr {
    border-top: 1px solid #DCDCDC;
}
.table-v strong {
    color: #B11B20;
}
.table-v b {
    color: #B11B20;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #ffff;
    border-radius: 0;
    border: 1px solid #eee;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.lightbox-body {
    background: #fff;
}
.lightbox-wrapper {
    max-width: 504px;
    margin: 0 auto;
}
.lightbox-wrapper .control-label {
    display: none;
}
.login-box {
    padding: 20px 0;
}
.login-content {
    background: #fff;
    padding: 20px 25px;
}
.login-box .lightbox-title {
    text-align: center;
}
.login-box .notice-box {
    border-top: 2px dotted #ddd;
    text-align: center;
    padding-top: 30px;
    margin-top: 20px;
}
.login-box .notice-box .title {
    color: #404040;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
}
.login-box .notice-box .txt {
    color: #777;
    font-size: 13px;
    line-height: 1.75;
}
.arrival-box {
    position: relative;
    text-align: center;
    padding: 80px 40px 40px;
}
.arrival-box .pd-id {
    background: #49b8d4;
    color: #ffffff;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.02em;
    width: 160px;
    border-radius: 5px;
    margin: 0 auto 10px;
}
.arrival-box .pd-name {
    color: #60370A;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin: 0;
}
.arrival-box .form-box {
    padding: 10px 0 15px;
}
.arrival-notice {
    color: #6c6c6c;
    font-size: 13px;
    line-height: 1.55;
    padding: 10px 0;
}
.arrival-box .btn-box {
    padding-top: 0;
}
.arrival-box .btn.send {
    background: #B20000;
    color: #fff;
    width: 205px;
    line-height: 36px;
    font-size: 15px;
    font-weight: bold;
}
.arrival-box .btn.send:hover {
    background: #fff;
    color: #000;
}
.arrival-box .btn.send .ic {
    vertical-align: middle;
    font-size: 28px;
    color: #000;
    margin-bottom: 4px;
}
.arrival-box .btn.send:hover .ic {
    color: #B20000;
}
/*------------ / lightbox ------------*/
.cart_login_box {
    height: auto;
    overflow: hidden;
}
.cart-login.col {
    width: 50%;
    position: relative;
    float: left;
    padding: 10px;
}
.cart-login.col.col2 {
    width: 45%;
}
.cart-login.col.col1 {
    right: 10px;
}
.cart-login.col.col1 .form-box .captcha a {
    margin: 0px;
}
.cart-login.col {
    border-right: 1px dashed #dadada;
    padding: 0 40px;
}
.cart_login_box .login-box .notice-box {
    border-top: none;
}
.cart-login.col.col2 {
    padding: 0px;
    padding: 0 0 0 30px;
}
.cart-login.col.col1 span {
    color: #404040;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.cart-login.col.col1 span small {
    color: #49b8d4;
    font-family: 'Noto Serif TC', serif;

    font-size: 17px;
    font-weight: bold;
}
.cart-login.col.col2 .btn-box {
    padding-top: 85px;
}
.cart-login .main-title {
    font-size: 20px;
    padding: 10px;
    background: none;
}
.cart-login .fb-login-button {
    height: 40px;
}
.cart_login_box .form-box.cart_txt {
    text-align: center;
}
.cart_login_box .form-box .control-box {
    position: relative;
    margin-left: 0px;
}
.lightbox-wrapper.login-box .notice-box {
    margin-top: 0px;
    padding: 0px;
    border-radius: 0;
}
.cart-login.col:nth-child(2) {
    border: none;
}
.cart_login_box .form-box {
    padding: 15px 0 5px;
}
.cart_login_box .lightbox-wrapper {
    padding: 30px;
    max-width: 100%;
    /*width: 800px;*/
}
.cart_login_box .btn-box {
    margin: 5px 0 15px;
}
.go-login {
    margin: 10px 0 20px;
}
.cart_login_box .form-box .form-group {
    padding: 0px;
}
.cart_login_box .btn-box.col2 {
    display: flex;
}
.cart_login_box .btn-box.col2 .btn.normal {
    width: 45%;
    margin: auto;
}
.mmenu-show .wrapper {
    background: #fff;
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #42B4D5;
}
.mmenu-show #member-box li a small {
    display: none;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #42B4D5;
}
.mmenu-show #mobile-menu .side-nav-top,
.mmenu-show #mobile-menu .side-nav {
    text-align: left;
    margin: 0;
}
.mmenu-show #mobile-menu .language-menu {
    background: #42B4D5;
    color: #fff;
}
.mmenu-show #mobile-menu .side-nav li a:after,
.mmenu-show #mobile-menu .side-nav-top li a:after {
    display: none;
}
.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #42B4D5;
}
.mmenu-show #mobile-menu .side-nav-top li a .ic {
    display: none;
}
.mmenu-show #mobile-menu .side-nav>li {
    margin: 0;
    background: none;
}
.mmenu-show #mobile-menu .menu li a .en {
    display: none;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #42B4D5;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-fixed .qty {
    background: #1d6d85;
}
.mmenu-show #mobile-menu .share-menu {
    background: #42B4D5;
}
.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}
.mmenu-show #mobile-fixed .logo-fixed-menu {
    font-size: 18px;
    width: 100px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}
.mmenu-show #mobile-fixed .logo-fixed-menu span {
    color: #000;
}
.mmenu-show #mobile-search .ibtn.search {
    background-image: url(../../images/common/mobile_search_btn.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.no-svg .mmenu-show #mobile-search .ibtn.search {
    background-image: url(../../images/common/mobile_search_btn.png);
}
.mmenu-show #mobile-fixed {
    width: 100%;
}
.mmenu-show #mobile-menu .side-nav {
    box-shadow: none;
}
.mmenu-show #mobile-menu .side-nav::before, .mmenu-show #mobile-menu .side-nav:after {
    display: none;
}
.mmenu-show #mobile-menu .side-nav ul li a::before,
.mmenu-show #mobile-menu .side-nav ul li li a:before {
    display: none;
}
.mmenu-show #mobile-menu .share .btn {
    line-height: 27px;
}
.mmenu-show #mobile-menu .share .btn.line {
    font-size: 30px;
    line-height: 25px;
}
.mmenu-show #mobile-menu .side-nav ul li a  {
    padding-left: 45px;
}
.mmenu-show #mobile-menu .side-nav ul li ul li a  {
    padding-left: 60px;
}
.mmenu-show #mobile-menu .side-nav ul li ul  {
    padding-bottom: 0;
}
.footer-bottom .privacy-txt {
    border-right: 1px solid #FFF;
    padding: 0 10px 0 0;
    margin-right: 10px;
}
.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: #565656;
    border-radius: 8px;
    border: solid 1px #42B4D5;
}
.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;
    outline: 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: #42B4D5;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}

.form-style-n{
    display: flex;
    justify-content: start;
    align-items: baseline;
}
.form-style-n > label{
    margin-right: 10px;
}
.form-style-n-box{
    display: flex;
}
.form-style-n-box > div{
    margin-right: 20px;
}
.album-password-box{
    padding: 50px 50px;
}
.album-password-box .album-password-title{
    color: #404040;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.album-password-box .form-box .captcha .form-control {
    display: block;
    width: 100%;
    max-width: unset;
}
.go-album{
    background: #49B8D4;
    padding: 10px 20px;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    border-radius: 20px;
    transition: all .3s ease;
}
.go-album:hover{
    opacity: 0.7;
}
@media screen and (max-width: 1000px) {
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 401;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop {
        padding: 0px;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
        bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition: all .7s;
    }
    .header-fixed .header-sheet {
        display: block;
    }
}
@media screen and (max-width: 1500px) {
    .site-info:before {
        display: none;
    }
}
@media screen and (max-width: 1470px) {
    .wrapper:before {
       display: none;
    }
    /*------------ site_header 1470 ------------*/
    .site-nav {
        position: relative;
    }
    .site-nav .menu {
        width: calc(100% - 170px);
    }
    .submenu {
        width: 163px;
        text-align: right;
        padding-right: 20px;
        box-sizing: border-box;
        position: absolute;
        right: 15px;
        top: calc(50% - 16px);
    }
    .site-header .search-box {
        width: 150px;
        padding-left: 0;
        margin-left: 0;
    }
    .header-fixed .site-nav .menu{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    /*------------ / site_header 1470 ------------*/
    /*------------ site_footer 1470 ------------*/
    .site-footer:before {
        right: 15px;
        margin-right: 0;
    }
    .site-nav:before{
        right: 81px;
    }
    /*------------ / site_footer 1470 ------------*/

    .form-style-n-box {
        flex-direction: column;
    }
    .form-style-n {
        flex-direction: column;
    }
    .form-style-n .control-box{
       width: 100%;
    }
    .form-style-n-box > div {
        margin-right: 0px;
    }
}
@media screen and (max-width: 1280px) {
    .wrapper {
        padding-top: 184px;
    }
    
    .site-title .logo {
        width: 121px;
        height: 50px;
    }
    .site-title{
        padding-left: 30px;
    }
    .site-nav {
        text-align: center;
        display: flex;
        align-items: center;
        margin: 0;
    }
    .site-nav .menu>li>a {
        width: 90px;
        font-size: 16px;
        padding: 5px;
    }
    .site-nav .menu {
        padding-left: 10px;
    }
    .site-nav .menu>li>a .icon {
        margin-bottom: 0;
    }
    .site-header {
        padding: 5px 0 15px;
    }
    .site-header .search-box {
        margin-right: 0;
        margin-left: 0;
    }
    .submenu>* {
        display: inline-block;
        margin: 3px;
    }
    .func-menu>li>a {
        font-size: 14px;
    }
    .func-menu>li>a .ic {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
    .site-nav .menu>li>a .icon:before,
    .site-nav .menu>li>a .icon:after {
        background-size: 80%;
        text-align: center;
    }
    .site-nav .menu>li>a .icon {
        height: 32px;
    }
    .site-nav .menu>li:before {
        top: 20px;
    }
    .follow .share:before{
        display: none;
    }
    .follow .share:after{
        left: 0;
    }
    /*------------ site_footer 1280 ------------*/
    .warning-sect {
        padding: 0;
    }
    .footer-top {
        text-align: center;
        padding: 30px 0;
    }
    .follow-box,
    .site-map {
        float: none;
        width: auto;
    }
    .follow-box {
        padding: 0;
        position: relative;
        top: auto;
        left: auto;
    }
    .footer-top .txt-box {
        min-height: unset;
        background: none;
        padding: 0;
        width: auto;
    }
    .footer-top .txt-box ul li:before {
        display: none;
    }
    .footer-top .txt-box ul {
        margin: 5px 0 15px;
        text-align: left;
    }
    .footer-top .txt-box ul li {
        padding: 0;
    }
    .follow-box>* {
        margin: 3px 5px;
    }
    .site-map {
        margin: 0 auto;
    }
    .site-map {
        justify-content: center;
        width: 100%;
    }
    .site-map ul li {
        text-align: left;
    }
    .site-map ul {
        float: left;
        width: 18%;
    }
    .follow .share {
        padding-left: 0;
    }
    .qrcode {
        padding: 5px 0;
    }
    /*------------ / site_footer 1280 ------------*/
    .content{
        padding: 0 0 30px;
    }
}
@media screen and (max-width: 1000px) {
    /*------------ site_header 1000 ------------*/
    .follow {
        padding: 20px 0 10px;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-wrap: wrap;
    }
    .ibtn.fb-fans-page {
        margin-bottom: 10px !important;
    }
    .footer-top {
        padding: 25px 0 10px;
    }
    .footer-bottom {
        padding: 12px 0 30px;
    }
    .follow-box>* {
        padding: 0;
        margin: auto;
    }
    .site-header {
        padding: 5px 0;
        position: relative;
    }
    .site-title {
        padding: 8px 0;
        float: none;
    }
    .header-fixed .site-title {
        padding: 8px 0;
        float: none;
    }
    .site-title .logo,
    .header-fixed .site-title .logo {
        width: 300px;
        height: 64px;
        image-rendering:-moz-crisp-edges;          /* Firefox        */
        image-rendering:-o-crisp-edges;            /* Opera          */
        image-rendering:-webkit-optimize-contrast; /* Safari         */
        image-rendering:optimize-contrast;         /* CSS3 Proposed  */
        -ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    .wrapper {
        padding-top: 40px;
    }
    .wrapper:before {
        display: none !important;
    }
    .search-box:after {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ banner 1000 ------------*/
    .banner {
        padding-top: 0;
        padding-bottom: 26px;
    }
    .banner:after {
        height: 26px;
    }
    /*------------ / banner 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-content {
        padding: 5px 0 10px;
    }
    .warning-sect {
        padding-bottom: 0px;
        margin: 20px 0 0;
    }
    .content {
        padding: 0;
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ side 1000 ------------*/
    .has-side .content-wrapper {
        background: none;
    }
    .side {
        display: none;
    }
    .has-side .content {
        position: relative;
        width: auto;
        float: none;
    }
    /*------------ / side 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .site-map {
        display: none;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ content_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
    /*------------ / content_nav 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        position: fixed;
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop,
    .floating .ibtn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .ibtn.gotop,
    .no-svg .floating .ibtn.gotop:hover {
        background-image: url('../../images/common/mobile_gotop.png');
    }
    /*------------ / floating 1000 ------------*/
    .success-wrap.type2 {
        padding: 20px;
    }
    .shopping-title,
    .shopping-title-up {
        font-size: 17px;
        letter-spacing: 0.1em;
        margin-bottom: 0px;
    }
    .invoice-wrap .shopping-title {
        margin-bottom: 5px;
    }
    .shopping-title .ic-wrap .ic,
    .shopping-title-up .ic-wrap .ic {
        font-size: 16px;
    }
    .shopping-title .ic-wrap,
    .shopping-title-up .ic-wrap {
        width: 26px;
        height: 26px;
        line-height: 23px;
        margin-bottom: 5px;
    }
    .table-h thead th {
        padding: 5px 3px;
    }
    .btn.simple {
        font-size: 15px;
        width: 158px;
        margin: 0 5px 5px;
        line-height: 35px;
        height: 35px;
    }
    .btn.normal {
        width: 35%;
        height: 33px;
        line-height: 33px;
        font-size: 14px;
        margin: 0 2px 10px;
    }
    .btn-box {
        padding-top: 15px;
    }
    .content-top {
        margin: 0 -35px 10px;
        padding: 5px 35px;
    }
    .main-title {
        font-size: 20px;
    }
    .main-title span {
        font-size: 16px;
    }
    .breadcrumb {
        font-size: 12px;
    }
    .header-fixed .site-header {
        position: relative;
    }
    .btn-box.has-border {
        margin-top: 15px;
        padding-top: 20px;
    }
    .form-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .reminder {
        font-size: 13px;
        margin: 0 0 15px;
    }
    .reminder span {
        padding: 2px 40px;
    }
    .form-box {
        margin: 0 auto;
        padding: 10px 0;
    }
    .form-box .form-group {
        padding: 10px 0 2px;
        line-height: 1.6;
    }
    .form-box .required:after {
        font-size: 11px;
        line-height: 14px;
    }
    .success-msg small {
        font-size: 14px;
    }
    .content-title {
        font-size: 15px;
        margin: 0 0 10px;
        line-height: 20px;
    }
    .success-wrap {
        margin-top: 10px;
        padding-top: 12px;
    }
    .btn.pure {
        line-height: 20px;
    }
    .btn.simple2 {
        font-size: 14px;
        line-height: 30px;
    }
    .content-breadcrumb-box {
        margin: 10px auto;
    }
    .shopping_way.hot span {
        padding: 3px 5px;
        font-size: 10px;
    }
    .table-h {
        font-size: 14px;
    }
    .order-table .num-link {
        font-size: 14px;
    }
    .header-fixed .banner {
        margin-top: 0;
    }
}
@media screen and (max-width: 900px) {
    .qty-box{
        width: 100%;
        max-width: none;
    }
    .pd-info-label{
        width: auto!important;
    }
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    /*------------ / table 900 ------------*/
    .footer-top{
        /* text-align: left; */
    }
    .follow .share{
        margin: auto; 
    }
    .footer-top .txt-box ul{
        padding: 0;
    }
    .qty-box .btn {
        width: 30px;
        height: 30px;
        line-height: 26px;
    }
    .qty-box {
        padding: 0 30px;
    }
    .qty-box .form-control {
        height: 30px;
    }
    .footer-top .txt-box {
        /* width: 100%;
        display: block;
        text-align: left; */
    }
    .form-box .name .radio-box {
        line-height: 28px;
    }
}
@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    /*------------ / site_main 767 ------------*/
    /*------------ banner 1000 ------------*/
    .follow_box{
        padding-bottom: 10px;
    }
    .banner:before {
        bottom: 8px;
    }
    .banner:after {
        height: 30px;
        -webkit-background-size: auto 30px;
        background-size: auto 30px;
    }
    .banner {
        padding-bottom: 0;
    }
    /*------------ / banner 1000 ------------*/
    /*------------ site_main 767 ------------*/
    .footer-top .txt-box ul {
        padding: 0;
    }
    .content-top {
        background: none;
        padding: 0;
        margin: 0 0 5px;
    }
    .main-title {
        /* background: url('../../images/common/pattern.png'); */
        padding: 0 15px;
        margin: 0 -15px 20px;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        float: none;
        padding: 0 0 10px
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ site_footer 767 ------------*/
    .site-footer:before {
        display: none;
    }
    /*------------ / site_footer 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 36px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -35px;
        margin: 0;
        width: 30px;
        height: 30px;
        line-height: 33px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-wrap.type2 {
        padding: 0;
    }
    .form-wrap.type2 .form-box {
        border: 0;
        padding: 10px 0;
        max-width: none;
        background: url('../../images/common/border_dot_h.png') 0 100% repeat-x;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box .control-label {
        float: none;
    }
    .form-box .control-box {
        margin-left: 0;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    /*------------ / form 767 ------------*/
    /*------------ table 767 ------------*/
    .table-h thead {
        display: none;
    }
    .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: 12px;
    }
    .table-h tr {
        padding: 5px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 22px;
    }
    .success-msg {
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 10px;
    }
    /*------------ / table 767 ------------*/
    .success-wrap.type2 .success-msg {
        padding-bottom: 5px;
    }
    .success-txt {
        line-height: 2;
    }
    .success-txt b {
        font-size: 14px;
    }
    .success-box .order-id {
        background: #744F28;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
        padding: 3px 16px;
        margin: 0.4em auto 1.2em;
        max-width: 440px;
        border-radius: 6px;
    }
    .btn-box.cart-notice-txt {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
    /*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v th {
        border: 0;
    }
    .table-v th,
    .table-v td {
        padding: 3px 10px;
        font-size: 14px;
    }
    /* .btn.normal {
        width: 80px;
        font-size: 12px;
    }*/
    .reminder span {
        padding: 2px 20px;
    }
    /*------------ / table 500 ------------*/
    .cart-login.col,
    .cart-login.col.col2 {
        width: 100%;
        padding: 0px;
        right: auto;
    }
    .cart-login.col {
        border-right: none;
        padding: 0 0px;
    }
    .cart-login .content-title2 {
        text-align: center;
    }
    .cart-login.col.col2 {
        margin-top: 25px;
    }
    .cart_login_box .btn-box {
        margin: 5px 0;
        padding: 0px;
    }
    .btn.pure {
        margin: -10px 10px 0;
    }
    .cart_login_box .form-box {
        padding: 5px 0;
    }
    .cart-login.col.col2 .btn-box {
        padding-top: 15px;
    }

    body .fancybox-wrap:not(.fancybox-type-image):not(.album-style) .fancybox-inner {
        height: calc(70vh) !important;
    }
}
@media screen and (max-width: 400px) {
    /*------------ site_footer 400 ------------*/
    .ibtn.fb-fans-page {
        background-size: 100% auto;
    }
    .follow-box>* {
        margin: 3px 0;
    }
    /*------------ / site_footer 400 ------------*/
    /*------------ lightbox 400 ------------*/
    .login-content {
        padding: 10px 15px;
    }
    .login-box .notice-box {
        padding: 20px 0;
        background: none;
    }
    .arrival-box {
        padding: 80px 15px 30px;
    }
    /*------------ / lightbox 400 ------------*/
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
    .follow_box {
        text-align: center;
    }
}
@media screen and (max-width: 350px) {
    .btn.simple {
        width: 138px;
        margin: 0 1px 5px;
        font-size: 13px;
    }
}
.LINE-login-button a {
    width: 250px;
    height: 40px;
    background: #00C300;
    border-radius: 6px;
    display: flex;
    margin: auto;
    transition: all .3s ease;
}
.LINE-login-button a .LINE-icon {
    background: url(../../images/common/line-icon.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    background-size: 31px 30px;
    background-position: center;
    border-right: 1px solid #00b300;
    transition: all .3s ease;
}
.LINE-login-button a .LINE-text {
    font-size: 14px;
    font-weight: 600;
    width: 210px;
    color: #FFF;
    text-align: center;
    line-height: 39px;
}
.LINE-login-button a:hover {
    background: #00e000;
}
.LINE-login-button a:hover .LINE-icon {
    border-right: 1px solid #00c900;
}
.LINE-login-button a:focus {
    background: #00e000;
}
.LINE-login-button a:focus .LINE-icon {
    border-right: 1px solid #00c900;
}
.LINE-login-button a:active {
    background: #00b300;
}
.LINE-login-button a:active .LINE-icon {
    border-right: 1px solid #009800;
}
.LINE-login-button a:disabled {
    background: #c6c6c6;
}
.LINE-login-button a:disabled .LINE-icon {
    border-right: 1px solid #b5b5b5;
}